@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);
@import url('https://fonts.googleapis.com/css?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Pen+Script&display=swap');
@import url('/skin/notokr/notokr.css');
@import url('/skin/nanum/stylesheet.css');
@import url('/skin/slide_f/stylesheet.css');
@import url('/skin/slide_f_2/stylesheet.css');
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    padding-top: 91px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', 'MI LANTING', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'jua', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
* {
    word-break: keep-all
}
a:hover {
    text-decoration: none
}

/* login */
.login-layout,
.id-find-layout,
.pw-find-layout {
    margin-top: -30px;
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    height: 40px;
    color: #555;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #1F47A1;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #163884;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}
@media (max-width:768px) {
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2 {
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a {
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.li-dash > li,
.li-dot > li,
.li-dash >dd,
.li-dot > dd {
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before,
.li-dot > dd:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #aaa;
    border-radius: 50%;
    top: 10px;
}
* {
    word-break: keep-all
}
.subContent ul {
    padding: 0
}
.menu_top {
    position: absolute;
    width: 100%;
    top: 5px;
    text-align: right;
    z-index: 10000;
}
.menu_top .lang {
    border: 1px solid #212588;
    background: #fff;
    color: #212588;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.01em;
    border: 1px solid #d3d3d3;
    color: #555;
}
.menu_top .lang.active {
    background: #212588;
    border-color: #212588;
    color: #fff;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 3px solid #4871c3;
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    padding: 15px;
    position: relative;
}
.navbar-inverse .navbar-brand:hover .logo_txt span {
    color: #9d9d9d
}
.logo_txt {
    top: 46%;
    position: absolute;
    left: 110%;
    transform: translateY(-50%);
}
.logo_txt p {
    width: 150px;
    letter-spacing: 0.15em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #212588;
}
.logo_txt span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #212588 !important;
    letter-spacing: -0.03em;
    font-weight: 500;
}
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    margin-top: 25px;
    padding: 0;
    position: relative;
}
.navbar-brand img {
    margin-top: 0;
    max-width: 300px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: rgba(0,0,0,0);
    color: #333;
    font-size: 17px;
    padding: 35px 30px;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #1F47A1 !important;
    background: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(16, 37, 115, 0.85);
        border: none;
        padding: 0;
        border-radius: 0;
        left: 0;
        right: auto;
        box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        color: #eee;
        padding: 12px 20px;
        font-size: 14px;
        line-height: 1;
        text-align: left;
        transition: all ease 0.15s;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:first-child a {
        padding-top: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child a {
        padding-bottom: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: underline;
        background: rgba(0, 0, 0, 0);
    }
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/

/* 푸터 */
footer {
    margin-top: 0px;
    background-color: #4e5356;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0;
    text-align:left;
}
footer .footer-info {
    padding: 35px 0 40px;
}
footer .footer-info ul{position:relative;margin:0;padding: 0 0 0 40px;font-size:0;}
footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 12px;
    padding-right: 10px;
    line-height: 12px;
    font-weight: 300;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-info ul li.copy {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    border-right: none;
    margin-top: 10px;
}
footer .footer-info img {
    margin-top: 0;
    margin-left: 0;
    opacity: 0.6;
}

/*slide*/
.carousel-inner .item {
    width: 100%;
    height: 700px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-inner .item:nth-of-type(1) {
    background-image: url(/skin/img/slide/slide3.jpg);
}
.carousel-inner .item:nth-of-type(2) {
    background-image: url(/skin/img/slide/slide02.jpg);
}
.carousel-caption {
    margin: 0;
    top: auto;
    bottom: 5%;
    text-align: left;
    right: 20%;
    color: #fff;
    left: auto;
    text-shadow: none;
    padding: 0;
}
.carousel-caption h2 {
    font-size: 45px;
    color: #003cb3;
    letter-spacing: -0.04em;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 6px;
    font-family: 'GyeonggiBatangB00';
}
.carousel-caption h2 span:nth-of-type(1){color:#088244;display:block}
.carousel-caption h2 span:nth-of-type(2){color : #0000ff;display:block;text-indent: 60px;}
.carousel-caption h2 span:nth-of-type(3){color: #ff0000;
    display: block;
    text-indent: 120px;}
.carousel-caption p {
    font-size: 45px;
    color: #333;
    font-weight: 300;
    margin: 0;
    letter-spacing: -0.07em;
    font-family: 'Nanum Pen Script', cursive;
}
.carousel-caption02 {
    position: absolute;
    left: 21%;
    top: 2%;
}
.carousel-caption02 p{font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;}

.slide_img{    overflow: hidden;
    position: absolute;
    left: 20%;
    bottom: 5%;}
.slide_img_inner {
    float: left;
    text-align: center;
    margin-right: 10px;
}
.slide_img_inner img {
    max-width: 300px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
}
.slide_img_inner p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.carousel-inner .item:nth-of-type(2) .slide_img_inner p{color:#fff;text-shadow: 2px 2px 2px rgba(0,0,0,0.2);}
/*main*/
@media(min-width:768px){
    .main-business01 .col-md-4{padding:0}
}
.main-business01{padding: 50px 0;background: #f4f4f4;}
.main_box a{
    display: block;
    position: relative;
    padding: 30px 40px;
    background: #fff;
    min-height: 230px;
    color: #333;
    transition:all ease .3s;
    border: 1px solid #ddd;
    border-right: none;
    border-top: 2px solid #333;
    box-shadow: 2px 4px 0 rgba(0,0,0,0.05);
    }
    .main_box a:hover{background: #f0f6fb;}
.main_box a dl dt{
    font-size: 22px;
    letter-spacing: -0.06em;
    margin-bottom: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    }
.main_box a dl dd{
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.35em;
    }
.main_box a img{
    max-width: 70px;
    opacity: .2;
    position: absolute;
    right: 36px;
    bottom: 30px;
    }
.main_box a img.plus{top: 20px;}


/*sub*/
.subTop {
    position: relative;
    height: 240px;
}
.company .subTop{background: url(/skin/img/sub/subTop01.jpg) no-repeat center / cover;}
.facilities .subTop{background: url(/skin/img/sub/subTop02.jpg) no-repeat center / cover;}
.facilities.product .subTop{background: url(/skin/img/sub/subTop03.jpg) no-repeat center / cover;}
.subTop .container{
	position:relative;
	height:100%;
}
.subTop h2 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
    position: absolute;
    font-weight: 700;
    top: 25%;
    transform: translateY(-50%);
    padding: 20px;
    letter-spacing: -0.06em;
    font-family: 'GyeonggiBatangB00';
}
#notice .subTop h2 { 
    /*font-size: 35px;    */
    top: 33%;}
.subTop h2 span{display: block;text-indent: 60px;}
.subTop h2 span.color_g{text-indent: 0;}
.subTop h2 span.color_b{text-indent: 40px;}
.subTop h2 span.color_r{text-indent: 80px;}
.subTop .breadwrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgba(63, 62, 68, 0.8);
}
.breadcrumb {
    padding: 0;
    background: none;
    font-size: 13px;
    color: #d1d1d1;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.breadcrumb .active {
	font-weight: 400;
	color: #fff;
}
.subContent .title {
    position: relative;
    border-bottom: 2px solid #ddd;
    margin-bottom: 50px;
    padding-top: 80px;
}
.subContent .title h3 {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.06em;
    margin: 0 0 -1px;
    padding: 0 0 15px;
}
.subContent .title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 102%;
    height: 2px;
    background: #e21309;
}
.snb ul {
    margin: 0;
    border-top: 2px solid #333;
}
.snb ul a {
    display: block;
    padding: 15px 32px 15px 10px;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1.3em;
    border-bottom: 1px solid #e1e1e1;
}
.snb ul a:hover{text-decoration: none;color:#333;}
.snb ul .active a {
    color: #333;
    font-weight: 500;
    /* background: #f6f6f6; */
    text-decoration: none;
    position: relative;
}
.snb ul .active a:after {
    content: '\f105';
    font-family: 'fontawesome';
    float: right;
    font-weight: 400;
    color: #fa0200;
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 17px;
}
@media (min-width: 768px){
    .snb {
        width: 23%;
        padding-top: 70px;
        }
    .snb + .col-sm-9 {width: 76%;padding-left: 30px;}
}

.subContent{padding-bottom: 150px;}
.subContent .con{margin-bottom: 40px;}

.subContent .con:last-child{margin-bottom: 0;}
.subContent .con p, .subContent .con li, .subContent .con dd{font-size:16px;letter-spacing: -0.034em;line-height: 1.5;}
.subContent .con p:last-child, .subContent .con li:last-child, .subContent .con dd:last-child{margin-bottom: 0;}
.subContent .con h4{
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #333;
    margin: 0 0 20px;
    }

/*company*/

#company01 .con1 .comp01_inner p, #company02 .con1 .comp02_inner p{
    font-size: 26px;
    color: #333;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.06em;
    background: #fff;
    padding: 20px;
    }
#company01 .con1 .comp01_inner p{padding: 15px 0;    background: #d8ecfd;}
#company01 .con1 .comp01_inner p big, #company02 .con1 .comp02_inner p big{
    font-size: 26px;
    font-weight: 500;
    }
#company01 .con2 dl, #company02 .con3 dl{
    /* background: #f8f8f8; */
    padding: 15px 35px;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 2px 4px 0 rgba(0,0,0,0.05);
    margin-bottom: 20px;
    }
#company01 .con2 dl dt, #company02 .con3 dl dt{
    position: relative;
    font-size: 24px;
    /* border-left: 4px solid #343ffc; */
    line-height: 1;
    padding-left: 0;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: -0.08em;
    }

/* #company01 .con1 .comp01_inner, #company02 .con1 .comp02_inner{
    width: 100%;
    padding: 7px;
    position: relative; 
    background: url(/skin/img/sub/ptn.png);
    } */
#company02 .con1 .comp02_inner p{
    text-align: left;
    }
#company02 .con2 dl dt{
    font-size: 17px;
    max-width: 170px;
    margin: 0 auto;
    height: 170px;
    background: #f25454;
    border-radius: 50%;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 23px;
    color: #fff;
    font-weight: 500;
    }
#company02 .con2 .col-md-4:first-child dl dt{background: #6270cf;}
#company02 .con2 .col-md-4:last-child dl dt{background: #99c346;}

#company02 .con2 dl dt i{ display: block;
    font-size: 85px;
    margin-bottom: 15px;}
#company02 .con2 dl dd{
    text-align: left;
    color: #222;
    font-size: 15px;
    padding: 0 12px;
    }
#company02 .con3 dl dt{
    color: #a5090a;
    font-style: italic;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    }
#company02 .con3 dl dt span{
    display: inline-block;
    margin-left: 10px;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.08em;
    }
#company02 .con1 p {
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    float: left;
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
    background: #d8ecfd;
    font-weight: 500;
}
#company02 .con1 p big{font-size: 22px;
    margin-right: 5px;
    font-weight: 700;}

#company03 .con1 dl,#company03 .con3 dl {border-top: 1px solid #333;margin-bottom: 15px;padding: 15px 25px;border-radius: 1px;background: #f8f8f8;/* border: 1px solid #ccc; *//* box-shadow: 2px 4px 0 rgba(0,0,0,0.05); */}
#company03 .con1 dl dt,#company03 .con3 dl dt{
    font-size: 18px;
    margin-bottom: 8px;
    color: #292d86;
    letter-spacing: -0.06em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-weight: 500;
    }
#company03 .con1 dl dt p{color: #333333;}
#company03 .con1 dl dd,#company03 .con3 dl dd{margin-bottom: 5px;font-size: 15px;}
#company03 .con1 dl dd:last-child,#company03 .con3 dl dd:last-child{margin-bottom: 0;}
#company03 .con1 dl dd span,#company03 .con3 dl dd span{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: -0.06em;
    }
#company03 .con2 img{
    padding: 10px;
    border: 1px solid #ddd;
    /* box-shadow: 4px 4px 0 rgba(0,0,0,0.05); */
    }
#company03 .con2 p{
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.03em;
    }
#company03 .con2 .clearfix{margin-bottom: 50px;}
#company04 .con1 ul{
    margin-top: 30px;
    border-top: 1px solid;
    }
#company04 .con1 ul li{
    margin-bottom: 5px;
    padding: 6px 20px;
    font-size: 16px;
    position: relative;
    padding-left: 80px;
    line-height: 1.75;
    }
#company04 .con1 ul li span{font-weight: 600;
    margin-right: 10px;
    position: absolute;
    width: 80px;
    color: #333;
    font-size: 14px;
    left: 0;
    text-align: center; }
#company04 .con1 img{margin-top: 30px;}
/*facilities*/
.facilities .con p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 8px 0;
    letter-spacing: -0.034em;
    background: #0b52be;
    /* border: 1px solid #ddd; */
    }

/*product*/
#product01 .col-sm-9 .nav-justified{margin-bottom: 60px;}
#product01 .col-sm-9 .nav-justified li a{
    border-radius: 0;
    border: 1px solid #ddd;
    font-size: 15px;
    letter-spacing: -0.034em;
    color: #555;
    font-weight: 500;
    margin: 0 1px;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    }
#product01 .col-sm-9 .nav-justified li a:hover{
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: #333;
    }
#product01 .col-sm-9 .nav-justified li.active a{
    color:#fff;
    font-weight: 400;
    border: 1px solid #ec6566;
    background: #ec6566;
    }
.product .con .col-md-6 ul.li-dot, #facilities04 .con .col-md-6 ul.li-dot{
    padding: 40px;
    background: #f8f8f8;
    height: 271px;
    }
.product .con .col-md-6 ul.li-dot li, #facilities04 .con .col-md-6 ul.li-dot li{
    padding-left: 110px;
    margin-bottom: 8px;
    font-size: 15px;
    padding-bottom: 8px;
    }
.product .con .col-md-6 ul.li-dot li.pd-L{padding-left: 150px;}
#product02.product .con .col-md-6 ul.li-dot li{padding-left: 120px;text-align: right;}
.product #pro01_2 .con .col-md-6 ul.li-dot, .product #pro01_3 .con .col-md-6 ul.li-dot{text-align: right;}
.product .con .col-md-6 ul.li-dot li span, #facilities04 .con .col-md-6 ul.li-dot li span{
    position: absolute;
    left: 15px;
    font-weight: 700;
    font-size: 14px;
    }
.owl-carousel{
    overflow: hidden !important;
}
footer .footer-info ul li strong {
    font-weight: 500;
}
.snb p {
    font-weight: 500;
    letter-spacing: -0.08em;
    padding: 20px 15px;
    margin: 0;
    background-image: linear-gradient(45deg, #0b16ae,#0b75c8);
    color: #Fff;
    font-size: 22px;
}
.snb p small{    font-size: 11px;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-left: 6px;
    opacity: .6;}
#company01 .con2 dl dt::before, #company02 .con3 dl dt::before {content: '';position: absolute;width: 5px;height: 28px;left: -35px;background: #e21213;}
#company02 .con3 dl {
    padding: 15px 50px;
    box-shadow: none;
}
#company02 .con3 dl dd {
    color: #000;
    font-size: 15px;
}
#company02 .con3 dl dt::before {
    background: #333;
    left: -50px;
    width: 4px;
}
#company01 .con2 dl dt strong {
    font-weight: 400;
}
#company01 .con1 {
    margin-bottom: 50px;
}
#company02 .comp02_02_inner {
    float: left;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 50px 20px 30px;
    box-shadow: 2px 4px 0 rgba(0,0,0,0.05);
}
.breadcrumb>li+li:before {
    font-size: 12px;
}
.carousel-inner {
    border-bottom: 2px solid #6189da;
}
.main-business01 div:last-child > .main_box a {
    border-right: 1px solid #ccc;
}
.main_box a:hover dl dt {
    border-bottom: 1px solid #ccc;
}
/* .item:first-child .carousel-caption h2 {
    color: #088244;
} */

/*2020-03-10*/
#company02 .con1 .comp02_inner p big:nth-of-type(1){    padding-left: 20%;}
#company02 .con1 .comp02_inner p big:nth-of-type(2){    padding-left: 30%;}
#company02 .con1 .comp02_inner p big:nth-of-type(3){    padding-left: 40%;}
#company02 .comp02_02_inner > p {text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;}
#company01 .con2 dl dt span{    font-weight: 400;
    color: #0b20b1;}

    
#company05 .con1 .history-table {
    border-top: none;
    background: url(/skin/img/sub/comp05_1.png)no-repeat center / contain;
}

#company05 .con1 .history-table.table-style tr th {
    width: 25%;
    position: relative;
    padding: 20px 0px;
    border-right: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    font-size: 42px;
    color: #000;
    font-weight: 500;
    text-align: left;
    border-bottom: none !important;
    border-top: none;
}

#company05 .con1 .history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    top: 39px;
    width: 11px;
    height: 11px;
    border: 3px solid #000;
    border-radius: 50%;
    background: #fff;
}

#company05 .con1 .history-table.table-style tr td {
    text-align: left;
    padding: 27px 45px 22px;
    border-bottom: none !important;
    border-top: none;
}

#company05 .con1 .history-table.table-style tr td ul {
    margin: 0;
    padding-top: 10px;
}

#company05 .con1 .history-table.table-style tr td li {
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    padding: 5px 0 5px 110px;
    text-shadow: 0px 0px 4px #fff;
    line-height: 1.5;
    color: #000;
}

#company05 .con1 .history-table.table-style tr td li:before {
    content: "";
    width: 9px;
    height: 1px;
    position: absolute;
    top: 12px;
}

#company05 .con1 .history-table.table-style tr td strong {
    position: absolute;
    left: 22px;
    top: 3px;
    color: #000;
    font-weight: 400;
    font-size: 19px;
}
.c_blue{    color: #0412d1 !important;}
.c_red{    color: #f90301 !important;display: inline-block !important;font-size: 15px !important;}

/*tech*/
#tech01 .con1{margin-bottom: 30px;}
#tech01 .con1 p{    font-size: 24px;
    padding: 15px 50px;
    color: #000;
    font-weight: 300;
    text-align: center;    border-top: 1px solid;
    border-bottom: 1px solid;}
#tech01 .con .clearfix{    margin-bottom: 30px;}
#tech01 .con2 .col-md-12 p, #tech01 .con3 .col-md-12 p{text-align:center;background: #f8f8f8;
    padding: 15px 0;
    border-bottom: 1px solid #000;}
#tech01 .con .col-md-6 p{       text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 8px 0;
    letter-spacing: -0.034em;
    background: #0b52be;}
/*bbs*/
.subContent table {
    border-top: 2px solid #333;
}

.subContent table th,
.subContent table td {
    padding: 16px 15px!important;
}

.subContent table thead th {
    background: #f6f6f6;
    text-align: center;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.subContent table td {
    color: #555;
    font-size: 15px;
	letter-spacing: -0.5px;
	border-bottom:1px solid #ddd;
}

.dh-board .subject strong a {
    font-weight: 400;
    color: #555;
}
.dh-board tbody tr td strong a:hover{
    color:#222 !important;
    text-decoration:underline;
}

.dh-board tbody tr:hover {
    background: #fff;
}


.dh-margin-top {
    margin-top: 30px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 50px !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #0b6ec6;
    background: #0b6ec6 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}


.dh-view-box {
	margin-top:0;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 25px 25px;
    margin: 0;
    /* background: #f6f6f6; */
}
.dh-view-box>.row>.page-header>h4 {
    color: #222;
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.6px;
}
.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 20px 8px;
    color: #888;
}

/*en*/
.product.en .con .col-md-6 ul.li-dot li, #facilities04.en .con .col-md-6 ul.li-dot li{    padding-left: 160px;}
#product01 .col-sm-9 .nav-justified li a{font-size:14px}
.carousel-caption02 p small{font-weight: 500;}
.navbar-inverse .navbar-nav > li > a:after{content:"";width:1px;height: 15px;background: #e50d0b;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.navbar-inverse .navbar-nav > li:last-child > a:after{display:none}
#company04.en .con1 ul li{    margin-bottom: 0;
    padding: 4px 20px;
    font-size: 14px;padding-left: 80px;}
.subPage.en .subTop h2, #notice.subPage .subTop h2{font-family: "notokr";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.02em;}
.subPage.en .subContent .title h3{    font-size: 27px;}
/*mobile*/
@media(max-width:767px){
    .navbar-inverse .navbar-brand{    margin-top: 0;
        padding: 15px;}
    .navbar-brand img{    max-width: 220px;}
    .carousel-caption02{left: 5%;right: 5%;}
    .carousel-caption02 p{    font-size: 26px;}
    .carousel-caption{right:5%;left: 5%;
    }
    .carousel-caption h2{font-size: 26px;}
    .carousel-caption h2 span:nth-of-type(2){    text-indent: 20px;}
    .carousel-caption h2 span:nth-of-type(3){    text-indent: 40px;}
    .carousel-inner .item{    height: 400px}
    .body-layout{    padding-top: 65px;}
    footer .footer-info ul{    padding: 0;}
    footer .footer-info img{    margin-bottom: 20px;max-width: 200px;}
    .navbar-inverse .navbar-toggle .icon-bar{background-color: #333;}
    .navbar-toggle{    margin-top: 15px;}
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #fff;
    }
    .navbar-inverse .navbar-nav > li > a{    padding: 30px 30px 10px;}
    .navbar-nav .open .dropdown-menu>li>a{    padding: 5px 30px;}
    .subTop{    height: 150px;}
    .subTop h2{    font-size: 18px;
        top: 30%;
        padding: 0;
        line-height: 1.5;}
    .subTop h2 span{text-indent: 0%;}
    .breadcrumb{    right: 15px;
        margin-bottom: 10px;}
    .snb{display: none;}

    #company01 .con1 .comp01_inner p{    font-size: 18px;
        padding: 15px;}
    #company01 .con1 .comp01_inner p big, #company02 .con1 .comp02_inner p big {
        font-size: 22px;
    }
    #company01 .con2 dl dt, #company02 .con3 dl dt{    font-size: 22px;    margin-bottom: 10px;}
    .subContent{    padding-bottom: 100px;}
    #company02 .con1 p{width: 100%;
        margin-bottom: 15px;}
    #company02 .comp02_02_inner > p{    font-size: 22px;}
    #company02 .comp02_02_inner dl{margin-bottom: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;}
    #company02 .comp02_02_inner dl dt{    margin-bottom: 15px;}
    #company02 .comp02_02_inner dl dd{    text-align: center;}
    #company02 .con3 dl dt::before{    left: -15px;}
    #company02 .con3 dl{    padding: 15px 15px;}
    #company02 .comp02_02_inner .col-md-4:last-child dl{margin-bottom: 0;padding-bottom: 0;border-bottom:none;}
    #company05 .con1 .history-table.table-style tr th{width: 100%;
        display: block;
        border-right: none !important;
        border-left: 1px solid #ddd !important;padding-bottom: 0 !important;font-size: 32px;}
    #company05 .con1 .history-table.table-style tr th:after{    right: auto;
    left: -5px;    top: 35px;}
    #company05 .con1 .history-table.table-style tr td{display: block;width:100%;    border-left: 1px solid #ddd;}
    #company05 .con1 .history-table.table-style tr td ul{    padding-top: 0;}
    #company05 .con1 .history-table.table-style tr td li{    padding-left: 90px;font-size: 15px;}
    #company05 .con1 .history-table.table-style tr td strong{left: 0px;}
    #company05 .con1 .history-table.table-style tr td li:last-child{margin-bottom: 0;}
    #company05 .con1 .history-table{background: transparent;}
    #company03 .con2 p{    font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.04em;
        margin-top: 10px;}
    #company03 .con2 .clearfix{margin-bottom: 30px;}
    #company04 .con1 iframe{height: 250px;}
    #company04 .con1 ul li span{    width: 50px;}
    #company04 .con1 ul li{    font-size: 14px;
        padding-left: 50px;}
    .facilities .subTop h2 span{    display: inline;}
    .product.facilities .subTop h2 span{    display: block;}
    .subContent ul.owl-carousel, #facilities02 .con1 img, #facilities01 .con1 img, #facilities03 .con1 img{margin-bottom: 20px;}
    .subContent .title{padding-top: 60px;}
    .product .con .col-md-6 ul.li-dot, #facilities04 .con .col-md-6 ul.li-dot{height: auto;margin-top: 20px;padding: 20px;}
    .product .con .col-md-6 ul.li-dot li:last-child, #facilities04 .con .col-md-6 ul.li-dot li:last-child{margin-bottom: 0;}
    #product01 .col-sm-9 .nav-justified li{margin-bottom: 3px;}
    #tech01 .con img{margin-bottom: 20px;}
    #tech01 .con .clearfix{margin-bottom: 0;}
}

