@charset "utf-8";
body {font-family: var(--font-basic);}
header.hide {transform: translateY(-100%); overflow: hidden;}
.mainImg{width:100%;min-height:2796px; background:url(/images/main/main-img.jpg) center top no-repeat; position: relative;margin-top:-1px;}
/********************************************
	HEADER
********************************************/

#header{position:fixed; top:0; display:flex;justify-content:space-between;gap:20px; align-items: center;width: 100%;height:var(--header-height); margin:0 auto;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index: 4; padding:0 var(--wrap-padding); box-sizing: border-box; /* background-color:rgba(255,255,255,0.95); */  }
#header .header-inner{display:flex;justify-content:space-between;gap:20px; align-items: center;width: 100%;max-width:var(--wrap-width); height:100%;margin:0 auto;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);}
#header .logoArea{width:150px;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index:4;}
#header .logo{display:inline-block;width:100%;background:url(/images/layout/logo1.png) 0% 50% no-repeat;background-size:auto 40px;min-height:40px;  text-indent: -9999px;box-sizing: border-box; }
#header .util{display: inline-flex;justify-content: flex-end;align-items: center; width:100px;margin-right:50px; box-sizing: border-box; z-index:4}
#header .util > a{position:relative; display:inline-block;min-height:10px; padding-left:26px;font-weight: 400;font-size:13px;line-height:1;color:rgba(255,255,255, .8);}
#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;}
#header .util >  a.on{font-weight: 600;color:#fff;}


/* lagnuage */
.submenu-lagnuage-wrap {width: 100px;height: 30px;position: relative;z-index:4;}
.submenu-language { width: 100%; height: 100%;background: var(--second-color); border-radius: 20px; display: flex; align-items: center;justify-content: center; position: absolute;top: 0; left: 0;z-index: 1;transition: 0.3s ease;}
.submenu-language img:last-child {transition: 0.25s ease;}
.submenu-language.is-active img:last-child {transform: rotate(180deg);}
.language-icon{display:inline-block;width:16px; min-height:16px;background:url(/images/layout/i--earth-wh.png) 50% 50% no-repeat;background-size: auto 16px; }
.submenu-language span {font-weight:500;font-size:13px;line-height: 1;color: #fff;margin-right: 10px;}
.submenu-language img:first-child {margin-right: 10px;}
.is-open .submenu-language {background: #f7f7f7;}
.submenu-language.is-active { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);}
.submenu-lagn-list {position: absolute; top: 0;left: 0;width: 100%; background: #f9f9f9;padding: 0 14px;border-radius: 20px; max-height: 0; overflow: hidden; opacity: 0; transition: 0.2s;}
.submenu-lagn-list.is-active {padding: 39px 14px 10px;max-height: 500px;opacity: 1;}
.submenu-lagn-list li {font-weight: 500; font-size:12px; color: #acacac; padding-bottom: 12px;cursor: pointer;padding-left: 28px;}
.submenu-lagn-list li.is-active {color: #181818;font-weight: 500;}
.submenu-lagn-list li:last-child {padding-bottom: 0;}


#gnb {flex:1; display:inline-flex;justify-content:center;}
#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%; transition: 1.0s; position: relative; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(9,9,12,0.9); border-bottom:0px solid #ebebeb; position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.2s; }
#gnb.on #gnb1_ul:before{ height:380px; opacity: 1; } 

#gnb:after{ content: ""; display: block; position: fixed; width: 100%; height:0px; left: 0; right: 0; margin: 0 auto; top:var(--header-height); background-color:rgba(255,255,255,0.1); z-index:4; opacity: 0; transition: 0.2s; }
#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; /*  line-height:var(--header-height); */ position:relative; padding: 0 45px;}
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-weight: 600; color:#fff; text-decoration:none; font-size:18px;letter-spacing:0em;text-transform:capitalize; 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:10px; /* top:var(--header-height); 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; }
#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: 5; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }
/* #gnb #gnb1_ul:hover .gnb1_li.lg{padding: 0 70px; transition: 0.5s;} */
#gnb .gnb1_li > a.active{color: var(--concept-color) !important; }

.gnb1_li:last-child .gnb2_ul_box {border-right:0px;}
.gnb2_ul .gnb2_ul_box { border-top:0;padding:10px;  border-left:0px; box-sizing: border-box; -webkit-transition-delay: 0.8s;transition-delay: 0.8s;}

.gnb2_a {display:block;padding:8px 0px;font-size:15px; line-height:1.2; letter-spacing:-0.01em; color:#ddd;  text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{font-weight: 500;  color: #fff; }

.icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/images/layout/newwin-w.png) 0% 50% no-repeat;background-size:10px auto;}
.icon-newwin.depth-1{height:50px;}

.gnb_tit{padding:6px 0 12px;font-weight:600;font-size:14px;line-height:1;color:#333;text-align:center;text-decoration:none;}
.gnb3_a {display:block;padding:6px 0px;font-weight:400;font-size:13px;line-height:1.2;color:#666;text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb3_a:hover{color: #000; }

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li{ opacity: 1; top: 0; }
.gnb2_a:focus, .gnb2_a:hover {color: #000; }

.gbg-white #gnb .gnb1_li {line-height:var(--header-height);}
.gbg-white .gnb2_ul {top:var(--header-height); }

/* TYPE A : 이미지 위에 gnb노출 스타일 gnb hover Black Ver. : Basic top-A.html  */
/* TYPE B : gnb hover White Ver. : top-Btml */
.gbg-white #gnb:after{ height:1px; background-color:#eee; }
.gbg-white #gnb .gnb1_li {line-height:var(--header-height);}
.gbg-white .gnb2_ul {top:var(--header-height); padding-top:0px;  }
.gbg-white #gnb.on .gnb1_li:last-child .gnb2_ul_box {border-right:1px solid #eee;}
.gbg-white #gnb.on .gnb2_ul .gnb2_ul_box { border-top:0;padding:20px 10px; border-left:1px solid #eee;height:300px; overflow: hidden; box-sizing: border-box; position: relative; } 
.gbg-white #gnb.on .gnb1_a {color:#0f0f0f; text-shadow:none; }
.gbg-white #gnb.on .gnb1_li:hover > a{color:#333;}
.gbg-white #gnb.on .gnb2_a { color:#555; font-weight:400; }
.gbg-white #gnb.on a.gnb2_a:hover{color: #000; }
.gbg-white #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #eee;}
.gbg-white #gnb.on .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}

.gbg-white.bg_on .menu-icon__line {background-color: var(--second-color);}
.gbg-white.bg_on #header .util a{color:rgba(0,0,0, .6);}
.gbg-white.bg_on #header .util a:before{background:#888;}
.gbg-white.bg_on #header .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}
.gbg-white.bg_on .menu-icon__line {background-color: var(--second-color);}

/* TYPE C : gnb 상단 Bar 아래 이미지 노출 스타일 top-Ctml */
.text-bl #header{/* height:var(--headerB-height); 기본은position:relative; 현사이트에서만 fixed */}
.text-bl #header .util a{color:#666;}
.text-bl #header .util a:before{ background:#aaa;  }
.text-bl #header .util a.on{color:#1a1a1a;}
.text-bl #header #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ddd;}
.text-bl #header #gnb .gnb1_a {color:var(--second-color); }
.text-bl #header #gnb .gnb1_li:hover > a{ color: var(--concept-color);}
.text-bl #header .menu-icon__line {background-color: var(--second-color);} 
.text-bl #header #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
.text-bl .menu-icon__line {background-color: var(--second-color);}
.text-bl .nav-but-wrap{/*height:var(--headerB-height);  margin-top: 7px;*/  }
.text-bl #header .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}

/* TYPE D : 이미지 위에 gnb노출 스타일 .gnb Text Black */
.gnb-bl #header #gnb .gnb1_a {color:var(--second-color); }
.gnb-bl #header #gnb .gnb1_li:hover > a{ color: var(--concept-color);}
.gnb-bl #header .menu-icon__line {background-color: var(--second-color);} 
.gnb-bl #header #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
.gnb-bl .menu-icon__line {background-color: var(--second-color);}

#mainPage #header{height:var(--header-main-height);  }
#mainPage #header .logo{background:url(/images/layout/logo-w1.png) 0% 50% no-repeat;background-size:auto 40px;min-height:40px; }
#mainPage .nav-but-wrap{height:var(--header-main-height); }
#mainPage #header.bg_on .nav-but-wrap{height:var(--header-top-height) !important; }

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;top:0; height:var(--header-top-height) !important; border-bottom:0px solid #e1e1e1;background-color: rgba(255,255,255,1);}
#header.bg_on .logo{display:inline-block;width:100%;min-height:40px;background:url(/images/layout/logo1.png) 0% 50% no-repeat !important;background-size:auto 40px; }
#header.bg_on .gnb1_a {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 #eee;}
#header.bg_on #gnb .gnb1_li > a:after{  background-color: var(--concept-color); } 
#header.bg_on #gnb.on #gnb1_ul:before{ height:330px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
#header.bg_on .m_open{padding-bottom:0px; }
#header.bg_on .util a{color:#888;}
#header.bg_on .util a:before{background:var(--concept-color);}
#header.bg_on .util a:first-child:before{background:none; padding-left:0px;margin-left:0px;}
#header.bg_on .util a.on{font-weight: 600;color:var(--concept-color);}
#header.bg_on #gnb .icon-newwin{background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}
#header.bg_on .btn-language{background:url(/images/layout/i--earth.png) 50% 50% no-repeat;}
#header.bg_on .languagebox{top:var(--header-top-height);}
/* 수정버전 */
#header.bg_on .gnb2_ul { top:var(--header-top-height) !important; padding-top:0px; }
#header.bg_on #gnb:after{height:1px; background-color:#eee; top:var(--header-top-height); } 
#header.bg_on #gnb.on .gnb2_ul .gnb2_ul_box {border-top:0;padding:20px 10px; border-left:1px solid #eee;overflow: hidden; box-sizing: border-box; position: relative;  height:260px; -webkit-transition-delay: 0.5s;transition-delay: 0.5s; } 
#header.bg_on #gnb.on .gnb1_li:last-child .gnb2_ul_box {border-right:1px solid #eee;}
#header.bg_on #gnb .gnb1_li {line-height:var(--header-top-height)}
/* 수정버전 END */

/* new mobile-menu */
.nav-but-wrap{position:fixed; top:0; right:var(--wrap-padding); display:inline-flex;justify-content:flex-end; align-items: center; width:50px;height:var(--header-height); text-align:right; transition : all 0.3s ease-out; z-index:100; margin-top:4px;  }
.nav-but-wrap.bg_on{height:var(--header-top-height) !important;}
.nav-but-wrap.bg_on .menu-icon__line {background-color: var(--second-color);} 
body.nav-active .nav-but-wrap.bg_on{height:var(--header-height);  }
body.nav-active .nav-but-wrap.bg_on .menu-icon__line {background-color: #fff;} 

.menu-icon {height: 30px;width: 30px;position: relative;z-index:5;cursor: pointer;display: block;}
.menu-icon__line {height: 2px;width: 30px;display: block;background-color: #fff; margin-bottom: 7px;cursor: pointer;-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;transition: background-color .5s ease, -webkit-transform .2s ease;transition: transform .2s ease, background-color .5s ease;transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;}
.menu-icon__line-left {width: 16.5px;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon__line-right {width: 16.5px;float: right;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-o-transition: all 200ms linear;-ms-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {width: 30px;}

.nav {position: fixed;z-index: 98; }
.nav:before, .nav:after {content: "";position: fixed;width: 100vw;min-height: 100vh;height:100%;background: rgba(9,9,12,0.6);border-bottom-left-radius: 200%;z-index:-1;-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;-webkit-transform: translateX(100%) translateY(-100%);transform: translateX(100%) translateY(-100%);}
.nav:after {background: rgba(9,9,12,1);-webkit-transition-delay: 0s; transition-delay: 0s;}
.nav:before {-webkit-transition-delay: .2s; transition-delay: .2s;}

.nav__content {position: fixed;visibility: hidden;top:0;/* margin-top: 20px;  -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);*/ display:flex; flex-direction: column; justify-content: flex-start; width: 100%; padding:60px 8% 60px;  overflow-y: auto;height:100%; box-sizing: border-box;}
.nav__list {/* position: relative; z-index: 2;  */ padding:0;margin: 0;}
.nav__logo{display: block;opacity: 0;text-align: center; min-height:40px; }
.nav__logo img{max-height:40px;}

/* new lnb */
.lnb_logo{width:300px; margin-right:100px; margin-top:20px; }
.lnb_logo img{max-height:55px; max-width:100%;}

.lnbtop{width:100%; border-bottom:1px solid #444; padding-bottom:40px; margin-bottom:80px;  }
.lnb_language{/* position:absolute; left:5%; top:7%; display:flex;align-items: center;*/ width:100%;display:flex;align-items: center; opacity: 0;  z-index:2}
.lnb_language li > a{position: relative;display: inline-flex;justify-content: center; align-items: center;margin-left:2px; padding:8px 20px; border-radius: 20px; background:#fff;  font-size:12px;line-height:1;color:rgba(0,0,0, .8); z-index: 4; }
.lnb_language li:first-child > a{margin-left:0px;}
.lnb_language li > a.on{background: var(--concept-color); font-weight: 600; color:rgba(255,255,255, 1);}

.lnb_util{width:100%;display:flex;align-items: center; margin-top:10px;  opacity: 0;  z-index:2}
.lnb_util li > a{position: relative;display: inline-flex;justify-content: center; align-items: center;padding-left:18px;margin-left:15px;text-transform: uppercase; font-size:14px;line-height:1;color:rgba(255,255,255, .8);}
.lnb_util li > a::before{content: "";position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:3px;height:3px;background:#fff;border-radius: 50%; opacity: .7;}
.lnb_util li:first-child > a::before{display:none;}
.lnb_util li:first-child > a{padding-left:0px;margin-left:0px;}
.lnb_util .insta{display: inline-block;width:21px; height:21px;background:url(/images/layout/t-insta-w.png) 50% 50% no-repeat;background-size:21px auto; text-indent: -9999px;}
.lnb_util .blog{display: inline-block;width:30px; height:21px;background:url(/images/layout/t-blog-w.png) 50% 50% no-repeat;background-size:30px auto; text-indent: -9999px;}

.lnb_ul{width:100%; box-sizing: border-box;}
.lnb__li {position: relative;display:flex;align-items: center;  -webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0; overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;  margin-bottom:10px;box-sizing: border-box; }
.lnb__li > a{ position: relative;display:inline-block; text-decoration: none; font-weight:700; font-size:20px;line-height: 1.15;letter-spacing: 2px; color:#fff; overflow: hidden; cursor: pointer;padding:10px 40px 10px 0px;z-index: 2; text-transform: uppercase; -webkit-transition: all 200ms linear; transition: all 200ms linear; min-width:200px;  }
.lnb__li > a:hover{color: rgba(255,255,255,1);}
.lnb__li.is-on > a{color: rgba(255,255,255,1);}
/*.lnb__li > a:after{ position: absolute;content: '';bottom:0px; left: 50%;width: 0;height: 0;opacity: 0;background-color:  var(--primary-color);z-index: 1; -webkit-transition: all 200ms linear;transition: all 200ms linear; }
.lnb__li > a:hover:after{ height: 3px;opacity: 1;left: 0;width: 100%;} 
.lnb__li.is-on > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
*/

.lnb__li .toggle{display:flex;justify-content:center;align-items:center;position:absolute;right:0px;top:12px; width:30px;height:30px;box-sizing: border-box; cursor:pointer; /* z-index: 2; */ }
.lnb__li .toggle:before{content:'';display:block;width:10px;height:2px;background:#fff;transform:rotate(45deg);transform-origin: right center;transition:0.3s}
.lnb__li .toggle:after{content:'';display:block;width:10px;height:2px;background:#fff;transform:rotate(-45deg);transform-origin: left center;transition:0.3s}
.lnb__li.is-on .toggle:before{transform:rotate(-45deg);margin-top:-10px;transform-origin: right center;}
.lnb__li.is-on .toggle:after{transform:rotate(45deg);margin-top:-10px;transform-origin: left center;}
.lnb__sub{display:flex;flex-direction:row; gap:10px 30px; flex-wrap: wrap;box-sizing: border-box; }
.lnb__sub > li{position: relative; padding-left:30px; }
.lnb__sub > li > a{display:block;line-height:1.3;font-size:18px; color:rgba(255,255,255,.8); }
.lnb__sub > li > a:hover{color:#fff;}
.lnb__sub > li::after{position: absolute;content: ''; left:0; top:50%; transform:translateY(-50%);background:rgba(255,255,255,.4); width:1px; height:50%;   }
.lnb__sub > li:first-of-type{padding-left:0px; }
.lnb__sub > li:first-of-type::after{display:none; }
/* new lnb End */

body.nav-active .nav__content {visibility: visible;}
body.nav-active .menu-icon__line {background-color: #fff;-webkit-transform: translate(0px, 0px) rotate(-45deg);transform: translate(0px, 0px) rotate(-45deg);}
body.nav-active .menu-icon__line-left {width: 15px;-webkit-transform: translate(2px, 4px) rotate(45deg);transform: translate(2px, 4px) rotate(45deg);}
body.nav-active .menu-icon__line-right {width: 15px;float: right;-webkit-transform: translate(-3px, -3.5px) rotate(45deg);transform: translate(-3px, -3.5px) rotate(45deg);}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {width: 15px;}
body.nav-active .nav {visibility: visible;}
body.nav-active .nav:before, body.nav-active .nav:after {-webkit-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%);border-radius: 0;}
body.nav-active .nav:after {-webkit-transition-delay: .1s; transition-delay: .1s;}
body.nav-active .nav:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
/* newver*/
body.nav-active .lnb__li {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_util{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_language{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .nav__logo {opacity: 1;}

body.nav-active{   
  overflow: hidden;
/* position: fixed;width: 100%;height: 100% */
}

body.nav-active #header.bg_on{border-bottom:0px solid #ebebeb;/* background-color:transparent;*/ height:var(--header-height);}
body.nav-active #header.bg_on .menu-icon__line {background-color: #fff;} 
body.nav-active #header .logo{ display:none; }
body.nav-active #gnb{ display:none; }
body.nav-active #header .util{display:none; }
body.nav-active #header .language{display:none; }
body.nav-active #header .submenu-lagnuage-wrap{display:none; }
body.nav-active .text-bl{background: rgba(9,9,12,1);-webkit-transition-delay: .3s; transition-delay: .3s; }
/* Header END */

/* #Progress top btn 
.progress-wrap {position: fixed;right:15px;bottom:20px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50%;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);z-index: 10000;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'unicons';content: '\ea5f'; line-height: 46px;font-size: 24px;color:var(--concept-color); text-align: center;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: .5;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\ea5f';line-height: 46px;font-size: 24px;text-align: center; opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke:var(--concept-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}
*/

.progress-wrap{position:fixed; right:15px;bottom:20px; width:46px;height:46px;border-radius:50%; box-shadow:inset 0 0 0 2px rgba(0,0,0,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(15px);transition:.25s;z-index:9999;}
.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0);}
.progress-wrap .arrow-icon{position:absolute;left:50%; top:50%;width:20px;height:20px;transform:translate(-50%,-50%);z-index:2;transition:.2s;}
.progress-wrap .arrow-icon path{fill:none;stroke:var(--concept-color);stroke-width:2.6;  /* 기존 2.4 → 2.8 */ stroke-linecap:round; stroke-linejoin:round;}
.progress-wrap:hover .arrow-icon{transform:translate(-50%,-55%);}

.progress-circle{ position:absolute; left:0;top:0;width:46px;height:46px; transform:rotate(-90deg);}
.progress-circle path{fill:none; stroke:var(--concept-color); stroke-width:4; transition:stroke-dashoffset .15s linear;}


/* top btn 다른 스타일 */
.btn_up_layer {position:fixed;bottom:20px;right:10px;display:none;flex-direction: column;justify-content:center;align-items:center; gap:5px; text-align: center; width:65px;  height:65px;background:var(--second-color);border-radius:8px;z-index:100;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.07); }
.btn_up_layer .icon {width:100%;height:14px; text-align: center;background:url(/images/layout/top-arrow-s.png) 50% 0% no-repeat; background-size:auto 14px; }
.btn_up_layer .button-text {font-weight: 600;color:#fff; font-size:13px;letter-spacing:-0.02em;}
.btn_up_layer.active{display:flex;}

/* footer  */
.footer{display:flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap:0px; width:100%; background:#181819; margin:0px auto;padding:40px var(--wrap-padding); box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_inner{display:flex; justify-content: space-between; width:100%;max-width:var(--wrap-width);margin:0px auto;box-sizing: border-box;}
.footer .f_logo{flex:0 0 200px;text-align:left;min-height:35px;background:url(/images/layout/logo-w.png) 0% 0% no-repeat;background-size:auto 35px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;flex-wrap: wrap; gap:8px 20px;}
.footer .f_cont li p{font-weight: 300;color:#ddd;font-size:14px;line-height:1.2; margin-bottom:0px; }
.footer .f_cont li p > span{display:inline-block;font-weight: 500;color:#aaa;margin-right:10px; }
.footer .f_cont .c_name{font-weight:500;color:#f1f1f1; }
.footer .f_cont .f_copy{font-weight: 300;color:#ddd;font-size:13px;line-height:1.2;letter-spacing:-0.01em;margin-top:8px;}	

.f_smenu {flex:0 0 200px; display:inline-flex;justify-content:flex-end;align-items:center;box-sizing: border-box;}
.f_smenu > a {position:relative;display:inline-block;font-weight: 400;font-size:15px;color: #ddd;padding-left:23px;}
.f_smenu > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width:3px;height:3px;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:#f1f1f1;}

.family{width:100%;text-align:right;position:relative;}
.familysite{display: inline-block; width:180px;height:40px; text-align:left; font-size:14px;color:rgba(255,255,255, .9);line-height:1;border:1px solid #444; background:url(/images/layout/up-wh.png) 92% 50% no-repeat; /* background:url(/images/layout/up-wh.png) 95% 50% no-repeat #ec202b; */ padding:0 15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;z-index:3;}
.familysite_box{display:none;z-index:101;position:absolute;/*top:30px;*/bottom:40px;right:0px; width:180px;/*background:var(--concept-color);*/background:#222328; border:0px solid #333;}
.familysite_box li{display: inline-block;width:100%;text-align:left;border-top:0px solid #fff;padding:0px 15px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.familysite_box li:first-child{border-top:0px solid #ebebeb;padding-top:10px;}
.familysite_box li:last-child{padding-bottom:10px;}
.familysite_box li a{ color:#fff;font-size:14px;line-height:34px;}
.familysite_box li a:hover{color:#000;}

.ellipsis01{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.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{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.mid-none{padding-top: 56.25%;border:0px solid #eee; }
.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;}
.icon-close-black.p-inner{right:20px;top:13px;}
.icon-close-circle{position: absolute;right:15px;top:15px;width:26px; height:26px;background:url(/images/layout/close_white_lg.png) 50% 50% no-repeat var(--concept-color);background-size:auto 10px; border-radius:50%; text-indent: -9999px; z-index:2}
.icon-close-pop{position: absolute;right:0px;top:0px; width:50px; height:50px;background:url(/images/layout/close_white.png) 50% 50% no-repeat var(--second-color);background-size:auto 14px; text-indent: -9999px; z-index:2}

.popupBox_A{position:relative;width: 100%;padding:0px;/* background:#fff; */ margin-top:30px;border-radius:0px; overflow: auto; } /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

/* 스크롤바 설정*/
.popupWrap_A::-webkit-scrollbar{width: 10px;}
.popupWrap_A::-webkit-scrollbar:vertical {width: 10px;}
.popupWrap_A::-webkit-scrollbar:horizontal {height: 10px;}
.popupWrap_A::-webkit-scrollbar-thumb{background-color: var(--concept-color);}
.popupWrap_A::-webkit-scrollbar-track{background-color: #242424;}

.popupBox_B{position:fixed; left:50%; transform:translateX(-50%); bottom:0; display:flex; flex-direction: column; width: 100%; max-height:100vh; background:#fff; border-radius:8px 8px 0px 0px; padding:0px; box-sizing: border-box;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;  -webkit-overflow-scrolling: touch; } /* bottom  */

.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:var(--concept-color) /*#222*/; } 

.popup--inner{width:100%;background:#fff; max-height:85vh; padding:35px;box-sizing: border-box;position:relative;overflow: auto;  }
.popup--inner::-webkit-scrollbar-thumb{background-color: #444 !important;}
.popupBox_B .popup--inner{max-height:100vh; }

/* html, body.modal-open {overflow: hidden; height: 100%;} */
body.modal-open {overflow: hidden;position: fixed;width: 100%;}
.not_scroll{position: fixed; overflow: hidden; width: 100%;height: 100%}
.not_scroll .cont { position: relative; top: 0;}
/* // 팝업 Basic */

.textTb{display: inline-block; width:100%;margin-bottom:20px; font-family: 'Pretendard'; }
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#444;font-size:14px;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#444;font-size:14px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:14px;line-height:1.45;letter-spacing:-0.01em;padding-left:10px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:14px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}

/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.vod{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.content-video{position:relative; width:100%; margin:0 auto; text-align:center; background-color: #000; overflow:hidden; vertical-align:top; padding: 0px;}
.content-video:after {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;content:"";} 
.content-video-txt{z-index: 2; position:absolute; top:50%;transform:translateY(-50%);text-align:center; }
.content-video video{background-color: #000;opacity:1;vertical-align:top;max-width:100%;height:auto}

.pc_only{display: inline-block;}
.mo_only{display: none;}

/********************************************
	MAIN
********************************************/
/* main-A swiper : main img swiper 적용 */
.main-swiper-wrap {position: relative; width:100%;height: 100vh;}
.main-swiper-inbox { position: relative; width: 100%;height: 100%;margin: 0 auto;}
.main-swiper{width: 100%;height: 100%;}
.main-swiper .swiper-slide {overflow: hidden;position: relative;width: 100%;height: 100%}
.main-swiper .visual-slide-bg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: no-repeat 50% 50%;background-size: cover;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1); -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-swiper .swiper-slide-active .visual-slide-bg {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0); }
.main-swiper .swiper-slide-active .main-swiper-tit {transform: translateX(0);}
.main-swiper .swiper-slide-active .main-swiper-text {transform: translateX(0);transition-delay: 0.3s;opacity: 1; }
.main-swiper .swiper-slide-active .main-swiper-btn {transform: translateX(0)}

.main-swiper-content{/* position: absolute; width: 100%; top:50%;transform: translateY(-50%);  */ padding: 0 10%; box-sizing: border-box;   display:flex;justify-content:center;align-items: center; flex-direction: column; text-align: center;  width: 100%;  /* max-width:var(--area-width); */margin:0 auto; height:100%;position: relative; z-index: 2;}
.main-swiper-tit {font-family: 'NEXEN_TIRE_Bold'; font-size:60px;color:#fff; line-height: 1.2;  margin-bottom:30px; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);  transform: translateX(150px); -webkit-transform: translateX(150px);transition: 1.7s ease}
.main-swiper-tit > span{color:var(--concept-color); }
.main-swiper-text { font-weight:300; color:#fff; font-size:20px;line-height:1.45;letter-spacing:0em;text-transform: uppercase; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); transform: translateX(-250px); opacity: 0; -webkit-transform: translateX(-250px); transition: 1.7s ease;}
.main-swiper-text > span{font-weight:800; }

.main-swiper-btn{margin-top:40px;transform: translateX(-150px); -webkit-transform: translateX(-150px);transition: 1.7s ease }
.main-swiper-btn > a{display:inline-flex;justify-content: center;align-items: center; flex-direction: column; gap:0; width:100px; height:100px; border-radius: 50%; border:1px solid #fff; font-weight:200; color:#fff; font-size:12px;line-height:1.2; padding-bottom:10px;box-sizing: border-box; }
.main-swiper-btn .arrow{ font-weight:300; color:var(--concept-color); font-size:30px; }
.main-swiper-btn > a:hover{border:1px solid var(--concept-color);color:#fff; background:var(--concept-color); }
.main-swiper-btn > a:hover .arrow{color:#fff;  }

/* n */
.main-swiper-wrap .control_box {display: flex; flex-direction: row; position: absolute; left:50%;transform: translateX(-50%); bottom:8%; z-index: 2; align-items: center;}
.main-swiper-wrap .control_box .btn_pause {width: 9px; height: 11px; background: url('/images/layout/btn_stop.png'); cursor: pointer; margin: 0 15px;}
.main-swiper-wrap .control_box .btn_pause.on {background: url('/images/layout/btn_start.png');}
.main-swiper-wrap .control_box .pager {display: flex; flex-direction: row;}
.main-swiper-wrap .control_box .pager button{opacity:.5;position:relative;display:flex;justify-content:center;align-items:center;width:auto;height:auto;border-radius:50%;font-size:15px;color:#fff;cursor:pointer;background:transparent;transition:.3s;font-family:var(--font-basic); transform: scale(0.5);}
.main-swiper-wrap .control_box .pager button:before {display: block; position: absolute; top: -150px; writing-mode: vertical-rl; font-size: 25px; transform: rotate(180deg); opacity: 0; transition: all 0.2s;}
.main-swiper-wrap .control_box .pager button.on:before {opacity: 0; /* 숫자보이게 : opacity: 1; */}
.main-swiper-wrap .control_box .pager button:nth-child(1):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 01";}
.main-swiper-wrap .control_box .pager button:nth-child(2):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 02";}
.main-swiper-wrap .control_box .pager button:nth-child(3):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 03";}
.main-swiper-wrap .control_box .pager button:nth-child(4):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 04";}
.main-swiper-wrap .control_box .pager button span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); font-size:14px;}
.main-swiper-wrap .control_box .pager button.on{opacity:1}
.main-swiper-wrap .control_box .pager .progress{transform:rotate(-90deg)}
.main-swiper-wrap .control_box .pager .circle-origin{fill:transparent;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-dasharray:125.664px;stroke-dashoffset:125.664px}
.main-swiper-wrap .control_box .pager button.on .circle-origin{animation:progress 5s}

/* 일반 화살표 사용시 적용 */
.main-swiper-wrap .navi_box {display: flex; flex-direction: row; align-items: center; position: absolute; left: 50%;transform: translateX(-50%); bottom: 5%; z-index: 2;}
.main-swiper-wrap .navi_box .swiper-button-next, .main-swiper-wrap .navi_box .swiper-button-prev {position: relative; margin-top: 0; left: 0; width: 43px; height: 12px; background-size: 43px 12px;}
.main-swiper-wrap .navi_box .swiper-button-prev {background-image: url('/images/layout/btn_prev.png');}
.main-swiper-wrap .navi_box .swiper-button-next {background-image: url('/images/layout/btn_next.png');}
.main-swiper-wrap .navi_box p {color: #fff; margin: 0 15px; font-size: 9px; font-weight: 100;}
/* n */

.scroll-box {display: inline-block;position: absolute;right:40px;bottom:40px; z-index: 1}
.scroll-box-text {display: inline-block;font-size:10px;font-family: 'Pretendard';font-weight: 400; line-height: 1;color: #fff;letter-spacing: 1.2px}
.scroll-box-wrap {display: inline-block;position: relative;width: 100%; height: 45px;}
.scroll-icon {display: inline-block;position: absolute; bottom: 0;left: 0; width: 100%; height: 100%; background-image: url("/images/layout/icon_scroll.png"); background-position: center; background-size:auto 30px;background-repeat: no-repeat; animation: scrolliconAni 1.2s reverse infinite;}
@-webkit-keyframes scrolliconAni {
  0% {bottom: 0}
  50% {bottom: -5px}
  100% { bottom: 0 }
}
.m-progress {position: absolute;bottom: 0;left: 0; width: 100%;z-index:2}
.m-progress-bg {height: 4px; background-color: rgba(255, 255, 255, .3)}
.m-progress-bar {display: inline-block; width: 0; height: 100%; background-color:var(--concept-color); opacity: 0; transition-delay: unset}
.m-progress-bar.active {opacity: 1}
.m-progress-bar.animate {animation: progressAni 5s linear infinite}

@keyframes progressAni {
  0% {width: 0;}
  100% { width: 100%;}
}
@keyframes progress{0%{stroke-dashoffset:125.664px}90%{stroke-dashoffset:0}100%{stroke-dashoffset:-125.664px}}

/*old swiper-pagination */
.swiper-pagination.main-swiper-nav {bottom:80px; padding: 0 10%; text-align: left;}
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet {display: inline-block;width: 7px; height: 6px; background-image: url("/images/layout/icon_swiper_off.png"); background-color: rgba(0, 0, 0, 0); background-position: center; background-size: 100% auto; background-repeat: no-repeat; vertical-align: middle; transition: .37s ease;margin: 0 7px !important; box-sizing: border-box; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet-active { width: 10px;height: 10px; background-image:none;  border-radius: 50%; border:1px solid #fff; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet { opacity: 1}

.main-swiper .swiper-button-prev{position: absolute; z-index: 2;width:107px;height:51px; text-indent:-9999px; background:url(/images/layout/img_prev_mainvisual.png) no-repeat left 50%; left:20px; top:50%; cursor:pointer; border:0;border: none;outline: none;}
.main-swiper .swiper-button-next {position: absolute; z-index: 2;width:107px;height:51px; text-indent:-9999px; background:url(/images/layout/img_next_mainvisual.png) no-repeat right 50%; right:20px; top:50%; cursor:pointer;border:0;border: none;outline: none;}
.main-swiper .swiper-button-prev:hover{background:url(/images/layout/img_prev_mainvisual_hover.png) no-repeat left 50%;}
.main-swiper .swiper-button-next:hover{background:url(/images/layout/img_next_mainvisual_hover.png) no-repeat right 50%;}
.main-swiper .swiper-button-prev:after{content:'';display:block;position:absolute;left:20px;top:50%;width:0;height:1px;background:#fff;
-webkit-transition: 100ms width;
    -o-transition: 100ms width;
    transition: 100ms width;
}
.main-swiper .swiper-button-next:after{content:'';display:block;position:absolute;right:20px;top:50%;width:0;height:1px;background:#fff;
-webkit-transition: 100ms width;
    -o-transition: 100ms width;
    transition: 100ms width;
}
.main-swiper .swiper-button-prev:hover:after, .main-swiper .swiper-button-next:hover:after {width:60px;}
/*old swiper-pagination End*/
.m--scroll {bottom:20px;/*left:50%;margin-left:-20px;*/ right:20px;  width:40px;overflow: hidden;position: absolute;z-index:2;text-align: center;}
.m--scroll img{height:30px;}
.m--scroll {animation: scrollAni 2.0s ease-in-out reverse; animation-iteration-count: infinite; 
	-webkit-animation: scrollAni 2.0s ease-in-out reverse; -webkit-animation-iteration-count: infinite; 
	-moz-animation: scrollAni 2.0s ease-in-out reverse; -moz-animation-iteration-count: infinite; 
}
 @keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-webkit-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-moz-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}

/* main-A swiper END */

/* section-1 */
.section-1{display:flex;align-items:center;justify-content:space-between; flex-wrap: wrap; width:100%; margin:0 auto;padding:160px 5%; box-sizing: border-box;}
.section-1 .textGroup{width:40%; text-align: center; box-sizing: border-box;}
.section-1 .textGroup h3{font-weight:700; font-size:40px; color:var(--second-color);line-height: 1.3; margin:30px 0; }
.section-1 .textGroup .line{display:block;width:1px;height:60px;background:#bbb; margin:30px auto;}
.section-1 .textGroup p{font-weight:400;font-size:18px;color:#444;line-height: 1.45; }
.section-1 .category{color:var(--concept-color);font-size:20px; font-weight:800; }
.section-1 .imgArea{flex:1; position:relative; aspect-ratio: 100 / 54; background:url(/images/main/sec1-img.jpg) 50% 50% no-repeat;background-size:cover; border-radius: 24px; transition:var(--transition-custom); }

.section-1 .imgArea .more{position: absolute;left: 0px;bottom:0px;display: inline-flex;align-items: center;  height:45px;width:160px; background: #fff;border-radius:0 24px 0 0; padding: 10px 20px 0; box-sizing: border-box; z-index: 2;}
.section-1 .imgArea .more:before {position: absolute;left: 0;top: -23px;display: inline-block;width: 23px;height: 23px;background:url(/images/layout/round-bg.png) 0% 0% no-repeat;text-indent: -999999em;overflow: hidden;content: "";}
.section-1 .imgArea .more:after {position: absolute;right: -23px;bottom: 0;display: inline-block;width: 23px;height:23px;background:url(/images/layout/round-bg.png) 0% 0% no-repeat;text-indent: -999999em;overflow: hidden;line-height: 0; content: "";}

/* section-2 */
.section-2{position: relative; width:100%;margin:0px auto; overflow: hidden; padding:160px var(--wrap-padding); box-sizing: border-box;}
.section-2 .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('/images/main/sec2-img.jpg'); margin:0 auto; background-size: cover; background-repeat: no-repeat;clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; z-index: -1;will-change: transform;  } 
.section-2.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
.section-2 .cont{display:flex;justify-content: center; align-items: center;flex-direction: column; gap:20px; text-align: center;width:100%; height:100%; transition:var(--transition-custom); }
.section-2 .tit{font-family: 'NEXEN_TIRE_Bold';font-size:50px; color: #fff;line-height:1.3; text-transform: uppercase; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); box-sizing: border-box;  }
.section-2 .txt{font-weight:400;font-size:24px; color: #fff;line-height:1.45;text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);}
.section-2 ul{display:flex; justify-content: center; gap:50px;  width:100%; max-width:900px; margin:0 auto; padding:80px 0 0; box-sizing: border-box;}
.section-2 ul li{flex:1;}
.section-2 .num-tit{font-weight:500;font-size:18px;color:var(--concept-color);line-height: 1.2; margin-bottom:20px;}
.section-2 .num-txt{font-family: 'NEXEN_TIRE_Bold';font-size:50px;color:#fff;line-height: 1.2;}
.section-2 .numArea{display:flex; align-items:center;justify-content: center; gap:10px; }

.section-3{width:100%;margin:0px auto; padding:160px 0; background: #f8f6f0; box-sizing: border-box; }
  /* swiper-product 스와이퍼*/
  .swiper-product { position:relative; width:100%; max-width:1200px; margin:0 auto; padding:0;}  
  .swiper-product .swiper-slide {width:100%; box-sizing:border-box; justify-content: space-between; align-items: center; }

  .swiper-product .swiper-pagination{display:inline-flex; justify-content: center; width: fit-content;padding:0;text-align:center;box-sizing: border-box;bottom: -20px; z-index:2; display:none;}
  .swiper-product .swiper-pagination .swiper-pagination-bullet {display: inline-block; width:6px;height:6px; background: #bbb;  border-radius: 50%;  vertical-align: middle; transition: .37s ease;margin: 0 3px !important; opacity: 1; box-sizing: border-box;  }
  .swiper-product .swiper-pagination .swiper-pagination-bullet-active {background:var(--concept-color);width:12px;height:6px;border-radius:10px; }
  .swiper-product.swiper-container-horizontal>.swiper-pagination-bullets{bottom:0px;}

  .slide-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap:80px; padding:0px var(--wrap-padding); box-sizing: border-box; }
  .slide-content .textGroup {flex:1; text-align: left;}
  .slide-content .detail-image { width:40%; text-align: center; }
  .slide-content .detail-image img {max-width: 100%;}
  .slide-content .category{font-weight:800;color:var(--concept-color);font-size:20px;line-height:1; }
  .slide-content .textGroup h3{font-weight:700; font-size:40px; color:var(--second-color);line-height: 1.3;  margin:20px 0 30px;  }
  .slide-content .textGroup p{font-weight:400;font-size:18px;color:#444;line-height: 1.45; }
  .slide-content .textGroup .btnArea{margin-top:30px;display: inline-flex; border:1px solid #666; padding:8px 20px 8px 8px; border-radius: 30px;transition: all 0.3s ease; }
  .slide-content .textGroup .btnArea:hover{background:var(--concept-color);border:1px solid var(--concept-color); }
  .slide-content .textGroup .btnArea:hover .more-btn{color:#fff;}
  .slide-content .textGroup .btnArea:hover .more-btn .icon{background:#fff;color:var(--concept-color); }


  .swiper-tab {width: 100%; margin:40px auto 0; padding:0 0 0px;text-align:center;box-sizing: border-box;z-index:2;}
  .swiper-tab .swiper-wrapper{justify-content: center;}
  .swiper-tab .swiper-slide { width:auto; /* width:18%; margin:0 1%;*/ box-sizing: border-box;cursor:pointer;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-tab .swiper-slide img{width:100%;}

  .thumb-item {position: relative; display: flex; align-items: center; box-sizing: border-box; cursor: pointer;}
  .thumb-item .thumb-img { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border:1px solid #aaa; border-radius: 50%; background:#fff;box-sizing: border-box; transition: all 0.3s ease;}
  .thumb-item .thumb-img img { width: 100%; height: 100%; object-fit: cover; }
  .thumb-item .thumb-title { margin-left: 10px; font-weight:700; font-size: 14px; color: #000; display: none; /* 기본 상태에서는 글자 숨김 */}

  .swiper-tab .swiper-slide-thumb-active .thumb-item {padding-right: 50px; }
  .swiper-tab .swiper-slide-thumb-active .thumb-img {border:2px solid var(--concept-color);}
  .swiper-tab .swiper-slide-thumb-active .thumb-title {display: inline-block;  }
  .swiper-tab .swiper-slide-thumb-active .thumb-item::after {content: ''; position: absolute; right:10px; top: 50%; transform: translateY(-50%); width: 30px;  height: 1px;background-color: #ff4d4d; }

/* section-4 */
.section-4{position: relative;width:100%;margin:0px auto; text-align: center; overflow: hidden; background: url('/images/main/sec4-bg.jpg') center/cover no-repeat; padding:160px var(--wrap-padding); box-sizing: border-box;}
.section-4 h3{font-family: 'NEXEN_TIRE_Bold';font-size:60px; color:#fff;line-height: 1.4; text-transform:capitalize; }
.section-4 p{font-weight:400;font-size:22px; color:#fff;line-height: 1.6;margin-top:20px; }
.section-4 .btnArea{display:flex;justify-content: center;align-items: center;gap:10px; margin-top:40px;}

/* section-5 */
.section-5{width:100%;margin:0px auto; padding:120px var(--wrap-padding); box-sizing: border-box;}
.section-5 .titleArea{display:flex;align-items: center;justify-content: space-between; flex-wrap: wrap; margin-bottom:60px;}
.section-5 .titleArea > h3{display:inline-flex;align-items:center; gap:10px; font-weight:700;font-size:50px; color:#333;line-height:1;}
.section-5 .titleArea .more-plus{margin-top:5px;}
.section-5 .btnArea{display:flex;align-items: center;gap:10px;}
.section-5 .btnArea > *{min-width:150px;}
.m-notice{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;}
.m-notice li > a{display:block; width:100%;}
.m-notice .date{font-weight:400;font-size:16px; color:#666;line-height:1.45;margin-bottom:15px; }
.m-notice .tit{font-weight:700;font-size:24px; color:var(--second-color); overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.4em;height:2.8em; margin-bottom:20px;}
.m-notice .txt{font-weight:300;font-size:18px; color:var(--second-color); overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.4em;height:4.2em;}
/* 1줄 :  line-height:1.45; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */


.more-btn{display:inline-flex;justify-content: center;align-items: center; gap:6px; font-weight:500; font-size:15px; color:#333; text-transform: uppercase; cursor:pointer; transition:.3s;box-sizing: border-box;}
.more-btn .icon{display:inline-flex;justify-content: center;align-items: center; width:28px;height:28px;border:0; border-radius:50%;background:var(--concept-color);font-weight:600;font-size:22px;padding-bottom:4px; color:#fff;}

.vod_wrap{max-width:1200px; margin:80px auto; overflow: hidden;}
.vod_wrap video {width: 100%;height: auto; display: block;object-fit: cover; border:1px solid #f1f1f1; box-sizing: border-box;}

/*.more{display:inline-flex;justify-content: center; align-items: center; height:45px; background:var(--concept-color);border-radius: 30px; padding:0px 30px;box-sizing: border-box;}
.more > span{display:inline-block; font-weight:400; color:#fff;font-size:16px; line-height: 1.2; background:url(/images/layout/arr-wh.png) 100% 50% no-repeat;background-size:12px auto; padding-right:24px;}
.more.type-1{background:var(--second-color);*/

.more-icon{display:inline-flex; justify-content: space-between;align-items: center; gap:15px; height:46px; font-weight:600; color:#fff;font-size:17px; background:var(--concept-color); border-radius: 30px; padding:0px 16px 0px 26px;box-sizing: border-box; /* margin-top:40px;*/ }
.more-icon img{width:20px;}
.more-icon .arrow{display:inline-block;width:26px; height:26px; background:url(/images/layout/arr-wh.png) 50% 50% no-repeat var(--second-color);background-size:10px auto; border-radius: 50%;}

.btn-mail{display:inline-flex; justify-content: space-between;align-items: center; gap:5px;height:46px; font-weight:600; color:#444;font-size:14px; background:#fff; border-radius: 30px; padding:0px 26px;box-sizing: border-box; }
.btn-mail img{width:18px;}

.more-plus{display:inline-flex;justify-content: center;align-items: center; width:30px;height:30px;border:0; border-radius:50%;background:#ff5353;font-weight:600;font-size:22px;padding-bottom:3px; color:#fff;cursor:pointer;transition:.3s;box-sizing: border-box;}
.more-plus:hover{color:#fff;}

.more-go{display:inline-flex;justify-content:space-between; align-items: center;gap:10px; height:45px;font-weight:500; color:var(--second-color);font-size:16px; line-height: 1.2; border:1px solid var(--second-color); border-radius: 30px; padding:0px 25px;box-sizing: border-box;}
.more-go .arrow{display:inline-block;width:20px; height:20px; background:url(/images/layout/arrow_go.png) 0% 50% no-repeat; background-size:20px auto;}
.more-go:hover{background:var(--concept-color);color:#fff;border:1px solid var(--concept-color); }
.more-go:hover .arrow{background:url(/images/layout/arrow_go_wh.png) 0% 50% no-repeat; }


.gallery--list{width:100%;box-sizing: border-box;}
.gallery--list .thumb{position: relative;width:100%; height:0px;padding-top:100%;overflow: hidden;border-radius:0px;border:1px solid #f1f1f1; background:#f9f9f9; box-sizing: border-box;}
.gallery--list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.gallery--list:hover .thumb 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);}
.gallery--list .textArea{margin-top:20px;text-align: left; padding:0 5px; box-sizing: border-box;}
.gallery--list .category{font-weight:600;font-size:16px;color:#222;line-height:1;letter-spacing:-0.01em;}
.gallery--list .tit{font-weight:600;font-size:18px;color:#222;letter-spacing:-0.01em;line-height:1.45; /* 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; */ }
.gallery--list .date{font-weight:300;font-size:14px;color:#666;line-height:1.45;letter-spacing:-0.01em;margin-top:10px;}

.list-type{width:100%;margin:0px auto 40px;}
.list-type ul{display:grid;grid-template-columns:repeat(2,1fr);gap:60px; }
.list-type ul.type-3{grid-template-columns:repeat(3,1fr);}
.list-type ul.type-4{grid-template-columns:repeat(4,1fr);}
.list-type ul.type-5{grid-template-columns:repeat(5,1fr);}
.list-type li{box-sizing: border-box; position:relative; }
.list-type.border li{background:#fff;border:1px solid #dfdfdf; }


/* @@@@@@@@@@@@@@@@@@@  sub layout  @@@@@@@@@@@@@@@@@@@@  */
#contents_blank{width:100%;height:120px; } 
.menuTab-wrap{ width:100%;margin:0 auto; height:var(--menuTab-height);background:#fff;  overflow:hidden; box-sizing: border-box; z-index: 2;}
.menuTab-wrap.active{position:fixed; left:0;top:0; /* top:var(--header-top-height); */ height:calc(var(--menuTab-height) + 10px);  border-bottom:1px solid #ddd;}

/* tab */
.menuTab{width:100%;max-width:var(--area-width); margin:0 auto; height:100%; padding:0;position:relative; box-sizing: border-box; }
.menuTab .x-scroll{display:flex; /* justify-content: center; */ }
.menuTab ul{display:flex; align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{margin-right:40px;}
.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:500;font-size:17px;line-height:1;color:rgba(0, 0, 0, .6);border-width:0; border-style:solid; border-color:var(--concept-color); padding:0 2px; box-sizing: border-box; }
.menuTab li.active a{font-weight:700;color:var(--concept-color);border-width:0 0 3px 0;}
.menuTab li:hover a{font-weight:700;color:var(--concept-color);border-width:0 0 3px 0;}
.menuTab .icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/images/layout/newwin.png) 0% 50% no-repeat;background-size:10px auto;}

.menuTab-wrap.active .menuTab a{height:calc(var(--menuTab-height) + 10px); }
.menuTab-wrap.active .menuTab .x-scroll{justify-content: center;}
.menuTab-wrap.active .menuTab a{color:rgba(0, 0, 0, .8);}
.menuTab-wrap.active .menuTab li.active a{color:var(--concept-color);}

.tab-menu{width:100%;margin:0px auto 30px;}
.tab-menu ul{display:flex;flex-wrap: wrap;justify-content: center; align-items: center;width:100%;gap:2px;}
.tab-menu li{}
.tab-menu a{display:flex;align-items: center; justify-content: center;text-align:center; height:45px; padding:0 10px; border:1px solid #666; background:#fff;border-radius: 4px; font-weight: 500; font-size:17px;color:#444;line-height:1.2;letter-spacing:-0.03em; box-sizing: border-box; }
.tab-menu li.active a{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}
.tab-menu li:hover a{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}
.tab-menu.type1 li{min-width:200px; }

.tab-content{}

/*  sticky tab */
.categoryTab{ position: sticky;top:calc(var(--menuTab-height) - 20px); width:100%;margin:0 auto; padding:40px 0;box-sizing: border-box; z-index: 2;}
.categoryTab ul{display:flex;justify-content: center; align-items: center; width:100%;margin:0 auto; box-sizing: border-box;}
.categoryTab li{margin-left:-1px;}
.categoryTab li:first-child{margin-left:0}
.categoryTab a{display:flex;align-items: center; justify-content: center; flex-wrap: wrap; text-align:center; gap:5px; min-width:200px; font-weight:500;font-size:17px;line-height:1;color:#666; height:45px; padding:0px 10px; border:1px solid #888;background: #fff; box-sizing: border-box;}
.categoryTab a > span{font-weight:400;font-size:16px;}
.categoryTab li.active a{color:#fff;border:1px solid var(--concept-color);background:var(--concept-color);font-weight:700; }
.categoryTab li:hover a{color:#fff;border:1px solid var(--concept-color);background:var(--concept-color);font-weight:700; }

/* tab */
.sub-tab{position:absolute; left:0; bottom:0px; width:100%;  margin:0px auto; z-index: 6;}
.sub-tab ul{display:flex; justify-content: center; align-items: center;width:100%;gap:0px; box-sizing: border-box;}
.sub-tab li{flex:0 0 200px;margin-left:1px;}
.sub-tab li:first-of-type{margin-left:0px;}
.sub-tab a{display:flex;align-items: center; justify-content: center;text-align:center; height:50px; border:0px solid #666;background:rgba(0, 0, 0, .6); font-weight: 400; font-size:16px;color:rgba(255,255,255,.8);line-height:1;box-sizing: border-box; }
.sub-tab li.active a{background:var(--concept-color);  color:#fff; font-weight: 700;}
.sub-tab li:hover a{background:var(--concept-color);  color:#fff; font-weight: 700;}

.container {position:relative; width:100%;margin:0; padding:60px 0; min-height:800px; background: #fff; box-sizing: border-box;}
.inner{position:relative; width:100%;max-width:var(--area-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}

.location{width:100%;margin:0 0 20px;}
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:400;font-size:16px;color: #666;line-height: 1;letter-spacing:-0.01em;} 
.location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 5px;height: 5px;background:#bbb;border-radius:50%;margin-left:10px; }
.location .i_home{display: inline-block;width:18px; height:16px;background: url(/images/layout/ico_home.png) 0 50% no-repeat;text-indent: -9999px;}
.location li:first-child{padding-left:0px; }
.location li:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

.title{display: flex; flex-wrap: wrap; gap:5px; align-items: center; font-weight:700; font-size:55px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; margin-bottom:40px; }
/*.title > span{position:relative; width: fit-content; font-weight:700; font-size:50px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; }
.title > span::after{position:absolute;content: "";right:-15px; top:-2px; width:10px; height:10px; background:var(--concept-color); border-radius: 50%; }
.title > span::before{position:absolute;content: "";left:0;bottom:4px; width:100%; height:1px; background:var(--second-color); }
*/

.subVisual{position: relative; width:100%;margin:0px auto; overflow: hidden; padding:160px var(--wrap-padding); box-sizing: border-box;}
.subVisual .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%;  margin:0 auto; background-size: cover; background-repeat: no-repeat; clip-path: polygon(80% 20%, 80% 80%, 20% 80%, 20% 20%); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; z-index: -1; will-change: transform;} 
.subVisual.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
.subVisual .cont{display: flex;flex-direction: column; align-items: center;justify-content: center; text-align: center;width:100%; height:100%; padding:0 10%; box-sizing: border-box;}
.subVisual .tit{display: flex;gap:5px; font-family: 'NEXEN_TIRE_Bold';font-size:50px;color:#fff;line-height:1.2;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2); margin-bottom:20px; }
.subVisual .tit em{font-style: normal;}
.subVisual .stit{font-family: 'NEXEN_TIRE_Bold';font-size:45px;color:#fff;line-height:1.2;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2); margin-bottom:20px; }
.subVisual .txt{font-weight:400;font-size:22px;color:#fff;line-height:1.45; /*text-transform: uppercase;*/  }
.subVisual .txt > span{font-weight:700;}
.subVisual.visionTop{padding:180px var(--wrap-padding); } 
.subVisual.visionTop .background {background-image: url('/images/sub/vision-bg.jpg'); } 
.subVisual.historyTop .background {background-image: url('/images/sub/history-bg1.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.ceoTop .background {background-image: url('/images/sub/ceo-bg.jpg'); }  
.subVisual.ceoTop .stit > br{display:none;}
.subVisual.ceoTop .cont{padding:0 5%;}
.subVisual.recruitTop-1 .background {background-image: url('/images/sub/recruit-bg1.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.recruitTop-2 .background {background-image: url('/images/sub/recruit-bg2.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.recruitTop-3 .background {background-image: url('/images/sub/recruit-bg3.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.recruitTop-4 .background {background-image: url('/images/sub/recruit-bg4.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.recruitTop-5 .background {background-image: url('/images/sub/recruit-bg5.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.recruitTop-1 .txt br, .subVisual.recruitTop-5 .txt br{display:none;}
.subVisual.esgTop-1 .background {background-image: url('/images/sub/esg-bg1.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.esgTop-2 .background {background-image: url('/images/sub/esg-bg2.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.esgTop-3 .background {background-image: url('/images/sub/esg-bg3.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);}
.subVisual.esgTop-4 .background {background-image: url('/images/sub/esg-bg4.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.esgTop-5 .background {background-image: url('/images/sub/esg-bg5.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.processTop .background {background-image: url('/images/sub/process-bg.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.productTop .background {background-image: url('/images/sub/product-bg.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.certificationTop .background {background-image: url('/images/sub/certification-bg.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.locationTop .background {background-image: url('/images/sub/location-bg.jpg');background-position:80% 50%; clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.irTop-1 .background {background-image: url('/images/sub/ir-bg1.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.irTop-2 .background {background-image: url('/images/sub/ir-bg2.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.irTop-3 .background {background-image: url('/images/sub/ir-bg3.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.irTop-4 .background {background-image: url('/images/sub/ir-bg4.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.subVisual.irTop-5 .background {background-image: url('/images/sub/ir-bg5.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 

.subVisual.newsTop .background {background-image: url('/images/sub/news-bg.jpg');clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);} 
.board-inner{width:100%;max-width:var(--area-width);margin:0 auto; min-height:500px; padding:80px 0;box-sizing: border-box;}

/*.ir-main > section{margin-top:80px; border-top:2px solid #666; padding-top:80px;box-sizing: border-box;}
.ir-main > section:first-of-type{margin-top:0px;border-top:0;padding-top:0px; }
.ir-main .title{justify-content: space-between;gap:15px;} */

.ir-main{width:100%;max-width:var(--area-width);margin:0 auto; padding:120px 0;box-sizing: border-box;}

.ipo-process{width:100%;padding:0 0 80px;}
.ipo-process-list{display:flex;align-items:flex-start; justify-content:center;width:100%;}
.ipo-step{width:140px;flex:0 0 140px;text-align:center;}
.ipo-circle{width:128px;height:128px; margin:0 auto;border:1px dashed #bdbdbd; border-radius:50%; display:flex; align-items:center; justify-content:center;font-size:18px; font-weight:400;color:#111; background:#fff; box-sizing:border-box;}
.ipo-step.active .ipo-circle{border:0;background:#e5e6eb;}
.ipo-date{margin-top:17px;min-height:22px;font-size:15px;line-height:1.4;color:#111; white-space:nowrap;}

.ipo-arrow{position:relative;width:80px;height:128px;flex:0 0 80px;}
.ipo-arrow span{position:absolute;left:15px;top:64px;width:30px;height:2px;background:#b9b9b9;}
.ipo-arrow span::after{content:"";position:absolute;right:0;top:-5px; width:11px; height:11px; border-top:2px solid #b9b9b9; border-right:2px solid #b9b9b9;transform:rotate(45deg);}
.ipo-step.active + .ipo-arrow span{ background:#111;}
.ipo-step.active + .ipo-arrow span::after{ border-color:#111;}

.ir-file-list{width:100%;border-top:1px solid #dedfe2;}
.ir-file{ display:flex;align-items:center; justify-content:space-between;width:100%;min-height:94px;padding:0 20px; border-bottom:1px solid #dedfe2;text-decoration:none;color:#111;box-sizing:border-box;}
.ir-file-title{font-size:18px;line-height:1.4;}
.ir-file-download{display:flex; align-items:center; gap:5px;font-size:16px; line-height:1;}
.download-icon{position:relative; display:inline-block; width:15px; height:12px;  background:url(/images/layout/i_filedown.png) 50% 50% no-repeat;  box-sizing:border-box;}

.news-list{width:100%; margin-bottom:40px;}
.news-list > li:first-of-type{border-top:1px solid #dedfe2;}
.news-list > li{width:100%;padding:40px 20px;border-bottom:1px solid #dedfe2; color:#333;box-sizing:border-box;}
.news-list > li > a{display:flex;align-items:center; gap:10px; width:100%;}
.news-list .category{width:100px;font-weight:400;color:#666;font-size:15px;line-height:1;}
.news-list .tit{flex:1; font-weight:500;color:#333;font-size:18px;line-height:1.4;}
.news-list .date{width:80px;font-weight:400;color:#888;font-size:14px;line-height:1;}

.Shareholder{width:100%;max-width:var(--area-width);margin:0 auto;min-height:500px;padding:80px 0;box-sizing:border-box;}

/* ===== 주주구성 responsive ===== */
.shareholder{--chartColor0:#e23974;--chartColor1:#24d163;--chartColor2:#003dff;--chartColor3:#313439;--chartColor4:#8e8e93;--chartColor5:#d1d1d6;width:100%;max-width:var(--area-width);margin:0 auto;padding:80px 0;box-sizing:border-box;}
.shareholder .chart-wrap{display:grid;grid-template-columns:minmax(320px,560px) minmax(0,1fr);align-items:center;gap:40px;width:100%;}
.shareholder .highcharts-figure{position:relative;width:100%;max-width:560px;min-width:0;margin:0 auto;}
.shareholder #chart-container{position:relative;width:100%;aspect-ratio:1/1;min-height:0!important;display:block!important;}
.shareholder #chart{display:block;width:100%!important;height:100%!important;}
.shareholder .highcharts-exporting-group,.shareholder .highcharts-title,.shareholder .highcharts-credits{display:none;}
.shareholder .chart-table{min-width:0;width:100%;}
.shareholder .chart-table .responsive{width:100%;}
.shareholder .chart-table table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;color:#555;}
.shareholder .chart-table th{height:48px;padding:0 10px 15px;border-bottom:1px solid #333;font-size:16px;font-weight:500;color:#444;vertical-align:bottom;}
.shareholder .chart-table td{height:60px;padding:0 10px;border-top:1px solid #e8e8e8;font-size:16px;font-weight:400;color:#555;vertical-align:middle;}
.shareholder .chart-table th:first-child,.shareholder .chart-table td:first-child{width:52%;text-align:left;}
.shareholder .chart-table th:nth-child(2),.shareholder .chart-table td:nth-child(2){width:24%;text-align:right;}
.shareholder .chart-table th:nth-child(3),.shareholder .chart-table td:nth-child(3){width:24%;text-align:right;}
.shareholder .chart-table .lank{display:inline-block;position:relative;padding-left:26px;line-height:1.4;word-break:keep-all;}
.shareholder .chart-table .lank:before{content:"";display:block;position:absolute;left:0;top:50%;width:16px;height:16px;transform:translateY(-50%);background:#ccc;border-radius:50%;}
.shareholder .chart-table .lank0:before{background:var(--chartColor0);}.shareholder .chart-table .lank1:before{background:var(--chartColor1);}.shareholder .chart-table .lank2:before{background:var(--chartColor2);}.shareholder .chart-table .lank3:before{background:var(--chartColor3);}.shareholder .chart-table .lank4:before{background:var(--chartColor4);}.shareholder .chart-table .lank5:before{background:var(--chartColor5);}
.shareholder .chart-table tfoot td{height:61px;border-top:1px solid #bbb;border-bottom:1px solid #aaa;color:#555;font-weight:400;}
.shareholder .txt-left{text-align:left!important;}.shareholder .txt-right{text-align:right!important;}
.shareholder .note{margin-top:58px;font-size:14px;line-height:1.5;color:#777;}

@media(max-width:1200px){.shareholder{padding:70px var(--wrap-padding);}.shareholder .chart-wrap{gap:40px;}}
@media(max-width:900px){.shareholder{padding:60px 5%;}.shareholder .chart-wrap{grid-template-columns:1fr;gap:35px;}.shareholder .highcharts-figure{width:min(100%,430px);max-width:430px;}.shareholder .chart-table{width:100%;}.shareholder .chart-table th{height:46px;}.shareholder .chart-table td{height:56px;}.shareholder .note{margin-top:40px;}}
@media(max-width:600px){.shareholder{padding:45px 20px;}.shareholder .chart-wrap{gap:25px;}.shareholder .highcharts-figure{width:min(100%,330px);}.shareholder .chart-table th{height:42px;padding:0 5px 12px;font-size:14px;}.shareholder .chart-table td{height:52px;padding:0 5px;font-size:14px;}.shareholder .chart-table th:first-child,.shareholder .chart-table td:first-child{width:50%;}.shareholder .chart-table th:nth-child(2),.shareholder .chart-table td:nth-child(2){width:28%;}.shareholder .chart-table th:nth-child(3),.shareholder .chart-table td:nth-child(3){width:22%;}.shareholder .chart-table .lank{padding-left:22px;}.shareholder .chart-table .lank:before{width:12px;height:12px;}.shareholder .chart-table tfoot td{height:55px;}.shareholder .note{margin-top:28px;font-size:12px;}}
@media(max-width:380px){.shareholder{padding-left:15px;padding-right:15px;}.shareholder .chart-table th,.shareholder .chart-table td{font-size:13px;}}

/* .Shareholder{width:100%;max-width:var(--area-width);margin:0 auto; min-height:500px; padding:80px 0;box-sizing: border-box;}
.shareholder .chart-table .lank0::before {background: #e23974;}
.shareholder .chart-table .lank1::before {background: #24d163;}
.shareholder .chart-table .lank2::before {background: #003dff;}
.shareholder .chart-table .lank3::before {background: #313439;}
.shareholder .chart-table .lank4::before {background: #8e8e93;}
.shareholder .chart-table .lank5::before {background: #d1d1d6;} */





/* ir oldVer */
  .ir-wrap{display:flex; align-items: center; flex-wrap: wrap; gap:40px 0; }
  .ir-wrap .tbArea{width:50%;}
  .ir-wrap .chartArea{width:50%;}

  #chart-container{width:100%;min-height:500px;  overflow: hidden;}

  .ir-ctxt{display:flex;align-items: center; gap:5px;}
  .ir-ctxt .circle{display:inline-block; width:8px; height:8px; border-radius: 50%;  } 

  .color-c1{background:#f14949;}/* 최대주주 */ 
  .color-c2{background:#91cc75;}/* 특수관계인 */ 
  .color-c3{background:#ced4da;}/* 기관주주 1 */ 
  .color-c4{background:#323eb4;}/* 기관주주 2 */ 
  .color-c5{background:#73c0de;}/* 외국인 */
  .color-c6{background:#3ba272;}/* 개인주주 1 */
  .color-c7{background:#fc8452;}/* 개인주주 2 */

  .ir-area{width:100%; }
  .ir-area > section{width:100%; margin-top:80px; }
  .ir-area > section:first-of-type{ margin-top:0px; }
  .ir-area > section > h3{margin-bottom:15px;}
/* ir oldVer */

  .titleDiv{display:flex;justify-content: space-between;  align-items:center;flex-wrap: wrap; gap:20px; margin-bottom:40px;}
  .titleDiv .title{ margin-bottom:0px;}
  .titleDiv .select-wrap{width:180px; }
  .titleDiv .nice-select {height:36px; border: 1px solid var(--concept-color); }

  .ir-infowrap{width:100%;overflow-x:auto;overflow-y:hidden;margin:0 auto; padding:0px 0 10px; box-sizing: border-box; position: relative;}
  .ir-infowrap::-webkit-scrollbar{height:6px;}
  .ir-infowrap::-webkit-scrollbar-thumb{background: var(--concept-color);border-radius:10px;}
  .ir-infowrap::-webkit-scrollbar-track{background:#242424;}

  .ir-top{position: relative;width:100%;height:60px; }
  .ir-top .drag-guide {margin-top:0px; position: absolute; right:0; top:15px;  }

  .ir-info{width:710px; margin:0 auto;text-align: center;  /* iframe 내부 콘텐츠보다 크게 */height:1100px;overflow:hidden;  }
  .ir-info iframe{width:100%;height:100%;border:0;display:block;margin:0 auto; text-align: center; }

.drag-guide {display:flex; justify-content:flex-end;margin-top:8px; display:none;}
.drag-guide .drag-bg { position: relative; width:40px; height:40px; }
.drag-guide .drag-bg:before { position:absolute; top:4px; right:0; width:100%; height:3px; background-color:#ccc; content:""; border-radius:5px;}
.drag-guide .drag-wrap { position: absolute; z-index: 1; left: 0px; top: 3px; animation:moveScrollAni 3s both infinite; }
.drag-guide .drag-wrap .drag{display:block; width: 20px; height: 5px; background-color:var(--concept-color); border-radius:5px; opacity:1;  /* background-color:rgba(0, 0, 0, 0.7); */ }
.drag-guide .drag-wrap .hand-icon{display:inline-block; width:21px; height:24px; background: url('/images/layout/icon-hands.png') 50% 50% no-repeat;background-size: 21px auto; margin-top:2px;}
	@keyframes moveScrollAni {
		0%, 10% {
			left: 0;
			margin-left: 0px;
		}
		50% {
			left: 100%;
			margin-left: -20px;
		}
		100% {
			left: 0;
			margin-left: 0px;
		}
	}


/* history */
.history_contents{position:relative; width:100%;max-width:1000px;margin:0 auto 120px;  box-sizing: border-box; }
.history_contents:before{position:absolute; left:303px; top:100px;content: ' ';width:1px;height:90%;background:#ddd;z-index:0}
.history_contents:after{position:absolute; left:300px; bottom:0px;content: ' ';width:7px;height:7px;background:#ddd;border-radius:50%;z-index:1}
.history_contents > ul{display:flex;flex-wrap: wrap; width:100%; padding-top:60px; }
.history_contents .leftArea{width:300px; padding:40px 40px 0 0;text-align:left;box-sizing: border-box;}
.history_contents .leftArea > h3{position:relative;font-weight:800;color:var(--second-color); font-size: 40px;line-height:1;}
.history_contents .leftArea > p{font-weight: 700;color:#444;font-size:28px;line-height:1; margin-top:20px;}
.history_contents .rightArea{position:relative; flex:1; padding:40px 0 0 60px;}
.history_contents .rightArea:before{position:absolute; left:3px; top:0px;content: ' ';width:1px;height:100%;background:#ddd;z-index:0}
.history_contents .rightArea:after{position:absolute; left:0px; top:0px;content: ' ';width:7px;height:7px;background: var(--sub-color);border-radius:50%;z-index:1}
.history_contents .rightArea.last{padding-bottom:0px;}
.history_contents .imgArea{width:100%;padding-top:40px;text-align:center;}
.history_contents .imgArea img{max-width:100%; }

.history_cont{display:flex;flex-wrap: wrap; width:100%;margin-bottom:25px;}
.history_cont .year{width:100px;font-weight:800;font-size:22px;color:var(--second-color);line-height:1;margin-bottom:15px;}
.history_cont .contGroup{flex:1; }
.history_cont .cont{display:flex; flex-wrap: wrap; gap:0px; margin-top:10px;}
.history_cont .cont:first-child{margin-top:0px;}
.history_cont .month{width:30px;font-weight:600;font-size:17px;color:#444;line-height:1.4;}
.history_cont .txt{flex:1; }
.history_cont .txt > p{font-weight:300;font-size:17px;color:#333;line-height:1.4;margin-top:5px;}
.history_cont .txt > p:first-child{margin-top:0px;}

/* company */
.company-top{position:relative;display: flex;flex-direction: column; align-items: center;justify-content: center; text-align: center; width:100%;margin:0px auto; padding:180px 8% 80px; box-sizing: border-box;  z-index:1;}
.company-top::after{position:absolute;content: ''; left:0; top:0;width:100%; height:60%; background:url(/images/sub/company-bg.jpg) 50% 50% no-repeat; background-size: cover; z-index:-1; }
.company-top .tit{font-family: 'NEXEN_TIRE_Bold';font-size:45px;color:#fff;line-height:1.2;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2); margin-bottom:30px; box-sizing: border-box;   }
.company-top .txt{font-weight:400;font-size:24px;color:#fff;line-height:1.45;text-transform: uppercase; box-sizing: border-box;   }
.company-top .vod_wrap video {border:0px solid #f1f1f1;}

.company{width:100%; max-width:1200px; margin:0px auto 80px; padding:0 8%; box-sizing:border-box;}
.company ul{display:flex;flex-wrap: wrap; gap:80px; }
.company li{flex:1;}
.company li:first-of-type{flex:0 0 250px;}
.company dl{display: flex; flex-wrap: wrap;gap:10px; margin-top:16px;border-bottom:1px solid #ddd; padding:0 10px 16px; box-sizing:border-box;}
.company dl:first-of-type{margin-top:0px; /* border-top:1px solid #ddd; padding-top:16px; */ }
.company dl:last-of-type{ padding-bottom:0px; border-bottom:0px solid #ddd; }
.company dt{flex:0 0 180px; font-weight:600; color:var(--second-color);  }
.company dd{flex:1; font-weight:400;color:#666; }
.company .title-head{font-weight:700;font-size:40px;color:#333;line-height:1.45;}

.ing{width:100%; height:400px;display: flex;flex-direction: column; align-items: center;justify-content: center; text-align: center;}
.ing p{ font-weight:400;font-size:24px;color:#666;   }
.ing p > span{font-weight:700;color:var(--second-color); }

.vision{width:100%; margin:0px auto; padding:120px 0 80px; }
.vision .textGroup{width:100%; text-align: center; margin:0px auto 80px; }
.vision .textGroup > h3{font-weight:700;font-size:24px;color:#333;line-height:1.45; margin-bottom:40px;}
.vision .textGroup > p{font-weight:400;font-size:24px;color:#333;line-height:1.45;}
.vision .imgGroup{width:100%;margin-top:40px; background-size: cover; border-radius: 10px;}
.vision .imgGroup.img-1{padding:80px 20px 80px 10%; background:url(/images/sub/vision-1.jpg) 90% 50% no-repeat;}
.vision .imgGroup.img-2{padding:80px 20px 80px 60%; background:url(/images/sub/vision-2.jpg) 50% 50% no-repeat;}
.vision .imgGroup > h3{font-weight:700;font-size:40px;color:#fff;line-height:1.45;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2); margin-bottom:20px;}
.vision .imgGroup .txt{font-weight:400;font-size:24px;color:#fff;line-height:1.45;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);}
.vision .imgGroup .b-txt{position:relative;font-weight:400;font-size:20px;color:#fff;line-height:1.45;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2);padding-left:15px;box-sizing: border-box;}
.vision .imgGroup .b-txt::before{position:absolute;content: ' ';left:0;top:11px; width:5px; height:5px;background:var(--concept-color); border-radius:50%; }
.vision .imgGroup > p{margin-top:8px;}
.vision .imgGroup > p:first-of-type{margin-top:0px;}

.values{width:100%;max-width:1200px; margin:0px auto; padding:0px; }
.values > h3{text-align: center;}
.values .iconArea{display:flex;flex-wrap: wrap; gap:40px; margin:60px auto;  }
.values .iconArea > li{flex:1; display:inline-flex; align-items: center; flex-direction: column; gap:20px; }
.values .icon img{height:60px;}
.values .icon-txt{font-weight:600;font-size:20px;color:#333;line-height:1.45;}

.values-circle{display:flex;flex-wrap: wrap;justify-content: center;align-items:center;width:100%;max-width:1100px;  margin:80px auto; padding-left:100px;}
.values-circle .circleArea{flex:1;text-align:center;box-sizing: border-box;}
.values-circle .circleArea .circle_1{position:relative;display: flex;flex-direction: column; align-items: center;justify-content: center; text-align: center; gap:10px;  width:100%;aspect-ratio: 1 / 1;text-align:center;background:rgba(241, 73, 73,.85);border-radius: 50%; padding:0 20px;box-sizing: border-box;}  
.values-circle .circleArea .circle_2{position:relative; display: flex;flex-direction: column; align-items: center;justify-content: center; text-align: center; gap:10px;  width:100%;aspect-ratio: 1 / 1;text-align:center;background:rgba(31, 54,141,.85);margin-left:-50px;border-radius: 50%;padding:0 20px;box-sizing: border-box;}  
.values-circle .circleArea .circle_3{position:relative; display: flex;flex-direction: column; align-items: center;justify-content: center; text-align: center; gap:10px;  width:100%;aspect-ratio: 1 / 1;text-align:center;background:rgba(124, 126, 138,.9);margin-left:-100px;border-radius: 50%;padding:0 20px;box-sizing: border-box;}  
.values-circle .v_tit{font-weight:700;font-size:45px;color: #fff;line-height:1.2; }  
.values-circle .v_txt{font-weight:400;font-size:20px;color: #fff;line-height:1.45;}  
.values-circle .v_txt > span{font-weight:700;}  

  /* ceo greeting */
  .greeting{width:100%;max-width:1200px;margin:0px auto;padding:0 var(--wrap-padding) 60px;box-sizing: border-box;}
  .greeting .imgArea{width:100%;text-align: center; margin:100px 0; padding:0 10%; box-sizing: border-box;}
  .greeting .imgArea img{width:100%; max-width:650px;}  
  .greeting .contArea{width:100%;text-align:left;  }
  .greeting .contArea > h3{font-weight:700;font-size:30px;color:var(--second-color);line-height:1.3; margin-bottom:40px; }
  .greeting .contArea > p{font-weight:400;font-size:20px;color:#333;letter-spacing:0.01em;line-height:1.55; margin-top:20px; }
  .greeting .contArea > p > span{font-weight:700;}
  .greeting .sign{display:flex;align-items: center;justify-content: flex-end; gap:20px; font-weight:700;font-size:20px;color:#333;line-height:1.45; margin-top:60px; }
  .greeting .sign-img img{width:200px; }

  /* esg */
  .esg-1{width:100%;margin:0px auto;padding:var(--padding-t) 0px;box-sizing: border-box;}
  .esg-1 .textGroup{width:100%; text-align: center; margin:0px auto var(--padding-t); }
  .esg-1 .textGroup > h3{font-weight:400;line-height:1.4; margin-bottom:40px;}
  .esg-1 .textGroup > h3 > span{font-weight:700;}
  .esg-1 .textGroup > p{margin-bottom:40px;}
  .esg-1 .textGroup > p > span{font-weight:600;}
  .esg-1 > ul{display:flex;align-items: center; flex-wrap: wrap; gap:80px; margin-top:80px;}
  .esg-1 > ul li{flex:1;}
  .esg-1 > ul:nth-of-type(even) li:first-of-type{order:2;}
  .esg-1 > ul:nth-of-type(even) li:last-of-type{order:1;}
  .esg-1 .imgArea{width:100%;}
  .esg-1 .imgArea img{width:100%;border-radius: 10px;}  

  .div-text{padding:0 60px; box-sizing: border-box;}
  .div-text > h3{color:var(--concept-color); text-transform: uppercase; margin-bottom:20px;}
  .div-img{width:100%;aspect-ratio: 5 / 3; }
  .div-img img{width:100%; height:100%;object-fit: cover; object-position: 50% 50%;  border-radius: 10px;}  

  .esg-2{width:100%;margin:0px auto;padding:0 0px var(--padding-t);box-sizing: border-box;}
  .esg-2 > p{margin-bottom:40px;}
  .esg-2 > ul{display:flex; flex-wrap: wrap; gap:80px;}
  .esg-2 > ul > li{flex:1; }
  .esg-2 .imgArea{position: relative; width:100%;height:100%;}
  .esg-2 .imgArea img{position: absolute; width:100%; height:100%;object-fit: cover; object-position: 50% 50%;  border-radius: 10px;}  
  .esg-2 .grayBox > h3{margin-bottom:20px;}
  .esg-2 dl{margin-top:40px;}
  .esg-2 dl:first-child{margin-top:0px;}
  .esg-2 dt{color:var(--concept-color); margin-bottom:20px;}

  .esg-3{width:100%;max-width:var(--area-width); margin:0px auto;padding:var(--padding-t) 0px;box-sizing: border-box;}
  .esg-3 .textGroup{width:100%; text-align: center; margin:0px auto var(--padding-t); }
  .esg-3 .textGroup > h3{font-weight:400;line-height:1.4; margin-bottom:40px;}
  .esg-3 .textGroup > h3 > span{font-weight:700;}
  .esg-3 .textGroup > p{margin-bottom:40px;}
  .esg-3 .textGroup > p > span{font-weight:600;}
  .esg-3 dl{display:flex; flex-wrap: wrap; gap:40px; width:100%;max-width:1200px; margin:0px auto 40px; border-bottom:1px solid #ddd; padding-bottom:40px;}
  .esg-3 dl:last-child{border-bottom:0; padding-bottom:0px;}
  .esg-3 dt{flex:1;  }
  .esg-3 dd{flex:1.2; }
  .esg-3 dd p{margin-top:10px; }
  .esg-3 dd p:first-child{margin-top:0px; }

  .esg-topimg{position: relative;display: flex;align-items: center;justify-content: center; text-align: center;  width:100%;margin:0px auto; overflow: hidden; min-height:400px; padding:40px var(--wrap-padding); box-sizing: border-box;}
  .esg-topimg .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%;  margin:0 auto; background-size: cover; background-repeat: no-repeat;background-position: 50% 50%; clip-path: polygon(60% 20%, 60% 60%, 20% 60%, 20% 20%); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; z-index: -1; will-change: transform;} 
  .esg-topimg.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }
  .esg-topimg .tit{font-weight:700;font-size:40px;color:#fff;line-height:1.2;text-shadow: -1px 1px 10px 10px rgba(0,0,0,0.2); padding:0 10%; box-sizing: border-box;}
  .esg-topimg.esg-mid1 .background {background-image: url('/images/sub/egs3-1.jpg'); /*clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);*/} 

  .grayBox{width:100%;background:#f6f6f7; padding:60px; box-sizing: border-box;}

  .sub-title{font-weight:700;font-size:40px;color:var(--second-color);line-height:1.4;letter-spacing:0;margin-bottom:40px;}

  .recruit-1{width:100%; margin:0px auto;padding:var(--padding-t) 0px 40px;box-sizing: border-box;}
  .recruit-1 .textGroup{width:100%;display: flex;align-items: center; flex-direction: column; gap:20px; text-align: center; margin:0px auto var(--padding-t); }
  .recruit-1 .textGroup > h3{font-weight:400;line-height:1.4;margin-bottom:20px;}
  .recruit-1 .textGroup > h3 > span{font-weight:700;}
  .recruit-1 .bar-title{display:inline-block; padding:10px 40px; border-radius: 30px; background:var(--concept-color); font-weight:700;font-size:18px;color:#fff; }
  .recruit-1 .email-txt{display:inline-flex;align-items: center; gap:15px; font-weight:700;font-size:24px;color:var(--second-color);line-height:1.3; }
  .recruit-1 .email-icon img{width:36px; }
  .recruit-1 .list-type{max-width:1200px;}

  .talent{display: flex;align-items: center; flex-direction: column; gap:10px; text-align: center; padding:60px; box-sizing: border-box;}
  .talent .tit{font-weight:700;font-size:30px;color:var(--second-color);line-height:1.2;}
  .talent .stit{font-weight:500;font-size:20px;color:#777;line-height:1.2;}
  .talent .txt{font-weight:400;font-size:20px;color:var(--second-color);line-height:1.45;}
  .talent .icon img{height:80px;margin:10px 0;}

  .recruit-2{width:100%; margin:0px auto;padding:var(--padding-t) 0px;box-sizing: border-box;}
  .recruit-2 > h3{font-weight:400;line-height:1.4;margin-bottom:20px;}
  .recruit-2 > h3 > span{font-weight:700;}
  .recruit-2 > ul{margin-top:80px; padding-top:80px; border-top:1px solid #bbb; }
  .recruit-2 > ul:first-of-type{margin-top:0px;padding-top:0px; border-top:0; }
  .recruit-2 > ul li{width:100%;}
  .recruit-2 > ul li h3{text-transform: uppercase; margin-bottom:20px;}
  .recruit-2 .imgArea{position: relative; width:100%; height:350px; /* aspect-ratio: 5 / 2; */ margin:40px 0; }
  .recruit-2 .imgArea img{position: absolute; width:100%; height:100%;object-fit: cover; object-position: 50% 50%;  border-radius: 10px;} 

  .recruit-text{display: flex; flex-wrap: wrap; gap:40px; padding:0 40px; box-sizing: border-box;}
  .recruit-text > *{flex:1;}
  .recruit-text dl{margin-top:15px;}
  .recruit-text dl > dt{color:var(--concept-color); margin-bottom:8px;}

  .recruit-3{width:100%;max-width:var(--area-width); margin:0px auto;padding:var(--padding-t) var(--wrap-padding);box-sizing: border-box;}
  .recruit-3 > ul{display: flex;align-items: center;flex-wrap: wrap; gap:80px; margin:60px auto;}
  .recruit-3 > ul li{flex:1;}
  .recruit-3 .imgArea{width:100%; text-align: center; }
  .recruit-3 .imgArea img{max-width:100%;}
  .recruit-3 dl{margin-top:60px;}
  .recruit-3 dl:first-of-type{margin-top:0px;}
  .recruit-3 dt{color:var(--concept-color); margin-bottom:10px;}

  .recruit-4{width:100%;max-width:var(--area-width);  margin:0px auto;padding:var(--padding-t) 0px;box-sizing: border-box;}
  .recruit-4 > h3{text-align: center; margin-bottom:40px;}
  .recruit-4 > h3 > span{font-weight:400; }
  .recruit-4 > ul{display:grid;grid-template-columns:repeat(5,1fr);gap:15px; }
  .recruit-4 > ul li{display: inline-flex;flex-direction: column; padding:40px; border:1px solid #dfdfdf;border-radius: 4px; box-sizing: border-box;}
  .recruit-4 > ul > li > h3{text-align: center;font-weight:700;font-size:24px;color:var(--second-color);line-height:1.3;letter-spacing:0; margin-bottom:10px;}
  .recruit-4 > ul > li > p{margin-top:8px;}
  .recruit-4 > ul > li > p:first-of-type{margin-top:0px;}
  .recruit-4 .icon-bg{align-self: center;margin-bottom:10px;}
  .recruit-4 .icon{display: inline-flex;justify-content: center;align-items: center; text-align: center;width:120px; height:120px; border-radius: 50%; background: #f6f6f6; margin-bottom:20px;}
  .recruit-4 .icon img{height:50px;}

  .process-wrap{width:100%;max-width:var(--area-width); margin:0px auto;padding:var(--padding-t) 0px 40px;box-sizing: border-box;}
  .process-wrap > h3{font-weight:800; text-transform: uppercase; margin-bottom:20px;}

  .process-tab{display:grid;grid-template-columns:repeat(8,1fr);gap:2px; width:100%;margin:0px auto 40px;padding:0px;box-sizing: border-box;}
  .process-tab > *{}
  .process-tab .tab{display: flex;justify-content: center; align-items: center; text-align: center; width:100%; height:40px;font-weight:400;font-size:16px;color:#bbb;line-height:1.2; background: #f8f8f8; padding:5px;box-sizing: border-box;}
  .process-tab .tab.on{font-weight:700;color:var(--second-color); border:1px solid #666; }

  .process-1{display: flex;align-items: center; gap:20px; flex-wrap: wrap; width:100%;padding:60px 0px;box-sizing: border-box;}
  .process-1 .contArea{flex:2;}
  .process-1 .imgArea{flex:1; text-align: center;box-sizing: border-box;}
  .process-1 .imgArea img{max-width:100%;}
  .process-1 .contArea > section{margin-top:40px;}
  .process-1 .contArea > section:first-of-type{margin-top:0px;}
  .process-1 .contArea > section > h4{color:#333; margin-bottom:20px;}

  .text-num{display: flex;flex-wrap: wrap; gap:8px;margin-bottom:8px;}
  .text-num li{flex:1;}
  .text-num .num{display: inline-flex;justify-content: center;align-items: center; width:100%;aspect-ratio: 1 / 1; border-radius: 50%; background: var(--concept-color); font-weight:600;font-size:12px;color:#fff;line-height:1;  }
  .text-num .txt-md > span{ font-weight:700;}
  .text-num .tit{flex:0 0 90px; font-weight:700;}
  .text-num .num-tit{flex:0 0 22px;}
  .text-num .bullet-tit{font-weight:700;}

  .process-2{width:100%; border:1px solid #ddd; padding:60px 80px;box-sizing: border-box;}
  .process-2 .imgArea{width:100%; text-align: center; margin-bottom:80px;}
  .process-2 .imgArea img{max-width:100%;}
  .process-2 p{margin-top:10px;}
  .process-2 p > span{font-weight:700; color:var(--primary-color);}

  .process-3{width:100%; padding:var(--padding-t) 0px;box-sizing: border-box;}
  .process-3 > h3{margin-bottom:40px;}
  .process-3 > ul{display:flex;flex-wrap: wrap; gap:10px 0px;}
  .process-3 > ul > li{width:calc(100% / 4 - 30px); display:inline-flex; justify-content: center; align-items: center; text-align: center; flex-direction: column; gap:15px; background: #f9f9f9;; border:0px solid #ddd; border-radius:30px; padding:30px 20px; box-sizing: border-box;}
  .process-3 > ul > li.arrow-img{flex:0 0 40px; height:30px; border:0;margin-top:80px;box-shadow: none; background:none;padding:0px;  }
  .process-3 > ul > li.arrow-full{flex:0 0 100%; height:30px; border:0;box-shadow: none;background:none;padding:0px; align-items: flex-end;  }
  .process-3 .arrow{width:40px;height:30px;background:url(/images/sub/arrow-sty1.png) 50% 50% no-repeat; background-size:auto 30px; }
  .process-3 .arrow img{height:36px; }
  .process-3 .arrow-1{width:calc(100% / 4 - 30px);height:30px;background:url(/images/sub/arrow-sty2.png) 50% 50% no-repeat; background-size:auto 30px; }
  .process-3 .arrow-2{width:40px;height:30px;background:url(/images/sub/arrow-sty1.png) 50% 50% no-repeat; background-size:auto 30px; transform: rotate(180deg); }
  .process-3 .icon{opacity: .5;}
  .process-3 .icon img{height:90px; }
  .process-3 .tit{ font-weight:700; color:#888; font-size:16px; line-height:1.3;}
  .process-3 > ul > li.on .tit{color:#333; }
  .process-3 > ul > li.on{border:2px solid var(--concept-color);box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px; }
  .process-3 > ul > li.on .icon{opacity:1;}

  .product-list{width:100%; padding:var(--padding-t) 0px;box-sizing: border-box;}
  .product-list > h3{margin-bottom:40px;}
  .product-list > ul{display:grid;grid-template-columns:repeat(2,1fr);gap:50px; width:100%; box-sizing: border-box;}
  .product-list li{ border:1px solid #eee; border-radius:10px; box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 24px 0px; /*box-shadow: 0 12px 24px rgba(0,0,0,0.08);*/ box-sizing: border-box;}
  .product-list li:hover{ border:1px solid var(--concept-color);box-shadow: 0 12px 24px rgba(0,0,0,0.08); }

  .product-list .list{display: flex; align-items: center;flex-wrap: wrap; gap:40px;padding:40px 30px;  box-sizing: border-box; cursor: pointer;}
  .product-list .list-img{flex:1; text-align: center;padding:5%; box-sizing: border-box; }
  .product-list .list-img img{max-width:100%; }
  .product-list .list-txt{flex:1; box-sizing: border-box; }
  .product-list h4{font-weight:600;font-size:16px;color:var(--second-color);line-height:1.4;}
  .product-list h3{font-weight:700;font-size:32px;color:var(--second-color);line-height:1.3;text-transform: uppercase; margin-bottom:30px;}
  .product-list p{font-weight:600;font-size:18px; color: #555;line-height:1.45;margin-bottom:8px;}
  .product-list .more{margin-top:30px;}

  .product-top{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap; gap:20px; width:100%;margin-bottom:80px; }
  .product-top .btnArea{width:150px;}
  .product-top .btn{display:inline-flex;justify-content: center; align-items: center; gap:10px;  width:100%; height:40px; border-radius: 4px; background:var(--concept-color); font-weight:600;font-size:16px;color:#fff;line-height:1; box-sizing: border-box;}
  .product-top .btn .icon{display:inline-flex; width:20px; height:20px;background:url(/images/layout/arrow-prev-wh.png) 50% 50% no-repeat; background-size:20px auto;}
  .product-top .titArea{flex:1;display: inline-flex;justify-content: center; align-items: center;flex-direction: column; gap:5px;margin-right:150px; }
  .product-top .titArea > h3{font-weight:700;font-size:50px;color:var(--second-color);line-height:1.3;text-transform: uppercase; }

  .detail-box{display: flex;align-items: center;flex-wrap: wrap; gap:20px; width:100%;margin-bottom:40px; padding:60px; border:1px solid #eee; border-radius:10px; box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 24px 0px;box-sizing: border-box;}
  .detail-box .imgArea{flex:1; padding:0 10%; box-sizing: border-box;}
  .detail-box .imgArea img{max-width:100%; max-height:400px; }
  .detail-box .txtArea{flex:1;}
  .detail-box .txtArea > h3{margin-bottom:10px; }
  .detail-box .txtArea > h4{font-weight:600; color: #555; margin-bottom:40px; }
  .detail-box .txtArea > p{margin-top:8px; }
  .detail-box .tag{display: inline-flex; width:fit-content; padding:6px 15px; border-radius: 4px;background:var(--concept-color); font-weight:400;font-size:16px;color:#fff;line-height:1;  margin-bottom:8px; }

  .detail-desc{display: flex;flex-wrap: wrap; gap:0px; width:100%;max-width:1200px; margin:80px auto; padding:0 5%; box-sizing: border-box;}
  .detail-desc .tit{flex:0 0 660px; }
  .detail-desc .cont{flex:1;}
  .detail-desc .cont p{margin-top:10px; }
  .detail-desc .cont p:first-of-type{margin-top:0px; }

  .product-3{width:100%; padding:var(--padding-t) 0px; box-sizing: border-box;}
  .product-3 > h3{margin-bottom:40px;}
  .product-3 > ul{display: flex; flex-wrap: wrap; gap:0px; width:100%;}
  .product-3 .imgArea{width:35%;display: inline-flex;align-items: center; justify-content: center; padding:40px 5%; border:1px solid #eee; border-radius:10px; box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 24px 0px; box-sizing: border-box;}
  .product-3 .imgArea img{max-width:100%; max-height:380px; }
  .product-3 .txtArea{width:calc(65% - 60px);margin-left:60px;}
  .product-3 .graphArea{width:100%;max-width:1200px; margin:100px auto 0;text-align: center; box-sizing: border-box;}
  .product-3 .graphArea img{max-width:100%;}

  .esg-5{width:100%;margin:0px auto;padding:var(--padding-t) 0px;box-sizing: border-box;}
  .esg-5 > h3{text-align: center; font-weight:400;line-height:1.4;margin-bottom:80px;}
  .esg-5 > h3 > span{font-weight:700;}
  .esg-5 .list-type{margin:0px auto;}

  .img-list{width:100%;box-sizing: border-box;}
  .img-list .thumb{position: relative;width:100%;aspect-ratio: 4 / 3; overflow: hidden; border-radius:4px;border:1px solid #ddd; box-sizing: border-box;}
  .img-list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:4px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
  .img-list:hover .thumb 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);}
  .img-list .textArea{position: relative; margin-top:20px; padding:0 35px 0 5px; box-sizing: border-box;}
  .img-list .category{width: fit-content; padding:5px 10px; font-weight:400;font-size:12px;color:#fff;line-height:1;letter-spacing:-0.01em; background:var(--primary-color); border-radius:4px; margin-bottom:8px; }
  .img-list .category.type1{background:var(--concept-color); }
  .img-list .tit{font-weight:600;font-size:18px;color:#222;letter-spacing:-0.01em;line-height:1.45; /* 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; */ }
  .img-list .link{display: flex; flex-wrap: wrap; gap:10px 20px; font-weight:600;font-size:14px;color:var(--primary-color); line-height:1.45;letter-spacing:-0.01em;margin-top:10px;}
  .img-list .pdf{position: absolute;right:5px; top:0px;display: inline-flex;align-items: center; width:30px; height:30px;background:url(/images/layout/i-pdf.png) 100% 50% no-repeat; }

  .certification{width:100%; padding:80px 0;box-sizing: border-box;}
  .certification h3{margin-bottom:15px; }
  .certification > section{margin-top:80px;  }
  .certification > section:first-of-type{margin-top:0px;  }
  .certification li{display: block; width:100%; padding:20px; box-sizing: border-box;}
  .certification li > a{ width:100%; }
  .certification .thumbImg{margin-bottom:20px; border-bottom:1px solid var(--concept-color);  padding:0px 0px 20px; box-sizing: border-box;  }
  .certification .thumbImg img{max-width:100%;border:0px solid #f1f1f1; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none; -webkit-user-drag: none;pointer-events: none; }
  .certification .tit{font-weight:500;font-size:14px;color:#333;line-height:1.3; margin-bottom:5px;}
  .certification .txt{font-weight:300;font-size:12px;color:#666;line-height:1.3; margin-bottom:10px;}
  .certification .view{position:absolute;right:10px; bottom:10px; width:15px; height:12px; background:url(/images/layout/i_filedown_blue.png) 50% 50% no-repeat;background-size:15px auto;  z-index: 2; }
  .certification .btn{text-align:center; margin-top:10px;}
  .certification .btn a{color:#333;}
  
  /* 오시는 길 */
  .mapArea{width:100%; padding:80px 0;box-sizing: border-box;}
  .mapArea h3{margin-bottom:15px; }
  .mapArea > section{margin-top:60px; padding-top:60px; border-top:1px solid #666; }
  .mapArea > section:first-of-type{margin-top:0px; padding-top:0px; border-top:0; }
  .mapArea iframe{width:100%; height:550px; border:1px solid #eee; box-sizing: border-box;}
  .map-content{display:flex;width:100%;}  

  .map{position:relative; padding-bottom:0px; }
  .map::after{position:absolute;content: ""; left:0; bottom:0; width:100%; height:80px; background: #fff;}
  .root_daum_roughmap{z-index: 1 !important; }
  .pan_roughmap{z-index: 2 !important; position:absolute;left:0; top:0; width:90%; height:500px; background: transparent; }

  .map-contacts {width:100%;margin:20px auto 0;box-sizing: border-box;}
  .map-contacts ul{display:flex; align-items: flex-start; flex-wrap: wrap; width:100%; border-top:0px solid #efefef; padding-top:10px;  margin-top:10px; }
  .map-contacts ul:first-child{/*  border-top:1px solid #ddd; */ }
  .map-contacts li{display: inline-flex; flex-wrap: wrap; gap:10px; font-weight:400;color:#333;line-height:1.4;}
  .map-contacts .c_title{flex:0 0 200px; font-weight:700; align-items: center;font-size:16px; text-transform: uppercase; padding-left:20px; box-sizing: border-box; }
  .map-contacts .c_content{flex:1; flex-direction: column; align-items: flex-start;font-size:16px;box-sizing: border-box; }
  .map-contacts .c_content > a{color:#333;}
  .map-contacts .c_btn{display: inline-block;width:100%;text-align:left;}  
  .map-contacts .icon img{max-height:24px;}

  .globalmap{width:100%; text-align: center; padding:60px;box-sizing: border-box;}
  .globalmap img{max-width:100%;}

  .map-btn{display:flex; justify-content: flex-end; margin-top:40px; padding:0 15px; box-sizing: border-box;}
  .map-btn > *{display: inline-flex;align-items: center;justify-content: center; min-width:160px; padding:0 20px; height:45px; font-weight:500;color:#fff;font-size:16px;line-height:1.2;  }
  .map-btn a.naver{background:#03c75a; color:#fff; }
  .map-btn a.kakao{background:#fbe300;color:#3b1e1e;  }

  .pc_img{display: inline-block;}
  .tb_img{display: none;}
  .mo_img{display: none;}

/*network*/
.map_wrapper{width: 100%;}
.world_map {width: 100%;max-width: 1200px;aspect-ratio: 1200 / 592;/* 원본 가로/세로 비율 유지 */position: relative;margin:40px auto;}
.world_map>img {width: 100%;height: 100%;display: block;object-fit: contain;}
.world_map .point {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.world_map .point li {position: absolute;height:36px; cursor: pointer;}
.world_map .point li .box {/*display: none;*/ margin-left: 8px;z-index: 3;position: relative;white-space: nowrap;}
.world_map .point li .box div {float: left;}
.world_map .point li .box div:nth-child(1) {display: inline-flex;align-items: center;width:50px;height:36px;background: url(/images/sub/marker.png) 0% 50% no-repeat;background-size: cover;padding: 5px 10px 5px 20px;border-radius: 8px 0 0 8px;}
.world_map .point li .box div:nth-child(1) img {width: 24px;}
.world_map .point li .box div:nth-child(2) {background-color:#181a36;line-height:36px;color: #fff;font-weight: 700;font-size:15px;text-transform: capitalize;border-radius: 0 8px 8px 0;padding-right:16px;}

.world_map .point li.xian .box {  margin-left:-170px;}
.world_map .point li.xian .box div:nth-child(1) {width:45px;background-color:#181a36;padding: 5px 10px 5px 15px;border-radius: 8px 0 0 8px;}
.world_map .point li.xian .box div:nth-child(2) {padding-right:0px;border-radius:0;}
.world_map .point li.xian .box div:nth-child(3) {width:24px;height:36px; background: url(/images/sub/marker-1.png) 100% 50% no-repeat;  background-size: cover;}

.world_map .point li.taiwan .box {  margin-top:10px;}

		/* 마커 위치 (% 비율로 변환) */
		.korea     { left: 82.08%; top: 38.85%; }
		.japan     { left: 85.58%; top: 39.36%; }
		.wusi      { left: 79.83%; top: 40.20%; }
		.xian      { left: 75.00%; top: 41.39%; }
		.taiwan    { left: 80.33%; top: 47.30%; }
		.singapore { left: 75.00%; top: 62.50%; }
		.texas     { left: 18.92%; top: 42.23%; }
		/*
		% 비율로 변환 
		left (%) = (px / 1200) * 100
		top (%) = (px / 592) * 100) 
		.korea {left:985px; top:230px;}
		.japan {left:1027px; top:233px;}
		.wusi {left:958px; top:238px;}
		.xian {left:900px; top:245px;}
		.taiwan {left:964px; top:280px;}
		.singapore {left:900px; top:370px;}
		.texas {left:227px; top:250px;}
		*/

.map_p {position: relative; width:16px;height:16px;background-color: var(--concept-color);border-radius: 100%;margin: 15px 0;position: absolute;left: -8px;animation: map_p 3s infinite;opacity: .5;cursor: pointer;z-index: 2;}
.map_p::after{position: absolute;content: '+'; left:0; top:0; display: inline-flex;justify-content: center; align-items: center; width:100%;height:100%; font-weight:400;font-size:15px; color:#fff;padding-bottom:3px; box-sizing: border-box; z-index: 2;}
@keyframes map_p {
	0% {opacity: .7; transform: scale(1);}
	50% {opacity: 1; transform: scale(1.4);}
	100% {opacity: .7; transform: scale(1);}
}

.map-view{display: flex; flex-wrap: wrap; align-items: center; gap:40px; background:rgba(31, 41, 141, .8);  gap:0px; width:100%;position: relative; }
.map-view > *{flex:0 0 50%; }
.map-view .mapImg{position: relative;aspect-ratio: 4/3; }
.map-view .mapImg img{position: absolute; top: 0; left: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.map-view .mapTxt{padding:40px 80px; box-sizing: border-box;}
.map-view .mapTxt > h3{color: #fff; text-transform: capitalize; margin-bottom:15px;}
.map-view .mapTxt > p{color: #fff; background:url(/images/layout/i-map.png) 0% 3px no-repeat;background-size: 15px auto; padding-left:24px; box-sizing: border-box;}


/* 900px 미만 구간 : 지도가 너무 작아지지 않도록 900px 크기 고정 + 가로 스크롤 */
	@media screen and (max-width: 899px) {
		.map_wrapper {overflow-x: auto;-webkit-overflow-scrolling: touch;}
    .world_map {width: 900px;/* 최소 크기 고정 (원하는 크기로 변경 가능) */max-width: none;margin: 0;}
    .map-view > *{flex:0 0 100%; }
    .map-view .mapTxt{padding:30px 8% 40px;}
    .map-view .mapImg{aspect-ratio: 5/3; }
	}

.product-1{width:100%; margin:0px auto; padding:var(--padding-t) 0;box-sizing: border-box;}
.col-w1{width:400px;}
/* PC 테이블 스타일 */
.product-table { width: 100%;border-collapse: collapse; border-top: 2px solid var(--concept-color);border-bottom: 1px solid #e0e0e0;text-align: center;font-size: 15px; color: #333;}
.product-table th {padding: 20px 15px;font-weight: 600;color: #222; background-color: #fff; border-bottom: 1px solid #e0e0e0;}
.product-table td { padding: 30px 15px; border-bottom: 1px solid #eee; border-right: 1px solid #eee; vertical-align: middle; line-height: 1.6;}
.product-table td:last-child { border-right: none;}
/* PC 내부 레이아웃 */
.product-info-cell { display: flex; align-items: center;justify-content: space-between;text-align: left;padding: 0 10px;}
.product-text {flex: 1;}
.product-img-wrap{flex: 1;text-align: center;}
.release-date { font-size: 13px; color: #666; margin-bottom: 4px;}
.series-title {font-size: 22px;font-weight: 800;color: #000; margin-bottom: 12px;letter-spacing: -0.5px;}
.sub-models { font-size: 13px; color: #777; line-height: 1.4;}
.product-img {width: 140px; height: auto; object-fit: contain;margin-left: 15px; flex-shrink: 0;}

@media screen and (max-width: 1200px) {
  .col-w1{width:40%;}
}


/* ===================================================
   모바일 (768px 이하) 카드형 레이아웃 
   =================================================== */
@media screen and (max-width:900px) {
    .product-1 {padding: 40px 0;}
    .product-table, .product-table tbody, .product-table tr, .product-table td {display: block;width: 100%;}
    .product-table thead {display: none;}/* 테이블 헤더 숨김 */
    .product-table { border-top: none; border-bottom: none;}

    /* 각 행(tr)을 하나의 카드 스타일로 변경 */
    .product-table tbody tr {background: #fff; border: 1px solid #e5e5e5;border-radius: 12px; margin-bottom: 24px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.03);}
    .product-table td {border: none !important;padding: 10px 0; text-align: left;position: relative;}
    .product-table td:first-child { padding-top: 0; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0 !important; margin-bottom: 10px;}/* 첫 번째 셀 (제품 정보 + 이미지) 카드 상단 배치 */
    .product-info-cell {flex-direction: column-reverse; /* 모바일에서는 이미지를 상단/중앙에 깔끔하게 오도록 처리 */align-items: center; text-align: center; padding: 0;}
    .product-text {width: 100%;margin-top: 15px;}
    .series-title {font-size: 20px;margin-bottom: 8px;}
    .product-img {width: 160px;margin-left: 0;}
    .product-table td[data-label] { display: flex;flex-direction: column; gap: 4px;}/* 나머지 셀 데이터 (라벨명 표시) */
    .product-table td[data-label]::before {content: attr(data-label);font-weight: 700; font-size: 13px; color: var(--primary-color); text-transform: uppercase; letter-spacing: -0.2px; }
}


  .listBtn{display:inline-flex;justify-content: center; align-items: center; gap:10px; height:45px; border-radius: 4px; background:var(--concept-color); font-weight:600;font-size:16px;color:#fff;line-height:1; box-sizing: border-box;}
  .listBtn > .icon{display:inline-flex; width:20px; height:20px;background:url(/images/layout/ico_list_wh.png) 50% 50% no-repeat;}
  .listBtn:hover{color:#fff;}
  /* text */
  .tit-xlg{font-weight:700;font-size:40px;color:var(--second-color);line-height:1.3;letter-spacing:0;}
  .tit-lg{font-weight:700;font-size:30px;color:var(--second-color);line-height:1.3;letter-spacing:0;}
  .tit-md{font-weight:700;font-size:24px;color:var(--second-color);line-height:1.3;letter-spacing:0;}
  .tit-sm{font-weight:700;font-size:18px;color:var(--second-color);line-height:1.3;letter-spacing:0;}
  .tit-s{font-weight:700;font-size:16px;color:var(--second-color);line-height:1.3;letter-spacing:0;}

  .txt-lg{font-weight:400;font-size:24px;color:#333;line-height:1.45;}
  .txt-m{font-weight:400;font-size:20px;color:#333;line-height:1.45;}
  .txt-md{font-weight:400;font-size:18px;color:#333;line-height:1.45;}
  .txt-sm{font-weight:400;font-size:16px;color:#333;line-height:1.45;}
  .txt-s{font-weight:400;font-size:14px;color:#333;line-height:1.45;}

  .tit-round{position:relative;font-weight:700;font-size:26px;color:#333;line-height:1.3; padding-left:20px;box-sizing: border-box;}
  .tit-round::before{position:absolute;content: ' ';left:0;top:12px;background:var(--concept-color);border-radius:24px; width:12px; height:6px;  /* border-radius:50%; width:7px; height:7px;*/ }

  .in-title{width: fit-content;font-weight:700;font-size:24px;color:var(--point-color);letter-spacing:-0.01em;line-height:1.3; }
  .in-title.line{color:#000;line-height:0.6;padding: 0 2px; border-bottom:6px solid;border-color: rgba(31, 81, 162, .8);  }
  .in-title.underline{color:#000; text-decoration: underline;text-decoration-color: rgba(2, 2, 2, 0.8) !important; -webkit-text-decoration-color: rgba(31, 81, 162, .8) !important;text-decoration-thickness:4px !important;text-underline-offset:4px !important; border:0;line-height:1.3; }

  .bullet-tit{position:relative;font-weight:400;font-size:18px;color:#333;line-height:1.45; padding-left:10px;letter-spacing:0em;box-sizing: border-box;}
  .bullet-tit::before{position:absolute;content: ' ';left:0;top:10px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

  .bullet-txt{position:relative;font-weight:400;font-size:16px;color:#333;line-height:1.45; padding-left:10px;letter-spacing:0em;box-sizing: border-box;}
  .bullet-txt::before{position:absolute;content: ' ';left:0;top:8px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

  .bullet-stxt{position:relative;font-weight:400;font-size:14px;color:#444;line-height:1.45; padding-left:8px;letter-spacing:0em;box-sizing: border-box;}
  .bullet-stxt::before{position:absolute;content: ' ';left:0;top:7px; width:3px; height:3px;background:var(--concept-color); border-radius:50%; }

  .line-list{position:relative;font-weight:500;font-size:18px;color:#444;line-height:1.45; padding-left:20px;box-sizing: border-box;}
  .line-list::before{position:absolute;content: '-';left:0;top:0px;font-weight:700;font-size:24px;color:var(--concept-color);line-height:1; }

  .notice-txt{}
  .notice-txt > span{display:inline-block;width: fit-content;text-align: left; min-height:18px;background:url(/images/layout/icon-point.png) 0 6px no-repeat;background-size:18px auto; padding-left:24px;font-weight:600;font-size:18px;color:#333;line-height:1.45;box-sizing: border-box;}
  .pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

  .notice-stxt{}
  .notice-stxt > span{display:inline-block;width: fit-content;text-align: left; min-height:15px;background:url(/images/layout/ico-notice.png) 0 4px no-repeat;background-size:15px auto; padding-left:20px;font-weight:300;font-size:14px;color:#666;line-height:1.45;box-sizing: border-box;}

/********************************************
	공통사용
********************************************/
/* form */
.form_sty{width:100%;margin:0px 0px 40px;border-top:1px solid #666; padding-top:20px; box-sizing: border-box;}
.form_sty > ul{display: flex;align-items: center;flex-wrap: wrap; gap:10px; width:100%;margin-top:0px;padding:10px 0px;}
.form_sty > ul > li{padding:0px;display:inline-flex;align-items: center;flex-wrap: wrap; }
.form_sty > ul > li.top{align-self:flex-start; }
.form_sty .tit{flex:0 0 150px; padding-top:8px; }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size:17px;color: #333;line-height:1.2;letter-spacing:-0.02em;}
.form_sty .tit > *.required{padding-right:10px;}
.form_sty .tit > *.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty .tit.lg{flex:0 0 240px;  }
.form_sty .full{flex:0 0 100%;  }
.form_sty .cont{flex:1;font-size:16px;min-height:40px;}
.form_sty > ul > li:nth-of-type(3) {margin-left:30px;}
.form_sty .select-w{flex:1;} /* 모바일 100% */
.input-tel{flex:0 0 100px;}

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;font-weight:600;color: #333;font-size:16px; line-height:1;letter-spacing:-0.03em;}
.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{flex:1; 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);}
.inputfile-wrap.line input{border:1px solid #ccc;border-width:0 0 1px 0; border-radius:0px;padding:0;}

.captcha-box {display: flex;align-items: center;flex-wrap: wrap; gap:10px;}
.captcha-box .img-box { border: 1px solid #d4d4d4;width:100px; height:100px;box-sizing: border-box;}
.captcha-box img{	width: 100%;height: 100%;}
.captcha-box a {order: 3;font-size:14px;color:var(--concept-color); font-weight: 500;background: url('/images/layout/ico-refresh.png') no-repeat left center;padding-left: 20px;flex-shrink: 0;}
.captcha-box .input_sty{width:280px;}

.wr_box{display: inline-block; width:100%; border:1px solid #dfdfdf;background:#fafafa; margin:0px auto;max-height:250px; padding:25px;box-sizing: border-box;overflow: auto;  }
.wr_box.type1{max-height:auto;padding:0;}
.wr_box > h3{font-weight:700;font-size:17px;line-height:1.45;color:#333;margin-bottom:10px;}
.wr_box > p{font-size:14px;line-height:1.45;color:#333; margin-top:10px;}
.wr_box > p:first-child{ margin-top:0px;}
.wr_box dl dt {font-weight: 700; padding:13px 0 10px 0;font-size:16px;line-height:1.45;color:#333;}
.wr_box dl dd {font-size:14px;line-height:1.45;color:#555;}
.agree_txt{font-weight: 300;font-size:12px;line-height:1.45;color:#333;	padding:10px 0 0 0;margin-bottom:40px;  }
.spam-txt{font-size:18px; margin-top:10px;}

/* 스크롤바 설정*/
.wr_box::-webkit-scrollbar{width: 6px;}
.wr_box::-webkit-scrollbar:vertical {width: 6px;}
.wr_box::-webkit-scrollbar:horizontal {height: 6px;}
.wr_box::-webkit-scrollbar-thumb{background-color: var(--gray-color) !important;}
.wr_box::-webkit-scrollbar-track{background-color: #242424;}

.right-chkBox{display:flex;justify-content:flex-end;align-items: center;gap:10px; margin:10px auto 40px;}
.tit-agreement{display:flex; align-items: center; gap:10px; font-weight: 600;font-size:16px;line-height:1.2;color:#333; margin-bottom:15px; border-top:1px solid rgba(22, 22, 22, .3); padding-top:20px;}

.list--category{border:1px solid #ddd; padding:20px; border-radius: 4px; box-sizing: border-box;margin-bottom:20px; }
.list--category ul{display:flex;flex-wrap: wrap; gap:16px 30px;}
.list--category a{display: inline-block;min-height:14px; background:url(/images/layout/icon-folder.png) 0 50% no-repeat;font-weight:400;font-size:14px;color: #666;line-height:1;letter-spacing:-0.02em;padding-left:20px;box-sizing: border-box;}
.list--category li.active a{background:url(/images/layout/icon-folder-open.png) 0 50% no-repeat;font-weight:700;color: #1a1a1a;padding-left:24px;}

.list--top{display:flex;justify-content:space-between;align-items: center; margin-bottom:15px; }
.list--top .list-total{order:1;}
.list--top .list-search{order:2;}
.list--top .searchLine{order:2; width:100%; max-width:400px; }

.list-total{min-height:15px; background:url(/images/layout/ico-notice.png) 0 0 no-repeat;font-family: 'Pretendard';font-weight:300;font-size:16px;color: #333;line-height:1;letter-spacing:-0.02em;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;}
.list-search .selectArea{width:120px;}
.list-search .selectArea select{background-color: transparent;}
.list-search .inputArea{flex:1 1 0;padding-left:5px;}

/* paging */
.pagination {display:block;margin:20px 0;text-align: center; font-size:0;overflow: hidden;font-family: 'Pretendard';}
.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;}

/* board list-tb */
.boardList {width:100%;margin:0px auto;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;}
.boardList .list-head{background-color: #fafafa;height:45px;text-align:center;}
.boardList .list-body{background-color: #fff;padding:15px 0px;}
.boardList .list-body.notice{background:var(--light-color);}  

.boardList .etc-blank{flex:0 0 0px;}
.boardList .stit_mo{position: relative;display:none;font-weight:300;font-size:12px;color:#888;line-height:1;letter-spacing:-0.02em;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 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-subject{flex:1;font-weight: 500;font-size:16px;color:#333;line-height:1; padding:0 10px;} 
.boardList .tit-name{flex:0 0 120px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-file{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-hit{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-date{flex:0 0 120px;font-weight: 500;font-size:16px;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 80px;font-size:16px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:16px;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:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 120px;font-size:16px;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:16px;color:#666;line-height:1;text-align:center;}

.file_box{display:flex;flex-direction: column;box-sizing: border-box;}
.file_box > a{display: inline-flex; width:fit-content; align-items: center; margin-top:15px;font-weight:400;font-size:14px;line-height:1;color:#333;}
.file_box > a:first-child{margin-top:0px;}

/* boardView */
.board-view {width:100%;margin:0px auto;overflow: hidden; padding:40px 0px 100px;box-sizing: border-box;}
.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; box-sizing: border-box;}
.board-view .subjectBox .rightArea{width:400px; display: inline-flex;justify-content:flex-end; align-items:center; gap:20px; box-sizing: border-box;}
.board-view .subject{font-weight:700;color:#333;font-size:18px;letter-spacing:-0.02em;line-height:1.4;}
.board-view .stit{font-weight:500;font-size:14px;line-height:1;color:var(--second-color); margin-right:5px;}
.board-view .name{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .date{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .hit{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{padding:15px 20px; border-bottom:1px solid #dfdfdf;}

.board-view .content_box{display: inline-block; width:100%;padding:40px 20px; min-height:500px;border-bottom:1px solid #d9d9d9;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% !important;height:auto !important; margin-bottom:20px;}
.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:16px;color:#666;line-height:1.45;*/ color:#333; line-height:1.45;  }
.board-view .content_box p img{max-width:100% !important;height:auto !important; }
.board-view .content_box b{font-weight: bold;}

.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-view .listBox{width:100%;border-top:0px solid #d9d9d9; box-sizing: border-box;}
.board-view .listBox > div{display:flex;justify-content: space-between; align-items: center; gap:5px; width:100%;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;padding:15px 10px;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .listBox > div .txt{flex:1;font-weight: 400;font-size:15px;line-height:28px;color:#1a1a1a;  text-align:left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;box-sizing: border-box;}
.board-view .listBox .dateArea{width:80px;text-align:right;font-weight:400;font-size:14px;color:#888; }
.board-view .btnArea{display:flex;justify-content: center;align-items: center; gap:10px; width:100%; margin-top:30px;}
.board-view .btnArea > *{min-width:150px;}

.board-btn-prev{display:inline-block;font-family: 'Pretendard';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-family: 'Pretendard';font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-left:15px;text-align:center;border:0px solid #e5e5e5;}

.prev_arrow {position: relative; display: inline-flex; align-items: center; padding-left:16px; text-align: left;font-weight: 500;font-size:14px;color:#666;margin-right:10px; }
.prev_arrow::after { content: ' ';position: absolute; top: 50%;left: 0px; width: 8px; height: 8px; margin-top:-2px;border: 1px solid #888;border-top: none;border-right: none; transform: rotate(135deg);}
.next_arrow {position: relative;display: inline-flex; align-items: center;  padding-left:16px; text-align: left;font-weight: 500;font-size:14px;color:#666;margin-right:10px; }
.next_arrow::after { content: ' ';position: absolute; top: 50%;left: 0px; width: 8px; height: 8px; margin-top: -8px;border: 1px solid #888;border-top: none;border-right: none; transform: rotate(-45deg);}

.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 #000; border-radius:50%;text-indent: -9999px; margin-right:10px;  }
.i_file_down{display:inline-block;min-height:16px; background:url(/images/layout/i_filedown_blue.png) 15px 50% no-repeat;padding:8px 15px 8px 40px;font-weight:500;font-size:12px;color:#333;line-height:1.2; border-radius: 24px; border:1px solid #ddd; box-sizing: border-box; /* width:16px;height:16px; text-indent: -9999px; */ }
/* .i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  } */
.i_new{display:inline-block;width:16px;height:16px;background:url(/images/layout/i_new.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_secret{display:inline-block;width:12px;height:16px;background:url(/images/layout/ico_secret.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_reply{display:inline-block;width:20px;height:15px;background:url(/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}

/* no--data */
.no--data{display: flex;justify-content: center;align-items:center;margin:0 auto;min-height:300px;}
.no--data.sm{min-height:150px;}
.no--data > span{background:url(/images/layout/no-data.png) 50% 0px no-repeat; padding:90px 0 0px; font-size:16px;color:#666;line-height:1;letter-spacing:-0.01rem;word-break: keep-all;font-weight:400;}

/* ...줄임표 옆 아이콘적용시 */
.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:20px;}
.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 */


/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto;  border-top:1px 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:#f8f8f8; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;font-weight:500;line-height:1.3;letter-spacing:-0.02em;/* 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:12px 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.02em;background: #fff;}

  .table-scroll-auto tfoot,.table-scroll-auto tfoot th, .table-scroll-auto tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:#f2f8fb !important;}
  .table-scroll-auto tfoot th{font-weight:700;}
  .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:unset;}
  .table-scroll-auto.atable th, .table-scroll-auto.atable td{border-left:0;}
  .table-scroll-auto.atable.border-non th,   .table-scroll-auto.atable.border-non td{border:0;}
  .table-scroll-auto.atable tfoot th, .table-scroll-auto.atable tfoot td {line-height:1;}

  .table-scroll-auto .left{text-align:left;padding-left:20px; padding-right:20px;}

  .table-scroll-auto.btable table {min-width:300px;table-layout:unset; } /* ir 주주현황 적용 */
  .table-scroll-auto.btable th{font-size:16px;}
  .table-scroll-auto.btable td{font-size:16px;}

  .table-scroll-auto.ctable table {min-width:500px;table-layout:unset; } /* ir 재무현황 적용 */
  .table-scroll-auto.ctable th{padding:10px 15px;font-size:16px;}
  .table-scroll-auto.ctable td{padding:10px 15px;font-size:16px;}

  .table-scroll-auto.dtable table {min-width:500px;table-layout:unset; } /* XPS 장비 적용 */
  .table-scroll-auto.dtable th{padding:10px 15px;font-size:15px;}
  .table-scroll-auto.dtable td{padding:10px 15px;font-size:15px;}

  .table-scroll-auto tr.tbg-1 th, .table-scroll-auto tr.tbg-1 td{background:#fcfcf6;}

  .table-scroll-auto th.bg-4, .table-scroll-auto td.bg-4{background:#fcfcf6;}
  .table-scroll-auto th.bg-3, .table-scroll-auto td.bg-3{background:#1d52a0; color: #fff; border-bottom:1px solid rgba(255,255,255,.3);  }
  .table-scroll-auto thead th.bg-3{border-bottom:1px solid rgba(255,255,255,.8);  }
  .table-scroll-auto th.bg-2, .table-scroll-auto td.bg-2{background:#f2f8fb;}
  .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 td p{margin-top:5px;}
  .table-scroll-auto td p:first-child{margin-top:0px;}

  /* table--scroll 좌우사용 END */



