@charset "utf-8";

/********************************************
	HEADER
********************************************/

#header{position:fixed;top:0;display:flex;justify-content:space-between; align-items: center;width: 100%;height:150px;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:55px;background:url(/images/logo.png) 0% 50% no-repeat;text-indent: -9999px;box-sizing: border-box;}
#header .t--search{position: relative;width:40px;min-height:20px;background:url(/images/layout/i_search_wh.png) 50% 50% no-repeat; text-align:right;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
/*
#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-family: 'Roboto';font-style: normal;font-weight: 400;font-size: 1.3rem; 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(10,34,100,0.9); 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: 450px; 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:1.8rem;letter-spacing:-0.02em;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: #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:7px 0px;font-weight:400;font-size:14px; 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{ font-weight:500;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_ul.on li:nth-child(7){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(8){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(9){ 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:#fff}

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;height:60px; border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);}
#header.bg_on .logoArea{}
#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: 600;font-size:1.6rem;color:#333;}
#header.bg_on .gnb2_a {font-size: 1.4rem;color:#666;}
#header.bg_on a.gnb2_a:hover{ color: #000; }
#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{  background-color: var(--concept-color); } 
#header.bg_on #gnb.on #gnb1_ul:before{ height:400px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
#header.bg_on .t--search{background:url(/images/layout/i_search_20.png) 50% 50% no-repeat;}
/*
#header.bg_on .util a{color:#777;background:url(/images/layout/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:#33353c;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 40px; box-sizing: border-box;}
.mMenu .mTop .logo_s{display:inline-block; width:100%;min-height:40px;background:url(/images/logo_s_wh.png) 50% 50% no-repeat;}
.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: var(--concept-color) transparent transparent transparent;}

.lnav li a {color:#eee; font-size:2.2rem;line-height:1; padding:16px 40px;} 
.lnav > li li a {color:#eee;  font-size:1.8rem;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:#eee;}
.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;
}

/* Msearch */
.Msearch {position:fixed; top:-200%;width:100%; padding:70px 40px 40px;  z-index:9; background:#fff; border-bottom:1px solid #dfdfdf; box-shadow: 0px 1px 8px rgba(0,0,0,0.1); -webkit-overflow-scrolling: touch;}
.Msearch .mclose {position:absolute;  top:20px;right:5%; }
.Msearch .mclose img{max-width:100%;}
.Msearch .msearchBox{display:inline-block; width: 100%;  margin:0px; text-align:center; padding:0px;}
.Msearch .msearchBox > h3{font-weight:500;color:#424242;font-size: 14px;line-height:1.3;margin-bottom:20px;}
.Msearch .searchTb{position:relative;display:inline-block;width:100%; max-width:600px;vertical-align:middle;transition: all 0.3s ease-out}
.Msearch .searchTb input{width:100%;color:#000;font-size:14px;height:45px;padding:0px 50px 0 25px;border:2px solid #000;background:#fff;border-radius:48px;box-sizing:border-box;}
.Msearch .searchTb .btn__search{position: absolute;top:50%;transform:translateY(-50%);right:25px;width:18px;height:18px;background:url(/images/layout/i_search_18.png) 0 50% no-repeat;text-indent: -9999px; z-index: 2;}
.Msearch .searchTb .btn__search input[type=image]{border:0}
.Msearch .searchTb input:focus {outline: none;border-color:var(--concept-color);}

.Msearch input::placeholder {color:#333;font-size:16px;}
.Msearch input:-ms-input-placeholder {color:#333;font-size:16px;}
.Msearch input::-ms-input-placeholder {color:#333;font-size:16px;}
.Msearch input::-webkit-input-placeholder {color:#333;font-size:16px;}
.Msearch input::-moz-placeholder {color:#333;font-size:16px;}

/* 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-notice{width:100%;border-top:1px solid #dfdfdf;overflow:hidden;padding:12px 5%;box-sizing: border-box;}
.footer-notice > ul{display:block; width:100%;max-width:1200px; margin:0px auto;}
.footer-notice li{vertical-align: middle;}
.f-notice{float:left; width:70%;padding-top:10px; padding-right:25px;box-sizing: border-box;}
.f-logo{float:right; width:30%; text-align:right;}
.f-logo img{max-width:100%;}

.f-notice-wrap{display:flex;}
.f-notice-wrap .n-tit{font-weight: 700;font-size:17px;color: #33353c;padding-right:25px;box-sizing: border-box;}
.f-notice-wrap .n-date{font-weight: 500;font-size:14px;color: #666;padding-right:25px;box-sizing: border-box;}
.f-notice-wrap .n-cont{flex:1; font-weight: 500;font-size:14px;color: #666;line-height:1;letter-spacing:-0.01em;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}


.footer{width:100%; margin:0px auto;/*overflow:hidden;*/padding:40px 0; background:#33353c;box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f-inner{width:100%; max-width:1200px; margin:0px auto;}
.footer_menu {width:100%;margin-bottom:30px;}
.footer_menu > a {display:inline-block; font-weight: 500;font-size: 16px;color: #cfcfcf; margin-left:20px;}
.footer_menu > a:first-child{ margin-left:0px;}
.footer_menu .bold{font-weight: 600;color: #fff;}
.footer_menu .blank{display:none;}

.footer .f_cont{width:100%;text-align:left;font-weight:400;color:#cfcfcf; font-size:14px;line-height:1.4;letter-spacing:-0.01em;}
.footer .f_cont > span{position: relative;display:inline-block;font-weight:400;color:#cfcfcf; font-size:14px;line-height:1.4;letter-spacing:-0.01em;padding-left:8px; margin-left:8px;}
.footer .f_cont > span::after{position:absolute;left:0; top:3px;content: ' ';width:1px;height:12px;background:#aaa; }
.footer .f_cont > span:first-child{padding-left:0px; margin-left:0px;}
.footer .f_cont > span:first-child::after{display:none;}

.footer .f_copy{text-align:left;font-weight:200;color:#cfcfcf; font-size:13px;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:4%;}/* basic */
.popupWrap_B{position:relative;display: inline-block; width: 100%;background:#fff;margin:0 auto;}
.popupWrap_A img, .popupWrap_B img{max-width: 100%;}

.icon-close-black{position: absolute;right:20px;top:10px;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:5px;top:0px;width:21px; height:21px;background:url(/images/layout/close_white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-sm{position: absolute;right:0px;top:0px;width:15px; height:15px;background:url(/images/layout/i_close_14.png) 50% 50% no-repeat; text-indent: -9999px; z-index:2}

.popupBox_A{position:relative;width: 100%;padding:25px;background:#fff;margin-top:30px;border-radius:16px;} /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

.p-title {font-weight:700;font-size:18px;line-height:1;color:#222;letter-spacing:-0.02em;margin:0px 0 20px;border-bottom:1px solid #dfdfdf; padding-bottom:10px;}
.txt_sty1{font-weight:500;color:#666; font-size:14px;line-height:1.45;margin-bottom:20px;}

.pop--top{position:fixed;left:50%;top:0px;transform:translateX(-50%);width:100%;max-width:800px; height:40px;background:#dde6f5;box-shadow: 0px 1px 16px rgba(0, 0, 0, .1); z-index:2}
.pop--top.short{position:absolute;}
.pop--tit{font-weight:700;font-size:17px;color: #000;line-height:40px;letter-spacing:-0.05rem;  padding-left:40px;}
.popupBox_B{position:relative;width: 100%;padding:60px 40px;background:#fff;overflow: hidden;} 
.popupBox_B .txt1{font-weight:400;font-size:13px;color: #333;line-height:1.4;letter-spacing:-0.05rem;margin-bottom:10px;} 
.popupBox_B .b-tit{display:block; font-weight:700;font-size:14px;color: #333;line-height:1.4;letter-spacing:-0.05rem;margin-bottom:5px;} 
.popupBox_B .tit{font-weight:600;font-size:13px;color: #333;line-height:1.4;letter-spacing:-0.05rem;margin-bottom:10px;} 

.popupBox_B .sec{padding-top:40px;} 

.privacyBox{height:400px;overflow-y:auto;font-weight:200;font-size:13px;color:#575757;letter-spacing:-0.02em;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;}

.textTb{display: inline-block; width:100%;margin-bottom:20px;}
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:40px;margin-bottom:8px;box-sizing: border-box;}


/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;margin-bottom:40px;}
.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;}

.inner{width:100%;max-width:1200px;margin:0 auto;padding:0;box-sizing: border-box;}

/********************************************
	MAIN
********************************************/

.section_sample{position: relative;display:block;width:100%; min-width:1600px; min-height:3493px; padding:0px;margin:100px auto 0;text-align:center;}
.section_sample img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}

.sub-A{position: relative;display:block;width:100%; min-width:1600px; min-height:2375px; padding:0px;margin:0px auto;text-align:center;}
.sub-A img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}

.sub-A-1{position: relative;display:block;width:100%; min-width:1600px; min-height:2133px; padding:0px;margin:0px auto;text-align:center;}
.sub-A-1 img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}

.section-B{position: relative;display:block;width:100%; min-width:1600px; min-height:1722px; padding:0px;margin:0px auto;text-align:center;}
.section-B img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}

.sub-B{position: relative;display:block;width:100%; min-width:1600px; min-height:2208px; padding:0px;margin:0px auto;text-align:center;}
.sub-B img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}


/* ---------------------- 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 10%;box-sizing: border-box;}
.main-visual-content-inner { }
.main-visual-title {font-family: 'NEXEN_TIRE_Bold';font-size:55px;line-height: 1.2;letter-spacing:0.05rem;color: rgba(255,255,255,1); text-transform:uppercase; opacity:0;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2);}
.main-visual-title br{}
.main-visual-desc {margin-top:2rem;opacity:0; font-weight:500;font-size:24px;color: #fff;line-height: 1.45;will-change: transform;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2); padding-left:5px;box-sizing: border-box;}
.main-visual-desc br{display:none;}
/* .main-visual-desc > span{position: relative;display: inline-block;font-weight:500;font-size: 2.4rem;color: #fff;line-height: 1.3;will-change: transform;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2); padding-left:5px;box-sizing: border-box;}
.main-visual-desc > span:after{position: absolute; left:0; bottom:0px; content: ''; width:100%; height:6px; background:var(--concept-color);} */
.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: 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: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: 14.0rem;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: 14.0rem;height: .2rem;position: absolute;left: 3.4rem;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:34px;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-tit{padding-bottom:5rem;overflow:hidden;}
.section-tit .tit-big{position: relative;font-weight:800;font-size:5rem;color: var(--second-color);line-height:1;letter-spacing:-0.01em;text-transform:capitalize;/* text-transform:uppercase; */}
/* .section-tit .tit-big::after {position:absolute; right:0; top:0;content: ' '; width: 8px;height: 8px; background:var(--concept-color); border-radius:50%;} */
.section-tit .tit-s{font-weight:500;font-size:1.8rem;color:#333;line-height:1.3;letter-spacing:-0.02rem;margin-top:15px;}

.section_1{width:100%;max-width:1200px;margin:0 auto;padding:100px 0;box-sizing: border-box;font-size:0;}
.section_1 ul{display:flex;}
.section_1 li{flex:1; margin-left:30px;padding-top:15px;transition:all 0.2s ease-in-out;box-sizing: border-box;}
.section_1 li:first-child{margin-left:0;}
.section_1 .txtBox{padding:20px 10px 0;box-sizing: border-box;}
.section_1 .txtBox .tit{font-weight:700;font-size:2.4rem;color:#333;line-height:1;letter-spacing:-0.01rem;margin-bottom:10px;}
.section_1 .txtBox .txt{font-weight:500;font-size:1.8rem;color:#333;line-height:1;letter-spacing:-0.01rem;margin-bottom:15px;}
.section_1 .txtBox .more--btn{text-align:right;}
.section_1 li:hover{margin-top:-15px;}
.section_1 li:hover .tit{color:var(--point-color); }
.section_1 li:hover .txt{color:var(--point-color); }

.img--square{position: relative; display: inline-block; width:100%; height:0px;padding-top:100%;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;}
.img--square img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.more--btn{}
.more--btn > span{position: relative;display:inline-block; font-weight:400;font-size:14px;color:#666;line-height:1; padding-bottom:10px;}
.more--btn > span::after {position:absolute; right:0; bottom:0;content: ' '; width:100%;height: 1px; background:var(--second-color);}

.section_2{position:relative;width:100%;margin:0 auto;padding:100px 0;box-sizing: border-box;}
.section_2:before{position:absolute; left:0%; top:0px;content: ' ';width:100%;height:500px;background:#27242e;z-index:-1}
.section_2 .sec_slideArea{width:100%;max-width:1200px;margin:0 auto;padding:0px 80px;box-sizing: border-box;position:relative;}
.section_2 .txtArea{width:100%;max-width:1200px;margin:0 auto;padding:40px 0px 0;text-align:center;box-sizing: border-box;}
.section_2 .txtArea > h3{font-weight:700;font-size:4rem;color:var(--point-color);line-height:1.3;letter-spacing:-0.01rem;margin-bottom:20px;}
.section_2 .txtArea > p{font-weight:500;font-size:2.4rem;color:var(--second-color);line-height:1.3;letter-spacing:-0.01rem;margin-bottom:40px;}
.section_2 .iconArea{display:flex; width:100%;max-width:800px;margin:0 auto;}
.section_2 .iconArea > *{flex:1;padding:0 10px; text-align:center;}
.section_2 .icon{width:100%; margin-bottom:20px;}
.section_2 .icon-tit{font-weight:600;font-size:18px;color:var(--second-color);line-height:1;letter-spacing:-0.01rem;margin-bottom:20px;}
.section_2 .btn{display:inline-flex; width:100%;align-items: center;justify-content: center;}
.section_2 .btn > a{margin-left:20px;}
.section_2 .btn > a:first-child{margin-left:0px;}

.main-icon1{min-height:87px; background:url(/images/main/i-monitor.png) 50% 50% no-repeat; background-size:auto 87px;}
.main-icon2{min-height:87px; background:url(/images/main/i-book.png) 50% 50% no-repeat; background-size:auto 87px;}

.more--btn2{display:inline-block;font-weight:400;font-size:14px;color:#666;line-height:1;padding-right:35px; background:url(/images/layout/i-arrow-blue.png) 100% 50% no-repeat;}
.download-file{display:inline-block;font-weight:400;font-size:13px;color:#666;line-height:1;min-height:12px;padding-right:20px; background:url(/images/layout/i_filedown_blue.png) 100% 50% no-repeat;}

/* section_2 스와이퍼 */ 
.swiper-youtube-container { position:relative; width:100%; margin:0px auto;z-index:1; padding:0px 0 35px;box-sizing: border-box;} 
.swiper-youtube-container .swiper-slide { 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-youtube-container .swiper-slide img{max-width:100%;}

/* 버튼관련 */ 
.section_2 .sec_slideArea .swiper-button-prev,  
.section_2 .sec_slideArea .swiper-button-next{position:absolute; width:18px; height:36px; background-size:18px auto;top:50%;margin-top:-18px;z-index:2;} /*크기*/
.section_2 .sec_slideArea .swiper-button-prev{background-image: url(/images/layout/p_prev_w.png); left: 0px;} /*이미지,위치*/
.section_2 .sec_slideArea .swiper-button-next{background-image: url(/images/layout/p_next_w.png); right:0px;}

.swiper-youtube-container .swiper-pagination {position:absolute;bottom:0px;}
.swiper-youtube-container .swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #444; border:0;}
.swiper-youtube-container .swiper-pagination-bullet-active {width:24px;height:7px;background:var(--second-color);}

.swiper-youtube-container .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper-youtube-container.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0%;bottom:0px;z-index:50;height:2px;width:100%;}
.swiper-youtube-container .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper-youtube-container .swiper-scrollbar-cursor-drag {cursor:move}
.swiper-youtube-container .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

.video-container {width: 100%;height: 0;padding-bottom: 56.25%;overflow: hidden;position: relative;}
.video-iframe { position: absolute;left: 0;top: 0;width: 100%;height: 100%; bottom: 0;}

.section_3{position:relative;width:100%;margin:0 auto;padding:80px 0;box-sizing: border-box;}
.section_3:before{position:absolute; right:0%; top:0px;content: ' ';width:35%;height:100%;background:#f8f8f8;z-index:-1}
.section_3 .sec_slideArea{position:relative; width:100%;max-width:1200px;margin:0 auto;padding:0px;box-sizing: border-box;}
.section_3 .sec-tit{display:flex;align-items: flex-end;padding-bottom:50px;}
.section_3 .b-tit{font-weight:800;font-size:5rem;color: var(--second-color);line-height:1;letter-spacing:-0.01em;text-transform:capitalize;}
.section_3 .b-txt{font-weight:500;font-size:18px;color:var(--second-color);line-height:1.4;letter-spacing:-0.02rem;margin-left:5px;}

/* product 스와이퍼 일경우*/
.swiper-product { position:relative; width:100%; margin:0 auto; padding:0px; }  
.swiper-product .swiper-slide {width:100%;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; padding:0;}
.swiper-product .swiper-slide img{width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}
/* 버튼관련 */ 
.swiper-product .swiper-button-prev,  
.swiper-product .swiper-button-next{width:25px; height: 46px; background-size: 25px auto; z-index:99;} /*크기*/
.swiper-product .swiper-button-prev{background-image: url(/images/layout/prev.png); left: -30px; } /*이미지,위치*/
.swiper-product .swiper-button-next{background-image: url(/images/layout/next.png); right: -30px; }

.swiper-product .swiper-pagination {position:absolute;bottom:0px; display:none;}
.swiper-product .swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #444; border:0;}
.swiper-product .swiper-pagination-bullet-active {width:24px;height:7px;background:var(--second-color);}

.tab-ty1 {display:flex; justify-content: center; width: 100%;max-width:900px;margin-bottom:50px;padding:0;text-align:center;overflow:hidden; box-sizing: border-box;z-index:2; }
.tab-ty1 .swiper-slide {width:auto;padding:0 20px; font-weight:500;font-size:18px;color:#888;line-height:1;letter-spacing:-0.02rem;cursor:pointer;}
.tab-ty1 .swiper-slide-thumb-active{color: var(--concept-color);font-weight:600;}
.tab-ty1 .swiper-slide img{display: inline-block; width:100%;}

.m-product{width:100%; font-size:0;}
.m-product li{display:inline-block;width:50%;box-sizing: border-box;}
.m-product li:first-child{text-align:left;padding-right:50px; }
.m-product .m-tit{font-weight:700;font-size:28px;color:var(--second-color);line-height:1;letter-spacing:-0.02rem;margin-bottom:20px;}
.m-product .m-txt{font-weight:400;font-size:18px;color:var(--second-color);line-height:1.3;letter-spacing:-0.02rem;margin-bottom:20px;}
.m-product .m-desc{font-weight:400;font-size:16px;color:#777;line-height:1.5;letter-spacing:-0.02rem;margin-bottom:30px;}

.product-rimg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #dfdfdf;border-radius:24px; background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.product-rimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #dfdfdf; border-radius:4px;background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.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:100%;overflow: hidden;border:1px solid #dfdfdf; border-radius:4px;background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.slideImg_mid img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.section_4{position:relative;width:100%;margin:0 auto;padding:100px 0;box-sizing: border-box;}
.section_4:before{position:absolute; left:0%; top:0px;content: ' ';width:100%;height:100%;background-size: cover; background:url(/images/main/sec04-bg.png) 0 0 no-repeat; z-index:-1}
.section_4 .sec_inner{position:relative; width:100%;max-width:1200px;margin:0 auto;padding:0px;box-sizing: border-box;}
.section_4 .sec-tit{width:100%;text-align:center;padding-top:70px;background:url(/images/main/sec04-logo.png) 50% 0% no-repeat;font-weight:500;font-size:18px;color:#fff;line-height:1.3;letter-spacing:-0.02rem;margin-bottom:50px;}
.section_4 .sec-tit br{display:none;}
.section_4 .cs-wrap{display:flex;align-items:center;justify-content: center;width:100%; max-width:600px;margin:0 auto;}
.section_4 .cs-wrap > *{flex:1;padding:0 20px; text-align:center;}

.cs-area{display:flex;flex-direction: column;}
.cs-area .num{font-weight:600;font-size:35px;color:#fff;line-height:1;letter-spacing:0rem;}
.cs-area .rtit{margin-bottom:10px;}
.cs-area .rtit > span{display: inline-block; padding:4px 16px; font-weight:500;font-size:14px;color:#fff;line-height:1;letter-spacing:0rem;border-radius:24px; background:#1d1f22;}


/*  SUB LAYOUT :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%; height:450px;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;flex-direction: column; margin:0 auto; height:100%;padding:20px 5% 0; z-index:2;}
#visual .visual-tit{font-weight:800; color:#fff; font-size:4rem;line-height:1;letter-spacing:0rem;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{font-weight: 500; color:rgba(255,255,255,.7);font-size:2.2rem;line-height:1;text-shadow: 1px 1px 16px rgba(0,0,0,0.2); margin-top:10px;-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:relative; 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/subtop-1.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg02{background: url("/images/sub/subtop-2.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg03{background: url("/images/sub/subtop-3.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg04{background: url("/images/sub/subtop-4.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg05{background: url("/images/sub/subtop-5.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg06{background: url("/images/sub/subtop-6.jpg") no-repeat center / cover rgb(255, 255, 255);}

.sub--menu{position:absolute; bottom:0; left:50%; transform:translateX(-50%); display:flex; justify-content:center; align-items:center; width:90%;height:55px; border-radius:16px 16px 0 0; background:rgba(51,53,60,.9); z-index: 2;}
.sub--menu > a{position:relative;padding-left:30px; margin-left:25px;font-weight: 500; color:#fff;font-size:17px;line-height:1;}
.sub--menu > a::before{position:absolute;content: ' ';left:0;top:50%;transform:translateY(-50%); width:5px; height:5px;background:rgba(255,255,255,.5);border-radius:50%;}
.sub--menu > a:first-child{padding-left:0px; margin-left:0px;}
.sub--menu > a:first-child::before{display:none;}
.sub--menu > a.on{color:var(--concept-color);}
.sub--menu > a:hover{color:var(--concept-color);}

.sub--menu-wrap{position:relative;width:100%;height:45px; display:none;z-index: 2;}
.submenuM{position:relative;width:100%;height:45px;text-align:left;font-weight:700;font-size:16px;line-height:38px;letter-spacing:-0.03em;color:#333;text-transform:uppercase; background:#fff; border-bottom:1px solid #dfdfdf; padding:0 50px 0 5%;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:45px;width:100%;padding:8px 0;background:#fff;border-bottom:1px solid #dfdfdf;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenu_toggle li{width:100%; text-align:left;padding:0 30px;border-bottom:1px solid #ebebeb;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenu_toggle > a{display: inline-block;width:100%;text-align:left;font-weight: 400;font-size:15px;color:#666;line-height:40px;letter-spacing:-0.03em;padding:0 5%;border-bottom:0px solid #ebebeb;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenu_toggle > a.on{font-weight: 500;color:var(--concept-color);}


.container {width:100%;margin:6rem 0 8rem;overflow: hidden;}

.location{width:100%;margin:0px 0 15px;}
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:500;font-size:15px;color: #333;line-height: 1;letter-spacing:-0.01em;} 
.location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 5px;height: 5px;background:#dbdbdb;border-radius:50%;margin-left:10px; }
.location .i_home{display: inline-block;width:18px; height:16px;background: url(/images/layout/ico_home.png) 0 50% no-repeat;text-indent: -9999px;}
.location li:first-child{padding-left:0px; }
.location li:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

.title{font-weight:800;font-size:4.5rem;color: var(--second-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:40px;}
.title > em{display: inline-block; width:100%; margin-top:10px;font-style: normal;font-weight:400;font-size:18px;color:#000;line-height:1.45;letter-spacing:-0.01rem;}

.list-typeA{display:block;width:100%;text-align:center;margin:0px auto 40px;font-size:0;}
.list-typeA li{display: inline-block;width:30.3333%; margin-left:4.5%; margin-bottom:4.5%; cursor:pointer;transition:all 0.3s;}
.list-typeA li:nth-child(3n-2){margin-left:0;}


.products--main{position:relative;padding-bottom:20px;}
.products--main .btnArea{position:absolute;left:5%; bottom:0;width:90%;background:rgba(255,255,255, .9); border:1px solid #dfdfdf; padding:10px 5px;display:flex; justify-content: center; align-items: center; border-radius:4px; z-index: 2;}

.product--more{display: inline-block;min-height:18px;background: url(/images/layout/i_plus.png) 0 0 no-repeat; font-weight: 600;font-size:16px;color:var(--second-color);line-height:1; padding-left:24px;box-sizing: border-box;}

.products--tit{position:relative;text-align:left;font-weight: 600;font-size:16px;color:var(--second-color);line-height:1.3; padding-left:20px;box-sizing: border-box;}
.products--tit::before{position:absolute;content: ' ';left:0;top:2px; width:14px; height:14px;background: url(/images/layout/i_plus.png) 0 0 no-repeat; background-size:14px 14px;}

.tit_lg{font-weight:700;font-size:4rem;color: var(--second-color);line-height:1.45;letter-spacing:-0.01rem; margin-bottom:30px;}
.tit_md{font-weight:600;font-size:2.6rem;color: var(--second-color);line-height:1.45;letter-spacing:-0.01rem;margin-bottom:20px;}

.text-m{font-weight:400;font-size:16px;color:#000;line-height:1.45;letter-spacing:-0.01rem;margin-bottom:20px;}

.bullet-list{display: inline-block;width:100%;padding-left:9px;font-weight:400;font-size:16px;color:#666;letter-spacing:-0.02rem;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:8px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.p--section{margin-bottom:40px;}
.txtBox-1{width:100%; border:1px solid #dfdfdf; border-radius:4px;padding:40px;margin:20px 0; box-sizing: border-box;}
.txtBox-1 > *{border-top:1px solid #ebebeb; padding:20px 0;}
.txtBox-1 > *:first-child{border-top:0px solid #ebebeb; padding:0px 0 20px;}
.txtBox-1 .sec{width:100%;}
.tit_s{position:relative;font-weight:500;font-size:2rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01rem;padding-left:28px;margin-bottom:20px;box-sizing: border-box;}
.i--num{position:absolute; left:0; top:3px; display: inline-flex;justify-content: center; align-items: center;width:20px;height:20px;background:var(--concept-color);border-radius:50%;font-weight:500;font-size:13px;line-height:1;color: #fff;}

.products--list{width:100%;}
.products--list ul{width:100%;border-top:1px solid #ebebeb; padding:25px 0; font-size:0;}
.products--list ul:first-child{border-top:0px solid #ebebeb; padding:0px 0 25px;}
.products--list .p--img{display: inline-block;width:300px;}
.products--list .p--cont{display: inline-block;width:calc(100% - 300px); padding-left:40px;box-sizing: border-box;}
.products--list .p--tit-eng{font-weight:700;font-size:18px;color:var(--point-color);line-height:1.45;letter-spacing:-0.01rem;}
.products--list .p--tit{font-weight:700;font-size:18px;color:var(--second-color);line-height:1.45;letter-spacing:-0.01rem; margin-bottom:10px;}
.products--list .p--txt{font-weight:400;font-size:15px;color:var(--second-color);letter-spacing:-0.01rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; word-wrap:break-word; line-height:1.4em;height:2.8em;}
.products--list .p--btn{display: inline-block;width:100%;margin-top:20px;}

.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-weight:700;letter-spacing:-0.0em;color:#333; font-size:16px;margin-bottom:10px;line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.zoom-list .zoom-tit .txt{font-weight:400;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);}

/* paging */
.pagination {display:block;margin:40px 0;text-align: center; font-size:0;overflow: hidden;}
.pagination-button {display: inline-block;width: 30px;height: 30px;border: 1px solid #dfdfdf;border-left: 0;font-weight:400;font-size:12px; color: #666;line-height: 30px;}
.pagination-button:first-child {border-left: 1px solid #dfdfdf;}
.pagination-button:hover,
.pagination-button.active {background-color:#f9f9f9;color:var(--concept-color); font-weight:700;}
.pagination-first, .pagination-prev, .pagination-next, .pagination-last {background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px}
.pagination-first {background-image: url(/images/layout/pagination-first.png)}
.pagination-prev {background-image: url(/images/layout/pagination-prev.png)}
.pagination-next{background-image: url(/images/layout/pagination-next.png)}
.pagination-last {background-image: url(/images/layout/pagination-last.png)}
.pagination-first.disabled {background-image: url(/images/layout/pagination-first-off.png); pointer-events: none;}
.pagination-prev.disabled {background-image: url(/images/layout/pagination-prev-off.png); pointer-events: none;}
.pagination-next.disabled {background-image: url(/images/layout/pagination-next-off.png); pointer-events: none;}
.pagination-last.disabled {background-image: url(/images/layout/pagination-last-off.png); pointer-events: none;}

.flex-start{align-self: flex-start;}

.topArea{min-height:15px; background:url(/images/layout/ico-notice.png) 0 0 no-repeat;font-size:13px;color: #333;line-height:1;letter-spacing:-0.02rem;padding-left:20px;padding-bottom:10px;box-sizing: border-box;}
.topArea > span{font-weight: 700;}

.list--search{display:flex;width:100%; max-width:400px;margin-left:auto; margin-bottom:10px;}
.list--search .selectArea{width:120px;}
.list--search .selectArea select{background-color: transparent;}
.list--search .inputArea{flex:1 1 0;padding-left:5px;}

/* boardView */
.board-view {width:100%;margin:0px auto;overflow: hidden;}
.board-view .subjectBox{display:flex;width:100%;/*flex-wrap: wrap;*/align-items:center;padding:20px;border-top:1px solid #7d7d7d;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .subjectBox .leftArea{flex:1;}
.board-view .subjectBox .rightArea{width:300px;text-align:right;}
.board-view .subject{font-weight:600;color:#333;font-size:2.4rem;letter-spacing:-0.02rem;line-height:1.4;}
.board-view .stit{display: inline-block;font-weight:500;font-size:14px;line-height:1;color:#6b6b6b; margin-right:10px;}
.board-view .date{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b; margin-right:20px;}
.board-view .hit{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{display: inline-flex; flex-wrap: wrap;width:100%; padding:15px 20px; border-bottom:1px solid #dfdfdf; box-sizing: border-box;}
.board-view .file_box > a{width:100%; margin-top:12px;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box > a:first-child{margin-top:0px;}

.board-view .content_box{display: inline-block; width:100%; padding:40px 20px; min-height:200px;box-sizing: border-box;}
.board-view .content_box .imgBox{display: inline-block; width:100%; text-align:center;}
.board-view .content_box img{max-width:100%;}
.board-view .content_box table{max-width:100%; margin-top:10px;border-top:1px solid #333;}
.board-view .content_box table td{padding:12px 5px;vertical-align:middle;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;word-wrap: break-word;word-break: keep-all;}
.board-view .content_box p{margin-bottom:20px;font-weight:400;font-size:15px;color:#666;line-height:1.45;}

.board-view .btnBox{display:flex;width:100%;justify-content: space-between; align-items: center; padding:20px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .btnBox .item1{flex:1;padding:0 10px;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .item2{width:80px;text-align:center;}
.board-view .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-view .btnBox .s-txt{font-weight: 400;font-size:15px;line-height:28px;color:#888;}

.board-btn-prev{display:inline-block;font-weight: 500;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: 500;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;}
.i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  }
.i_new{display:inline-block;width:16px;height:16px;background:url(/images/layout/i_new.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_secret{display:inline-block;width:12px;height:16px;background:url(/images/layout/ico_secret.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_reply{display:inline-block;width:20px;height:15px;background:url(/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}

/* board list-tb */
.boardList {width:100%;margin:0px auto; font-size:0;border-top:1px solid #333;}
.boardList ul {display:flex; width:100%;/*flex-wrap: wrap;*/justify-content: space-between;align-items: center; border-bottom: 1px solid #dfdfdf;width:100%;}
.boardList .list-head{background-color: #fafafa;height:40px;text-align:center;}
.boardList .list-body{background-color: #fff;padding:10px 0px;}

.boardList .etc-blank{flex:0 0 0px;}
.boardList .stit_mo{position: relative;display:none;font-weight: 200;font-size:12px;color:#888;line-height:1;letter-spacing:-0.02rem;margin-right:5px; padding-right:7px; }
.boardList .stit_mo::after {background:#dfdfdf; right:0; top:1px; width:1px; height:10px;display: block; position: absolute; content: ""; z-index: 1;}

.boardList .tit-chkbox{flex:0 0 50px;}
.boardList .tit-no{flex:0 0 60px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-subject{flex:1;font-weight: 500;font-size:14px;color:#333;line-height:1; padding:0 10px;} 
.boardList .tit-name{flex:0 0 100px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-file{flex:0 0 80px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-hit{flex:0 0 80px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-date{flex:0 0 100px;font-weight: 500;font-size:14px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}

.boardList .chkbox{flex:0 0 50px;text-align:center;}
.boardList .no{flex:0 0 60px;font-size:14px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:14px;color:#333;line-height:1.3; padding:0 10px;text-align:left;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} 
.boardList .name{flex:0 0 100px;font-size:14px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:14px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:14px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 100px;font-size:14px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}

.boardList .nodata{flex:0 0 100%; padding:80px 0px;font-size:14px;color:#666;line-height:1;text-align:center;}

/* ...줄임표 옆 아이콘적용시 */
.subject--wrap {display:inline-flex; width: 100%; height: 100%;align-items: center;justify-content: space-between;}
.subject--wrap .b-subject {flex:1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:2.0rem;}
.subject--wrap .list--type {width:80px;margin-left:4px;text-align:right}
.sp--icon {display: inline-block;vertical-align: middle;border-radius:24px; padding:8px 12px 8px;font-weight:500;font-size:13px;line-height:1;}
/* ...줄임표 옆 아이콘적용시 END */
/* board End */

.round_tab {display: inline-block; width: 100%;margin:0px auto 20px;text-align: center;font-size:0; }
.round_tab::after {clear: both; display: block; content: "";}
.round_tab li {margin:0px 1px 5px;display: inline-block;}
.round_tab li a {border: 1px solid #dfdfdf;background:#fff; text-align: center; padding:10px 16px;font-weight: 500;font-size: 14px; color: #333;line-height:1;letter-spacing:-0.03rem;text-transform:capitalize;display:flex; align-items: center; border-radius:16px; box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.round_tab li a:hover {color: #fff;border: 1px solid var(--concept-color);background:var(--concept-color)}
.round_tab li.active a {color: #fff;border: 1px solid var(--concept-color);background:var(--concept-color)}
.round_tab li:first-child{margin-left:0px;}

/* form */
.form_sty1{width:100%;margin:15px 0 40px;border-top:1px solid #666; font-size:0;box-sizing: border-box;}
.form_sty1 ul{width:100%;margin-top:0px;border-bottom:1px solid #dfdfdf;padding:10px 0px;}
.form_sty1 ul:first-child{}
.form_sty1 li{display: inline-block; vertical-align:middle;}
.form_sty1 li.top{vertical-align:top;padding-top:10px;}
.form_sty1 .tit{display: inline-block;width:150px;}
.form_sty1 .tit > span{position:relative;display: inline-block;font-weight:500;font-size: 14px;color: #333;line-height:1;letter-spacing:-0.02rem;}
.form_sty1 .tit > span.required{padding-right:10px;}
.form_sty1 .tit > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty1 input[type=radio] + label{padding-left:20px; margin:5px 10px 5px 0;}
.form_sty1 .cont{display: inline-block;width:calc(100% - 150px);}
.form_sty1 .txt{display: inline-block;padding:0 10px;font-weight:400;font-size: 13px;color: #333;line-height:40px;letter-spacing:-0.02rem;}
.form_sty1 .txt-bold{font-weight:700;font-size: 14px;color: #333;line-height:40px;letter-spacing:-0.02rem;}
.form_sty1 .txt-bold > span{font-weight:400;font-size: 13px;color: #666;line-height:40px;letter-spacing:-0.02rem;}
.form_sty1 a{vertical-align:middle;}
.form_sty1 .cont-txt{display:flex;align-items: center; min-height:24px; font-weight:400;font-size: 14px;color: #333;line-height:1.2;letter-spacing:-0.02rem;}

.form_sty1.application{width:100%;margin:0px 0 40px;border-top:0px solid #666;}
.form_sty1.application ul{padding:16px 0px;}
.form_sty1 .tit-full{display: flex;align-items: center;flex-wrap: wrap; width:100%;margin-bottom:10px;}
.form_sty1 .cont-full{display: inline-block;width:100%;}

.file--name{display:inline-block;margin-left:10px;font-weight: 400;font-size:13px;line-height:20px;color:#666;}
.file--del{font-weight: 400;font-size:13px;line-height:1;color:#666;background:url(/images/layout/btn_close_14.png) 0 50% no-repeat;padding-left:20px;margin-top:10px;box-sizing: border-box;}

/* file upload */
.inputfile-wrap {position: relative;display: flex; width: 100%;}
.inputfile-wrap input[type="file"] {position: absolute;width: 1px;height: 1px;margin: -1px; padding: 0; border: 0; overflow: hidden;clip: rect(0, 0, 0, 0);}
.inputfile-wrap label.btn {display: block;width: 100px;height:40px;margin-left: 10px; color:#262729;border:1px solid #262729;background:#fff;line-height:40px;padding:0px 5px;text-align:center; font-size:15px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
.inputfile-wrap input{width:100%;height:40px;padding:0 10px;border:1px solid #dfdfdf;background:#fff;color:#666; border-radius:4px; font-size:14px;box-sizing:border-box;transition: border-color 0.15s ease-in-out;}
.inputfile-wrap input:focus {outline: none;background-color:#fff;border-color:var(--concept-color);}

.wr_box{display: inline-block; width:100%; margin:0px auto 15px;text-align:center; }
.wr_box textArea{display: inline-block;width:100%;border:1px solid #dfdfdf;background:#fafafa; height:150px; padding:10px; white-space: pre-wrap; color:#444; font-size: 13px;line-height:1.3;font-weight:400;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.wr_box textArea:focus {outline: none;border-color:#b1b1b1}
.right-chkBox{display: inline-block; width:100%; text-align:right; margin:0px auto 20px;}

.f-group-A {display:flex;width:100%;margin:0px;align-items:center;}
.f-group-A > * {margin-left:10px;}
.f-group-A > *:first-child { margin-left: 0;}
.f-group-A .select-w{width:30%;} /* 모바일 100% */
.f-group-A .w1{width:50%;}
.f-group-A .w2{width:100px;}
.f-group-A .input-w{flex: 1;}
.f-group-A .sm{min-width:10px;text-align:center;font-weight:400;font-size:14px;color:#333;}

/* 오시는 길 */
.map-content{width:100%;margin:40px 0px;height:640px;box-sizing: border-box;}
.map-contacts {display:block;width:100%;max-width:1200px; overflow: hidden;padding:0px 5%;margin:0px auto;font-size:0;box-sizing: border-box;}
.map-contacts ul{display: inline-block;width:100%; margin-bottom:20px;}
.map-contacts .c_title{display: inline-block;width:200px;text-align:left;font-weight:700; font-size:20px;color:#000;letter-spacing: -0.02em;line-height:1.4;}
.map-contacts .c_content{display: inline-block;width:calc(100% - 200px);text-align:left;font-weight:500;color:#202229;font-size:18px;letter-spacing: -0.03em;line-height:1.4;}

/*제품상세 */
.products--detail{display:flex;margin:0px 0 60px;}
.products--detail .detail--img{flex:0 0 50%;}
.products--detail .detail--txt{flex:1; padding-left:40px;box-sizing: border-box;}
.products--detail .stit{font-weight:600;font-size: 40px;color: #000;line-height:1.3;letter-spacing:-0.02rem;margin-bottom:15px;}
.products--detail .desc{font-weight:400;font-size: 16px;color:var(--second-color);line-height:1.45;letter-spacing:-0.02rem;margin-bottom:20px;}
.products--detail .btn--area{margin-top:20px;}
.products--detail .file_box{display: inline-flex;flex-wrap: wrap; width:100%;}
.products--detail .file_box > a{width:100%; margin-top:10px;font-size:14px;line-height:1;color:#6b6b6b;}
.products--detail .file_box > a:first-child{margin-top:0px;}

/*tab menu*/
.tab_cate {height:37px;border-bottom:1px solid #333;margin:0px 0 40px;}
.tab_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
.tab_cate ul {overflow:visible;zoom:1;}
.tab_cate li {margin-left:-1px;float:left;overflow:visible;}
.tab_cate li span{height:36px;color:#666;padding:0 25px;font-size:16px;font-weight:500;line-height:37px;background-color:#f5f5f5;text-align:center;display:block;text-decoration:none !important;position:relative;}
.tab_cate li.active span{height:37px;color:#333;line-height:38px;font-weight:700;background-color:#fff;z-index:2;}
.tab_cate li:first-child {margin-left:0 !important;}
.tab_cate li span:after {border-width:1px 1px 0 1px;border-style:solid;border-color:#ddd;cursor:pointer;display:block;position:absolute;top:0;right:0;bottom:0;left:0;content:''; border-radius:4px 4px 0 0;}
.tab_cate li.active span:after {border-color:#333;}


.detail--cont{width:100%;margin:0px 0 60px;font-weight:400;font-size: 16px;color:var(--second-color);line-height:1.45;letter-spacing:-0.02rem;}
.detail--cont p{margin-bottom:10px;}

.related--cont{width:100%; padding:80px 0; background:#f9f9f9; }
.related--cont .products--main{padding-bottom:10px;}

.company-top{padding-top:20px;}
.company-top{width:100%;margin-bottom:6rem;box-sizing: border-box;}
.company-top > h3{font-weight:700;font-size:5rem;color: var(--second-color);line-height: 1;letter-spacing:-0.05rem;text-transform:uppercase; margin-bottom:15px;}
.company-top > p{font-weight:400;font-size:3rem;color: var(--second-color);line-height: 1.3;letter-spacing:-0.05rem;}

.company-mid{display:flex;width:100%;}
.company-mid .leftArea{position:relative;flex:0 0 45%;padding:6rem 0% 0rem 5%;text-align:right;box-sizing: border-box;}
.company-mid .leftArea:before{position:absolute; left:0%; top:0px;content: ' ';width:85%;height:100%;background: #e9e9e9; z-index:-1}
.company-mid .rightArea{flex:1; padding:0rem 10% 5rem 5%;box-sizing: border-box;}

.text-s{font-weight:500;font-size:18px;color:var(--second-color);letter-spacing:-0.02em;line-height:1.5;margin-bottom:20px;}





.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/layout/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%;}




























