@charset "utf-8";

/********************************************
	HEADER
********************************************/
#header{position:fixed;top:0;display:flex;justify-content:space-between; align-items: center;width: 100%;height:80px;margin:0 auto;/*background-color: rgba(255,255,255,.95);*/transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;z-index: 3; padding:0 5%;box-sizing: border-box;}
#header .logoArea{width:200px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
#header .logo{display:inline-block;width:100%;min-height:30px;background:url(../../../images/layout/logo.png) 0% 50% no-repeat;text-indent: -9999px;box-sizing: border-box;}
#header .util{position: relative;width:90px;text-align:right;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
#header .util a{display:inline-block;min-height:14px;background:url(../../../images/layout/ico_arrow1.png) 0% 50% no-repeat; padding-left:17px;margin-left:10px;font-weight: 400;font-size: 1.3rem; letter-spacing:-0.05rem;line-height:1;color:#888;}
#header .util a:first-child{background:none; padding-left:0px;margin-left:0px;}
#header .util a.on{color:#333;}

#gnb {flex:1; text-align:right;}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb1_ul { width: 100%; text-align:right; transition: 1.0s; position: relative; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.5s; }
#gnb.on #gnb1_ul:before{ height: 330px; opacity: 1; }

#gnb:after{ content: ""; display: block; position: absolute; width: 100%; height: 0px; left: 0; right: 0; margin: 0 auto; bottom: 0px; background-color:#bbb; z-index: 5; opacity: 0; transition: 0.5s; }
#gnb:hover:after{ opacity: 1; }
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb1_li {float:none; display: inline-block; line-height:50px;position:relative; padding: 0 40px; }
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-weight: 500;color:#222; text-decoration:none; font-size:1.8rem;letter-spacing:-0.05rem;text-transform:uppercase;}
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:50px; padding-top:15px;  width: 100%; left: 0; right: 0; opacity: 0; }
.gnb2_ul li{ position: relative; top: 0px; opacity: 0; }
#gnb .gnb1_li > a{ position: relative; transition: 0.3s;cursor: pointer; z-index: 6;}
#gnb .gnb1_li:hover > a{ color: var(--concept-color); }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px; background-color: var(--concept-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 50; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }
#gnb .gnb1_li > a.active{color: var(--concept-color);}

.gnb2_ul .gnb2_ul_box { border-top:0;padding:0; }
.gnb2_a {display:block;padding:8px 0px;font-weight: 400;font-size: 1.6rem; letter-spacing:-0.05rem;line-height:1.3;color:#5b5b5b;text-align:center;text-decoration:none;position: relative; z-index: 1; }
a.gnb2_a:hover{ color: var(--concept-color);}

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li:nth-child(1){ opacity: 1; top: 0; /* transition: 1.0s;  */}
.gnb2_ul.on li:nth-child(2){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.2s;*/ }
.gnb2_ul.on li:nth-child(3){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.4s;*/ }
.gnb2_ul.on li:nth-child(4){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.6s;*/ }
.gnb2_ul.on li:nth-child(5){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(6){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }

.gnb1_li_air .gnb2_a {}
.gnb1_li_on .gnb2_a {}
.gnb2_a:focus, .gnb2_a:hover {color:var(--concept-color);}

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;height:70px; border-bottom:1px solid #f1f1f1;background-color: rgba(255,255,255,.95);}
#header.bg_on .logoArea{}
#header.bg_on .logo{min-height:20px;background:url(../../../images/layout/logo_s.png) 0% 50% no-repeat;}
#header.bg_on #gnb .gnb1_li {line-height:40px;}
#header.bg_on .gnb1_a {font-size:1.7rem;}
#header.bg_on .gnb2_ul {top:40px;}



/*모바일메뉴 */
#header .m_open{text-align:right; width:60px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}

/* hamburger */
.hamburger { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-box {position: relative;display: inline-block;width: 27px; height: 21px;vertical-align: middle;}
.hamburger-inner {display: block;top: 0;}

.hamburger-inner:after,
.hamburger-inner:before {display: block;content: '';}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}
.hamburger-inner:before { top: 9px; left: -8px;}
.hamburger-inner:after { top: 18px;   width: 26px;}

.hamburger-active { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-active .hamburger-box {position: relative;display: inline-block;width:30px; height:30px;vertical-align: middle;}
.hamburger-active .hamburger-inner,
.hamburger-active .hamburger-inner:after { position: absolute; width: 27px; height: 3px;background-color: #333;transition-delay: .1s;}
.hamburger-active .hamburger-inner { -webkit-transform: translate3d(0, 9px, 0) rotate(45deg); transform: translate3d(0, 9px, 0) rotate(45deg);}
.hamburger-active .hamburger-inner:before {opacity: 0; transition: opacity .3s ease 0s}
.hamburger-active .hamburger-inner:after {width: 27px;-webkit-transform: translate3d(0, -18px, 0) rotate(-90deg); transform: translate3d(0, -18px, 0) rotate(-90deg);}

#m-header.on .hamburger-inner,
#m-header.on .hamburger-inner:after,
#m-header.on .hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}

/* mMenu */
.mask {display:none; position:fixed; top:0; left:0; width:100%; height:100%; padding:0px; z-index:198; background:#000;  -ms-filter: alpha(opacity=80); filter: alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;}
.mask .close{position:absolute;  top:10px;left:10px; z-index:202;} /* add */

.mMenu {display:none; position: fixed; right:-550px; top:0; width:550px; padding:0px;background-color:rgba(255,255,255,1);z-index:202; -webkit-overflow-scrolling: touch; overflow-y: auto;height:100%;}
.mMenu .mclose { position:absolute;  top:30px;right:30px; }
.mMenu .mTop {display:block;text-align:center;margin:70px 0px 30px; box-sizing: border-box;}
.mMenu .mTop .logo_s{display:inline-block; width:100%;min-height:26px;background:url(../../../images/layout/logo_s.png) 50% 50% no-repeat;margin-bottom:20px;}
.mMenu .mTop .language_area{display:inline-block; width:100%;}
.mMenu .mTop .language_area a{position: relative;display:inline-block;margin-left:10px;/*padding-left:20px;*/ border:2px solid #dfdfdf; padding:4px 16px; border-radius:16px;font-weight: 400;font-size:14px;color: #666;line-height:1;}
/*
.mMenu .mTop .language_area a:before{position:absolute; left:0px; top:50%;transform:translateY(-50%);content: ' ';width:1px;height:80%;background: #888;z-index:-1;}*/
.mMenu .mTop .language_area a:first-child{margin-left:0px;/* padding-left:0px;*/}
.mMenu .mTop .language_area a:first-child:before{width:0px;}
.mMenu .mTop .language_area a.on{font-weight: 500;color: #333;line-height:1;border:2px solid #333;}

.mMenu .mTop .btnArea{display: flex;width:100%;}
.mMenu .mTop .btnArea > * {flex: 1;}

.mMenu .list {padding:0px;}
.lnav{width:100%;-webkit-transition: all .25s ease-in;transition: all .25s ease-in;}
.lnav, .lnav ul, .lnav li {list-style: none;}
.lnav ul {margin:0px;}
.lnav {padding: 0px;margin: 0px;}
.lnav > li {margin: 0px 0; border-bottom:0px solid #dfdfdf;}
.lnav > li li {margin: 0px;}
.lnav > li li li{margin: 0px;}
.lnav a {line-height:1;font-weight:700;letter-spacing:-0.01em;display: block;outline: none;text-decoration: none;}
.lnav a .caret {float: right;/* width:13px;height:10px;display: inline-block;vertical-align: top;background:url(../img/lmenu.png) right center no-repeat; */ border-style:solid;border-width: 9px 6px 0 6px;border-color: #3e4358 transparent transparent transparent; -webkit-transition: -webkit-transform .65s ease; transition: transform .65s ease;}
.lnav li.open > a > .caret{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);border-color: var(--concept-color) transparent transparent transparent;}

.lnav li a {color:#333; font-size:2.2rem;line-height:1; padding:16px 40px;} 
.lnav > li li a {color:#333;  font-size:1.8rem;line-height:1;font-weight: 400;padding: 12px 40px 12px 50px;}
.lnav li.open {}
.lnav li.open a{color:var(--concept-color);}
.lnav li.open li a {color:#333;}
.lnav li.open li a:hover{color:var(--concept-color);}
.lnav li.active a{color:var(--concept-color);}
.lnav li li.active a{color:var(--concept-color);}
.lnav li.off a{}

/* 2 depth 여백 추가 */
.lnav > li li{}
.lnav li li:first-child{padding-top:10px;}
.lnav li li:last-child{padding-bottom:14px;}
/* .lnav li li:last-child{padding-bottom:14px;} */

/* 바디에 스크롤 막는 방법 */
.not_scroll{
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.not_scroll .cont {
    position: relative;
    top: 0;
}


/* Header END */

A.roll img{display:inline; border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll img.over { display:none; }
A.roll:hover {border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll:hover img { display:none; }
A.roll:hover img.over { display:inline;}

.btn_up_layer {position:fixed; right:10px;bottom:100px;display:none;padding:0px;width:60px; height:60px; background:url(../../../images/layout/top.png) right bottom no-repeat;z-index:100;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;-ms-filter: alpha(opacity=70); filter: alpha(opacity=70); opacity:0.7; -moz-opacity:0.7;}

/* footer  */
.footer{width:100%; margin:0px auto;/*overflow:hidden;*/border-top:1px solid #dfdfdf;box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}

.footer_menu {background:#f9f9f9;padding:5.0rem 0 4.0rem;}
.footer_menu > ul {display: flex;width:100%; max-width:1200px;justify-content:center;margin:0px auto;padding:0; box-sizing: border-box;}
.footer_menu > ul > li {flex:1;justify-content:center;padding:0 10px;}
.footer_menu > ul > li > a {color: #333; display: block; font-weight: 500; font-size: 1.6rem;}
.footer_menu > ul > li > ul {padding:1.5rem 0 .5rem;}
.footer_menu > ul > li > ul > li > a {
    color: #888; 
    display: inline-block; 
    font-size:1.4rem; 
    padding: .5rem 0;
}
.footer_menu > ul > li > ul > li > a:hover {color: var(--concept-color);}

.footer > ul{display:flex; justify-content: space-between; margin:0px auto;width:100%; max-width:1200px; padding:30px 0px; box-sizing: border-box;}
.footer .f_logo{width:300px;text-align:left;min-height:18px;background:url(../../../images/layout/logo_f.png) 0% 0% no-repeat;text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont p{text-align:left;font-weight:400;color:#888; font-size:14px;line-height:1.4;letter-spacing:-0.01em;margin-bottom:5px;}
.footer .f_cont p br{display:none;}
.footer .f_cont p > span{font-weight:200;color:#aaa; font-size:10px;line-height:16px;letter-spacing:-0.01em;margin:0 8px;}
.footer .f_cont .copy{text-align:left;font-weight:200;color:#888; font-size:14px;line-height:1.3;letter-spacing:-0.01em; margin-top:10px;}	

.ellipsis02{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 2.6em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */}
.ellipsis03{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 3.9em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 
.ellipsis04{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 4; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 5.2em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 

/*img 관련 */
.imgMax{max-width:100%;}
.imgFix{width:100%;}
.fullsize{display: inline-block;width: 100%;}
.fullsize img{width: 100%;}

/* 팝업 Basic */
.popupWrap_A{position:relative;display: inline-block; width: 100%;background:#fff;margin:0;padding:0;}
.popupWrap_round{position:relative;display: inline-block; width: 100%;background:#fff;margin:0;padding:0;border-radius:16px;}
.popupWrap_round button{color:inherit;}
.popupWrap_A img, .popupWrap_round img{max-width: 100%;}
.bg_black{background:#1a1a1a !important;}
.icon-close-black{position: absolute;right:20px;top:20px;width:21px; height:21px;background:url(../../../images/layout/close_black.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white{position: absolute;right:20px;top:20px;width:21px; height:21px;background:url(../../../images/layout/close_wh.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}

.icon-close-circle{position: absolute;right:20px;top:20px;width:60px; height:60px;background:url(../../../images/layout/i_close_14.png) 50% 50% no-repeat var(--concept-color);border-radius:50%;text-indent: -9999px; z-index:2}


/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.content-video{position:relative; width:100%; margin:0 auto; text-align:center; background-color: #000; overflow:hidden; vertical-align:top; padding: 0px;}
.content-video:after {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;content:"";} 
.content-video-txt{z-index: 2; position:absolute; top:50%;transform:translateY(-50%);text-align:center; }
.content-video video{background-color: #000;opacity:1;vertical-align:top;max-width:100%;height:auto}

.pc_only{display: inline-block;}
.mo_only{display: none;}

/********************************************
	MAIN
********************************************/

/* ---------------------- main-visual ----------------------------- */

.main-container {width: 100%;overflow:hidden;margin-top:80px;}

.main-visual {width: 100%;opacity:0;-webkit-transition: opacity 0.5s; transition:opacity 0.5s;position:relative; }
.main-visual.visual-loaded {opacity:1;}

.main-visual-container,.main-visual-wrapper,.main-visual-slide,.main-visual-slide-bg{width: 100%; height:600px;overflow:hidden;}
.main-visual-slide-bg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: no-repeat center center;background-size: cover;-webkit-transform: scale(1.8);-ms-transform: scale(1.8);transform: scale(1.8); -webkit-transition: transform 3s;-webkit-transition: -webkit-transform 3s;transition: -webkit-transform 3s;transition: transform 3s;transition: transform 3s, -webkit-transform 3s;will-change: transform;}
/* .main-visual-slide-bg--overlay:before { content: ""; background: #000; opacity: 0.6; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;} */
.main-visual-loaded .main-visual-slide-bg {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

.main-visual-content {display:flex;align-items: center;width: 100%;height:100%;position: relative; z-index: 1;padding: 0px 5% 40px 10%;}
.main-visual-content-inner { }
.main-visual-title {font-family: 'LeferiBaseType-BoldA';font-size:5.0rem;line-height: 1.4;letter-spacing: -0.03em;color: #fff; opacity:0;text-shadow: 2px 1px 16px rgba(0, 0, 0, .2);}
.main-visual-title br{display: none;}
.main-visual-title.f_bl {color: #1a1a1a; text-shadow: 1px 1px 16px rgba(0, 0, 0, .0);}
.main-visual-desc {padding-top:1.5rem;font-weight:400; font-size: 2.4rem;color: #fff;line-height: 1.4;opacity:0; will-change: transform;text-shadow: 2px 1px 16px rgba(0, 0, 0, .2); padding-left:5px;box-sizing: border-box;}
.main-visual-desc br{display: none;}
.main-visual-loaded .main-visual-desc {opacity:1;}

.main-visual .swiper-navigation-wrap {position:relative;font-size:0;}
.main-visual .swiper-navigation {position:absolute;bottom:5.0rem;left: 10%;opacity:0;z-index:10;}
.main-visual .swiper-navigation button:before, .main-visual .swiper-navigation button:after {color:#fff;}
.main-visual .swiper-control {text-align: center;width: 100%;z-index: 100;}
.main-visual-btn_play { position: absolute; bottom: .2rem; left: .2rem; display: block; width: .45rem; height: .45rem; background: #fff; border-radius: 50%; }
.main-visual-btn_play:after { content: ''; border-top: 0.05rem solid transparent; border-left: 0.07rem solid #0f4c82; border-bottom: 0.05rem solid transparent; position: absolute; top: 50%; left: 50%; width: auto; height: auto; margin-left: -0.02rem; margin-top: -0.05rem; z-index: 2;}
.main-visual-loaded .swiper-navigation {opacity:1;}

.main-visual .swiper-pagination {font-size:1.4rem; font-weight:700; color:#fff;}
.main-visual .swiper-pagination-current {font-weight:700; color:#fff;width: 3.0rem;margin-left: 0rem;}
.main-visual .swiper-pagination-total {margin-right:0;margin-left:0;width: 3.0rem;}
.main-visual .swiper-progress__hidden-space {display: inline-block;vertical-align: middle;width: 16.0rem;height: .3rem;margin: 0 0px 0 .3rem;position: relative;}
.main-visual .swiper-progress__hidden-space:before {display:none;}
.main-visual .swiper-progress__wrap {display: block;width: 16.0rem;height: .3rem;position: absolute;left: 3.4rem;top: 50%;margin-top:-1px;background: rgba(255,255,255,0.9);overflow: hidden;}
.main-visual .swiper-progress {display: block;width: 0;height: 100%;background: var(--concept-color);}

.HomeSlider_item.swiper-slide-active .main-visual-content-inner > div > * { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none;}
.main-visual-content-inner { width:100%;vertical-align: middle;}

/* main-section */
.section_tit{text-align:center;font-weight:700;font-size:5.0rem;color: #222;line-height:1;letter-spacing:-0.01em;text-transform:uppercase;margin-bottom:6.0rem;}

.section_0{position: relative;display:block;width:100%; padding:0px;margin:10.0rem auto;text-align:center;}
.section_0:before {content: ""; display: block;  position: absolute; left:0px; top:0px;width:100%; height:100%; background:url(../../../images/main/sec1_bg.png) 50% 0 no-repeat;background-size:100% auto;opacity:50%;z-index:0;}
.section_0 ul{display:flex;width:100%;max-width:1200px; padding:70px 0 0;margin:0 auto;box-sizing: border-box;}
.section_0 li{position:relative;text-align:center; width:29.3333%;margin-left:6%;}
.section_0 li:first-child{margin-left:0%;}
.section_0 li a{display:block; width:100%; overflow: hidden;} 
.section_0 li .sec1_thum{position:relative; display:block; width:100%;}
.section_0 li .sec1_thum img{width:100%; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.section_0 li .sec1_thum_m{display: none;position:relative; width:100%;height:0;padding-top:30%;overflow: hidden;}
.section_0 li .sec1_thum_m .sec1_img{overflow:hidden; display:block; position:absolute; top:0; left:0px; width:100%; height:100%;cursor:pointer;}
.section_0 li .sec1_thum_m .sec1_img img{width:100%; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.section_0 li .sec1_tit{font-weight:700;font-size:2.6rem;color: #000;line-height: 1;letter-spacing:-0.03em;margin-top:30px;}
.section_0 li .sec1_desc{font-weight:400;font-size:1.8rem;color: #333;line-height: 1.45;letter-spacing:-0.03em;margin-top:20px;}

.section_0 li .over_thum_m{position:absolute; top:20px; left:20px;padding:8px 24px;background-color:rgba(0,47,123,0.7);border-radius:16px;opacity:1.0;filter:Alpha(opacity=100);overflow:hidden;z-index:2;}
.section_0 li .over_thum_m > span{font-weight:700;font-size:1.8rem;color: #fff;line-height: 1;letter-spacing:-0.03em;text-transform:capitalize;}
.section_0 li .over_thum_m_txt{position:absolute; top:50%; left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;font-weight:500;font-size:2.4rem;color: #fff;line-height:1.5;letter-spacing:-0.03em;text-shadow: 4px 4px 16px rgba(0, 0, 0, .2);z-index:2;}
/* over style */
.section_0 li .over_thum{
	position:absolute; top:0px; left:0px;width:100%; height:100%; background:rgba(0,47,123,0.7);
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;	
}
.section_0 li .over_thum span{display:block; position:absolute; top:50%; left:50%; width:50px; height:30px; line-height:30px; margin:-15px 0 0 -25px; text-align:center; color:#fff; font-size:40px;font-weight:100;-webkit-transform: translateY(30px);transform: translateY(30px);-webkit-transition: all 0.35s;transition: all 0.35s;}

.section_0 li a:hover .over_thum{opacity:1.0;filter:Alpha(opacity=100);}
.section_0 li a:hover .over_thum span{-webkit-transform: translateY(0);transform: translateY(0);}
/* .section_1 li a:hover .sec1_thum img{-webkit-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg); -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg);}*/
.section_0 li a:hover .sec1_tit{color: var(--concept-color);}
.section_0 li a:hover .sec1_desc{color: var(--concept-color);}

.section_1{width:100%;padding:14.0rem 5%;margin:0;text-align:center;background:url(../../../images/main/sec2_bg.png) 50% 50% no-repeat;background-size:cover;overflow:hidden;}
.section_1 > h3{text-transform:uppercase;font-weight:700;font-size:6.5rem;line-height: 1.3;color: #fff;text-shadow: 1px 1px 16px rgba(0, 0, 0, .1);margin-bottom:25px;}
.section_1 > p{font-weight:400;font-size:2.6rem;color:#fff;letter-spacing:-0.05rem;line-height:1.4;text-shadow: 1px 1px 16px rgba(0, 0, 0, .1);}

.section_2{width:100%;max-width:1200px;margin:10.0rem auto;padding:0px 0%;box-sizing: border-box;}
.section_2 .sec2_slideArea{width:100%;padding:0px 80px;box-sizing: border-box;position:relative;}

/* section_2 스와이퍼 */ 
.swiper_1 { position:relative; width:100%;margin:0px auto;z-index:1; padding:0px 0% 20px;box-sizing: border-box;} 
.swiper_1 .swiper-slide {display:inline-block; width:100%; padding:0px;box-sizing:border-box;  -webkit-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper_1 .swiper-slide img{max-width:100%;}

/* 버튼관련 */ 
.sec2_slideArea .swiper-button-prev,  
.sec2_slideArea .swiper-button-next{position:absolute; width:44px; height:29px; background-size:44px auto;top:50%;margin-top:-14px;z-index:2;} /*크기*/
.sec2_slideArea .swiper-button-prev{background-image: url(../../../images/layout/p_prev.png); left: 0px;} /*이미지,위치*/
.sec2_slideArea .swiper-button-next{background-image: url(../../../images/layout/p_next.png); right:0px;}

.swiper_1 .swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0;}
.swiper_1 .swiper-pagination-bullet-active {width:40px;height:7px;background:var(--concept-color);}

.swiper_1 .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper_1.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0%;bottom:0px;z-index:50;height:2px;width:100%;}
.swiper_1 .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper_1 .swiper-scrollbar-cursor-drag {cursor:move}
.swiper_1 .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #ebebeb; background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;margin-bottom:20px; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }
.slideImg_mid{position: relative; display: inline-block; width:100%; height:0px;padding-top:56.25%;overflow: hidden;border:1px solid #ebebeb; background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box;margin-bottom:20px; }
.slideImg_mid img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.m_product{width:100%;text-align:left;}
.m_product .tit{font-weight: 700;font-size:1.8rem;color:#222;line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin-bottom:10px;padding:0 0px;box-sizing: border-box;}
.m_product .txt{font-weight: 400;font-size:1.5rem;color:#666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height:2.6em;padding:0 0px;box-sizing: border-box;}

.section_3{width:100%;max-width:1200px;margin:0rem auto 10.0rem;padding:0px 0%;box-sizing: border-box;}

.list-typeA{display:block;width:100%;text-align:left;margin:0px auto;}
.list-typeA ul{display:flex; width:100%;flex-wrap: wrap;}
.list-typeA li{width:31.3333%; margin-left:3%; border:1px solid #dfdfdf;box-sizing: border-box;cursor:pointer;transition:all 0.3s;}
.list-typeA li:nth-child(3n-2){margin-left:0;}

.news_card{position:relative;width:100%;padding:30px;box-sizing: border-box;}
.news_card .category{font-size:1.6rem;font-weight: 500;line-height: 1;color:#888;margin-bottom:15px;}
.news_card .tit{font-weight: 700;font-size:1.8rem;color:#222;line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin-bottom:30px;}
.news_card .txt{font-weight: 200;font-size:1.5rem;color:#666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height:3.9em;margin-bottom:30px;}
.news_card .date{font-weight: 200;font-size:1.5rem;color:#888;line-height:1;margin-bottom:60px;}
.news_card .btnArea{position:absolute; right:30px; bottom:30px;}

.i_arrow_right{display: inline-block; font-weight:200;font-size:14px;color:#333;background:url(../../../images/layout/arrow_right.png) 100% 100% no-repeat;background-size:35px 8px;padding-right:45px;transition:all 0.3s;}

.list-typeA li:hover{border:1px solid var(--concept-color);background:var(--concept-color);transition:all 0.3s;}
.list-typeA li:hover .news_card .category{color:#fff;transition:all 0.3s;}
.list-typeA li:hover .news_card .tit{color:#fff;transition:all 0.3s;}
.list-typeA li:hover .news_card .txt{color:#fff;transition:all 0.3s;}
.list-typeA li:hover .news_card .date{color:#fff;transition:all 0.3s;}
.list-typeA li:hover .i_arrow_right{color:#fff;background:url(../../../images/layout/arrow_right_wh.png) 100% 100% no-repeat;background-size:35px 8px;padding-right:45px;transition:all 0.3s;}



.card__image {display: block;overflow: hidden;padding:50px 80px 30px;box-sizing: border-box;}
.card__image > img {display: block;margin-bottom: 0; max-width: 100%;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-ms-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;transition: all 0.25s ease-in-out;}
/* .card__image:hover > img {-webkit-transform: scale(1.05);-moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);} */
.card__cont{text-align:center;padding:0 50px 50px;box-sizing: border-box;}
.card__cont .card_tit {font-size:1.8rem;font-weight: 700;line-height: 1.2;color:#000;margin-bottom: 15px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.card__cont .card_tit:hover {color: rgba(0, 0, 05, 0.7);}
.card__cont .card_txt {font-size: 1.5rem;font-weight:200;color:#666;line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.list-typeA li:hover .card__image > img {-webkit-transform: scale(1.05);-moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}




/********************************************
	SUB
********************************************/

.container {width:100%;margin:40px 0px 80px;overflow: hidden;}

.inner{width:100%;max-width:1200px;margin:0 auto;padding:0;box-sizing: border-box;}

/*  SUB LAYOUT :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%; height:280px;margin-top:80px; background-size:cover !important;}
#visual .visual-img-con{
	position:absolute; left:0; width:100%; height:100%; 
	-ms-transform: scale(1.1,1.1) rotate(0.0001deg);
    -o-transform: scale(1.1,1.1) rotate(0.0001deg);
    -moz-transform: scale(1.1,1.1) rotate(0.0001deg);
    -webkit-transform: scale(1.1,1.1) rotate(0.0001deg);
     transform: scale(1.1,1.1) rotate(0.0001deg);
	-webkit-transition:transform 5s  ease-in-out ;
	-moz-transition:transform 5s ease-in-out ;
	-o-transition:transform 5s ease-in-out ;
	-ms-transition:transform 5s ease-in-out ;
    transition:transform 5s ease-in-out ;	
}
#visual .visual-txt-con{position:relative; display:flex; width:100%;justify-content:center; align-items:center; margin:0 auto; height:100%;padding:0 5%; z-index:2;}
#visual .visual-tit{font-weight:700; color:#fff; font-size:4.5rem;line-height:1;letter-spacing:-0.05rem;text-shadow: 1px 1px 16px rgba(0,0,0,0.2);-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
#visual .visual-sub-txt{padding-top:4.5rem; font-weight: 400; color:#fff;font-size:2.4rem;line-height:1;letter-spacing:-0.05rem;text-shadow: 1px 1px 16px rgba(0,0,0,0.2); margin-top:20px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
#visual .visual-tit, #visual .visual-sub-txt{position:absolute; opacity:0;filter:Alpha(opacity=0); visibility:hidden;
	-moz-transition:transform 0.8s, opacity 1.0s;
	-ms-transition:transform 0.8s, opacity 1.0s;
	-webkit-transition:transform 0.8s, opacity 1.0s;
	-o-transition:transform 0.8s, opacity 1.0s;
	transition:transform 0.8s, opacity 1.0s;
	/* -ms-transform: translateX(-50px) rotate(0.0001deg); 
    -o-transform: translateX(-50px) rotate(0.0001deg); 
    -moz-transform: translateX(-50px) rotate(0.0001deg);
    -webkit-transform: translateX(-50px) rotate(0.0001deg); 
     transform: translateX(-50px) rotate(0.0001deg); */
}
/* Active */
#visual.active .visual-img-con{
	-ms-transform: scale(1.0,1.0) rotate(0.0001deg);
    -o-transform: scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);
     transform: scale(1.0,1.0) rotate(0.0001deg);
}
#visual.active .visual-tit, #visual.active .visual-sub-txt{
	opacity:1.0;filter:Alpha(opacity=100); visibility:visible;
	-ms-transform: translateX(0) rotate(0.0001deg);
    -o-transform: translateX(0) rotate(0.0001deg);
    -moz-transform: translateX(0) rotate(0.0001deg);
    -webkit-transform: translateX(0) rotate(0.0001deg);
     transform: translateX(0) rotate(0.0001deg); 
}
#visual.active .visual-tit{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s}
#visual.active .visual-sub-txt{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s}

.visual-img-con.tbg01{background: url("../../../images/sub/topbg1.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg02{background: url("../../../images/sub/topbg2.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg03{background: url("../../../images/sub/topbg3.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg04{background: url("../../../images/sub/topbg4.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg05{background: url("../../../images/sub/topbg5.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg06{background: url("../../../images/sub/topbg6.jpg") no-repeat center / cover rgb(255, 255, 255);}

#snb{width:100%;  border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; font-size:0; line-height:0; position: relative; z-index:2;}
#snb #nav{display:flex; width:100%;max-width:1200px; margin:0 auto; }
#snb #nav>li{min-width:240px; border-right:1px solid #dfdfdf; display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;background:url('../../../images/layout/arrow_t_down.png') 95% 50% no-repeat;}
#snb #nav>li>a{padding:0 50px 0 20px; font-weight:400;font-size:15px; line-height:49px; color:#333; display:block; position: relative;  }
/* #snb #nav>li>a:before{content: ' ';position: absolute; top: 50%;right: 20px; width: 8px; height: 8px; margin-top: -4px;border: 1px solid #333;border-top: none;border-right: none; transform: rotate(-45deg);} */

#snb #nav>li.home{width:50px; min-width:50px; margin-bottom:-1px;background:none;}
#snb #nav>li.home>a{width:50px; height:50px; padding:0; background:url('../../../images/layout/ico_home.png') no-repeat center center;border-left:1px solid #dfdfdf;font-size:0; line-height:0;}
#snb #nav>li.home>a:before{content: ""; display:none;}

#snb #nav .lnbSub{background-color: #fff; border:1px solid #dfdfdf; position:absolute; left:-1px; right:-1px; top:49px; display:none; box-sizing:border-box;}
#snb #nav .lnbSub>a{padding:0px 20px; font-weight:400;font-size:14px; line-height:40px; color:#666; display:block;}
#snb #nav .lnbSub>a+a{border-top:1px solid #dfdfdf;}
#snb #nav .lnbSub>a:hover,
#snb #nav .lnbSub>a.active{color: #fff;background-color: var(--concept-color); /* background-color:#a2b6da; */}
/* #snb #nav>li.active a:before{transform:rotate(135deg);} */

.location{display:none;width:100%;align-items:center;margin:0rem 0 20px;}
.location span{position:relative;display: inline-block;padding-left:16px;font-weight:400;font-size:1.5rem;color: #222;line-height: 1;letter-spacing:-0.01em;} 
.location span::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#ccc;border-radius:50%;margin-left:6px; }
.location .i_home{display: inline-block;width:18px; min-height:16px;background: url('../../../images/layout/ico_home.png') 0 50% no-repeat;text-indent: -9999px;}
.location span:first-child{padding-left:0px; }
.location span:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

.title{display:flex;align-items:center;/*justify-content: space-between;*/ font-weight:700;font-size:4.0rem;color: #000;line-height: 1;letter-spacing:-0.01em; margin-bottom:6.0rem;}
.title .rmenu{flex:0 0 220px;}
.container span{position:relative;display: inline-block;padding-left:3px;font-weight:400;/*font-size:18px*//*2.5rem*/;}


/* board */
.news{width:100%;margin:0rem 0px 6.0rem;padding:0;}
.news .topArea{display:flex; width:50%;/*flex-wrap: wrap;*/align-items:center;margin-bottom:2.0rem;margin-left:auto;}

/* board list-tb */
.boardList-A {width:100%;margin:0px auto 4.0rem; border-top:1px solid #666;box-sizing: border-box;}
.boardList-A ul {display:flex; width:100%;/*flex-wrap: wrap;*/border-bottom: 1px solid #d9d9d9;padding:15px 0px;}
.boardList-A .list-head{text-align: center;background-color: #fafafa;}
.boardList-A .list-body{background-color: #fff;}
.boardList-A li{padding:0px 5px;box-sizing: border-box;}
.boardList-A .tit_no{width:120px;font-weight:500;font-size:1.8rem;color:#333;line-height:1;}
.boardList-A .tit_cont{flex:1;font-weight:500;font-size:1.8rem;color:#333;line-height:1;}
.boardList-A .tit_date{width:140px;font-weight:500;font-size:1.8rem;color:#333;line-height:1;}
.boardList-A .tit_hit{width:120px;font-weight:500;font-size:1.8rem;color:#333;line-height:1;}
.boardList-A .no{width:120px;font-weight:400;font-size:1.8rem;color:#333;line-height:1;text-align: center;}
.boardList-A .cont{flex:1;font-weight:400;font-size:1.8rem;color:#333;line-height:1.3;}
.boardList-A .date{width:140px;font-weight:400;font-size:1.8rem;color:#333;line-height:1;text-align: center;}
.boardList-A .hit{width:120px;font-weight:400;font-size:1.8rem;color:#333;line-height:1;text-align: center;}
.boardList-A .tit_m{display:none;font-weight:500;font-size:1.8rem; margin-right:5px;}
.boardList-A .nodata{display: inline-block;width:100%;text-align: center;font-size:1.8rem;color:#333;line-height:1;background-color: #fff;padding:140px 0px;}
.boardList-A .ico_file{display:inline-block;width:14px;height:18px;background:url('../../../images/layout/i_file.png') center center no-repeat;background-size:auto 18px;text-indent: -9999px; margin-left:10px;}
.boardList-A .ico_new{display:inline-block;width:16px;height:18px;background:url('../../../images/layout/i_new.png') center center no-repeat;background-size:auto 18px;text-indent: -9999px; margin-left:10px;}

/* pagination --------------------------------------------- */
.paging {width:100%;text-align: center;}
.paging span{cursor:pointer;vertical-align:middle;display:inline-block;width:26px;height:26px;line-height:24px;margin:0 2px;text-align:center;border:1px solid #c1c1c1;border-radius:50%;box-sizing: border-box;}
.paging span img {vertical-align:middle; max-width:100%;margin-top:-3px;margin-left:-1px;}
.paging span a{vertical-align:middle;display:block;width:26px;height:26px;}
.paging span.off {paint-order:none; cursor:not-allowed !important;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
.paging span.off a{cursor:not-allowed !important;}
.paging .num{display: inline-block;vertical-align:middle;margin:0 2px;line-height:24px; color:#999;font-size:15px;font-family: 'NotoSansKR';font-style: normal;font-weight: 400;border:0px solid #e5e5e5;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.paging .num a{vertical-align:middle;display:block;}
.paging .num a.on{vertical-align:middle;font-weight:500;color:#000;}
.paging span:first-child {margin-left:0px;}

/* boardView */
.board-viewArea {width:100%;margin:0px auto;overflow: hidden;}
.board-viewArea .subjectBox{display:flex;width:100%;/*flex-wrap: wrap;*/align-items:center;padding:20px 30px;border-top:1px solid #7d7d7d;border-bottom:1px solid #d9d9d9; box-sizing: border-box;}
.board-viewArea .subjectBox .leftArea{flex:1;}
.board-viewArea .subjectBox .rightArea{width:300px;text-align:right;}
.board-viewArea .subject{font-weight:500;color:#333;font-size:2.4rem;letter-spacing:-0.05rem;line-height:1.4;}
.board-viewArea .stit{display: inline-block;font-weight:400;font-size:1.7rem;line-height:1;color:#6b6b6b; margin-right:15px;}
.board-viewArea .date{display: inline-block;font-weight:400;font-size:1.7rem;line-height:1;color:#6b6b6b; margin-right:30px;}
.board-viewArea .hit{display: inline-block;font-weight:400;font-size:1.7rem;line-height:1;color:#6b6b6b;}

.board-viewArea .content_box{display: inline-block; width:100%; padding:40px 30px; min-height:200px;box-sizing: border-box;}
.board-viewArea .content_box .imgBox{display: inline-block; width:100%; text-align:center;}
.board-viewArea .content_box img{max-width:100%;}
.board-viewArea .content_box table{max-width:100%; margin-top:10px;border-top:1px solid #333;}
.board-viewArea .content_box table td{padding:12px 5px;vertical-align:middle;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1;word-wrap: break-word;word-break: keep-all;}
.board-viewArea .content_box p{margin-bottom:40px;font-weight:200;font-size:1.7rem;color:#777;line-height:1.45;}

.board-viewArea .btnBox{display:flex;width:100%;justify-content: space-between; align-items: center; padding:30px 20px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-viewArea .btnBox .item1{flex:1;padding:0 10px;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-viewArea .btnBox .item2{width:80px;text-align:center;}
.board-viewArea .btnBox .item3{flex:1;padding:0 10px;text-align:right;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-viewArea .btnBox .s-txt{font-weight: 200;font-size:1.6rem;line-height:28px;color:#222;}

.board-btn-prev{display:inline-block;font-weight: 400;font-size:14px;color:#222;line-height:28px;margin-right:15px;text-align:center;border:0px solid #e5e5e5;}
.board-btn-next{display:inline-block;font-weight: 400;font-size:14px;color:#222;line-height:28px;margin-left:15px;text-align:center;border:0px solid #e5e5e5;}

.i_list{display:inline-block;width:25px;height:20px;background:url('../../../images/layout/ico_list.png') center center no-repeat;background-size:auto 20px;text-indent: -9999px;}

.fileList{width:100%;padding:10px 30px; border-bottom:1px solid #d9d9d9;}
.fileList > p{min-height:18px;background:url('../../../images/layout/i_file.png') 0 0 no-repeat;font-weight: 400;font-size:14px;color:#666;line-height:1.3; padding-left:20px;margin-top:10px;}
.fileList > p:first-child{margin-top:0px;}

.list-typeB{display:block;width:100%;text-align:left; padding:0px; margin:0px auto; font-size:0;}
.list-typeB li{display: inline-block;width:23.5%;margin:0 0% 4% 2%;}
.list-typeB li:nth-child(4n-3){margin:0 0% 3% 0%;}

.zoom-list{width:100%;text-align:center; }
.zoom-list-item{display:block; position:relative; overflow: hidden; /* padding-top:56.25%;*/ padding-top:75%; height:0; }
.zoom-list-item .zoom-thum{overflow:hidden; display:block; position:absolute; top:0px; left:0px; width:100%; height:100%;border:1px solid #ebebeb;cursor:pointer;}
.zoom-list-item .zoom-thum img{width:100%; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}

.zoom-list .zoom-tit{display:block; padding:15px 5px 10px; text-align:left;}
.zoom-list .zoom-tit .tit{font-family: 'NotoSansKR'; font-style: normal;font-weight:500;letter-spacing:-0.0em;color:#4b4b4b; font-size:16px;margin-bottom:10px;line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.zoom-list .zoom-tit .txt{font-family: 'NotoSansKR'; font-style: normal;font-weight:200;letter-spacing:-0.0em;color:#666; font-size:13px;/*2줄 */ overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height:2.6em;}
.zoom-list .category{width:100%;text-align:left;margin-bottom:10px;}
.zoom-list .category > p{display: inline-block; padding:4px 12px 5px;border:1px solid #444240;font-family: 'NotoSansKR'; font-style: normal;font-weight:400;letter-spacing:-0.03em;color:#555; font-size:13px;line-height:1;border-radius:24px;}

.zoom-list .zoom-tit > a{display:block; position:relative; overflow: hidden; padding-top:0%; height:auto; }

/* over style */
.zoom-list-item .over-thum{position:absolute; top:0px; left:0px; width:100%; height:100%; background:rgba(0,0,0,0.7);opacity:0;filter:Alpha(opacity=0);-webkit-transition: all 0.35s;transition: all 0.35s; cursor:pointer;}
.zoom-list-item .over-thum::before,
.zoom-list-item .over-thum::after {position: absolute;top: 5%;right: 5%;bottom: 5%;left: 5%;content: '';opacity: 0;-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;}
.zoom-list-item .over-thum::before {border-top: 1px solid #194eaa;border-bottom: 1px solid #194eaa;-webkit-transform: scale(0,1);transform: scale(0,1);}
.zoom-list-item .over-thum::after {border-right: 1px solid #194eaa;border-left: 1px solid #194eaa;-webkit-transform: scale(1,0);transform: scale(1,0);}
.zoom-list-item .over-thum span{display:block; position:absolute; top:50%; left:50%; width:55px; height:32px; line-height:32px; margin:-16px 0 0 -27px; text-align:center; color:#eee; font-size:14px; font-weight:600;-webkit-transform: translateY(30px);transform: translateY(30px);-webkit-transition: all 0.35s;transition: all 0.35s;border-top:1px solid rgba(255,255,255,0.7);border-bottom:1px solid rgba(255,255,255,0.7);}
.zoom-list:hover .over-thum{opacity:1.0;filter:Alpha(opacity=100);}
.zoom-list:hover .over-thum::before,
.zoom-list:hover .over-thum::after {opacity: 0.5;-webkit-transform: scale(1);transform: scale(1);}
.zoom-list:hover .over-thum span{-webkit-transform: translateY(0);transform: translateY(0);}
.zoom-list:hover .zoom-thum img{-webkit-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg); -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg);}

.organization{display: inline-block;width:100%;margin:6.0rem 0;text-align:center;}

/* 오시는 길 */
.map-content{width:100%;margin:4.0rem 0px;height:640px;box-sizing: border-box;}
.map-contacts {display:block;width:100%;max-width:1200px;overflow: hidden;padding:0px;margin:0px auto;font-size:0;box-sizing: border-box;}
.map-contacts ul{display: inline-block;width:100%; margin-bottom:30px;}
.map-contacts .c_title{display: inline-block;width:300px;text-align:left;font-weight:700; font-size:2.4rem;color:#000;letter-spacing: -0.02em;line-height:1.4;}
.map-contacts .c_content{display: inline-block;width:calc(100% - 300px);text-align:left;font-weight:200;color:#202229;font-size:1.8rem;letter-spacing: -0.03em;line-height:1.4;}

/* list style */
.bullet-list{display: inline-block;width:100%;padding-left:9px;font-weight:400;font-size:1.8rem;color:#333;letter-spacing:-0.05rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.bullet-list::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:10px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.bullet-list2{display: inline-block;width:100%;padding-left:9px;font-weight:400;font-size:16px;color:#333;letter-spacing:-0.05rem;line-height:1.4;margin-bottom:10px;box-sizing: border-box;}
.bullet-list2::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:12px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

/* textType  */
.tit_lg{font-weight:900;font-size:7.0rem;line-height:1;letter-spacing:-0.01em;color:#000;text-transform:uppercase;}
.tit_md{font-weight:900;font-size:6.0rem;line-height:1;letter-spacing:-0.01em;color:#000;text-transform:uppercase;}
.tit_sm{font-weight: 700;font-size: 6.0rem;color: #000;line-height: 1;letter-spacing:-0.03em;}

.text-list{font-weight:200;font-size:1.8rem;color:#333;letter-spacing:-0.05rem;line-height:1.5; text-indent:-16px; padding-left:16px; margin-bottom:8px;box-sizing: border-box;}

.text-lg{font-weight:500;font-size:2.4rem;color:#666;letter-spacing:-0.05rem;line-height:1.4;}
.text-md{font-weight:500;font-size:1.8rem;color:#003083;letter-spacing:-0.05rem;line-height:1.4;margin-bottom:10px;}

/* history */
.history_contents{display:block;width:100%;margin:100px 0px;overflow: hidden;}
.history_contents .leftArea{float:left; width:600px;padding-right:30px;text-align:left;}
.history_contents .leftArea > h3{position:relative;font-weight: 900;color:#000;font-size: 5.0rem;line-height:1;/*padding-left:20px; padding-top:20px;*/ }
/* .history_contents .leftArea > h3:before{position:absolute; left:0px; top:0px;content: ' ';width:50px;height:50px;background:#edf2fb;border-radius:50%;z-index:-1}  */
.history_contents .leftArea > p{font-weight: 700;color:var(--concept-color);font-size: 3.0rem;line-height:1; /* padding-left:20px; */ margin-top:3.0rem;}
.history_contents .rightArea{position:relative;float:left; width:calc(100% - 600px);padding:40px 0;}
.history_contents .rightArea:before{position:absolute; left:3px; top:0px;content: ' ';width:1px;height:100%;background: var(--concept-color);z-index:-1}
.history_contents .rightArea:after{position:absolute; left:0px; top:0px;content: ' ';width:7px;height:7px;background: var(--concept-color);border-radius:50%;z-index:1}
.history_contents .rightArea.last{padding-bottom:0px;}
.history_contents .txtArea{width:100%;padding-left:60px;padding-right:0px;box-sizing:border-box;}
.history_contents .imgArea{width:100%;padding-top:60px;text-align:center;}
.history_contents .imgArea img{max-width:60%; }

.history_cont{width:100%;margin-bottom:25px;}
.history_cont .month{width:100%;font-weight:700;font-size:2.2rem;color:#202229;line-height:1;margin-bottom:10px;}
.history_cont .txt{width:100%;font-weight:200;font-size:1.8rem;color:#202229;line-height:1.4;margin-bottom:8px;}

.info_contents{display:flex;justify-content: space-between;width:100%;padding:100px 0px;background:#f9f9f9; overflow: hidden;}
.info_contents .imgArea{flex:0 0 45%;background:url('../../../images/sub/company-img1.png') 100% 50% no-repeat;background-size:cover; border-radius:0 36px 36px 0; min-height:180px;}
.info_contents .txtArea{flex:1;padding: 20px 60px;}
.info_contents .txtArea ul:first-child{margin-top:0px;}

.info_tb{display:flex;width:100%;justify-content: space-between;margin-top:15px;}
.info_tb .tit{flex:0 0 100px; font-weight:500;font-size:1.8rem;color:#000;letter-spacing:-0.05rem;line-height:1.4;}
.info_tb .txt{flex:1;font-weight:200;font-size:1.6rem;color:#333;letter-spacing:-0.05rem;line-height:1.4;}

.greeting{display:flex;justify-content: space-between;width:100%; max-width:1200px; margin:0 auto;}
.greeting .leftArea{flex:0 0 40%;}
.greeting .leftArea > h3{font-weight:700;font-size:6.0rem;color:#5b5c5e;letter-spacing:-0.05rem;line-height:1;}
.greeting .rightArea{position:relative; flex:1; padding-left:80px;}
.greeting .rightArea::before{position:absolute;left:0px; top:0px;content: ' '; width:1px; height:100%; background:#ddd;}
.greeting .rightArea > p{font-weight:400;font-size:1.8rem;color:#202229;line-height:1.5;margin-bottom:25px;}

.vision-sec1{display:flex;flex-wrap: wrap;justify-content: center;align-items:center;width:100%; padding-left:100px;}
.vision-sec1 .circleArea{width:30%;text-align:center;box-sizing: border-box;}
.vision-sec1 .circleArea .circle_1{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(0, 48, 131,.9);border-radius: 50%; box-sizing: border-box;}  
.vision-sec1 .circleArea .circle_2{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(0, 48, 131,.4);margin-left:-50px;border-radius: 50%;box-sizing: border-box;}  
.vision-sec1 .circleArea .circle_3{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(0, 48, 131,.15);margin-left:-100px;border-radius: 50%;box-sizing: border-box;}  
.vision-sec1 .v_tit{position:absolute;left:50%; top:50%;transform:translate(-50%, -50%);width:100%;padding:0 20px;font-family: 'GongGothicMedium';font-size:3.0rem;color: #fff;line-height:1.2;letter-spacing:-0.05rem;}  
.vision-sec1 .v_tit.last{color: var(--concept-color);}  

.vision-sec2{width:100%; max-width:600px; margin:40px auto 60px; text-align:center;}  
.vision-sec2 > p{font-weight:200;font-size:18px;color:#333;letter-spacing:-0.05rem;line-height:1.4;margin-bottom:20px;}  

.vision-sec3{display:flex; justify-content: space-between; width:100%;padding:60px 0; border-top:1px solid #dfdfdf;}  
.vision-sec3 .leftArea{flex:0 0 300px;}  
.vision-sec3 .rightArea{flex:1;}  
.vision-sec3 .tit{font-weight:700;font-size:2.8rem;color:#202229;line-height:1;}

.vision-boxGroup{width:100%;}
.vision-boxGroup ul{display:flex;justify-content: center;}
.vision-boxGroup li{flex:1; margin-left:20px; background:#8694ab; padding:20px;border-radius: 16px; text-align:center; }
.vision-boxGroup li:first-child{margin-left:0px;}
.vision-boxGroup .k-tit{font-weight:500;font-size:2.0rem;color:#fff;line-height:1;}
.vision-boxGroup .e-tit{font-weight:500;font-size:1.6rem;color:#fff;line-height:1;text-transform: uppercase; margin-top:5px;}


.vision-txtGroup{width:100%;}
.vision-txtGroup ul{display:flex;justify-content: space-between;margin-bottom:30px;}
.vision-txtGroup .stit{position:relative;flex:0 0 150px;font-weight:500;font-size:18px;color:#333;letter-spacing:-0.05rem;line-height:1.4; padding-left:15px;}
.vision-txtGroup .stit::before{position:absolute; left:0px; top:8px;content: ' ';width:6px;height:6px;background: var(--concept-color);border-radius:50%;z-index:1}
.vision-txtGroup .stxt{flex:1;}
.vision-txtGroup .stxt > p{font-weight:200;font-size:16px;color:#333;letter-spacing:-0.05rem;line-height:1.4; margin-bottom:10px;}

.partner-wrap{display:flex;justify-content: space-between; width:100%;margin-bottom:60px; }
.partner-wrap > * {flex:1; margin-left:20px;}
.partner-wrap > *:first-child { margin-left: 0;}

.partner-box{width:100%;padding:30px; border:1px solid #dfdfdf; border-radius:8px; }
.partner-box .tit{font-weight:500;font-size:18px;color:#333;letter-spacing:-0.05rem;line-height:1.4;margin-bottom:20px;padding-bottom:15px; border-bottom:1px solid #dfdfdf; }
.partner-box .txt-list{}
.partner-box .txt-list > p{position:relative;font-weight:200;font-size:16px;color:#666;letter-spacing:-0.05rem;line-height:1.4; padding-left:15px; margin-bottom:10px;}
.partner-box .txt-list > p::before{position:absolute; left:0px; top:8px;content: ' ';width:4px;height:4px;background: var(--concept-color);border-radius:50%;z-index:1}

.partner-list{width:100%;font-size:0;}
.partner-list .tit{font-weight:700;font-size:2.4rem;color:#202229;line-height:1; margin-bottom:20px;}
.partner-list li{display: inline-block;width:32.3333%; margin-left:1.5%;margin-bottom:1.5%;  border:1px solid #dfdfdf; padding:15px;text-align:center; }
.partner-list li:nth-child(3n-2){ margin-left:0%;}

.partner-list-1{width:100%;margin-bottom:40px; font-size:0;}
.partner-list-1 .tit{font-weight:700;font-size:2.4rem;color:#202229;line-height:1; margin-bottom:20px;}
.partner-list-1 li{display: inline-block;width:24%; margin-left:1.3333%;margin-bottom:0%;  border:1px solid #dfdfdf; padding:15px;text-align:center; }
.partner-list-1 li:nth-child(4n-3){ margin-left:0%;}

.business--wrap{width:100%;background:#e3ddd8;padding:100px 0;}
.business{width:100%;max-width:1200px; padding:0; margin:0 auto;}
.business ul{display:flex;justify-content: space-between;}

.business .left-txt{flex:0 0 380px;}
.business .boxWrap{flex:1;text-align:right; display:inline-flex; justify-content: flex-end;}
.business .boxWrap .box{width:375px;} 
.business .tit{font-weight:500;font-size:7.0rem;color:#5778a0;line-height:1;letter-spacing:-0.05rem; margin-bottom:20px;}
.business .txt{font-weight:400;font-size:2.0rem;color:#333;line-height:1.3;letter-spacing:-0.05rem;}
.business .stit{font-weight:700;font-size:24px;color:#fff;line-height:1.45;letter-spacing:-0.05rem; margin-bottom:15px;}
.business .stxt{font-weight:400;font-size:15px;color:#fff;line-height:1.45;letter-spacing:-0.05rem;}

.business-txt{position: absolute; left:0px; top:0px;width:100%; text-align:left;padding:60px 40px;}

.business-box1{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:#86a3c6;}
.business-box1 .icon{position: absolute;right:40px; bottom:30px;display: inline-block;width:90px;min-height:80px;background:url(../../../images/sub/business-icon1.png) 100% 50% no-repeat;background-size:auto 80px; }
.business-box2{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:url(../../../images/sub/business-img2.png) 50% 50% no-repeat;background-size: cover;}
.business-box2 .icon{position: absolute;right:20px; bottom:20px;display:none;width:90px;min-height:60px;background:url(../../../images/sub/business-icon2.png) 100% 50% no-repeat;background-size:auto 60px; }
.business-box3{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:#7eb0c0;}
.business-box3 .icon{position: absolute;right:40px; bottom:30px;display: inline-block;width:90px;min-height:80px;background:url(../../../images/sub/business-icon3.png) 100% 50% no-repeat;background-size:auto 80px; }
.business-box4{position: relative;display:inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:url(../../../images/sub/business-img4.png) 50% 50% no-repeat;background-size: cover;}
.business-box4 .icon{position: absolute;right:20px; bottom:20px;display:none;width:90px;min-height:60px;background:url(../../../images/sub/business-icon4.png) 100% 50% no-repeat;background-size:auto 60px; }
.business-box5{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:#94ad70;}
.business-box5 .icon{position: absolute;right:40px; bottom:30px;display: inline-block;width:90px;min-height:80px;background:url(../../../images/sub/business-icon5.png) 100% 50% no-repeat;background-size:auto 80px; }


.boxImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:100%;overflow: hidden;border:0px solid #ebebeb; background-size: cover; border-radius:8px;}
.boxImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;/* object-fit: cover; object-position: 50% 50%; */ border-radius:8px;}

.products--newwrap{width:100%;background:#f5f8fc;padding:100px 0;}
.products--new{width:100%;max-width:1200px; padding:0; margin:0 auto;}
.products--new ul{display:flex;justify-content: space-between;}

.products--new .left-txt{flex:0 0 380px;}
.products--new .boxWrap{flex:1;text-align:right; display:inline-flex; justify-content: flex-end;}
.products--new .boxWrap .box{width:375px;} 
.products--new .tit{font-weight:500;font-size:7.0rem;color:#243b71;line-height:1;letter-spacing:-0.05rem; margin-bottom:20px;}
.products--new .txt{font-weight:400;font-size:2.0rem;color:#333;line-height:1.3;letter-spacing:-0.05rem;}
.products--new .stit{font-weight:700;font-size:24px;color:#fff;line-height:1.45;letter-spacing:-0.05rem; margin-bottom:15px;}
.products--new .stit > span{display: inline-block;width:100%;font-weight:400;font-size:18px;color:rgba(255,255,255,0.8);line-height:1.2;letter-spacing:-0.05rem;margin-top:2px;}
.products--new .stxt{font-weight:400;font-size:15px;color:#fff;line-height:1.45;letter-spacing:-0.05rem;}
.products--txt{position: absolute; left:0px; top:0px;width:100%; text-align:left;padding:60px 40px;}

.products--new-box1{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;/* background:url(/images/sub/product-bg1.png) 100% 50% no-repeat;background-size: cover; */  background:#54bb71; }
.products--new-box2{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:url(../../../images/sub/product-bg2.png) 100% 50% no-repeat;background-size: cover;}
.products--new-box3{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;/*background:url(/images/sub/product-bg3.png) 100% 50% no-repeat;background-size: cover;*/ background:#243b71;}
.products--new-box4{position: relative;display:inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:url(../../../images/sub/product-bg4.png) 100% 50% no-repeat;background-size: cover;}
.products--new-box5{position: relative;display: inline-block;width:100%;height:0px;padding-top:100%;overflow: hidden;background:url(../../../images/sub/product-bg5.png) 100% 50% no-repeat;background-size: cover;}


.products--wrap{display:flex;width:100%;flex-wrap: wrap;}
.products--wrap .box{flex:0 0 50%; margin-bottom:20px; min-height:240px; }
.products--wrap .stit{font-weight:700;font-size:22px;color:#fff;line-height:1.2;letter-spacing:-0.05rem; margin-bottom:10px;}
.products--wrap .stit > span{display: inline-block;width:100%;font-weight:400;font-size:18px;color:rgba(255,255,255,0.8);line-height:1.2;letter-spacing:-0.05rem;margin-top:2px;}

.products--wrap .tit{font-weight:700;font-size:26px;color:#fff;line-height:1.2;letter-spacing:-0.05rem; margin-bottom:10px;}
.products--wrap .tit > span{display: inline-block;width:100%;font-weight:400;font-size:18px;color:rgba(255,255,255,0.8);line-height:1.2;letter-spacing:-0.05rem; margin-top:2px;}
.products--wrap .txt{font-weight:400;font-size:14px;color:#fff;line-height:1.2;letter-spacing:-0.05rem; margin-bottom:15px;}
.products--wrap .btn-view{display: inline-block;min-height:14px; padding-left:24px;background:url(/images/layout/i_search_14.png) 0% 50% no-repeat;font-weight:400;font-size:15px;color:#fff;line-height:1;letter-spacing:-0.05rem;margin-top:10px;}
.products--wrap .box a{display:block; width:100%; height:100%;padding:60px 40px;}

.products--bg1{background:url(../../../images/sub/product-bg1.png) 100% 50% no-repeat;background-size: cover;}
.products--bg2{background:url(../../../images/sub/product-bg2.png) 100% 50% no-repeat;background-size: cover;}
.products--bg3{background:url(../../../images/sub/product-bg3.png) 100% 50% no-repeat;background-size: cover;}
.products--bg4{background:url(../../../images/sub/product-bg4.png) 100% 50% no-repeat;background-size: cover;}
.products--bg5{background:url(../../../images/sub/product-bg5.png) 100% 50% no-repeat;background-size: cover;}

.products--tbg1{background:url(../../../images/sub/product1-top.png) 100% 50% no-repeat var(--concept-color);background-size: cover;}
.products--tbg2{background:url(../../../images/sub/product2-top.png) 100% 50% no-repeat var(--concept-color);background-size: cover;}
.products--tbg3{background:url(../../../images/sub/product3-top.png) 100% 50% no-repeat var(--concept-color);background-size: cover;}
.products--tbg4{background:url(../../../images/sub/product4-top.png) 100% 50% no-repeat var(--concept-color);background-size: cover;}
.products--tbg5{background:url(../../../images/sub/product5-top.png) 100% 50% no-repeat var(--concept-color);background-size: cover;}

.products--sub{position: relative;width:100%;min-height:180px; padding:60px 40px 60px;overflow: hidden;margin-bottom:30px;}
.products--sub .tit{font-weight:700;font-size:30px;color:#fff;line-height:1.2;letter-spacing:-0.05rem;}
.products--sub .tit > span{display: inline-block;font-weight:400;font-size:18px;color:#fff;line-height:1.5;letter-spacing:-0.05rem; margin-left:5px;}

.products--tab{position: absolute;left:40px; bottom:0;}
.products--tab ul{display:flex;}
.products--tab li{margin-left:1px;}
.products--tab li:first-child{margin-left:0px;}
.products--tab a{display:block;padding:12px 20px 13px; background:#618dc2;font-weight:500;font-size:16px;color:#fff;line-height:1;letter-spacing:-0.05rem;border-radius:8px 8px 0 0;}
.products--tab li.active a{background:#fff;color:var(--concept-color);}

#product-tab4 a{padding:12px 30px 13px;}

.round_tab {display: inline-block; width: 100%;margin:0px auto 20px;font-size:0;border:1px solid #dfdfdf; padding:20px 40px; box-sizing: border-box;}
.round_tab::after {clear: both; display: block; content: ""; }
.round_tab li {margin:0px 0 5px;display: inline-block;}
.round_tab li a {display:block;text-align: center; padding:8px 20px;font-weight: 500;font-size:15px; color: #333;line-height:1;letter-spacing:-0.03rem;text-transform:capitalize; border-radius:16px;}
.round_tab li a:hover {color: #fff; background:var(--concept-color) ;}
.round_tab li.active a {color: #fff; background:var(--concept-color) ;}
.round_tab li:first-child{margin-left:0px;}

.product--title{font-weight:700;font-size: 20px; line-height:1; color: var(--concept-color); margin-bottom:20px;}

.line_tab {display: inline-block; width: 100%;margin:0px auto 30px;text-align: center;}
.line_tab ul{display:flex; border-bottom:1px solid #bbb;}
.line_tab li {display: inline-flex;/* width: calc((100% - 3px) / 4)*/; margin-left: 1px; margin-bottom: -1px; border:1px solid #bbb;background:#f9f9f9;border-radius:8px 8px 0 0;}
.line_tab li a {display:block;padding:12px 20px; font-weight:500;font-size:14px;color:#666;line-height:1;letter-spacing:-0.05rem;box-sizing: border-box;}
.line_tab li a:hover {color:var(--concept-color);}
.line_tab li:hover {background:#fff;border:1px solid var(--concept-color);border-bottom-color:#fff; }
.line_tab li.active a {color:var(--concept-color);}
.line_tab li.active {background:#fff;border:1px solid var(--concept-color);border-bottom-color:#fff; }
.line_tab li:first-child{margin-left:0px;}

.sub--menu-wrap{position:relative;width:100%;height:40px;z-index: 2;}
.submenuM{position:relative;width:100%;height:40px;text-align:left;font-weight:600;font-size:15px;line-height:38px;letter-spacing:-0.03em;color:#333;text-transform:capitalize; background:#fff; border:1px solid #dfdfdf; padding:0 50px 0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenuM::before{position: absolute;content: ' ';top: 40%;right:20px;width: 0;height: 0;pointer-events: none;border-style :solid;border-width: 8px 5px 0 5px;border-color: var(--concept-color) transparent transparent transparent;}

.submenu_toggle{display:none;z-index:3;position:absolute;left:0%;top:40px;width:100%;padding:5px 0 0;background:#fff;border:1px solid #dfdfdf;box-sizing: border-box;}
.submenu_toggle li{width:100%; text-align:left;padding:0 30px;border-bottom:1px solid #ebebeb;box-sizing: border-box;}
.submenu_toggle > a{display:flex;align-items:center;width:100%; height:40px; text-align:left;font-weight: 400;font-size:14px;color:#666;line-height:1;letter-spacing:-0.03em;padding:0 20px;border-bottom:0px solid #ebebeb;box-sizing: border-box;}
.submenu_toggle > a.on{font-weight: 500;color:var(--concept-color);}

.products--content{width:100%; min-height:400px; font-weight:400;font-size:2.0rem;color:#333;line-height:1.3;letter-spacing:-0.05rem; }

.products--sec{width:100%;margin-bottom:50px; }
.products--sec .product-tit{font-weight:700;font-size:30px;color:var(--concept-color); line-height:1.2;letter-spacing:-0.05rem; margin-bottom:15px;}
.products--sec .product-list{display:flex;width:100%; border:1px solid #dfdfdf;padding:30px; align-items: center;}
.products--sec .product-left{flex:0 0 50%; padding-right:50px;}
.products--sec .product-right{flex:1;}

.products--sec .product-img{width:100%;text-align:center; margin-bottom:40px;}
.products--sec .product-img img{max-width:100%;}
.products--sec .product-btn{display: inline-block; background:var(--concept-color);border-radius:24px; padding:10px 24px;}
.products--sec .product-btn > span{display: inline-block; background:url(../../../images/layout/i_download.png) 0% 50% no-repeat;padding-left:20px; min-height:12px; font-weight:400;font-size:14px;color:#fff;line-height:1;letter-spacing:-0.05rem;}
 
.no-product{width:100%; height:400px; background:url(../../../images/sub/no-product.png) 50% 50% no-repeat; }

.list--btn{display: inline-block; vertical-align: top; margin-left:15px; background:#003083; border-radius:16px; padding:8px 20px; font-weight:500;font-size:14px;color:#fff;line-height:1;letter-spacing:-0.05rem;}

.recruit--wrap{width:100%;background:#eaedf3;padding:100px 0;}
.recruit{width:100%;max-width:1200px; padding:0; margin:0 auto;}
.recruit ul{display:flex;justify-content: center;}
.recruit li{flex:1; margin-left:40px;}
.recruit li:first-child{margin-left:0px;}
.recruit .imgArea{width:100%;}
.recruit .tit{font-family: 'GongGothicMedium';font-size:34px;color:#333;letter-spacing:-0.05rem;line-height:1.3;margin-bottom:40px;text-align:center;}
.recruit .txt{font-weight:400;font-size:18px;color:#333;letter-spacing:-0.05rem;line-height:1.3;margin-top:20px;text-align:center;}

.cms--img{display:flex;justify-content: center;align-items:center;min-height:280px;padding:20px 5%; background:url(../../../images/sub/csm-bg1.png) 95% 50% no-repeat; background-size:cover; margin-bottom:20px;box-sizing: border-box;}
.cms--img-1{display:flex;justify-content: center;align-items:center;min-height:280px;padding:20px 5%; background:url(../../../images/sub/csm-bg2.png) 60% 50% no-repeat; background-size:cover; margin-bottom:20px;box-sizing: border-box;}
.cms--txt{font-weight:500;font-size:2.2rem;color:#fff;line-height:1.6;text-align:center;text-shadow: 2px 1px 16px rgba(0, 0, 0, .2);}

.csm--wrap{display:block; margin-top:6rem;}  
.csm--wrap.border{border-bottom:1px solid #d9d9d9;padding-bottom:5.0rem;}  
.csm--wrap ul{display:flex;}  
.csm--wrap .leftArea{flex:0 0 280px;}  
.csm--wrap .rightArea{flex:1; border-left:0px solid #dfdfdf;}  
.csm--wrap .tit{font-weight:700;font-size:2.8rem;color:#202229;line-height:1.3; margin-bottom:20px;}
.csm--wrap .box{width:100%; border:1px solid #dfdfdf; padding:40px;box-sizing: border-box;}
.csm--wrap .txt-sec{margin-bottom:20px;}  
.csm--wrap .stit{font-weight:600;font-size:18px;color:#202229;line-height:1.45;margin-bottom:8px;}
.csm--wrap .txt{font-weight:400;font-size:16px;color:#202229;line-height:1.45;margin-bottom:8px;}
.csm--wrap .txt1{font-weight:200;font-size:16px;color:#333;letter-spacing:-0.05rem;line-height:1.5; text-indent:-16px; padding-left:16px; margin-bottom:8px;box-sizing: border-box;}

.sign-area{display:flex;justify-content: center; align-items:center;margin-top:10px; }
.sign-area .sign-img{}
.sign-area .sign-img img{max-width:100%;}
.sign-area span{display: inline-block; margin-right:20px;}

.half--wrap{display:flex; gap:60px;}
.half--wrap > *{flex:1;}
.half--wrap .h--box{display:inline-flex;flex-direction: column; }
.half--wrap .h--tit{font-weight:700;font-size:2.5rem;color:var(--concept-color);line-height:1; margin-bottom:20px;}
.half--wrap .h--txt{font-weight:400;font-size:16px;color:#333;line-height:1.45; margin-bottom:30px; min-height:70px;}
.half--wrap .h--img img{max-width:100%;border:1px solid #ebebeb; box-sizing: border-box;}







/* QA */

/* form */
.form_sty{width:100%;font-size:0;margin:4.0rem 0 2.0rem; border-bottom:1px solid #d9d9d9;padding-bottom:2.0rem;}
.form_sty ul{width:100%;margin-top:20px;}
.form_sty ul:first-child{margin-top:0px;}
.form_sty li{display: inline-block; /*vertical-align:middle;*/}
.form_sty .tit{display: inline-block;width:100px;text-align:left;margin-top:15px;font-weight: 400;font-size: 1.7rem;color: #818181;line-height:1;letter-spacing:-0.05rem;}
.form_sty .tit > p{position:relative;display: inline-block;font-weight: 400;font-size: 1.7rem;color: #818181;line-height:1;letter-spacing:-0.05rem;padding-top:2px;padding-left:12px;}
.form_sty .tit > p::before{position:absolute; left:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size: 1.7rem;color: #ff0000;}

.form_sty .tit2{display: inline-block;width:120px;text-align:left;margin-top:15px;font-weight: 400;font-size: 1.7rem;color: #818181;line-height:1;letter-spacing:-0.05rem;padding-left:20px;box-sizing: border-box;}
.form_sty .tit2 > p{position:relative;display: inline-block;font-weight: 400;font-size: 1.7rem;color: #818181;line-height:1;letter-spacing:-0.05rem;padding-top:2px;padding-left:12px;}
.form_sty .tit2 > p::before{position:absolute; left:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size: 1.7rem;color: #ff0000;}
.form_sty .cont{display: inline-block;width:calc(50% - 100px);text-align:left;font-size: 1.7rem;box-sizing: border-box;}
.form_sty .cont2{display: inline-block;width:calc(50% - 120px);text-align:left;font-size: 1.7rem;box-sizing: border-box;}
.form_sty .cont100{display: inline-block;width:calc(100% - 100px);text-align:left;font-size: 1.7rem;box-sizing: border-box;}

.agreeChk{width:100%;margin-bottom:4.0rem;}
.agreeChk span{position:relative;margin-left:5px;color:#333; font-size:1.7rem;line-height:1; padding-bottom:4px;}
.agreeChk span::before{position:absolute; left:0; bottom:0;content: '';width:100%;height:1px;background: #333;}

/* file */
.filebox_s {position: relative; display:flex;width:100%;font-size:0;} /* input 내부에 찾기버튼 basic */
.filebox_s input[type="file"] {position: absolute; width: 1px;height: 1px;padding: 0; margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0;}
.filebox_s label {/*position: absolute;right:0; top:0;*/ margin-left:10px;width:120px;height:50px;text-align:center;line-height:47px;font-size:1.6rem; color:#818181;font-weight: 400;vertical-align: middle;background: #fff;border:1px solid #d9d9d9;cursor: pointer;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius:0px;transition:all 0.3s;}
.filebox_s .upload-name {flex:1;height:50px;padding:0px 10px;font-size:1.7rem; line-height:47px;color: #818181;font-weight:400;vertical-align: middle;background:#f5f5f5; border:0px solid #e5e5e5; -webkit-appearance: none;-moz-appearance: none;appearance: none;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border-radius:0px;}


.privacyBox{height:400px;overflow-y:auto;font-weight:200;font-size:13px;color:#575757;letter-spacing:-0.05rem;line-height:1.4;margin-top:30px;padding:0 10px;box-sizing: border-box;}
.privacyBox > h3{font-weight:400;margin-bottom:10px;}
.privacyBox > p{margin-bottom:10px;}


.movBox{position:relative;width:100%;background:url(../../../images/sub/mov_bg.png) 70% 50% no-repeat;background-size:cover;padding-top:56.5%;box-sizing: border-box;}
.movBox .play{position:absolute;left:50%; top:50%;transform:translate(-50%, -50%);}
.btn-play{width:74px;height:74px;background:url(../../../images/icon/icon-play.png) 50% 50% no-repeat;text-indent: -9999px;}

.brand_movie{width:100%;}
.brand_movie a.btn i {margin-left: 5px;}
.brand_movie .button_video {width:100%; position: relative;}
.brand_movie .button_video span {position: absolute; right: 0; top: 50%; width: 100%; height: 1px; margin-top: 10px; background: #535354;}
.brand_movie .button_video .button_line {text-align:center; position: relative;}
.brand_movie .button_video a.btn {
    display: inline-block;
    font-size: 15px;
    padding: 12px 20px;
    text-align: center;
    color: #fff;
    background: #001140;
    border-radius: 5px;
    font-weight: 300;
    position: relative;
    z-index: 3;
}

.video_box {position:relative;}
.video_box .movie_btn {position: absolute; left: 50%; top: 50%; transform: translate(-50.1%, -50.1%); text-align: center; z-index:60;}
.video_box .movie_btn p {font-family: 'Montserrat', sans-serif; font-weight: 100; font-size: 18px; color: #fff; opacity: .7; letter-spacing: 1px; padding-top: 10px;}
.video_box .movie_btn button {  
  font-size: 0;
  color: transparent;
  display: inline-block;
  cursor: pointer;
}
.video_box .movie_btn button::before {
  content: "";
  display: inline-block;  
  width: 82px;
  height: 82px;
  background:url(../../../images/icon.png) no-repeat 0 0;    
  background-position:0 -100px;
}

.video_box video {width: 100%;}




























