@charset "utf-8";

/********************************************
	HEADER
********************************************/

#header{position:fixed;top:0;display:flex;justify-content:space-between; align-items: center;width: 100%;height:90px;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:40px;background:url(/images/layout/logo-sub.png) 0% 50% no-repeat;text-indent: -9999px;box-sizing: border-box;}
#header .btn-language{position: relative;display:inline-block;width:40px; min-height:26px;background:url(/images/layout/i--earth.png) 50% 50% no-repeat; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
.languagebox{display:none;z-index:100;position:absolute;right:calc(5% + 50px);top:85px;width:60px;background:#fff;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.3);box-shadow:1px 1px 5px rgba(0,0,0,.3);border-radius:0px; }
.languagebox ul{}
.languagebox li{display:flex; align-items: center;width:100%;height:24px;text-align:center;justify-content:center; }
.languagebox li a{font-weight: 500;font-family: 'Pretendard';font-size:12px;line-height:1;color:#333;}
.languagebox li.active{ background: var(--concept-color); }
.languagebox li.active a{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;border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.5s; }
#gnb.on #gnb1_ul:before{ height:430px; 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 60px 0 0; margin-right:30px;}
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-weight:500;color:rgba(0,0,0, 1); text-decoration:none; font-size:1.7rem;letter-spacing:-0.02em;text-transform:uppercase;text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .1);}
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:50px; padding-top:15px;  width: 100%; left: 0; right: 0; opacity: 0; }
.gnb2_ul li{ position: relative; top: 0px; opacity: 0; }
#gnb .gnb1_li > a{ position: relative; transition: 0.3s;cursor: pointer; z-index: 6;}
#gnb .gnb1_li:hover > a{ color:var(--concept-color); }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px; background-color: var(--concept-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 50; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }

.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(0,0,0, .8);text-align:left;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{ font-weight:500;color: #333; }

.gnb2_ul li > p{padding:7px 0px 10px;font-weight:500;font-size:14px; letter-spacing:-0.02em;line-height:1;color:#333;text-align:left;text-decoration:none;}

.gnb3_a {display:block;padding:6px 0px;font-weight:400;font-family: 'Pretendard'; font-size:13px; letter-spacing:-0.02em;line-height:1.2;color:rgba(0,0,0, .6);text-align:left;text-decoration:none;position: relative; z-index: 1;}
a.gnb3_a:hover{color: #333; }

.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:30px;background:url(/images/layout/logo-s.png) 0% 50% no-repeat;}
#header.bg_on .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}
#header.bg_on .languagebox{top:60px;}
#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: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 .gnb2_ul li > p{color:#333;}
#header.bg_on  .gnb3_a {color:#888;}
#header.bg_on  a.gnb3_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 .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;}

/* main인 경우 */
body.mainpage #header{height:120px;}
body.mainpage #header.bg_on{height:60px; border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);}
body.mainpage #header .logo{background:url(/images/layout/logo.png) 0% 50% no-repeat;}
body.mainpage #header .btn-language{background:url(/images/layout/i--earth-wh.png) 50% 50% no-repeat;}
body.mainpage .gnb1_a {font-weight: 600; color:rgba(255,255,255, 1);text-shadow: -1px 1px 4px 2px rgba(22, 22, 22, .1);}
body.mainpage .hamburger-inner,
body.mainpage .hamburger-inner:after,
body.mainpage .hamburger-inner:before {background-color: #fff;}
body.mainpage #header.bg_on .logo{min-height:30px;background:url(/images/layout/logo-s.png) 0% 50% no-repeat;}
body.mainpage #header.bg_on .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}

body.mainpage #gnb #gnb1_ul:before{background-color: rgba(15,14,29,0.95); border-bottom:0px solid #ebebeb;}
body.mainpage #gnb .gnb1_li:hover > a{ color: #fff; }
body.mainpage #gnb .gnb1_li > a:after{ background-color: #fff;} 
body.mainpage .gnb2_a {color:rgba(255,255,255, .8);;}
body.mainpage a.gnb2_a:hover{font-weight:500;color: #fff; }
body.mainpage .gnb2_ul li > p{color:rgba(255,255,255, 1);}
body.mainpage .gnb3_a {color:rgba(255,255,255, .7);}
body.mainpage a.gnb3_a:hover{color: #fff; }



/*모바일메뉴 */
#header .m_open{text-align:right; width:60px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}

/* hamburger */
.hamburger { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-box {position: relative;display: inline-block;width: 27px; height: 21px;vertical-align: middle;}
.hamburger-inner {display: block;top: 0;}

.hamburger-inner:after,
.hamburger-inner:before {display: block;content: '';}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}
.hamburger-inner:before { top: 9px; left: -8px;}
.hamburger-inner:after { top: 18px;   width: 26px;}

.hamburger-active { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-active .hamburger-box {position: relative;display: inline-block;width:30px; height:30px;vertical-align: middle;}
.hamburger-active .hamburger-inner,
.hamburger-active .hamburger-inner:after { position: absolute; width: 27px; height: 3px;background-color: #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(15,14,29,0.95); 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:40px 0px 40px; box-sizing: border-box;}
.mMenu .mTop .logo_s{display:inline-block; width:100%;min-height:40px;background:url(/images/layout/logo-s-wh.png) 50% 50% no-repeat;}
.mMenu .mTop .language_area{display:inline-block; width:100%; margin-top:15px;}
.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-family: 'Pretendard';font-weight: 400;font-size:13px;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  var(--concept-color);background-color: var(--concept-color);}

.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:600;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:18px;line-height:1; padding:16px 40px;} 
.lnav > li li a {color:#eee;  font-size:15px;line-height:1;font-weight: 400;padding: 12px 40px 12px 50px;}
.lnav > li li li a {color:#eee;  font-size:14px;line-height:1;font-weight: 400;padding: 12px 40px 12px 50px;}
.lnav > li li a.tt {color:#f1f1f1;  font-size:15px;line-height:1;font-weight:500;padding: 12px 40px 16px 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:55px; height:55px; 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{display:flex; justify-content: space-between; background:#222; margin:0px auto;/*overflow:hidden;*/ padding:5rem 5%; box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex; gap:30px; margin-bottom:10px; }
.footer .f_cont li > p{font-weight:400;color:#c8c8c8; font-size:13px;line-height:1.2;}
.footer .f_cont li > p > span{display:inline-block;color:#888;margin-right:15px; }
.footer .f_cont li > p > em{display:inline-block;font-style: normal;margin-left:15px; }

.footer .f_menu{flex:0 0 400px; }

.f_copy{text-align:right;font-weight:400;color:#888; font-size:12px;line-height:1.3;letter-spacing:-0.01em;}	
.f_smenu {width:100%;text-align:right;margin-bottom:20px;}
.f_smenu > a {display:inline-block; font-weight: 400;font-size:13px;color: #aaa; margin-left:20px;}
.f_smenu > a:first-child{ margin-left:0px;}
.f_smenu .bold{font-weight:500;color: #eae6df;}


.i-tel{display:inline-block; width:30px; height:30px;background:url(/images/layout/i-tel.png) 50% 50% no-repeat;text-indent: -9999px; }
.i-mail{display:inline-block; width:30px; height:30px;background:url(/images/layout/i-mail.png) 50% 50% no-repeat;text-indent: -9999px; }

.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:flex; align-items:center; width: 100%; height:100vh;/*background:#fff;*/margin:0 auto;padding:0 2%; box-sizing: border-box;}/* basic */
.popupWrap_A 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-white.p-inner{right:20px;top:13px;}

.popupBox_A{position:relative;width: 100%;padding:0px;background:#fff;margin-top:30px;border-radius:16px;} /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

.popupBox_A {overflow: auto; 
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
	width: 100%;    
  }
  
.popupBox_A::-webkit-scrollbar {width: 6px;height: 6px;}
.popupBox_A::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
.popupBox_A::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
.popupBox_A::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
.popupBox_A::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

.pop-title {font-weight:700;font-size:18px;line-height:1;color:#222;letter-spacing:-0.02em;} /* popup title */
.pop--topline{width:100%; padding:20px 25px 10px; border-bottom:1px solid #dfdfdf; }
.pop--top{width:100%; padding:15px 25px; background:var(--bs-gradient);} 

.popup--inner{width:100%;background:#fff; max-height:70vh; padding:25px;}
.popup--inner{overflow: auto; 
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
  }
  
.popup--inner::-webkit-scrollbar {width: 6px;height: 6px;}
.popup--inner::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
.popup--inner::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
.popup--inner::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
.popup--inner::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

.popup--inner.sm{max-height:85vh; padding:15px;}

.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;}
.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:1400px;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%;}

.sample{width:100%; min-width:1800px; margin:0 auto;}
.main-A{position: relative;display:block;width:100%;height:3829px;background:url(/images/main/main--A.jpg) center top no-repeat; margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;}
.main-A img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;max-width:100%;}

.sub-A{display:block;width:100%;height:2011px;background:url(/images/main/sub--A.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;}
.sub-A img{}

.main-B{position: relative;display:block;width:100%;height:4560px;background:url(/images/main/main--B.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;}
.main-B img{max-width:100%;}

.sub-B{position: relative;display:block;width:100%;height:1820px;background:url(/images/main/sub--B.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;}
.sub-B img{max-width:100%;}

.main-1{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--1.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;}
.main-1 img{max-width:100%;}

.main-2{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--2.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}
.main-3{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--3.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}
.main-4{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--4.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}
.main-5{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--5.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}
.main-6{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--6.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}
.main-7{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--7.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}
.main-8{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--8.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}
.main-9{position: relative;display:block;width:100%;height:4028px;background:url(/images/main/main--9.jpg) center top no-repeat;margin:0px auto;text-align:center;text-indent: -9999px;-ms-interpolation-mode: nearest-neighbor; image-rendering: pixelated;}


/* ---------------------- 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;justify-content:center;flex-direction: column; width: 100%;height:100%;position: relative; z-index: 1;padding: 0 5% 0 10%;box-sizing: border-box;}
.main-visual-content-inner {}
.main-visual-title {text-align:center; font-weight:700;font-size:7.5rem;line-height:1.1;letter-spacing:0.1rem;color: rgba(255,255,255,1);text-transform:uppercase; /*text-transform:capitalize;*/ opacity:0;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2);}
.main-visual-title br{}
.main-visual-desc {margin-top:2.5rem;opacity:0;text-align:center; font-weight:400;font-size:2.6rem;color: rgba(255,255,255,1); line-height: 1.45;text-transform:uppercase; will-change: transform;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2);}
.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 */

.m-tit{margin-bottom:5rem;}
.m-tit.lg{font-weight:800;font-size:4.0rem;color:#1a1a1a;line-height:1;letter-spacing:-0.01em;text-transform:uppercase; }
.m-tit.md{font-weight:700;font-size:2.6rem;color:#fff;line-height:1.3;letter-spacing:-0.01em;text-transform:uppercase;}
.m-tit .desc{display:inline-block;width:100%;font-weight:400;font-size:18px;color:#333;line-height:1.4;letter-spacing:-0.01em;margin-top:20px;}

.section_1{width:100%;margin:0 auto;text-align:center;padding:10rem 5%;box-sizing: border-box;}
.section_1 ul{display:flex;justify-content: center;max-width:1400px;margin:0 auto; gap:60px;}
.section_1 li{}
.section_1 .imgBox{width:100%; margin-bottom:20px;}
.section_1 .imgBox img{max-width:100%;}
.section_1 .tit{font-weight:700;font-size:2.4rem;color:#1a1a1a;line-height:1;margin-bottom:20px;}
.section_1 .txt{font-weight:400;font-size:16px;color:#5f5f5f;line-height:1.3;margin-bottom:5px;}
.section_1 .imgBox-m{display:none; margin-bottom:20px;}
.section_1 .imgBox-m img{width:100%;}

.section_2{width:100%;margin:0 auto;}
.section_2 ul{display:flex; flex-wrap: wrap;width:100%;}
.section_2 li{position: relative;flex:0 0 50%;transition: 0.3s;}
.section_2 li:before{position:absolute; left:0; top:0px;content: ' ';width:100%;height:100%;background:rgba(0, 0, 0, .35);z-index:0;transition: 0.3s;}
.section_2 li:hover:before{background:rgba(9, 38, 136, .6);}
.section_2 li.a1{background:url(/images/main/s2-img1.png) 50% 50% no-repeat;background-size: cover;}
.section_2 li.a2{background:url(/images/main/s2-img2.png) 50% 50% no-repeat;background-size: cover;}
.section_2 .cont{position: relative;display:flex;flex-direction: column;align-items:center;justify-content: center;text-align: center; height:100%; padding:9rem 5%;box-sizing: border-box; }
.section_2 .m-tit{margin-bottom:4rem;}
.section_2 .m-tit .desc{font-weight:300;color:#fff;margin-top:20px;}
.circle-more{display:inline-block;width:50px; height:50px;background:url(/images/layout/i_arrow_wh.png) 50% 50% no-repeat; border:1px solid #fff; border-radius:50%; }

.section_3{display:flex;width:100%; flex-wrap: wrap;max-width:1400px; margin:0 auto; padding:8rem 5%;box-sizing: border-box;}
.section_3 > *{flex:1;}
.section_3 > *:first-child{flex:0 0 350px; }
.section_3 .m-tit{margin-bottom:3rem;}

.m-notice{display:block;}
.m-notice ul{display:flex;flex-wrap: wrap; border-top:1px solid #dfdfdf; padding:16px 0; gap:40px;}
.m-notice ul:first-child{border-top:0px solid #dfdfdf;padding:0px 0 16px;}
.m-notice .thumb{flex:0 0 240px;}
.m-notice .cont{flex:1; display:inline-flex;flex-direction: column;justify-content: center;}
.m-notice .tit{font-weight:500;font-size:18px;color:#1a1a1a;line-height:1;letter-spacing:-0.01em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height:1.3em; margin-bottom:15px;}
.m-notice .txt{font-weight:300;font-size:15px;color:#666;letter-spacing:-0.01em; 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;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #ebebeb; border-radius:4px;background-size: cover; background:#fff;box-sizing: border-box; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }
.slideImg.mid{padding-top: 56.25%; }
.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%; }

.section_4{position:relative;width:100%; margin:0 auto;padding:10rem 5%;box-sizing: border-box;}
.section_4:before{position:absolute; left:0; top:0px;content: ' ';width:100%;height:100%;background:url(/images/main/sec3-bg.png) 0% 50% no-repeat;background-size: cover;z-index:-1}
.section_4 .m-tit{text-align:center;}
.section_4 .m-tit.lg{color:#fff; }
.section_4 .m-tit .desc{color:#fff; }
.section_4 .cont{display:flex; flex-direction: column;max-width:280px;margin:0 auto; }
.section_4 .tel{display:inline-flex;align-items: center;font-family: 'Pretendard';font-weight:600;font-size:2.2rem;color:#fff;line-height:1.2;letter-spacing:0rem;background:url(/images/layout/i-tel.png) 0% 50% no-repeat; min-height:30px;padding-left:45px;}
.section_4 .mail{display:inline-flex;align-items: center;font-family: 'Pretendard';font-weight:400;font-size:18px;color:#fff;line-height:1.2;letter-spacing:0rem;margin-top:15px; background:url(/images/layout/i-mail.png) 0% 50% no-repeat; min-height:30px;padding-left:45px;}
.section_4 .btn{display:flex;align-items: center;justify-content: center;text-align:center;height:50px;background:var(--concept-color);border-radius:4px;margin-top:30px; }
.section_4 .btn > span{display:inline-block;text-transform:capitalize;font-weight:500;font-size:18px;line-height:1;color:#fff;background:url(/images/layout/i--talk.png) 0% 50% no-repeat; padding-left:30px; min-height:18px;}


/* Video Overlay index-mov 샘플 적용 */
#overlay {background-color:rgba(0,0,0,.65);/* height:100%;*/ height:500px; left:0;position:relative;top:0;transition:background-color 300ms ease;width:100%;}
.fade { background-color:rgba(0,0,0,.85) !important; }
#hero-vid {backface-visibility:hidden;background:url("../images/main/video-sample.jpg") no-repeat scroll 0 0 #000;background-size:cover;bottom:0; height:auto; min-height:100%; min-width:100%; perspective:1000; position:fixed;right:0; width:auto;z-index:-1; }
#video-area {backface-visibility:hidden;background:url("../images/main/video-sample.jpg") no-repeat scroll 0 0 #000;background-size:cover;bottom:0; height:auto; min-height:100%; min-width:100%; perspective:1000; position:absolute;right:0; width:auto;z-index:-1; }
#state {cursor:pointer;font-size:2.25rem;line-height:1; color: #fff; position:absolute;transform:translate(-50%, -50%); left:50%;top:50%; }
/* Video Overlay index-mov 샘플 적용 END */

.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;}


/*  SUB LAYOUT :: 비주얼 */
.container {width:100%;margin:110px 0 8rem;overflow: hidden; min-height:600px;}

.topWrap{display:flex; justify-content: space-between;gap:0px;margin-bottom:5rem;}
.topWrap.product{display:flex;flex-direction: column; justify-content: space-between;margin-bottom:5rem;}
.topWrap.product .location{order:1;display:inline-flex;justify-content:flex-end;margin-bottom:15px; }
.location{}
.location ul{display:flex; align-items: center;}
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:400;font-size:13px;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) 50% 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; }

.topWrap.product .menu--list{order:2;}
.topWrap.product .menu--list ul{gap:30px;}
.topWrap.product .menu--list li a{font-family: 'Pretendard'; font-weight: 500;font-size:15px;}
.menu--list{}
.menu--list ul{display: flex;gap:40px;height:30px;}
.menu--list li{border-bottom:0px solid #dfdfdf;}
.menu--list li a{font-weight: 500;font-size:15px;color:#a1a1a1;line-height:28px;letter-spacing:-0.01em;}
.menu--list li:hover{border-bottom:2px solid var(--concept-color); }
.menu--list li:hover a{font-weight: 600;color:var(--concept-color);}
.menu--list li.active{border-bottom:2px solid var(--concept-color); }
.menu--list li.active a{font-weight: 700;color:var(--concept-color);}

.sub--menu-wrap{position:relative;width:100%;height:45px;margin:0px; 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; background:#fff; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; padding:0 50px 0 5%;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;}
.submenu_toggle li{width:100%; text-align:left;padding:0 30px;border-bottom:1px solid #ebebeb;box-sizing: border-box;}
.submenu_toggle > a{display: inline-block;width:100%;text-align:left;font-weight: 400;font-size:14px;color:#666;line-height:40px;letter-spacing:-0.03em;padding:0 5%;border-bottom:0px solid #ebebeb;box-sizing: border-box;}
.submenu_toggle > a.on{font-weight: 700;color:var(--concept-color);}

.title{font-weight:700;font-size:3.8rem;color:#333;line-height:1.3; margin:4rem 0;}

.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;}

/* 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;}

.list-total{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;}
.list-total > span{font-weight: 700;}

/* 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{display:flex;align-items: center;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:14px;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:26px;height:26px; background:url(/images/layout/i_filedown_wh_s.png) 50% 40% no-repeat var(--concept-color); border-radius:50%;text-indent: -9999px; margin-right:10px;  }
/* .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:45px;text-align:center;}
.boardList .list-body{background-color: #fff;padding:15px 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 */

/* form */
.form_sty{width:100%;margin:0px;border-top:1px solid #666; box-sizing: border-box;}
.form_sty ul{display: flex;align-items: center; width:100%;margin-top:0px;border-bottom:1px solid #dfdfdf;padding:10px 0px;}
.form_sty li.top{vertical-align:top;padding-top:10px;  align-self:flex-start;}
.form_sty li{padding:0 12px;min-height:40px;display:inline-flex;align-items: center;}
.form_sty .tit{flex:0 0 150px;  }
.form_sty .tit > span{position:relative;display: inline-block;font-weight:500;font-size:15px;color: #333;line-height:1;letter-spacing:-0.02rem;}
.form_sty .tit > span.required{padding-right:10px;}
.form_sty .tit > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty .cont{flex:1;font-size:14px;/* color: #545454; */ }
.form_sty .cont-txt{display:flex;align-items: center; min-height:40px; font-weight:400;font-size:14px;color: #333;line-height:1.2;letter-spacing:-0.02rem;}

.form_sty .tit-full{flex:0 0 100%; margin-bottom:10px;}
.form_sty .cont-full{flex:0 0 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:flex;justify-content:flex-end;align-items: center;gap:10px; margin:10px auto;}

.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;}
.f-group-A .input-tel{flex:0 0 100px;}

.company-top{width:100%;margin-bottom:8rem;background:url(/images/sub/company.png) 50% 50% no-repeat;background-size: cover; padding:160px 0%; box-sizing: border-box;}
/*.company-top > h3{font-weight:700;font-size:4rem;color:#fff;line-height: 1.6;letter-spacing:-0.01rem; max-width:1400px; margin:0 auto;box-sizing: border-box;}
.company-top-m{display:none; margin-bottom:5rem;}
.company-top-m .imgArea{width:100%;}
.company-top-m .imgArea img{width:100%;}
.company-top-m > h3{font-weight:700;font-size:3rem;color:#5c5f65;line-height: 1.6;letter-spacing:-0.01rem; background:#fff; padding:40px 5% 0; box-sizing: border-box;}*/

.company-mid{display:flex;flex-wrap: wrap;width:100%;max-width:1400px;margin:0 auto;box-sizing: border-box;}
.company-mid .leftArea{flex:0 0 30%;}
.company-mid .leftArea > h3{font-weight:700;font-size:4rem;color:#333;line-height: 1.6;letter-spacing:-0.01rem;}
.company-mid .rightArea{flex:0 0 70%;padding:0px 0% 0 5%;box-sizing: border-box;}

.company-mid .stit{ font-weight:500;font-size:2.6rem;color:#333;line-height: 1.45;letter-spacing:-0.01rem; margin-bottom:30px;}
.company-mid .txt{font-weight:400;font-size:16px; color:#333;line-height: 1.5;letter-spacing:-0.01rem; margin-bottom:25px;}
.company-mid .sign{font-weight:500;font-size:16px; color:#333;line-height: 1.5;letter-spacing:-0.01rem; margin-top:50px;}

.company-mid .pimg{display:flex;justify-content:center;align-items: center;gap:30px; margin-top:50px;}
.company-mid .simg{width:100%; margin-bottom:15px;}
.company-mid .simg img{max-width:100%;}
.company-mid .stxt{display:flex;align-items: center;font-weight: 500;font-size:14px;line-height:1;color:#666;background:url(/images/layout/i--place.png) 30px 50% no-repeat;padding-left:55px; min-height:20px;}


/* history */
.timeline {line-height: 1.4em; list-style: none; margin: 0;padding: 0; width: 100%;}
.timeline-item {padding-left: 40px; position: relative;}
.timeline-item:last-child { padding-bottom: 0;}
.timeline-info {font-size: 12px; font-weight: 700;letter-spacing: 3px; margin: 0 0 .5em 0; text-transform: uppercase; white-space: nowrap;}

.timeline-marker {position: absolute;top: 0;bottom: 0;left: 0;width: 10px;}
.timeline-marker:before {background: var(--concept-color); border: 2px solid transparent; border-radius: 100%; content: "";display: block;height: 10px; position: absolute; top: 4px; left: 0; width: 10px;transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}
.timeline-marker:after { content: "";width: 2px; background: #CCD5DB; display: block;position: absolute;top: 24px;bottom: 0; left: 5px;}
.timeline-item:last-child .timeline-marker:after { content: none;}
.timeline-item:not(.period):hover .timeline-marker:before { background: transparent;border: 3px solid var(--concept-color);}
.timeline-content {padding-bottom: 40px;}
.timeline-content p:last-child { margin-bottom: 0;}
.timeline-content .timeline-title {font-weight:700;font-size:30px; color: #1a1a1a;line-height:1;letter-spacing:-0.0em; margin-bottom:25px;}
.timeline-content p{/*font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:16px; color: #555;line-height:1.45;letter-spacing:-0.0em; margin-bottom:8px;*/}
.timeline-content .timeline_txt {display:flex;width:100%; margin-bottom:12px;}
.timeline-content .month {flex:0 0 50px; font-weight:600;font-size:17px; color:#333;line-height:1.45;letter-spacing:-0.0em;}
.timeline-content .txt {flex:1;font-weight:400;font-size:16px; color: #666;line-height:1.45;letter-spacing:-0.0em;}

.timeline-centered .timeline-item:nth-child(even) .timeline_txt {flex-direction:row-reverse;}

.timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {display: block;margin: 0; padding: 0;}
.timeline-centered .timeline-item {padding-bottom: 40px;overflow: hidden; }
.timeline-centered .timeline-marker {position: absolute;left: 50%;margin-left: -5px; }
.timeline-centered .timeline-info,.timeline-centered .timeline-content {width: 50%;}
.timeline-centered .timeline-item:nth-child(odd) .timeline-info { float: left; padding-right: 30px;}
.timeline-centered .timeline-item:nth-child(odd) .timeline-content { float: right; text-align: left; padding-left: 30px; box-sizing: border-box;}
.timeline-centered .timeline-item:nth-child(even) .timeline-info { float: right; text-align: left;  padding-left: 30px;}
.timeline-centered .timeline-item:nth-child(even) .timeline-content { float: left; text-align: right;padding-right: 30px; box-sizing: border-box;}

.marker-outline .timeline-marker:before {background: transparent;border-color: var(--concept-color);}
.marker-outline .timeline-item:hover .timeline-marker:before { background: var(--concept-color);}

/* 오시는 길 */
.map-content{display:flex;width:100%;}
.map-content .map--wrap{flex:1; margin-left:60px;}
.map-content > *:first-child{ margin-left:0px;}
.map-content .circle--tit{margin-bottom:20px;}

.map-contacts {display:block;width:100%;padding:0px;margin:3rem auto 0;font-size:0;box-sizing: border-box;}
.map-contacts ul{display: inline-block;width:100%; margin-bottom:15px;}
.map-contacts .c_title{display: inline-block;width:100px;text-align:left;font-weight:500; font-size:16px;color:#000;letter-spacing: -0.01em;line-height:1.4;}
.map-contacts .c_content{display: inline-block;width:calc(100% - 100px);text-align:left;font-weight:400;color:#333;font-size:14px;letter-spacing: -0.01em;line-height:1.4;}

.circle--tit{position:relative;text-align:left;font-weight:600;font-size:2.0rem;color:#333;line-height:1.3; padding-left:10px;box-sizing: border-box;margin-bottom:20px;}
.circle--tit::before{position:absolute;content: ' ';left:0;top:2px; width:6px; height:6px;background:var(--concept-color);border-radius: 50%; }

.text-list{font-weight:400;font-size:16px;color:#333;letter-spacing:-0.01rem;line-height:1.45; text-indent:-16px; padding-left:16px; margin-bottom:8px;box-sizing: border-box;}

.tit_xlg{font-weight:700;font-size:2.6rem;color:#333;line-height:1.5;letter-spacing:-0.01rem; margin-bottom:40px;}
.tit_lg{font-weight:600;font-size:2.6rem;color:#333;line-height:1.5;letter-spacing:-0.01rem; margin-bottom:40px;}
.tit_md{font-weight:600;font-size:2.4rem;color:#333;line-height:1.45;letter-spacing:-0.01rem;margin-bottom:15px;}

.business{display:flex;flex-wrap: wrap;align-items: center;}
.business .cont{flex:1; }
.business .cont > section{margin-top:50px;}
.business .cont > section:first-child{margin-top:0px;}
.business .cont-img{flex:0 0 50%; text-align:right;}
.business .cont-img img{max-width:100%;}

.management-top{width:100%;margin-bottom:8rem;background:url(/images/sub/management-bg.png) 50% 50% no-repeat;background-size: cover; padding:160px 0%; box-sizing: border-box;}

.management-mid{display:flex;flex-wrap: wrap;width:100%;max-width:1400px;margin:0 auto 60px;box-sizing: border-box;}
.management-mid .leftArea{flex:0 0 20%;}
.management-mid .rightArea{flex:0 0 80%;}

.management-box{display:block;}
.management-box ul{display:flex; gap:30px; }
.management-box li{flex:1; display:inline-flex;flex-direction: column;justify-content: center; border:1px solid #dfdfdf;border-radius:8px; padding:30px;text-align:center; box-sizing: border-box;}
.management-box.second li{border:0px solid #dfdfdf;background:#f1f1f1; }
.management-box .stit{font-weight:500;font-size:18px;color:#333;line-height:1.45;letter-spacing:-0.01rem;}
.management-box .stxt{font-weight:400;font-size:14px;color:#333;line-height:1.45;letter-spacing:-0.01rem; margin-top:10px;}

.management-icon{width:100%; height:60px; margin-bottom:15px;}
.management-icon.icon1{background:url(/images/sub/mg-icon1.png) 50% 50% no-repeat;background-size:auto 60px;}
.management-icon.icon2{background:url(/images/sub/mg-icon2.png) 50% 50% no-repeat;background-size:auto 60px;}
.management-icon.icon3{background:url(/images/sub/mg-icon3.png) 50% 50% no-repeat;background-size:auto 60px;}

.management-circle{display:flex;flex-wrap: wrap;justify-content: center;align-items:center;width:100%; padding-left:100px;}
.management-circle .circleArea{width:33%;text-align:center;box-sizing: border-box;}
.management-circle .circleArea .circle_1{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(228, 0, 19,.8);border-radius: 50%; box-sizing: border-box;}  
.management-circle .circleArea .circle_2{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(172, 175,180,.9);margin-left:-50px;border-radius: 50%;box-sizing: border-box;}  
.management-circle .circleArea .circle_3{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(109, 95, 92,.85);margin-left:-100px;border-radius: 50%;box-sizing: border-box;}  
.management-circle .v_tit{position:absolute;left:50%; top:50%;transform:translate(-50%, -50%);width:100%;padding:0 20px;font-weight:600;font-size:2.6rem;color: #fff;line-height:1.5;letter-spacing:-0.05rem;}  


.list-typeA{width:100%;max-width:1200px;text-align:center;margin:0px auto;} /* 3 */
.list-typeA ul{display:flex;flex-wrap: wrap; justify-content: center; text-align:center;}
.list-typeA li{width:31.3333%;margin:0 0% 3% 3%;border:1px solid #ebebeb; background:#fff; border-radius:8px; cursor:pointer;transition:all 0.3s;}
.list-typeA li:nth-child(3n-2){margin:0 0% 3% 0%}
.list-typeA li:hover{margin-top:-5px;box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.08); }

.list-typeB{width:100%;text-align:center;margin:0px auto;}   /* 4 */
.list-typeB ul{display:flex;flex-wrap: wrap; justify-content: center; text-align:center;}
.list-typeB li{width:23.5%;margin:0 0% 2% 2%;border:1px solid #ebebeb; background:#fff; border-radius:8px; cursor:pointer;transition:all 0.3s;}
.list-typeB li:nth-child(4n-3){margin:0 0% 2% 0%;}
.list-typeB li:hover{margin-top:-5px;box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.08); }

.list-typeC{display:block;width:100%;position:relative;}  /* 인증 */
.list-typeC ul{display:flex;flex-wrap: wrap;width:100%;}
.list-typeC li{width:15.6666%;border:1px solid #ebebeb; margin:0 0 2% 1.2%; box-sizing: border-box;}
.list-typeC li:nth-child(6n-5){margin:0 0 2% 0%;}

.list-typeD{width:100%;max-width:1200px;margin:0px auto;} /*2 */
.list-typeD ul{display:flex;flex-wrap: wrap;}
.list-typeD li{width:49%;margin:0 0% 2% 2%;border:1px solid #ebebeb; background:#fff; border-radius:8px;padding:20px;box-sizing: border-box;}
.list-typeD li:nth-child(odd){margin:0 0% 2% 0% !important;}
.list-typeD li:nth-child(even){margin:0 0% 2% 2% !important;}

.contact-top{width:100%;margin-bottom:8rem;background:url(/images/sub/contact-bg.png) 50% 50% no-repeat;background-size: cover; padding:160px 0%; box-sizing: border-box;}
.contact-mid{width:100%;max-width:1400px;margin:0 auto;box-sizing: border-box;}
.contact-mid .stit{margin-bottom:5rem;}

.bullet-tit{display: inline-block;width:100%;padding-left:9px;font-weight:500;font-size:20px;color:#333;letter-spacing:-0.01rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.bullet-tit::before {content: ' '; display: inline-block; vertical-align: top;width:5px; height:5px; margin-top:10px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: var(--concept-color);}

.bullet-list{display: inline-block;width:100%;padding-left:9px;font-family: 'Pretendard';font-weight:500;font-size:17px;color:#333;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:4px; height:4px; margin-top:8px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: var(--concept-color);}

.border--box{width:100%; border:1px solid #dfdfdf;border-radius:16px; margin:60px 0; box-sizing: border-box;}
.border--box.recruit{border-radius:4px;background:#fafafa; margin:0px 0 40px;padding:30px 50px;}
.border--box.recruit > section{margin-top:20px;}
.border--box.recruit > section:first-child{margin-top:0px;}
.border--box img{width:100%;border-radius:16px;}

.circle--stit{position:relative;text-align:left;font-weight:600;font-size:17px;color:#333;line-height:1.3; padding-left:10px;box-sizing: border-box;margin-bottom:15px;}
.circle--stit::before{position:absolute;content: ' ';left:0;top:2px; width:5px; height:5px;background:var(--concept-color);border-radius: 50%; }

.text-m{display: inline-block;width:100%;font-weight:500;font-size:18px;color:#333;line-height:1.45;letter-spacing:-0.01rem; margin-bottom:40px;}
.text-s{font-weight:400;font-size:15px;color:#333;line-height:1.45;letter-spacing:-0.01rem; margin-bottom:5px;}

.productA-top{width:100%;margin-bottom:6rem;background:url(/images/sub/productA-bg.png) 50% 50% no-repeat;background-size: cover; padding:160px 0%; box-sizing: border-box;}
.productB-top{width:100%;margin-bottom:6rem;background:url(/images/sub/productB-bg.png) 50% 50% no-repeat;background-size: cover; padding:160px 0%; box-sizing: border-box;}

.recruit-top{width:100%;margin-bottom:6rem;background:url(/images/sub/recruit-bg.png) 50% 50% no-repeat;background-size: cover; padding:160px 0%; box-sizing: border-box;}

.recruit-mid{width:100%;max-width:1200px;margin:0px auto;text-align:center;background:url(/images/sub/recruit-icon.png) 50% 30px no-repeat;padding:170px 5% 4rem; box-sizing: border-box;}
.recruit-mid .tit{font-weight:600;font-size:20px;color:#333;line-height:1;letter-spacing:-0.01rem; margin-bottom:15px;}
.recruit-mid .txt{font-weight:500;font-size:16px;color:#666;line-height:1.45;letter-spacing:-0.01rem;}

.recruit-txt{display:flex; }
.recruit-txt .r--tit{flex:0 0 150px;}
.recruit-txt .r--txt{flex:1;}

.benefits{display:flex; height:100%;align-items: center; }
.benefits .icon{flex:0 0 120px;height:100%;min-height:60px;}
.benefits .cont{flex:1;}
.benefits .tit{font-weight:500;font-size:17px;color:#333;line-height:1.45;letter-spacing:-0.01rem; margin-bottom:10px;}
.benefits .txt{font-weight:400;font-size:14px;color:#666;line-height:1.45;letter-spacing:-0.01rem;}

.benefit-icon1{background:url(/images/sub/benefit-icon1.png) 50% 50% no-repeat;background-size:auto 60px;}
.benefit-icon2{background:url(/images/sub/benefit-icon2.png) 50% 50% no-repeat;background-size:auto 60px;}
.benefit-icon3{background:url(/images/sub/benefit-icon3.png) 50% 50% no-repeat;background-size:auto 60px;}
.benefit-icon4{background:url(/images/sub/benefit-icon4.png) 50% 50% no-repeat;background-size:auto 60px;}
.benefit-icon5{background:url(/images/sub/benefit-icon5.png) 50% 50% no-repeat;background-size:auto 60px;}
.benefit-icon6{background:url(/images/sub/benefit-icon6.png) 50% 50% no-repeat;background-size:auto 60px;}
.benefit-icon7{background:url(/images/sub/benefit-icon7.png) 50% 50% no-repeat;background-size:auto 60px;}

.product-1{display:flex;flex-wrap: wrap; gap:40px;}
.product-1 > div{flex:1; box-sizing: border-box;}
.product-1 .imgArea{width:100%;text-align:center; }
.product-1 .imgArea img{max-width:100%;}

.product-2{display:flex;flex-wrap: wrap;align-items: center; margin-bottom:6rem;}
.product-2 > div{flex:0 0 60%; padding:0 40px;box-sizing: border-box;}
.product-2 > div:first-child{flex:0 0 40%;padding:0px;}
.product-2 .imgArea{width:100%;text-align:center; }
.product-2 .imgArea img{max-width:100%;}

.p--section{margin-top:6rem; padding:6rem 0; background:#f9f9f9; }

/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto; border-top:1px solid #888;
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
	width: 100%;    
  }
  
  .table-scroll-auto::-webkit-scrollbar {width: 6px;height: 6px;}
  .table-scroll-auto::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
  .table-scroll-auto::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}
  
  .table-scroll-auto {position: relative;z-index:1;margin: auto;width:100%;/*max-height:650px; */}
  .table-scroll-auto table {width: 100%;margin: auto;min-width:500px;border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle; table-layout: fixed;}
  .table--wrap {position:relative;}
  .table-scroll-auto th {text-align:center;padding:10px;vertical-align:middle;/* background: #2f5597; border-bottom:0px solid #dfdfdf;*/ background: #f5eaeb; border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;  font-size:15px;color: #333;font-weight:700;line-height:1;letter-spacing:-0.02rem;position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .table-scroll-auto td {text-align:center;padding:10px;vertical-align:middle;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf; font-size:14px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02rem;background: #fff;}
  .table-scroll-auto th:first-child, .table-scroll-auto td:first-child{border-left:0px solid #dfdfdf;}
  .table-scroll-auto th.left, .table-scroll-auto td.left{padding:10px 10px 10px 15px !important;}

  .table-scroll-auto .bg-lgray{background:#f1f1f1 !important; font-weight:600;}
  .table-scroll-auto .rborder{border-right:1px solid #dfdfdf;}
  
  /* safari and ios need the tfoot itself to be position:sticky also */
  .table-scroll-auto tfoot,.table-scroll-auto tfoot th, .table-scroll-auto tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:#666;color:#fff;}
  
  .table-scroll-auto.atable table {min-width:100%;table-layout: fixed;}
  
  .cursor-tr{cursor:pointer !important;}
  .cursor-tr:hover td{background: #fafafa;}
  
  /* table--scroll 좌우사용 END */

  .product--wrap{display:flex;/*flex-wrap: wrap;*/align-items: center; justify-content: center; max-width:1400px;margin:0 auto;box-sizing: border-box; }
  .product--wrap.mtb{margin:5rem auto;}
  .product--wrap > *{flex:1.3;}
  .product--wrap > *:first-child{flex:1; margin-right:5%;}
  .pcArea{margin-top:30px;}
  .tbArea{display:none; margin-top:30px;}

  .product--img{width:100%;box-sizing: border-box;}
  .product--img img{max-width:100%;}
  .product--img.mtb{margin:5rem 0;}

  .history-top{width:100%;margin-bottom:8rem;background:url(/images/sub/history-bg.png) 50% 50% no-repeat;background-size: cover; padding:160px 0%; box-sizing: border-box;}
  /* timeline */
  .timeline {position: relative;min-height: 500px;width: 100%;max-width:1200px; padding: 60px 0; margin:0 auto; }
  .timeline__bar {position: absolute;top: 0;left: 50%;width: 6px;height: 100%;transform: translateX(-50%);background-image: linear-gradient(#e40013, #1277cd);}
  .timeline__bar:before, .timeline__bar:after {position: absolute;left: 50%;display: block;width: 12px;height: 12px;content: "";transform: translateX(-50%);border-radius: 50%;}
  .timeline__bar:before {top: -1px;background-color: #e40013;}
  .timeline__bar:after {bottom: -1px;background-color: #1277cd;}
  
  .timeline__elem {position: relative;display: flex;flex-direction: column;margin-bottom:60px;}
  .timeline__elem:last-child {margin-bottom: 0;}
  @media (min-width: 900px) {
	.timeline__elem {flex-direction: row;}
  }
  
  @media (min-width: 900px) {
	.timeline__elem--right {justify-content: flex-end;}
  }
  
  .timeline__date {position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;width:100px;height:100px;margin: auto;color: #fff;background-repeat: no-repeat;border-radius: 50%;border: 6px solid #fff;}
  @media (min-width: 900px) {
	.timeline__date {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  }
  
  .timeline__date-day {font-size:2.4rem;font-weight: 600; }  
  .timeline__date-month {font-size: 1.8rem;}
  
  .timeline__event {position: relative;display: flex;flex-direction: column;justify-content: center;width:100%;margin:50px auto 0;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12);background-color: #fff; padding:30px;min-height:80px;}
  @media (min-width: 560px) {
	.timeline__event { width: 65%;}
  }
  @media (min-width: 900px) {
	.timeline__event {width: calc((100% - 100px - 8px * 4) / 2);margin: 0;}
  }
  .timeline__event:before {position: absolute;top: 50%;display: none;width: 0;height: 0;content: "";transform: translateY(-50%);border-top: 8px solid transparent;border-bottom: 8px solid transparent;}
  .timeline__event:after {position: absolute;top: 50%;display: none;width: 16px;height: 16px;content: "";transform: translateY(-50%) rotate(45deg);}
  @media (min-width: 900px) {
	.timeline__event:before, .timeline__event:after {display: block;}
  }
  
  .timeline__event--left:before {right: -8px;border-left: 8px solid #fff;}
  .timeline__event--left:after {right: -7px;box-shadow: 2px -1px 1px 0 rgba(0, 0, 0, 0.08); }  
  .timeline__event--right:before {left: -8px;border-right: 8px solid #fff; }
  .timeline__event--right:after {left: -7px;box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.08);}
  
  .timeline__event-title {font-size:18px;font-weight:500;}
  .timeline__event-descr {padding: 0 15px 20px;font-size:1.7rem;line-height:1.3;}
  .timeline__event-descr p {margin-bottom: 10px;}
  .timeline__event-descr p:last-child {margin-bottom: 0;}

  .timeline__event h4{margin-bottom:20px;}
  .timeline__event h4:last-child {margin-bottom: 0;}

  .timeline__event-date-time {padding: 20px 15px 0;display: flex;margin-bottom: 15px;font-size: 0.8rem;color: rgba(44, 44, 44, 0.7);}
  .timeline__event-date {margin-right: 10px; }

  .timeline__event-actions {padding: 20px 15px;border-top: 1px solid rgba(160, 160, 160, 0.2);}
  .timeline__event-action {transition-property: all;transition-duration: 0.2s;transition-timing-function: linear;transition-delay: 0s;margin-right: 24px;font-size: 0.9rem;text-transform: uppercase;}
  .timeline__event-action:hover {opacity: 0.4;}


  /* Tablet 900px 이하 */
@media all and (max-width:900px) {
	.timeline__event-title {font-size:16px;}
	.timeline__elem {margin-bottom:30px;}
	.timeline__date-day {font-size:2.2rem; }  
	.timeline__date {width:90px;height:90px; z-index: 2;}
	.timeline__event {margin:-25px auto 0;padding:40px 20px 30px;min-height:auto; align-items: center;}
	.timeline__event h4{margin-bottom:15px;}
}

  @media all and (max-width:560px) {
	.timeline__event-title {font-size:15px;line-height:1.3;}

}
  















  

  







































