@charset "utf-8";
/********************************************
	login
********************************************/
.login-wrap{display:flex;justify-content: center;align-items: center;flex-direction: column; width:100%; min-height:100vh; min-height:100%; margin:0px auto; background:#fff;padding:40px 5%;box-sizing: border-box;}
.login-wrap .title{font-weight:700; font-size:36px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize; margin-bottom:30px; text-align: center;}
.login-box{width:100%; max-width:760px; background:#fff; margin:0 auto; padding:80px 100px;border:1px solid #ddd;box-sizing: border-box; box-shadow: 1px 4px 10px -4px rgba(0, 0, 0, .15); }
.login-box .btn-area{display:flex; flex-wrap: wrap; gap:15px; width:100%;  margin:20px auto 0;}
.login-box .btn-area > a, .login-box .btn-area > button{display:inline-flex;justify-content: center; align-items: center; cursor:pointer;text-align:center; font-weight: 600;font-size:16px; color:#fff;line-height:1; height:45px;border-radius:4px;box-sizing: border-box; }
.login-box .btn-login{width:100%; background:var(--concept-color);}
.login-box .btn-login > span{display:inline-flex;align-items: center;padding-left:30px;background:url(../images/i_lock.png) no-repeat left center;background-size:auto 20px; height:100%; font-weight: 600;font-size:16px; color:#fff;line-height:1;}
.login-box .btn-find{width:100%; background:#fff; color:var(--concept-color) !important; border:1px solid var(--concept-color);  }
.login-box .input_id, .login-box .input_pw{margin-top:10px; }
.login-box .id-save{margin-top:15px;}
.login-box .id-save label{font-size:16px;color:#222;}
.login-logo{width:100%;text-align:center;min-height:40px;background:url(../images/logo.png) 50% 0% no-repeat;background-size:auto 40px; margin-bottom:10px; /*text-indent: -9999px;*/ }
.logo-txt{text-align:center;font-weight:400;font-size:22px;color:var(--concept-color);  line-height:1.45;}
.login-tit{text-align:center;margin:20px 0 25px; }
.login-tit > p{font-weight:400;font-size:16px;color:#222;line-height:1.45;letter-spacing:-0.01em;margin-top:5px; }

.login-tab{display:flex; width:100%; max-width:600px;margin:0px auto 10px;}
.login-tab-menu{flex:1;display:inline-flex;justify-content:center; align-items: center;text-align:center; height:45px; border:1px solid #ddd;background:#fff; font-weight: 400; font-size:16px;color:#666;line-height:1;  }
.login-tab-menu.is-on{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}

.tab-contents{display:none;width:100%; margin:0px auto 40px;}
.tab-contents.is-on{display:block;}

.id-box{width:100%; max-width:600px; background:#fff; margin:0px auto 30px;padding:40px;border:1px solid #ddd;box-sizing: border-box;  }
.id-box .txt{position:relative;font-weight:400;font-size:16px;line-height:1.45; border-bottom:1px solid #666; padding-left:18px;  padding-bottom:10px; margin-bottom:15px; box-sizing: border-box;  }
.id-box .txt::before{position:absolute;content: '※';left:0;top:2px; font-size:14px;color:inherit; font-family: 'GmarketSansMedium';}
.id-box .select_sty{min-width:80px;}
.id-box .btn-type.btn{padding:0 15px;}
.id-box .desc{ margin-top:10px; background:#fafafa; border:1px solid #ddd;padding:15px;box-sizing: border-box; }

/********************************************
	HEADER
********************************************/
#header{position: fixed;left:0; top:0; width: 100%;min-width:var(--wrap-width); height:var(--header-height); margin:0 auto; background:var(--concept-color); transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index:3; padding:0 var(--padding-w); box-sizing: border-box; }	
#header .header-inner{position: relative;width: 100%; max-width:var(--wrap-width); height:100%;margin:0 auto;transition:var(--transition-custom); -webkit-transition:var(--transition-custom); }
#header .logo{position:absolute; left:var(--padding-w); top:0; width:200px; height:100%; z-index:4; } /* gnb메뉴가 느는상황 고려해서 position:absolute; 로  */
#header .logo img{max-width:100%; height:24px; }
#header .logo > a{display:flex; align-items: center;width:100%;  height:100%; }
#header .util{position:absolute; right:var(--padding-w); top:0px;height:100%; display:flex; align-items: center; justify-content: flex-end; gap:10px; z-index:4;}
#header .util a, #header .util button{display: inline-flex;align-items: center; gap:5px; padding:0 15px; }
#header .util .icon img{height:14px;}

/* top 선택 */
.utilmenu-wrap {width:150px; height: 30px; position: relative;z-index:4;}
.utilmenu-wrap button{padding:0 10px !important; }
.utilmenu {position: absolute;top: 0; left: 0; width: 100%; height: 100%; border-radius: 4px;background:#fff; border:1px solid var(--second-color);box-sizing: border-box; display: flex; align-items: center;justify-content:space-between; font-weight:400;font-size:14px;line-height: 1;color:var(--second-color); z-index: 1;transition: 0.3s ease;}
.utilmenu img:last-child {transition: 0.25s ease;}
.utilmenu.is-active img:last-child {transform: rotate(180deg);}

.utilmenu .num{font-weight:700;color:var(--concept-color);}
.utilmenu .cont{flex:0 0 1;display: inline-flex; align-items: center; justify-content: flex-end; gap:3px;  margin-left: 10px; }
.utilmenu img{margin-left:5px;}

.is-open .utilmenu {}
.utilmenu.is-active { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);}
.utilmenu-list {position: absolute; top: 0;left: 0;width: 100%;background:#fcfefe; border:1px solid var(--second-color); padding: 0 14px;box-sizing: border-box; border-radius:4px; max-height: 0; overflow: hidden; opacity: 0; transition: 0.2s;}
.utilmenu-list.is-active {padding: 39px 10px 10px;max-height: 500px;opacity: 1;}
.utilmenu-list li {display: flex; align-items: center;justify-content:space-between; font-weight:400;font-size:14px;line-height: 1;color:var(--second-color);  padding-bottom: 12px;cursor: pointer;}
.utilmenu-list li.is-active {color: var(--second-color);font-weight: 500;}
.utilmenu-list li:last-child {padding-bottom: 0;}
.utilmenu-list .num{font-weight:700;color:var(--concept-color);}
.utilmenu-list .cont{flex:0 0 1;display: inline-flex; align-items: center; justify-content: flex-end; gap:3px;  margin-left: 10px; }

#gnb {display:flex; justify-content: center; align-items: center; width:100%;min-width:var(--wrap-width); height:var(--header-height);  }
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#gnb .gnb_wrap {margin:0 auto;position:relative; /* width: 100%; text-align: center;  */}

#gnb #gnb1_ul {width: 100%; transition: 1.0s; padding:0 50px; position: relative; box-sizing: border-box; }
#gnb #gnb1_ul:before{position: fixed; content: ""; display: block; width:calc(100% - 2*var(--padding-w)); min-width:calc(var(--wrap-width) - 2*var(--padding-w));  height: 0; left:var(--padding-w); top:calc(var(--header-height) + var(--top-height) + 10px); z-index: -2; opacity: 0; transition: 0.2s; }
#gnb.on #gnb1_ul:before{ height:600px; background-color: rgba(255,255,255,1); border:1px solid var(--concept-color); border-radius: 4px; box-sizing: border-box; opacity: 1; } 
#gnb #gnb1_ul::after{ content: ""; display: block; width: 100%;height: 0;position:absolute;left:0; top:var(--header-height); z-index: -2; opacity: 0; transition: 0.2s; }
#gnb.on #gnb1_ul::after{opacity: 1; height: calc(var(--top-height) + 10px);}

/* #gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:4} */
#gnb .gnb1_li {float:none; display: inline-block; line-height:var(--header-height);position:relative; padding: 0 25px;box-sizing: border-box;}
#gnb .gnb1_li > a{position: relative; display:block;font-weight: 600; color:#fff; text-decoration:none; font-size:16px;letter-spacing:0em;text-transform:capitalize; transition: 0.3s;cursor: pointer; }
#gnb .gnb1_li::after{content: ""; position:absolute;left:0; top:50%;transform:translateY(-50%);width:1px;height:14px;background:rgba(255,255,255,.5);  }
#gnb .gnb1_li:first-child::after{display: none;}
#gnb .gnb1_li:hover > a{ color:#fff; }

#gnb .gnb1_li > a:after{position: absolute; left: 50%; bottom:0px; content: ""; display: block; width: 100%; height:5px;background-color: var(--primary-color); 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_li > a.active:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0);}

.sitemap{display:none;position:fixed; left:var(--padding-w); top:calc(var(--header-height) + var(--top-height) + 11px);width:calc(100% - 2*var(--padding-w)); min-width:calc(var(--wrap-width) - 2*var(--padding-w)); margin:0; padding:0px; height:598px}
.sitemap > section{width:18%; padding:15px 20px 20px;box-sizing: border-box; }
.sitemap > section:nth-of-type(2){width:25%;}
.sitemap > section:nth-of-type(3){width:20%;}
.sitemap > section:nth-of-type(4){width:22%; background:var(--basic-bgcolor);  }
.sitemap > section:last-of-type{width:15%;}
.gnb_tit{display: inline-block; width: fit-content;font-weight:700;font-size:15px;line-height:1;letter-spacing:0.05em;color:var(--second-color); border-radius: 20px; border:1px solid var(--concept-color);padding:4px 20px;box-sizing: border-box;margin-bottom:0px;  }
.gnb_list{width:100%;min-height:515px; border-left:1px solid #b7e3e6;box-sizing: border-box; }
.gnb_list .gnb2_ul{display:flex; margin-top:13px; }
.gnb_list .gnb2_tit{position: relative; width:100px; font-weight:600;font-size:14px;line-height:1;color:var(--second-color);padding-left:12px; box-sizing: border-box;  }
.gnb_list .gnb2_tit::after{content: ""; position:absolute;left:0; top:0; width:3px; height:14px;background:var(--concept-color); }
.gnb_list .gnb2_list{flex:1; display:inline-flex; flex-direction: column; gap:5.5px; }

.gnb_list .gnb2_a{position: relative;display: inline-block; width:100%; font-weight:300;font-size:13px;line-height:1.3;color:var(--second-color);padding-left:10px; box-sizing: border-box;  }
.gnb_list .gnb2_a::after{content: ""; position:absolute;left:0; top:8px; width:3px; height:3px;background:var(--concept-color); border-radius: 50%; }
.gnb_list .gnb2_a:hover{color:var(--concept-color);font-weight:500; }
.gnb_list .gnb2_a .point{position: relative;display: inline-block;padding:0px 4px;font-weight:400;font-size:13px;color:#fff;letter-spacing:0.05em;  z-index:1;}
.gnb_list .gnb2_a .point::before{content: ""; position:absolute;left:0; top:0px; width:100%; height:100%;background:var(--concept-color); z-index:-1; }
.gnb_list .gnb2_a:hover .point{color:#fff;}

.gnb_list.md .gnb2_tit{width:120px; }
.gnb_list.lg .gnb2_tit{width:160px; }
.sitemap > section:last-of-type .gnb2_tit{width:100%;margin-bottom:10px;}
#gnb.on .sitemap{display:flex; }
.sitemap.main{display:flex; position:relative; left:auto; top:0;width:100%; margin-bottom:20px; padding:0px; height:600px;background-color: rgba(255,255,255,1); border:1px solid var(--concept-color); border-radius: 4px; box-sizing: border-box;  }
/* Header END */

/********************************************
	basic
********************************************/
/* #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: '\e84b';text-align: center;line-height: 46px;font-size: 24px;color:var(--concept-color);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: '\e84b';text-align: center;line-height: 46px;font-size: 24px;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;}

/* 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/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;}

.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{display: inline-block;width: 100%;}
.fullsize img{width: 100%;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #eee; border-radius:0px;background-size: cover; background:#fff;box-sizing: border-box; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.slideImg.mid{padding-top: 56.25%; }
.slideImg.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;}

.pre-wrap{width:100%;white-space: pre-wrap;color:#333;font-size:13px;line-height:1.45; }
/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.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:'';}

/********************************************
	main
********************************************/
.topArea{position: fixed;left:var(--padding-w);top:var(--header-height); width:calc(100% - 2*var(--padding-w)); min-width:calc(var(--wrap-width) - 2*var(--padding-w)); display:flex; justify-content:space-between;align-items: center; height:var(--top-height); margin:0 auto;border-bottom:1px solid var(--concept-color); padding:0; background:#fff; box-sizing: border-box; z-index: 2;}
.topArea .tit{width:30%; font-weight:700; color:var(--second-color);font-size:18px;line-height:1;}
.topArea .date{width:40%; text-align: center; }
.topArea .date > span{display: inline-block;min-height:18px; background:url(../images/ico_date.png) 0px 50% no-repeat;background-size:18px auto; padding-left:30px;font-weight:500; color:var(--second-color);font-size:16px;line-height:18px; }
.topArea .download-btns{width:30%;display:inline-flex;justify-content:flex-end;align-items: center;gap:5px; }

.download-btns{display:inline-flex;align-items: center;gap:5px; }
.download-btns a, .download-btns button{display: inline-flex;align-items: center; gap:5px;}
.download-btns .icon img{max-height:14px;}

.location-tit{display:none;}

.container {display:flex;flex-wrap: wrap; gap:0 20px; width:calc(100% - 2*var(--padding-w)); min-width:calc(var(--wrap-width) - 2*var(--padding-w));  margin:0 auto;padding:calc(var(--header-height) + var(--top-height) + 10px) 0 20px;box-sizing: border-box;}
/* #main .container {position: relative; padding:calc(var(--header-height) + var(--top-height) + 640px) var(--padding-w) 60px; } */
#main .container {max-width:var(--wrap-width);}

.main-wrap{display:flex; gap:30px; width:100%; }
.main-wrap > *{width:-webkit-calc(100% / 3 - 20px); width:calc(100% / 3 - 20px); }
.main-board{position: relative; width:100%; height:140px; border-radius: 20px;background: #fff;padding:22px; border:1px solid #bbb;box-sizing: border-box;}

.main-board .more {position: absolute;top: -1px;right: -1px;padding: 0 10px 10px 0;background: #fff;border-radius:0 0 0 20px;padding: 0 20px;border:1px solid #bbb; border-width: 0 0 1px 1px; box-sizing: border-box;}
.main-board .more span{display: inline-block;vertical-align: top; height: 40px; line-height: 38px; max-width: 200px;border-radius:20px;padding:0px;box-sizing: border-box;}
.main-board .more:before {position: absolute;right: 0;bottom: -20px;display: inline-block;width: 20px;height: 20px; background:url(../images/round-bg-1.png) 0% 0% no-repeat;text-indent: -999999em;overflow: hidden;line-height: 0;content: "";}
.main-board .more:after {position: absolute;left: -20px;top: 0;display: inline-block;width: 20px;height: 20px; background:url(../images/round-bg-1.png) 0% 0% no-repeat;text-indent: -999999em;overflow: hidden;line-height: 0; content: "";}
.main-board .more .btn{display: inline-block;min-height:20px; background:url(../images/arrow-right.png) 0px 50% no-repeat;background-size:20px auto; padding-left:30px;font-weight:400; color:var(--second-color);font-size:15px;line-height:20px; }
.main-board .tit{font-weight:700; color:var(--second-color);font-size:17px;line-height:1; margin-bottom:16px;}
.main-board .contWrap{padding-top:0px;}
.main-board .contWrap > a{display:flex; justify-content: space-between; align-items: center;gap:5px;margin-top:10px; }
.main-board .contWrap .subject{flex:1; font-weight:400;font-size:14px;color:#333;line-height:1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.main-board .contWrap .date{width:100px; font-weight:300;font-size:14px;color:#666;line-height:1; text-align: right;  }
.main-board .contWrap .name{width:80px; font-weight:300;font-size:14px;color:#666;line-height:1; text-align: right;  }

/********************************************
	sub
********************************************/
.snb{width:210px; min-height:calc(100vh - var(--header-height) - var(--top-height) - 30px); background:var(--basic-bgcolor); border-radius: 4px; padding:18px 15px 15px; box-sizing: border-box;}
.snb .snb-tit{display:flex;align-items:center; gap:10px; border-bottom:1px solid var(--concept-color);  font-weight:700;color:var(--second-color);font-size:20px;line-height:1;padding-bottom:8px; box-sizing: border-box;}
.snb .snb-tit .ico img{height:26px;}
.snb > ul{width:100%;padding:14px 0px; border-bottom:1px solid #aaa; box-sizing: border-box;}
.snb .snb1_li{width:100%;}
.snb .snb1_li > a{display: inline-block; width:100%; font-weight:400;font-size:13px;color:#555;line-height:1.2;letter-spacing:-0.01em; padding:4px 6px;box-sizing: border-box;}
.snb.set > ul{padding:15px 0px;}
.snb.set .snb1_li > a{font-weight:500;font-size:15px;padding:6px 10px;}
.snb.sales > ul{padding:7px 0px; }
.snb.sales .snb1_li > a{font-size:13px;padding:3px 6px;}

.snb .snb1_li > a:hover{background: #c6e9e9; }
.snb .snb1_li > a.active{font-weight:700;color:var(--concept-color); }
.snb .tit{font-weight:700;font-size:16px;color:#333;line-height:1.45;padding:0px 6px 5px;box-sizing: border-box;}

.contents{width:calc(100% - 230px); padding:0px 0 0; box-sizing: border-box;}
.contents .firstDiv{width:45%; min-width:740px; border:1px solid var(--concept-color); padding:20px 30px; box-sizing: border-box;}
.contents .twoDiv{width:1000px; border:1px solid var(--concept-color); padding:20px 30px; box-sizing: border-box;}
.contents .bigDiv{width:100%; max-width:1350px; border:1px solid var(--concept-color); padding:20px 30px; box-sizing: border-box;}
.contents .fullDiv{width:100%; min-width:100%; border:1px solid var(--concept-color); padding:20px 30px; box-sizing: border-box;}
.contents .maxDiv{width:100%; max-width:1200px; border:1px solid var(--concept-color); padding:20px 30px; box-sizing: border-box;}
.contents .stateDiv{width:50%; padding-right:20px; box-sizing: border-box;}
.contents .resultDiv{width:50%;}
.contents .resultDiv .section{width:100%;border:1px solid var(--concept-color); padding:10px;  box-sizing: border-box;}
.contents.ftype{display:inline-flex;}

.title-wrap{display:flex;justify-content: space-between; align-items: center; height:40px;gap:10px; /* margin-bottom:10px;*/}
.title-wrap .leftArea{flex:1;}
.title-wrap .download-btns{justify-content:flex-end; flex:1;}
.title-wrap  > * {display:inline-flex;align-items: center; gap:5px;  }
.title-wrap .searchTop{justify-content: center; position:relative;}
.title{font-weight:700; font-size:22px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; }
.title-line{position:relative;width: fit-content; font-weight:700; font-size:16px; line-height:1.2;color:var(--second-color);z-index:1; }
.title-line::before{position: absolute;content: ""; left:0;bottom:0;width:100%; height:50%; background:var(--concept-color);opacity: .4; z-index: -1; }
.title-wrap .radioArea{gap:10px;}
.title-wrap .radioArea > *:first-child{margin-right:25px;}
.searchTop{gap:10px;}

/* Search 관련 */
.btn-search-line{display:inline-flex;justify-content: center;align-items: center; height:26px;padding:0 5px 0 24px; font-weight:500; color:var(--second-color);line-height:1;background:url(../images/i_search.png) 5px 50% no-repeat;background-size:12px auto;  border-radius:0px;border-bottom:1px solid var(--second-color); box-sizing: border-box;transition:all 0.3s; }
.btn-search-line:hover{opacity:0.7;}

.radioBtn{position: relative;cursor: pointer;display:inline-flex;align-items: center;gap:5px;  padding-left:24px; font-weight:700; font-size:20px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; }
.radioBtn:before {position:absolute; left:0; top:4px; content: "";  display: inline-block;width:16px;height:16px;border:4px solid #ccc; border-radius:50%;transition:all .2s;} 
.radioBtn.on:before {border:5px solid var(--concept-color); text-align: center;} 

.total{display: inline-block; font-weight:400;font-size:14px;color:#333;line-height:1.2;}
.total > span{display: inline-block; margin-left:5px; font-weight:600;color:var(--concept-color);}

.sub-title{display:flex;justify-content: space-between; gap:5px; background:url(../images/i_doc.png) 0% 50% no-repeat;background-size:12px auto; font-weight:700; font-size:17px;color:#333;line-height:1.2; padding-left:20px;margin-top:10px; margin-bottom:10px; box-sizing: border-box;}

/*  increase decrease */
.qty-container{display: inline-flex;align-items:center;justify-content:center;}
.qty-container .qty-tit{font-weight:600; font-size:14px; line-height:1;color:var(--second-color); margin-right:10px; }
.qty-container .input-qty{text-align: center;border: none; margin: 0px;font-weight:400;font-size:13px; width:40px;height:26px;box-sizing: border-box;}
.qty-container .qty-btn-minus{ width:18px;height:18px;border-radius: 50%; background:url(../images/i-minus.png) 50% 50% no-repeat var(--border-color);background-size:6px auto; text-indent: -9999px; transition: 0.3s;}
.qty-container .qty-btn-plus{ width:18px;height:18px;border-radius: 50%; background:url(../images/i-plus.png) 50% 50% no-repeat var(--border-color);background-size:8px auto;  text-indent: -9999px; transition: 0.3s;}

.radio-round input[type=radio] + label{padding-left:28px; font-weight: 400; font-size:16px; line-height:20px;color:#777;vertical-align:top;}
.radio-round input[type=radio]+ label:before {width:20px;height:20px; border:0; background:url(../images/i_chkbox_wh.png) 50% 50% no-repeat var(--border-color);background-size:10px auto;} 
.radio-round input[type=radio]:checked + label:before {border:0; background:url(../images/i_chkbox_wh.png) 50% 50% no-repeat var(--second-color); background-size:10px auto;} 
.radio-round input[type=radio]:checked + label{font-weight:700;color:#000; }

/* table--scroll 좌우사용 */
  .scrollbox{width: 100%; margin: 0 auto; border:solid #aaa; border-width:1px 0 0px 0 ; /*height:auto; max- */ height:calc(100vh - var(--header-height) - var(--top-height) - 80px); overflow-y: auto; overflow-x:hidden; box-sizing: border-box; /* position: relative;z-index:1; */ } /* title-wrap mb0 기준 높이 설정 */
  .scrollbox::-webkit-scrollbar{width: 6px;}
  .scrollbox::-webkit-scrollbar:vertical {width: 6px;}
  .scrollbox::-webkit-scrollbar:horizontal {height: 8px;}
  .scrollbox::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
  .scrollbox::-webkit-scrollbar-track:hover{background-color:transparent;}
  .scrollbox::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--gray-color) !important;}/* 스크롤바 막대 설정*/
  .scrollbox::-webkit-scrollbar-button {display:none;}

  .scrollbox.auto{overflow: auto;}
  .scrollbox.auto table{min-width:calc(100% - 260px);}
  .scrollbox.h-auto{height:auto;}
  .scrollbox.type-1{height:calc(100vh - var(--header-height) - var(--top-height) - 120px);} /*  overflow-x:hidden; 하단저장버튼 삭제시 -80px로 변경 : 환경설정 title-wrap mb0  */
  .scrollbox.type-2{height:calc(100vh - var(--header-height) - var(--top-height) - 120px);overflow: auto;} /* 하단저장버튼 삭제시 -80px로 변경 */
  .scrollbox.type-2 table{min-width:calc(100% - 260px);}
  .scrollbox.type-3{height:calc(100vh - var(--header-height) - var(--top-height) - 155px);} /* 환경설정 이외 전체 높이 테이블 설정시 사용 */

  .scrollbox table {width: 100%;margin: auto;min-width:100%;border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle; table-layout: fixed;}
  .scrollbox table th {text-align:center;height:34px; padding:5px;vertical-align:middle; background:#f6f7f8; border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color); font-size:14px;font-weight:500;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; box-sizing: border-box; }
  .scrollbox table thead {position: -webkit-sticky;position:sticky;top:0;z-index:2;}
  .scrollbox table td {text-align:center;padding:5px;vertical-align:middle;border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color);font-weight:400; font-size:13px;color: #333;line-height:1.4;letter-spacing:-0.01em; min-height:18px;}
  /* .scrollbox table tbody tr:first-of-type td{padding-top:10px;} */

  .scrollbox table tfoot {position: -webkit-sticky;position:sticky;bottom:-1px;background:var(--bgcolor-5); box-sizing: border-box; z-index:2; }
  .scrollbox table tfoot th, .scrollbox table tfoot td { color:#333;font-weight:500;padding:8px 5px; }
  .scrollbox table tfoot th{background:var(--bgcolor-5);font-weight:600;}
  .scrollbox table th:first-child,  .scrollbox table td:first-child{border-left:0px; }
  /* .scrollbox table tbody tr:hover td{background:#f4fbfb;}  */
  .scrollbox table input[type=checkbox] + label{padding-left:16px;}

  .scrollbox.atable{height:auto; }
  .scrollbox.atable table {table-layout: fixed;}
  .scrollbox.atable th{font-size:14px; line-height:1.3; height:auto;}

  .scrollbox.ctable{height:auto; overflow: auto;} /* 새창 내용 많은경우 폰트 줄임 */
  .scrollbox.ctable th{font-size:12px; line-height:1.2;letter-spacing:-0.03em;  height:auto;padding:5px 2px;}
  .scrollbox.ctable td{font-size:12px;line-height:1.2;letter-spacing:-0.02em; padding:5px 2px;  }
  .scrollbox.ctable table tfoot th, .scrollbox.ctable table tfoot td {padding:5px 2px; }
  
  .scrollbox.btable{ height:auto !important; overflow:unset; } /* 내부 캘린더 사용시 position 속성 제거 적용 */
  .scrollbox.btable th{height:auto; padding:7px 5px; font-size:14px;font-weight:500;}

  .scrollbox .date-td{position: relative; z-index:1;  }
  .scrollbox .date-td.one .calendar-input-two{width:100%;}
  .scrollbox .date-td.one .selectedDateDisplay{width:100%;}

  
  .scrollbox .selectedDateDisplay{justify-content: center; text-align: center;}
  .scrollbox .calendarBox{top:40px; left:5px; }

  .scrollbox.dtable{height:auto;  }
  .scrollbox.dtable table {table-layout: fixed;}
  .scrollbox.dtable th{font-size:13px; line-height:1; height:auto; padding:3px 5px;}
  .scrollbox.dtable td{font-size:13px; line-height:1.2; height:auto; padding:3px 5px;}

  .scrollbox.ftable{height:350px; } /* 항공 TKT UPLOAD */
  .scrollbox.ftable table {table-layout: fixed;}
  .scrollbox.ftable th{font-size:13px; line-height:1.2; height:auto; padding:5px;}
  .scrollbox.ftable td{font-size:13px; line-height:1.2; height:auto; padding:5px;}

  .scrollbox.ftable.hty1{height:auto; max-height:calc(100vh - var(--header-height) - var(--top-height) - 200px);  } /* 항공 HOT FILE UPLOAD bsp자료올리기 */
  .scrollbox.ftable.hty2{height:450px; } /* 항공 BILLING UPLOAD */
  .scrollbox.ftable.hty3{height:auto; max-height:calc(100vh - var(--header-height) - var(--top-height) - 260px); } /* 항공 BSP 자료출력 */
  
  .scrollbox table th.bg-8, .scrollbox table td.bg-8{background:#e1f4d5 !important;} /*  */
  .scrollbox table th.bg-7, .scrollbox table td.bg-7{background:#eef7f4 !important;} /* 홀수에 적용되는 bg */
  .scrollbox table th.bg-6, .scrollbox table td.bg-6{background:#daf4f8;}
  .scrollbox table th.bg-5, .scrollbox table td.bg-5{background:var(--bgcolor-5) !important;}
  .scrollbox table th.bg-4, .scrollbox table td.bg-4{background:#f6f5ef !important;  /*var(--bgcolor-4)*/}
  .scrollbox table th.bg-3, .scrollbox table td.bg-3{background:#f4fbfb;}
  .scrollbox table th.bg-2, .scrollbox table td.bg-2{background:#eef8f8;}
  .scrollbox table th.bg-1, .scrollbox table td.bg-1{background:#fff;}

  .scrollbox.border-non th, .scrollbox.border-non td{border:0;}
  .scrollbox.left-non th, .scrollbox.left-non td{border-left:0;}
  .scrollbox table .rborder{border-right:1px solid var(--border-color);}
  .scrollbox table td p{margin-top:5px;}
  .scrollbox table td p:first-child{margin-top:0px;}
  .scrollbox table .f-point{font-weight:400;color: var(--concept-color); }
  .scrollbox table .f-red{font-weight:400;color: var(--red-color); }
  .scrollbox table .f-price{font-weight:500;color: var(--red-color); text-align: right; }
  .scrollbox table .f-black{font-weight:400;color:var(--second-color);}
  .scrollbox table .ellipsis{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  .scrollbox table th.right, .scrollbox table td.right, .scrollbox table th.left, .scrollbox table td.left{padding-left:8px !important;padding-right:8px !important;}
  .scrollbox table .f-st th {height:30px; padding:5px;background:#faf8ea;font-weight:400;font-size:12px; color: #444;}
  .scrollbox table .f-ss th {height:30px; padding:5px;background:#fafafa;font-weight:400;font-size:12px; color: #444;}
  .scrollbox .eng{font-size:12px; line-height:1.2;}
  .scrollbox table td.rborder-non{border-right:0;}
  .scrollbox table td.lborder-non{border-left:0;}
  .scrollbox table th.top, .scrollbox table td.top{vertical-align:top;}
  .scrollbox table tr.on th, .scrollbox table tr.on td{background: var(--bgcolor-1) !important; }  
  .scrollbox.tbody-non tbody th, .scrollbox.tbody-non tbody td{border:0;}
  .scrollbox a{font-weight:500;}
  .scrollbox table td.line{padding:0; height:1px; background: #999;}
/*  .scrollbox a:hover{color:inherit;} */
  .scrollbox.atable table tbody tr:hover td, .scrollbox.btable table tbody tr:hover td, .scrollbox.ctable table tbody tr:hover td, .scrollbox.dtable table tbody tr:hover td, .scrollbox.ftable table tbody tr:hover td{background-color:inherit;}
  /* table 좌우사용 END */

.sort-div{position:relative;width:100%; height:100%; display: flex;align-items: center; justify-content: center;}
.sort-div .btn{position: absolute; right:5px; top:3px;}

.bar-line{width:100%;border-top:1px solid #aaa; padding-top:20px; margin-top:30px; box-sizing: border-box;}
.btnBox{display: flex;justify-content: center; align-items:flex-end;height:40px; gap:10px;}
.btnBox > *{min-width:80px;}

  /* form */
.form_box{ margin:0px auto; border:1px solid #ddd; padding:50px;box-sizing: border-box; }
.form_sty{width:100%;margin:0px 0px 20px;border-top:1px solid #aaa;border-bottom:1px solid #aaa; padding:10px 0; box-sizing: border-box;}
.form_sty > ul{display: flex;align-items: center; width:100%;margin-top:0px;padding:4px 0px;}
.form_sty > ul > li{padding:0px 5px;display:inline-flex; align-items: center; min-height:26px; flex-wrap: wrap; }
.form_sty > ul > li.top{vertical-align:top;padding-top:10px; align-self:flex-start;}
.form_sty .tit{flex:0 0 140px; justify-content: flex-end; font-weight:600;font-size:14px;color: #333;line-height:1;letter-spacing:-0.01em; }
.form_sty .tit.start{justify-content: flex-start; }
.form_sty .tit > *{position:relative;display: inline-flex; cursor: default;}
.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.sm{flex:0 0 100px;  }
.form_sty .tit.md{flex:0 0 160px;  }
.form_sty .tit.lg{flex:0 0 230px;  }
.form_sty .cont{flex:1; font-size:14px; position: relative;}
.form_sty .select-w{width:30%;} /* 모바일 100% */
.form_sty .input-w{flex: 1;}
.form_sty .w1{width:150px;}
.form_sty .w2{width:250px;}
.form_sty .wd1{width:146px;}
.form_sty.b-none{border:0; padding:0px;margin:0px 0px 20px;}
.form_sty.right-v .tit{justify-content: flex-end; padding:0px 20px 0 10px;}
.form_sty .s-tit{font-weight:600;font-size:15px;color: #333;line-height:1;letter-spacing:-0.01em; }
.form_sty.tbg .tit{background:var(--basic-bgcolor); }

/*
.form_sty .select-div{position:relative;display:inline-flex; align-items:center; gap:10px; }
.form_sty .sm{min-width:10px;text-align:center;font-weight:400;font-size:14px;color:#333;}
.form_sty .area-search{top:30px; }
 .form_sty .calendar-wrap{top:30px; } */

.edit-wrap{ display:block; width:100%; min-height:200px;}
.form_sty.pop{ margin:0px auto 20px;border-top:0; padding-top:0px; }
.form_sty.pop > ul{border-top:1px solid #ddd; padding:6px 0px;}
.form_sty.tab{ margin:-1px auto 20px;border-top:0; padding:20px 0; }

.id-box .form_sty{border-bottom:0;margin:0px auto;}
.id-box .form_sty > ul{padding:10px 0px; border:0;}
.id-box .form_sty > ul > li{min-height:40px;  }



.f-group {display:flex;width:100%;align-items:center; flex-wrap: wrap; gap:10px;}

.input_wrap{width:100%;margin:0px 0px 30px; }
.input_wrap .input_tit{width:100%;display:flex; align-items:center; width:100%;background: #f6f5ef; border-top:1px solid #666; border-bottom:1px solid #ddd;box-sizing: border-box;}
.input_wrap .input_tit > *{font-weight: 400;font-size:14px;line-height:1;color:var(--second-color); padding:8px; border-left:1px solid #ddd; box-sizing: border-box;}
.input_wrap .input_tit > *:first-child{border-left:0; }

.input_wrap .input_list{display:flex; /*align-items:center;*/ border-bottom:1px solid #ddd; width:100%;box-sizing: border-box;}
.input_wrap .input_list > *{font-weight: 300;font-size:14px;line-height:1;color:#333; padding:6px 8px; border-left:1px solid #ddd; box-sizing: border-box;}
.input_wrap .input_list > *:first-child{border-left:0; }
.input_wrap .col0{width:30px; text-align: center;}
.input_wrap .col1{width:180px; text-align: center;}
.input_wrap .col2{width:140px; text-align: center;}
.input_wrap .col3{width:180px; text-align: center;}
.input_wrap .col4{width:180px; text-align: center;}
.input_wrap .col5{flex:1; display:inline-flex;justify-content: center; text-align: center; }
.input_wrap .col6{width:80px; text-align: center;}
.input_wrap .col0 input[type=checkbox] + label{padding-left:16px;}
.input_wrap .col0{padding-top:12px;}

.input_wrap .a-col0{width:30px; text-align: center;}
.input_wrap .a-col1{width:180px; text-align: center;}
.input_wrap .a-col2{width:140px; text-align: center;}
.input_wrap .a-col3{width:150px; text-align: center;}
.input_wrap .a-col4{width:260px; text-align: center;}
.input_wrap .a-col5{flex:1; text-align: center; }
.input_wrap .a-col6{width:120px; text-align: center;}
.input_wrap .a-col7{width:80px; text-align: center;}
.input_wrap .a-col8{width:350px; text-align: center;}
.input_wrap .a-col0 input[type=checkbox] + label{padding-left:16px;}
.input_wrap .a-col0{padding-top:12px;}

.input_wrap .flexDiv{ width:100%; display:flex;justify-content: center;align-items: center;gap:5px;}
.input_wrap .down{display:inline-flex;align-items: center; height:26px;padding:0 8px; font-weight:400;font-size:12px;line-height:1;color:#fff;background:var(--dgray-color); border-radius:4px;box-sizing: border-box;}
/* .input_wrap .fileTxt{display:inline-flex;align-items: center;justify-content: flex-end; width:280px; height:26px;padding:0 8px;box-sizing: border-box;}
.input_wrap .fileTxt > a{font-weight:400;font-size:13px;line-height:1;color:#333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} */
.previewImg{width:400px; height:40px; background: #fafafa; border:1px solid #eee;box-sizing: border-box;}
.previewImg img{width:100%;height:auto; }

.add_field {display:inline-flex;justify-content: center;align-items: center; width:100%; height:26px;font-weight:500;font-size:14px; line-height:1;padding:0 16px;color:#fff;background:var(--sub-color); border-radius:4px;box-sizing: border-box;transition: background-color 0.3s ease; } 
.add_field:hover {color:#fff; } 
.remove_field {display:inline-flex;justify-content: center;align-items: center; width:100%; height:26px;font-weight:500;font-size:14px; line-height:1;padding:0 16px;color:#fff;background:var(--gray-color); border-radius:4px;box-sizing: border-box;transition: background-color 0.3s ease; } 
.remove_field:hover {color:#fff; } 

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;color: #aaa;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/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:inline-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:80px;height:26px;margin-left:5px; color:#fff;border:0px solid #262729;background:var(--gray-color);line-height:24px;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:26px;padding:0 10px;border:1px solid var(--border-color);background:#fff !important;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 !important;border-color:var(--concept-color);}
.inputfile-wrap.line input{border:1px solid #ccc;border-width:0 0 1px 0; border-radius:0px;padding:0;}

.inputfile-wrap.md label.btn {display: block;width:60px;height:26px;margin-left:5px; color:#fff;border:0px solid #262729;background:var(--gray-color);line-height:26px;padding:0px 5px;text-align:center; font-size:13px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
.inputfile-wrap.md input{flex:1; height:26px;padding:0 10px;border:1px solid var(--border-color);background:#fff !important;color:#666; border-radius:4px; font-size:14px;box-sizing:border-box;transition: border-color 0.15s ease-in-out;}
.inputfile-wrap.md input:focus {outline: none;background-color:#fff !important;border-color:var(--concept-color);}

.agreement_box{width:100%; border-top:1px solid #666; padding-top:20px;  box-sizing: border-box;}
.agreement_box > div{display:flex; align-items: center; justify-content: space-between; border-bottom:1px solid #ddd; padding-bottom:15px; margin-bottom:15px; /*flex-wrap: wrap; */ }
.agreement_box .agreement_tit{font-weight:500;font-size: 16px;color: #333;line-height:1.2;}
.agreement_box .viewBtn{display:inline-flex;align-items: center;  padding-left:10px;box-sizing: border-box;}
.agreement_box .viewBtn > a{position: relative;font-weight: 400;font-size:14px;line-height:1.2;color:var(--concept-color);}
.agreement_box .viewBtn > a::after { content: ' ';position: absolute;bottom:0; left:0;width:100%; height: 1px;background:var(--concept-color);}

/* 레이어팝업 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:18px; height:18px;background:url(../images/close_black.png) 50% 50% no-repeat; background-size: 18px auto; text-indent: -9999px; z-index:2}
.icon-close-white{position: absolute;right:5px;top:0px;width:18px; height:18px;background:url(../images/close_white.png) 50% 50% no-repeat; background-size:auto 18px; text-indent: -9999px; z-index:2}
.icon-close-white.p-inner{right:15px;top:10px;}
.icon-close-black.p-inner{right:15px;top:10px;}
.icon-close-circle{position: absolute;right:15px;top:15px;width:30px; height:30px;background:url(../images/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/close_white.png) 50% 50% no-repeat var(--concept-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%;}
/* 스크롤바 설정*/
.popupBox_A::-webkit-scrollbar{width: 10px;}
.popupBox_A::-webkit-scrollbar:vertical {width: 10px;}
.popupBox_A::-webkit-scrollbar:horizontal {height: 10px;}
.popupBox_A::-webkit-scrollbar-thumb{background-color: var(--concept-color);}
.popupBox_A::-webkit-scrollbar-track{background-color: #242424;}

.pop-title {font-weight:700;font-size:17px;line-height:1;color:#222;letter-spacing:-0.02em;} /* popup title */
.pop--topline{width:100%; padding:15px 25px 10px; border-bottom:1px solid var(--border-color); }
.pop--top{width:100%; padding:12px 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;  }
/* // 팝업 Basic */

/* newwin-pop */
body.newwin {	min-width:100%;}

#newwin-header{width:100%; display:flex;justify-content: space-between; align-items: center; height:40px; background:#f6f6f6;  border-bottom:1px solid var(--border-color); padding:0 60px 0 20px; box-sizing: border-box;}
#newwin-header > *{display:inline-flex; align-items: center;gap:10px;}
.newwin-title{font-weight:700; font-size:18px; line-height:1.2;color:var(--second-color);}
.newwin-title > span{font-weight:400; font-size:15px;}
.newwin-topBtn{justify-content:flex-end;gap:5px;}

#newwin-bottom{position: fixed; left:0; bottom:0; width:100%; display:flex;justify-content: center; align-items: center;gap:5px; height:40px; background:var(--concept-color); padding:0 20px; box-sizing: border-box;}
#newwin-bottom > *{min-width:60px;}

#newwin-content{ width:100%;max-width:1600px; margin:0px auto; padding:20px; box-sizing: border-box; overflow-y: auto; }
#newwin-content.full{max-width:100%; }
#newwin-content::-webkit-scrollbar{width: 6px;}
#newwin-content::-webkit-scrollbar:vertical {width: 6px;}
#newwin-content::-webkit-scrollbar:horizontal {height: 6px;}
#newwin-content::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
#newwin-content::-webkit-scrollbar-track:hover{background-color:transparent;}
#newwin-content::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--dgray-color) !important;}/* 스크롤바 막대 설정*/
#newwin-content::-webkit-scrollbar-button {display:none;}

#contentBottom{display:flex; align-items: center;justify-content: space-between;  width:100%; color:#333;font-weight:500;padding:8px 10px;background:var(--bgcolor-4); border-bottom:1px solid #ddd; box-sizing: border-box;}
#contentBottom > *{display:inline-flex; align-items: center;gap:5px;}

/* text */
.tit-xlg{font-weight:700;font-size:40px;color:#000;line-height:1.45;letter-spacing:0;}
.tit-lg{font-weight:700;font-size:30px;color:#000;line-height:1.45;letter-spacing:0;}
.tit-m{font-weight:700;font-size:20px;color:#000;line-height:1.45;letter-spacing:0;}
.tit-sm{font-weight:600;font-size:18px;color:#000;line-height:1.45;letter-spacing:0;}
.tit-s{font-weight:600;font-size:16px;color:#000;line-height:1.45;letter-spacing:0;}

.txt-lg{font-weight:400;font-size:24px;color:#333;line-height:1.45;}
.txt-m{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;}
.txt-ss{font-weight:400;font-size:11px;color:#333;line-height:1;}

.tit--round{position:relative;font-weight:700;font-size:24px;color:#333;line-height:1.45; 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:20px;color:#444;line-height:1.45; padding-left:15px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-tit::before{position:absolute;content: ' ';left:0;top:12px; width:6px; height:6px;background:var(--concept-color); border-radius:50%; }

.bullet-txt{position:relative;font-weight:300;font-size:16px;color:#444;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:10px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-stxt{position:relative;font-weight:300;font-size:14px;color:#444;line-height:1.45; padding-left:8px;letter-spacing:0em;line-height:1.4;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:400;font-size:16px;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:16px;color:#444; }

.point-list{position:relative;font-weight:400;font-size:14px;color:#444;line-height:1.45; padding-left:12px;box-sizing: border-box;}
.point-list::before{position:absolute;content: '※';left:0;top:0px;font-size:15px;color:#444; }

.i-list{font-weight:700; font-size:18px; line-height:1.2;color:var(--second-color);padding-left:28px;background:url(../images/arrow-right.png) 0% 50% no-repeat; background-size:20px auto; }

.edit-title{position: relative; display:flex;justify-content: space-between;align-items: center; gap:5px;font-weight:700; font-size:17px;color:#333;line-height:1; padding-left:24px; margin-bottom:10px; box-sizing: border-box;}
.edit-title::before{content: ' ';position: absolute;bottom:0; left:0px;width:18px; height:18px;background:url(../images/ico-rr.png) 0% 45% no-repeat var(--concept-color); background-size:12px auto; border-radius: 50%; }

.tit-notice{display: inline-block;font-weight:400; font-size:13px; line-height:1.2;color:var(--second-color);padding-left:18px;background:url(../images/icon-point.png) 0% 0px no-repeat; background-size:14px auto;}
.pd-right{text-align: right; padding:10px;  box-sizing: border-box;}

.pop-flex1{display:flex;justify-content: space-between;align-items: center; margin-bottom:10px; } /* 항공사,거래처 관리 : 지급보증서등록관리 pop */
.pop-flex1 .edit-title{justify-content:flex-start;margin-bottom:0px;gap:20px;}
.pop-flex1 > *{flex:1;}

.pop-flex2{display:flex;align-items: center;gap:5px;padding:0px 5px;box-sizing: border-box; } 
.pop-flex2 .input_sty{flex:1;} 
.pop-flex2 .tit{font-weight:500;font-size:14px;} 
/* .pop-flex2 a, .pop-flex2 button{min-width:60px} */
.pop-flex2.center{justify-content: center;  } 
.pop-flex2.end{justify-content:flex-end;  } 
.pop-flex2.between{justify-content: space-between;} 

.pop-flex3{display:flex;align-items: center;gap:3px;} 
.pop-flex3.between{justify-content: space-between;} 

.pop-flex4{display:flex;justify-content: flex-start; flex-direction: column; padding:0px 10px;box-sizing: border-box;} 
.pop-flex4 ul{display:flex;align-items: center;gap:5px;margin-top:3px;} 
.pop-flex4 ul > *{flex:1; text-align: right; }
.pop-flex4 ul:first-child{margin-top:0px;} 
.pop-flex4.box{display:block;padding:20px;border: 1px solid #becdcd; background: #f3f8f8; box-sizing: border-box; overflow-y: auto; margin-top:15px;} /* 계정과목 코드선택 팝업 */
.pop-flex4.box > ul{flex-wrap: wrap;} 
.pop-flex4.box > ul > li{flex:0 0 100%; text-align: left;} 
.pop-flex4.box > ul > li > a, .pop-flex4.box > ul > li > button{display:inline-flex;width:100%; gap:10px; font-weight:400;font-size:14px;color:#333;line-height:1.45;} 
.pop-flex4.box .num{width:60px; } 
.pop-flex4.box .txt{flex:1;  }  
.pop-flex4::-webkit-scrollbar{width: 6px; }
.pop-flex4::-webkit-scrollbar:vertical {width: 6px;}
.pop-flex4::-webkit-scrollbar:horizontal {height: 6px;}
.pop-flex4::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
.pop-flex4::-webkit-scrollbar-track:hover{background-color:transparent;}
.pop-flex4::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--gray-color) !important;}/* 스크롤바 막대 설정*/
.pop-flex4::-webkit-scrollbar-button {display:none;}

.pop-flex5{display:flex;justify-content: space-between;align-items: center;gap:10px; border:2px solid #666; padding:8px 20px;box-sizing: border-box; margin-bottom:8px;} 
.pop-flex5 > *{flex:1;display:inline-flex; align-items: center; gap:10px;}
.pop-flex5 > *:last-of-type{justify-content: flex-end;}
.pop-flex5 > *:nth-of-type(2){justify-content:center;}
.pop-flex5 img{max-width:100px; max-height:40px;}

.pop-flex6{width:100%; border: 1px solid #666;box-sizing: border-box; margin-bottom:8px;} 
.pop-flex6 ul{display:flex;justify-content: space-between; flex-wrap: wrap; border-top: 1px solid #666;} 
.pop-flex6 ul:first-child{border-top: 0;} 
.pop-flex6 ul.first li{padding:10px 20px;} 
.pop-flex6 li{flex:1;display:inline-flex; align-items: center; flex-wrap: wrap; gap:0px 10px; padding:20px;box-sizing: border-box;} 
.pop-flex6 li.line{border-left: 1px solid #666;} 
.pop-flex6 li.end{justify-content: flex-end;}
.pop-flex6 li.column{flex-direction: column; align-items:flex-start; justify-content: flex-start; } 
.pop-flex6 h3{font-weight:700;font-size:16px;color:#000;line-height:1.45;} 
.pop-flex6 h4{font-weight:400;font-size:14px;color:#333;line-height:1.45;} 
.pop-flex6 h5{font-weight:700;font-size:14px;color:#333;line-height:1.45;} 
.pop-flex6 p{font-weight:400;font-size:14px;color:#333;line-height:1.45;} 
.pop-flex6 ul.type1{justify-content:flex-start; } 
.pop-flex6 ul.type1 li{align-items:flex-start; gap:5px 30px; } 
.pop-flex6 li.tit{flex:0 0 100px;} 

.pop-flex6 ul.type2{justify-content:flex-start;border-top:0;} 
.pop-flex6 ul.type2 li{ padding-top:0; } 
.pop-flex6 dl{display:inline-flex; align-items: center; gap:5px 10px; width:calc(50% - 20px); }
.pop-flex6 dt{width:200px; font-weight:700;font-size:14px;color:#000;line-height:1.45;}
.pop-flex6 dd{flex:1;font-weight:400;font-size:14px;color:#333;line-height:1.45;}
.pop-flex6 ul.type2 dt{width:auto;}

.pop-flex7{display:flex;justify-content: space-between;  gap:20px; } /* 판매관리 : 표준 대차 대조표 pop */
.pop-flex7 > *{flex:1;}
.pop-flex7 .w1{flex:0 0 30%;}

.pop-flex8{width:100%; border: 1px solid #666;box-sizing: border-box;  overflow-y: auto;}  /* 판매관리 - 결산서 팝업  */
.pop-flex8 ul{display:flex;justify-content: space-between;border-top: 0px solid #666;} 
.pop-flex8 ul:first-child{border-top: 0;} 
.pop-flex8 ul li{flex:1; border-left:1px solid #666;padding:0px;box-sizing: border-box;} 
.pop-flex8 ul li:first-child{border-left:0;} 
.pop-flex8 ul dl{display:inline-flex; align-items: center; gap:5px; width:100%; min-height:24px;font-weight:400;font-size:14px;color:#333;line-height:1.2; padding:5px 10px;box-sizing: border-box;} 
.pop-flex8 ul dt{width:160px;}
.pop-flex8 ul dd{flex:1; text-align: right; }
.pop-flex8 ul.top{border-bottom: 1px solid #666; background:#f9f9f9; height:36px;padding:0; position: -webkit-sticky;position:sticky;top:0;z-index:2;} 
.pop-flex8 ul.bottom{border-top:1px solid #666; background:#f7f3e3; height:36px;padding:0;position: -webkit-sticky;position:sticky;bottom:0;z-index:2; } 
.pop-flex8 ul.bottom dt{width:250px; }
.pop-flex8 ul.top li, .pop-flex8 ul.bottom li{display:inline-flex; align-items: center;}
.pop-flex8 ul.top dl, .pop-flex8 ul.bottom dl{font-weight:700; }
.pop-flex8 ul li dl:first-of-type{padding-top:15px;}
.pop-flex8 ul li dl:last-of-type{padding-bottom:15px;}
.pop-flex8 ul.top li dl:first-of-type, .pop-flex8 ul.bottom li dl:first-of-type{padding:5px 10px;}

.pop-flex8.type1 ul dt{width:200px; } /* 손익계산서 */
.pop-flex8 .t1{padding-left:30px; box-sizing: border-box;} 
.pop-flex8::-webkit-scrollbar{width: 6px; }
.pop-flex8::-webkit-scrollbar:vertical {width: 6px;}
.pop-flex8::-webkit-scrollbar:horizontal {height: 6px;}
.pop-flex8::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
.pop-flex8::-webkit-scrollbar-track:hover{background-color:transparent;}
.pop-flex8::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--gray-color) !important;}/* 스크롤바 막대 설정*/
.pop-flex8::-webkit-scrollbar-button {display:none;}

.td-flex1{display:flex; justify-content: center; align-items: center; gap:20px;}

.box-title{display:flex;justify-content: space-between;align-items: center;width:100%;font-weight:700;font-size:16px;color:#fff;line-height:1.45; background:var(--dgray-color); padding:5px 20px; box-sizing: border-box; margin-bottom:10px;} 

.stock-div{display:flex;justify-content: flex-end;align-items: center; flex-wrap: wrap; gap:5px 30px; width:100%; box-sizing: border-box; margin-bottom:8px; }
.stock-div dl{display:inline-flex; align-items: center;gap:10px;}
.stock-div dt{font-weight:700;font-size:13px;color:#000;line-height:1.45;}
.stock-div dd{flex:1;font-weight:400;font-size:13px;color:#333;line-height:1.45;}

.stock-div.box{border: 1px solid #becdcd; background: #f3f8f8; padding:8px 20px;} /* box 사용시 */
.stock-div ul{ width:100%; display:inline-flex; justify-content: space-between;align-items: center;flex-wrap: wrap; gap:10px;} /* 2개씩 좌우배열 */
.stock-div li{flex:1;display:inline-flex; gap:20px; font-weight:400;font-size:14px;color:#000;line-height:1; position: relative;}
.stock-div li:last-of-type{justify-content: flex-end;}
.stock-div li > dt{width:80px;}
.stock-div ul.type1{justify-content:flex-start; border-top:1px solid #ddd; padding-top:10px; } 
.stock-div ul.type1 li:last-of-type{justify-content:flex-start;}
.stock-div li.w1{flex:0 0 100px; font-weight:500;font-size:15px;color:#000;line-height:1;}
.stock-div li.w1 .btn-type{padding:0 8px;font-size:12px;}
.stock-div li.w2{flex:0 0 auto;}

.reportBox{display:flex;justify-content: space-between;align-items: center; margin-top:60px; border: 1px solid #ddd; padding:15px 30px 10px; box-sizing: border-box;}
.reportBox > *{flex:1;}
.reportBox .cBox{flex:0 0 400px;}
.reportBox .cBox > ul{display:inline-flex; gap:40px; width:100%; border-top:1px solid #e1e1e1; padding:6px 0; box-sizing: border-box;}
.reportBox .cBox > ul:first-child{border-top:0px solid #ddd;}
.reportBox .cBox > ul li{flex:1;font-size:14px;color:#333;line-height:1.45;}
.reportBox .cBox > ul li:first-child{text-align: right;font-weight:600;color:#222;  flex:0 0 120px;  }
.reportBox p{margin-top:6px; }
.reportBox h3{font-weight:700;}

.reportTop{display:flex;align-items: center; width:100%; margin-bottom:40px;}
.reportTop .leftArea{ text-align:center; width:40%; padding-right:40px; box-sizing: border-box; }
.reportTop .leftArea > h3{font-weight:700;font-size:24px;color:#000;line-height:1.45; margin-bottom:6px; }
.reportTop .leftArea > p{font-weight:400;font-size:16px;color:#333;line-height:1.45; }
.reportTop .leftArea > p.txt-s{font-size:14px;}
.reportTop .leftArea > p.txt-xs{font-size:12px;}
.reportTop .rightArea{width:60%;display:inline-flex; justify-content: flex-end;}
.reportTop .rightArea > *{margin-left:-1px;}
.reportTop .rightArea > *:first-of-type{margin-left:0px;}
.reportTop .box{width:60px;height:80px; text-align:center; border:1px solid #bbb; box-sizing: border-box;}
.reportTop .box-tit{width:100%;height:25px;font-weight:500;font-size:14px;color:#333;line-height:24px; border-bottom:1px solid #bbb; box-sizing: border-box;}
.reportTop .box-cont{width:100%;height:53px;}

.reportTxt{width:100%;padding:0 10px; box-sizing: border-box; margin-bottom:8px; }
.reportTxt ul{display:flex;justify-content:space-between;align-items: center;}
.reportTxt li{flex:1;font-weight:300;font-size:14px;color:#333;line-height:1.45;}
.reportTxt li:nth-child(2n){flex:0 0 auto; }

.reportTit{ width:100%; text-align: center; margin-bottom:20px;}
.reportTit h3{font-weight:700;font-size:20px;color:#000;line-height:1.3;}
.reportTit p{font-weight:400;font-size:16px;color:#333;line-height:1.3; }

.reportWrap{display:flex;flex-wrap: wrap; gap:40px 60px;}
.reportWrap .full{width:100%;}
.reportWrap .half{flex:1; display:inline-flex; flex-direction: column; }
.reportWrap .w1{width:30%; }

.border-box{width:100%; border:1px solid #aaa; margin:10px 0; padding:15px 20px; box-sizing: border-box;}

.infoDiv{width:100%; border-top:1px solid #aaa; padding:30px 20px; box-sizing: border-box;}
.infoDiv > h3{text-align: center; font-weight:700;font-size:20px;color:var(--concept-color);line-height:1.3; margin-bottom:20px;}
.infoDiv > p{font-weight:400;font-size:16px;color:#333;line-height:1.45; }

.pointBox{width:100%; text-align: center; border:1px solid #999; background:#f9f9f9; padding:10px; box-sizing: border-box;}
.pointBox .txt{position: relative; display: inline-block; font-weight:500;font-size:15px;color:var(--red-color);line-height:1.45;padding-left:20px;box-sizing: border-box; }
.pointBox .txt::before{position:absolute;content: '※';left:0;top:2px;font-size:15px;color:var(--red-color); font-family: 'GmarketSansMedium';} 
.pointBox p > span{font-weight:700;}


/* paging */
.pagination {display:flex; align-items:flex-end; justify-content: center; height:40px;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; text-align: center;}
.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/pagination-first.png)}
.pagination-prev {background-image: url(../images/pagination-prev.png)}
.pagination-next{background-image: url(../images/pagination-next.png)}
.pagination-last {background-image: url(../images/pagination-last.png)}
.pagination-first.disabled {background-image: url(../images/pagination-first-off.png); pointer-events: none;}
.pagination-prev.disabled {background-image: url(../images/pagination-prev-off.png); pointer-events: none;}
.pagination-next.disabled {background-image: url(../images/pagination-next-off.png); pointer-events: none;}
.pagination-last.disabled {background-image: url(../images/pagination-last-off.png); pointer-events: none;}

.tb-input{display:inline-block; width:100%;height:20px; vertical-align:middle; transition: all 0.3s ease-out;}
.tb-input input{width:100%;height:100%; padding:0px;border:0;background:transparent; color:#333;font-weight:400;font-size:14px;line-height:1;text-align:center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing:border-box;}
.tb-input input:focus {outline: none;background:transparent;border:0; }
.tb-input input:disabled, .tb-input input:read-only {background:transparent !important; }
.tb-input input:disabled:focus, .tb-input input:read-only:focus {border:0 !important; }

/* calendar input : 사용안함 */
.calendar-input{position: relative;display:inline-block;vertical-align:middle;width:180px; height:30px;padding:0;border:1px solid var(--border-color);background:#fff; border-radius:4px;box-sizing:border-box;cursor:pointer; transition: all 0.3s ease-out}
.calendar-input input{width:100%; height:100%;padding:0px 35px 0px 10px;text-align:center;color:#333;font-size:14px;border-radius:0px;box-sizing:border-box;}
.calendar-input input:focus {outline: none;background-color: transparent !important;border:0 !important;}
.calendar-input input:disabled, .calendar-input input:read-only {background-color: transparent !important;}
.calendar-input .icon{position: absolute;right:5px;top:0;border:0; display: inline-block;width:20px; height:100%; background:url(../images/ico_calendar.png) 0 50% no-repeat;text-indent: -9999px;}
.calendar-input .selectedDateDisplay{display:inline-flex; align-items: center; width:100%; height:30px; padding:0px 35px 0px 10px;color:#333;font-size:14px;border-radius:0px;box-sizing:border-box;}

/* calendar input-two : 사용함  */
.calendar-input-two{display:inline-flex;align-items: center; gap:10px; height:26px; cursor:pointer; transition: all 0.3s ease-out}
.calendar-input-two .selectedDateDisplay{position: relative; display:inline-flex; align-items: center; width:150px; height:100%; padding:0px 35px 0px 5px;color:#333;font-size:14px;border:1px solid var(--border-color);background:url(../images/ico_calendar.png) 95% 50% no-repeat #fff;  border-radius:4px; box-sizing:border-box; background-size:16px auto; } /* 수정전 width:200px;*/
.calendar-input-two .icon{position: absolute;right:5px;top:0;border:0; display: inline-block;width:20px; height:100%; background:url(../images/ico_calendar.png) 0 50% no-repeat;background-size:16px auto;  text-indent: -9999px;}
.calendar-input-two.ss .selectedDateDisplay{width:120px;font-size:13px;}

.calendarBox{position: absolute; left:10px; top:30px; display:none;  width:650px;margin:0px auto; padding:25px 20px; border:1px solid #fafafa; background:#fff; border-radius:0px; box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.1); box-sizing: border-box; z-index:99; cursor:default; }
.calendarBox .btn-close{position:absolute; right:8px; top:8px; width:22px; height:22px; background:url(../images/close_white.png) 50% 50% no-repeat #333;background-size:10px auto;border-radius: 50%; text-indent: -9999px;  z-index: 999;}
.calendarBox.bottom{top:auto; left:5px; bottom:40px; }

/* calendar */
.calendar-container {display: flex;justify-content: center; gap: 40px; align-items: flex-start;flex-wrap: wrap;margin-bottom:10px; }
.calendar {width: 280px; }
.calendar-header {display: flex;justify-content: space-between; align-items: center; margin-bottom:0px; position: absolute; left:20px; top:25px; width:calc(100% - 40px); z-index: 2; }
.calendar-grid {display: grid;grid-template-columns: repeat(7, 1fr);gap: 5px; }
.weekday {text-align: center; padding:10px;border-radius: 4px; }
.day{text-align: center; padding: 10px;border-radius: 4px; }
.weekday {font-weight:700;font-size:14px;line-height:1.2;color:#718096; /* background-color: #f0f0f0; */ }
.weekday.sunday {color: red;}
.weekday.saturday {color: blue;}
.day {font-size:13px;line-height:1.2; border:0px solid #ccc; cursor: pointer;  border-radius: 50%;}
.day:hover { background-color: #eee; }
.selected {background-color: var(--point-color); color: white !important;}
.today {background-color: #dbeaf7;}
.day-disabled { color: #aaa;background-color: #f6f6f6;cursor: not-allowed;pointer-events: none;}
.nav-btn { cursor: pointer; padding: 5px 10px; border-radius: 20px; border:1px solid #666; }
.nav-btn:hover { background-color: #f1f1f1;}
.calendar h3 {font-weight:700;font-size:18px;color:#000;line-height:1.3;text-align: center; margin-bottom:10px;}
.selected-start, .selected-end, .selected-single {background-color: var(--point-color) !important;color: white !important;}
.in-range {background-color: #f4a96c !important; color: white !important;}

.day-past {color: #bbb; background-color: #fafafa; opacity: 0.6;}

  .tab_cate {height:33px;border-bottom:1px solid #333;margin-top:10px;}
  .tab_cate ul {display:flex;}
  .tab_cate li {flex:0 0 auto;margin-left:-1px;box-sizing: border-box; /*overflow:visible;*/}
  .tab_cate li:first-child {margin-left:0 !important;}
  .tab_cate li a{display:flex;justify-content: center;align-items: center; padding:0 30px; height:32px;font-weight:400;font-size:14px;color:#666;line-height:1;background:#f9f9f9;text-align:center;text-decoration:none !important;position:relative;}
  .tab_cate li a:after {border-width:1px 1px 0 1px;border-style:solid;border-color:#ddd;cursor:pointer;position:absolute;top:0;right:0;bottom:0;left:0;content:''; border-radius:4px 4px 0 0; width:100%;}
  .tab_cate li.active a{height:33px; color:#333;font-weight:600;font-size:15px;background:#fff; border-radius:4px 4px 0 0; z-index:2;}
  .tab_cate li.active a:after {border-color:#333;}




































.icon-new{display:inline-block; width:9px; height:16px; background:url(../images/icon-new.png) 50% 50% no-repeat; margin-right:3px;}
.icon-newwin{display: inline-block;width:12px; height:12px; background:url(../images/newwin.png) 50% 50% no-repeat;background-size:12px auto;}

/*
.col--3{width:100%;display:flex; gap:0px; padding-top:10px; }
.col--3 > *{width:-webkit-calc(100% / 3 - 20px); width:calc(100% / 3 - 20px); margin-left:30px;}
.col--3 > *:first-of-type{ margin-left:0px;}
.col--half{width:100%;display:flex; align-items: flex-end; gap:0px; padding-top:30px; }
.col--half > *{width:-webkit-calc(100% / 2 - 15px); width:calc(100% / 2 - 15px); margin-left:30px;}
.col--half > *:first-of-type{ margin-left:0px;}
*/

/* print */
@media print {
  @page {
    size:210mm 297mm;	/* 실제 인쇄용지 크기 지정 */
    margin:0mm
  }
  * {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48 – 96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
    
  }
  body {
    margin: 0;
    padding: 0;
    height: auto;
    margin-top:0px;	/* 아래 pop_from_fix 의 margin-top을 적절히 조절해서 위치를 조정한다. */
  }
  .no-print {display:none !important;}
}

/* ...줄임표 옆 아이콘적용시 */
.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 */






  








  
