@charset "utf-8";
/********************************************
	HEADER
********************************************/

#header{position:fixed;top:0;width: 100%;height:150px;margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;z-index: 3;}
#header .header__inner{display:flex;justify-content:space-between; align-items: center; width:1440px;height:100%;margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}
#header .logoArea{width:300px;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:80px;background:url(/images/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/icon/ico_arrow1.png) 0% 50% no-repeat; padding-left:17px;margin-left:10px;font-family: 'Roboto';font-style: normal;font-weight: 400;font-size: 13rem; letter-spacing:-0.02em;line-height:1;color:rgba(255,255,255, .6);}
#header .util a:first-child{background:none; padding-left:0px;margin-left:0px;}
#header .util a.on{color:#fff;}

#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(20,20,20,0.8); border-bottom:0px solid #ebebeb;position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.5s; }
#gnb.on #gnb1_ul:before{ height: 350px; 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: 700;color:rgba(255,255,255, .9); text-decoration:none; font-size:18rem;letter-spacing:-0.02em;text-transform:capitalize;}
.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: #fff; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px; background-color: #fff; 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; }

.gnb2_ul .gnb2_ul_box { border-top:0;padding:0; }
.gnb2_a {display:block;padding:8px 0px;font-weight: 200;font-size: 15rem; letter-spacing:-0.02em;line-height:1.3;color:rgba(255,255,255, .8);text-align:center;text-decoration:none;position: relative; z-index: 1; }
a.gnb2_a:hover{ color: #fff; }

.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;*/ }

.gnb2_a:focus, .gnb2_a:hover {color:#fff}

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{height:70px;border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);}
#header.bg_on .logo{min-height:40px;background:url(/images/logo_s.png) 0% 50% no-repeat;}
#header.bg_on #gnb .gnb1_li {line-height:40px;}

#header.bg_on .gnb2_ul {top:40px;}
#header.bg_on .gnb1_a {font-weight: 500;font-size:16rem;color:#333;}
#header.bg_on .gnb2_a {font-size: 14rem;color:#666;}
#header.bg_on a.gnb2_a:hover{ color: #333; }
#header.bg_on #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;}
#header.bg_on #gnb .gnb1_li > a:after{ display: none;/* background-color: #00a1e2;*/ } 
#header.bg_on #gnb.on #gnb1_ul:before{ height: 290px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }

#header.bg_on .util a{color:#777;background:url(/images/icon/ico_arrow1_bl.png) 0% 50% no-repeat;}
#header.bg_on .util a.on{font-weight: 500;color:#333;}

#header.bg_on .hamburger-inner,
#header.bg_on .hamburger-inner:after,
#header.bg_on .hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333 !important;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}


/*모바일메뉴 */
#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: #fff;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: #fff;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);}

/* 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(20,20,20,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/icon/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 #666; padding:4px 16px; border-radius:16px;font-weight: 400;font-size:14px;color: #aaa;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: #fff;line-height:1;border:2px solid #fff;}

.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: #fff 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: #00a1e2 transparent transparent transparent;}

.lnav li a {color:#aaa; font-size:22rem;line-height:1; padding:16px 40px;} 
.lnav > li li a {color:#aaa;  font-size:18rem;line-height:1;font-weight: 400;padding: 12px 40px 12px 50px;}
.lnav li.open {}
.lnav li.open a{color:#fff;}
.lnav li.open li a {color:#aaa;}
.lnav li.open li a:hover{color:#fff;}
.lnav li.active a{color:#fff;}
.lnav li li.active a{color:#fff;}
.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/icon/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;background:#000f47;}
.footer:after {content:""; display:block; clear:both; height:0;}

.footer_top {width:100%;background:#fff;padding:16rem 0;}
.footer_top .f_inner{display: flex;width:1400px;margin:0 auto; justify-content:flex-end;align-items: center;background:#fff;}
.footer_top .f_inner > a{margin:0 40px;}

.footer > ul{display:flex; margin:0px auto;width:100%; max-width:1400px; padding:40px 0px;}
.footer .f_logo{width:300px;text-align:left;min-height:36px;background:url(/images/f_logo.png) 0% 0% no-repeat;text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont p{text-align:left;font-weight:400;color:rgba(255,255,255, .6); font-size:14px;line-height:1.4;letter-spacing:-0.01em;margin-bottom:5px;}
.footer .f_cont p > span{font-weight:200;color:rgba(255,255,255, .3); font-size:10px;line-height:16px;letter-spacing:-0.01em;margin:0 8px;}
.footer .f_cont .copy{text-align:left;font-weight:200;color:rgba(255,255,255, .6); 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/icon/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/icon/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/icon/i_close_14.png) 50% 50% no-repeat #f03844;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:0px;}

.main-visual {/*max-height:1040px;*/ height: 100vh; 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:100%;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 15%;box-sizing: border-box;}
.main-visual-content-inner { }
.main-visual-title {font-family: 'Roboto'; font-style: normal; font-weight: 700;font-size:80rem;line-height: 1;letter-spacing:0.03em;color: rgba(255,255,255,0.95); text-transform:capitalize; opacity:0;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2);}
.main-visual-title br{}
.main-visual-desc {padding-top:30rem;font-weight: 400;font-size: 24rem;color: #fff;line-height: 1.3;opacity:0; will-change: transform;text-shadow: 1px 1px 16px rgba(0, 0, 0, .1); padding-left:5px;box-sizing: border-box;}
.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:50rem;left: 15%;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: 4.5rem; height: 4.5rem; background: #fff; border-radius: 50%; }
.main-visual-btn_play:after { content: ''; border-top: 0.5rem solid transparent; border-left: 0.7rem solid #0f4c82; border-bottom: 0.5rem solid transparent; position: absolute; top: 50%; left: 50%; width: auto; height: auto; margin-left: -0.2rem; margin-top: -0.5rem; z-index: 2;}
.main-visual-loaded .swiper-navigation {opacity:1;}

.main-visual .swiper-pagination {font-size:14rem; font-weight:700; color:#fff;}
.main-visual .swiper-pagination-current {font-weight:700; color:#fff;width: 30rem;margin-left: 0rem;}
.main-visual .swiper-pagination-total {margin-right:0;margin-left:0;width: 30rem;}
.main-visual .swiper-progress__hidden-space {display: inline-block;vertical-align: middle;width: 140rem;height: 2rem;margin: 0 0px 0 3rem;position: relative;}
.main-visual .swiper-progress__hidden-space:before {display:none;}
.main-visual .swiper-progress__wrap {display: block;width: 140rem;height: 2rem;position: absolute;left: 34rem;top: 50%;margin-top:-1px;background: rgba(255,255,255,0.5);overflow: hidden;}
.main-visual .swiper-progress {display: block;width: 0;height: 100%;background: #fff;}

.main-visual .swiper-pagination-current.include-zero:before {content : '0'}
.main-visual .swiper-pagination-total.include-zero:before {content : '0'}

.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;}

.m--scroll {bottom:20px;left:50%;width:50px;margin-left:-25px; overflow: hidden;position: absolute;z-index:2;text-align: center;}
.m--scroll {animation: scrollAni 2.0s ease-in-out reverse; animation-iteration-count: infinite; 
	-webkit-animation: scrollAni 2.0s ease-in-out reverse; -webkit-animation-iteration-count: infinite; 
	-moz-animation: scrollAni 2.0s ease-in-out reverse; -moz-animation-iteration-count: infinite; 
}
 @keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-webkit-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-moz-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}

/* main-section */

.section{position: relative;width:100%;  border-bottom:1px solid #dfdfdf; margin:0 auto; padding:0px;font-weight:400;font-size:18rem;color: #333;line-height: 1.45;letter-spacing:-0.03em;}
.inner{width:1400px;margin:0 auto;padding:80px 0px;min-height:600px;}
.bg__gray{background:#fafafa;}

.title{font-weight:700;font-size:50rem;color: #1a1a1a;line-height: 1;letter-spacing:-0.01em;text-transform:capitalize;margin-bottom:0rem;}
.title > em{display:inline-block; width:100%;font-weight:700;font-size:24rem;color: var(--concept-color);line-height: 1.45;letter-spacing:-0.01em;text-transform:none; margin-top:10rem;}
.title > span{display:inline-block; width:100%;font-weight:500;font-size:18rem;color: #666;line-height: 1.45;letter-spacing:-0.01em;text-transform:none; margin-top:10rem;}

/* textType  */
.tit_lg{font-weight:700;font-size:30rem;line-height:1.3;letter-spacing:-0.01em;color:#333;text-transform:capitalize;margin-bottom:40rem;}
.tit_m{font-weight: 500;font-size:20rem;color: #333;line-height: 1;letter-spacing:-0.03em;background:url(/images/icon/i_chk_bl.png) 0% 50% no-repeat;padding-left:26px;min-height:16px;margin-bottom:40rem;}
.tit_mid{font-weight: 500;font-size:20rem;color: #333;line-height: 1;letter-spacing:-0.03em;margin-bottom:30rem;}

.text-list{font-weight:200;font-size:18rem;color:#333;letter-spacing:-0.02em;line-height:1.5; text-indent:-16px; padding-left:16px; margin-bottom:8px;box-sizing: border-box;}
.text-lg{font-weight:600;font-size:20rem;letter-spacing:-0.02em;line-height:1.45;color:#333;}
.text-m{font-weight:400;font-size:17rem;letter-spacing:-0.02em;line-height:1.6;margin-bottom:30rem;}
.text-s{font-weight:400;font-size:15rem;letter-spacing:-0.02em;line-height:1.6;}

.txt-list-1{position:relative;text-align:left;font-weight:400;font-size:17rem;color:#333;line-height:1.45; padding-left:20px;box-sizing: border-box;margin-bottom:10px;}
.txt-list-1::before{position:absolute;content: '▶';left:0;top:2px; font-size:13px; color:#333; }
.txt-list-2{position:relative;text-align:left;font-weight:400;font-size:17rem;color:#333;line-height:1.45; padding-left:20px;box-sizing: border-box;margin-bottom:10px;}
.txt-list-2::before{position:absolute;content: '▷';left:0;top:2px; font-size:13px; color:#333; }


.sec_0{width:1400px;margin:0 auto;padding:100px 0px;text-align:center;}
.sec_0 .s_tit{margin-bottom:20px;text-transform:capitalize;font-weight:700;font-size:40rem;line-height: 1.3;color: #333;}
.sec_0 .s_txt{margin-bottom:60px;font-weight:400;font-size:18rem;line-height: 1.45;color: #666;}
.sec_0 .s_txt > span{display:inline-block;width:100%;margin-top:0px;font-weight:200;font-size:16rem;line-height: 1.45;color: #666;}
.sec_0 .s_img{width:100%;text-align:center;}

.sec_0_mid{width:100%; max-width:1200px; margin:60px auto 0; }
.sec_0_mid > ul{display:flex;}
.sec_0_mid > ul li{flex:1; margin-left:25px;  position:relative; display: inline-block; border:1px solid #f1f1f1; background:#fff;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1); border-radius:4px; box-sizing: border-box;}
.sec_0_mid > ul li:first-child{margin-left:0px;}
.sec_0_mid .box-tab{display:inline-block;width:100%;text-align:center;background:#d71d29;font-weight:600;font-size:20px;color:#fff;letter-spacing:-0.02rem;line-height:1.3;text-shadow: 0px 2px 2px rgba(0,0,0,0.3);padding:15px; border-radius:4px; box-sizing: border-box;}
.sec_0_mid li.first .box-tab{background:#264197;}
.sec_0_mid li.second .box-tab{background:#4cbaee;}
.sec_0_mid .text-wrap{padding:25px;box-sizing: border-box;}
.sec_0_mid .text-wrap > section{margin-bottom:20px;}
.sec_0_mid .box-line{display:inline-block;width:100%;text-align:center;border:1px solid #d71d29;font-weight:500;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.3;padding:8px; border-radius:4px; box-sizing: border-box; margin-bottom:10px;}
.sec_0_mid li.first .box-line{border:1px solid #264197;}
.sec_0_mid li.second .box-line{border:1px solid #4cbaee;}
.sec_0_mid .box-txt{text-align: left; font-weight:500;font-size:14px;color:#333;letter-spacing:-0.02rem;line-height:1.3; padding:0 10px;box-sizing: border-box;margin-top:8px;}
.sec_0_mid .box-desc{text-align: left; font-weight:400;font-size:13px;color:#666;letter-spacing:-0.02rem;line-height:1.3; padding:0 10px;box-sizing: border-box;margin-top:4px;}
.sec_0_mid .box-img{position:absolute; bottom:20px; left:50%;transform:translateX(-50%); padding-left:0px;box-sizing: border-box;}
.sec_0_mid .box-img img{max-width:100%; }

.sec__tab{width:100%;margin-bottom:40px;}
.sec__tab ul{position:relative;display:flex; width:100%;}
.sec__tab ul:before{position:absolute;left:0;bottom:0px;content: '';width:100%; height:1px;background:#333;z-index:-1;}
.sec__tab li{}
.sec__tab li a{display: block;font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:16px; color: #666;line-height:1;padding: 14px 40px;border:1px solid #dfdfdf;border-bottom: 0;background:#f9f9f9;box-sizing: border-box;}
.sec__tab li.active a{font-weight:500;border-top:1px solid #333;border-left:1px solid #333;border-right:1px solid #333 !important;border-bottom:1px solid #fff !important;background:#fff;color: #000;}
.sec__tab li:not(:last-child) a{border-right-width: 0;}

.sec1_content{width:100%;padding:40px 0px;margin-bottom:40px;}
.sec1_content .work_A{width:100%; padding:20px 40px;box-sizing: border-box;}
.sec1_content .work_A > ul{display:flex;gap:40px;} 
.sec1_content .work_A > ul > *{flex:1; }
.sec1_content .work_A .infoContent{}
.sec1_content .work_A .imgContent{flex:0 0 50%; display:inline-flex; justify-content: flex-end;}
.sec1_content .work_A .infoContent > p{line-height:1.45; margin-bottom:10px;}

.sec2_content{width:100%;padding:40px 0px;margin-bottom:40px;}
.sec2_content .work{width:100%; padding:20px 40px 0px;} 

.sec3_content{width:100%;padding:40px 0px;margin-bottom:40px;}
.sec3_content > section{width:100%; margin-top:60px; padding:0px 40px;box-sizing: border-box;}
.sec3_content > section:first-child{ margin-top:0px;}
.sec3_content .work{width:100%; padding:20px 40px 0px;box-sizing: border-box;}

.flexWrap{display:flex; gap:40px;}
.flexWrap.mid{max-width:1000px; margin:0 auto;}
.flexWrap > *{flex:1;}

.no_page{width:100%;text-align:center;background:url(/images/main/nopage.png) 50% 100px no-repeat; padding:230px 0 100px;font-weight:400;font-size:16px; color: #666;line-height:1;}

.imgArea{display:inline-block;width:100%;margin-top:60px;}

.sec_link{display: flex;width:100%; margin:60px auto 0; justify-content:center;align-items: center;}
.sec_link > a{margin:0 40px;}

/* form */
.form_sty{width:85%;font-size:0;margin:40rem auto; border-bottom:0px solid #d9d9d9;}
.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: 17rem;color: #666;line-height:1;letter-spacing:-0.02em;}
.form_sty .tit > p{position:relative;display: inline-block;font-weight: 400;font-size: 17rem;color: #666;line-height:1;letter-spacing:-0.02em;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: 17rem;color: #ff0000;}

.form_sty .tit2{display: inline-block;width:120px;text-align:left;margin-top:15px;font-weight: 400;font-size: 17rem;color: #666;line-height:1;letter-spacing:-0.02em;padding-left:20px;box-sizing: border-box;}
.form_sty .tit2 > p{position:relative;display: inline-block;font-weight: 400;font-size: 17rem;color: #666;line-height:1;letter-spacing:-0.02em;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: 17rem;color: #ff0000;}
.form_sty .cont{display: inline-block;width:calc(50% - 100px);text-align:left;font-size: 17rem;box-sizing: border-box;}
.form_sty .cont2{display: inline-block;width:calc(50% - 120px);text-align:left;font-size: 17rem;box-sizing: border-box;}
.form_sty .cont100{display: inline-block;width:calc(100% - 100px);text-align:left;font-size: 17rem;box-sizing: border-box;}

.form_sty.eng .tit{width:150px;}
.form_sty.eng .cont{width:calc(50% - 150px);}
.form_sty.eng .cont100{width:calc(100% - 150px);}

.agree_box{width:85%; margin:0 auto 30px;}
.agree_box textArea{display: inline-block;width:100%;border:1px solid #ddd;background:#f1f1f1; height:250px; padding:30px; white-space: pre-wrap;font-weight:200; color:#666; font-size: 14px;line-height:1.3;}
.agree_box textArea:focus {outline: none;border-color:#b1b1b1}
.agree_box .chk{width:100%;margin-top:15px;}

/* list style */
.bullet-list{display: inline-block;width:100%;padding-left:9px;font-weight:400;font-size:18rem;color:#333;letter-spacing:-0.02em;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:12px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.textTb{display: inline-block; width:100%;margin-bottom:30px;}
.textTb .tit1{font-weight: 500;color:#333;font-size:18rem;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#555;font-size:16rem;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#555;font-size:16rem;line-height:1.45;letter-spacing:-0.01em;margin-bottom:20px;}
.textTb .txt3{color:#555;font-size:16rem;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:10px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:16rem;line-height:1.45;letter-spacing:-0.01em;padding-left:40px;margin-bottom:10px;box-sizing: border-box;}





























