@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; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%;min-width:calc(var(--wrap-width) - 2*var(--padding-w));  height: 0; background-color: rgba(255,255,255,1); border:1px solid var(--concept-color); border-radius: 4px; position: fixed; width:calc(100% - var(--padding-w) - var(--padding-w)); left:var(--padding-w); top:calc(var(--header-height) + var(--top-height) + 10px); z-index: -2; opacity: 0; transition: 0.5s; }
#gnb.on #gnb1_ul:before{ height:600px; 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:25px;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:16px;line-height:1;letter-spacing:0.05em;color:var(--second-color); border-radius: 20px; border:1px solid var(--concept-color);padding:6px 20px;box-sizing: border-box;margin-bottom:5px;  }
.gnb_list{width:100%;min-height:490px; border-left:1px solid #b7e3e6;box-sizing: border-box; }
.gnb_list .gnb2_ul{display:flex; margin-top:20px; }
.gnb_list .gnb2_tit{position: relative; width:100px; font-weight:600;font-size:16px;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:6px; }

.gnb_list .gnb2_a{position: relative;display: inline-block; width:100%; font-weight:300;font-size:14px;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:14px;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:30px; 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 40px; 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-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:200px; border-radius: 20px;background: #fff;padding:25px; 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:16px;line-height:20px; }
.main-board .tit{font-weight:700; color:var(--second-color);font-size:20px;line-height:1; margin-bottom:20px;}
.main-board .contWrap{padding-top:0px;}
.main-board .contWrap > a{display:flex; justify-content: space-between; align-items: center;gap:5px;margin-top:8px; }
.main-board .contWrap .subject{flex:1; font-weight:400;font-size:14px;color:#333;line-height:1.45; 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.45; text-align: right;  }
.main-board .contWrap .name{width:80px; font-weight:300;font-size:14px;color:#666;line-height:1.45; text-align: right;  }

/********************************************
	sub
********************************************/
.snb{width:200px; min-height:calc(100vh - var(--header-height) - var(--top-height) - 40px); background:var(--basic-bgcolor); border-radius: 4px; padding:20px 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:15px 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:300;font-size:14px;color:#333;line-height:1.3;padding:4px 10px;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 .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 10px 5px;box-sizing: border-box;}

.contents{width:calc(100% - 240px); padding:10px 0 0; box-sizing: border-box;}

.title-wrap{display:flex;justify-content: space-between; align-items: center; height:40px; margin-bottom:10px;}
.title-wrap .download-btns{justify-content:flex-end;}
.title-wrap  > * {display:inline-flex;align-items: center; gap:5px;}
.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;}

.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-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:1px solid  var(--border-color); 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: 6px;}
  .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로 변경 */
  .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 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:300; font-size:13px;color: #333;line-height:1.4;letter-spacing:-0.01em; }
  /* .scrollbox table tbody tr:first-of-type td{padding-top:10px;} */
  .scrollbox table tfoot,.scrollbox table tfoot th, .scrollbox table tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:#333;color:#fff;}
  .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 table tr.on td{background: var(--bgcolor-1); }  

  .scrollbox.atable{height:auto;border-width: 1px 0px 0; }
  .scrollbox.atable table {table-layout: fixed;}
  .scrollbox.atable th{font-size:14px; line-height:1.3;border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color); height:auto; }
  .scrollbox.atable td{ border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color); }
  .scrollbox.atable.border-non th, .scrollbox.atable.border-non td{border:0;}
  .scrollbox.atable table tbody tr:hover td{background:none;}

  .scrollbox.btable{height:auto;border-width: 1px 0px 0; }
  .scrollbox.btable table {table-layout: fixed;}
  .scrollbox.btable th{background:#f9f9f9; text-align:left;padding:7px 20px;font-size:14px; line-height:1.3;border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color); height:auto; }
  .scrollbox.btable td{text-align:left;padding:7px 20px;font-weight:400; font-size:14px; line-height:1.3; border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color); }
  .scrollbox.btable table tbody tr:first-of-type td{padding-top:7px; }
  .scrollbox.btable.border-non th, .scrollbox.atable.border-non td{border:0;}
  .scrollbox.btable table tbody tr:hover td{background:none;}

  .scrollbox.ctable{height:500px;}
  .scrollbox.ctable table {table-layout: fixed;}
  .scrollbox.ctable table td{text-align:left; text-transform: uppercase;padding:5px; cursor: pointer; }
  .scrollbox.ctable table tbody tr:first-of-type td{padding-top:5px;}
  .scrollbox.ctable::-webkit-scrollbar-thumb{background-color:var(--gray-color); }

  .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 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 .right{padding-right:10px;}
  .scrollbox table .left{padding-left:10px;}
  .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;}
  /* table 좌우사용 END */

.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 30px;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:6px 0px;}
.form_sty > ul > li{padding:0px 10px;display:inline-flex; align-items: center; min-height:30px; flex-wrap: wrap; }
.form_sty > ul > li.top{vertical-align:top;padding-top:10px; align-self:flex-start;}
.form_sty .tit{flex:0 0 150px; }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size:15px;color: #333;line-height:1;letter-spacing:-0.01em; 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:15px;color: #ff0000;}
.form_sty .tit.sm{flex:0 0 100px;  }
.form_sty .tit.lg{flex:0 0 240px;  }
.form_sty .cont{flex:1; font-size:14px;}
.form_sty .select-w{width:30%;} /* 모바일 100% */
.form_sty .input-w{flex: 1;}
.form_sty .w1{flex:0 0 150px;}
.form_sty .w2{width:240px;}
.form_sty .sm{min-width:10px;text-align:center;font-weight:400;font-size:14px;color:#333;}
.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 .select-div{position:relative;display:inline-flex; align-items:center; gap:10px; }
.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;}

.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%;margin:0px;align-items:center; 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 .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:180px; 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-col0 input[type=checkbox] + label{padding-left:16px;}

.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/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:90px;height:30px;margin-left: 10px; color:#fff;border:0px solid #262729;background:var(--gray-color);line-height:30px;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:30px;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;}

.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-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::-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;}

/* 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:300;font-size:18px;color:#333;line-height:1.45;}
.txt-sm{font-weight:300;font-size:16px;color:#333;line-height:1.45;}
.txt-s{font-weight:300;font-size:14px;color:#333;line-height:1.45;}

.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; }

.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%; }

.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-flex1 .inputfile-wrap label.btn {width:80px;}




















.newwin-wrap .form_sty{margin:0px 0px 20px;padding-top:10px;}
.newwin-wrap{ width:100%; margin:0px auto; padding:20px; box-sizing: border-box;}
.newwin-top{display:flex;justify-content: space-between; align-items: center; height: 30px; margin-bottom:15px; box-sizing: border-box; }
.newwin-top > *{display:inline-flex; align-items: center;gap:10px;}
.newwin-top .top-tit{font-weight:700; font-size:18px; line-height:1.2;color:var(--second-color); }
.newwin-top .btnArea{justify-content:flex-end;gap:5px; padding-right:40px;}

.newwin-tit{display:flex; justify-content: space-between; align-items: center;height:30px; font-weight:700; font-size:18px; line-height:1.2;color:var(--second-color);margin-bottom:15px;padding-right:40px; padding-bottom:10px; border-bottom:1px solid #666; box-sizing: border-box;}

.newwin-scroll{width: 100%; margin: 0 auto; height:calc(100vh - 85px); overflow-y: auto; overflow-x:hidden; box-sizing: border-box; position: relative;z-index:1;}
.newwin-scroll::-webkit-scrollbar{width: 6px;}
.newwin-scroll::-webkit-scrollbar:vertical {width: 6px;}
.newwin-scroll::-webkit-scrollbar:horizontal {height: 6px;}
.newwin-scroll::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
.newwin-scroll::-webkit-scrollbar-track:hover{background-color:transparent;}
.newwin-scroll::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--second-color);}/* 스크롤바 막대 설정*/
.newwin-scroll::-webkit-scrollbar-button {display:none;}
.newwin-scroll.type1{ height:calc(100vh - 180px); border:1px solid #ddd; padding:15px; box-sizing: border-box; margin-bottom:20px; } /* land-select */
.newwin-scroll.type2{height:calc(100vh - 290px);border:1px solid #ddd;box-sizing: border-box; margin-bottom:15px; } /*  */
.newwin-scroll.type3{width:100%; height:calc(100vh - 290px);border:1px solid #ddd;box-sizing: border-box;}

.newwin-search{justify-content: center;}
.newwin-search .search-wrap{display:inline-flex; align-items: center; border-bottom:1px solid #666;}
.newwin-search .search-wrap > *{position:relative;display:inline-flex; align-items: center; height:100%;}

.newwin-search-s{display:flex;justify-content: center; align-items: center; gap:10px; margin-bottom:15px; }

.newwin-search-ad{position: absolute; left:50%; top:15px; transform:translateX(-50%); display:inline-flex; justify-content: center;align-items: center; gap:10px; z-index: 2; }
.newwin-search-ad .search-wrap{display:inline-flex; align-items: center; border-bottom:0;}
.newwin-search-ad .search-wrap > *{display:inline-flex; align-items: center; height:100%; position:relative;}

/* Search 관련 */
.btn-search{display:inline-flex;justify-content: center;align-items: center;cursor:pointer;height:26px;padding:0 13px 0 22px; font-weight:400; color:#fff;line-height:1;text-align:center;background:url(../images/i_search_wh.png) 10px 50% no-repeat var(--concept-color);background-size:10px auto;  border-radius:20px;box-sizing: border-box;transition:all 0.3s; }
.btn-search:hover{opacity:0.7;}
.btn-search-line{display:inline-flex;justify-content: center;align-items: center;cursor:pointer;height:26px;padding:0 14px 0 28px; font-weight:500; color:var(--second-color);line-height:1;text-align:center;background:url(../images/i_search.png) 12px 50% no-repeat;background-size:12px auto;  border-radius:30px;border:1px solid var(--second-color); box-sizing: border-box;transition:all 0.3s; }
.btn-search-line:hover{opacity:0.7;}
.top-search-wrap{display:inline-flex; align-items: center; height:26px;margin: 0 10px; padding-bottom:5px; border-bottom:1px solid #0f0f0f;box-sizing: border-box; }
.top-search-wrap > *{position:relative; display:inline-flex; align-items: center; height:100%;}

.date-select{position:relative; } 
.date-select .tit{font-weight:700; color:#000;font-size:14px;line-height:1;} 
.input-transparent{display:inline-block;width:170px;vertical-align:middle;cursor: pointer; transition: all 0.3s ease-out;}
.input-transparent input{width:100%;height:100%; padding:0 5px;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;}
.input-transparent input:focus {outline: none;background:transparent;border:0; }
.input-transparent input:disabled, .input_sty input:read-only {background:#f1f1f1;}
.input-transparent input:disabled:focus, .input_sty input:read-only:focus {border:0; }

.input-transparent.type1{width:120px;}
.input-transparent.type2{width:260px;}
.input-transparent.type3{width:140px;}

.calendar-wrap{position: absolute; left:0px; top:28px; display:none;width:600px; min-height:100px; margin:0px auto; padding:10px; border:1px solid #ddd; background:#fff; border-radius:0px; box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.1); box-sizing: border-box; z-index:3; cursor:default; }
.calendar-wrap .btn-close{position:absolute; right:10px; top:10px; width:22px; height:22px; background:url(../images/close_white.png) 50% 50% no-repeat #333; background-size:10px auto; border-radius: 50%;  z-index: 3;}

.icon-round-trip{display:inline-block; width:26px; height:26px; background:url(../images/icon-round-trip.png) 50% 50% no-repeat;}
.icon-area{display:inline-block; width:18px; height:24px; background:url(../images/ico_earth.png) 50% 50% no-repeat; background-size:16px auto; }
.icon-date{display:inline-block; width:24px; height:24px; background:url(../images/ico_calendar.png) 0% 50% no-repeat; background-size:16px auto; }
.icon-bar{display:inline-block; width:20px; height:20px; background:url(../images/icon-bar.png) 50% 50% no-repeat;}
.icon-new{display:inline-block; width:9px; height:16px; background:url(../images/icon-new.png) 50% 50% no-repeat; margin-right:3px;}
.icon-new-b{display:inline-block; width:16px; height:18px; background:url(../images/icon-new-b.png) 50% 50% no-repeat; margin-right:3px;}
.icon-newwin{display: inline-block;width:12px; height:12px; background:url(/images/layout/newwin.png) 50% 50% no-repeat;background-size:12px auto;}

/* area-search */
.area-search{position: absolute; left:0px; top:28px; display:none;  width:600px;margin:0px auto; padding:20px; border:1px solid #ddd; background:#fff; border-radius:0px; box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.1); box-sizing: border-box; z-index:3; cursor:default; }
.area-search .search-line{position:relative; display:inline-block;width:100%;height:30px;border-bottom:1px solid #666;background:#fff;vertical-align:middle; padding:0 100px 0 0px; transition: all 0.3s ease-out;  box-sizing: border-box;}
.area-search .search-line input{display:inline-block;width:100%;height:100%; border:0;font-weight:400; font-size:14px; color:#333;vertical-align:middle; padding:0;}
.area-search .search-line input:focus{outline: none;background:transparent ; }
.area-search .btn-close{position:absolute; right:20px; top:20px; width:22px; height:22px; background:url(../images/close_white.png) 50% 50% no-repeat #333; background-size:10px auto; border-radius: 50%;  z-index: 3;}
.area-search .area-btn{position:absolute; right:85px; top:0px; width:20px; height:24px; background:url(../images/i_search.png) 50% 50% no-repeat; background-size:18px auto; z-index: 3;}
.area-search .area-num{position:absolute; right:35px; top:0px; width:45px; height:24px;background: #fff; border:1px solid #ddd; display:inline-flex;align-items: center; justify-content: flex-end; padding:5px;font-weight:300;font-size:13px;color:#666;line-height:1.3; border-radius: 4px; box-sizing: border-box;   z-index: 9;}
.area-search .area-num > span{font-weight:500;}
.area-search h4{margin-bottom:10px;}
/* 최근검색어 */
.area-search .lately-list{width:100%;}
.area-search .lately-list > ul{display: flex;flex-direction: column; align-items:flex-start; gap:0; }
.area-search .lately-list > ul > li{display:inline-flex; align-items: center; flex-wrap: wrap; gap:5px;}
.area-search .lately-txt{font-weight:400;font-size:16px;color:#333;line-height:1.3;}
.area-search .lately-txt > span{color:var(--blue-color);}
.area-search .lately-desc{font-weight:400;font-size:14px;color:#888;line-height:1.3;}
.area-search .lately-none{font-weight:400;font-size:16px;color:#888;line-height:1.3;}

/* 국가 및 지역 선택테이블 */
.area-search-table{width:100%; border:1px solid #ddd;border-width: 1px 0; margin-top:0px;box-sizing: border-box; height:500px; overflow-y:auto; overflow-x:hidden; position: relative;}
.area-search-table > ul{display: flex;width:100%; gap:0; border-bottom:1px solid #ddd;box-sizing: border-box;}
.area-search-table > ul > li{flex:1; display:inline-flex; flex-wrap: wrap; border-left:1px solid #ddd;padding:5px; box-sizing: border-box; }
.area-search-table > ul > li:first-of-type{flex:0 0 80px; justify-content: center; text-align: center; border-left:0;}
.area-search-table .stit{font-weight:600;font-size:14px;color:#333;line-height:1.3;}
.area-search-table .select-list{display: flex; width:100%; flex-wrap: wrap; gap:5px 0; }
.area-search-table .select-list > *{width:-webkit-calc(100% / 4); width:calc(100% / 4);padding:0px 8px; box-sizing: border-box;}
.area-search-table .select-txt{font-weight:400;font-size:13px;color:#666;line-height:1.3;cursor: pointer; }
.area-search-table .select-list > *:hover{background:#f1f1f1; color:#000;}

.area-search-table::-webkit-scrollbar{width: 6px;}
.area-search-table::-webkit-scrollbar:vertical {width: 6px;}
.area-search-table::-webkit-scrollbar:horizontal {height: 6px;}
.area-search-table::-webkit-scrollbar-track{border-radius: 0px;background-color:#eee;}/* 스크롤바 뒷 배경 설정*/
.area-search-table::-webkit-scrollbar-track:hover{background-color:transparent;}
.area-search-table::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--gray-color);}/* 스크롤바 막대 설정*/
.area-search-table::-webkit-scrollbar-button {display:none;}
/* Search 관련 END */


.search-box{width:100%;margin:0px auto; padding:25px 50px 15px; border:2px solid rgba(11, 114, 186, 1); background:#f9fbfc; border-radius:10px; box-shadow: 0px 0px 16px 0px rgba(104, 104, 104, 0.08); box-sizing: border-box;}
.search-box .top-select{width:100%;display:flex; align-items: center; gap:30px; margin-bottom:15px; }
.search-box .search-select{display:flex; justify-content: center;align-items: center; }
.search-box .search-select .top-search-wrap{margin: 0 10px 0 0; border-bottom:1px solid var(--border-color);  }
.search-box .search-select .top-search-wrap > *::before{position: absolute;content: ""; left:0; top:50%; transform:translateY(-50%); width:1px; height:16px; background:var(--border-color); }
.search-box .search-select .top-search-wrap > *:first-of-type:before{display:none; }

.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;}

.location{width:100%;margin:0 0 20px;}
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:400;font-size:14px;color: #666;line-height: 1;letter-spacing:-0.01em;} 
.location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#bbb;border-radius:50%;margin-left:10px; }
.location .i_home{display: inline-block;width:16px; height:13px;background: url(../images/ico_home_bl.png) 0 50% no-repeat;text-indent: -9999px;}
.location li:first-child{padding-left:0px; }
.location li:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }





/* 랜드사 선택테이블 */
.land-search-table{width:100%;}
.land-search-table > ul{display: flex;width:100%; flex-wrap: wrap; gap:15px 0;}
.land-search-table > ul > li{width:-webkit-calc(100% / 6); width:calc(100% / 6); padding:0px 8px; box-sizing: border-box;}

.textarea-h1{align-items:flex-start !important; height:calc(100vh - 250px); padding:0 !important; border:1px solid var(--border-color);box-sizing: border-box; } /* 광고등록 edit 높이 고정 */
.textarea-h2{align-items:flex-start !important; height:calc(100vh - 230px); padding:0 !important; border:1px solid var(--border-color);box-sizing: border-box; } /* 내 광고 edit 높이 고정 */

.newwin-col2{display:flex; gap:20px;}
.newwin-col2 > *{flex:1;height:100%; position: relative;}
.newwin-col2 > * > h3{margin-bottom:10px; }

.newwin-bottom{position: absolute; left:0; bottom:0; width:100%; height:45px; display: flex; justify-content: center; align-items: center; gap:5px;background: #ecf5fc; border:1px solid #ddd;box-sizing: border-box; z-index: 2;}
.selected-bg{background:#d0e8f9;}




/* 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 */






  








  
