    html,
body {
    height: 100%;
}


/* etc */

html {
    overflow-x: hidden
}

html,body{  margin:0px; padding:0px;position: relative;	height: 100%;} 
* {box-sizing:border-box;}
*{-webkit-text-size-adjust:none;} 
 
html {overflow-y:auto; height: 100%; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,button,strong,span,em,iframe,img, textarea,input {margin:0px;padding:0px}
body {width:100%;font-family:'NanumSquareNeo', 'Nanum Gothic', Malgun Gothic, '돋움',dotum,Helvetica,sans-serif;background-size:100% auto; font-weight:300;font-size:14px; background-color: var(--dark);line-height:150%;color:#fff; letter-spacing:0px; text-align:left;word-break:break-all;-ms-word-break:break-all; -webkit-font-smoothing: antialiased; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} 
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family: 'NanumSquareNeo', 'Nanum Gothic', "맑은 고딕", Malgun Gothic, '돋움',dotum,Helvetica,sans-serif;font-size:1em;  -webkit-appearance: none;    -moz-appearance: none;    appearance: none; }
button {cursor:pointer; outline:none;}



textarea, select, pre {font-family: 'NanumSquareNeo', 'Nanum Gothic',  "맑은 고딕", Malgun Gothic, '돋움',dotum,Helvetica,sans-serif; font-size:1em; }
select {margin:0; }
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {text-decoration:none; }
a:link, a:visited {color:#000;text-decoration:none; border:0px; }
a:hover, a:focus, a:active {color:#000;text-decoration:none}
img {border:0px;}
 

li{list-style:none; margin:0px; padding:0px;}



::-webkit-scrollbar { width: 8px; }/* 스크롤바의 width */
::-webkit-scrollbar-track { background-color: #e4e4e4; }/* 스크롤바의 전체 배경색 */
::-webkit-scrollbar-thumb {   background:#707e60; }/* 스크롤바 색 */
::-webkit-scrollbar-button { display: none; }
html {scrollbar-width: thin;scrollbar-3dLight-Color: #e4e4e4; scrollbar-arrow-color: #707e60; scrollbar-base-color: #e4e4e4; scrollbar-Face-Color: #707e60; scrollbar-Track-Color: #e4e4e4; scrollbar-DarkShadow-Color: #e4e4e4; scrollbar-Highlight-Color: #e4e4e4; scrollbar-Shadow-Color: #e4e4e4}



*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea, select {
outline:none;
}

@media(min-width:1390px) {
    .container {
        width: 100%;
    }
}

@media(max-width:1389px) {
    .container {
        width: 100%;
		padding:0px 20px;
    }
}

.js-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*    background: url('../../img/main/section_04_bg.jpg');*/
}


/* header */

#header_wrap {
    overflow: hidden;
    position: fixed;
    left: 80px;
    top: 0;
    z-index: 1000;
    width: 140px;
    height: auto;
	display: flex; 
	justify-content: flex-start; 
	align-items: center;
	flex-direction:column;

}

 

#header_wrap.top_menu h1 {
     width: 100%;
	padding:50px 0px 45px;
}

#header_wrap.top_menu h1 a {
      width: 100%;
 	display: flex; 
	justify-content: center; 
	align-items: center;
}

#header_wrap.top_menu .menu_wrap {
      width: 100%;
	display: flex; 
	justify-content: center; 
	align-items: center;
	flex-direction:column;	
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	padding:20px 0px ;
}

#header_wrap.top_menu .gnb {
     width: auto;
	display: flex; 
	justify-content: center; 
	align-items: flex-start;
	flex-direction:column;
}

#header_wrap.top_menu .gnb li {
      width: 100%;
}

#header_wrap.top_menu .gnb a {
    display: block;
    color: #121212;
	padding:10px 0;
	font-weight:700;
	color:#333;
	letter-spacing:2px;	
}
#header_wrap.top_menu .gnb a:hover  {
	color:#98a686;
}
 

#header_wrap.top_menu .gnb .depth2 {
    /*display: none;*/
	padding-left:20px;
}

#header_wrap.top_menu .gnb .depth2 li a {
	color:#333;
}

 
#header_wrap.top_menu .top_right_menu .btn-white {
    display: inline-block;
    background-color: #fff;
    color: #9c9c9c !important;
    transition: 0.4s;
    border: 1px #eee solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#header_wrap.top_menu .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}
#header_wrap.top_menu .snswr {width:100%; display:grid;  grid-auto-flow: row;   grid-template-columns:repeat(4, 1fr);  align-items: center;gap:3px;  margin:20px 0;}
#header_wrap.top_menu .snswr li, #header_wrap.top_menu .snswr li a{width:100%;display: flex;  justify-content: center;  align-items: center;}

#header_wrap.top_menu .snswr img{width:100%; height:auto;  aspect-ratio: 1 / 1; }
#header_wrap.top_menu .snswr li a {background-color:#bfbfbf; width:100%; height:100%; border-radius:50%;overflow:hidden; -webkit-transition: .2s ease-out;    transition: .2s ease-out;}
#header_wrap.top_menu .snswr li a:hover { background-color:#ff0033;}
#header_wrap.top_menu .snswr li.kakao a:hover { background-color:#fae100;}
#header_wrap.top_menu .snswr li.kakao a:hover  img {filter: invert(100%) ;}
#header_wrap.top_menu .snswr li.blog a:hover { background-color:#00c73c;}
#header_wrap.top_menu .snswr li.insta a:hover { background: #FFDD55;background: linear-gradient(0deg, rgba(255, 221, 85, 1) 0%, rgba(255, 84, 62, 1) 50%, rgba(200, 55, 171, 1) 100%);}


/* 투명 */

#header_wrap.top_menu.transparent {
    background-color: #fff;
}

#header_wrap.top_menu.transparent .gnb a {
    color: #000;
}

#header_wrap.top_menu.transparent .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #000 !important;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 32px;
}


#header_wrap.gnbFixed{position:fixed; top:0px; left:0px; box-shadow:0px 0px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 3px  rgba(0,0,0,0.2); -webkit-box-shadow: 0px 0px 3px  rgba(0,0,0,0.2);}


.top_right_fixed {position:fixed; top:20px; right:30px; display: flex;  justify-content: flex-end;  align-items: center; }
.top_right_fixed   a {display:grid;  grid-auto-flow: row;   grid-template-columns:40px 1fr;  align-items: center;gap:8px; line-height:1.1;  }
.top_right_fixed   a .ic {width:40px; height:40px; border-radius:30px; background:#707e60; padding:8px; -webkit-transition: .2s ease-out;    transition: .2s ease-out;}
.top_right_fixed   a .ic  img {width:100%; height:auto;display: flex;  justify-content: center;  align-items: center;} 
.top_right_fixed   a .txt { display: flex;  justify-content: flex-start;  align-items: flex-start; flex-direction:column; font-weight:400; gap:3px; padding-top:2px; color:#333;}
.top_right_fixed   a .txt span{font-size:0.9em;-webkit-transition: .2s ease-out;    transition: .2s ease-out; }
.top_right_fixed   a .txt strong {font-size:1.1em;}
.top_right_fixed   a:hover .ic{background:#ec6a38;}
.top_right_fixed   a:hover .txt span{color:#ec6a38;}
.logo-mob  {
    display: none;
}

/* 모바일 메뉴 */

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
    .js-offcanvas-btn {
        display: block;
    }
    .sidebar-offcanvas {
        display: block !important;
    }
}


/* 모바일 메뉴 마감 */

#top_btn {position:fixed;bottom:20px;right:30px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#01b336;background:#01c73c;color:#fff}

.contentwr {width:100%;  padding:0px 30px 0px 290px !important;display: flex; 	justify-content: flex-start; 	align-items: flex-start;}

/* index- content */

.index-content {width:100%;  padding:200px 0px 0px 140px;	display: flex; 	justify-content: flex-start; 	align-items: center;}
.index-content .mvisintrowr {  position: relative;width: 100%;    height: 640px;   display:grid;  grid-auto-flow: row;   grid-template-columns: 360px 1fr; align-items: flex-end; gap:160px;  }
.mvisintrowr .mvintro-left{width:100%; height:100%; display: flex;    align-items: flex-end;   justify-content: flex-start; }
.mvisintrowr .mvintro-right {width:640px; height:100%; display: flex;    align-items: flex-end;   justify-content: flex-start;}
.mvisintrowr .mvintro-right .introvisualwr { position: relative;width: 100%;    height: 100%;    display: flex;    align-items: center;   justify-content: center;  border-radius:0px;    overflow: hidden;    }
.mvisintrowr .mvintro-left .introtxt{width:100%; line-height:1.5; color:#333;  text-align:justify;	font-family:"NanumMyeongjo"; font-weight:500; font-size:1.5em;}
 


.bt_lnk.black {
    display: inline-block;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #111;
    background-color: #111;
    text-decoration: none;
    padding: 15px 4.615em;
    height: 48px;
    font: 800 13px 'ssc', 'Malgun Gothic';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .25em;
    position: relative;
    z-index: 0;
}

.bt_lnk.black:after {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}

.bt_lnk.black:hover {
    color: #111;
}

.index-content .section-01 .slick-dots {
    bottom: -50px;
}

.index-content .section-01 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.index-content .section-01 .slick-dots li button:before {
    font-size: 15px;
    line-height: 15px;
    opacity: 1;
    color: #fff;
}

.index-content .section-01 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #cfcfcf;
}

.index-content .section-02 {
    padding-top: 130px;
    padding-bottom: 0;
    min-height:500px;
}

.index-content .section-02 .box_wrap .title {
    float: right;
    z-index: 2;
    padding-top: 60px;
    width: 550px;
    position: relative;
}

.index-content .section-02 .box_wrap .title h2 {
    font-size: 67px;
    font-weight: 900;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.index-content .section-02 .box_wrap .title .line {
    width: 26px;
    height: 5px;
    background-color: #000;
}

.index-content .section-02 .box_wrap .title p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #404040;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index-content .section-02 .imgs {
    position: absolute;
    z-index: -1;
}

.index-content .section-03 {
    position: relative;
  padding:60px 0;
}

.index-content .section-03 .data-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-content .section-03 .js-parallax {
    /*

background-position: 0% 0%;
background-repeat: no-repeat;
*/
    background-size: cover;
    /*    background-attachment: fixed;*/
    /*    background: url('../../img/main/section_04_bg.jpg');*/
    /*    z-index: 1;*/
    z-index: 0;
}

.index-content .section-03 .content {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 65px;
}

.index-content .section-03 .content h3 {
    font-size: 20px;
    letter-spacing: 0.3em;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 35px;
    z-index: 2;
    position: relative;
}

.index-content .section-03 .content a.bt_lnk {
    border: 1px #fff solid;
    color: #fff;
    z-index: 2;
}

.index-content .section-03 .content a.bt_lnk:hover {
    border: 1px #111 solid;
    background-color: #fff;
}

.index-content .section-04 {
    padding-top: 100px;
}

.index-content .section-04 .title_wrap {
    text-align: center;
    margin-bottom: 80px;
}

.index-content .section-04 .title_wrap h2 {
    font-size: 48px;
    color: #282828;
    font-weight: 900;
}

.index-content .section-04 .title_wrap h2 span {
    font-weight: 100;
}

.index-content .section-04 .title_wrap .line {
    width: 90px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 23px;
}

.index-content .section-04 .title_wrap p {
    font-size: 18px;
    color: #353535;
}


.index-content .section-05 {
    padding-top: 50px;
    padding-bottom: 46px;
}

.index-content .section-05 .notice {
}
/*
.index-content .section-05 dt {
    font-weight: 900;
    font-size: 16px;
    color: #2a2a2a
}
.index-content .section-05 dd {
    font-size: 16px;
  color: #2a2a2a;
}
*/
.index-content .section-06 {
    position: relative;
  padding:60px 0;
}


/* 페이징 */
.pg_wrap {clear:both; display: flex;    align-items: flex-start;   justify-content: center; padding:20px 0 0;}
 
.pg {text-align:center;display: flex;    align-items: flex-start;   justify-content: center; }
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595 !important;font-size:0.9em !important; font-weight:400 !important; opacity:1; }
 .pg_page:hover {color:#707e60 !important; background-color:none !important; border:none !important;font-weight:bold !important; }
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
 .pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:transparent !important; opacity:0.5;}
.pg_current {font-size:0.9em !important; line-height:28px !important; display:inline-block;background:none !important; border:none !important; color:#000 !important; font-weight:bold !important;}

/* 새창 유튜브 */

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 999999999999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 9999999999999999;
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
    }
}

.lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/* IGNORE FORM THIS POINT ON */

#playme {
    background: #007fed;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
}


/*  sub layout */


/* 비쥬얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
}

.s_visual_wrap .slide {
    position: relative;
    height: 452px;
    top: 0;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    margin-top: -100px;
    padding-top: -100px;
    top: -100px;
}

.s_visual_wrap .slide li {
    height: 452px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    padding: 0;
    margin: 0;
    top: 0;
}

.s_visual_wrap .slide .content {
    top: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.s_visual_wrap .slide .content h1 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
}

.s_visual_wrap .line {
    margin: 0 auto;
    width: 150px;
    height: 3px;
    background-color: #ef8a12;
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-name: s-title-line;
    margin-top: 15px;
    animation-fill-mode: forwards;
}

.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes s-title-line {
    from {
        width: 0%;
        height: 3px;
    }
    to {
        width: 150px;
        height: 3px;
        opacity: 1;
    }
}


/* 서브비주얼 마감*/


/* 서브 중앙메뉴 */

.sub_three_map_wrap {
    margin-top: -33px;
    position: relative;
}

.sub_three_map_wrap .sub_three_map {
    background-color: #fff;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    /*    border-top: 1px #e3e3e3 solid;*/
}

.sub_three_map_wrap .sub_three_map .col-md-4,
.sub_three_map_wrap .sub_three_map .col-md-6,
.sub_three_map_wrap .sub_three_map .col-md-6 {
    padding: 0;
    margin: 0;
    border-bottom: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .home {
    background: url('../../img/sub/box-home.png');
    background-position: 10% 50%;
    background-repeat: no-repeat;
    color: #000;
    line-height: 32px;
    display: block;
    /*    font-size: 16px;*/
    /*    padding-left: 40px;*/
    background-color: #fafafa;
    padding: 16px;
    padding-left: 68px;
    font-weight: 700;
    font-size: 15px;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .menus {
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    background-color: #fafafa;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .last {
    background-color: #fff;
    border-bottom: 0;
    display: block;
    border-top: 2px #000 solid;
    display: inline-block;
}

.sub_three_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9
}

.sub_three_nav ul li {
    display: block;
}

.sub_three_nav ul li a,
.sub_three_nav ul li a:visited {
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 16px;
    padding-left: 30px;
    color: #000;
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    /*    font-weight: 400;*/
    text-transform: capitalize;
    line-height: 32px;
}

.sub_three_nav ul li a:hover {
    /*    color: #000;*/
}

.sub_three_nav .dropdown-active {
    background-color: #484b50;
    font-weight: 600;
}

.sub_three_nav .dropdown-active a,
.sub_three_nav .dropdown-active a:visited {
    color: #000;
}

.sub_three_nav ul ul {
    position: absolute;
    background-color: #37393D;
    width: 100%;
}

.sub_three_nav ul ul li {
    display: block;
}

.clickSlide span {
    float: right;
    padding-top: 27px;
    padding-right: 25px;
    font-weight: 100;
    color: #3d3d3d;
}

.sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {
    display: block;
    padding: 12px !important;
    color: #c9c9c9 !important;
    border-bottom: 1px #2b2c30 solid;
    font-weight: 400;
    padding-left: 22px !important;
    font-size: 14px;
}

.sub_three_nav ul ul li a:hover {
    background-color: #2b2c30;
    color: #000;
}

.sub_three_nav ul ul li:first-child {
    border-top: 1px #2b2c30 solid;
}

.sub_three_nav ul ul li:last-child {
    border-bottom: 0 !important;
}

.sub_three_map_wrap .sub_three_map .depth1,
.sub_three_map_wrap .sub_three_map .depth2 {
    color: #fff;
    background: url('../../img/sub/box-down.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.sub_three_map_wrap .sub_three_map .depth2 a {
    font-weight: 900;
}


/* 서브 중앙메뉴 마감 */

#sub_content {
	padding:0px 0px 80px;
	margin:140px 0 0;
    width: 100%;
	 display: flex;    align-items: flex-end;   justify-content: flex-start;flex-direction:column;
}


 

#sub_content .breadcrumb_wrap {
    /*    border-top: 1px #eee solid;*/
    border-bottom: 1px #eee solid;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .sub_tab {}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #eee solid;
    background: none;
    padding-right: 0;
    /*    background-color: #000;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child span {
    /*    color: #fff;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li {
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
    background: url('../../img/main/arr.png') 90% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
}

#sub_content .breadcrumb_wrap .sub_tab > li:hover {
    /*    background-color: #f7f7f7;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 58px;
    padding-left: 35px;
    padding-right: 35px;
    height: 58px;
    display: block;
    margin: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li:last-child {
    font-weight: 600;
}

#sub_content .breadcrumb_wrap .sub_tab .glyphicon-home {
    font-size: 18px;
    padding-top: 20px;
}

#sub_content .breadcrumb_wrap .sub_tab .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 1px #eee solid;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li:last-child {
    border-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li {
    border-bottom: 1px #eee solid;
}

#sub_content .breadcrumb_wrap .sub_tab li a,
#sub_content .breadcrumb_wrap .sub_tab li a:active,
#sub_content .breadcrumb_wrap .sub_tab li a:hover {
    text-decoration: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab > li > a > span.caret {
    text-align: right;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #f7f7f7 !important;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li span {
    float: right;
    font-size: 11px;
    color: #5c5c5c;
    line-height: 27px;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a {
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

#sub_content .breadcrumb_wrap .breadcrumb li,
#sub_content .breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    line-height: auto;
    color: #000;
}

#sub_content .page-header {
    margin-top:0px;
    /*    padding-bottom: 30px;*/
    text-align: center;
    clear: both;
    border-bottom: 0;
}

#sub_content .page-header h1 {
    font-size: 36px;
    color: #272727;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 10px;
  /*  background: url("../../img/sub/header-line.png") repeat-x left bottom;*/
}

#sub_content .page-header .line {
    border-bottom: 1px #fc7d11 solid;
    width: 120px;
    /*    width: 100%;*/
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    /*    display: none;*/
}

#sub_content .page-header p {
    font-size: 15px;
    /*    padding-left: 12px;*/
}


/* footer */

.footer {
    /*    margin-top: 30px;*/
    background-color: #13161b;
    padding-bottom: 40px;
}

.footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}

.footer .footer-menu {
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #13161b;
    border-bottom: 1px #1f2226 solid;
}

.footer .footer-menu ul {
    padding-top: 18px;
    padding-bottom: 12px;
}

.footer .footer-menu ul li:before {
    color: #464646;
}

.footer .footer-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #f8f8f9;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer .footer-menu ul li a.blue {
    font-weight: 600;
    color: #1864d5
}

.footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

.footer p.logo {
    float: right;
    margin-top: 23px;
    display: none;
}

.footer p.logo img {
    width: 80%;
}

.footer address {
    margin-top: 25px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

#sub_content.cons_apply {max-width:1000px; margin:100px  auto 0; padding-right:100px;}
.pagetitle-top {width:100%; display: flex;   justify-content: flex-start;  align-items: center; flex-direction:column; text-align:center; gap:10px; }
.pagetitle-top h3{font-size:1.3em;}
.pagetitle-top p span {color:#e4465e; font-weight:500;}

#bo_w .rowwr {width:100%;  display: grid;     grid-auto-flow: row;    grid-template-columns:  1fr 1fr;gap:40px;    align-items: center; margin-bottom:10px; }
#bo_w .rowwr.full { grid-template-columns:  1fr;}
#bo_w .rowwr .group {width:100%;}
#bo_w .rowwr .group .frm_input  {width:100%; background:#e8f2e7;  border:1px solid rgba(0,0,0,0.05);border-radius:3px; padding:5px 10px;}
#bo_w .ptitle { font-weight:500; font-size:1.1em; margin-top:30px; padding-bottom:8px;}


#bo_w .exptt {display:block; font-size:0.95em; color:#e58a00; font-weight:500; padding:0px 0 10px;}


@media (min-width:1200px) {
    .index-content section.info-one .company_wrap {
        padding-right: 0px;
    }
    .index-content section.info-one .business_wrap {
        /*    padding-right: 10px;  */
    }
    .index-content section.info-one .info_wrap {
        padding-left: 0px;
    }
    .index-content section.info-two .latest {
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .index-content section.info-one .business {
        margin-bottom: 15px;
        margin-top: 15px;
        clear: both;
    }
    .index-content section.info-two .latest {
        margin-top: 15px;
    }
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
 
    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
        /*        padding-bottom: 0;*/
        margin-bottom: 12px;
        margin-top: 0;
        padding-top: 0;
    }
    .s_visual_wrap .slide .content p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
    @media (max-width: 767px) {
        .visual_bottom {
            display: none;
        }
        .index-content section.company .company_story dl dt {
            font-size: 26px;
        }
        .index-content section.company .company_story dl dt span {
            font-size: 26px;
            color: #607fab;
        }
        section.product .content h2 {
            font-size: 32px;
            color: #fff;
        }
        section.product .content h2 p {
            padding-top: 5px;
            font-size: 16px;
            color: #fff;
        }
        .product_bg {
            height: 100%;
            display: block;
            background: rgba(0, 0, 0, 0.3);
        }
        section.info-two #tab_wrap {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        section.info-two {
            padding-top: 40px;
        }
        section.info-twop.text {
            font-size: 20px;
            line-height: 27px;
        }
        section.info-two.latest_wrap {
            margin-top: 30px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        #sub_content .page-header small {
            display: none;
        }
        #sub_content .breadcrumb_wrap .container {
            padding: 0;
            margin: 0;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
            padding-left: 15px;
            padding-right: 15px;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li > a {
            padding-left: 35px;
            padding-right: 35px;
        }
        #sub_content .page-header {
            /*        margin-bottom: 20px;*/
        }
        section.info-two .product .arrows_wrap {
            margin-top: 10px;
        }
	#sub_content .page-header h1 {font-size:28px; margin-bottom:0px;}
	#bo_w .agreeA {font-size:0.95em;}
    }
    @media (max-width: 480px) {
        section.info-two .nav-tabs > li > a {
            border: none;
            color: #000;
            background: #f8f8f8 !important;
            font-size: 16px !important;
            font-weight: 600;
            border-left: 1px #e3e3e3 solid;
            border-bottom: 1px #e3e3e3 solid;
            border-radius: 0;
            padding-top: 13px;
            padding-bottom: 13px;
        }
        section.info-two.tab-pane {
            padding: 0;
        }
        section.info-two.tab-content {
            padding: 15px;
            border-bottom: 1px #e3e3e3 solid;
            min-height: auto;
            height: auto;
        }
        .footer p.logo {
            display: none;
        }
    }

