@charset "utf-8";

/********************************************
	HEADER
********************************************/
/* shop 인경우 */
body.shop #header{background-color: rgba(255,255,255,1);height:var(--shop-header-height); }
body.shop #header .language a{color:#888;background:url(/images/layout/left_arrow_bl.png) 0% 50% no-repeat;}
body.shop #header .language a:hover{color:#333;}
body.shop #header .language a.on{color:var(--concept-color);}
body.shop #header .language a:first-child{background:none; padding-left:0px;margin-left:0px;}
body.shop #header .util a{color:#888;}
body.shop #header .util a.on{color:#333;}
body.shop #header .util a:before{background:var(--concept-color);}
body.shop #header .util a:first-child:before{background:none; padding-left:0px;margin-left:0px;}

body.shop #gnb #gnb1_ul:before{background-color: rgba(255,255,255,0.98); border-bottom:1px solid #ebebeb;}
body.shop .gnb1_a {color:#333; text-shadow:none;}
body.shop #gnb .gnb1_li:hover > a{color:var(--concept-color);}
body.shop .gnb2_a {color:#666;}
body.shop a.gnb2_a:hover{color: #000; }

body.shop .hamburger-inner,
body.shop .hamburger-inner:after,
body.shop .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;}

body.shop #header.bg_on{position:fixed; height:var(--header-height); border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);}
body.shop #header.bg_on .logo{min-height:36px;background:url(/images/layout/logo-s.png) 0% 50% no-repeat;background-size:auto 36px;}
body.shop #header.bg_on #gnb {padding-bottom:0px;}
body.shop #header.bg_on #gnb .gnb1_li {line-height:40px;}
body.shop #header.bg_on .gnb2_ul {top:40px;}
body.shop #header.bg_on .gnb1_a {font-weight: 600;font-size:1.7rem;color:#333;}
body.shop #header.bg_on .gnb2_a {color:#666;}
body.shop #header.bg_on a.gnb2_a:hover{ color: #000; }
body.shop #header.bg_on #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;}
body.shop #header.bg_on #gnb .gnb1_li > a:after{  background-color: var(--concept-color); } 
body.shop #header.bg_on #gnb.on #gnb1_ul:before{ height:240px;}
body.shop #header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
body.shop #header.bg_on .m_open{padding-bottom:0px; }

body.shop #header.bg_on .language{padding-bottom:0px;}
body.shop #header.bg_on .language a{color:#888;background:url(/images/layout/left_arrow_bl.png) 0% 50% no-repeat;}
body.shop #header.bg_on .language a:hover{color:#333;}
body.shop #header.bg_on .language a.on{color:var(--concept-color);}
body.shop #header.bg_on .language a:first-child{background:none; padding-left:0px;margin-left:0px;}

body.shop #header.bg_on .util{padding-bottom:0px;}
body.shop #header.bg_on .util a{font-size:14px;color:#888;}
body.shop #header.bg_on .util a:before{background:var(--concept-color);}
body.shop #header.bg_on .util a:first-child:before{background:none; padding-left:0px;margin-left:0px;}
/* shop 인경우 END */

#header{position:fixed;top:0;display:flex;justify-content:space-between;gap:30px; align-items: center;width: 100%;height:200px;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:140px;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:120px;background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 120px;  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 .language{text-align:left;padding-bottom:40px; z-index: 4;}
#header .language a{display:inline-block;min-height:10px;background:url(/images/layout/left_arrow.png) 0% 50% no-repeat; padding-left:12px;margin-left:8px; font-weight: 400;font-size:13px;line-height:1;color:rgba(255,255,255, .7);}
#header .language a:first-child{background:none; padding-left:0px;margin-left:0px;}
#header .language a.on{color:#fff;}

#header .util{text-align:right;padding-bottom:40px; z-index: 4;}
#header .util a{position: relative;display:inline-block;padding-left:26px;font-weight:600;font-size:15px;line-height:1;color:rgba(255,255,255, .9);}
#header .util a:before{ content: "";position:absolute; left: 0; top:50%;transform:translateY(-50%);content: ' '; width: 3px;height:3px;background:#fff; border-radius:50%;margin-left:10px;  }
#header .util a:first-child{ padding-left:0px;margin-left:0px;}
#header .util a:first-child:before{background:none; padding-left:0px;margin-left:0px;}

#gnb {flex:1; text-align:right; padding-bottom:40px;}
#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(22,22,22,0.98); 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:300px; opacity: 1; }

#gnb .logo-w{position:absolute;left:5%; top:0; width:250px; height:120px;display:inline-flex;align-items: center; background:url(/images/layout/logo-w.png) 0% 50% no-repeat;background-size:auto 55px;z-index:0; opacity: 0; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;}
#gnb.on .logo-w{opacity: 1;z-index:5; }

#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-family: 'TheJamsil5Bold'; color:rgba(255,255,255, 1); text-decoration:none; font-size:1.8rem;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: #fff; }
#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; 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;*/ }
.gnb2_ul.on li:nth-child(10){ 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:var(--header-height); border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);}
#header.bg_on .logoArea{}
#header.bg_on .logo{min-height:36px;background:url(/images/layout/logo-s.png) 0% 50% no-repeat;background-size:auto 36px;}
#header.bg_on #gnb {padding-bottom:0px;}
#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.7rem;color:#333;}
#header.bg_on .gnb2_a {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:240px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
#header.bg_on .m_open{padding-bottom:0px; }

#header.bg_on .language{padding-bottom:0px;}
#header.bg_on .language a{color:#888;background:url(/images/layout/left_arrow_bl.png) 0% 50% no-repeat;}
#header.bg_on .language a:hover{color:#333;}
#header.bg_on .language a.on{color:var(--concept-color);}
#header.bg_on .language a:first-child{background:none; padding-left:0px;margin-left:0px;}

#header.bg_on .util{padding-bottom:0px;}
#header.bg_on .util a{font-size:14px;color:#888;}
#header.bg_on .util a:before{background: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;}

/*모바일메뉴 */
#header .m_open{/* display:none;*/ text-align:right; width:60px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;  padding-bottom:40px; }

/* hamburger */
.hamburger { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-box {position: relative;display: inline-block;width: 27px; height: 21px;vertical-align: middle;}
.hamburger-inner {display: block;top: 0;}

.hamburger-inner:after,
.hamburger-inner:before {display: block;content: '';}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #fff;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}
.hamburger-inner:before { top: 9px; left: -8px;}
.hamburger-inner:after { top: 18px;   width: 26px;}

.hamburger-active { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-active .hamburger-box {position: relative;display: inline-block;width:30px; height:30px;vertical-align: middle;}
.hamburger-active .hamburger-inner,
.hamburger-active .hamburger-inner:after { position: absolute; width: 27px; height: 3px;background-color: #fff;transition-delay: .1s;}
.hamburger-active .hamburger-inner { -webkit-transform: translate3d(0, 9px, 0) rotate(45deg); transform: translate3d(0, 9px, 0) rotate(45deg);}
.hamburger-active .hamburger-inner:before {opacity: 0; transition: opacity .3s ease 0s}
.hamburger-active .hamburger-inner:after {width: 27px;-webkit-transform: translate3d(0, -18px, 0) rotate(-90deg); transform: translate3d(0, -18px, 0) rotate(-90deg);}

/* mMenu */
.mask {display:none; position:fixed; top:0; left:0; width:100%; height:100%; padding:0px; z-index:198; background:#000;  -ms-filter: alpha(opacity=80); filter: alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;}
.mask .close{position:absolute;  top:10px;left:10px; z-index:202;} /* add */

.mMenu {display:none; position: fixed; right:-550px; top:0; width:550px; padding:0px;background-color: rgba(22,22,22,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:60px 0px 30px; box-sizing: border-box;}
.mMenu .mTop .logo_s{display:inline-block; width:100%;min-height:80px;background:url(/images/layout/logo.png) 50% 50% no-repeat; background-size:auto 80px;}

.mMenu .util{display:flex;justify-content:center;align-items: center;text-align:center; margin:20px auto;}
.mMenu .util a{display:inline-block;min-height:14px;background:url(/images/layout/icon-star.png) 0% 50% no-repeat; padding-left:19px;margin-left:10px;font-weight: 400;font-size:13px;line-height:1;color:rgba(255,255,255, .8);}
.mMenu .util a:first-child{background:none; padding-left:0px;margin-left:0px;}

.mMenu .mTop .language_area{width:100%; margin-top:20px;}
.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: var(--concept-color);line-height:1;border:2px solid var(--concept-color);}
.mMenu .mTop .language_area a.login{font-weight: 500;color:#000;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(--second-color) transparent transparent transparent;}

.lnav li a {color:#eee; font-size:20px;line-height:1; padding:16px 40px;} 
.lnav > li li a {color:#eee;  font-size:16px;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;opacity:0; right:5px;bottom:5px;display:none;padding:0px;/*width:80px;height:30px;*/ width:50px;  height:50px;border-radius:50%; background:url(/images/layout/top-arrow.png) 50% 50% no-repeat #000;background-size:auto 20px; display:flex;flex-direction: column;justify-content:center;align-items:center;text-align: center; font-weight: 600;color:rgba(255,255,255, 1); font-size:13px; 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;*/ }
.btn_up_layer.active{opacity: 1;}

/* footer  */
.footer{position: relative; display:flex; justify-content: space-between; background:#1a1a1a; margin:0px auto;/*overflow:hidden;*/ padding:5rem 5%; box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_logo{flex:0 0 200px;text-align:left;min-height:45px;background:url(/images/layout/logo-f.png) 0% 0% no-repeat;background-size:auto 45px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;flex-wrap: wrap; gap:25px; margin-bottom:8px; }
.footer .f_cont li > p{font-weight:400;color:#c8c8c8; font-size:14px;line-height:1.2;}
.footer .f_cont li > p > span{display:inline-block;font-weight:500;color:#888;margin-right:10px; }

.footer .f_menu{flex:0 0 350px; }

.f_copy{font-weight:400;color:#888; font-size:13px;line-height:1.3;letter-spacing:-0.01em;}	

.f_smenu {width:100%;text-align:left;margin-bottom:20px;}
.f_smenu > a {position:relative;display:inline-block; font-weight: 400;font-size:14px;color: #aaa;padding-left: 25px;}
.f_smenu > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#aaa;border-radius:50%;margin-left:10px; }
.f_smenu > a:first-child{padding-left:0px;}
.f_smenu > a:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }
.f_smenu .bold{font-weight:500;color: #eae6df;}

.footer .f_right{position: absolute; right:5%; top:4rem; width:140px; text-align:center;}
.footer .f_right > p{font-weight:400;color:#c8c8c8; font-size:13px;line-height:1.2; }
.footer .f_right .qr{margin-top:8px;}
.footer .f_right .qr img{width:80px;}



.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%;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #eee; border-radius:0px;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%;object-fit: cover; object-position: 50% 50%; }
.slideImg.mid{padding-top: 56.25%; }
.slideImg.full{padding-top: 100%; }
.slideImg.full-circle{padding-top: 100%;border-radius:50%;border:0px;}

/* 팝업 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:17px;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:#222;} 

.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);}

.textTb{display: inline-block; width:100%;margin-bottom:20px;}c_onlysportstech
.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:var(--area-width);margin:0 auto;padding:0;box-sizing: border-box;}

/********************************************
	MAIN
********************************************/
.section_main_A{width:100%; min-width:1900px;min-height:4204px; background:url(/images/main/main-A.jpg) center top no-repeat;}
.section_main_B{width:100%; min-width:1900px;min-height:4697px; background:url(/images/main/main-B.jpg) center top no-repeat;}

.main-A{position: relative;display:block;width:100%;height:3605px; 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%;}
.main-B{position: relative;display:block;width:100%;height:3710px; 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 video */
.main-video{width:100%;}
.main-video::before{position: absolute;content: ""; width:100%;height:100%; left:0; top:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,.5) 0%, rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.5) 0%,rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,.5) 0%,rgba(0,0,0,.2) 40%,rgba(252,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#00fcfaf9',GradientType=0 ); /* IE6-9 */
	z-index: 1;
	}
video { -webkit-mask-image: -webkit-radial-gradient(white, black); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }
.main-video .video-container { padding: 0; width:100%; height:100vh; overflow: hidden; position: relative;}
.main-video video {position: absolute;transform: translateX(-50%) translateY(-50%);top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;overflow: hidden;z-index: -1000;}

/* Full screen video for Surface Pro 7 */
  @media screen and (max-width:1368px){
   /*  .main-video video { width:auto; height:100vh; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); } */
  }
#pc-mov {display: block;}
/* #m-mov {display: none;} */

.video-txt{position: absolute; top:0;left:0; /* left:50%; transform:translateX(-50%); max-width:1400px; */ display:flex;flex-direction: column;justify-content:center; width:100%; height:100%; margin:0px auto;color:#fff;padding:3rem 10% 0;box-sizing: border-box; z-index:2;}
.video-txt .w-infos-tit{text-align:left; font-size:8rem;font-family: 'TheJamsil5Bold';/* text-transform:uppercase; */ line-height:1.3;letter-spacing:0.03em;text-shadow: 1px 1px 16px rgba(0, 0, 0, .1); margin-bottom:2rem;}
.video-txt .w-infos-txt{text-align:left; font-size:3.4rem;font-weight:700;line-height: 1.3;letter-spacing:-0.02em; text-shadow: 1px 1px 16px rgba(0, 0, 0, .1); margin-bottom:4rem; padding-left:15px;box-sizing: border-box;}

.video-txt .w-infos-desc{position: relative; text-align:left; font-size:2.2rem;font-weight:400;line-height: 1.3;letter-spacing:-0.02em; text-shadow: 1px 1px 16px rgba(0, 0, 0, .1);padding-left:24px;margin-bottom:8px;box-sizing: border-box;}
.video-txt .w-infos-desc::before {position: absolute;left:15px;top:12px;content: ' ';width:3px; height:3px;border-radius: 50%; background: currentcolor;}

.main-video.active .w-infos-tit{animation: workAni 1s 1s both;}
.main-video.active .w-infos-txt{animation: workAni 1s 1.5s both;}
.main-video.active .w-infos-desc{animation: workAni 1s 2s both;}

/*
.video-txt .w-infos-stit{text-align:left;font-size:3rem;font-family: 'TheJamsil4Medium'; line-height: 1.2;letter-spacing:-0.02em;text-shadow: 1px 1px 16px rgba(0, 0, 0, .1); margin-bottom:2.5rem;}
.video-txt .w-infos-tit{text-align:left; font-size:9rem;font-family: 'TheJamsil5Bold';line-height:1;letter-spacing:-0.01em;text-shadow: 1px 1px 16px rgba(0, 0, 0, .1); margin-bottom:2.5rem;}
.video-txt .w-infos-txt{text-align:left;font-size:24px;font-weight:500; line-height: 1.5;letter-spacing:-0.02em;text-shadow: 1px 1px 16px rgba(0, 0, 0, .1); margin-bottom:4rem;}
.video-txt .w-infos-btn{text-align:left;}
.video-txt .w-infos-btn a{width:160px; text-shadow: 1px 1px 16px rgba(0, 0, 0, .1); }
.main-video.active .w-infos-stit{animation: workAni 1s 1s both;}
.main-video.active .w-infos-tit{animation: workAni 1s 1.5s both;} 
.main-video.active .w-infos-txt{animation: workAni 1s 2s both;}
.main-video.active .w-infos-btn{animation: workAni 1s 2.5s both;}
*/


@keyframes workAni {
    0% {opacity: 0;transform: translateY(100px)}
    100% {opacity: 1;transform: translateY(0)}
}
/* main video */

/* ---------------------- 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%;box-sizing: border-box;}
.main-visual-content-inner {}
.main-visual-title {text-align:center;font-family: 'NEXON Lv1 Gothic OTF Bold'; font-size:6.5rem;line-height:1.1;letter-spacing:0.1rem;color: rgba(255,255,255,1); /*text-transform:capitalize;*/ opacity:0;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2);}
.main-visual-title br{display:none;}
.main-visual-desc {margin-top:2.5rem;opacity:0;text-align:center; font-weight:500;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-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:5%;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;} 
}

.t-shadow-1{text-shadow: 3px 3px 24px rgba(0, 0, 0, .4);}

/* text */
.main--tit{position:relative;text-align:center; font-weight:700;font-size:6.0rem;color:#333; line-height:1.45;letter-spacing:-0.01em;margin-bottom:3rem; }
.main--tit::after {position:absolute;left:0px; top:50%;transform:translateY(-50%);content: ' '; width:30%;height: 1px;background:#ccc; z-index:0;}
.main--tit::before {position:absolute;right:0px; top:50%;transform:translateY(-50%);content: ' '; width:30%;height: 1px;background:#ccc;z-index:0;}

.tit-xlg{font-weight:700;font-size:6rem;color:#333;line-height:1.3;letter-spacing:-0.01rem;}
.tit-big{font-weight:700;font-size:4rem;color:#333;line-height:1.3;letter-spacing:-0.01rem;}
.tit-lg{font-weight:700;font-size:3rem;color:#333;line-height:1.45;letter-spacing:-0.01rem;}
.tit-md{font-weight:700;font-size:2.4rem;color:#333;line-height:1.45;letter-spacing:-0.01rem;}
.tit-s{font-weight:700;font-size:16px;color:#333;line-height:1.45;letter-spacing:-0.01rem;}

.txt-xlg{font-weight:400;font-size:3rem;color:#333;line-height:1.5;letter-spacing:-0.01rem;}
.txt-lg{font-weight:400;font-size:20px;color:#333;line-height:1.5;letter-spacing:-0.01rem;}
.txt-md{font-weight:400;font-size:18px;color:#333;line-height:1.5;letter-spacing:-0.01rem;}
.txt-s{font-weight:400;font-size:14px;color:#333;line-height:1.5;letter-spacing:-0.01rem;}

.section-1{width:100%;max-width:1400px; margin:0 auto;padding:12rem 5%;box-sizing: border-box;}
.section-1 .topArea{width:100%;margin:0 auto;text-align:center;padding:8rem 0;margin-bottom:3rem; background:url(/images/main/sec1-bg.png) 50% 50% no-repeat;background-size:auto 100%;box-sizing: border-box;}
.section-1 .tit-lg{font-weight:700;font-size:8rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:4rem; }
.section-1 .tit{font-weight:500;font-size:3.5rem;color:#333;line-height:1.45;letter-spacing:-0.01em;margin-bottom:2.5rem;  }
.section-1 .txt{font-weight:400;font-size:18px;color:#666;line-height:1.45;letter-spacing:-0.01em;}
.section-1 .txt br{display:none;}
.section-1 ul{display:flex; justify-content: center; align-items:center; flex-wrap: wrap; gap:60px; margin:0 auto; }
.section-1 li{flex:0 0 180px;text-align:center; box-sizing: border-box;}
.section-1 li:nth-child(2){flex:1;}
.section-1 li:nth-child(2) img{width:100%;}
.section-1 li > a{display:flex;flex-direction: column;justify-content: center; align-items:center;text-align:center; }
.section-1 .circleArea{margin-bottom:2.5rem;display:inline-flex;flex-direction: column;justify-content: center; align-items:center;text-align:center;width:180px;height:180px; border-radius:50%;background:#e1e1e1;font-weight:700;font-size:2.6rem;color:#666767;line-height:1; }
.section-1 li:nth-child(3) .circleArea{background:var(--light-color);color:var(--concept-color);}
.section-1 .stit{font-weight:300;font-size:18px;color:#333;line-height:1.45;letter-spacing:-0.01em;}

.section-2{width:100%;margin:0 auto;text-align:center; padding-bottom:10rem; }
.section-2 .tit-md{font-weight:500; margin-bottom:2rem;}
.section-2 .imgArea{display: inline-block; width:100%; margin:6rem 0 0;}
.section-2 .imgArea img{max-width:100%;}
.section-2 .btn-lg{min-width:150px;}

.section-3{width:100%;margin:0 auto; padding-bottom:10rem;text-align:center;box-sizing: border-box; }
.section-3 ul{display:flex;justify-content:space-between;align-items:center; max-width:1200px;margin:6rem auto 0;box-sizing: border-box; }
.section-3 li{flex:0 0 50%;text-align:left; padding-left:10%;box-sizing: border-box;}
.section-3 li:first-child{text-align:center;padding:0;}
.section-3 li img{width:100%;}
.section-3 .tit-md{font-weight:500;margin-bottom:2rem;}
.section-3 li > p br{display:none;}
.section-3 .btn-lg{min-width:150px;}

.section-4{width:100%;margin:0 auto; padding:14rem 0% 14rem 10%;background:url(/images/main/sec4-bg.png) 40% 0% no-repeat;background-size: cover;box-sizing: border-box; }
.section-4 .tit-xlg{padding-right:40%;margin-bottom:4rem;letter-spacing:-0.01em;box-sizing: border-box; }
.section-4 .tit-big{padding-right:40%;margin-bottom:4rem;letter-spacing:-0.01em;box-sizing: border-box; }
.section-4 .txt-md{line-height:4.5rem;}
.section-4 p{font-weight:400;padding-right:50%;box-sizing: border-box; }
.section-4 .dog{display:none; width:100%;}
.section-4 .dog img{width:100%;}
.section-4 .btn-lg{min-width:150px;}
.section-4 .btn-group {margin:3rem 0 0; }

.section-5{width:100%;margin:0 auto; padding:8rem 0% 8rem;box-sizing: border-box; }
.section-5 .main--tit{margin-bottom:6rem; }

.list-typeA{width:100%;margin:0px auto;} /* 3 */
.list-typeA ul{display:flex;flex-wrap: wrap; justify-content: center; }
.list-typeA li{width:31.3333%;margin:0 0% 40px 3%;cursor:pointer;transition:all 0.3s;}
.list-typeA li:nth-child(3n-2){margin:0 0% 40px 0%}
.list-typeA li:hover{margin-top:-5px;/* box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.08); */}

.list-typeB{position:relative;width:100%;}   /* 4 */
.list-typeB ul{display:flex;flex-wrap: wrap;width:100%;}
.list-typeB li{width:23%;margin:0 0% 60px 2.6666%; cursor:pointer;transition:all 0.3s;}
.list-typeB li:nth-child(4n-3){margin:0 0% 60px 0%;}
.list-typeB li:hover{margin-top:-5px;/* box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.08); */ }

.gallery--wrap{width:100%;}
.gallery--wrap .slideImg{margin-bottom:2rem;}
.gallery--wrap .tit{font-weight:600;font-size:2.2rem;color:#333;line-height:1.45;letter-spacing:-0.01em;margin-bottom:1.5rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.gallery--wrap .stit{font-weight:600;font-size:16px;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem;}
.gallery--wrap .txt{font-weight:400;font-size:16px;color:#666;line-height:1.45;letter-spacing:-0.01em;}
.gallery--wrap .txt.ellipsis{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;}
.gallery--wrap .date{font-weight:400;font-size:14px;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-top:15px;}

.section-6{width:100%;margin:0 auto; padding:0 0 10rem;box-sizing: border-box; }
.section-6 .main--tit{margin-bottom:6rem; }
.section-6 ul{display:flex; /*flex-wrap: wrap;*/ width:100%;max-width:var(--area-width); margin:0 auto; gap:10%;box-sizing: border-box;}
.section-6 li{flex:1;box-sizing: border-box;}

.m--notice{width:100%;}
.m--notice .n-tit{font-weight:600;font-size:2.2rem;color:#333;line-height:1.45;letter-spacing:-0.01em;margin-bottom:2rem;}
.m--notice .n-txt{font-weight:400;font-size:18px;color:#666;letter-spacing:-0.01em;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;}
.m--notice .n-date{font-weight:500;font-size:18px;color:var(--concept-color);letter-spacing:-0.01em;line-height:1;margin-bottom:1.5rem;}

.f-partner{width:100%;margin:0 auto;border-top:1px solid #ebebeb; padding:1rem 0;box-sizing: border-box;}
.f-partner .inner{position:relative;padding:0px 30px;}
/* .swiper_1 스와이퍼 */ 
.swiper_1 { position:relative;width:100%;padding:0px;margin:0px auto;z-index:1; box-sizing: border-box;} 
.swiper_1 .swiper-wrapper{display:flex;justify-content: center;align-items: center;gap:50px; }
.swiper_1 .swiper-slide {width:auto !important;box-sizing:border-box;  -webkit-box-sizing:border-box; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper_1 .swiper-slide img{max-width:100%; height:70px;}

/* 버튼관련 */ 
.f-partner .inner .swiper-button-prev,  
.f-partner .inner .swiper-button-next{position:absolute; width:8px; height:15px; background-size:auto 15px;top:50%;margin-top:-8px;z-index:2;} /*크기*/
.f-partner .inner .swiper-button-prev{background-image: url(/images/layout/p_prev.png); left: 10px;} /*이미지,위치*/
.f-partner .inner .swiper-button-next{background-image: url(/images/layout/p_next.png); right:10px;}

.f-partner .inner .swiper-button-next.swiper-button-disabled, .f-partner .inner .swiper-button-prev.swiper-button-disabled {
	opacity:.0;
	cursor: auto;
	pointer-events: none
}

.swiper_1 .swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0;}
.swiper_1 .swiper-pagination-bullet-active {width:40px;height:7px;background:#7357bd;}

.swiper_1 .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper_1.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0%;bottom:0px;z-index:50;height:2px;width:100%;}
.swiper_1 .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper_1 .swiper-scrollbar-cursor-drag {cursor:move}
.swiper_1 .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

/*  SUB LAYOUT :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%;height:var(--sub-visual-height); 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; flex-direction: column; margin:0 auto;text-align: center; height:100%;padding:60px 5% 0;box-sizing: border-box; z-index:2;}
#visual .visual-tit{}
#visual .visual-tit > span{position:relative; display: inline-block; font-weight:700; color:#fff; font-size:5.0rem;line-height:1;letter-spacing:0rem;text-shadow: 1px 1px 16px rgba(0,0,0,0.2);padding-right:12px;}
#visual .visual-tit > span::after {position:absolute; right:0px; top:0px;content: ' '; width:9px;height: 9px;background:var(--light-color); border-radius:50%; }
#visual .visual-sub-txt{font-weight: 500;color:#fff; font-size:2.0rem;line-height:1;text-shadow: 1px 1px 16px rgba(0,0,0,0.2); text-transform:uppercase; 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;
	-ms-transform: translateY(50px) rotate(0.0001deg);
    -o-transform: translateY(50px) rotate(0.0001deg);
    -moz-transform: translateY(50px) rotate(0.0001deg);
    -webkit-transform: translateY(50px) rotate(0.0001deg);
     transform: translateY(50px) rotate(0.0001deg); 
	/*-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;*/
}
#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: translateY(0) rotate(0.0001deg);
    -o-transform: translateY(0) rotate(0.0001deg);
    -moz-transform: translateY(0) rotate(0.0001deg);
    -webkit-transform: translateY(0) rotate(0.0001deg);
     transform: translateY(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);}

.menuTab-wrap{width:100%;height:var(--menuTab-height); padding:0px 5%;border-bottom:1px solid #dfdfdf; box-sizing: border-box;overflow:hidden; }

.menuTab{width:100%;max-width:1400px; margin:0 auto; height:var(--menuTab-height); padding:0px;position:relative; }
.menuTab ul{display:flex;justify-content:flex-start; align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{margin-right:30px;}
.menuTab li:last-child{margin-right:40px;}
.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:400;font-size:16px;line-height:1;color:#A6A6A6;border-width:0; border-style:solid; border-color:var(--concept-color); padding:0 2px; border-radius:0px;box-sizing: border-box;}
.menuTab li.active a{font-weight:700;color:var(--concept-color);border-width:0 0 2px 0; }

.location{position:absolute; right:0; top:0; height:var(--menuTab-height); }
.location ul{display:flex; align-items: center; gap:0;}
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:400;font-size:14px;color: #333;line-height: 1;letter-spacing:-0.01em; margin-right:0px;} 
.location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ''; background: url(/images/layout/arrow_left1.png) 0% 50% no-repeat;width: 5px;height:8px;/*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 {width: 0px;height: 0px;margin-left:0px; }
.location li:last-child{margin-right:0px;}

.container {width:100%;margin:4rem 0 6rem;overflow: hidden; min-height:400px; }
.title{font-weight:700;font-size:4rem;color:#000;line-height:1;letter-spacing:-0.01em;margin-bottom:4rem;}

/*
.topWrap{display:flex; justify-content: space-between;gap:0px;margin-bottom:5rem;}
.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:16px;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: 700;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);}
*/


/********************************************
	login 및 공통사용
********************************************/
.login_wrap{display:flex;width:100%;max-width:600px; margin:40px auto; justify-content: center;align-items: center;flex-direction: column; padding:60px 100px;border:1px solid #dfdfdf;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.login_wrap .login_logo{width:100%;text-align:center;margin-bottom:30px;}
.login_wrap .login_logo > h3{min-height:60px;background:url(/images/layout/logo.png) 50% 0% no-repeat;background-size:auto 50px; padding-top:60px;font-weight:700;font-size:20px;color:#333;line-height:1.45;letter-spacing:-0.01rem;}
.login_wrap .login_logo h1{text-indent: -9999px;width:0; height:0; line-height:0;}
.login_wrap .btn_area{width:100%;text-align:center;margin-top:20px;font-size:0;}
.login_wrap .btn_login{display: inline-block; width:200px; text-align:center;cursor:pointer; height:50px;background:var(--concept-color); border-radius:4px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.login_wrap .btn_login > span{display:inline-flex;align-items: center;padding-left:30px;background:url(/images/layout/i_lock.png) no-repeat left center;background-size:auto 21px; height:100%; font-weight: 600;font-size:17px; color:#fff;line-height:1;letter-spacing:0.01em;}

/* form */
.form_sty{width:100%;margin:20px 0px 40px;border-top:0px 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:600;font-size: 16px;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 .tit.sm{flex:0 0 100px;  }
.form_sty .tit.lg{flex:0 0 180px;  }
.form_sty .cont{flex:1;font-size:14px;/* color: #545454; */ }
.form_sty .txt{font-weight:400;font-size:14px;color: #666;line-height:1;letter-spacing:-0.02rem;}
.form_sty .txt-bold{font-weight:700;font-size:16px;color: #333;line-height:1;letter-spacing:-0.02rem;}
.form_sty .txt-bold > span{font-weight:400;font-size: 14px;color: #666;line-height:1;letter-spacing:-0.02rem;}
.form_sty a{vertical-align:middle;}
.form_sty .cont-txt{display:flex;align-items: center; min-height:40px; font-weight:400;font-size:16px;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%;}

.form_sty ul.full{gap:20px; padding:20px 0px;}
.form_sty ul.full li{flex:1;}

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;color: #aaa;font-size:16px; line-height:1;letter-spacing:-0.03rem;}
.tit-required > span.required{padding-right:10px;}
.tit-required > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}

.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:#fff;border:0px solid #262729;background:#a3a5aa;line-height:40px;padding:0px 5px;text-align:center; font-size:14px;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%; border:1px solid #dfdfdf;background:#fafafa; margin:0px auto;max-height:150px;padding:25px;box-sizing: border-box; }
.wr_box > h3{font-weight: 500;font-size:15px;line-height:1.45;color:#333;margin-bottom:10px;}
.wr_box > p{font-weight: 400;font-size:14px;line-height:1.45;color:#333; margin-top:10px;}
.wr_box > p:first-child{ margin-top:0px;}

.wr_box{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+ */
  }
  
  .wr_box::-webkit-scrollbar {width: 6px;height: 6px;}
  .wr_box::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
  .wr_box::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
  .wr_box::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
  .wr_box::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}

.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;}

.list--top{display:flex;justify-content:space-between;align-items: center; margin-bottom:20px; }
.list--top .list-total{order:1;}
.list--top .list--search{order:2;}

.list-total{min-height:15px; background:url(/images/layout/ico-notice.png) 0 0 no-repeat;font-size:14px;color: #333;line-height:1;letter-spacing:-0.02rem;padding-left:20px;box-sizing: border-box;}
.list-total > span{font-weight: 700;}


.list--search{display:flex;width:100%; max-width:400px;margin-left:auto;  background:#fafafa;}
.list--search .selectArea{width:120px;}
.list--search .selectArea select{background-color: transparent;}
.list--search .inputArea{flex:1 1 0;padding-left:5px;}

.zoom-list{width:100%;text-align:center; }
.zoom-list-item{display:block; position:relative; overflow: hidden; /* padding-top:56.25%;*/ padding-top:66%; height:0; }
.zoom-list-item .zoom-thum{overflow:hidden; display:block; position:absolute; top:0px; left:0px; width:100%; height:100%;border:1px solid #dfdfdf;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 0px; text-align:left;}
.zoom-list .zoom-tit .tit{font-weight:700;letter-spacing:0em;color:#333; font-size:16px;margin-bottom:5px;line-height:1.45; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.zoom-list .zoom-tit .txt{font-weight:400;letter-spacing: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 .zoom-tit .date{font-weight:500;letter-spacing:0em;color:#777; font-size:13px; line-height:1; }
.zoom-list .bottom{width:100%;text-align:left;margin-top:20px;}
.zoom-list .bottom > *{position:relative;display: inline-block;padding-left:12px;font-weight:400;font-size:12px;color: #777;line-height: 1;}
.zoom-list .bottom > *::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width:2px;height:2px;background:#dbdbdb;border-radius:50%;margin-left:10px; }
.zoom-list .bottom > *:first-child{padding-left:0px;}
.zoom-list .bottom > *:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

.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;}

/* 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.1rem;letter-spacing:-0.02rem;line-height:1.4;}
.board-view .stit{display: inline-block;font-weight:500;font-size:14px;line-height:1;color:var(--concept-color); margin-right:10px;}
.board-view .name{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b; margin-right:20px;}
.board-view .date{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.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%; margin-bottom:10px;}
.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: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 120px;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 120px;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:15px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:15px;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 120px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 120px;font-size:15px;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 */

/** faq list **/
.list_faq {border-top:1px solid #949494;background: #fff;margin-bottom:10px;}
.list_faq .item_faq {border-bottom:1px solid #dfdfdf;}
.item_faq.on .area_question:after {top:20px;border: 2px solid var(--concept-color);border-top: none;border-right: none; transform: rotate(135deg);}
.list_faq .area_question,
.list_faq .area_answer {position:relative;}
.list_faq .txt_q,
.list_faq .txt_a {position:absolute; text-align:center;}
.list_faq .desc_question, .list_faq .tit_answer,
.list_faq .desc_answer {padding:0 5px;}

.list_faq .area_question {padding:15px 30px 15px 35px; cursor:pointer;}
.list_faq .area_question:after {position:absolute; top:15px; right:15px; width:12px; height:12px;border: 2px solid #888;border-top: none;border-right: none; transform: rotate(-45deg); content:''; -webkit-transition: -webkit-transform .65s ease; transition: transform .65s ease;}
.list_faq .txt_q {display:inline-flex;justify-content: center;align-items: center; top:15px; left:5px;width:24px; height:24px; background-color:var(--concept-color); border-radius:50%;font-weight:700;font-size:15px; line-height:1; color:#fff;}
.list_faq .desc_question {font-weight:500;color: #333;font-size: 17px;line-height:1.45;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;}
.list_faq .category {display: inline-block;width:100%;font-weight:500;color:var(--concept-color);font-size:15px;line-height:1;letter-spacing:-0.02em;margin-bottom:5px;}

.list_faq .area_answer {display:none; padding:20px 20px 20px 35px; border-top:1px solid #dfdfdf; background-color:#f9f9f9;}
.list_faq .txt_a {display:inline-flex;justify-content: center;align-items: center;top:15px; left:5px; width:24px; height:24px; background-color:#55575a; border-radius:50%;font-weight:700;font-size:14px; line-height:1; color:#fff;}
.list_faq .tit_answer {font-weight:600;color: #333;font-size:16px;line-height:1.5;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;margin-bottom:20px; }
.list_faq .desc_answer {font-weight:400;color: #555;font-size:16px;line-height:1.5;letter-spacing:0em;word-wrap: break-word;word-break: keep-all;}
.item_faq.nodata {padding:100px 20px; text-align:center; font-size:16px;}

/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto;  border-top:2px solid  var(--concept-color);
	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:800px;*/ }
  .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:12px 15px;vertical-align:middle; background:#f9f9f9; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:16px;font-weight:600;line-height:1;letter-spacing:-0.02rem;/* position: -webkit-sticky;position:sticky;top:0;z-index:2; */ }
  .table-scroll-auto thead {position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .table-scroll-auto td {text-align:center;padding:10px 15px;vertical-align:middle;border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02rem;background: #fff;}
  /* 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 th:first-child,  .table-scroll-auto td:first-child{border-left:0px solid #dfdfdf; }
  .table-scroll-auto.atable table {min-width:100%;table-layout: fixed;}

  .table-scroll-auto th.bg-2, .table-scroll-auto td.bg-2{background:#f4f8fc;}
  .table-scroll-auto th.bg-1, .table-scroll-auto td.bg-1{background:#fff;}
  .table-scroll-auto .rborder{border-right:1px solid #dfdfdf;}

  .table-scroll-auto.left th,   .table-scroll-auto.left td{text-align:left;}

  .table-scroll-auto td p{margin-top:5px;}
  .table-scroll-auto td p:first-child{margin-top:0px;}  
  /* table--scroll 좌우사용 END */

  /* 오시는 길 */
.map-content{display:flex;width:100%;}

.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:150px;text-align:left;font-weight:700; font-size:16px;color:#333;line-height:1.4;}
.map-contacts .c_content{display: inline-block;width:calc(100% - 150px);text-align:left;font-weight:400;color:#333;font-size:14px;line-height:1.4;}
.map-contacts .c_btn{display: inline-block;width:100%;text-align:left;}

.root_daum_roughmap{z-index: 1 !important;}

.gray--box{width:100%; background:#fafafa; border:1px solid #dfdfdf; border-radius:4px; padding:40px;box-sizing: border-box; }

.bullet-list{display: inline-block;width:100%;padding-left:9px;font-weight:400;font-size:2rem;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:3px; height:3px; margin-top:12px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.bullet-txt{display: inline-block;width:100%;padding-left:9px;font-weight:400;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.4;box-sizing: border-box;}
.bullet-txt::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:10px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.alert-list-1{display: inline-block;width:100%;font-weight:500;font-size:16px;color:var(--concept-color);letter-spacing:-0.02rem;line-height:1.4;padding-left:20px;box-sizing: border-box;}
.alert-list-1::before {content: '※'; display: inline-block;font-weight:500;vertical-align: top;margin-top:-2px;margin-left:-20px;margin-right:3px;color:inherit; }

.circle--tit{margin-bottom:15px;}
.circle--tit > span{position:relative;font-weight:700;font-size:2.6rem;color:#000;line-height:1.3; padding-right:10px;box-sizing: border-box;}
.circle--tit > span::before{position:absolute;content: ' ';right:0;top:4px; width:6px; height:6px;background: var(--concept-color);border-radius: 50%; }

.tit--round{position:relative;font-weight:700;font-size:2.6rem;color:/* #183e77 */ #000;line-height:1.3; padding-left:30px;box-sizing: border-box; margin-bottom:15px;}
.tit--round::before{position:absolute;content: ' ';left:0;top:12px; width:20px; height:8px;background:var(--concept-color);border-radius:24px; }

/* START soluway submenu  
#snb{display:none; width:100%;  border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; font-size:0; line-height:0; position: relative; z-index:2;}
#snb #nav{display:flex; width:100%;max-width:1400px; margin:0 auto; }
#snb #nav>li{flex:1; border-right:1px solid #dfdfdf; display:inline-block; vertical-align:top; position:relative; box-sizing:border-box;background:url(/images/layout/arrow_t_down.png) 95% 50% no-repeat;}
#snb #nav>li>a{padding:0 40px 0 10px; font-weight:400;font-size:15px; line-height:49px; color:#333; display:block; position: relative;  }

#snb #nav>li.home{flex:0 0 50px;width:50px; min-width:50px; margin-bottom:-1px;background:none;}
#snb #nav>li.home>a{width:50px; height:50px; padding:0; background:url('/images/layout/ico_home.png') no-repeat center center;border-left:1px solid #dfdfdf;font-size:0; line-height:0;}
#snb #nav>li.home>a:before{content: ""; display:none;}

#snb #nav .lnbSub{background-color: #fff; border:1px solid #dfdfdf; position:absolute; left:-1px; right:-1px; top:49px; display:none; box-sizing:border-box;}
#snb #nav .lnbSub>a{padding:0px 10px; font-weight:400;font-size:14px; line-height:40px; color:#666; display:block;}
#snb #nav .lnbSub>a+a{border-top:1px solid #dfdfdf;}
#snb #nav .lnbSub>a:hover,
#snb #nav .lnbSub>a.active{color: #fff;background-color: var(--concept-color);} 
END  soluway submenu  */

/* // #snb #nav>li>a:before{content: ' ';position: absolute; top: 50%;right: 20px; width: 8px; height: 8px; margin-top: -4px;border: 1px solid #333;border-top: none;border-right: none; transform: rotate(-45deg);} */
/* #snb #nav>li.active a:before{transform:rotate(135deg);} // */

.i-alart{display: inline-block;  min-height:32px; background:url(/images/layout/icon-alart.png) 0 0 no-repeat;background-size:auto 32px; padding-left:45px; font-weight:500;font-size:18px;color:#333;line-height:1.5; }


/********************************************
	sub contents
********************************************/

.appearance-top{display: inline-block;width:100%; margin:6rem auto 12rem;text-align:center;}
.appearance-top .tit{font-weight:400;color:#333;font-size:5rem;line-height:1.45;margin-bottom:4rem;}
.appearance-top .txt{font-weight:500;color: #333;font-size:2.4rem;line-height:1.45;}
.appearance-top .tit-lg{font-weight:700;font-size:8rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:4rem; }
.appearance-top .logo-luhearty{width:100%; text-align: center;margin:2rem auto 4rem; }
.appearance-top .logo-luhearty img{max-width:240px; width:40%; }

.appearance-mid{display:block;width:100%;border-top:1px solid #dfdfdf;background:#f9f9f9; padding:12rem 0; margin:0 auto;box-sizing: border-box;}
.appearance-img{width:100%;max-width:1000px; text-align:center;margin:0 auto; }
.appearance-img img{max-width:100%;}

/* sub center swiper */
.swiper_center { position:relative; width:100%;  margin:0px auto;z-index:1; padding:0 25%;box-sizing: border-box;} 
.swiper_center .swiper-slide {width:100%; padding:0px; border:1px solid #ddd; box-sizing:border-box; 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; */ justify-content: center; align-items: center;transform: scale(.85);transition: all 0.5s ease-in-out; }
.swiper_center .swiper-slide.swiper-slide-active {transform: scale(1);}/* center mode swiper */
.swiper_center .swiper-slide img{width:100%;}
/* swiper_center 버튼관련 */ 
.swiper_center .swiper-button-prev,  
.swiper_center .swiper-button-next{width:40px; height:40px; background-size: 40px auto; top:50%; margin-top:-20px; opacity: .8;} /*크기*/
.swiper_center .swiper-button-prev{background-image: url(/images/sub/swiper-prev.png); left: 20%; } /*이미지,위치*/
.swiper_center .swiper-button-next{background-image: url(/images/sub/swiper-next.png); right: 20%; }

.swiper_center .swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0;}
.swiper_center .swiper-pagination-bullet-active {width:40px;height:7px;background:#7357bd;}
/* sub center swiper END */

/* sub 스와이퍼 */ 
.swiper_2 { position:relative; width:100%;max-width:860px; margin:0px auto;z-index:1; padding-bottom:0px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;} 
.swiper_2 .swiper-slide {width:100%;border:1px solid #dfdfdf;padding:0 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_2 .swiper-slide img{width:100%;}
/* 스와이퍼2 버튼관련 */ 
.swiper_2 .swiper-button-wrap{position: absolute;bottom:0px;right:0px;display:flex;align-items:center; min-width:180px; height:50px; background-color:rgba(196,152,76,.95);padding:0px;z-index:3;} 
.swiper_2 .swiper-button-wrap .swiper-button-prev,  
.swiper_2 .swiper-button-wrap .swiper-button-next{width:32px; height:31px;  top:50%;margin-top:-15px; z-index:4;} /*크기*/
.swiper_2 .swiper-button-wrap .swiper-button-prev{background:url(/images/layout/i_prev.png) 0 50% no-repeat;background-size:32px auto;left:20px;} /*이미지,위치*/
.swiper_2 .swiper-button-wrap .swiper-button-next{background:url(/images/layout/i_next.png) 0 50% no-repeat;background-size:32px auto;left:60px;}

.swiper_2 .swiper-pagination {position:relative;display: inline-block;width: auto; vertical-align: middle;left:100px; top:0px; font-size:14px; color:rgba(255,255,255,.5);}
.swiper_2 .swiper-button-wrap .swiper-pagination-bullet {opacity:0.2;}
.swiper_2 .swiper-button-wrap .swiper-pagination-bullet-active {opacity:1;}
.swiper_2 .swiper-pagination-current {color:#fff;}
.swiper_2 .swiper-pagination-current.include-zero:before {content : '0';}
.swiper_2 .swiper-pagination-total {display: inline-block;vertical-align:middle;}
.swiper_2 .swiper-pagination-total.include-zero:before {content : '0'}
.swiper_2 .swiper-progress__hidden-space {position:relative;margin: 0 0rem;display:inline-block;vertical-align:middle;}
.swiper_2 .swiper-progress__hidden-space:before {width:8px; height:1px; background:rgba(255,255,255,.3); content:''; display:block; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}

.swiper_2 .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper_2.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0% !important;bottom:3px;z-index:50;height:5px;width:100% !important;border-radius:10px;}
.swiper_2 .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:10px;left:0;top:0}
.swiper_2 .swiper-scrollbar-cursor-drag {cursor:move}
.swiper_2 .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}
/* swipe 영역END */

.dailycare{display:flex;align-items: center; gap:40px; margin:0rem auto; padding:5rem 0;position:relative; }
.dailycare::before{position:absolute;content: ' ';left:50%;top:50%;transform:translate(-50%, -50%); width:600px; height:600px;border:thick dotted var(--light-color); border-radius:50%;  z-index:-1;}
.dailycare .imgArea{width:25%; text-align:center;}
.dailycare .imgArea img{max-width:100%; }
.dailycare .cont{flex:1;}
.dailycare .tit{font-weight:700;font-size:2.8rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem; }
.dailycare .txtArea{min-height:110px;}
.dailycare .txtArea > p{padding-left:9px;font-weight:400;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.dailycare .txtArea > p::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:9px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}
.dailycare .txt{font-weight:400;color:#333;font-size:2rem;line-height:1.45;margin-bottom:2rem;}
.dailycare .contImg{width:100%;text-align:center; }
.dailycare .contImg img{max-width:100%; }

.weeklycare{width:100%;margin:0 auto;  padding:5rem 0 10rem;position:relative; }
.weeklycare ul{display:flex;justify-content: center; gap:20px;}
.weeklycare li{flex:2;}
.weeklycare li:last-child{flex:1; }
.weeklycare .contImg{text-align:center;}
.weeklycare .contImg img{max-width:100%; }
.weeklycare .txtBox{min-height:160px;}
.weeklycare .tit{display:flex;align-items: center;font-weight:700;font-size:2.8rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem; }
.weeklycare .tit > span{font-weight:400;font-size:1.8rem;color:#333;line-height:1;letter-spacing:-0.01em; }
.weeklycare .txt{padding-left:9px;font-weight:400;font-size:15px;color:#333;letter-spacing:-0.02rem;line-height:1.4; margin-bottom:2rem;box-sizing: border-box;}
.weeklycare .txt::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:7px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.weeklyBox{display:flex;justify-content: center;align-items:center; gap:20px;}

.weeklycare-mid{width:100%;margin:0 auto;  padding:10rem 0 6rem;background:#f9f9f9;}
.weeklycare-mid.bg-wh{background:#fff;}
.weeklycare-mid > div{display:flex;flex-wrap: wrap; width:100%;margin:0 auto; }
.weeklycare-mid .titArea{flex:0 0 40%; padding-right:5%;box-sizing: border-box;}
.weeklycare-mid .tit{font-weight:700;font-size:4rem;color:var(--concept-color);line-height:1.2;letter-spacing:-0.01em; margin-bottom:4rem;}
.weeklycare-mid .imgArea{width:100%;margin-bottom:1rem;}
.weeklycare-mid .imgArea img{max-width:100%; border:1px solid #dfdfdf;box-sizing: border-box;}
.weeklycare-mid .txt{font-weight:300;font-size:12px;color:#333;line-height:1.45;letter-spacing:-0.03em; }
.weeklycare-mid .cont{flex:0 0 60%; }
.weeklycare-mid .txtArea{flex:0 0 100%; margin-top:2rem; text-align:center;font-weight:600;color:#333;font-size:2rem;line-height:1.45;}
.weeklycare-mid .contArea{width:100%;}
.weeklycare-mid .contimg{width:100%; text-align: center; }
.weeklycare-mid .contimg img{max-width:100%;}
.weeklycare-mid .txt{margin-top:6rem; text-align:center;font-weight:600;color:#333;font-size:2rem;line-height:1.5;}


.weeklyBox-2{width:100%;}
.weeklyBox-2 ul{display:flex;flex-wrap: wrap;width:100%;}
.weeklyBox-2 li{width:48%;margin:0 0 40px 4%; }
.weeklyBox-2 li:nth-child(2n-1){margin:0 0 40px 0;}
.weeklyBox-2 .imgArea{width:100%;box-shadow: 1px 1px 16px 0px rgba(22,22,22, 0.05);}
.weeklyBox-2 .imgArea img{width:100%;}
.weeklyBox-2 .stit{ text-align:center;font-weight:500;color:#333;font-size:2rem;line-height:1.45;margin-top:1rem;}

.weeklycare-bot{width:100%;margin:0 auto;  padding:10rem 0;background:#3c3636;}
.weeklycare-bot .tit{font-weight:700;font-size:4rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em; margin-bottom:4rem;}
.weeklycare-bot ul{display:flex; gap:0 40px;}
.weeklycare-bot li{flex:1;  }
.weeklycare-bot .stit{font-weight:500;font-size:1.8rem;color:var(--light-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem; }
.weeklycare-bot .txtArea{margin-top:3rem; text-align:center;font-weight:600;color:rgba(255,255,255, .8);font-size:2rem;line-height:1.45;}

.weeklycare-graph{width:100%;margin:0 auto; padding:8rem 0 4rem;}
.weeklycare-graph.bg{background:#f9f9f9;padding:10rem 0;}
.weeklycare-graph ul{display:flex; gap:0 40px; margin-top:4rem;}
.weeklycare-graph ul:first-child{margin-top:0;}
.weeklycare-graph li{flex:1; border:1px solid #dfdfdf;background: #fff; box-sizing: border-box;}
.weeklycare-graph .titArea{display:flex;justify-content: center;align-items:center; text-align:center; min-height:50px; border-bottom:1px solid #dfdfdf;background:#f9f7f0; padding:1rem; box-sizing: border-box;}
.weeklycare-graph .contArea{min-height:420px; padding:2.5rem; box-sizing: border-box;}
.weeklycare-graph .botArea{display:flex;justify-content: center;align-items:center; text-align:center; min-height:50px; border-top:1px solid #dfdfdf;background:#fafafa; padding:1rem; box-sizing: border-box;}
.weeklycare-graph .txt-sm{font-weight:300;color:#333;font-size:13px;line-height:1.45;margin-bottom:1rem;}
.weeklycare-graph .txt{text-align:center; font-weight:400;color:#333;font-size:18px;line-height:1.45;margin-top:1rem;}
.weeklycare-graph .contImg{width:100%;text-align:center;}
.weeklycare-graph img{max-width:100%;}


.report-top{width:100%;max-width:1200px;text-align:center;margin:8rem auto; }
.report-top ul{display:flex;justify-content: center; gap:20px;margin-bottom:4rem; }
.report-top li{flex:1;border:1px solid #dfdfdf; box-sizing: border-box;}
.report-top li img{width:100%;}
.report-top > p{font-weight:600;color:#333;font-size:2rem;line-height:1.45;}
/* sub 스와이퍼 */ 
.report-top .swiper_2 {max-width:1200px; margin-bottom:4rem; padding:0 5px;box-sizing: border-box;}
.report-top .swiper_2 .swiper-button-wrap{display:none;} 

.report-mid{width:100%;margin:0 auto;  padding:10rem 0;background:#f9f9f9;}
.report-mid .inner{width:100%;max-width:1000px;}
.report-mid .contImg{width:100%;text-align:center;}
.report-mid .contImg img{max-width:100%;border:1px solid #dfdfdf;padding:15px;background:#fff; box-sizing: border-box;}
.report-mid p{margin-top:3rem;}
.report-mid .tit{text-align:center;font-weight:700;font-size:4rem;line-height:1.45;letter-spacing:-0.01rem;color:var(--concept-color); margin-bottom:4rem;}
.report-mid .txt{font-weight:400;font-size:18px;line-height:1.45;color:#333;}
.report-mid .sec{margin-top:60px;}

.doctor-img{width:100%;text-align:center;margin:8rem auto; }
.doctor-img.pc{}
.doctor-img.tablet{display:none;}
.doctor-img.mobile{display:none;}
.doctor-img  img{max-width:100%;}
.doctor-txt{text-align:center;font-weight:600;color:#333;font-size:2rem;line-height:1.45;}

/* shop 인경우 */
body.shop .container{width:90%; margin:var(--shop-header-height) auto 6rem;  padding:4rem 0; border-top:2px solid #000;}

.noPage{display:flex;flex-direction: column;align-items: center; margin:0 auto;padding:6rem 0; }
.noPage .img{width:50%; max-width:260px;margin:0 auto;margin-bottom:3rem;}
.noPage .img img{width:100%;height:auto;}
.noPage .txt{text-align:center; font-weight:400;font-size:18px;color:#333;line-height:1.45;letter-spacing:-0.01em; }
.noPage .txt > span{font-weight:700;}

.sportsVod{width:100%;max-width:1200px; margin:0 auto; }

.sportstech{width:100%;margin:0 auto;  padding:6rem 0;}
.sportstech ul{display:flex;justify-content: center; }
.sportstech li{flex:1; padding:0 10px; box-sizing: border-box;}
.sportstech .swimImg{width:100%;margin:0 auto 8rem; text-align:center;}
.sportstech .swimImg img{max-width:100%; }
.sportstech .contImg{text-align:center;}
.sportstech .contImg img{max-width:100%; }
.sportstech .tit{text-align:center; font-weight:700;font-size:3.2rem;color:#333;line-height:1.45;letter-spacing:-0.01em;margin-bottom:6rem; }
.sportstech .stit{text-align:center; font-weight:500;font-size:18px;color:#333; line-height:1;letter-spacing:-0.01em;margin-bottom:2.5rem; }

.sportstech_box{width:100%;border:1px solid #dfdfdf; padding:40px;box-sizing: border-box;}
.sportstech_box .tit{text-align:center; font-weight:700;font-size:22px;color:#333; line-height:1;letter-spacing:-0.01em;margin-bottom:3rem; border-bottom:1px solid #eee; padding-bottom:15px; }
.sportstech_box ul{display:flex;flex-wrap: wrap; max-width:1000px;margin:0 auto; }
.sportstech_box li{width:33.3333%; padding:0 10px 15px; box-sizing: border-box;}
.sportstech_box .txt{padding-left:9px;font-weight:400;font-size:15px;color:#333;letter-spacing:-0.02rem;line-height:1.4;box-sizing: border-box;}
.sportstech_box .txt::before {content: ' '; display: inline-block; vertical-align: top;width:4px; height:4px; margin-top:7px;margin-left:-9px;margin-right:5px;border-radius: 50%; background:var(--concept-color);}

/* 202412  */
.petTech_wrap{width:100%; border-bottom:1px solid #eee; box-sizing: border-box;}
.petTech_top{display:flex; align-items: center; width:100%; max-width:1400px; margin:0 auto; height:700px;background:url(/images/sub/luh-1.png) 100% 50% no-repeat;background-size:auto 100%; padding-left:10%; box-sizing: border-box;}
.petTech_top .luh-logo{ }
.petTech_top .luh-logo img{ width:100%; max-width:350px;}

.petTech_img{display:flex;align-items: center; gap:50px; background:#faf9f9; padding:100px 5%;box-sizing: border-box;}
.petTech_img > div{flex:1; display:inline-flex;justify-content: center; align-items: center; }
.petTech_img > div img{max-width:100%;}

.tit_line{}
.tit_line > span{position: relative; display:inline-flex; font-weight:700;font-size:50px;color:#333;line-height:1.2;letter-spacing:-0.01em; }
.tit_line > span::after{position: absolute;content: ""; left:0; bottom:2px; width:100%; height:2px; background:#333;}

.stit_line{}
.stit_line > span{position: relative; display:inline-flex; font-weight:700;font-size:40px;color:#333;line-height:1.2;letter-spacing:-0.01em; }
.stit_line > span::after{position: absolute;content: ""; left:0; bottom:2px; width:100%; height:2px; background:#333;}

.daily_top{position: relative;display:flex; align-items: center;  width:100%;height:600px;background:#fff; border-top:1px solid #eee; border-bottom:1px solid #eee;box-sizing: border-box;}
.daily_top .imgArea{ width:70%; height:100%; background:url(/images/sub/dc-bg.png) 50% 50% no-repeat;background-size:cover; }
.daily_top .img-m{display:none;}
.daily_top .titArea{flex:1; align-self: flex-end; padding-bottom:50px; padding-left:5%;  box-sizing: border-box;}

/*
.daily_top img{width:100%;}
.daily_top .tit_line{position: absolute; left:5%; bottom:10%; z-index: 2; }
.daily_top .tit_line > span{color:#fff; }
.daily_top .tit_line > span::after{ background:#fff;}*/

.daily_cont{width:100%;margin:80px auto 40px; }
.daily_cont ul{width:100%; max-width:1000px;margin:0px auto;padding:60px 0 0;  }
.daily_cont ul.img{display:flex; justify-content: center; gap:50px; }
.daily_cont ul.img li{}
.daily_cont ul.img li img{width:100%; max-width:239px;}
.daily_cont ul.cont{display:flex; justify-content: center; padding-bottom:40px;}
.daily_cont ul.cont li{display:inline-flex; flex-direction: column;  }

.daily_cont .tit{font-weight:700;font-size:2.8rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem; }
.daily_cont p{padding-left:9px;font-weight:400;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.daily_cont p::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:9px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.weekly_top{display:flex;align-items: center; height:600px; background:#faf9f9;box-sizing: border-box;}
.weekly_top .imgArea{ width:70%; height:100%; background:url(/images/sub/wc-bg.png) 80% 30% no-repeat;background-size:cover; }
.weekly_top .img-m{display:none;}
.weekly_top .titArea{flex:1;align-self: flex-end; padding-bottom:50px; padding-left:5%;box-sizing: border-box;}

.weekly_cont{width:100%;margin:80px auto 40px; }
.weekly_cont ul{display:flex; justify-content: center; gap:0px; width:100%;max-width:1000px; margin:auto; padding:60px 0 0;  }
.weekly_cont li{flex:0 0 100%; }

.weekly_cont .img{display:flex;justify-content:space-between;gap:20px; margin:0 auto 40px;}
.weekly_cont .img img{width:100%; max-width:210px;}
.weekly_cont .tit{display:flex;flex-direction: column; font-weight:700;font-size:2.8rem;color:var(--concept-color);line-height:1.45;letter-spacing:-0.01em;margin-bottom:1rem; }
.weekly_cont .tit > span{font-weight:400;font-size:1.8rem;color:#666;line-height:1.45;letter-spacing:-0.01em;}
.weekly_cont p{padding-left:9px;font-weight:400;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.weekly_cont p::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:9px;margin-left:-9px;margin-right:6px;border-radius: 50%; background: currentcolor;}

.weekly_cont .cont{display:flex; width:100%; max-width:850px; margin:auto; padding-bottom:40px;}
.weekly_cont .cont > *{display:inline-flex; flex-direction: column; }

.weekly_cont ul .img.second{max-width:850px;}

/* .weekly_cont li.first {flex:0 0 30%; }
.weekly_cont li.first .img{justify-content:flex-start;} 
 */


.noise{width:100%;margin:4rem auto; border-top:1px solid #ddd; padding-top:8rem; box-sizing: border-box;}
.noise ul{display:flex; gap:10px;padding-top:60px;  }
.noise li{flex:1; text-align: center; }
.noise .tit{font-weight:700;font-size:3.6rem;color:#333;line-height:1.45;letter-spacing:-0.01em;margin-bottom:4rem; }
.noise .noise-img{display:flex;justify-content: center; align-items: center; width:100%;height:360px; margin-bottom:20px; }
.noise .noise-img img{max-width:100%; max-height:100%;  }
.noise .stit{font-weight:700;font-size:2rem;color:#333;line-height:1.45;letter-spacing:-0.01em;  margin-bottom:5px; }
.noise .txt{font-weight:400;font-size:16px;color:#333;line-height:1.45;letter-spacing:-0.01em; }

.health-report{width:100%;max-width:1200px;text-align:center;margin:8rem auto; }
.health-report ul{display:flex;justify-content: center; gap:40px;margin-bottom:4rem; }
.health-report li{flex:1;border:1px solid #dfdfdf; box-sizing: border-box;}
.health-report li img{max-width:100%;}
.health-report > p{font-weight:500;color:#333;font-size:2rem;line-height:1.45;}

/* report-swiper */
.report-swiper{position: relative; width:100%; max-width:1200px; margin:0 auto 40px; padding-bottom:40px; box-sizing: border-box;}
.report-swiper .swiper-slide {width:100%; margin:0 auto; padding:0px;  box-sizing:border-box; display: flex;justify-content: center; align-items: center; transition: all 0.5s ease-in-out; }
.report-swiper .swiper-slide img{max-width:100%;}
.report-swiper-img{width:calc(100% - 40px);border:1px solid #ddd; box-sizing:border-box; }
/* report-swiper 버튼관련 */ 
.report-swiper .swiper-button-prev,  
.report-swiper .swiper-button-next{width:40px; height:40px; background-size: 40px auto; top:50%; margin-top:-20px; opacity: .8; z-index: 3;} /*크기*/
.report-swiper .swiper-button-prev{background-image: url(/images/sub/swiper-prev.png); left:0px; } /*이미지,위치*/
.report-swiper .swiper-button-next{background-image: url(/images/sub/swiper-next.png); right:0px; }

.report-swiper .swiper-pagination-bullet {width:12px;height:6px;margin:0px 4px;display: inline-block;border-radius:24px; background: #666; border:0;}
.report-swiper .swiper-pagination-bullet-active {width:24px;height:6px;background:#333;}
/* report-swiper END */

.feedback-report{width:100%;;margin:0 auto;  padding:10rem 0;background:#f9f9f9;}
.feedback-report ul{display:flex;justify-content: center; gap:40px;margin-bottom:4rem; }
.feedback-report li{flex:1;border:1px solid #dfdfdf; box-sizing: border-box;}
.feedback-report li img{max-width:100%;}
.feedback-report p{text-align:center; font-weight:500;color:#333;font-size:2rem;line-height:1.45;}

#health_report .swiper-pagination{display:none;}
#health_report .swiper-button-prev, #health_report .swiper-button-next{display:none;}

.diva-top{width:100%; background:#020305;padding:8% 0 0;box-sizing: border-box;}
.diva-top .imgArea{display:flex;flex-direction: column; align-items: center; text-align: center; width:100%; max-width:1400px; margin:0 auto; height:800px; background:url(/images/sub/diva-top.png) 50% 100% no-repeat #020305;background-size:cover; box-sizing: border-box;}
.diva-top .desc{font-weight:400;font-size:3rem;color:#fff;line-height:1.45;letter-spacing:0em;margin-bottom:40px;}
.diva-top .txt{font-weight:700;font-size:5rem;color:#fff;line-height:1.3;letter-spacing:0em; }
.diva-top .diva-logo{ }
.diva-top .diva-logo img{width:100%; max-width:400px;}

.diva-1{width:100%;margin:0 auto; background:#f9f9f9; padding:10rem 0;}
.diva-1 ul{display:flex; gap:40px; margin-top:80px; }
.diva-1 ul li{flex:1;display:inline-flex; flex-direction: column; justify-content: space-between;  background:#fff; border:1px solid #ddd; border-radius: 30px; padding:60px 40px 40px; box-sizing: border-box;  position: relative;}
.diva-1 .cont-tag{ position:absolute; left:50%; top:-25px; transform:translateX(-50%); display:inline-flex; justify-content: center; align-items: center; width:200px; height:50px;background:var(--sub-color);  border-radius: 30px; font-weight:700;color:#fff;font-size:2rem;line-height:1;  z-index: 2; }
.diva-1 .contBox{width:100%;}
.diva-1 .tit{display:flex; justify-content: center; align-items: center; gap:10px; text-align: center; border-bottom:1px solid #ddd; padding-bottom:10px; font-weight:700;font-size:3rem;color:#333;line-height:1.45;letter-spacing:-0.01em;}
.diva-1 .tit > span{font-weight:500;font-size:2rem;color:#888; }
.diva-1 div.cont{display:flex; gap:20px; border-top:1px solid #eee; padding:15px 0;box-sizing: border-box;}
.diva-1 div.cont:first-of-type{ border-top:0;}
.diva-1 .leftArea{width:30%;}
.diva-1 .leftArea > h3{position: relative; padding-left:15px;font-weight:700;font-size:2.4rem;color:#333;line-height:1.2;letter-spacing:-0.01em; box-sizing: border-box;}
.diva-1 .leftArea > h3::after{position:absolute; content: ""; left:0; top:5%; width:3px;height:90%; background:var(--sub-color); }
.diva-1 .rightArea{flex:1; }
.diva-1 .rightArea > p{margin-top:10px; }
.diva-1 .rightArea > p:first-of-type{margin-top:0px; }
.diva-1 .simg{margin-top:10px; flex:1;  }
.diva-1 .simg img{width:100%; height:100%; border-radius: 20px;}
.diva-1 ul li:nth-of-type(2) .cont-tag{ background:var(--blue-color);}
.diva-1 ul li:nth-of-type(2) .leftArea > h3::after{background:var(--blue-color);}

.diva-2{width:100%;margin:0 auto; padding:10rem 0; border-top:1px solid #eee;}
.diva-2 ul{display:flex; margin-top:80px; }
.diva-2 .leftArea{position: relative;  width:30%;  display:inline-flex; flex-direction: column; justify-content:center; text-align: center;background:#f1f1f1; padding:60px 40px; box-sizing: border-box; }
.diva-2 .leftArea.bg-blue{background:#249fef;}
.diva-2 .rightArea{width:70%; padding:20px 40px; box-sizing: border-box;}
.diva-2 .left-txt{font-weight:400;font-size:16px;color:#333;line-height:1.45;letter-spacing:-0.01em;}
.diva-2 .left-tit{font-weight:700;font-size:2.2rem;color:#fff;line-height:1.6;letter-spacing:-0.01em;margin-bottom:15px;}
.diva-2 .left-logo{margin-bottom:15px;}
.diva-2 .left-logo img{max-width:80%;}
.diva-2 .rightArea dl{display:flex; gap:10px; width:100%; border-top:1px solid #eee; padding:12px 0; box-sizing: border-box;}
.diva-2 .rightArea dl:first-of-type{ border-top:0; padding-top:0; }
.diva-2 .rightArea dt{ width:280px; display:inline-flex;align-items: center; gap:5px;}
.diva-2 .rightArea dd{flex:1;font-weight:400;font-size:18px;color:#666;line-height:1.45;letter-spacing:-0.01em; box-sizing: border-box;}
.diva-2 .icon img{width:30px; }
.diva-2 .tit{font-weight:700;font-size:20px;color:#333;line-height:1.45;letter-spacing:-0.01em;}
.diva-2 .sub-tit{display:flex; align-items: center; flex-wrap: wrap; gap:10px;font-weight:700;font-size:2.2rem;color:#333;line-height:1.45;letter-spacing:-0.01em;margin-bottom:20px;}
.diva-2 .sub-tit > span{font-weight:400;font-size:16px;color:#333;line-height:1.45;letter-spacing:-0.01em;}
.diva-2 .leftArea.bg-blue .left-txt{color:#fff;}
.diva-2 .left-img{}
.diva-2 .left-img img{max-width:100%;}

.lab-wrap{width:100%; }
.lab-wrap > ul{display:block; width:100%; margin-top:50px; }
.lab-wrap > ul:first-child{margin-top:0px; }
.lab-wrap .imgArea{margin-bottom:20px; }
.lab-wrap .imgArea img{width:100%; }
.lab-wrap .contArea{display:flex;align-items: center; justify-content: center; flex-wrap: wrap; gap:10px 20px; }
.lab-wrap .contArea > div{display:flex;align-items: center;gap:5px; }
.lab-wrap .cont-txt{font-weight:400;font-size:14px;color:#333;line-height:1.3;letter-spacing:-0.01em; }
.lab-wrap .num{display:inline-flex;justify-content: center; align-items: center;width:20px; height:20px;border-radius: 50%; background:var(--blue-color); font-weight:700;font-size:10px;color:#fff;line-height:1.2;letter-spacing:-0.01em;}

.core-wrap{width:100%; }
.core-wrap > *{display:block; width:100%; margin-top:40px; }
.core-wrap > *:first-child{}
.core-wrap .imgArea{}
.core-wrap .imgArea img{width:100%; }
.core-wrap .cont-tit{font-weight:400;font-size:18px;color:#333;line-height:1.3;letter-spacing:-0.01em; text-align: center; margin-bottom:15px; }
.core-wrap .cont-tit > span{font-weight:700;}
.core-wrap .cont-tit br{display:none;}
.core-wrap .cont-desc{font-weight:400;font-size:16px;color:#333;line-height:1.3;letter-spacing:-0.01em; text-align: right; margin-top:5px; }
.core-wrap .cont-desc > span{font-weight:700;color:#ff6250;}

.diva-3{width:100%;margin:0 auto; background:#f9f9f9; padding:10rem 0;}
.diva-3 ul{display:flex;margin-top:60px; }
.diva-3 .imgArea{flex:1.5; align-self: center;text-align: center; padding:0 40px; box-sizing: border-box;}
.diva-3 .imgArea img{width:100%; max-width:600px;  }
.diva-3 .leftArea{flex:1.3;}
.diva-3 .rightArea{flex:1;}
.diva-3 dl{display:flex;flex-wrap: wrap; width:100%; padding-top:20px; box-sizing: border-box;}
.diva-3 dl:first-of-type{padding-top:0; }
.diva-3 dt{display:inline-flex;align-items: center; gap:10px; width:100%; font-weight:700;font-size:20px;color:#333;line-height:1.45;letter-spacing:-0.01em;  box-sizing: border-box;margin-bottom:10px;}
.diva-3 dd{width:100%;font-weight:400;font-size:18px;color:#666;line-height:1.45;letter-spacing:-0.01em;  padding-left:40px; box-sizing: border-box;}
.diva-3 .num{display:inline-flex;justify-content: center; align-items: center; width:30px; height:30px; border-radius: 50%; background:var(--blue-color); font-weight:700;font-size:14px;color:#fff;line-height:1.2;letter-spacing:-0.01em;}

.diva-4{width:100%;margin:0px auto;padding:10rem 0;border-top:1px solid #eee;}
.diva-4 ul{display:flex; justify-content: center; align-items: center; margin-top:60px; }
.diva-4 .imgArea{flex:1.5; padding:0 40px; box-sizing: border-box;}
.diva-4 .imgArea img{max-width:100%; }
.diva-4 .leftArea{flex:1; text-align: center; }
.diva-4 .tit{font-weight:700;font-size:3rem; color:#333;line-height:1.45;letter-spacing:-0.01em;}
.diva-4 .box{width:100%;border:1px solid #ddd; border-radius: 24px;padding:25px; box-sizing: border-box; margin-top:15px;}
.diva-4 .box > p{font-weight:400;font-size:18px; color:#444;line-height:1.45;letter-spacing:-0.01em;}

.diva-5{width:100%;margin:0 auto; background:#f9f9f9; padding:10rem 0;}
.diva-5 ul{display:flex; gap:40px; margin-top:80px; }
.diva-5 ul li{flex:1;display:inline-flex; flex-direction: column; justify-content: space-between;  background:#fff; border:1px solid #ddd; border-radius: 30px;position: relative;}
.diva-5 .cont-tag{ position:absolute; left:50%; top:-25px; transform:translateX(-50%); display:inline-flex; justify-content: center; align-items: center; width:350px; height:50px;background:var(--sub-color);  border-radius: 30px; font-weight:700;color:#fff;font-size:2rem;line-height:1;  z-index: 2; }
.diva-5 ul li:nth-of-type(2) .cont-tag{ background:var(--blue-color);}
.diva-5 .imgArea{position: relative; display: inline-block; width:100%; height:0px;padding-top:56.25%;overflow: hidden;border:0px solid #eee; border-radius:30px 30px 0 0;background-size: cover; box-sizing: border-box; }
.diva-5 .imgArea img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:30px 30px 0 0;}
.diva-5 .contBox{width:100%; text-align: center; padding:30px; box-sizing: border-box; }

.diva-6{width:100%;margin:0px auto;padding:12rem 0;}
.diva-6 .tit{display:flex;align-items:flex-end; gap:15px; font-weight:800;font-size:4rem;color:#333;line-height:1.3;letter-spacing:-0.01rem;margin-bottom:60px; }
.diva-6 .tit > span{ font-weight:600;font-size:3rem;color:#666; padding-bottom:5px;}

/* diva swiper */
.swiper_diva { position:relative; width:100%;  margin:0px auto;z-index:1; /* padding:0 25%; */ box-sizing: border-box;} 
.swiper_diva .swiper-slide {width:auto; padding:0px; border:0px solid #ddd; box-sizing:border-box; display: flex; justify-content: center; align-items: center; transform: scale(.85); transition: all 0.5s ease-in-out; }
.swiper_diva .swiper-slide.swiper-slide-active {transform: scale(1);} 
.swiper_diva .swiper-slide img{max-width:100%;}
/* swiper_diva 버튼관련 */ 
.swiper_diva .swiper-button-prev,  
.swiper_diva .swiper-button-next{width:40px; height:40px; background-size: 40px auto; top:50%; margin-top:-20px; opacity: .8;} /*크기*/
.swiper_diva .swiper-button-prev{background-image: url(/images/sub/swiper-prev.png); left: 20%; } /*이미지,위치*/
.swiper_diva .swiper-button-next{background-image: url(/images/sub/swiper-next.png); right: 20%; }

.swiper_diva .swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0;}
.swiper_diva .swiper-pagination-bullet-active {width:40px;height:7px;background:#7357bd;}
/* sub center swiper END */

.diva-7{width:100%;margin:0px auto;  background:url(/images/sub/diva6-bg.png) 50% 50% repeat-x; }
.diva-7 .img{width:100%;max-width:var(--area-width); margin:0px auto; }
.diva-7 .img img{width:100%;}

.diva-8{width:100%;margin:0px auto; padding:5rem 0 10rem; background:#000;}
.divaVod{width:100%;max-width:1200px; margin:0 auto; }

/* sub 스와이퍼 : 202412 리뉴얼에선 사용안함 */ 
.swiper_4 { max-width:1200px; margin-bottom:4rem; padding:0 5px;box-sizing: border-box;}
.swiper_4 .swiper-button-wrap{display:flex;} 
.swiper_4 img{max-width:100%;}

/* 스와이퍼4 버튼관련 : 202412 리뉴얼에선 사용안함 */ 
.swiper_4 .swiper-button-wrap{position: absolute;bottom:-40px;right:0px;display:flex;align-items:center; min-width:180px; height:50px; background-color:rgba(196,152,76,.95);padding:0px;z-index:3;} 
.swiper_4 .swiper-button-wrap .swiper-button-prev,  
.swiper_4 .swiper-button-wrap .swiper-button-next{width:32px; height:31px;  top:50%;margin-top:-15px; z-index:4;} /*크기*/
.swiper_4 .swiper-button-wrap .swiper-button-prev{background:url(/images/layout/i_prev.png) 0 50% no-repeat;background-size:32px auto;left:20px;} /*이미지,위치*/
.swiper_4 .swiper-button-wrap .swiper-button-next{background:url(/images/layout/i_next.png) 0 50% no-repeat;background-size:32px auto;left:60px;}

.swiper_4 .swiper-pagination {position:relative;display: inline-block;width: auto; vertical-align: middle;left:100px; top:0px; font-size:14px; color:rgba(255,255,255,.5);}
.swiper_4 .swiper-button-wrap .swiper-pagination-bullet {opacity:0.2;}
.swiper_4 .swiper-button-wrap .swiper-pagination-bullet-active {opacity:1;}
.swiper_4 .swiper-pagination-current {color:#fff;}
.swiper_4 .swiper-pagination-current.include-zero:before {content : '0';}
.swiper_4 .swiper-pagination-total {display: inline-block;vertical-align:middle;}
.swiper_4 .swiper-pagination-total.include-zero:before {content : '0'}
.swiper_4 .swiper-progress__hidden-space {position:relative;margin: 0 0rem;display:inline-block;vertical-align:middle;}
.swiper_4 .swiper-progress__hidden-space:before {width:8px; height:1px; background:rgba(255,255,255,.3); content:''; display:block; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);}

.swiper_4 .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper_4.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0% !important;bottom:3px;z-index:50;height:5px;width:100% !important;border-radius:10px;}
.swiper_4 .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:10px;left:0;top:0}
.swiper_4 .swiper-scrollbar-cursor-drag {cursor:move}
.swiper_4 .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}
/* swipe 영역END */

/* 202412 리뉴얼 메인 */ 
.main-1{display:flex; flex-direction: column; justify-content:center; width:100%; height:900px; /* min-height:100vh; */ margin:0px auto; padding:0px 5%;  box-sizing: border-box; position: relative;}
.main-1 .main--tit{text-align: center; color:#fff; margin-bottom:120px;}
.main-1 .main--tit::after {display:none;}
.main-1 .main--tit::before {display:none;}
.main-1 .tabGroup{ width:100%;margin:0px auto; }

.sec1-wrap {position:absolute; left:0;top:0; width:100%;height:100%;  margin:0 auto; padding:0px;z-index:-1; }  
.sec1-swiper {width:100%;height:100%;  margin:0 auto; padding:0px; }  
.sec1-swiper .swiper-slide {width:100%; height: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;  }
.sec1-swiper .swiper-slide a{width:100%;}
.sec1-swiper-img{width:100%; height:100%; background-size: cover; overflow: hidden; }
.sec1-swiper-img img{width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}

.swiper-tab1 {width: 100%;max-width:1400px; margin:0px auto;  box-sizing: border-box;  }
.swiper-tab1 .swiper-slide {width:100%; transition: all 0.5s ease-in-out;  cursor:pointer;  padding:0 0 0 0; box-sizing: border-box;} 
.swiper-tab1 .swiper-cont{position: relative; border-top:3px solid var(--blue-color); padding-top:20px; }
.swiper-tab1 .swiper-tit{font-weight:800;font-size:34px;line-height:1.45;letter-spacing:0em; color:#fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:5px; opacity: .6; }
.swiper-tab1 .swiper-stit{font-weight:600;font-size:24px;line-height:1.45;letter-spacing:0em; color:#fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:40px; opacity: .6; }
.swiper-tab1 .swiper-txt{font-weight:400;font-size:18px;line-height:1.45;letter-spacing:0em; color:#fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); opacity: .6; }

.swiper-tab1 .swiper-slide-thumb-active .swiper-cont{position: relative; border-top:3px solid var(--sub-color); }
.swiper-tab1 .swiper-slide-thumb-active .swiper-tit{opacity:1; }
.swiper-tab1 .swiper-slide-thumb-active .swiper-stit{opacity:1; }
.swiper-tab1 .swiper-slide-thumb-active .swiper-txt{opacity:1; }

.main-1 .tabGroup .mo-box{ display:none; flex-direction: column; justify-content:center; width:100%;padding:60px 40px; box-sizing: border-box; margin-top:1px;} 
.main-1 .tabGroup .mo-box.s1 {width:100%;background: url(/images/main/sec1bg-1-m.jpg) 50% 50% no-repeat; background-size: cover;} 
.main-1 .tabGroup .mo-box.s2 {width:100%;background: url(/images/main/sec1bg-2-m.jpg) 50% 50% no-repeat; background-size: cover;} 
.main-1 .tabGroup .mo-box.s3 {width:100%;background: url(/images/main/sec1bg-3-m.jpg) 80% 80% no-repeat; background-size: cover;} 
.main-1 .mo-tit{font-weight:800;font-size:30px;line-height:1.45;letter-spacing:0em; color:#fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); margin-bottom:5px; }
.main-1 .mo-stit{font-weight:600;font-size:20px;line-height:1.45;letter-spacing:0em; color:#fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);margin-bottom:10px; }
.main-1 .mo-txt{font-weight:300;font-size:17px;line-height:1.45;letter-spacing:0em; color:#fff;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); position: relative; padding-top:30px; }
.main-1 .mo-txt::after{position: absolute; content: ""; left:0; top:0; background: var(--blue-color); width:40px; height:2px;  }
.main-1 .tabGroup .mo-box.s2 .mo-txt::after{background: var(--sub-color); }

.main-2{width:100%; margin:0px auto; background:#fafafa; padding:100px 0px; box-sizing: border-box;}
.main-2 .tit-md{text-align: center;font-weight:400;line-height:1.5; }
.main-2 .tit-md > span{font-weight:700;}
.main-2 .main--tit::after {display:none;}
.main-2 .main--tit::before {display:none;}
.main-2 ul{display:flex; flex-wrap: wrap; gap:60px; margin:100px auto 0;}
.main-2 li{flex:1; position: relative; text-align: center; }
.main-2 .tab{position: absolute; left:50%; top:-20px; transform:translateX(-50%); display:inline-flex; justify-content: center; align-items: center; min-width:200px; height:40px;font-weight:700;font-size:16px;line-height:1.2;letter-spacing:0em; color:#fff; background: var(--blue-color);  border-radius:30px; z-index: 1;}
.main-2 .slideImg{border-radius:20px; margin-bottom:20px;}
.main-2 .txt{font-weight:300;font-size:18px;line-height:1.45;letter-spacing:0em; color:#333;margin-bottom:10px;}
.main-2 .tit{font-weight:700;font-size:26px;line-height:1.45;letter-spacing:0em; color:#333;}

.main-3{width:100%; margin:0px auto; padding:100px 0px 0; box-sizing: border-box;}
.main-3 .tit-md{text-align: center;font-weight:400;line-height:1.5; }
.main-3 .tit-md > span{font-weight:700;}
.main-3 .main--tit::after {display:none;}
.main-3 .main--tit::before {display:none;}
.main-3 ul{display:flex; flex-wrap: wrap; gap:60px; margin:100px auto 0;}
.main-3 li{flex:1; text-align: center; position: relative; border:1px solid #ddd; border-radius: 20px; padding:40px 15px; box-sizing: border-box;}
.main-3 .tab{position: absolute; left:50%; top:-20px; transform:translateX(-50%); display:inline-flex; justify-content: center; align-items: center; min-width:200px; height:40px;font-weight:700;font-size:16px;line-height:1.2;letter-spacing:0em; color:#fff; background: var(--blue-color);  border-radius:30px; padding:8px 16px; box-sizing: border-box; z-index: 1;}
.main-3 .txt{font-weight:300;font-size:18px;line-height:1.45;letter-spacing:0em; color:#333;}
.main-3 .sm{font-weight:300;font-size:14px;line-height:1.45;letter-spacing:0em; color:#333;}
.main-3 p{margin-top:20px;}
.main-3 p:first-child{margin-top:0px;}

/* 오늘 하루 보지 않기 팝업 */
.main-popup {position: fixed; left:0;top:0;justify-content:center;align-items: center;flex-direction: column; width:100%;height:100vh;margin: auto;z-index:99;display: none;}
.main-popup::before{position:absolute;top:0;left:0;content: ' ';  width:100%; height:100vh;background:#000;-ms-filter: alpha(opacity=60); filter: alpha(opacity=60); opacity:0.6; -moz-opacity:0.6;z-index:10;}
.main-popup.on{display:flex;}

.layer-cont{display:flex; flex-direction: column;width:100%;max-width:500px; margin:0 auto; background-color: #fff; box-shadow: 0 2px 16px -2px rgba(0, 0, 0, .2);z-index:99;}
.popupimg-wrap{width:100%;}
.popupimg-wrap img{width:100%;}

.main-popup-btn{width:100%; display:flex;justify-content:space-between;align-items: center; margin:0 auto; border-top:1px solid #ddd;background:#fff; box-sizing: border-box; z-index:99; }
.main-popup-btn > *{flex:1;padding:12px 0px; text-align:center; box-sizing: border-box;}
.main-popup-btn > *:first-child{border-right:1px solid #ddd; }
.main-popup-btn .btn-close {width:100%;font-weight:500;font-size:14px;line-height:1;color:#333;}
.main-popup-btn .btn-today-close{width:100%;font-weight:500;font-size:14px;line-height:1; color:#666;}

