@charset "utf-8";
@import url(/skin/notokr/notokr.css);
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}


html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;word-break: keep-all !important;padding-top: 112px;color: #000;letter-spacing: -0.03em;}
.body-layout > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Roboto', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}


@media (min-width: 1200px) {
    .container{
        width: 1280px;
    }
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

@media (min-width: 768px) {

    .col-sm-20,
    .col-md-20,
    .col-lg-20 {
        width: 20%;
    }

    .col-sm-40,
    .col-md-40,
    .col-lg-40 {
        width: 40%;
    }
}


.ani {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.ani-hz {
    opacity: 0;
    animation-fill-mode: both;
    animation-duration: 1s;
}

.active .ani.delay-0 {animation-delay: 0.0s;}
.active .ani.delay-1 {animation-delay: 0.1s;}
.active .ani.delay-2 {animation-delay: 0.2s;}
.active .ani.delay-3 {animation-delay: 0.3s;}
.active .ani.delay-4 {animation-delay: 0.4s;}
.active .ani.delay-5 {animation-delay: 0.5s;}
.active .ani.delay-6 {animation-delay: 0.6s;}
.active .ani.delay-7 {animation-delay: 0.7s;}
.active .ani.delay-8 {animation-delay: 0.8s;}
.active .ani.delay-9 {animation-delay: 0.9s;}
.active .ani.delay-10 {animation-delay: 1.0s;}
.active .ani.delay-11 {animation-delay: 1.1s;}
.active .ani.delay-12 {animation-delay: 1.2s;}
.active .ani.delay-13 {animation-delay: 1.3s;}
.active .ani.delay-14 {animation-delay: 1.4s;}
.active .ani.delay-15 {animation-delay: 1.5s;}
.active .ani.delay-16 {animation-delay: 1.6s;}

.active .ani.fadeup {animation-name: fadeInUp;}
.active .ani.fadein {animation-name: fadeIn;}
.active .ani.fadindown {animation-name: fadeInDown;}
.active .ani.fadinleft {animation-name: fadeInLeft;}
.active .ani.fadinright {animation-name: fadeInRight;}

.text_hide {
    position: relative;
    overflow: hidden;
}

#site .section {
    padding-bottom: 120px;
    padding-top: 120px;
}

.section .caption {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#site .section footer .caption{
    padding:0;
}

.section .text_hide .ani {
    opacity: 0;
    margin-top: 10px;
}
.section .text_hide h4 {
    font-size: 28px;
}
#company03 .li_location.ani.fadein.delay-1 {
    /* border-top: 2px solid #333; */
    margin-top: 20px;
    padding: 0 25px;
    text-align: center;
}
.color_r{
    color: #df0d15;
}

/* 상단 네비게이션 */

.lang-wrap{
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    background: #fff;
}
.lang-wrap .container{
    text-align: right;
}

.lang-wrap .lang{
    display: inline-block;
    text-align: center;
    border: 0;
    padding: 0;
    vertical-align: middle;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #c1c1c1;
    margin-left: 10px;
    position: relative;
    line-height: 1;
}
.lang-wrap .lang.lang-en:before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #ffd984;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
}
.lang-wrap .lang:hover{
    color: #000;
}
.lang-wrap .lang.active{
    opacity: 1;
    color: #ed171f
}

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0px 0 5px;
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 13px;
    margin-left: 0 !important;
    height: auto;
    width: 125px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}

.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 27px 28px 26px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 1;
}
.en .nav.navbar-nav > li > a{
    font-weight: 600
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{
    color: #EE262D;
    background: none;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 5px;
    transform: translateX(-50%);
    border-top: 2px solid #ec131b;
}
.nav.navbar-nav li .dropdown-menu li a{
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
    background-color: #EE262D;
    color: #fff;
}


@media (max-width: 767px){
    .body-layout{
        padding-top: 102px;
    }
    .navbar.navbar-inverse {
        background: none;
        border-bottom: 1px solid #e6e6e6;
        padding: 0;
    }
    .navbar-header {background: #fff;}
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0;
        background: none;
        margin: 26px 15px 26px 0;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background: none;}
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ed121a;
        width: 28px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-collapse {
        border-color: #e6e6e6;
        transition: all .35s ease !important;
        padding: 0;
        position: fixed;
        width: 100%;
        top: 102px;
        left: 0;
        bottom: 0;
        max-height: none;
        background: rgba(0,0,0,0.7);
        margin: 0;
        display: block;
        height: calc(100vh - 70px) !important;
        opacity: 0;
        display: none;
    }
    .navbar-inverse .navbar-collapse.in{
        opacity: 1;
        display: block;
    }
    .navbar-inverse .navbar-collapse.collapsing{
        position: fixed;
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: inherit;
           -o-transition-timing-function: inherit;
              transition-timing-function: inherit;
        -webkit-transition-duration: inherit;
           -o-transition-duration: inherit;
              transition-duration: inherit;
        -webkit-transition-property: none, visibility;
           -o-transition-property: none, visibility;
              transition-property: none, visibility;
    }
    .navbar-inverse .navbar-collapse > .nav.navbar-nav{margin: 0;background: #fff;width: 50%;position: absolute;top: 0;bottom: 0;right: -50%;transition: all .3s ease;}
    .navbar-inverse .navbar-collapse.in > .nav.navbar-nav{
    right: 0;
}
    .nav.navbar-nav > li > a {
        padding: 14px 19px 14px;
        font-size: 16px;
        text-align: right;
        border-bottom: 1px solid #eee;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translateX(0);
        background: #fafafa;
    }
    .nav.navbar-nav li .dropdown-menu li:hover a,
    .nav.navbar-nav li .dropdown-menu li:focus a,
    .nav.navbar-nav li .dropdown-menu li a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        font-size: 15px;
        text-align: right;
        color: #5e5e5e !important;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .body-layout{
        padding-top: 82px;
    }
    .nav.navbar-nav > li > a {
        padding: 27px 12px 26px;
        font-size: 16px;
    }
    .en .nav.navbar-nav > li > a{
        padding: 27px 10px 26px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 27px 21px 26px;
        font-size: 18px;
    }
}

/* //상단 네비게이션 */

/* 메인 중단영역 */

.intro-html-layout{margin: 0;}
.intro-html-layout > .col-sm-12{
    padding: 0;
}
.intro-html-layout .section{
    padding: 90px 0;
    position: relative;
}
.intro-html-layout .section:nth-child(2n){
    background: #E35257;
    padding-top: 100px;
}
.intro-html-layout .section:nth-child(2n) h3 .color_r {
    color: #fff;
} 
.intro-html-layout .section:nth-child(2n) h3 {
    color: #fff;
}
.section.main_sec5.active {
    background: url(/skin/img/main/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
}
.section.main_sec5.active h3 {
    color: #fff;
}
.section .text_hide{
    margin-bottom: 35px;
}
#recruit01 .sec2 .text_hide {
    margin-bottom: 20px;
}
.main_sec5 .text_hide {
    margin-bottom: 10px;
}
.intro-html-layout .section h3{
    font-size: 52px;
    letter-spacing: -0.015em;
    font-weight: 600;
    margin: 0;
    /* font-family: 'nanumsquare', sans-serif; */
    color: #000;
    margin-bottom: 30px;
    margin-top: 0 !important;
}
.section.main_sec4.active .text_hide {
    margin-bottom: 0;
    padding: 0 15px;
}
.main_sec1{
    /* height: 780px; */
    height: 40.63vw;
}
.main_sec1 .main_slide{   
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.main_slide .slick-list{
    height: 100%;
}
.main_sec1 .main_slide .item img{
    width: 100%;
}
.main_sec1 .container{
    width: auto;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 45%;
    transform: translateY(-50%);
    padding: 0;
}
.main_sec1 .text_hide{
    margin-bottom: 1.5vw;
}
.main_sec1 .text_hide .main_tit{
    font-size: 2.9223vw;
    margin: 80px 0 0;
    color: #000;
    line-height: 1.25;
    margin-bottom: 0;
    font-family: 'Godo', sans-serif;
}
.main_sec1 .text_hide .main_tit b{
    
text-transform: none;
}
.main_sec1 .text_hide .main_txt{
    font-size: 1.2vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    line-height: 1.55;
    letter-spacing: -0.035em;
}
.en .main_sec1 .text_hide .main_txt .color_r{
    font-weight: 600
}
.main_sec1 .text_hide .main_link{
    font-size: 17px;
    font-weight: 500;
    background: #ed161e;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 17px 40px 16px;
    border-radius: 0;
    /* border: 1px solid #949494; */
    margin-top: 0px;
    /* background: #fff; */
}
.main_sec1 .text_hide .main_link:hover{
    text-decoration: none;
    background: #d30e16;
    color: #fff;
    /* border-color: #ed161e; */
}

.main_sec2 .text_hide{
    margin-bottom: 0px;
}
.main_sec2 .text_hide .row{
    margin: 0 -5px;
}
.main_sec2 .text_hide .row > .col-xs-12{
    padding: 0 5px;
}

.main_sec2 .main_partner{
    border: 0;
    position: relative
}
.main_sec2 .main_partner:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+30,0+70,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.main_sec2 .main_partner .item{
    height: 112px;
}

.main_sec2 .partners{
    /* border: 1px solid #eee; */
    padding: 16px 29px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 0;
}

.intro-html-layout .section.main_sec3 h3{font-size: 38px;line-height: 1.55;margin-top: 0;font-weight: 600;letter-spacing: -0.045em;margin-bottom: 62px;}
.en .intro-html-layout .section.main_sec3 h3{
    font-size: 35px;
}
.intro-html-layout .section.main_sec3 .ms3_tit{
    margin-bottom: 0;
}

.service_area{
    padding: 55px 0;
}
.service_area > .row > .col-xs-12.col-sm-6:nth-child(2){
    padding-left: 15px;
}
.service_area .text_hide{
    margin-bottom: 15px;
}
.service_area .col-sm-6:nth-child(2) .text_hide:nth-child(1){
    margin-top: 30px;
}
.service_area .text_hide:last-child{
    margin-bottom: 0;
}
.service_area .text_hide h4{
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin: 0;
    letter-spacing: -0.04em;
}
.service_area .text_hide ul{
    padding:  0;
    margin: 0;
    margin-top: 0 !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 4px;
}
.service_area .text_hide ul.li_service li{
    display: inline-block;
    font-size: 23px;
    font-weight: 400;
    color: #222;
    margin-right: 22px;
    position: relative;
}
.en .service_area .text_hide ul.li_service li{
    font-size: 18px;
}
.service_area .text_hide ul.li_service li:after{content: '';display: block;width: 6px;height: 6px;background: #bdbdbd;border-radius: 50%;position: absolute;right: -16px;top: 15px;}
.en .service_area .text_hide ul.li_service li:after{top: 10px;}
.service_area .text_hide ul.li_service li:last-child:after{display: none;}
.service_area .text_hide p{
    font-size: 21px;
    font-weight: 300;
    margin: 0;
    line-height: 1.45;
    margin-top: 14px !important;
    color: #000;
}
.service_area .text_hide a{
    display: inline-block;
    color: #555;
    font-weight: 600;
    font-size: 17px;
    transition: all .3s ease;
    padding-top: 15px;
}
.service_area .text_hide a i{
    margin-left: 15px;
}
.service_area .text_hide a:hover{color: #ec1019;text-decoration: none;font-weight: 600;}

.box_why {
    
margin-top: 10px;
    
/* padding: 0 5px; */
}
.box_why dl{
    
height: 380px;
    
border: 1px solid #f99195;
    
background: #fff;
    
border-radius: 10px;
}
.intro-html-layout .section:nth-child(2n) .col-xs-12.col-sm-4 {
    padding: 0 6px;
}
.box_why dl dt{
    font-size: 24px;
    margin-bottom: -30px;
    padding: 35px 0px 45px 70px;
    text-align: left;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.045em;
}
.en .box_why dl dt{
    
font-size: 22px;
    
padding-bottom: 35px;
    
line-height: 1.2;
    
padding-right: 27px;
    
height: 120px;
}
.box_why dl dt .color_r {
    font-weight: 600;
    /* color: #fff; */
}
.box_why dl dd{
    font-size: 17px;
    padding-left: 70px;
    padding-right: 34px;
    position: relative;
    margin-top: 9px;
}
.en .box_why dl dd{
    font-size: 15px;
}
.box_why dl dd:before{content: '';display: block;background: #333;width: 5px;height: 1px;border-radius: 50%;position: absolute;left: 57px;top: 10px;}
.col-xs-12.col-sm-4 .box_why dl dt::before{
    content:'';
    display:block;
    position:absolute;
    width: 32px;
    height: 32px;
    background-image: url(/skin/img/main/main-icon01.png);
    top: 46px;
    left: 13%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.col-xs-12.col-sm-4:nth-child(2) .box_why dl dt::before{
    background-image: url(/skin/img/main/main-icon02.png);
}
.col-xs-12.col-sm-4:nth-child(3) .box_why dl dt::before{
    background-image: url(/skin/img/main/main-icon03.png);
} 
.li_dash{
    padding: 0;
    margin: 0;
}
.li_dash > li{
    padding-left: 10px;
    position: relative;
}
.li_dash > li::before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #666;
    position: absolute;
    top: 11px;
    left: 0;
}

.box_why .li_dash{
    padding: 5px 0 0;
}
.box_why .li_dash > li{
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    color: #555;
}
.en .box_why .li_dash > li{
    font-size: 13px;
}
.box_why .li_dash > li::before{
    background: #7e7e7e;
    top: 9px;
}
.row.ani.fadein.delay-1.box_in_sys {
    padding: 0;
}
.box_sys{
    width: 380px;
    height: 380px;
    /* border: 1px solid #ff717a; */
    border-radius: 50%;
    position: relative;
    margin: 0 auto 30px;
    background: #fdf2f3;
    /* box-shadow: 0px 5px 15px -14px; */
    position: relative;
}
.box_sys::before {
    content: '';
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
}
.col-xs-12.col-sm-4:nth-child(1) .box_sys, .col-xs-12.col-sm-4:nth-child(3) .box_sys,
.col-xs-12.col-sm-4:nth-child(5) .box_sys {
    border-color: #7e7e7e;
    background: #f1f1f1;
}
.col-xs-12.col-sm-4:nth-child(1) .box_sys::before, .col-xs-12.col-sm-4:nth-child(3) .box_sys::before,
.col-xs-12.col-sm-4:nth-child(5) .box_sys::before {
    background: #f8f8f8;
}
.box_sys dl{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 84%;
}
.box_sys dl dt{
    position: relative;
    margin-bottom: 14px;
    font-size: 27px;
    color: #df2525;
}
.box_sys dl dd{
    font-size: 18px;
    margin-top: 8px;
    line-height: 1.5;
}
.en .box_sys dl dd{
    
font-size: 17px;
    
line-height: 1.3;
}
.box_sys dl dd::before{content: '';}

.intro-html-layout .section.main_sec6{
    background: #f5f5f5;
    padding: 80px 0 55px;
}
.main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(1){
    margin-top: 40px;
    margin-bottom: 40px;
}
.main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(2){
    margin-bottom: 20px;
}
.main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(3){margin-bottom: 0}
.inquiry_tit{
    font-size: 42px;
    font-weight: 600;
    margin: 0;
}
.inquiry_txt{
    font-size: 21px;
    margin: 0;
    padding-right: 100px;
}
.inquiry_link{
    display: inline-block;
    text-align: center;
    padding: 11px 25px;
    border: 1px solid #ababab;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.inquiry_link:hover{background: #ec0e16; border-color: #ec0e16; color: #fff; text-decoration: none;}

@media (max-width: 767px){
    .intro-html-layout .section{
        padding: 45px 0;
        position: relative;
    }
    .main_sec1 {
        height: 430px;
    }
    .main_sec1 .main_slide .slick-list:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+43,1+100 */
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 15%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0.56;
    }
    .main_slide .slick-list{
        height: 100%;
    }

    .main_slide .slick-track{height: 100% !important;}
    .main_sec1 .main_slide .item{
        overflow: hidden;
        position: relative;
    }
    .main_sec1 .main_slide .item img{
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: auto;
        transform: translatey(-50%);
        max-width: none;
        right: -30%;
    }
    .main_sec1 .container {
        width: auto;
        position: absolute;
        top: 65%;
        left: 15px;
        right: 15px;
        transform: translateY(-50%);
        padding: 0;
    }
    .main_sec1 .text_hide {
        margin-bottom: 11px;
    }
    .main_sec1 .text_hide .main_tit {
        font-size: 8.7vw;
    }
    .main_sec1 .text_hide .main_txt {
        font-size: 4vw;
        display: none;
    }
    .main_sec1 .text_hide .main_link{
        font-size: 13px;
        padding: 12px 29px;
    }

    .main_sec2 .partners {
        /* border: 1px solid #eee; */
        padding: 9px 10px;
    }
    .main_sec2 .main_partner .item {
        height: 79px;
    }
    .main_se2 .main_partner{margin: 0;}
    .intro-html-layout .section.main_sec3 h3 {
        font-size: 4.7vw;
        margin-bottom: 0px;
    }
    .en .intro-html-layout .section.main_sec3 h3{
        font-size: 4.8vw;
    }
    .service_area .text_hide h4 {
        font-size: 25px;
    }
    .service_area .text_hide ul.li_service li {
        font-size: 14px;
        margin-right: 11px;
    }
    .service_area .text_hide a {
        padding-top: 0;
    }
    .inquiry_tit {
        font-size: 7.64vw;
    }
    .service_area .text_hide ul {
        padding: 0;
        margin: 0;
        margin-top: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 4px;
    }
    .service_area .text_hide p {
        font-size: 18px;
    }
    .intro-html-layout .section h3 {
        font-size: 42px;
    }
    .box_why dl{
        height: auto;
        padding-bottom: 30px;
    }
    .box_why dl dt {
        font-size: 19px;
        padding: 20px 10px 38px;
    }
    .box_why dl dd {
        font-size: 14px;
        padding-left: 30px;
    }
    .box_why dl dd::before{
        left: 15px;
    }
    .box_why .li_dash > li {
        font-size: 12px;
    }
    .box_why .li_dash > li::before {
        background: #7e7e7e;
        top: 7px;
    }
    .col-xs-12.col-sm-4 .box_why dl dt{position: relative;padding-left: 55px;}
    .col-xs-12.col-sm-4 .box_why dl dt::before {
        width: 35px;
        height: 35px;
        top: 13px;
        left: 26px;
    }
    .en .col-xs-12.col-sm-4 .box_why dl dt{
        height: auto
    }
    
    .box_sys{
        width: 300px;
        height: 300px;
    }
    .box_sys dl dd {
        font-size: 15px;
    }
    .main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(1){
        margin-top: 0;
        margin-bottom: 15px;
    }
    .main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(2){
        margin-bottom: 5px;
    }
    .main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(3){margin-bottom: 27px;}
    .inquiry_txt {
        font-size: 18px;
        margin: 0;
        padding-right: 0;
    }
    .service_area .text_hide ul.li_service li:after {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background: #bdbdbd;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        top: 8px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .main_sec1 .container {
        right: 20%;
        width: 460px;
    }
    .main_sec1 .text_hide {
        margin-bottom: 19px;
    }
    .main_sec1 .text_hide .main_tit {
        font-size: 48px;
    }
    .main_sec1 .text_hide .main_txt {
        font-size: 16px;
    }
    .main_sec1 {
        height: 480px;
    }
    .main_slide .slick-list{
        height: 100%;
    }
    .main_slide .slick-track{height: 100% !important;}
    .main_sec1 .main_slide .item{
        overflow: hidden;
        position: relative;
    }
    .main_sec1 .main_slide .item img{
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: none;
    }
    .main_sec2 .main_partner .item {
        height: 85px;
    }
    .intro-html-layout .section.main_sec3 h3 {
        font-size: 25px;
    }
    .service_area .text_hide h4 {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        margin: 0;
        letter-spacing: -0.04em;
    }
    .service_area .text_hide ul {
        padding: 0;
        margin: 0;
        margin-top: 0 !important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
        margin-bottom: 4px;
    }
    .service_area .text_hide ul.li_service li {
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        color: #222;
        margin-right: 15px;
        position: relative;
    }
    .service_area .text_hide ul.li_service li:after {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #bdbdbd;
        border-radius: 50%;
        position: absolute;
        right: -11px;
        top: 7px;
    }
    .service_area .text_hide p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        line-height: 1.45;
        margin-top: 0!important;
        color: #000;
    }
    .service_area .col-sm-6:nth-child(2) .text_hide:nth-child(1) {
        margin-top: 0;
    }
    .box_why dl dt {
        font-size: 15px;
        margin-bottom: 60px;
        padding: 20px 10px 30px 53px;
        border-radius: 0px 0px 40px 0px;
        font-weight: 400;
        margin: 0;
    }
    .en .box_why dl dt{
        
font-size: 17px;
        
height: auto;
        
padding: 20px 0 20px 52px;
        
margin-bottom: 0;
    }
    .en .col-xs-12.col-sm-4 .box_why dl dt::before{
        
width: 40px;
        
top: 17px;
    }
    .en .box_why dl dd{
        font-size: 13px;
    }
    .en .box_why .li_dash > li{
        font-size: 12px;
    }
    .col-xs-12.col-sm-4 .box_why dl dt::before {
        width: 35px;
        height: 62px;
        top: 19px;
    }
    .box_why dl dd {
        font-size: 14px;
        padding-left: 25px;
        padding-right: 20px;
        position: relative;
        margin-top: 9px;
    }
    .box_why dl dd:before {
        content: '';
        display: block;
        background: #333;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        position: absolute;
        left: 15px;
        top: 7px;
    }
    .box_sys {
        width: 330px;
        height: 330px;
    }
    .box_sys dl dd {
        font-size: 16px;
    }
    .en .box_sys dl dd{
        font-size: 15px;
    }
    .main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(1) {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .inquiry_tit {
        font-size: 25px;
        font-weight: 600;
        margin: 0;
    }
    .inquiry_txt {
        font-size: 15px;
        margin: 0;
        padding-right: 70px;
    }
    .inquiry_link {
        display: inline-block;
        text-align: center;
        padding: 11px 25px;
        border: 1px solid #ababab;
        color: #000;
        font-size: 14px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main_sec1 {
        height: 580px;
    }
    .main_sec1 .text_hide {
        margin-bottom: 19px;
    }
    .main_sec1 .text_hide .main_tit {
        font-size: 3.6vw;
    }
    .main_sec1 .text_hide .main_txt {
        font-size: 16px;
    }
    .main_slide .slick-list{
        height: 100%;
    }
    .main_slide .slick-track{height: 100% !important;}
    .main_sec1 .main_slide .item{
        overflow: hidden;
        position: relative;
    }
    .main_sec1 .main_slide .item img{
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: none;
    }
    .intro-html-layout .section.main_sec3 h3 {
        font-size: 35px;
    }
    .service_area .text_hide ul.li_service li {
        display: inline-block;
        font-size: 18px;
    }
    .service_area .text_hide p {
        font-size: 19px;
    }
    .service_area .text_hide ul.li_service li:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #bdbdbd;
        border-radius: 50%;
        position: absolute;
        right: -16px;
        top: 8px;
    }
    .box_why dl dt {
        font-size: 21px;
    }
    .en .box_why dl dt{
    font-size: 18px;
}
    .box_why dl dd {
        font-size: 16px;
    }
    .en .box_why dl dd{
    font-size: 14px;
}
.en .box_why .li_dash > li{
    font-size: 12px;
}
    .box_sys {
        width: 292px;
        height: 292px;
    }
    .box_sys dl dt {
        position: relative;
        margin-bottom: 14px;
        font-size: 21px;
    }
    .box_sys dl dd {
        font-size: 16px;
    }
    .en .box_sys dl dd{
        font-size: 14px;
    }
    .main_sec6 .col-sm-6:nth-child(1) .text_hide:nth-child(1) {
        margin-top: 32px;
        margin-bottom: 22px;
    }
    .inquiry_tit {
        font-size: 36px;
        font-weight: 600;
        margin: 0;
    }
    .en .inquiry_tit{
        font-size: 30px
    }
    .inquiry_txt {
        font-size: 18px;
        margin: 0;
        padding-right: 100px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 270px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container .text_hide{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 62px;
    margin: 0;
    font-weight: 600;
    font-family: 'nanumsquare', sans-serif;
    letter-spacing: -0.035em;
}
.subHeader .container .breadcrumb{
    padding:  0;
    margin:  0;
    background: none;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.subHeader .container .breadcrumb li > a,
.subHeader .container .breadcrumb li.active{
    color: #fff;
}

.subMenu{
    border-bottom: 1px solid #ddd;
}
.subMenu .nav > li{    
margin: 0;
}
[id^="company"] .subMenu .nav > li{width: calc(100% / 3)}
[id^="recruit"] .subMenu .nav > li{width: calc(100% / 2)}
.subMenu .nav > li > a{
    border-radius: 0;
    background: none;
    font-size: 20px;
    text-align: center;
    color: #8b8b8b;
    font-weight: 500;
    padding: 15px 0 14px;
    border-bottom: 2px solid transparent;
}
.subMenu .nav > li.active > a{
    color: #000000;
    border-color: #000000;
}
.subMenu .nav > li:hover > a{
    color: #000;
    background: none;
}

.subContent {
    padding: 30px 0;
}
.subContent .section{
    padding: 70px 0;
}
.subContent .section h4{
    font-weight: 600;
    margin: 0;
    font-size: 38px;
    padding-left: 35px;
    font-weight: 600;
    letter-spacing: -0.045em;
}
.subContent .section h4::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background: #ec131b;
    border-radius: 3px;
    box-shadow: 5px 5px 0px 0px #f9b7b9;
}




#translate .sec1 .translate_partner{
    border: 0;
    position: relative
}
#translate .sec1 .translate_partner:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+30,0+70,1+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
#translate .sec1 .translate_partner .item{
    height: 85px;
}
#translate .sec1 .translate_partner .item .partners{
    padding: 15px 35px;
}

#translate .sec1 .intro{
    padding: 0 0 75px;
}
#translate .sec1 .intro .text_hide{
    margin-bottom: 10px;
}
#translate .sec1 .intro .text_hide p{
    margin: 0;
    font-size: 37px;
    font-weight: 600;
    color: #000;
    padding: 0 130px;
    line-height: 1.55;
    letter-spacing: -0.04em;
    text-align: center;
}
#translate .sec1 .content .text_hide{
    margin-bottom: 30px;
}
#translate section.section.sec2.active {
    padding: 84px 0 0px;
    background: #c7151c;
}
/* #translate .section.sec3.active .text_hide img {
    padding: 0 70px;
} */
.translate_area{
    /* padding: 25px; */
    /* border: 1px solid #ccc; */
    border-radius: 0;
    height: 275px;
}
.translate_area dl{
    margin: 0;
}
.translate_area dl dt{
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.translate_area dl dt:after{content: '';display: block;width: 30px;height: 1px;background: #cfcfcf;border-radius: 10px;margin: 25px auto 17px;}
.translate_area dl dd{
    font-size: 20px;
    color: #444;
    text-align: center;
    padding: 0 32px;
}
#translate section.sec1.active .row {
    padding: 0 45px;
}
#translate .li_check{
    padding: 5px 0 0 64px;
    margin-top: 0px;
}
#translate .li_check > li{
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 5px;
    color: #fff;
    letter-spacing: -0.035em;
}
.en #translate .li_check > li{font-size: 21px;}
#translate .li_check > li:first-child {
    margin-top: 0;
}
#translate .li_check > li i{
    color: #fff;
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 23px;
}

#translate .sec3 .process_wrap{
    padding: 0;
    /* border: 5px solid #eee; */
}
#translate .sec3 .process_wrap > .row{margin: 0;overflow: h;}
#translate .sec3 .process_wrap > .row > div{
    vertical-align: middle;
    padding: 0;
}
#translate .sec3 .process_wrap .process{
    width: auto;
    /* border: 1px solid #aaa; */
    margin: 0 auto;
    /* border-radius: 6px; */
    padding: 47px 10px 14px 22px;
    text-align: center;
    background: #fff2f2;
    position: relative;
    height: 200px;
}
#translate .sec3 .process_wrap > .row > div > div{position: relative;}
#translate .sec3 .process_wrap .tri_proc{
    padding: 30px 30px 30px 50px;
    background: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#translate .sec3 .process_wrap .tri_proc:after{
    content: '';
    display: table;
    clear: both;
}
#translate .sec3 .process_wrap .tri_proc .process{
    background: #ffffff;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 24px 24px 13px;
    height: 140px;
}
#translate .sec3 .process_wrap .tri_proc .process:nth-child(1){
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    }
#translate .sec3 .process_wrap .tri_proc .process:nth-child(3){
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#translate .sec3 .process_wrap .tri_proc .process:nth-child(1) img,
#translate .sec3 .process_wrap .tri_proc .process:nth-child(2) img, #translate .sec3 .process_wrap .tri_proc .process:nth-child(3) img {
    width: 50px;
}
#translate .sec3 .process_wrap .process.red_bg{
    background: #f00;
    color: #fff;
    border-color: #f00;
}
#translate .sec3 .process_wrap > .row > div:nth-child(5) .process{
    background: #fff;
}
#translate .sec3 .process_wrap .process:after{
    content: '';
    display: block;
    z-index: 1;
    width: 20px;
    height: 200px;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 0 solid transparent;
    border-left: 20px solid #fff2f2;
    position: absolute;
    top: 0;
    right: -20px;
}
#translate .sec3 .process_wrap .process.red_bg:after{
    border-left: 20px solid #f00;
}
#translate .sec3 .process_wrap .tri_proc .process:after{
    height: 32px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 0 solid transparent;
    border-left: 13px solid #f00;
    top: 50%;
    transform: translateY(-50%);
}
#translate .sec3 .process_wrap .tri_proc .process:last-child:after{
    display: none;
}
#translate .sec3 .process_wrap .tri_proc:after{
    content: '';
    display: block;
    z-index: 1;
    width: 20px;
    height: 200px;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 0 solid transparent;
    border-left: 20px solid #e3e3e3;
    position: absolute;
    top: 0;
    right: -20px;
}
#translate .sec3 .process_wrap > .row > div:last-child > div:after{display: none;}
#translate .sec3 .process_wrap > .row > div:nth-child(5) .process:after{
    border-left: 20px solid #fff;
}

#translate .sec3 .process_wrap .process img{
    margin-bottom: 5px;
    width: 62px;
}
#translate .sec3 .process_wrap .process p{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    position: relative;
    height: 48px;
}
#translate .sec3 .process_wrap .tri_proc .process p{
    font-size: 16px;
    line-height: 1.2;
}
#translate .sec3 .process_wrap .process p > span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#translate .sec4 .col-sm-6:nth-child(2) .text_hide{
    margin-top: 145px;
}
#translate .sec4 dl{
    margin: 0;
    padding-left: 24px;
}
#translate .sec4 dl dt{
    font-size: 33px;
    margin-bottom: 15px;
}
.en #translate .sec4 dl dt{
    font-size: 28px;
}
#translate .sec4 dl dd{
    font-size: 23px;
    font-weight: 300;
    padding-left: 0;
}
#translate .sec4 dl dd::before{content: '';}

#translate .sec5 .intro p{
    padding: 0px 0 25px;
    border-bottom: 0;
    font-size: 46px;
    font-weight: 500;
    line-height: 1.45;
    font-family: 'Godo', sans-serif;
    text-align: center;
}
#translate .sec5 .intro + .row .text_hide:nth-child(1){margin-bottom: 15px;}
#translate .sec5 .intro + .row h5{
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
#translate .sec5 .intro + .row .li_dot{
    padding: 0;
    margin: 0;
}
#translate .sec5 .intro + .row .li_dot li{
    font-size: 22px;
    font-weight: 400;
    padding-left: 17px;
    position: relative;
    margin: 6px 0;
    letter-spacing: 0;
}
#translate .sec5 .intro + .row .li_dot li:before{content: '';display: block;width: 5px;height: 5px;background: #333;border-radius: 50%;left: 0;top: 11px;position: absolute;}
#translate .sec5 .intro + .row > .col-sm-8{padding-left: 60px;}
#translate .sec5 .intro + .row > .col-sm-8 .row{margin: 0 -5px;}
#translate .sec5 .intro + .row > .col-sm-8 .row > div{padding: 0 5px;}
#translate .sec5 .intro + .row .tool{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0 0 10px;
    padding: 10px 55px;
}
.li_location{
    padding: 0;
    margin: 0;
}
.li_location > li{
    font-size: 20px;
    padding-left: 41px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #ddd; */
    display: inline-block;
    margin-right: 23px;
}
.li_location > li:last-child {
    margin-right: 0;
}
.li_location > li:last-child span{
    margin-right: 10px;
}
.li_location > li > i{
    color: #fff;
    display: block;
    width: 32px;
    position: absolute;
    left: 0;
    top: 11px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    background: #EC131B;
    padding: 7px 5px;
}
#translate .col-xs-12.col-sm-5 .text_hide {
    margin-bottom: 0 !important;
    /* margin-top: 28px; */
}
#translate .col-xs-12.col-sm-5 {
    height: 596px;
    padding-right: 0;
}
#translate .col-xs-12.col-sm-7 .text_hide {
    margin-bottom: 0 !important;
}
.bbs-section{
    padding: 120px 0;;
}
#portfolio .bbs-section {
    padding: 80px 0;
}
.bbs-section .dh-margin-top{
    margin-top: 90px;
}
.bbs-section .dhb-txt-box-type-b{
    background: none;
    border: 0;
    padding: 0 15px;
}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12{
    
padding: 0 10px;
}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12 img {
    width: auto;
    /* min-width: 100px; */
    max-width: 220px;
    height: auto;
    /* min-height: 100px; */
    max-height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filter-items {
    padding: 10px 5px;
    margin-bottom: 30px;
}
.on .filter-label {
    background: #ffffff;
    color: #ec1c23 !important;
    border-color: #ec1c23;
}
.filter-items .filter-label {
    color: #333;
}
a .filter-label {
    display: inline-block;
    margin: 0px 3px 5px 3px;
    padding: 12px 5px;
    cursor: pointer;
    background: none repeat scroll 0% 0% #f5f5f5;
    font-size: 19px;
    width: 135px;
    text-align: center;
    border: 1px solid #ccc;
}
.en a .filter-label{
    font-size: 17px;
    width: 140px;
}
a:hover .filter-label {
    background: #ffffff;
    color: #ec1c23 !important;
    border-color: #ec1c23;
}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-img-layout .thumb-hidden{
    max-height: none;
    height: 160px;
    /* height: auto; */
    border: 1px solid #ddd;
    box-shadow: none;
    margin-bottom: 20px;
}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-img-layout .thumb-hidden a{
    /* background-size: contain; */
    padding: 15px 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    height: 100%;
    background: none !important;
    position: relative;
}
.bbs-section .dhb-txt-box-type-b:hover > .row .col-xs-12.dhb-txt-box-type-b-img-layout .thumb-hidden{
    border-color: #ec0e16
}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-text-layout h4{
    text-align: center;
    margin: 14px 0;
    font-size: 18px;
    display: none;
}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-text-layout h4 strong{font-weight: 400;}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-text-layout h4 small{
    font-size: inherit;
}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-text-layout h4 small span{color: #ec1e25;background: none;font-size: inherit;font-weight: 300;padding: 0;margin-left: 10px;}
.bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-text-layout h5{
    display: none;
}
.bbs-section .btn-primary{
    background-color: #555;
    border-color: #555;
}
.bbs-section .btn-primary:hover{
    background-color: #222;
    border-color: #222;
}
.pagination>.active>a{
    background-color: #555;
    border-color: #555;
}
.pagination>.active>a:hover {
    background-color: #555;
    border-color: #555;
}
#inquiry .bbs-section .btn-primary {
    margin-top: 0;
    background-color: #ec1019;
    border-color: #ec1019;
    font-weight: 600;
}
#inquiry i.fa.fa-check {
    display: none;
}
.dh-alert {
    margin: 90px 0;
    font-size: 18px;
}
.dh-view-box>.row>.page-header h4 {
    font-size: 25px;
    font-weight: 500;
}
.dh-view-box>.row>.dh-view-info {
    background: #f5f5f5;
    margin: 0px;
    padding: 15px 15px 13px;
    border-bottom: 1px solid #DDD;
    float: left;
    margin-bottom: 5px;
}
.dh-view-box>.row>.dh-view-info>span {
    font-size: 14px;
    padding: 0 0 0 5px;
    color: #777;
}
.dh-view-box>.row>.dh-view-info>span>strong {
    color: #777;
    padding: 0 8px 0 0;
}
.dh-view-box>.row>.page-header {
    padding: 30px 16px;
    margin: 0px;
    /* margin: 0 0 1px 0; */
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #666;
}
.dh-view-box {
    margin-top: 0;
}
.dh-line {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
#company01 .sec1 .col-sm-6:nth-child(1) .text_hide{
    margin: 0;
}
#company01 .col-xs-12.col-sm-6.right {
    width: 58%;
}
#company01 .col-xs-12.col-sm-6.left {
    width: 42%;
}
#company01 .sec1 .bcs_tit{
    margin: 0;
    font-size: 2.7vw;
    font-weight: 500;
    font-family: 'Godo', sans-serif;
    line-height: 1.2;
    margin-bottom: 55px;
}
#company01 .sec1 .greeting{margin-top: 60px;position: relative;}
#company01 .sec1 .greeting .text_hide{
    margin-bottom: 30px;
}
#company01 .sec1 .greeting .text_hide p{
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #333;
    line-height: 1.65;
}
#company01 .sec1 .greeting .text_hide p.epil{
    font-weight: 600;
    text-align: right;
    font-size: 23px;
    margin-bottom: 20px;
}
#company01 .section.sec1.active .greeting::before {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 1px;
    background: #bfbfbf;
    top: -30px;
}
#company01 .sec1 .li_overview{
    padding: 30px 40px;
    margin: 0;
    border: 7px solid #efefef;
    /* border-top: 1px solid #333; */
    /* background: #f5f5f5; */
    position: relative;
    /* border-radius: 5px; */
    margin-left: 490px;
}
#company01 .sec1 .li_overview > li{
    font-size: 22px;
    line-height: 1;
    padding: 11px 0;
    color: #333;
}
#company01 .sec1 .li_overview > li > span{
    display: inline-block;
    width: 162px;
    font-weight: 500;
    /* border-right: 1px solid #ee272e; */
    color: #000;
    margin-right: 30px;
    font-size: 20px;
}
.en #company01 .sec1 .li_overview > li{
    position: relative;
    padding-left: 233px;
    font-size: 19px;
}
.en #company01 .sec1 .li_overview > li > span{
    position: absolute;
    left: 0;
    width: auto;
    font-weight: 600;
}

#company02 .history{position: relative;}
#company02 .history .bar{
    width: 1px;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 130px;
}
#company02 .history .timeline{
    padding: 20px 0;
}
#company02 .history .timeline:after{content: '';display: table; clear: both;}
#company02 .history .timeline .year{
    float: left;
    font-size: 43px;
    width: 130px;
    line-height: 1;
    font-weight: 500;
    color: #222;
    margin: 0;
    position: relative;
}
#company02 .history .timeline .year:before{content: '';display: block;width: 13px;height: 13px;border: 2px solid #e92131;border-radius: 50%;position: absolute;top: 11px;right: -7px;background: #fff;}
#company02 .history .timeline .year:after{content: '';}
#company02 .history .timeline .li_issue{
    float: left;
    padding-left: 30px;
    width: calc(100% - 130px);
    margin: 0;
}
#company02 .history .timeline .li_issue > li{
    font-size: 21px;
    position: relative;
    margin-top: 3px;
}
#company02 .history .timeline .li_issue > li::before{content: '';}
#company02 .col-sm-6:nth-child(2){
    padding-left: 100px;
    padding-top: 85px;
}


#inquiry .section .text_hide{
    margin-bottom: 0;
}
#inquiry .text_hide:nth-child(2){
    margin-bottom: 40px;
}
#inquiry .bcs_tit{
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    font-family: 'Godo', sans-serif;
    line-height: 1.2;
    margin-bottom: 55px;
}
#inquiry .bcs_txt{
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}

#inquiry h5{
    margin: 0px 0 13px;
    font-size: 31px;
    font-weight: 600;
}
#inquiry .li_inquiry{
    margin: 0;
    padding: 25px 25px 20px;
    margin-right: 100px;
    border: 1px solid #ddd;
    border-top: 1px solid #222;
}
#inquiry .li_inquiry:after{
    content: '';
    display: table;
    clear: both;
}
#inquiry .li_inquiry > li{
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 50%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
#inquiry .li_inquiry > li:before{
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #222;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

#inquiry .partners_row{margin: 0 -5px}
#inquiry .partners_row > div{padding: 0 5px}
#inquiry .partners{
    border: 1px solid #ccc;
    padding: 10px 25px;
    margin: 0 0 10px;
}

#inquiry .q_number{
    margin-bottom: 25px;
}
#inquiry .q_number:after{
    content: '';
    display: table;
    clear: both;
}
#inquiry .q_number .note{
    
padding-left: 15px;
    
font-size: 16px;
}
#inquiry .q_number h3{
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 10px !important;
}
#inquiry .q_number h3 i{display: none;}
#inquiry .q_number .form-control{
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
    height: auto;
    font-size: 17px;
    background: #f8f8f8;
}
#inquiry .q_number input.form-control{
    margin-bottom: 15px;
}
#inquiry .q_number .upbtn{
    margin-top: -14px;
    padding-top: 15px;
    padding-bottom: 12px;
}
#inquiry .q_number select.form-control{
    -webkit-appearance: none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    margin-bottom: 12px;
}
#inquiry .q_number select::-ms-expand{
    display:none;/*for IE10,11*/
}
#inquiry .q_number:nth-child(4),
#inquiry .q_number:nth-child(5),
#inquiry .q_number:nth-child(6){position: relative}
#inquiry .q_number:nth-child(4) .col-sm-12:nth-child(3)::after,
#inquiry .q_number:nth-child(5) .col-sm-12:nth-child(3)::after,
#inquiry .q_number:nth-child(6) .col-sm-12:nth-child(3)::after{content: '\f0d7';display: block;font: normal normal normal 14px/1 FontAwesome;position: absolute;top: 50%;right: 25px;font-size: 20px;transform: translateY(-50%);}
#inquiry .q_number textarea.form-control{
    min-height: 250px;
    background: #f8f8f8;
}

#recruit01 .section.sec1 .text_hide:nth-child(1){
    margin-bottom: 40px;
}
#recruit01 .section.sec1 .text_hide{
    margin-bottom: 15px;
}
#recruit01 .bcs_tit{
    margin: 0;
    font-size: 2.7vw;
    font-weight: 500;
    font-family: 'Godo', sans-serif;
    line-height: 1.2;
    margin-bottom: 55px;
}
#recruit01 .recruit_intro{
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.65;
}
#recruit01 .section .col-sm-6:nth-child(1){
    width: 42%;
}
#recruit01 .col-xs-12.col-sm-6.right {
    width: 58%;
}
#recruit01 .section.sec1.active {
    padding-bottom: 0;
}
#recruit01 .section .col-sm-6:nth-child(2) .text_hide{margin-top: 40px;}
#recruit01 .rec_process_wrap .col-sm-4{width: 33%;padding-left: 0;}
#recruit01 .rec_process_wrap .rec_process{
    padding: 45px 15px;
    border: 10px;
    /* background: #fafafa; */
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 6px solid #ffc7ca;
}
#recruit01 .rec_process_wrap .rec_process i{
    display: block;
    line-height: 56px;
    font-size: 44px;
    text-align: center;
    color: #ee272e;
    margin: 0 auto 10px;
}
#recruit01 .rec_process_wrap .rec_process .caption{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
#recruit01 .rec_process_wrap .rec_process::after{
    content: '\f105';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    background: none;
    font-size: 40px;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    color: #a3a3a3;
}
#recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process{
    border: 6px solid #ee272e;
}
#recruit01 .rec_process_wrap .col-sm-4:nth-child(2) .rec_process{
    border: 6px solid #ff8187;
}
#recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process::after{
    display: none;
}
#recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process > i,
#recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process > .caption{
    color: #ee272e;
}
#recruit01 .recruit {
    margin-top: 50px;
    position: relative;
}
#recruit01 .section.sec1.active .recruit::before {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 1px;
    background: #c5c5c5;
    top: -30px;
}
#recruit01 .sec2 .recruit_box{
    margin-bottom: 25px;
    padding-top: 70px;
    border-top: 1px solid transparent;
}
#recruit01 .sec2 .recruit_box.active{
    border-color: #ed1313;
}
#recruit01 .sec2 .recruit_box:first-child{
    border-top: 0;
}
#recruit01 .sec2 .recruit_box:nth-child(1) p{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.45;
    color: #000;
    margin-bottom: 10px;
}
#recruit01 .sec2 .recruit_box p.note{
    font-size: 18px;
    color: #ed1313;
    margin: 0;
    padding-left: 10px;
    margin-bottom: 20px;
}
#recruit01 .sec2 .recruit_box h5{
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin: 0;
    letter-spacing: -0.04em;
}
#recruit01 .sec2 .recruit_box dl{
    margin-bottom: 30px;
    margin-top: 0;
}
#recruit01 .sec2 .recruit_box dl dt{
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1;
}
#recruit01 .sec2 .recruit_box dl dd{
    font-size: 22px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 6px;
}
#recruit01 .sec2 .recruit_box dl dd::before{content: '';display: block;width: 5px;height: 1px;background: #767676;position: absolute;top: 14px;left: 0;}
#recruit01 .sec2 .recruit_box dl dd .li_dot{
    padding: 0;
    margin: 0 0 5px;
}
#recruit01 .sec2 .recruit_box dl dd .li_dot li{
    font-size: 18px;
    padding-left: 10px;
    position: relative;
}
#recruit01 .sec2 .recruit_box dl dd .li_dot li:before{content: '';display: block;width: 3px;height: 3px;background: #adadad;border-radius: 50%;left: 0;top: 11px;position: absolute;}

#recruit01 .sec2 .recruit_box .li_recruit{
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
#recruit01 .sec2 .recruit_box .li_recruit li{
    font-size: 22px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
#recruit01 .sec2 .recruit_box .li_recruit li > span{
    display: inline-block;
    font-weight: 600;
    width: 135px;
    color: #222;
}
#recruit01 .sec2 .recruit_box .li_recruit li::before{content: '';display: block;width: 5px;height: 1px;background: #222;position: absolute;top: 15px;left: 0;}

#recruit02 .input_area {
    padding-top: 70px;
    padding-bottom: 70px;
    border-top: 1px solid transparent;
    transition: all .3s ease;
}
#recruit02 .input_area.active{
    border-color: #ed1313;
}
#recruit02 .input_area:first-child{
    border-top: 0;
    padding-top: 0;
}
#recruit02 .input_area .text_hide{margin-bottom: 10px;}
#recruit02 .input_area .input_box h5{
    margin: 0;
    font-size: 25px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 5px;
}
#recruit02 .input_area .input_box .form-control{
    border-radius: 0;
    padding: 14px 18px;
    height: auto;
    box-shadow: none;
    font-size: 17px;
}
#recruit02 .input_area .input_box textarea.form-control{
    min-height: 300px;
}
#recruit02 .input_area .input_box select.form-control{
    -webkit-appearance: none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    margin-bottom: 15px;
}
#recruit02 .input_area .input_box select::-ms-expand{
    display:none;/*for IE10,11*/
}

#recruit02 .input_area:nth-child(2) .col-sm-6 .col-sm-6:nth-child(2),
#recruit02 .input_area:nth-child(3) .col-sm-9 .col-sm-4,
#recruit02 .input_area:nth-child(4) .col-sm-9 .col-sm-4,
#recruit02 .input_area:nth-child(5) .text_hide:nth-child(1) .col-sm-9{position: relative;}

#recruit02 .input_area:nth-child(2) .col-sm-6 .col-sm-6:nth-child(2):after,
#recruit02 .input_area:nth-child(3) .col-sm-9 .col-sm-4::after,
#recruit02 .input_area:nth-child(4) .col-sm-9 .col-sm-4::after,
#recruit02 .input_area:nth-child(5) .text_hide:nth-child(1) .col-sm-9::after{content: '\f0d7';display: block;font: normal normal normal 14px/1 FontAwesome;position: absolute;top: 18px;right: 30px;font-size: 20px;}

#recruit02 .input_area .input_box .input-group-btn .btn{padding: 16px 16px;}
#recruit02 .input_area .input_box .privacy_txt{
    overflow: hidden;
    padding: 45px;
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: auto;
}
#recruit02 .input_area .input_box .privacy_txt p{
    font-size: 16px;
}
#recruit02 .input_area .input_box .privacy_txt + .checkbox > label:nth-child(2){display: none;}
#recruit02 .input_area .btn-primary {
    color: #fff;
    background-color: #EC131B;
    border-color: #EC131B;
    border-radius: 0;
}
#recruit02  .form-horizontal .checkbox {
    padding-top: 13px;
}
#recruit02  .input-group {
    padding-bottom: 10px;
}
#recruit02 i.fa.fa-check {
    display: none;
}
#recruit02 .input_area .btn-primary:hover {
    color: #fff;
    background-color: #EC131B;
    border-color: #EC131B;
}
.bbs-area h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 35px;
}
.form-horizontal .control-label {
    text-align: right;
    font-size: 18px;
    padding-right: 30px;
    padding-top: 0;
}
.form-group {
    margin-bottom: 27px;
}
.text-danger {
    color: #ec111a;
    margin-top: 10px;
}
label.error {
    color: #ec111a;
    margin-top: 10px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 49px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 6px;
    border-radius: 0;
    background: #f5f5f5;
    margin-top: 20px;
    border-radius: 0;
}
.btn-default:hover {
    color: #fff;
    background-color: #ee262d;
    border-color: #ee262d;
}



.reply_wrap{display: none;}
@media (max-width: 767px){
    .subHeader .container .text_hide{
        width: 100%;
    }
    .subHeader .container h2{
        text-align: center;
        color: #fff;
        font-size: 39px;
        margin: 0;
        font-weight: 600;
        font-family: 'nanumsquare', sans-serif;
        letter-spacing: -0.035em;
        width: 100%;
    }
    .subMenu{
        display: none;
    }
    .subContent .section {
        padding: 55px 0;
    }
    #translate .sec1 .intro .text_hide p {
        margin: 0;
        padding: 0;
        font-size: 19px;
    }
    .subContent .section h4 {
        font-weight: 600;
        margin: 0;
        font-size: 29px;
        padding-left: 28px;
    }
    .subContent .section h4::before {
        top: 7px;
        left: 0;
        width: 12px;
        height: 12px;
    }
    #translate section.sec1.active .row {
        padding: 0;
    }
    .translate_area dl dt {
        font-size: 15px;
        letter-spacing: -0.063em;
    }
    .translate_area dl dt:after {
        margin: 12px auto 12px;
    }
    .translate_area dl dd {
        font-size: 13px;
        color: #444;
        text-align: center;
        padding: 0;
    }
    .translate_area {
        height: 258px;
    }
    .en .translate_area{
        height: 305px;
    }
    #translate .col-xs-12.col-sm-5 {
        height: auto;
        padding-right: 0;
        padding: 30px 15px;
    }
    #translate .col-xs-12.col-sm-7{
        padding-bottom: 30px;
    }
    #translate .li_check {
        padding: 0;
        margin-top: 0px;
    }
    #translate .li_check > li {
        font-size: 16px;
        font-weight: 400;
        position: relative;
        padding-left: 26px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .en #translate .li_check > li{
        
font-size: 15px;
        
padding-left: 35px;
    }
    #translate .li_check > li i {
        color: #fff;
        position: absolute;
        top: 4px;
    }

    #translate .sec3 .process_wrap .process:after{
        width: 300px;
        height: 40px;
        border-top: 20px solid #fff2f2;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        border-bottom: 20px solid transparent;
        top: 200px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    #translate .sec3 .process_wrap .process.red_bg:after{
        width: 300px;
        height: 40px;
        border-top: 20px solid #f00;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        border-bottom: 20px solid transparent;
        top: 200px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    #translate .sec3 .process_wrap .tri_proc .process:after{
        width: 32px;
        left: auto;
        right: -25px;
    }
    #translate .sec3 .process_wrap .tri_proc .process:last-child:after{
        display: none;
    }
    #translate .sec3 .process_wrap .tri_proc:after{
        width: 300px;
        height: 40px;
        border-top: 20px solid #e3e3e3;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        border-bottom: 20px solid transparent;
        top: 200px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    #translate .sec3 .process_wrap > .row > div:last-child > div:after{display: none;}
    #translate .sec3 .process_wrap > .row > div:nth-child(5) .process:after{
        border-top: 20px solid #fff;
        border-left: 150px solid transparent;
    }
    #translate .sec3 .process_wrap .tri_proc {
        padding: 30px 15px 30px;
    }
    #translate .sec3 .process_wrap .tri_proc .process {
        height: 165px;
        padding: 24px 10px 13px;
    }
    #translate .sec3 .process_wrap .tri_proc .process p {
        font-size: 14px;
        line-height: 1.2;
    }
    #translate .sec4 .col-sm-6:nth-child(2) .text_hide {
        margin-top: 0;
    }
    #translate .sec4 dl{
        padding-left: 0;
    }
    #translate .sec4 dl dt {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .en #translate .sec4 dl dt{
        font-size: 20px;
    }
    #translate .sec4 dl dd {
        font-size: 16px;
        font-weight: 300;
        padding-left: 0;
    }
    #translate .sec5 .intro p {
        padding: 0px 0 25px;
        border-bottom: 0;
        font-size: 37px;
    }
    #translate .sec5 .intro + .row h5 {
        font-size: 23px;
        font-weight: 600;
        margin: 0;
    }
    #translate .sec5 .intro + .row .li_dot li {
        font-size: 16px;
    }
    #translate .sec5 .intro + .row .li_dot li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #333;
        border-radius: 50%;
        left: 0;
        top: 8px;
        position: absolute;
    }
    #translate .sec5 .intro + .row > .col-sm-8 {
        padding-left: 15px;
    }
    #translate .sec1 .translate_partner .item .partners {
        padding: 9px 21px;
    }
    #company01 .col-xs-12.col-sm-6.left,
    #company01 .col-xs-12.col-sm-6.right {
        width: 100%;
    }
    #company01 .sec1 .bcs_tit {
        margin: 0;
        font-size: 9vw;
    }
    #company01 .sec1 .greeting .text_hide p {
        margin: 0;
        font-size: 19px;
    }
    #company01 .sec1 .li_overview {
        padding: 17px;
        margin-left: 0;
    }
    #company01 .sec1 .li_overview > li {
        font-size: 15px;
        line-height: 1;
        padding: 5px 0;
        color: #333;
        padding-left: 72px;
        position: relative;
    }
    .en #company01 .sec1 .li_overview > li{
        padding-left: 0;
        font-size: 15px;
        padding: 10px 0;
    }
    #company01 .sec1 .li_overview > li > span {
        display: inline-block;
        width: 42px;
        font-weight: 500;
        /* border-right: 1px solid #ee272e; */
        color: #000;
        margin-right: 30px;
        font-size: 15px;
        position: absolute;
        left: 0;
    }
    .en #company01 .sec1 .li_overview > li > span{
        position: relative;
        display: block;
    }
    #company02 .col-sm-6:nth-child(2) {
        padding-left: 15px;
        padding-top: 85px;
    }
    #company02 .history .timeline {
        padding: 20px 0;
        padding-left: 30px;
    }
    #company02 .history .timeline .year{
        float: none;
        font-size: 32px;
        width: auto;
    }
    #company02 .history .timeline .year:before {
        right: auto;
        left: -30px;
    }
    #company02 .history .timeline .li_issue{
        float: none;
        padding-top: 15px;
        padding-left: 0px;
        width: auto;
        margin: 0;
    }
    #company02 .history .timeline .li_issue > li {
        font-size: 16px;
        position: relative;
        margin-top: 6px;
    }
    #company02 .history .bar {
        left: 6px;
    }
    #company03 .li_location.ani.fadein.delay-1 {
        padding: 0;
        text-align: left;
    }
    .li_location > li {
        font-size: 20px;
        padding-left: 41px;
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        /* border-bottom: 1px solid #ddd; */
        display: block;
        margin-right: 0;
        font-size: 16px;
    }
    .li_location > li > i {
        color: #fff;
        display: block;
        width: 27px;
        position: absolute;
        left: 0;
        top: 12px;
        text-align: center;
        font-size: 13px;
        border-radius: 50%;
        background: #EC131B;
        padding: 7px 5px;
    }
    #inquiry .bcs_tit {
        margin: 0;
        font-size: 9vw;
    }
    #inquiry .bcs_txt {
        margin: 0;
        font-size: 17px;
        font-weight: 400;
    }
    #inquiry .q_number > div{
        padding-left: 0;
        padding-right: 0;
    }
    #inquiry .partners_row{margin-bottom: 30px}
    #inquiry .partners_row > div{
        width: 50%;
    }
    #inquiry .partners {
        padding: 10px 25px;
    }
    #recruit01 .section .col-sm-6:nth-child(1),
    #recruit01 .section .col-sm-6.right{width: 100%;}
    #recruit01 .bcs_tit {
        font-size: 9vw;
        margin: 0;
    }
    #recruit01 .section.sec1 .text_hide:nth-child(1) {
        margin-bottom: 0;
    }
    #recruit01 .recruit_intro {
        margin: 0;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.65;
    }
    #recruit01 .rec_process_wrap .col-sm-4 {
        width: 100%;
        padding-left: 15px;
    }
    #recruit01 .rec_process_wrap .rec_process {
        padding: 45px 15px;
        border: 10px;
        /* background: #fafafa; */
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        border: 6px solid #ffc7ca;
        margin-bottom: 30px;
    }
    #recruit01 .rec_process_wrap .rec_process::after {
        content: '\f105';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        background: none;
        font-size: 40px;
        top: 195px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(
    90deg);
        color: #a3a3a3;
    }
    #recruit01 .sec2 .recruit_box:nth-child(1) p {
        font-size: 17px;
    }
    #recruit01 .sec2 .recruit_box h5 {
        font-size: 25px;
    }
    #recruit01 .sec2 .recruit_box dl dt {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1;
    }
    #recruit01 .sec2 .recruit_box dl dd {
        font-size: 15px;
    }
    #recruit01 .sec2 .recruit_box dl dd::before {
        top: 9px;
    }
    #recruit01 .sec2 .recruit_box p.note {
        font-size: 14px;
    }
    #recruit01 .sec2 .recruit_box dl dd .li_dot li {
        font-size: 13px;
        padding-left: 10px;
        position: relative;
    }
    #recruit01 .sec2 .recruit_box dl dd .li_dot li:before {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background: #adadad;
        border-radius: 50%;
        left: 0;
        top: 7px;
        position: absolute;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li {
        font-size: 15px;
        padding-left: 15px;
        position: relative;
        margin-bottom: 12px;
        position: relative;
        padding-left: 95px;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li > span {
        display: inline-block;
        font-weight: 600;
        width: 75px;
        color: #222;
        position: absolute;
        left: 15px;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li::before {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        background: #222;
        position: absolute;
        top: 10px;
        left: 0;
    }
    #recruit02 .input_area .input_box h5 {
        margin: 0;
        font-size: 20px;
    }
    #recruit02 .input_area .input_box .form-control {
        border-radius: 0;
        padding: 10px 13px;
        height: auto;
        box-shadow: none;
        font-size: 14px;
    }
    #recruit02 .input_area:nth-child(2) .col-sm-6 .col-sm-6:nth-child(2):after, #recruit02 .input_area:nth-child(3) .col-sm-9 .col-sm-4::after, #recruit02 .input_area:nth-child(4) .col-sm-9 .col-sm-4::after, #recruit02 .input_area:nth-child(5) .text_hide:nth-child(1) .col-sm-9::after {
        top: 10px;
    }
    #recruit02 .input_area .input_box .privacy_txt {
        overflow: hidden;
        padding: 20px;
        border: 1px solid #ccc;
        height: 300px;
        overflow-y: auto;
    }
    a .filter-label {
        display: inline-block;
        margin: 0px 3px 5px 3px;
        padding: 7px 5px;
        cursor: pointer;
        background: none repeat scroll 0% 0% #f5f5f5;
        font-size: 13px;
        width: 31.46%;
        text-align: center;
        border: 1px solid #ccc;
    }
    .bbs-section .dhb-txt-box-type-b > .row .col-xs-12.dhb-txt-box-type-b-text-layout{
        margin-bottom: 30px;
    }
    .table.table_default tr .num, .table.table_default tr .regdate, .table.table_default tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    #translate .sec1 .intro .text_hide p {
        margin: 0;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        padding: 0 75px;
    }
    .subContent .section h4 {
        margin: 0;
        font-size: 30px;
    }
    .subContent .section h4::before {
        content: '';
        position: absolute;
        top: 7px;
    }
    .translate_area dl dt {
        font-size: 22px;
    }
    .translate_area dl dd {
        font-size: 17px;
    }
    #translate .li_check {
        padding: 5px 0 0 38px;
        margin-top: 0px;
    }
    #translate .li_check > li {
        font-size: 17px;
    }
    .en #translate .li_check > li{
        font-size: 17px;
    }
    #translate .li_check > li i {
        color: #fff;
        position: absolute;
        top: 12px;
    }
    #translate .sec3 .process_wrap .tri_proc {
        padding: 30px 15px 30px 35px;
        background: #e3e3e3;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #translate .sec3 .process_wrap .tri_proc .process {
        background: #ffffff;
        margin: 0;
        width: 100%;
        border: 0;
        padding: 24px 10px 13px;
        height: 140px;
    }
    #translate .sec3 .process_wrap .process p {
        font-size: 18px;
    }
    #translate .sec3 .process_wrap .tri_proc .process p {
        font-size: 14px;
        line-height: 1.2;
    }
    #translate .sec4 .col-sm-6:nth-child(2) .text_hide {
        margin-top: 55px;
    }
    #translate .sec4 dl dt, .en #translate .sec4 dl dt {
        font-size: 25px;
        margin-bottom: 15px;
    }
    #translate .sec4 dl dd {
        font-size: 18px;
        font-weight: 300;
        padding-left: 0;
    }
    #translate .sec5 .intro p {
        padding: 0px 0 25px;
        border-bottom: 0;
        font-size: 35px;
    }
    #translate .sec5 .intro + .row h5 {
        font-size: 24px;
    }
    #translate .sec5 .intro + .row .li_dot li {
        font-size: 14px;
    }
    #translate .sec5 .intro + .row .li_dot li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #333;
        border-radius: 50%;
        left: 0;
        top: 7px;
    }
    #translate .sec5 .intro + .row > .col-sm-8 {
        padding-left: 15px;
    }
    .bbs-section .dhb-txt-box-type-b > .row .col-xs-12 img {
        width: auto;
        /* min-width: 100px; */
        max-width: 158px;
    }
    #company01 .sec1 .bcs_tit {
        margin: 0;
        font-size: 30px;
    }
    #company01 .sec1 .greeting .text_hide p {
        margin: 0;
        font-size: 17px;
    }
    #company01 .sec1 .li_overview {
        padding: 30px 40px;
        margin: 0;
        border: 7px solid #efefef;
        /* border-top: 1px solid #333; */
        /* background: #f5f5f5; */
        position: relative;
        /* border-radius: 5px; */
        margin-left: 0;
    }
    #company01 .sec1 .li_overview > li {
        font-size: 17px;
    }
    #company01 .sec1 .li_overview > li > span {
        display: inline-block;
        width: 83px;
        font-weight: 500;
        /* border-right: 1px solid #ee272e; */
        color: #000;
        margin-right: 30px;
        font-size: 17px;
    }
    #company02 .history .timeline .li_issue > li {
        font-size: 16px;
        position: relative;
        margin-top: 10px;
    }
    .li_location > li {
        font-size: 18px;
    }
    #inquiry .bcs_tit {
        margin: 0;
        font-size: 30px;
    }
    #recruit01 .bcs_tit {
        margin: 0;
        font-size: 30px;
    }
    #recruit01 .recruit_intro {
        margin: 0;
        font-size: 17px;
    }
    #recruit01 .rec_process_wrap .col-sm-4 {
        width: 33%;
        padding-left: 15px;
    }
    #recruit01 .rec_process_wrap .rec_process{
        padding: 26px 0;
        border: 10px;
        /* background: #fafafa; */
        border-radius: 50%;
        width: 116px;
        height: 116px;
        margin: 0 auto;
        border: 6px solid #ffc7ca;
    }
    #recruit01 .rec_process_wrap .rec_process i{
        display: block;
        line-height: 29px;
        font-size: 32px;
        text-align: center;
        color: #ee272e;
        margin: 0 auto 10px;
    }
    #recruit01 .rec_process_wrap .rec_process .caption{
        text-align: center;
        font-size: 15px;
        font-weight: 600;
    }
    #recruit01 .rec_process_wrap .rec_process::after{
        content: '\f105';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        background: none;
        font-size: 40px;
        top: 50%;
        right: -9px;
        transform: translateY(-50%);
        color: #a3a3a3;
    }
    #recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process{
        border: 6px solid #ee272e;
    }
    #recruit01 .rec_process_wrap .col-sm-4:nth-child(2) .rec_process{
        border: 6px solid #ff8187;
    }
    #recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process::after{
        display: none;
    }
    #recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process > i,
    #recruit01 .rec_process_wrap .col-sm-4:last-child .rec_process > .caption{
        color: #ee272e;
    }
    #recruit01 .sec2 .recruit_box:nth-child(1) p {
        font-size: 18px;
    }
    #recruit01 .sec2 .recruit_box h5 {
        font-size: 24px;
    }
    #recruit01 .sec2 .recruit_box dl dt {
        font-size: 20px;
    }
    #recruit01 .sec2 .recruit_box dl dd {
        font-size: 16px;
    }
    #recruit01 .sec2 .recruit_box dl dd::before {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        background: #767676;
        position: absolute;
        top: 10px;
    }
    #recruit01 .sec2 .recruit_box p.note {
        font-size: 16px;
    }
    #recruit01 .sec2 .recruit_box dl dd .li_dot li {
        font-size: 15px;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li {
        font-size: 16px;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li > span {
        display: block;
        font-weight: 600;
        width: 95px;
        color: #222;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li::before {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        background: #222;
        position: absolute;
        top: 10px;
        left: 0;
    }
    a .filter-label {
        display: inline-block;
        margin: 0px 3px 5px 3px;
        padding: 7px 5px;
        cursor: pointer;
        background: none repeat scroll 0% 0% #f5f5f5;
        font-size: 13px;
        width: 97px;
        text-align: center;
        border: 1px solid #ccc;
    }
    .en a .filter-label{
        font-size: 15px;
        width: 130px
    }
    #recruit02 .input_area .input_box h5 {
        margin: 0;
        font-size: 21px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    .translate_area dl dt {
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-top: 20px;
    }
    .translate_area dl dd {
        font-size: 16px;
    }
    #translate .li_check > li {
        font-size: 18px;
    }
    #translate .li_check > li i {
        color: #fff;
        position: absolute;
        top: 10px;
        left: 0;
        font-size: 23px;
    }
    #translate .sec3 .process_wrap .tri_proc .process p {
        font-size: 13px;
        line-height: 1.2;
    }
    #translate .sec4 .col-sm-6:nth-child(2) .text_hide {
        margin-top: 82px;
    }
    #translate .sec5 .intro + .row .li_dot li {
        font-size: 18px;
    }
    #translate .sec5 .intro + .row h5 {
        font-size: 27px;
    }
    #translate .sec5 .intro + .row .li_dot li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #333;
        border-radius: 50%;
        left: 0;
        top: 9px;
    }
    #translate .sec5 .intro + .row > .col-sm-8 {
        padding-left: 15px;
    }
    .bbs-section .dhb-txt-box-type-b > .row .col-xs-12 img {
        width: auto;
        /* min-width: 100px; */
        max-width: 208px;
    }
    a .filter-label {
        display: inline-block;
        margin: 0px 3px 5px 3px;
        padding: 7px 5px;
        cursor: pointer;
        background: none repeat scroll 0% 0% #f5f5f5;
        font-size: 13px;
        width: 97px;
        text-align: center;
        border: 1px solid #ccc;
    }
    #company01 .sec1 .bcs_tit {
        margin: 0;
        font-size: 39px;
    }
    #company01 .sec1 .greeting .text_hide p {
        margin: 0;
        font-size: 20px;
    }
    #company01 .sec1 .li_overview {
        padding: 30px 40px;
        margin: 0;
        border: 7px solid #efefef;
        /* border-top: 1px solid #333; */
        /* background: #f5f5f5; */
        position: relative;
        /* border-radius: 5px; */
        margin-left: 0;
    }
    #inquiry .bcs_tit {
        margin: 0;
        font-size: 39px;
    }
    #inquiry .bcs_txt {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
    }
    
    #recruit01 .bcs_tit{
        font-size: 39px;
    }
    #recruit01 .rec_process_wrap .col-sm-4 {
        width: 33%;
        padding-left: 15px;
    }
    #recruit01 .rec_process_wrap .rec_process {
        padding: 21px 15px;
        width: 161px;
        height: 161px;
    }
    #recruit01 .rec_process_wrap .rec_process .caption {
        text-align: center;
        font-size: 19px;
        font-weight: 600;
    }
    #recruit01 .rec_process_wrap .rec_process::after {
        right: -10px;
    }
    #recruit01 .sec2 .recruit_box:nth-child(1) p {
        font-size: 20px;
    }
    #recruit01 .sec2 .recruit_box h5 {
        font-size: 28px;
    }
    #recruit01 .sec2 .recruit_box dl dt {
        font-size: 24px;
    }
    #recruit01 .sec2 .recruit_box dl dd {
        font-size: 18px;
    }
    #recruit01 .sec2 .recruit_box dl dd::before {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        background: #767676;
        position: absolute;
        top: 11px;
    }
    #recruit01 .sec2 .recruit_box p.note {
        font-size: 16px;
    }
    #recruit01 .sec2 .recruit_box dl dd .li_dot li {
        font-size: 15px;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li > span {
        display: block;
        font-weight: 600;
        width: 107px;
        color: #222;
    }
    #recruit01 .sec2 .recruit_box .li_recruit li::before {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        background: #222;
        position: absolute;
        top: 11px;
        left: 0;
    }
    #recruit02 .input_area .input_box h5 {
        margin: 0;
        font-size: 23px;
    }
}
/* //서브페이지 */

/* 푸터 */

.footer_copy {
    padding: 45px 0;
    background: #333;
    color: #fff;
}
.footer_copy .col-lg-12{
    text-align: left;
    float: none;
}
.footer_copy .footer-nav .nav{
    margin-bottom: 30px;
}
.footer_copy .footer-nav .nav > li{
    margin-right: 33px;
    position: relative;
}
.footer_copy .footer-nav .nav > li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: #5e5e5e;
    left: -17px;
    top: 5px;
}
.en .footer_copy .footer-nav .nav > li:nth-child(4)::before,
.en .footer_copy .footer-nav .nav > li:nth-child(5)::before{
    display: none;
}
.footer_copy .footer-nav .nav > li:first-child::before {
    content: none;
}
.footer_copy .footer-nav .nav > li > a{
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.footer_copy .footer-nav .nav > li:hover > a{
    text-decoration: underline;
    background: none;
}
.footer_copy .footer-text{

letter-spacing: 0;
}
.footer_copy .footer-text p{

margin-bottom: 9px;
}
.footer_copy .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
.footer_copy .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
.footer_copy .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    color: #d7d7d7;
    margin-bottom: 4px;
    letter-spacing: 0.01em;
}
.footer_copy .footer-text ul li address{
    margin-bottom: 0;
    line-height: 1.4;
}
.footer_copy .footer-text .copyrights{
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #878787;
}

@media (max-width: 767px){
    .footer_copy .footer-nav .nav > li{
        margin-right: 14px;
    }
    .footer_copy .footer-nav .nav > li > a{
        font-size: 13px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */

.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
}
.main_sec1 .cert-wrap{
    margin-top:80px;
    /* position:absolute;
    left: 50px;
    bottom: 27px; */
    display: flex;
    align-items: flex-start;
}
.main_sec1 .cert{
    display: inline-block;
    margin-right: 24px;
    text-align: center;
    border-radius: 5px;
}
.main_sec1 .cert a:hover{text-decoration: none;}
.main_sec1 .cert img{
    height: 67px;
}
.main_sec1 .cert2 img{
    margin-top: 9px;
    height: 51px;
}
.main_sec1 .cert span{
    margin-top: 4px;
    display: block;
    color:#fff;
    font-weight: 300;
    font-size: 13px;
}
.main_sec1 .cert:hover span{
    text-decoration: none;
}
@media(max-width:992px){
    .main_sec1 .text_hide .main_tit{
        margin-top:50px;
    }
    .main_sec1 .cert-wrap{
        margin-top:50px;
    }
}
@media(max-width:767px){
    .main_sec1 .text_hide .main_tit{
        margin-top:0;
    }
    .main_sec1 .cert-wrap{
        margin-top:30px;
    }
    .main_sec1 .cert span{
        margin-top:5px;
        font-size:12px;
    }
    .main_sec1 .cert-wrap{
        left: auto;
        right: 15px;
    }
    .main_sec1 .cert{
        margin-right:0;
        margin-left:10px;
    }
    .main_sec1 .cert img{
        height: 50px;
    }
    .main_sec1 .cert2 img{
        margin-top:3px;
        height: 40px;
    }
}

.myModal12{
    /* display: none; */
    padding: 0;
    top: 130px;
    z-index: 1;
}
.myModal12 > p:nth-child(1),
.myModal12 > p:nth-child(3){display: none;}
.myModal12 .popup_wrap{}
.myModal12 .popup_wrap .intro{
    border-bottom: 1px solid #ccc;
    padding: 50px 45px 45px;
    text-align: center;
}
.myModal12 .popup_wrap .intro p{
    margin: 0;
    font-size: 18px;
    color: #000;
    line-height: 1.54;
    letter-spacing: -0.045em;
}
.myModal12 .popup_wrap .intro p:nth-child(1){
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #ed171f;
    font-family: 'Godo', sans-serif;
}
.myModal12 .popup_wrap .intro p:nth-child(1):after{
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: #ccc;
    margin: 23px auto;
}
.myModal12 .popup_wrap .intro p strong{
    color: #ed171f;
    font-family: 'Godo', sans-serif;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.myModal12 .popup_wrap .changed{
    padding: 30px;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
}
.myModal12 .popup_wrap .changed .inner{
    background: #fff;
    padding: 35px;
}
.myModal12 .popup_wrap .changed .inner:nth-child(2){
    padding-top: 0;
}
.myModal12 .popup_wrap .changed .inner .tit{
    font-size: 19px;
    font-weight: 600;
    padding-left: 9px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: -0.04em;
}
.myModal12 .popup_wrap .changed .inner .tit::before{
    content: '';
    display: block;
    width: 3px;
    height: 17px;
    background: #222;
    position: absolute;
    top: 4px;
    left: 0;
}
.myModal12 .popup_wrap .changed .inner table{
    border-top: 1px solid #ed171f;
    margin-bottom: 0;
}
.myModal12 .popup_wrap .changed .inner table tr{
    border-bottom: 1px solid #ddd;
}
.myModal12 .popup_wrap .changed .inner table tr th,
.myModal12 .popup_wrap .changed .inner table tr td{
    font-size: 15px;
    padding: 9px 30px 9px 10px;
    line-height: 1.2;
}
.myModal12 .popup_wrap .changed .inner table tr th{
    font-weight: 500;
}
.myModal12 .popup_wrap .changed .inner table thead tr th{
    border-bottom: 0;
    background: #fafafa;
    /* text-align: center; */
    font-weight: 600;
}
.myModal12 .popup_wrap .changed .inner table tr td{}
.myModal12 .popup_wrap .outro{
    padding: 35px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
.myModal12 .popup_wrap .outro p{margin: 0;font-size: 17px;letter-spacing: -0.045em;}
.myModal12 .popup_wrap .outro p > a{
    background: none;
    float: none;
    font-size: inherit;
    color: #ed171f;
    letter-spacing: 0;
    margin: 0;
}


@media (max-width: 767px){
    .myModal12 .popup_wrap .intro {
        padding: 30px 15px 25px;
    }
    .myModal12 .popup_wrap .intro p:nth-child(1) {
        font-size: 20px;
    }
    .myModal12 .popup_wrap .intro p{
        font-size: 12px;
    }
    .myModal12 .popup_wrap .changed,
    .myModal12 .popup_wrap .changed .inner{
        padding: 15px;
    }
    .myModal12 .popup_wrap .outro {
        padding: 15px;
    }
    .myModal12 .popup_wrap .outro p {
        font-size: 12px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}