@charset "euc-kr";
/********************************************
	HEADER
********************************************/
#header{/* position:fixed; */ position:absolute; top:20px; left:3%; width:94%; height:var(--header-height); margin:0 auto;  transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index: 4; }
#header .header-inner{position: relative;  display:flex;justify-content:space-between;gap:20px; align-items: center;width:100%; min-width:calc(1600px - 6%); height:100%;margin:0 auto;transition:var(--transition-custom); -webkit-transition:var(--transition-custom); 
  padding:0 60px;  box-sizing: border-box; background-color:rgba(255,255,255,1); border-radius: 60px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
#header .header-inner:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(255,255,255,0.95); box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;  position:absolute; left:0;top:0px;border-radius:60px; z-index: -2; opacity: 0; transition: 0.2s; }
#header.on .header-inner:before{ height:300px; opacity: 1; } 

#header .logoArea{width:240px;height:100%;transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index:4;}
#header .logoArea > a{width:100%;height:100%;display:flex;align-items: center; gap:10px;}
#header .logo{display:block;width:131px;height:100%; background:url(/images/layout/logo-color.png) 0% 50% no-repeat;background-size:auto 48px; box-sizing: border-box;}
#header .util{width:240px; display: inline-flex;justify-content: flex-end;align-items: center; gap:5px;  box-sizing: border-box;z-index:4;}
#header .util > a{position:relative;display: inline-flex;align-items: center; font-weight:500;font-size:14px;line-height:1;color:var(--sub-color); border-radius: 8px;height:32px; padding:0 20px; background: #e7edf8 /* #efe9e3*/ ; }
#header .util >  a.on{font-weight: 600;color:#fff;  background:var(--concept-color);}

.search-top{width:240px; height:40px;border-bottom:1px solid #aaa;position:relative; display:none; }
.search-top input{width:100%;font-size:14px;color:#444;height:100%;padding:0px 30px 0 0px;box-sizing:border-box;}
.search-top input:focus {outline: none;background-color: transparent;}
.search-top .btn{position: absolute;top:50%;right:0px;transform:translateY(-50%);width:20px;height:100%;background:url(/images/layout/i_search.png) 100% 50% no-repeat; background-size: 18px auto;  }

#gnb {flex:1; text-align: 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;}
/* #gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(255,255,255,0.95); box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;  position:fixed; left:5%;top:30px; width:90%; min-width:calc(1600px - 10%);border-radius:46px; z-index: -2; opacity: 0; transition: 0.2s; }
#gnb.on #gnb1_ul:before{ height:260px; 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:var(--header-height);position:relative; padding: 0 50px;transition: 0.5s;}
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block; font-weight: 700; color:var(--second-color); 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:var(--header-height); padding-top:10px;  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:var(--concept-color); }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px;background-color: var(--concept-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 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;}

.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;  color:#666;  text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{ color: var(--sub-color); }

.gnb2_li.ss {margin-bottom:15px;}
.gnb_tit{padding:8px 0;font-weight:700;font-size:15px;line-height:1;color:var(--concept-color);text-align:center;text-decoration:none; text-transform: uppercase; }
.gnb3_a {display:block;padding:6px 0px;font-weight:400;font-size:13px;line-height:1.2;color:#ddd;text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb3_a:hover{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:40px;}

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li{ opacity: 1; top: 0; }
.gnb2_a:focus, .gnb2_a:hover {color: #000; }

/* 상단 레이아웃 white버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{ /* position:fixed;*/position:sticky; top:0; height:var(--header-top-height); left:0; width:100%; background-color:rgba(255,255,255,1);  border-radius:0px;  }
#header.bg_on .util{width:200px;} /*gnb 센터를 위해 좌우 간격 조정 */
#header.bg_on .logoArea{/*width:440px;*/} /*gnb 센터를 위해 좌우 간격 조정 */
#header.bg_on .logo{width:110px;background-size:110px auto;}
#header.bg_on #gnb .gnb1_li { line-height:var(--header-top-height);}
#header.bg_on .gnb2_ul {top:var(--header-top-height); }
#header.bg_on.on .header-inner:before{ height:290px; border-radius:0px;} 
#header.bg_on .header-inner{border-radius:0px; min-width:1600px;}
#header.bg_on .search-top{display: inline-flex; }
#header.bg_on #gnb {text-align: right;  }
/* Header 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);}
.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;}

/* 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 .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; }

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;}
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__lang {opacity: 1;}
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; }

.quick-btn{position: fixed; right:10px; bottom:20px;display:none;align-items: flex-end; flex-direction: column;gap:5px; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; z-index:3;}
.quick-btn.active{display:flex;}

.q-kakao {display:flex;flex-direction:row; justify-content: space-between; align-items:center; background:var(--sub-color);  height: 46px;width:46px; border-radius:23px; transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-kakao .icon {width:100%;height:20px;background:url(/images/layout/q-kakao.png) 50% 0% no-repeat;background-size:auto 20px; text-align: center;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-kakao .button-text {display:none;opacity:0; margin-left:10px; font-weight:600;color:rgba(255,255,255, 1); font-size:13px;letter-spacing:0em;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-kakao:hover .icon {width:30px;}
.q-kakao:hover{width:140px; padding:0 10px 0 12px; box-sizing: border-box;}
.q-kakao:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}

.q-contact {display:flex;flex-direction:row; justify-content: space-between; align-items:center; background:var(--sub-color);  height: 46px;width:46px; border-radius:23px; transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-contact .icon {width:100%;height:20px;background:url(/images/layout/q-edit.png) 50% 0% no-repeat;background-size:auto 20px; text-align: center; transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-contact .button-text {display:none;opacity:0;  margin-left:10px; font-weight: 600;color:rgba(255,255,255, 1); font-size:13px;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-contact:hover .icon {width:30px;}
.q-contact:hover{width:140px; padding:0 10px 0 12px; box-sizing: border-box;}
.q-contact:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani 1s 0.1s both;}

.btn_up {display:flex;flex-direction: column;justify-content:center;align-items:center; gap:5px; text-align: center; width:46px;  height:46px;background:#fff;border:1px solid #ddd; border-radius:50%;cursor:pointer;box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.07); }
.btn_up .icon {width:100%;height:5px; text-align: center;background:url(/images/layout/i_up.png) 50% 0% no-repeat; background-size:auto 5px; }
.btn_up .button-icon {font-weight:700;color:#333; font-size:16px;letter-spacing:0em; line-height: 1; }
.btn_up .button-text {font-weight:600;color:#333; font-size:10px;letter-spacing:0em;line-height: 1;}

/* footer  */
.footer{ display:block; width:100%;background:var(--concept-color);margin:0px auto; padding:0px 5%; box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f-menu{display:flex;align-items:center; height:60px;border-bottom:1px solid rgba(255,255,255,.3);}
.footer .f-menu > a {position:relative;display:inline-block;font-weight: 400;font-size:16px;color: #eee;padding-left:43px;}
.footer .f-menu > a::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width:3px;height:3px;background:#f1f1f1;border-radius:50%;margin-left:20px; }
.footer .f-menu > a:first-child{padding-left:0px;}
.footer .f-menu > a:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }
.footer .f_inner{display:flex; justify-content: space-between;align-items: flex-start; flex-wrap: wrap;gap:10px;margin:0px auto;padding:40px 0; box-sizing: border-box;}
.footer .f_logo{flex:0 0 200px;text-align:left;min-height:52px;background:url(/images/layout/logo-footer.png) 0% 0% no-repeat;background-size:auto 52px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;align-items: center; flex-wrap: wrap; gap:8px 20px; margin-top:10px;}
.footer .f_cont li:first-child{margin-top:0px;}
.footer .f_cont li p{font-weight:400;color:#eee;font-size:14px;line-height:1.2;margin-bottom:0px; }
.footer .f_cont li p > span{display:inline-block;font-weight:500;color:#eee;margin-right:5px; }
.footer .f_cont .c_name{font-weight:600;color:#f1f1f1;font-size:15px;}
.footer .f_copy{width:100%; font-weight: 300;color:#eee;font-size:13px;line-height:1.2;margin-top:5px;}	
.footer .bold{font-weight: 600;color:#f1f1f1;font-size:14px;}	
.footer .f_right{flex:0 0 180px;}

.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 #bbb; 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:var(--concept-color); border:0px solid #bbb;}
.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:var(--concept-color);;}

.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:600;color:#f1f1f1;}

@media screen and (min-width: 1920px) {
  #header{left:8%; width:84%; }
  #header.bg_on .header-inner{padding:0 10%;}
  .footer{ padding:0px 10%; }
}

.i-blog{display: inline-block;width:35px; height:16px;background:url(/images/layout/i-blog.png) 50% 50% no-repeat;background-size:35px auto; text-indent: -9999px;}
.i-insta{display: inline-block;width:25px; height:24px;background:url(/images/layout/i-insta.png) 50% 50% no-repeat;background-size:25px auto; text-indent: -9999px;}
.i-youtube{display: inline-block;width:24px; height:17px;background:url(/images/layout/i-youtube.png) 50% 50% no-repeat;background-size: auto 14px; text-indent: -9999px;}
.i-card{display: inline-block;min-height:16px;background:url(/images/layout/i-card.png) 0% 50% no-repeat;background-size:23px auto; padding-left:30px; font-weight:700;color:var(--second-color);font-size:16px;line-height:1.2;letter-spacing:0em;}

.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:30px; height:30px;background:url(/images/layout/close_white.png) 50% 50% no-repeat var(--concept-color);background-size:auto 12px; 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;} /* 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;margin-bottom:10px;}
.textTb .txt1{color:#444;font-size:14px;line-height:1.45;}
.textTb .txt2{color:#444;font-size:14px;line-height:1.45;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:14px;line-height:1.45;padding-left:10px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:14px;line-height:1.45;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}

.pc_only{display: inline-block;}
.mo_only{display: none;}

/********************************************
	MAIN
********************************************/
.main-quick{position: relative; width:100%; background:var(--bgcolor1); padding:140px var(--wrap-padding) 20px; border-radius: 0 0 100px 100px; box-sizing: border-box;}
.main-quick ul{width:100%;max-width:1400px;margin:50px auto;display:flex;align-items: center; gap:25px; }
.main-quick li{flex:1; }
.main-quick li > a{display:inline-flex; align-items: center; flex-direction: column; gap:15px; width:100%; }
.main-quick .quick-icon{position: relative; width:100%; height:0; padding-top:100%; border-radius: 50%;background-size:80px auto;overflow: hidden;display:inline-flex; align-items: center; justify-content: center;transition: all 0.3s ease-in-out;  }
.main-quick .quick-icon img{position: absolute; left:50%; top:50%; max-width:100%; max-height:100%;transform:translate(-50%, -50%);padding-top:5px; box-sizing: border-box;}
.main-quick .quick-txt{font-weight:300;font-size:16px;line-height:1.45;color:var(--sub-color); }
.main-quick .quick-txt > span{font-weight:600;}
.main-quick .quick-icon.a1{background:url(/images/layout/q-icon1.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a2{background:url(/images/layout/q-icon2.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a3{background:url(/images/layout/q-icon3.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a4{background:url(/images/layout/q-icon4.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a5{background:url(/images/layout/q-icon5.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a6{background:url(/images/layout/q-icon6.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a7{background:url(/images/layout/q-icon7.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a8{background:url(/images/layout/q-icon8.png) 50% 52% no-repeat #f9fbfd; }
.main-quick .quick-icon.a9{background:url(/images/layout/q-icon9.png) 50% 52% no-repeat #f9fbfd; }

.main-quick li > a:hover .quick-icon.a1{background:url(/images/layout/q-icon1-on.png) 50% 52% no-repeat var(--concept-color);}
.main-quick li > a:hover .quick-icon.a2{background:url(/images/layout/q-icon2-on.png) 50% 52% no-repeat var(--concept-color); }
.main-quick li > a:hover .quick-icon.a3{background:url(/images/layout/q-icon3-on.png) 50% 52% no-repeat var(--concept-color);}
.main-quick li > a:hover .quick-icon.a4{background:url(/images/layout/q-icon4-on.png) 50% 52% no-repeat var(--concept-color); }
.main-quick li > a:hover .quick-icon.a5{background:url(/images/layout/q-icon5-on.png) 50% 52% no-repeat var(--concept-color); }
.main-quick li > a:hover .quick-icon.a6{background:url(/images/layout/q-icon6-on.png) 50% 52% no-repeat var(--concept-color); }
.main-quick li > a:hover .quick-icon.a7{background:url(/images/layout/q-icon7-on.png) 50% 52% no-repeat var(--concept-color); }
.main-quick li > a:hover .quick-icon.a8{background:url(/images/layout/q-icon8-on.png) 50% 52% no-repeat var(--concept-color); }
.main-quick li > a:hover .quick-icon.a9{background:url(/images/layout/q-icon9-on.png) 50% 52% no-repeat var(--concept-color); }

.main-search-top{width:100%; max-width:680px; margin:0 auto; display:flex;justify-content: space-between;  align-items: center; }
.main-search-top .character img{max-width:100%;}
.main-search-top .txtArea{margin-top:30px;}
.main-search-top .top-tit{font-family: 'Paperozi'; font-weight:700;font-size:45px;line-height:1.3;color:var(--sub-color); margin-bottom:10px;}
.main-search-top .top-txt{font-family: 'Paperozi'; font-weight:400;font-size:20px;line-height:1.3;color:var(--second-color);}
.main-search-top .top-txt > span{font-weight:700;font-size:20px;color:var(--concept-color);}
.main-search{width:100%; max-width:1080px; height:55px; margin:0 auto; display:flex;justify-content: space-between;  align-items: center; }

.main-search .kakao-btn{flex:0 0 170px;  height:100%; display:inline-flex;justify-content: center;  align-items: center; gap:10px; border-radius: 40px; background:var(--primary-color);font-weight:700;font-size:20px;line-height:1;color:#fff; position: relative; }
.main-search .kakao-icon img{width:28px;}
.main-search .kakao-btn:hover{background:var(--sub-color); }

.arrow_box {display: none;position: absolute; padding: 8px;left:15px; top:-40px; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;background: var(--primary-color);color: #fff;font-size:12px; }
.arrow_box:after {position: absolute;top:28px; left: 50%; width: 0;height: 0; margin-left: -6px; border: solid transparent; border-color: rgba(51, 51, 51, 0); border-top-color: var(--primary-color);border-width:6px; pointer-events: none; content: ' ';}
.main-search .kakao-btn:hover p.arrow_box {display: block;}
/*
.arrow_box {display: none;position: absolute;padding: 8px;left: 10px; top:65px; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;background: var(--primary-color);color: #fff;font-size:12px; }
.arrow_box:after {position: absolute;bottom: 100%;left: 50%; width: 0;height: 0; margin-left: -6px; border: solid transparent; border-color: rgba(51, 51, 51, 0); border-bottom-color: var(--primary-color);border-width:6px; pointer-events: none; content: ' ';}
*/
.main-search .search-bar{flex:1;height:100%;border-radius: 40px; background: #fff;position:relative; }
.main-search .search-bar input{width:100%;font-size:15px;color:#444;height:100%;padding:0px 110px 0 30px;box-sizing:border-box;}
.main-search .search-bar input:focus {outline: none;background-color: transparent;}
.main-search .search-bar .btn{position: absolute;top:50%;right:10px;transform:translateY(-50%);width:95px;height:45px;border-radius:30px; background:var(--concept-color);font-weight:400;font-size:16px;line-height:1;color:#fff; display:inline-flex;justify-content: center;  align-items: center; gap:10px; }
.main-search .search-bar .btn-icon img{width:16px;}

/* main Contents */
.main-tit{font-weight:700;font-size:26px;line-height:1.45;color:var(--second-color);}
.main-txt{font-weight:300;font-size:18px;line-height:1.45;color:var(--second-color);margin-top:10px;}

.more{display:inline-flex;justify-content: center; align-items: center; gap:5px; font-weight:500; color:#333;font-size:14px; line-height:1; }
.more > span{display:inline-flex;justify-content: center; align-items: center;width:20px; height:20px; font-weight:400; color:#fff;font-size:20px; line-height:1;background:var(--concept-color); border-radius: 50%; padding-bottom:4px; box-sizing:border-box; }
.more.type-1 > span{background:var(--primary-color);}
.more:hover{color:#333;}

/* section-1 */
.section-1{display:flex; gap:80px; width:100%;max-width:1920px; margin:0px auto;  padding:var(--padding-t) 5%; box-sizing: border-box;}
.section-1 > div{flex:1; }
.section-1 .titleArea{display:flex; justify-content: space-between;align-items: center; gap:20px; margin-bottom:15px; }

/* section-2 */
.section-2{width:100%; margin:0px auto; letter-spacing:0em;background:var(--bgcolor1); /* background:#f7f5f3;*/ box-sizing: border-box;}
.section-2 .section-inner{display:flex;justify-content: space-between;gap:10px; width:100%;max-width:1920px; margin:0px auto; padding:var(--padding-t) 5%; box-sizing: border-box;}
.section-2 .csArea{flex:3; }
.section-2 .bnr{display:inline-flex; flex-direction: column;align-items: center; text-align: center; border-radius: 10px; background: #fff;padding:40px 30px 35px; box-sizing: border-box;transition: all 0.3s ease-in-out;  }
.section-2 .bnr.type1{flex:2;}
.section-2 .bnr.type2{flex:1;}
.section-2 .icon{margin-bottom:15px;}
.section-2 .icon img{max-width:100%;}
.section-2 .icon-txt{font-weight:700; color:var(--second-color);font-size:18px; line-height:1.3;}
.section-2 .icon-stxt{font-weight:400; color:#555;font-size:16px; line-height:1.3; margin-top:5px;}

.section-2 .cs-tit{font-weight:700; color:var(--second-color);font-size:22px; line-height:1.45; margin-bottom:20px;}
.section-2 .cs-num{font-weight:800; color:var(--concept-color);font-size:30px; line-height:1.3; margin-bottom:8px;}
.section-2 .cs-div{display:flex;align-items: center; gap:15px;margin-bottom:8px; }
.section-2 .cs-fax{font-weight:500; color:var(--second-color);font-size:16px; line-height:1.3;}
.section-2 .cs-mail{background: url(/images/layout/icon-email-b.png) 0% 50% no-repeat;padding-left:24px; min-height:12px; font-weight:300; color:var(--second-color);font-size:14px; line-height:1.3;}
.section-2 .cs-txt{font-weight:300; color:var(--second-color);font-size:14px; line-height:1.3;}

.sub-tab{flex:1; }
.sub-tab ul{display:flex;justify-content: flex-start;align-items: center;width:100%;gap:1px;}
.sub-tab li{}
.sub-tab a{display:flex;align-items: center; justify-content: center;height:34px; border:1px solid #bbb;background:#fff; font-weight: 500; font-size:16px;color:#666;line-height:1; padding:0 20px; border-radius: 20px; box-sizing: border-box; }
.sub-tab li.active a{border:1px solid var(--second-color);background:var(--second-color); color:#fff;}
.sub-tab li:hover a{border:1px solid var(--second-color);background:var(--second-color); color:#fff;}

/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto; border-top:2px solid #333;
	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;border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle;min-width:100%;table-layout: fixed;}
  .table-scroll-auto th {text-align:center;padding:10px 15px;vertical-align:middle; background:#f8f8f8; border-bottom:1px solid #dfdfdf; border-left:0px solid #dfdfdf; font-size:15px;font-weight:600;color: #333;line-height:1.3;}
  .table-scroll-auto thead {position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .table-scroll-auto td {text-align:center;padding:10px 15px;vertical-align:middle;border-bottom:1px solid #dfdfdf; border-left:0px solid #dfdfdf; font-size:14px;color: #444;font-weight:300;line-height:1.4;background: #fff;}

  .table-scroll-auto tfoot,.table-scroll-auto tfoot th, .table-scroll-auto tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:var(--light-color) !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.scroll{overflow: auto; } /* x-scroll table 사용시 */
  .table-scroll-auto.scroll table {min-width:500px;} /* x-scroll table 사용시 */

  .table-scroll-auto.atable{border-top:0; }
  .table-scroll-auto.atable table{border-collapse: separate; border-spacing: 0; overflow: hidden; }
  .table-scroll-auto.atable thead th{border-top:1px solid var(--sub-color); border-bottom:1px solid var(--sub-color); }
  .table-scroll-auto.atable thead th:first-child {border-top-left-radius:6px;border-bottom-left-radius:6px; border-left:1px solid var(--sub-color); }
  .table-scroll-auto.atable thead th:last-child {border-top-right-radius:6px;border-bottom-right-radius:6px; border-right:1px solid var(--sub-color); }
  .table-scroll-auto.atable thead.type1 th{background:var(--concept-color);color:#fff; }

  .table-scroll-auto.atable tbody tr:first-child td{ padding-top:15px; }
  .table-scroll-auto.atable th{background:#fff;line-height:1.2;padding:8px 10px; }
  .table-scroll-auto.atable td{border:0;padding:8px 10px;}
  .table-scroll-auto.atable td > a.subject{display: flex;align-items: center;gap:10px; }
  .ellipsis-txt{flex:1;text-align: left; font-weight:400;font-size:15px;color:#333;line-height:1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

  .table-scroll-auto.btable th, .table-scroll-auto.btable td{border-left:1px solid #dfdfdf;}
  .table-scroll-auto.btable th:first-child, .table-scroll-auto.btable td:first-child{border-left:0;}

  .table-scroll-auto.ctable th{padding:8px 10px; font-size:14px;} /* 결과페이지 폰트 줄일때 사용하면 됨 */
  .table-scroll-auto.ctable td {padding:8px 10px; font-size:13px;}

  .table-scroll-auto.dtable{margin-bottom:30px;}  /* board-view  */
  .table-scroll-auto.dtable thead th{padding:15px;}
  .table-scroll-auto.dtable td {padding:10px 15px;}

  .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-auto .ellipsis{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

  .table-scroll-auto.link a{font-weight:500; color:var(--concept-color);}

  .table-scroll-auto.pop{width:100%; max-width:850px; }
  .table-scroll-auto.pop th {padding:8px 10px; font-size:14px;}
  .table-scroll-auto.pop td {padding:8px 10px; font-size:13px;}

  .table-scroll-auto tr.tr-color1 td{background: #f4f8fd /*#f8f6f0*/ ;}

  .show-checkbox input[type=checkbox], .show-checkbox input[type=radio] { display: inline-block;-webkit-appearance: auto;-moz-appearance: auto; appearance: auto; /* 기존 스타일 초기화 (필요한 경우) */ background-color: revert; border: revert; border-radius: revert; }

/* table--scroll 좌우사용 END */
.paging-wrap{margin:20px auto; text-align: center; }

.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;}
.gallery--list .tit{font-weight:600;font-size:18px;color:#222;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;margin-top:10px;}

.list-type{width:100%;margin:0px auto 40px;}
.list-type ul{display:flex;flex-wrap: wrap;width:100%; gap:40px; }
.list-type li{box-sizing: border-box; position:relative; }
.list-type ul.type-3 li{width:-webkit-calc(100% / 3 - 26.6666px); width:calc(100% / 3 - 26.6666px);}
.list-type ul.type-4 li{width:-webkit-calc(100% / 4 - 30px); width:calc(100% / 4 - 30px);}
.list-type ul.type-5 li{width:-webkit-calc(100% / 5 - 32px); width:calc(100% / 5 - 32px);}
.list-type.border li{background:#fff;border:1px solid #dfdfdf; }


/*  SUB LAYOUT :: 비주얼 */
.page-iframe {width: 100%; height: 100%; border: none;}
#visual{overflow:hidden; position:relative; width:100%; margin:0 auto; height:var(--sub-visual-height); background-size:cover !important; box-sizing: border-box;  } 
#visual.full{height:100vh;} 
#visual .visual-img-con{position:absolute; left:0; width:100%; height:100%; /* -ms-transform: scale(1.2,1.2) rotate(0.0001deg); -o-transform: scale(1.2,1.2) rotate(0.0001deg);-moz-transform: scale(1.2,1.2) rotate(0.0001deg); -webkit-transform: scale(1.2,1.2) rotate(0.0001deg); transform: scale(1.2,1.2) rotate(0.0001deg);-webkit-transition:transform 5s  ease-in-out ;-moz-transition:transform 5s ease-in-out ;-o-transition:transform 5s ease-in-out ;-ms-transition:transform 5s ease-in-out ;transition:transform 5s ease-in-out ;*/  }

#visual .visual-txt-con{position:relative; display:flex; width:100%; max-width:var(--wrap-width); justify-content:center; flex-direction: column; margin:0 auto;height:100%;padding:0 5%; box-sizing: border-box; z-index:2;}
#visual .visual-tit{font-family: 'Paperozi'; font-weight:600;color:#fff; font-size:40px;line-height:1.2;letter-spacing:0.02em;/*text-shadow: rgba(14, 30, 37, 0.5) 0px 2px 4px 2px, rgba(14, 30, 37, 0.8) 0px 2px 8px 2px;*/text-shadow:2px 3px 5px rgba(0,0,0,0.2); text-transform: uppercase; margin:0 auto 10px; box-sizing: border-box; /*text-shadow:2px 3px 3px rgba(0,0,0,0.3);*/ }
#visual .visual-location{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
#visual .visual-location > ul{display:flex;justify-content: center; align-items: center; gap:0;}
#visual .visual-location > ul li{position:relative;display: inline-block;padding-left: 25px;font-weight:300;font-size:14px;color: #fff;text-shadow: 1px 1px 16px rgba(0,0,0,0.3); line-height: 1;} 
#visual .visual-location > ul li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ''; background: url(/images/layout/location_bg.png) 0% 50% no-repeat;width: 6px;height:11px;/*width: 5px;height: 5px;background:#dbdbdb;border-radius:50%;*/margin-left:10px; }
#visual .visual-location > ul .i_home{display: inline-block;width:16px; height:13px;background: url(/images/layout/ico_home_w.png) 50% 50% no-repeat;text-indent: -9999px;}
#visual .visual-location > ul li:first-child{padding-left:0px; }
#visual .visual-location > ul li:first-child::after {width: 0px;height: 0px;margin-left:0px; }

#visual .visual-tit, #visual .visual-location{opacity:0;filter:Alpha(opacity=0); visibility:hidden;-ms-transform: translateY(20px) rotate(0.0001deg);-o-transform: translateY(20px) rotate(0.0001deg);-moz-transform: translateY(20px) rotate(0.0001deg);-webkit-transform: translateY(20px) rotate(0.0001deg);transform: translateY(20px) rotate(0.0001deg); -moz-transition:transform .8s, opacity 1.0s;-ms-transition:transform .8s, opacity 1.0s;-webkit-transition:transform .8s, opacity 1.0s;-o-transition:transform .8s, opacity 1.0s;transition:transform .8s, opacity 1.0s;}
#visual.active .visual-img-con{-ms-transform: scale(1.0,1.0) rotate(0.0001deg);-o-transform: scale(1.0,1.0) rotate(0.0001deg); -moz-transform: scale(1.0,1.0) rotate(0.0001deg); -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);transform: scale(1.0,1.0) rotate(0.0001deg);}
#visual.active .visual-tit, #visual.active .visual-location{opacity:1.0;filter:Alpha(opacity=100); visibility:visible;-ms-transform: translateY(0) rotate(0.0001deg);-o-transform: translateY(0) rotate(0.0001deg);-moz-transform: translateY(0) rotate(0.0001deg);-webkit-transform: translateY(0) rotate(0.0001deg);transform: translateY(0) rotate(0.0001deg); }

/* 효과 */
#visual.active .visual-tit{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s}
#visual.active .visual-location{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s}

.visual-img-con.tbg01{background: url("/images/sub/bg_1.jpg") 50% 0% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg02{background: url("/images/sub/sub-top2.jpg") 50% 0% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg03{background: url("/images/sub/sub-top3.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg04{background: url("/images/sub/sub-top4.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg05{background: url("/images/sub/sub-top5.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }
.visual-img-con.tbg06{background: url("/images/sub/sub-top6.jpg") 50% 50% no-repeat rgb(255, 255, 255); background-size:cover;  }

.menuTab-wrap.active{position:fixed; left:0; top:var(--header-top-height);width:100%;/* background-color: rgba(0, 0, 110, 0.9); border-bottom:0; */  border-top:1px solid #eee;}
.menuTab-wrap{width:100%; margin:0 auto;height:var(--menuTab-height); background-color:var(--sub-color);  /* background-color:#fff; border-bottom:1px solid #ddd; */ padding:0px var(--wrap-padding); box-sizing: border-box;overflow:hidden;  z-index:2;}

/* tab */
.menuTab{width:100%;margin:0 auto; height:var(--menuTab-height); padding:0;position:relative; box-sizing: border-box;}
.menuTab .x-scroll{display:flex; justify-content: center; }
.menuTab ul{display:flex; justify-content: center; align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.menuTab ul.tabs {white-space: nowrap;}
.menuTab li{position:relative;padding:0 30px; }
.menuTab li:after {position: absolute; content: ""; left:0; top:50%; transform:translateY(-50%); width:1px; height:12px; background: #bbb; }
.menuTab li:first-of-type:after {display:none; }
.menuTab li:last-child{}

.menuTab a{position:relative;display:flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:500;font-size:16px;line-height:1;padding:0 2px;border-width:0; border-style:solid;border-color:var(--primary-color); box-sizing: border-box;color:rgba(255, 255, 255, .7); /*color:rgba(0, 0, 0, .5);*/ }
.menuTab li:first-of-type a:after {display:none; }
.menuTab li.active a{font-weight:700;color:#fff;  /*  color:var(--primary-color); border-width:0 0 2px 0; */ }
.menuTab li:hover a{font-weight:700; color:#fff;  /*  color:var(--primary-color); border-width:0 0 2px 0; */ }


/* @@@@@@@@@@@@@@@@@@@  sub layout  @@@@@@@@@@@@@@@@@@@@  */
.container {position:relative; width:100%;  margin:0; padding:50px var(--wrap-padding); min-height:calc(100vh - 528px); background: #fff; box-sizing: border-box;}
#login.container {padding:100px var(--wrap-padding) 80px;min-height:calc(100vh - 262px);  }
.inner{position:relative; width:100%;max-width:var(--wrap-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}
.container_box {width:100%; max-width:1920px;  margin:0 auto; font-size:14px;color:#505050;line-height:1.45;padding:40px 0 80px 0;}
.container_inbox {width:100%;max-width:1200px;margin:0 auto; font-size:14px;color:#505050;line-height:1.45;padding:40px 0 80px 0;}

.title{display:flex; flex-direction: column; align-items: center; text-align:center; gap:10px; }
.title > h3{font-weight:700; font-size:40px;color:var(--second-color);line-height:1.2; }
.title > p{font-weight:400; font-size:16px;color:#505050;line-height:1.2; }

.title-m{ font-weight:600; font-size:18px;color:var(--second-color);line-height:1.2;min-height:20px;background:url(/images/layout/i_m3.png) 0% 50% no-repeat;background-size:17px auto;  text-transform: uppercase; padding-left:24px; margin-bottom:10px; box-sizing: border-box;}

.div-flex1{display:flex; gap:20px; align-items: center; }
.div-flex1.line{border-top:1px solid #ddd; padding-top:10px; width:100%;  }
.div-flex2{display:flex; flex-direction: column; align-items: flex-start; gap:10px; width:100%;  padding:10px 0;}
.div-flex3{display:flex; gap:10px; align-items: center; margin-top:10px; font-weight:500; font-size:14px;color:#505050;line-height:1.2; }
.div-flex4{display:flex; gap:5px; align-items: center;width:100%; }
.div-flex4 > *{display:inline-flex;padding:3px 8px; border-radius: 4px; border :1px solid #069de6;font-weight:400; font-size:12px;color:#069de6; cursor:pointer; box-sizing: border-box;}

.schedule-top{display:flex;justify-content: center; gap:10px; align-items: center; margin-bottom:10px; font-weight:600; font-size:18px;color:#333;line-height:1.2; }

.schedule-tb{width:100%; border:1px solid #666;box-sizing: border-box;}
.schedule-tb th{ text-align:center;vertical-align:middle; border-left:1px solid #666; border-bottom:1px solid #666; background: #f3f3f3;font-weight:600; font-size:15px; color:#333; line-height:1.45; padding:5px;box-sizing: border-box;}
.schedule-tb td{ text-align:left;vertical-align:top; border-left:1px solid #666; border-bottom:1px solid #666;  font-size:13px; color:#555; line-height:1.45;  padding:5px;box-sizing: border-box;}
.schedule-tb th:first-child, .schedule-tb td:first-child{border-left:0;}
.schedule-tb .date{font-weight:700; font-size:17px; color:#1a1a1a; }
.schedule-tb td a{display:inline-block;width:100%; margin-bottom:5px;}

.btn_type1{display:inline-flex;justify-content: center; align-items: center;height:18px; padding:0 4px;font-weight:400;font-size:12px; line-height:1;text-align:center; color:#fff;border:1px solid var(--icon-color1);background:var(--icon-color1); border-radius:4px;box-sizing: border-box; }
.btn_type2{display:inline-flex;justify-content: center; align-items: center;height:18px; padding:0 4px;font-weight:400;font-size:12px; line-height:1;text-align:center; color:#fff;border:1px solid var(--icon-color2);background:var(--icon-color2); border-radius:4px;box-sizing: border-box; }
.btn_type3{display:inline-flex;justify-content: center; align-items: center;height:18px; padding:0 4px;font-weight:400;font-size:12px; line-height:1;text-align:center; color:#fff;border:1px solid var(--icon-color3);background:var(--icon-color3); border-radius:4px;box-sizing: border-box; }
.btn_type4{display:inline-flex;justify-content: center; align-items: center;height:18px; padding:0 4px;font-weight:400;font-size:12px; line-height:1;text-align:center; color:#fff;border:1px solid var(--icon-color4);background:var(--icon-color4); border-radius:4px;box-sizing: border-box; }

.div-inBox{display:block; width:1600px; margin:0 auto;}

.ok-box{display:block; text-align: center;font-weight:400; font-size:16px;color:#505050;line-height:1.2; margin:40px auto; padding:50px; background:#fafafa;border:1px solid #ddd; box-sizing: border-box;}
.point-price{ font-weight:700; font-size:18px;color:var(--second-color);line-height:1.2;}
.bannerArea{width:100%;margin:0 auto; padding-top:60px; }
.bannerArea .banner{ display:flex; justify-content: space-between; align-items: center;  width:600px; margin:0 auto;border:1px solid #939393; border-radius:8px; padding:20px 40px;background-color:#f0f0f0; cursor:pointer;box-sizing: border-box;}
.bannerArea .banner-txt{font-weight:700;font-size:16px;color:#333;line-height:1.45; }
.bannerArea .banner-img img{max-width:100%;}

.title-box{width:100%; text-align: center; font-weight:700; font-size:24px;color:var(--sub-color); line-height:1.2; border:1px solid var(--sub-color); padding:15px; border-radius: 4px; margin-bottom:15px; box-sizing: border-box;}
.title-graybox{width:100%; font-weight:700; font-size:18px;color:var(--second-color); line-height:1.2; border:1px solid var(--second-color); padding:15px; border-radius: 4px; margin-bottom:15px; box-sizing: border-box;}
.win-inner{width:100%; padding:20px; box-sizing: border-box;}

.font-c1{color:var(--icon-color1);} /* 토목 */
.font-c2{color:var(--icon-color2);} /* 건축 */
.font-c3{color:var(--icon-color3);} /* 간이종심 */
.font-c4{color:var(--icon-color4);} /* 종평제 */

.font-c5{color:#f96400;} /* 미결제 */
.font-c6{color:#184ea6 /*#339900*/;} /* 결제완료 */
.font-c7{color:#c69d53;} /* 대기 */

.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-s{font-weight:400;font-size:16px;color:#333;line-height:1.45;}
.txt-xs{font-weight:400;font-size:14px;color:#333;line-height:1.45;}

.in-title{width: fit-content;font-weight:700;font-size:24px;color:var(--point-color);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; }

.tit--round{position:relative;font-weight:600;font-size:24px;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;*/ }

.bullet-tit{position:relative;font-weight:400;font-size:18px;color:#333;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;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;line-height:1.4;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:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-stxt::before{position:absolute;content: ' ';left:0;top:8px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.line-list{position:relative;font-weight:400;font-size:17px;color:#444;line-height:1.45; padding-left:12px;box-sizing: border-box;}
.line-list::before{position:absolute;content: '-';left:0;top:0px;font-size:18px;color:#444; }

.alert-txt{position:relative;font-weight:400;font-size:13px;color:var(--red-color);line-height:1.45; padding-left:10px;box-sizing: border-box;}
.alert-txt::after{position:absolute;content: '*'; left:0;top:0px; font-size:13px;color:var(--red-color); }

.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 2px no-repeat;background-size:15px auto; padding-left:20px;font-weight:300;font-size:14px;color:#444;line-height:1.45;box-sizing: border-box;}

/********************************************
	공통사용
********************************************/

/* form */
.form-wrap{display:block; width:1200px; margin:0 auto;}
.form_sty{width:100%;margin:0px 0px 40px;border-top:2px solid #666;box-sizing: border-box;}
.form_sty > ul{display: flex; /* align-items: center;*/ flex-wrap: wrap; gap:0px; width:100%;margin-top:0px; border-bottom:1px solid #ddd;}
.form_sty > ul > li{padding:10px 20px;display:inline-flex;align-items: center;flex-wrap: wrap; border-left:1px solid #ddd;background: #f9f9f9;  }
.form_sty > ul > li.top{align-self:flex-start; }
.form_sty > ul > li:first-child{border-left:0; }
.form_sty .tit{flex:0 0 150px; background: #f8f8f8;font-weight:500;font-size:15px;color: #333;line-height:1.2; }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:500;font-size:15px;color: #333;line-height:1.2;letter-spacing:-0.01em;}
.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:15px;min-height:45px; background: #fff; }
/* .form_sty > ul > li:nth-of-type(3) {margin-left:30px;} */
.form_sty .select-w{flex:1;} /* 모바일 100% */
.form_sty .right{justify-content: flex-end; }

.border-line{width:100%; height:1px; background: #bbb; padding:15px 0;}

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;font-weight:600;color: #333;font-size:16px; line-height:1;}
.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(--concept-color);}
.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--top{display:flex;justify-content:space-between;align-items: center;  margin-bottom:15px;box-sizing: border-box;}
.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:28px; 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;padding-left:20px;box-sizing: border-box;}
.list-total > span{font-weight: 700;}


.list-search{display:flex;width:100%; max-width:350px;margin-left:auto;}
.list-search .selectArea{width:100px;}
.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;}

/********** 포인트 **********/
.point-top{width:100%; border:1px solid #bbb; background: #f9f9f9; padding:15px; box-sizing: border-box; margin-bottom:15px; }
.point-top ul{display:flex; justify-content: center; align-items: center; gap:80px; }
.point-top li{display:inline-flex; align-items: center; gap:10px; }

.point-txt{display:block; width:100%; border-top:1px solid #bbb; padding-top:15px; margin-top:15px; }
.point-txt > div{margin-top:15px; }
.point-txt > div:first-of-type{margin-top:0px; }
.point-txt .sec{display:flex; align-items: center; gap:20px;}
.point-txt .sec > dl{display:inline-flex; align-items: center; gap:5px; font-weight:400;font-size:14px;color:#333;line-height:1.45; }
.point-txt .sec > dl > dt{}
.point-txt .sec > dl > dd{font-size:15px;}

.payResult-box{width:100%; max-width:600px; margin:0 auto 40px; border-radius: 4px; border:1px solid var(--primary-color); padding:20px 30px; box-sizing: border-box; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.payResult-box ul{display:flex; align-items: center;  border-top:1px solid #ddd; padding:8px 0; box-sizing: border-box;}
.payResult-box ul:first-child{border-top:0;}
.payResult-box .tit{width:120px;font-weight:600;font-size:16px;color:#1a1a1a;line-height:1.45;  }
.payResult-box .cont{flex:1; display:inline-flex; align-items: center;  border-left:1px solid #ddd;  font-weight:400;font-size:16px;color:#333;line-height:1.45; min-height:40px; padding-left:20px; margin-left:20px; }

.payResult-box.type1 .tit{width:200px;font-weight:600;font-size:15px; }
.payResult-box.type1 .cont{flex:1; font-size:15px;min-height:30px; }
.payResult-box .stxt{font-weight:400; font-size:13px;}

.payResult_ok{display:block; width:100%; max-width:600px; text-align: center;font-weight:400; font-size:16px;color:#444;line-height:1.2; margin:40px auto; padding:40px; background:#f6f5fb;border:1px solid #ddd; box-sizing: border-box;}

.point-wrap{width:100%; max-width:800px; margin:0 auto; }
.point-box{width:100%;margin:0 auto 10px; border-radius: 4px; border:1px solid var(--primary-color); padding:20px 30px; box-sizing: border-box; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.point-box ul{display:flex; align-items: center;  border-top:1px solid #ddd; padding:8px 0; box-sizing: border-box;}
.point-box ul:first-child{border-top:0;}
.point-box .tit{width:120px;font-weight:600;font-size:16px;color:#1a1a1a;line-height:1.45;  }
.point-box .cont{flex:1; display:inline-flex; align-items: center;  border-left:1px solid #ddd;  font-weight:400;font-size:16px;color:#333;line-height:1.45; min-height:40px; padding-left:20px; margin-left:20px; }

.tax-box{width:100%;margin:30px auto 20px;  border:1px solid #ddd;padding:15px; box-sizing: border-box;}
.tax-box > ul{display:flex; justify-content: center;align-items: center; gap:40px;}
.tax-box > ul > li{display:inline-flex; justify-content: center; align-items: center; flex-direction: column; gap:5px; }
.tax-box .tit{font-weight:600;font-size:16px;color:#1a1a1a;line-height:1.2; }
.tax-box .txt{font-weight:400;font-size:16px;color:#1a1a1a;line-height:1.2;}
.tax-box .input-price{text-align:right; border:0;padding:0px 5px;background:#fff;font-weight:500; font-size:18px; color:#666; border-radius:0px; width:150px;height:28px; margin-right:5px;  }
.input-price:focus {outline: none;background:#fff;border:1px solid var(--primary-color); }
.tax-box .date{display:flex; align-items: center; gap:5px; font-weight:400;font-size:14px;color:#333;line-height:1.45;min-height:20px; padding-left:26px;background:url(/images/cal.svg) 0 50% no-repeat; background-size: 20px auto;  box-sizing: border-box;}
.tax-box .btn{ display:inline-flex;justify-content: center;align-items: center;height:60px; padding:0 30px;font-weight:500;font-size:16px;color:#fff; line-height:1;text-align:center;  background: var(--primary-color); border-radius: 4px;  }
.date-select{position: relative;}

.tax-box > ul > li > div{display:inline-flex; align-items: flex-end;}
.tax-box > ul > li > div .txt{padding-bottom:4px;}

/* 회사소개 */
#visual.company{height:400px;  } 
.company-info{width:100%; text-align: center;}
.company-info .tit{font-weight:700;font-size:34px;color:#1a1a1a;line-height:1.45; margin-bottom:5px; }
.company-info .txt{font-weight:400;font-size:20px;color:#333;line-height:1.45; margin-bottom:60px; }
.company-info .desc{font-weight:300;font-size:18px;color:#333;line-height:1.45; }
.company-info .sign{font-weight:600;font-size:20px;color:#333;line-height:1.45; margin-top:40px; }
.company-info p{margin-top:8px; }
.company-info p:first-child{margin-top:0px; }

/* 서브레이아웃 */
.bl { border-left:solid 1px #dcdcdc; }
.br { border-right:solid 1px #dcdcdc; }
.bt { border-top:solid 1px #dcdcdc; }
.bb { border-bottom:solid 1px #dcdcdc; }
.bb_d { border-bottom:dashed 1px #dcdcdc; }

/********** 테이블 스타일 **********/
.t_tit {color:#323232;font-size:14px;font-weight:bold;background-color:#fafafa;text-align:center;}
.t_tit1 {color:#505050;font-size:13px;background-color:#fdfdfd;text-align:center;}
.t_txt {color:#505050;font-size:13px;text-align:center;}
.t_txt1 {color:#505050;padding:10px 0 10px 15px;font-size:13px;}
.t_txt2 {color:#505050;padding:10px 20px 10px 0;font-size:13px;text-align:right;font-weight:bold;}
.t_txt2 span {color:#F00;font-size:16px;}

/****************** 서브카테고리 : 기존 소스 사용안함
#cate_wrap {float:left;width:100%;border-bottom:solid 1px #dcdcdc;}
#cate, #cate_5 {width:1200px;margin:0 auto;position:relative;}
#cate > ul, #cate_5 > ul {float:left;width:1200px;}
#cate > ul > li {float:left;width:300px;height:50px;line-height:50px;border:solid 1px #dcdcdc;border-right:none;border-bottom:none;box-sizing:border-box;}
#cate_5 > ul > li {float:left;width:240px;height:50px;line-height:50px;border:solid 1px #dcdcdc;border-right:none;border-bottom:none;box-sizing:border-box;}
#cate > ul > li:last-child, #cate_5 > ul > li:last-child {border-right:solid 1px #dcdcdc;}
#cate > ul > li > a, #cate_5 > ul > li > a {display:block;height:100%;font-size:15px;color:#505050;text-align:center;padding:0 20px;}
#cate > ul > li > a:hover, #cate_5 > ul > li > a:hover {color:#4285f4;text-decoration:underline;}
#cate > ul > li > a.on, #cate_5 > ul > li > a.on {background-color:#57504d;color:#fff;font-weight:bold;}

/****************** 서브탭 : old
.tab {float:left;width:1200px;margin-top:30px;}
.tab > ul {float:left;width:1200px;text-align:center;}
.tab > ul > li {display:inline-block;height:40px;line-height:40px;border:solid 1px #dcdcdc;}
.tab > ul > li > a {display:block;height:100%;font-size:15px;color:#505050;text-align:center;padding:0 20px;}
.tab > ul > li > a:hover {color:#4285f4;text-decoration:underline;}
.tab > ul > li > a.on {background-color:#4285f4;color:#fff;font-weight:bold;}

/****************** 내용박스
#info_box {float:left;width:1200px;font-size:14px;color:#505050;line-height:22px;background-color:#fff;padding:50px 0 80px 0;}
h4 {float:left;width:100%;font-size:20px;font-weight:bold;color:#505050;background:url(../images/sub/tit_icon.gif) no-repeat left 4px;text-indent:22px;margin-bottom:10px;}
 old ******************/

.money {float:left;width:1000px;text-align:center;font-size:14px;padding-top:25px;color:#505050;line-height:26px;}
.sum {font-size:32px;font-weight:bold;color:#F00;}
.order_btn {float:left;width:1000px;text-align:center;margin-top:30px;}
/****************** 물가변동 ******************/
.price_box {float:left;width:1120px;background-color:#f5f9fc;border:solid 1px #c7def4;border-radius:5px;padding:25px 35px;font-size:16px;line-height:26px;}
.price_txt {float:left;width:1200px;font-size:16px;line-height:26px;}

















/*********************************************  테이블을 div로 수정시 참고할 코드 *********************************************/


.file_box{display:flex; 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;}
.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:200px; 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;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:200px;box-sizing: border-box;}
.board-view .content_box .imgBox{display: inline-block; width:100%; margin-bottom:10px;}
.board-view .content_box img{max-width:100% !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 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;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:14px;color:#666;line-height:1;text-align:center;}

.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;}

.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;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 */


 






  








  
