
@charset "utf-8";

/* basic-reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-weight:400;}
/* :focus {outline: 0;} */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
strong {font-weight:bold;}
body {line-height: 1;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
/*
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;-moz-appearance: none;}
input[type=search] {-webkit-appearance: none;-moz-appearance: none;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box;-webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
*/
body,html {height:100%;}
textarea {overflow: auto;vertical-align: top;resize: vertical;}
[hidden] {display: none;}
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}
img {max-width: 100%; height: auto; width: auto\9;border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}
form {margin: 0;}
fieldset {border: 0;margin: 0;padding: 0;}
legend {border: 0;padding: 0;white-space: normal;}
button{background:none;border:none;}
button, input, select, textarea {font-size: 100%;margin: 0;padding:0;}
button, input {line-height: normal;}
button, select {text-transform: none;}
button,
html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;}

button::-moz-focus-inner,
input::-moz-focus-inner {border: 0;padding: 0;}
::-moz-selection, ::selection {text-shadow: none;}
a{text-decoration:none;}
button span{position:relative;}
em{font-style:normal;}
/*
input,
select{appearance:none;-webkit-appearance:none;border-radius:0;}
*/

/* 크롬 자동완성 백그라운드 색상 제거 */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
	box-shadow: 0 0 0 1000px white inset;
}

.cursor_def {cursor:default !important;}
.cursor_hand {cursor:pointer !important;}
.cursor-help{cursor: help !important;}
.opacity04{opacity: 0.4;}
i, em{font-style:normal; }


*{font-family: 'Malgun Gothic','맑은 고딕','Apple SD Gothic Neo','dotum','돋움','sans-serif';word-break:keep-all;font-size:12px;box-sizing:border-box;letter-spacing:-0.3px;}
html,body{background:#fff;}
.container{height:100%;min-width:1000px;}
.container.w-auto {min-width:auto;width:100%;}
.container.w500 {max-width:500px; min-width:500px;}
.container.w600 {max-width:600px; min-width:600px;}
.container.w700 {max-width:700px; min-width:700px;}
.container.w800 {max-width:800px; min-width:800px;}
.container.w850 {max-width:850px; min-width:850px;}
.container.w900 {max-width:900px; min-width:900px;}
.container.w1000 {max-width:1000px;min-width:1000px;}
.container.w1024 {max-width:1024px; min-width:1024px;}
.container.w1100 {max-width:1100px; min-width:1100px;}
.container.w1200 {max-width:1200px; min-width:1200px;}
.container.w1300 {max-width:1300px; min-width:1300px;}
.container.w1400 {max-width:1400px; min-width:1400px;}
.container.w1500 {max-width:1500px; min-width:1500px;}
.container.w1600 {max-width:1600px; min-width:1600px;}
.container.w1700 {max-width:1700px; min-width:1700px;}
.container.w1800 {max-width:1800px; min-width:1800px;}
.ifm_container {height:100%;min-width:100%;}

.scroll {overflow:auto;}
.noscroll {overflow:hidden;}

/* input */
input::placeholder {
	color: #ccc;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}
input,
select,
textarea{border:1px solid #cccccc;}
input[type="file"] {border:0 !important;}
.screen--out{position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;overflow:hidden;font-size:1px}
.sr-only{position:absolute; overflow:hidden; display:inline-block; width:0 !important; height:0 !important; padding:0 !important; margin:0 !important; font-size:0 !important; line-height:0 !important;}

/* float, clear */
.clear{clear:both;}
.clear:after{content:''; display: block; clear:both;}
.fl-left {float:left;}
.fl-right {float:right;}

/* text align */
.text-left, .align-left{text-align:left !important;}
.text-center, .align-center, .tw, .center, .tend {text-align:center !important;}
.text-right, .align-right{text-align:right !important;}
.item-center{align-items: center;}

.hide {display: none !important;}
.show {display: block !important;}
.inline { display: inline !important; }
.inline-block { display: inline-block !important; }
.nodisplay{display: none;}

.line-1px {border-bottom:1px solid #333;margin: 10px 0; }

.dimmed{ position: fixed;top:0; left:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.6);z-index:100;}

.vertical-top {vertical-align: top !important;}
.vertical-base {vertical-align: baseline !important;}
.vertical-sub{display: inline-block !important;vertical-align: sub;}
.vertical-init{vertical-align: initial !important;}
.vertical-middle{vertical-align: middle !important;}
.vertical-bt{vertical-align: bottom !important;}

.of-init{overflow: initial !important;}
.of-hidden{overflow: hidden !important;}
.of-auto{overflow: auto !important;}

/* width(%) */
.w5p{width:5% !important;}
.w05p{width:5% !important;}
.w10p{width:10% !important;}
.w15p{width:15% !important;}
.w20p{width:20% !important;}
.w25p{width:25% !important;}
.w30p{width:30% !important;}
.w35p{width:35% !important;}
.w40p{width:40% !important;}
.w45p{width:45% !important;}
.w50p{width:50% !important;}
.w55p{width:55% !important;}
.w60p{width:60% !important;}
.w65p{width:65% !important;}
.w70p{width:70% !important;}
.w75p{width:75% !important;}
.w80p{width:80% !important;}
.w85p{width:85% !important;}
.w90p{width:90% !important;}
.w95p{width:95% !important;}
.w100p{width:100% !important;}

/* width(px) */
.w20px{width:20px !important;}
.w30px{width:30px !important;}
.w35px{width:35px !important;}
.w40px{width:40px !important;}
.w45px{width:45px !important;}
.w50px{width:50px !important;}
.w55px{width:55px !important;}
.w60px{width:60px !important;}
.w65px{width:65px !important;}
.w70px{width:70px !important;}
.w75px{width:75px !important;}
.w80px{width:80px !important;}
.w90px{width:90px !important;}
.w100px{width:100px !important;}
.w110px{width:110px !important;}
.w120px{width:120px !important;}
.w130px{width:130px !important;}
.w140px{width:140px !important;}
.w150px{width:150px !important;}
.w160px{width:160px !important;}
.w170px{width:170px !important;}
.w180px{width:180px !important;}
.w190px{width:190px !important;}
.w200px{width:200px !important;}
.w250px{width:250px !important;}
.w300px{width:300px !important;}
.w350px{width:350px !important;}
.w400px{width:400px !important;}
.w450px{width:450px !important;}
.w500px{width:500px !important;}
.w550px{width:550px !important;}
.w50 {width:50px}
.w100 {width:100px}
.w150 {width:150px}
.w200 {width:200px}
.w250 {width:250px}
.w300 {width:300px}
.w350 {width:350px}
.w400 {width:400px}
.w450 {width:450px}
.w500 {width:500px}


.wauto,
.w-auto {width: auto !important;}

/* margin */
.m-auto{margin: 0 auto !important;}

.mt-0 {margin-top:0 !important;}
.mt-5 {margin-top:5px !important;}
.mt-10 {margin-top:10px !important;}
.mt-15 {margin-top:15px !important;}
.mt-20 {margin-top:20px !important;}
.mt-25 {margin-top:25px !important;}
.mt-30 {margin-top:30px !important;}
.mt-50 {margin-top:50px !important;}

.mb-0 {margin-bottom:0 !important;}
.mb-5 {margin-bottom:5px !important;}
.mb-10 {margin-bottom:10px !important;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px !important;}
.mb-25 {margin-bottom:25px !important;}
.mb-30 {margin-bottom:30px !important;}

.ml-0 {margin-left:0 !important;}
.ml-5 {margin-left:5px !important;}
.ml-10 {margin-left:10px !important;}
.ml-15 {margin-left:15px !important;}
.ml-20 {margin-left:20px !important;}
.ml-25 {margin-left:25px !important;}
.ml-30 {margin-left:30px !important;}
.ml-40 {margin-left:40px !important;}
.ml-50 {margin-left:50px !important;}

.mr-0 {margin-right:0 !important;}
.mr-5 {margin-right:5px !important;}
.mr-10 {margin-right:10px !important;}
.mr-15 {margin-right:15px !important;}
.mr-20 {margin-right:20px !important;}
.mr-25 {margin-right:25px !important;}
.mr-30 {margin-right:30px !important;}
.mr-40 {margin-right:40px !important;}
.mr-50 {margin-right:50px !important;}

/* padding */
.pl-0 {padding-left:0 !important;}
.pl-10 {padding-left:10px !important;}
.pl-15 {padding-left:15px !important;}
.pl-20 {padding-left:20px !important;}
.pl-25 {padding-left:25px !important;}
.pl-30 {padding-left:30px !important;}

.pr-0 {padding-right:0px !important;}
.pr-10 {padding-right:10px !important;}
.pr-15 {padding-right:15px !important;}
.pr-20 {padding-right:20px !important;}
.pr-25 {padding-right:25px !important;}
.pr-30 {padding-right:30px !important;}

.pt-0 {padding-top:0 !important;}
.pt-5 {padding-top:5px !important;}
.pt-10 {padding-top:10px !important;}
.pt-15 {padding-top:15px !important;}
.pt-20 {padding-top:20px !important;}
.pt-25 {padding-top:25px !important;}
.pt-30 {padding-top:30px !important;}
.pt-50 {padding-top:50px !important;}

.pb-0 {padding-bottom:0 !important;}
.pb-5 {padding-bottom:5px !important;}
.pb-10 {padding-bottom:10px !important;}
.pb-15 {padding-bottom:15px !important;}
.pb-20 {padding-bottom:20px !important;}
.pb-25 {padding-bottom:25px !important;}
.pb-30 {padding-bottom:30px !important;}

.pd-0{padding:0px !important;}
.pd-2{padding:2px !important;}
.pd-5{padding:5px !important;}
.pd-7{padding:7px !important;}
.pd-10{padding:10px !important;}
.pd-15{padding:15px !important;}
.pd-20{padding:20px !important;}

/* ========================================================
	layout
======================================================== */
/*
#wrapper {}
footer {
    position: fixed;
    clear: both;
    z-index: 1000;
    margin: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background: #fff !important;
    border-top: 1px solid #b7bbc4;
}

.lnb {
    position: absolute;
    top: 67px;
    left: 0px;
    width: 190px;
    font-size: 12px;
    color: #414a55;
    letter-spacing: -0.5px;
    border-right: solid 1px #efefef;
}
#content {
    position: relative;
    margin-top: 15px;
    margin-bottom: 70px;
}
.cb {
    margin-left: 190px;
    min-width: 1000px;
}
*/

/* ========================================================
	Font / Color
======================================================== */
/*
[class$="_title"]{color:#000; font-weight:normal; letter-spacing: 0px; word-break: keep-all;}
.sub_title{font-size:20px; padding-bottom:10px;}
*/
a[href] {color:#3280E6;}
th a[href] {color: #191919; font-weight: bold;text-decoration: none;}
td a[href] {text-decoration: none;}
th a.btn-basic {font-weight: normal;text-decoration: none;}

[class^="ico__"][class*="delete"] {width:8px;height:8px;background-size:100%;background-image: url('../images/s_del.svg'); vertical-align: top; position: absolute; right: -15px;margin-top: 4px;}

.txt-link {color:#3280E6;text-decoration: none !important;}
.txt-link:hover{text-decoration: underline !important;}

.pos-rel{position: relative;}
.letter-s{letter-spacing: -1.5px !important;}
.warning,
.required {color: #ef3434 !important;margin-left: 3px;}
.required.ml-0 {margin-left:0;}
.info-required {color: #3280E6;margin-bottom:10px;line-height:18px;}

.font-l{font-size: 18px !important;}
.font-13{font-size: 13px !important;}
.txt-underline{text-decoration: underline !important;}
.txt-bold {font-weight:bold !important;}
.txt-normal {font-weight:normal !important;}
.point-red,
.red {color:#FC6363 !important;}
.point-blue {color:#3280E6 !important;}
.point-black {color:#191919 !important;}
.point-gray {color:#A8A8A8 !important;}
.point-yellow {color:#fff9c6 !important;}
.point-tran {color:transparent !important;}
.select_sum {font-weight:bold;line-height:22px;margin-right:20px;}
.ellipsis{overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.ellipsis-init *{word-break: break-all !important;overflow: visible !important;white-space: initial !important;}

.color-item{position: relative; display: inline-block; padding: 0 5px;}
.bg-point{background-color: #ebf2ff !important;}
.bg-beige{background: #fff6e9  !important;}
.bg-green{background: #e9ffd4 !important;}
.bg-mint{background: #cdf9eb !important;}
.bg-purple{background-color: #ebebff !important;}
.bg-yellow{background-color: #fff9c6 !important;}
.bg_opred{background-color: #FEF3F3 !important;}
.bg_opblue{background-color: #EDF6FD !important;}
.bg_blue1{background-color: #c7edfa !important;}
.bg_blue2{background-color: #b8ecfd !important;}
.bg-empty{background: #fff !important; border: 1px solid #fff !important;}
.bg-gray{background: #eaeaea;}

.br-none{border-right:none !important}

.optModel {line-height:24px;}
.border-red {border:1px solid #ef3434 !important;}
.border-e1 {border:1px solid #e1e1e1 !important;}
.border-none{border: none !important;}
.border-blue {border:1px solid #3280E6 !important;}


/* ========================================================
	Button
======================================================== */
.btn-warp {width:100%;text-align:center;margin:20px 0 20px;}
.btn-warp:after{content:''; display: block; clear:both;}

[class*="sm__btn"] {min-width:20px !important;height:19px !important;line-height:17px !important;font-size:11px !important;}
[class*="lm__btn"] {min-width:52px !important;height:28px !important;line-height:26px !important;border-radius: 0 !important; text-align: center;vertical-align: middle !important;}
[class*="lm__btn"].btn-basic{border: 1px solid #505050!important; background: #ffffff !important;color: #191919;}
[class*="lm__btn"].btn-basic:hover{border: 1px solid #505050!important; background: #f7f7f7 !important;}
[class*="xlm__btn"] {min-width:150px !important;height:38px !important;line-height:36px !important;padding:0 15px !important;border-radius: 0 !important; text-align: center;vertical-align: middle !important;}
[class*="xlm__btn"].btn-basic{border: 1px solid #505050!important; background: #ffffff !important;color: #191919;}
[class*="xlm__btn"].btn-basic:hover{border: 1px solid #505050!important; background: #505050 !important;color: #fff;}
[class*="xlm__btn"] + [class*="xlm__btn"] {margin-left:5px;}

a.btn-basic,
button.btn-basic {display:inline-block;min-width:30px; height:22px; line-height:20px; font-size:12px; color:#191919; padding:0 7px; border:1px solid #ccc; background-color:#fff; cursor:pointer;vertical-align:top;text-decoration:none !important;}
a.btn-basic:hover,
button.btn-basic:hover {background-color:#f7f7f7 !important;}

.btn-basic + br + .btn-basic {margin-top:5px;}

a.btn-dark,
button.btn-dark {display:inline-block;min-width:30px; height:22px; line-height:20px; font-size:12px; color:#fff; padding:0 7px; border:1px solid #505050; background-color:#505050; cursor:pointer;vertical-align:top;text-decoration:none !important;}
a.btn-dark:hover,
button.btn-dark:hover {background-color:#302f2f; border:1px solid #505050;}

a.btn-blue,
button.btn-blue {display:inline-block;min-width:30px; height:22px; line-height:20px; font-size:12px; color:#fff; padding:0 7px; border:1px solid #1088dd; background-color:#1088dd; cursor:pointer;vertical-align:top;text-decoration:none !important;}
a.btn-blue:hover,
button.btn-blue:hover {background-color:#1276bd; border:1px solid #1276bd;}

.btn-item .btn-basic,
.btn-item .btn-dark {line-height:20px;}

[class^="ico__"]{display:inline-block; background-repeat: no-repeat; vertical-align: middle; font-style: normal;}
[class^="ico__"][class*="_cir"]{border-radius: 50%;}
[class^="ico__"][class*="search"]{width:20px;height:20px;background-size:100%;background-image:url('../images/icon_search.svg');vertical-align:top;margin-top:2px;}
[class^="ico__"][class*="more"] {width:14px;height:14px;background-size:100%;background-image: url('../images/icon_more.png'); vertical-align: top; margin-top: 0; position: absolute; left:0;}

[class^="ico__"][class*="mndown"] {width:150px;height:40px;font-size:12px;color:#000;font-weight:bold;letter-spacing: -0.6px;text-decoration:none;text-align:left;padding-left:20px;line-height:40px;background-size:16px 13px;background-image: url('../images/icon_download.png'); background-position:right 20px center; vertical-align: middle; margin-top:0px; border:1px solid #707070;}
[class^="ico__"][class*="mndown"]:hover {background-color:#f7f7f7;}
.sm-size [class^="ico__"][class*="search"] {width:17px;height:17px;margin-top:1px;}

.btn-search-wrap{position: relative;}
.btn-grid{font-weight: bold; font-size: 11px; letter-spacing: -0.22px; display:inline-block;min-width:40px; height:20px; line-height:20px; color:#505050; padding:0 13px; border:1px solid #ccc; background-color:#fff; cursor:pointer;vertical-align:top;text-decoration:none !important;}
.btn-grid:hover{background-color:#f3f3f3 !important; border:1px solid #333;}
.btn-grid.btn-color{color: #4085ec;border: 1px solid #4085ec; background-color: #e9f5ff;}

.btn-info{font-size: 12px;display:inline-block; height:22px; line-height:20px; color:#3280e6;border: 1px solid #c1d9f8; padding:0 10px;background-color: rgba(77, 160, 251, 0.1); cursor:pointer;vertical-align:top;text-decoration:none !important;}
.btn-info:hover{background-color:rgba(77, 160, 251, 0.3) !important;}

button.btn-basic.disabled, a.btn-basic.disabled{border: 1px solid #e8e8e8; background: #fff; color: #e8e8e8;}
button.btn-basic.disabled:hover, a.btn-basic.disabled:hover{background-color: #fff !important; cursor: not-allowed;}

.btn-delete{width:19px;height:19px;vertical-align: middle;}
.btn-delete span { display: block; position: relative;}
.btn-delete span::after{display: block; content: ''; position: absolute; width: 100%; height: 1px; background: #000; transform: rotate(45deg);}
.btn-delete span::before{display: block;content: '';  position: absolute; width: 100%; height: 1px; background: #000;transform: rotate(-45deg);}

[class^="linebtn__"] {border: 1px solid #ccc;vertical-align: top;}
[class^="linebtn__"]:hover {background-color:#f7f7f7 !important;}
[class^="linebtn__"][class*="plus"] {width:22px;height:22px;}
[class^="linebtn__"][class*="plus"] span { display: block; position: relative;width:60%;margin:0 auto;}
[class^="linebtn__"][class*="plus"] span::after{display: block; content: ''; position: absolute; width: 100%; height: 1px; background: #000; transform: rotate(0deg);}
[class^="linebtn__"][class*="plus"] span::before{display: block;content: '';  position: absolute; width: 100%; height: 1px; background: #000;transform: rotate(-90deg);}

[class^="linebtn__"][class*="minus"] {width:22px;height:22px;}
[class^="linebtn__"][class*="minus"] span { display: block; position: relative;width:60%;margin:0 auto;}
[class^="linebtn__"][class*="minus"] span::after{display: block; content: ''; position: absolute; width: 100%; height: 1px; background: #000; transform: rotate(0deg);}


/* ========================================================
	Input / select / textarea
======================================================== */
[disabled] {cursor:not-allowed;}
[readonly] {cursor:not-allowed;}

select {height:22px;}

input[type="text"],
input[type="search"],
input[type="number"] {height:22px;padding:0 5px;}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="number"]:focus {border:1px solid #3280E6;}
input[type="text"][readonly],
input[type="search"][readonly],
input[type="number"][readonly] {background-color:#F3F3F3;}
input[type="password"] {height: 22px;  padding: 0 5px;}
input[type="radio"] + input[type="radio"] {margin-left:5px;}
input[type="checkbox"] + input[type="checkbox"] {margin-left:5px;}

.input_num {font-size: 9pt;color: #191919;height: 17px;background-color: #FFFFFF;text-align: right;border: 1px solid #ccc;}
.input_num[readonly] {background-color:#F3F3F3;}

input.border-none,
input[type="text"].border-none,
input[type="search"].border-none,
input[type="number"].border-none,
input[type="text"][readonly].border-none,
input[type="search"][readonly].border-none,
input[type="number"][readonly].border-none {border:0 !important;background-color: transparent !important;}

textarea {padding:5px;}
textarea.border-none,
textarea[readonly].border-none {border:0 !important;background-color: transparent !important;}

.form_wrap_input .__jqueryDate {width:75px;}
.form_wrap_input + .checkbox-wrap {display:inline-block;margin-top:0;margin-left:20px;}

/* 작은사이즈 */
.sm-size input[type="text"],
.sm-size input[type="search"],
.sm-size input[type="number"] {height:20px;}
.sm-size select {height:20px;}

/* textarea size */
.size50 {width:100%; height:50px !important;}
.size70 {width:100%; height:70px !important;}
.size100 {width:100%; height:100px !important;}
.size150 {width:100%; height:150px !important;}
.size200 {width:100%; height:200px !important;}
.size250 {width:100%; height:250px !important;}
.size300 {width:100%; height:300px !important;}
.size400 {width:100%; height:400px !important;}


/* ========================================================
	Table
======================================================== */
/*common */
.no-data {height:200px !important;line-height:200px !important;text-align:center !important;}
.no-data.md {height:100px !important;line-height:100px !important;}
.no-data.sm {height:50px !important;line-height:50px !important;}

thead tr+tr th:last-child{border-right: 1px solid #e1e1e1 !important;}
thead tr+tr th:last-child.brnone{border-right: none !important;}
table td.td_input {padding:0 !important;}
.info-desc {clear:both;display:block; margin-top:10px;padding-left:10px;line-height: 1.7em;}
.info-desc-top {clear:both;display:block; margin-bottom:20px;padding-left:0;line-height: 1.5em;}

.list-header {position:relative; width:100%; text-align:left;font-size:12px;margin-top:0px;padding-bottom:8px;}
.list-header .rlt_cnt, .list-btn-header .rlt_cnt {font-size:12px;color:#3280E6;font-weight:bold;padding-right:3px;}
.list-header .rlt_btn {position: absolute;right:0;top:-6px;}
.list-header .text-item {line-height:1.4em;}
.list-header .title-item {float:left;line-height:22px;font-weight:bold;}

/* 테이블 상단 txt/btn */
.list-btn-header {display:block;width:100%;margin-bottom:5px;}
.list-btn-header .txt-item {float:left;line-height:22px;}
.list-btn-header .txt-item ~ .txt-item {float:right;}
.list-btn-header .title-item {float:left;line-height:22px;font-weight:bold;}
.list-btn-header .btn-item {float:right;line-height:22px;}
.list-btn-header i {font-weight:bold;color: #3280E6;}
.list-btn-header:after{content:''; display: block; clear:both;}

/* 테이블 하단 txt/btn */
.list-btn-footer {display:block;width:100%;margin-bottom:5px;}
.list-btn-footer .txt-item {float:left;line-height:22px;}
.list-btn-footer .btn-item {float:right;line-height:22px;}
.list-btn-footer.required {margin-left:0;}
.list-btn-footer:after{content:''; display: block; clear:both;}

.titleSub_area {display:block;width:100%;font-weight:bold;margin-bottom:5px;line-height:22px;font-size:13px;}
.titleSub_area .titleSub {float:left;font-weight:bold;}
.titleSub_area .btn-item {float:right;}

.input-table + .titleSub_area {margin-top:30px;}
.detail + .titleSub_area {margin-top:30px;}
.detail + .request_solo {margin-top:30px;}
.detail + .request {margin-top:30px;}

.search-table-title {display:block;width:100%;font-weight:bold;margin-bottom:5px;line-height:22px;font-size:13px;}
.search-table-title .title-item {float:left;font-weight:bold;}
.search-table-title .txt-item {float:left;}
.search-table-title .btn-item {float:right;}
.search-table-title .sub {font-weight:normal;margin-left:10px;}
.search-table-title em {font-weight:normal;}
.search-table-title:after{content:''; display: block; clear:both;}

.search-table{border-top:1px solid #e1e1e1;margin-bottom:20px;}
.search-table table{width:100%;table-layout:fixed}
.search-table table td,
.search-table table th{padding:4px 6px 4px;border-bottom:1px solid #e1e1e1;}
.search-table table th{font-size:12px;color:#191919;background-color:#f7f7f7;text-align:left;height:30px;font-weight:bold;padding-left:10px;}
.search-table table th span {font-weight:bold;}
.search-table.sm-size{margin-bottom:10px;}
.search-table.sm-size td, th {padding:5px 8px 5px;}
.search-table.sm-size th {height:25px;}
.search-table .in-table {padding:0;}
.search-table .in-table td,
.search-table .in-table th {border-bottom:0;}
.search-table .td-line {border-left:1px solid #e1e1e1}
.search-top-btn {display:block;width:100%;margin-bottom:5px;text-align:right;margin-top:0;}
.search-top-btn .txt-item {float:left;line-height:22px;}
.search-top-btn .title-item {float:left;line-height:22px;font-weight:bold;}
.search-top-btn .title-item em {font-weight:normal;}
.search-top-btn .btn-item {float:right;line-height:22px;}
.search-top-btn:after{content:''; display: block; clear:both;}
.search-top-btn ~ .search-table {clear:both;margin-top:5px;}

.add-table{border-top:1px solid #666;margin-top:20px;}
.add-table table{width:100%;table-layout:fixed}
.add-table table td,
.add-table table th{padding:7px 5px;border-bottom:1px solid #e1e1e1}
.add-table table th{font-size:12px;color:#222;background-color:#f7f7f7;font-weight:bold;}

.data-table-title {display:block;width:100%;font-weight:bold;margin-bottom:5px;line-height:22px;}
.data-table-title .txt-item {float:left;}
.data-table-title .btn-item {float:right;}
.data-table-title:after{content:''; display: block; clear:both;}
.data-table-title + .data-table {margin-top:0;}
.data-table{border-top:1px solid #e1e1e1;margin-top:10px;}
.data-table table{width:100%;table-layout:fixed}
.data-table table td{padding:4px 6px;border-bottom:1px solid #e1e1e1;word-break: break-all;}
.data-table table th{padding:7px 12px;border-bottom:1px solid #e1e1e1;word-break: break-all;line-height: 16px;}
.data-table table th{font-size:12px;color:#222;background-color:#f7f7f7;text-align:left;font-weight:bold;}
.data-table table thead th {text-align:center;font-weight:bold;}
.data-table table tbody th {background-color:#f7f7f7;font-weight:bold;}
.data-table .row_th {border-right:1px solid #e1e1e1 !important;}
.data-table table th:not(:first-child),
.data-table table td:not(:first-child) {border-left:1px solid #e1e1e1;}
.data-table table .in_input {padding:3px 12px 2px;}
.data-table .td-total th,
.data-table .td-total th span,
.data-table .td-total td,
.data-table .td-total td span{background-color: #ebf4fb;color: #333333;font-weight: bold;}
.search-top-btn ~ .data-table {clear:both;margin-top:5px;}

.input-table-title {display:block;width:100%;font-weight:bold;margin-bottom:5px;line-height:22px;font-size:13px;}
.input-table-title .title-item {float:left;font-weight:bold;}
.input-table-title .txt-item {float:left;}
.input-table-title .btn-item {float:right;}
.input-table-title .sub {font-weight:normal;margin-left:10px;}
.input-table-title em {font-weight:normal;}
.input-table-title:after{content:''; display: block; clear:both;}

.input-table-btm {display:block;width:100%;font-weight:bold;line-height:22px;font-size:13px;margin-top:-10px;}
.input-table-btm .title-item {float:left;font-weight:bold;}
.input-table-btm .txt-item {float:left;}
.input-table-btm .btn-item {float:right;}
.input-table-btm .sub {font-weight:normal;margin-left:10px;}
.input-table-btm em {font-weight:normal;}
.input-table-btm:after{content:''; display: block; clear:both;}

.input-table{border-top:1px solid #e1e1e1;margin-bottom:30px;}
.input-table .msg {margin-left:10px;}
.input-table table{width:100%;table-layout:fixed}
.input-table table td,
.input-table table th{height:30px; line-height: 16px;padding:3px 8px 4px;border-bottom:1px solid #e1e1e1;color:#191919;line-height: 16px;}
.input-table table th,
.input-table table th > * {font-size:12px;color:#191919;background-color:#f5f5f5;text-align:left;font-weight:bold;line-height: 16px;}
.input-table table th .radiobox-wrap {background-color:transparent;}
.input-table table th + th {border-left: 1px solid #e1e1e1;}
/* .input-table table td + td {border-left: 1px solid #e1e1e1;} 210719수정(판매생성 TD line 나오는 부분 제거) */
.input-table table .bg-point {border-left:0 !important;}
.input-table table .th_point {background-color:#ebf2ff;border-bottom:1px solid #cccccc !important;}
.input-table table [rowspan] + th{ border-left: none;}
.input-table table [rowspan]{border-right: 1px solid #e1e1e1;}
.input-table.border-line th,
.input-table.border-line td {border-right:1px solid #e1e1e1 !important;text-align:center;line-height: 16px; }
.input-table.border-line.text-left th,
.input-table.border-line.text-left td {text-align:left;}
.input-table.border-line th:last-child,
.input-table.border-line td:last-child {border-right:0 !important;}
.input-table .row_th {border-right:1px solid #e1e1e1 !important;}
.input-table .border-left-none {border-left:0;}
.input-table .border-right-none {border-right:0;}
.input-table .border-lr-none {border-left:0 !important;border-right:0 !important;}
.input-table .td-total td,
.input-table .td-total th {background-color: #ebf4fb;color: #333333;font-weight: bold;}
.input-table .in-table-fix {padding:0 !important;}
.input-table .in-table-fix thead th {background-color: #ebf4fb;}
.input-table .in-table-fix tbody td {border-bottom:0;}
.input-table tbody td > table tr:last-child td {border-bottom:0;}
.input-table .multi-line {white-space: normal;word-break: break-all;}
.input-table .noti {padding:0;border:1px solid #e1e1e1;height:auto;}
.input-table .for {float:right;}
.input-table .bbs {height:150px;vertical-align: top;padding-top:20px;padding-bottom:20px;}


/* ========================================================
	기존 테이블 스크롤 사용
======================================================== */
.list-fixed-wrap {clear:both;width:100%;border-top:1px solid #222222;}
.list-fixed-wrap:after{content:''; display: block; clear:both;}
.list-fixed-wrap + .list-fixed-wrap {margin-top:30px;}
.list-fixed-wrap > table > tbody > tr > td  {vertical-align:top;}
.list-fixed-wrap.gubun-line {border-left:1px solid #aaa;}

.list-fixed-table {width:100%;table-layout:fixed;}
.list-fixed-table thead th {font-size:12px;height:31px;line-height:1.2em;color:#191919;font-weight:bold;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;background:#f7f7f7;padding:3px 0 4px;}
.list-fixed-table thead th * {font-size:12px;color:#191919;font-weight:bold;}
.list-fixed-table thead.size_sm th,
.list-fixed-table thead.size-sm th {height:30px;}
.list-fixed-table tbody th,
.list-fixed-table tbody td {font-size:12px;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;padding:6px 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height:18px;}
.list-fixed-table tbody th {background:#f7f7f7;}
.list-fixed-table thead th:last-child,
.list-fixed-table thead td:last-child,
.list-fixed-table tbody th:last-child,
.list-fixed-table tbody td:last-child {border-right: none;}
.list-fixed-table tbody + tbody tr:first-child td {border-top:2px solid #e1e1e1;}
.list-fixed-table .row_th {border-right:1px solid #e1e1e1 !important;}
.list-fixed-table .point {background-color:#eaf2fc !important;}
.list-fixed-table .point2 {background-color:#c4e4ff !important;}
.list-fixed-table input[type="checkbox"] {width:12px;height:12px;vertical-align:middle;}
.list-fixed-table.scroll-border thead th:last-child,
.list-fixed-table.scroll-border tbody th:last-child,
.list-fixed-table.scroll-border tbody td:last-child {border-right:1px solid #e1e1e1;}

.list-fixed-table.scroll-border-left thead th:first-child,
.list-fixed-table.scroll-border-left tbody th:first-child,
.list-fixed-table.scroll-border-left tbody td:first-child {border-left:1px solid #e1e1e1;}

.list-fixed-table tr:nth-of-type(even) {background: #fafbfc;} /* background-color */
.list-fixed-table.no-even tr:nth-of-type(even) {background:transparent !important;} /* background-color */
.list-fixed-table.input-text td {height:39px;}
.list-fixed-table.input-text tr:first-child td {height:38px;}
.list-fixed-table .in-table {padding:0;}
.list-fixed-table .td-total,
.list-fixed-table .td-total th,
.list-fixed-table .td-total th span,
.list-fixed-table .td-total td,
.list-fixed-table .td-total td span{background-color: #ebf4fb;color: #333333;font-weight: bold;}
.list-fixed-table .cell-col1 td{background-color: #eeeeee;color: #333333; font-weight: bold;}
.list-fixed-table .cell-col2 td {background-color: #f3f3f3;}
.list-fixed-table .cell-col3 td {background-color: #f7f7f7;}
.list-fixed-table .cell-col4 {background-color: #ebf4fb;color: #333333;font-weight: bold;}
.list-fixed-table .cell-col5 td {background-color: #ebf4fb;}
.list-fixed-table .cell-col6 td {background-color: #ffebeb;}
.list-fixed-table .cell-col7 td {background-color: #faf8e0;}
.list-fixed-table .calendar_bg1 {background-color:#336699;color:#fff;}
.list-fixed-table .calendar_bg2 {background-color:#FFAA99;color:#FF2A00;}
.list-fixed-table .calendar_bg3 {background-color:#3399CC;color:#fff;}
.list-fixed-table .select {background-color:#f2e8ff;}

.list-fixed-table.mutil-line tbody td {white-space:normal;word-break:break-all;}
.list-fixed-table.last thead th:last-child, .list-fixed-table.last thead td:last-child, .list-fixed-table.last tbody th:last-child, .list-fixed-table.last tbody td:last-child{padding-right: 20px;}

.list-fixed-table.sm-size td,
.list-fixed-table.sm-size th {height:25px;padding:3px 5px 4px;}
.list-fixed-table .mutil-line {white-space:normal;}
.list-fixed-table .multi-line {white-space:normal;}
.list-fixed-table .in-table-fix {padding:0;}
.list-fixed-table .in-table-fix thead th {background-color: #ebf4fb;}
.list-fixed-table .in-table-fix tbody td {border-bottom:0;}
.list-fixed-table thead.sm-size th {height:25px;padding:3px 5px 4px;}


/* ========================================================
	ui close
======================================================== */
.ui-close{position:absolute; width:15px; height:15px; border:0; background:transparent; transition:.3s; top:30px; right:30px; }
.ui-close:before,
.ui-close:after{content:''; position:absolute; top:50%; left:50%; width:24px; height:1px; margin-left:-12px; background:#000; }
.ui-close:before{ -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg); }
.ui-close:after{ -o-transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.ui-close:hover{ -o-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); transform:rotate(180deg); }


/* ========================================================
	check/radio
======================================================== */
/*
.checkbox-wrap { cursor:pointer;display: inline-block;vertical-align:middle;margin-right:10px;line-height: 1.5em;}
.checkbox-wrap em {position:relative;display:inline-block; padding-left:20px; vertical-align: middle; color:#222;}
.checkbox-wrap input[type=checkbox] {display:none;}
.checkbox-wrap input[type=checkbox] + em:before {position: absolute;top: 2px;left: 0;display: inline-block;width:12px;height:12px;content: '';border: 1px solid #ccc;}
.checkbox-wrap input[type=checkbox]:checked + em:before {border: 1px solid #3280E6;background: #3280E6;}
.checkbox-wrap input[type=checkbox]:checked + em:after {position: absolute;content: '';top:50%;left:2px;transform: translateY(-50%);width:10px;height:9px;background-image:url('../images/ico_checkbox.svg');background-size:100% 100%;}

.sm-font *{font-size: 10px;}
.checkbox-wrap.sm-font{line-height: 1;}
.checkbox-wrap.sm-font em{ padding-left: 18px;}
.checkbox-wrap.sm-font input[type=checkbox] + em:before{width: 10px; height: 10px;top: 2px;}
.checkbox-wrap.sm-font input[type=checkbox]:checked + em:after{width: 5px; height: 7px;}

.radiobox-wrap {position: relative; vertical-align:middle;cursor:pointer; margin-right:10px;}
.radiobox-wrap em {display:inline-block; padding-left:20px; vertical-align: middle; color:#222;}
.radiobox-wrap input[type=radio] {display:none;}
.radiobox-wrap input[type=radio] + em:before{position: absolute; top: 3px; left: 0; display: inline-block; width: 12px; height: 12px; content: ''; border: 1px solid #ccc; border-radius: 50%;}
.radiobox-wrap input[type=radio]:checked + em:after{position: absolute; content: ''; transform: translate(-50%,-50%); top: 10px; left: 7px; width: 6px; height: 6px; border-radius: 50%; background: #fff;}
.radiobox-wrap input[type=radio]:checked + em:before {background: #4085ec; border: 1px solid #4085ec;}
.radiobox-wrap:last-child {margin-right:0;}

.checkbox-wrap input[type=checkbox]:checked:disabled + em:before {border: 1px solid #ddd;background: #ddd;cursor: not-allowed;}
.checkbox-wrap input[type=checkbox]:disabled + em ,.radiobox-wrap  input[type=radio]:disabled + em {color: #555; cursor: not-allowed;}
.checkbox-wrap input[type=checkbox]:disabled + em:before {border: 1px solid #eee; cursor: not-allowed;}
.radiobox-wrap input[type=radio]:checked:disabled + em:before {border: 1px solid #ddd;background: #ddd;cursor: not-allowed;}
.radiobox-wrap input[type=radio]:disabled + em:before {border: 1px solid #eee; cursor: not-allowed;}
*/

.checkbox-wrap { cursor:pointer;display: inline-block;vertical-align:middle;margin-right:10px;line-height: 1.5em;}
.checkbox-wrap em {position:relative;display:inline-block; padding-left:20px; vertical-align: top; color:#222;}
.checkbox-wrap input[type=checkbox] {display:none;}
.checkbox-wrap input[type=checkbox] + em:before {position: absolute;top: 2px;left: 0;display: inline-block;width:12px;height:12px;content: '';border: 1px solid #ccc;}
.checkbox-wrap input[type=checkbox]:checked + em:before {border: 1px solid #3280E6;background: #3280E6;}
.checkbox-wrap input[type=checkbox]:checked + em:after {position: absolute;content: '';top:9px;left:2px;transform: translateY(-50%);width:10px;height:9px;background-image:url('../images/ico_checkbox.svg');background-size:100% 100%;}
input[type=checkbox] {width:14px;height:14px;border: 1px solid #ccc !important;background:#fff;}

.sm-font *{font-size: 10px;}
.checkbox-wrap.sm-font{line-height: 1;}
.checkbox-wrap.sm-font em{ padding-left: 18px;}
.checkbox-wrap.sm-font input[type=checkbox] + em:before{width: 10px; height: 10px;top: 2px;}
.checkbox-wrap.sm-font input[type=checkbox]:checked + em:after{width: 5px; height: 7px;}

.radiobox-wrap {position: relative; vertical-align:middle;cursor:pointer; margin-right:10px;}
.radiobox-wrap em {display:inline-block; padding-left:20px; vertical-align: top; color:#222;}
.radiobox-wrap input[type=radio] {display:none;}
.radiobox-wrap input[type=radio] + em:before{position: absolute; top: 2px; left: 0; display: inline-block; width: 12px; height: 12px; content: ''; border: 1px solid #ccc; border-radius: 50%;}
.radiobox-wrap input[type=radio]:checked + em:after{position: absolute; content: ''; transform: translate(-50%,-50%); top: 9px; left: 7px; width: 6px; height: 6px; border-radius: 50%; background: #fff;}
.radiobox-wrap input[type=radio]:checked + em:before {background: #4085ec; border: 1px solid #4085ec;}
.radiobox-wrap:last-child {margin-right:0;}

.checkbox-wrap input[type=checkbox]:checked:disabled + em:before {border: 1px solid #ddd;background: #ddd;cursor: not-allowed;}
.checkbox-wrap input[type=checkbox]:disabled + em ,.radiobox-wrap  input[type=radio]:disabled + em {color: #555; cursor: not-allowed;}
.checkbox-wrap input[type=checkbox]:disabled + em:before {border: 1px solid #eee; cursor: not-allowed;}
.radiobox-wrap input[type=radio]:checked:disabled + em:before {border: 1px solid #ddd;background: #ddd;cursor: not-allowed;}
.radiobox-wrap input[type=radio]:disabled + em:before {border: 1px solid #eee; cursor: not-allowed;}

/* ========================================================
	tab
======================================================== */
/* ui tabs */
.tap-wrap {display:block;margin-top:20px;}
.c-tab__cta {position: relative;display: table;width: 100%;font-size:0;text-align: left;margin-bottom: 15px;margin-top:0;}
.c-tab__cta:after {content: '';display: block;width: 100%;height: 1px;background-color: #191919;position: absolute;bottom: 0px;}
.c-tab__cta .cta {position: relative;height: 30px;margin-right: 0;z-index: 0;min-width:85px;color:#505050;}
.c-tab__cta .cta:not(:first-child) {margin-left: -1px;}
.c-tab__cta .cta:hover {background-color: transparent;}
.c-tab__cta .cta:focus,
.c-tab__cta .cta.is-active {z-index: 1;}
.c-tab__cta .cta.is-active {font-weight: 700;color: #191919;background-color: #fff;border: 1px solid #191919;border-bottom:1px solid #fff;}
.c-tab__cta .c-tab__btn {float:right;}

.c-tab__item {display: inline-block;}
.c-tab__panel {display: none;}
.c-tab__panel.is-active {display: block;}
.cta {border: 1px solid #e1e1e1;padding: 0 10px;min-width: 60px;height: 23px;font-size: 12px;display: inline-block;vertical-align: top;margin: 0;background: #ffffff;line-height: 23px;text-align: center;}
.cta {margin-right: 3px;}
.cta:last-child {margin-right: 0;}
.cta.is-active {background-color: #386dae;color: #fff;border: 1px solid #386dae;}


/* ========================================================
	Loading
======================================================== */
#loading {display: none;}
#loading .spinner {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	border: 6px solid #ffffff;
	border-top-color: #2189ff ;
	animation: spinner .8s ease infinite;
}
@keyframes spinner {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}


/* ====================================================
	Error
======================================================*/
.error-wrap {position:absolute;top:0;left:0;bottom:0;right:0;background-color:#fff;}
.error-con {position:relative;}
.error-msg {position:absolute; top:50%;left:50%;text-align:center;transform:translate(-50%,-50%);}
.error-msg:before {content:'';position: relative;}
.error-msg:after {content:''; position:absolute;top:-66px;left:50%;margin-left:-24px;width:48px;height:48px;background-image:url('../images/icon_error.png');background-size:100% 100%;}
.error-msg dt {font-size:22px;color:#191919;font-weight:bold;line-height: 1.32;letter-spacing: -0.44px;}
.error-msg dd {padding-top:15px;font-size:13px;color:#191919;line-height: 1.31;}
.error-msg dd p {margin-top:20px;}


/* ========================================================
	Calendar close, today hidden
======================================================== */
.ui-datepicker {width: 17em;padding: .2em .2em 0;display: none;z-index:100 !important;}
.ui-datepicker .ui-datepicker-header {position: relative;padding: .2em 0;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {position: absolute;top: 2px;width: 1.8em;height: 1.8em;}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {top: 1px;}
.ui-datepicker .ui-datepicker-prev {left: 2px;}
.ui-datepicker .ui-datepicker-next {right: 2px;}
.ui-datepicker .ui-datepicker-prev-hover {left: 1px;}
.ui-datepicker .ui-datepicker-next-hover {right: 1px;}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {display: block;position: absolute;left: 50%;margin-left: -8px;top: 50%;margin-top: -8px;}
.ui-datepicker .ui-datepicker-title {margin: 0 2.3em;line-height: 1.8em;text-align: center;}
.ui-datepicker .ui-datepicker-title select {font-size:12px;margin: 1px 0;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {width: 45%;}
.ui-datepicker table {width: 100%;font-size: .9em;border-collapse: collapse;margin: 0 0 .4em;}
.ui-datepicker th {padding: .7em .3em;text-align: center;font-weight: bold;border: 0;}
.ui-datepicker td {border: 0;padding: 1px;}
.ui-datepicker td span,
.ui-datepicker td a {display: block;padding: .3em;text-align: right;text-decoration: none;}
.ui-datepicker .ui-datepicker-buttonpane {background-image: none;margin: .7em 0 0 0;padding: 0 .2em;border-left: 0;border-right: 0;border-bottom: 0;}
.ui-datepicker .ui-datepicker-buttonpane button {float: right;margin: .5em .2em .4em;cursor: pointer;padding: .2em .6em .3em .6em;width: auto;overflow: visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float: left;}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {width: auto;}
.ui-datepicker-multi .ui-datepicker-group {float: left;}
.ui-datepicker-multi .ui-datepicker-group table {width: 95%;margin: 0 auto .4em;}
.ui-datepicker-multi-2 .ui-datepicker-group {width: 50%;}
.ui-datepicker-multi-3 .ui-datepicker-group {width: 33.3%;}
.ui-datepicker-multi-4 .ui-datepicker-group {width: 25%;}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {border-left-width: 0;}
.ui-datepicker-multi .ui-datepicker-buttonpane {clear: left;}
.ui-datepicker-row-break {clear: both;width: 100%;font-size: 0;}

/* Icons */
.ui-icon {width: 16px;height: 16px;}
.ui-datepicker .ui-icon {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;left: .5em;top: .3em;}

button.ui-datepicker-close {display: none;}
button.ui-datepicker-current {display: none;}
.ui-datepicker-current .ui-state-default .ui-priority-secondary .ui-corner-all button {float: right;}
.ui-datepicker-trigger {margin-left: 5px;margin-top: 0;cursor: pointer;background-image:url('../images/Icon_date.svg');background-size:100% 100%;width:16px;height:16px;color:transparent !important;}


/* calendar overwrite */
.ui-corner-all {border-radius: 0;}
.ui-datepicker {padding: 0 4px;border-color: #e1e1e1;background: #fff;border: 1px solid #e1e1e1;margin-top:2px;}
.ui-datepicker * {line-height:1;}
.ui-datepicker .ui-datepicker-header {background: #f7f7f7;border-width: 0 0 1px 0;border-color: #e1e1e1;padding: 8px;margin: 0 -4px;border-bottom:1px solid #e1e1e1;}
.ui-datepicker .ui-datepicker-title {width: 100%;margin: 0;}
.ui-datepicker .ui-datepicker-title select {font-size: 12px;font-weight: 400;height:auto;}
.ui-datepicker .ui-datepicker-title select + select {margin-left: 10px;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {width: 30%;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {width: 30%;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {border: none;cursor:pointer;}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {background: transparent;}
.ui-datepicker .ui-datepicker-prev:hover span,
.ui-datepicker .ui-datepicker-next:hover span {background-position: 50% 50%;}
.ui-datepicker .ui-datepicker-prev span {background: url(../images/calender_before.svg) no-repeat 50% 50%;}
.ui-datepicker .ui-datepicker-next span {background: url(../images/calender_next.svg) no-repeat 50% 50%;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {position: absolute;top: 8px;}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {top: 8px;}
.ui-datepicker .ui-datepicker-prev {left: 0;}
.ui-datepicker .ui-datepicker-next {right: 0;}
.ui-datepicker .ui-datepicker-calendar {padding: 0 3px;border-spacing: 0;}
.ui-datepicker .ui-datepicker-calendar th {padding-left: 0;padding-right: 0;font-size: 10px;font-weight: 400;}
.ui-datepicker .ui-datepicker-calendar td {padding: 0;font-size: 11px;}
.ui-datepicker .ui-state-default {background: #fff;border: solid 1px #fff;text-align: center;font-weight: 400;}
.ui-datepicker .ui-state-default:hover {border: solid 0px #e1e1e1;background-color: #efefef;}
.ui-datepicker .ui-state-active {color:#fff;background: #4085ec;}
.ui-datepicker .ui-state-active:hover {background-color: #333;border-color: #386dae;}
.ui-datepicker .ui-datepicker-week-end:first-child {color: #f31a37;}
.ui-datepicker .ui-datepicker-week-end:first-child a {color: #f31a37;}
.ui-datepicker .ui-datepicker-week-end:first-child a.ui-state-active {color:#fff;}
.ui-datepicker .ui-datepicker-buttonpane {margin: 0 -4px;display: -webkit-box;display: -ms-flexbox;display: flex;background-color: #f7f7f7;border-top: 1px solid #e1e1e1;}
.ui-datepicker .ui-datepicker-buttonpane button {margin: 0;background: transparent;width: 50%;height: 23px;float: none !important;border: none;color: #333;padding: 0;font-size: 11px;font-weight: 400;}
.ui-datepicker .ui-datepicker-buttonpane button:hover {background: transparent;border: none;color: #333;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-custom-today {border-left: 1px solid #e1e1e1;}
.ui-datepicker .ui-datepicker-today .ui-state-default {background-color:#f9d536;color:#fff;}


/* ====================================================
	Paging
======================================================*/
.pagination-wrap {display:block;width:100%;text-align:center;}
.pagination {display: inline-block;padding-left: 0;margin: 10px 0;border-radius: 4px;}
.pagination>li {display: inline;}
.pagination>li>a,
.pagination>li>span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857143;text-decoration: none;color: #555555;background-color: #fff;margin-left: -1px;}
.pagination>li:first-child>a,
.pagination>li:first-child>span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination>li:last-child>a,
.pagination>li:last-child>span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {color: #333333;background-color: #eee;border-color: #ddd;}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {z-index: 2;color: #3280E6; font-weight: bold; cursor: default;border:1px solid #3280E6;background-color:#fff;}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {color: #999;background-color: #fff;border-color: #ddd;cursor: not-allowed;}

.pagination .item-first{min-height:31px;min-width:31px; background: url(../images/icon-paging-first.svg) no-repeat center;fill: red;}
.pagination .item-pre{position: relative; min-height:31px;min-width:31px; background: url(../images/icon-paging-before.svg) no-repeat center;}
.pagination .item-next{ min-height:31px;min-width:31px; background: url(../images/icon-paging-next.svg) no-repeat center;}
.pagination .item-last{position: relative; min-height:31px;min-width:31px; background: url(../images/icon-paging-end.svg) no-repeat center;}
.pagination .disabled a[class^="item-"]:before {content:'';position: absolute;top:0;left:0;right:0;bottom:0; background-color:#fff;opacity: 0.8;}



/* ========================================================
	Flex
======================================================== */
.dp_flex{display: flex; justify-content: space-between;}
.dp_flex_around{display: flex;justify-content: space-around ;}
.w240px{width:240px !important;}
.flex-end{ align-self: flex-end;}
.flex-start{ align-self: flex-start;}


/* ====================================================
	ETC
======================================================*/
.half-vertical{display: flex; justify-content: space-between;}
.half-vertical>div{ width: calc(50% - 10px);}
.half-vertical.type02>div{ width: calc(48% - 10px);}
.half-vertical.type03>div:first-child{ width: calc(70% - 10px);}
.half-vertical.type03>div:last-child{ width: calc(30% - 10px);}
.half-vertical.type04>div:first-child{ width: calc(60% - 10px);}
.half-vertical.type04>div:last-child{ width: calc(40% - 10px);}

/* step */
.step-warp { display:block; margin-top:50px;}
.step-warp:after{content:''; display: block; clear:both;}
.step-warp li { float:left; position: relative; padding-left:92px;}
.step-warp li:before {content:''; position: absolute; top:15px; left:43px; width:14px; height:20px; background-size: 100% 100%; background-image:url('../images/ico_step_arrow.png'); background-repeat: no-repeat; background-position: center center; }
.step-warp li:first-child {margin-top:0; margin-left:100px; padding-left:0;}
.step-warp li:first-child:before {background:none;}
.step-warp div { display:table-cell;width:132px;height:50px;font-size:13px; border-radius:66px;border:2px solid #efefef;background-color:#efefef;text-align:center;vertical-align:middle;}
.step-warp div.act {background-color:#0071bf;color:#fff; border: 2px solid #0071bf;}

/* member */
.join_content {width:1000px;margin:0 auto;}
.join_content .title {margin-top:20px;}
.join_content .title h3 {font-size:20px;font-weight:bold;}
.join_content .titleSub_area {clear:both;width:100%;margin-top:30px;margin-bottom:10px;}
.join_content .titleSub {font-size:14px;font-weight:bold;}
.join_content .detail {margin-bottom:20px;}
.join_content .detail .comment {margin-top:5px;}
.join_content section {padding-bottom:30px;}

.detail .table_box .content {overflow:auto;padding:10px;}
.detail .sch_comment {margin-top:5px;}
.detail .sch_comment span {color:#FC6363 !important;}
.detail .complete_b {text-align:center;font-size:16px;margin:80px 0 30px;font-weight: bold;}
.detail .complete {text-align:center;line-height:20px}
.detail + .btn-warp {margin-top:30px;}
.btn-warp + .titleSub_area {margin-top:70px;}


.agreem dl>dt {font-size:13px;padding:10px 0;line-height:16px;font-weight:bold;}
.agreem dl>dd {line-height:18px;padding:10px 0;font-size:12px;font-weight:normal}
.agreem dl>dd>dl {padding-left:30px}
.agreem dl>dd>dl>dt  {line-height:18px;padding:5px 0;font-size:12px;font-weight:normal}
.agreem dl>dd>dl>dd  {line-height:18px;padding:5px 0;font-size:12px;font-weight:normal;padding-left:30px}


.titleSub_area {display:block;width:100%;font-weight:bold;margin-bottom:5px;line-height:22px;font-size:13px;}
.titleSub_area .titleSub {float:left;font-weight:bold;}
.titleSub_area .txt-item {float:left;}
.titleSub_area .btn-item {float:right;}
.titleSub_area .sub {font-weight:normal;margin-left:10px;}
.titleSub_area em {font-weight:normal;}
.titleSub_area:after{content:''; display: block; clear:both;}

.page_docu {margin-top:50px;}


/* ========================================================
	Login
======================================================== */
.login_body {width:100%;background-color:#f2f2f2;}
.login_body .content {position: relative; width:100%;height:calc(100% - 54px - 100px);padding:30px 0;}
.login_body footer {position:fixed;bottom:0;width:100%;height:100px;border-top:1px solid #d8d8d8;padding:0 162px;background-color:#f2f2f2;text-align:left;}
.login_body footer .copyright {width:100%;margin-top:15px;font-size:11px;color:#707070;}
.site-link {margin-top:20px;font-size:0;}
.site-link li {display:inline-block;position:relative;line-height:15px;}
.site-link li:not(:first-child) {padding-left:14px;}
.site-link li:not(:first-child):after {content:'';position:absolute;top:0;left:7px;width:1px;height:15px;background-color:#ccc;}
.site-link li a {font-size:12px;color:#191919;text-decoration:none;}
.site-link li a:hover {text-decoration: underline;}

.login-header {width:100%;height:54px;line-height:54px;border-bottom:solid 1px #f2f2f2;background-color:#fff;}
.login-header h1 {display:inline-block;}
.login-header img {display:inline-block;height:12px;vertical-align:baseline;margin-left:25px;}
.login-header span {display:inline-block;font-size: 13px;color: #152aa1;font-weight:bold;}

.login-wrap{width:100%; height: 100%; display: flex; align-items:center;overflow:auto;}
.login-section{width:504px; height: auto; margin: 0 auto;}
.login-box{width: 504px; height: 512px; background: #fff;display: flex; justify-content: center;}
.login-box * {color: #191919;}
.login-input-wrap{padding: 60px 72px 0;}
.login-input-wrap h2{text-align: center; font-size: 30px; line-height: 1.33; font-weight: bold;}

.login-form {margin-top: 49px;margin-bottom: 38px;}
.login-form .dp-flex {vertical-align: middle;}
.login-form .dp-flex a {font-size:14px;color:#191919;text-decoration: none;line-height:18px;}
.login-form .dp-flex a:hover {text-decoration: underline;}
.login-form .checkbox-wrap em{margin-left: 0;font-size: 14px; vertical-align: middle; line-height: 1.3;}

.input-item{padding: 0 0 20px;}
.input-item input::placeholder{color: #ccc;font-size: 13px;}
.input-item input:-ms-input-placeholder {color: #ccc !important;}
.input-item input:focus{border: 1px solid #4085ec;}
.input-item input{height:40px;padding: 10px 14px; font-size: 13px;color: #191919}
.input-item input + input{margin-top: 10px;}

.login-btn-wrap {text-align: center;}
.login-btn-wrap p {position:relative;text-align:center;width:100%;height:60px;line-height:60px;}
.login-btn-wrap p > em {position:relative;display:inline-block;padding:0 8px;background-color:#fff;font-size:14px;color:#a3a5a7;}
.login-btn-wrap p:before {content:'';width:100%;height:1px;position:absolute;top:50%;left:0;background-color:#e1e1e1;}

.btn-login{width: 220px; height: 44px; line-height: 44px; color: #fff; background: #191919; border-radius: 21px;}
.btn-login:hover{background: #4085ec;transition: all 0.2s ease;}
.btn-login:disabled {opacity:0.1;cursor: not-allowed;}
.btn-login:disabled:hover {background: #191919;}

.btn-member{width: 220px; height: 44px; line-height: 44px; color: #191919; background: #fff; border-radius: 21px;border:1px solid #191919;}
.btn-member:hover{background: #eee;transition: all 0.2s ease;}
.btn-member:disabled {opacity:0.1;cursor: not-allowed;}
.btn-member:disabled:hover {background: #191919;}

.dp-flex{display: flex !important;  justify-content: space-between !important;}



/* ====================================================
	layer-pop
======================================================*/
.layer-pop{display:none; position:fixed;left:0 !important;top:0 !important;width:100%;height:100%;text-align:center;}
.layer-pop.show{display:block;}
.layer-pop:before{content:'';display:inline-block;height:100%;vertical-align:middle;}
.layer-wrap{display:inline-block;width:400px;overflow:hidden;vertical-align:middle;background:#fff;position:relative;z-index:1;}
.layer-wrap.w300 {width:300px;}
.layer-wrap.w350 {width:350px;}
.layer-wrap.w400 {width:400px;}
.layer-wrap.w450 {width:450px;}
.layer-wrap.w500 {width:500px;}
.layer-wrap.w550 {width:550px;}
.layer-wrap.w600 {width:600px;}
.layer-wrap.w650 {width:650px;}
.layer-wrap.w700 {width:700px;}
.layer-wrap.w750 {width:750px;}
.layer-wrap.w800 {width:800px;}
.layer-wrap.w900 {width:900px;}
.layer-wrap.w1000 {width:1000px;}
.layer-wrap.w1200 {width:1190px;}
.layer-wrap.w100p {width:100%;}
.layer-title{padding:20px 20px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.layer-title span{font-size:22px; color: #000000; font-weight: bold;line-height: 1.33;}
.layer-title em {font-weight:normal;font-size:15px;color:#999;margin-left:5px;}
.layer-content{padding: 0 20px 20px; text-align: left;max-height:75vh;overflow:auto;line-height:1.5;word-break: break-all;}
.layer-btn-wrap{padding: 0 20px 20px;text-align: right;}
.layer-btn-wrap button{min-width: 50px; height: 24px; line-height: 22px;padding: 0 7px;}
.btn-white{border: 1px solid #ccc; background: #fff; color: #191919;}
.btn-black{background: #555; color: #fff;  border: 1px solid #555; }
.btn-black:hover { border: 1px solid #4085EC;background: #4085EC;}

.layer-close{position:absolute;right:24px;top:24px;width:20px;height:20px;}
.layer-close span { display: block; position: relative;}
.layer-close span::after{display: block; content: ''; position: absolute; width: 100%; height: 1px; background: #000; transform: rotate(45deg);}
.layer-close span::before{display: block;content: '';  position: absolute; width: 100%; height: 1px; background: #000;transform: rotate(-45deg);}

ul.table-list {width:100%;}
ul.table-list:after{content:''; display: block; clear:both;}
ul.table-list li {position:relative; display:table;width:100%;border:1px solid #ebebeb;padding:10px 0;}
ul.table-list li:not(:first-child) {margin-top:24px;}
ul.table-list li:not(:first-child):before {content:'';position:absolute;width:13px;height:8px;top:-17px;left:50%;transform: translateX(-50%);background-image:url('../images/icon_arrow_dn.png');background-repeat:no-repeat;background-size:100% 100%;}
ul.table-list li > div {display:table-cell;vertical-align:middle;}
ul.table-list .num {display:inline-block;width:24px;height:24px;background-color:#3c3c3c;font-size:14px;color:#fff;font-weight:bold;text-align:center;border-radius:50%;margin:0 20px;}
ul.table-list .item-title {width:380px;font-size:14px;color:#000000;font-weight:bold;line-height: 1.57;letter-spacing: -0.7px;}
ul.table-list .item-desc {font-size:14px;color: #707070;line-height: 1.86;letter-spacing: -0.7px;}
ul.table-list .item-btn {text-align:right;padding-right:20px;}


/* ====================================================
	iframe-pop
======================================================*/
.iframe-pop{display:none; position:fixed;left:0 !important;top:0 !important;width:100%;height:100%;}
.iframe-pop.show{display:block;}
.iframe-pop:before{content:'';display:inline-block;height:100%;vertical-align:middle;}
.iframe-wrap{position:fixed;top:0;left:0;bottom:0;right:0;display:inline-block;overflow:hidden;width:100%;height:100%;vertical-align:middle;background:#fff;z-index:1;}
.iframe-title{padding:20px 20px 20px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.iframe-title span{font-size:22px; color: #000000; font-weight: bold;line-height: 1.33;}
.iframe-title em {font-weight:normal;font-size:15px;color:#999;margin-left:5px;}
.iframe-content{padding: 0 20px 20px;max-height:calc(100% - 124px);overflow:auto;line-height:1.5;word-break: break-all;}
.iframe-content .input-table {margin-bottom:0;}
.iframe-btn-wrap{padding: 10px 20px 20px;text-align: right;}
.iframe-btn-wrap button{min-width: 50px; height: 24px; line-height: 22px;padding: 0 7px;}
.iframe-btn-wrap a {display:inline-block;min-width: 50px; height: 24px; line-height: 22px;padding: 0 7px;text-align:center;text-decoration:none;}
.btn-white{border: 1px solid #ccc; background: #fff; color: #191919 !important;}
.btn-white:hover {background-color:#f7f7f7 !important;}
.btn-black{background: #555; color: #fff !important; border: 1px solid #555; }
.btn-black:hover { border: 1px solid #4085EC;background: #4085EC;}

.iframe-close{position:absolute;right:24px;top:24px;width:20px;height:20px;cursor:pointer;}
.iframe-close::after,
.iframe-close::before {display: block; content: ''; width: 100%; height: 1px; background: #000; position:absolute; top:50%; left:50%;margin-left:-10px;}
.iframe-close::after{transform: rotate(45deg);}
.iframe-close::before{transform: rotate(-45deg);}


/* ====================================================
	fixed layer
======================================================*/
.fixed-layer-pop{display:none; position:absolute;left:0 !important;top:0 !important;width:100%;text-align:center;}
.fixed-layer-pop.show{display:block;}
.fixed-layer-pop .layer-wrap{display:inline-block;width:100%;overflow:hidden;vertical-align:middle;background:#efefef;position:relative;z-index:1;border-bottom:1px solid #dadada;}
.fixed-layer-pop .layer-content {padding:20px;font-size:14px;color:#000;}
.fixed-layer-pop .layer-content em {color:#1428a0;font-weight:bold;}


/* ========================================================
	SBGrid Style
======================================================== */
.g_area {border-top:1px solid #222222;}
.g_area .sbgrid_datagrid_FixedCell {background-color:#f7f7f7;border-bottom:1px solid #e1e1e1;border-color: #e1e1e1;}
.g_area .sbgrid_datagrid_FixedCell span {font-weight:bold;}

#sbGridArea .sbgrid_datagrid_FixedCell {background-color:#f7f7f7;border-bottom:1px solid #e1e1e1;border-color: #e1e1e1;}
#sbGridArea .sbgrid_datagrid_FixedCell span {font-weight:bold;}


/* ========================================================
	dynatree Style
======================================================== */
ul.dynatree-container {overflow:visible !important;border:0 !important;}


/* =============================================================== */
.z-1{z-index: -1 !important;}
.container.wmain {display:flex;width: 100%; min-width:1600px; height: auto;position: relative;min-height:100%;}

header{position: absolute;  width: 100% ;overflow: hidden; height: 54px; line-height: 1.29; padding:0 70px 0 24px;border-bottom: 1px solid #999;z-index:101; background: #fff;min-width:1600px;}
header::before {content: '';display: block;height: 1px;width: 100%;background: #999;top: 53px;left: 0;position: absolute;}
header h1{width: 226px;display: inline-block;}
header h1 a{width: 188px; height: 22px;   display: inline-table; text-indent: -9999px; background: url('../images/partner_logo.png') no-repeat center; }
header ul li{display: inline-block;}
.gnb{display: inline-block;margin-left: 20px;height: 100%;padding-right:50px;}
.gnb> li > a {position:relative;font-weight:bold; color:#191919; font-size: 14px;padding: 18px 0; display: inline-block;text-decoration: none;text-align:center;}
.gnb > li + li{margin-left: 67px;}
.gnb > li.long + li {margin-left:72px;}
.gnb li{position: relative;min-width:70px;}
.gnb > li > a::after {position: absolute; content: '';display: block;  bottom: 1px;  left: -1px; width: 0; height: 3px; background: #0078D7;}
.gnb > li:hover > a::after{width: calc(100% + 2px); transition: width .3s;}
/* .gnb >li:last-of-type:hover::after, .gnb li.on:last-of-type::after{display: none;} */
.gnb > li.on > a::after{position: absolute; content: '';display: block;  bottom: 1px;  left: -1px; width: calc(100% + 2px);height: 3px; background: #0078D7;}
ul#gnbUl > li::after {display: none;}
.gnb > li ul{ width:100%; display: block; position: absolute; padding-top: 20px; line-height: 2;}
.gnb > li ul li{white-space:nowrap;}

.my-info{float: right; padding: 18px 0;}
.my-info li + li{margin-left: 10px;}
.my-info .dept{position: relative; }
.my-info .dept::before{position: absolute; content: ''; display: inline-block; width: 20px; height: 20px; background: url(../images/heart.svg) no-repeat center/cover; top: -2px; left: -20px;}
.my-info li:first-of-type *{color: #505050;}
.my-info li:first-of-type em{font-size: 13px; font-weight: bold;}
.my-info li a {font-size: 13px; }
.my-info li a:hover{color: #0078D7 !important;}
.my-info li a[class^="btn-"] {font-size:12px;vertical-align: baseline;margin:0 5px;}
.my-info li a[class^="btn-"]:hover {color:#191919 !important;}


footer{position: fixed;bottom:0; width: 100%; height: 36px; padding: 11px 24px; line-height: 1; border-top: 1px solid #d8d8d8; text-align: center; color: #707070; font-size: 11px; letter-spacing: -0.11px;z-index:99;background-color:#fff;flex-shrink:0;flex:none}
.logo-footer{width: 232px; height: 13px; float: left;}
.bqms-wrap{display:flex; justify-content:space-between;align-items: stretch;align-content: stretch;width: 100%;padding-top: 54px;padding-bottom:36px;}

.snb-wrap{position: relative; overflow:hidden;min-height:100%;width: 250px; padding: 30px 0 18px; z-index: 5; background: #f8f8f8; border-right: 1px solid #999;align-self:stretch;flex-basis: 250px;flex-shrink: 0;}
.snb-wrap.hidden{display: none;}
.snb-wrap p{display: inline-block; font-size: 16px; letter-spacing: -0.32px; color: #191919; font-weight: bold; margin: 0 24px 16px; position: relative;}
.snb-wrap p::after{content: ''; position: absolute; display: block; width: 100%; height: 1px; background: #191919; bottom: -5px;left: 0;}
.snb > li{position: relative;}
.snb > li > a{font-size: 14px; font-weight: bold;display: block;width: 100%;color: #333;padding: 14px 20px 14px 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; text-decoration: none;}
.snb > li:hover, .snb > li.bg-on{background: #0078d7;}
.snb > li> a.on, .snb > li:hover > a {color:#fff}

.main-wrap{width: calc(100% - 250px); height: 100%;align-self:stretch;padding-bottom:50px;}
.main-wrap:after{content:''; display: block; clear:both;}
.main-wrap.wfull{width:calc(100% - 46px) !important; float: right; border-left: 1px solid #f1f1f1;}
.nav{display: flex; justify-content: space-between; height: 70px;line-height: 70px;padding: 0 20px; }
.nav h2{font-size: 16px; font-weight: bold;color: #191919; }
.nav-info{color: #191919; }

.main-wrap .content{ width: 100%;}
.main-wrap .section{width: 100%;padding:0 20px 0;}

.list-btn-header {display:block;width:100%;margin-bottom:5px; text-align: right;line-height:24px;}
.list-fixed-wrap.type03{height: calc(100% - 167px);}
.info-top{margin-bottom: 10px; height: 39px; line-height: 1.5;}
.info-bottom{margin-top: 12px; line-height: 1.5;}

.btn-toggle{width: 30px; height: 30px; background: url(../images/top_toggle.svg) no-repeat center; font-size: 0 ;position: absolute;z-index: 102;}
.btn-top-toggle{right: 20px;top: 12px;}
.btn-top-toggle.hidden{transform: rotate(180deg); top: -8px;}
.btn-left-toggle{transform: rotate(-90deg);left: 211px;top: 74px;z-index: 6;}
.btn-left-toggle.hidden{transform: rotate(90deg); left: 8px;}

.dp-block{display: block !important;}
header.hidden{display: none;}
.bqms-wrap.hfull{padding-top: 0;}
.bqms-wrap.hfull .btn-left-toggle{top: 20px;}
.dr-menu{ background: yellowgreen; width: 100%; position: absolute; left: 0;padding-left:270px; padding-top: 20px; padding-bottom: 20px;}
.dr-menu ul { display: inline-block; vertical-align: top;}
.dr-menu li {display: block;}
.dr-menu a{color: #191919;font-size: 14px;}
/* .dim::after{content: '';  position: fixed;  left:0;bottom:0;width: 100%;height: 100%; background:rgba(0, 0, 0, 0.6);z-index:6;} */
.dim::after{content: '';position: absolute;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.6);z-index:100;}
.gnb>li>ul a { font-size: 14px; color: #191919;text-decoration: none;letter-spacing:-.5px;}
.gnb>li>ul a:hover{color: #3280e6;}

.sch_comment {margin-top:5px;}
.sch_comment span {color:#FC6363 !important;}

/*답변하기*/
.qtitle_area {position:relative;margin-bottom:10px;}
.qtitle_area:after{content:''; display: block; clear:both;}
.qtitle_area .titleSub {position:relative;display:block;padding:2px 10px;font-size: 16px;letter-spacing: -0.5px; color:#333; line-height:24px;overflow:hidden;word-break:break-all}
.qtitle_area .q {position:relative;float:left;background-color:#333;width:30px;text-align:center;padding:0 2px 2px;border-radius:50%;letter-spacing:-1px;color:#fff;font-size:14px;font-weight:bold;line-height:26px;}
.qtitle_area .q > * {font-size:14px;font-weight:bold;}



/* Tree */
.cont_left {width:22%;float:left}
.cont_right {width:77%;position:relative;float:right}
.cont_left1 {width:40%;position:relative;float:left}
.cont_right1 {width:57%;position:relative;float:right}
.cont_left2 {width:57%;position:relative;float:left}
.cont_right2 {width:40%;position:relative;float:right}
.lst_ea {float:right;margin-left:10px}
.lst_ea select {line-height:21px;height:21px}

/* 품의상신-단독 */
.request_solo:after{content:''; display: block; clear:both;}
.request_solo p {text-align:center;line-height:25px}
.request_solo input {cursor:pointer}
.request_solo li {float:left;width:33%; background-repeat:no-repeat; background-position:90% 55px}
.request_solo li .action {height:100px;width:80%;border:solid 1px #efefef}
.request_solo .btn_big{width:50%;display:block;margin-top:20px;margin-left:auto;margin-right:auto;padding:5px 30px;text-align:center;color:#fff;font-size:1em;line-height:24px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius: 4px;}
.request_solo .btn_big_m{width:50%;display:block;margin-top:30px;margin-left:auto;margin-right:auto;padding:5px 30px;text-align:center;color:#fff;font-size:1em;line-height:24px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius: 4px;}
.request_solo .btn_2big{width:50%;display:block;margin-top:9px;margin-left:auto;margin-right:auto;padding:5px 30px;text-align:center;color:#fff;font-size:1em;line-height:24px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius: 4px;}
.request_solo .act {background:#0071bf;}
.request_solo .deact {background:#999;}
.request_solo .act_g {background:#555;}
.request_solo .end {background:none}
.request_solo .btn_ssm{width:50%;display:block;margin-top:3px;margin-left:auto;margin-right:auto;padding:2px 30px;text-align:center;color:#fff;font-size:1em;line-height:22px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius: 3px;}
.request_solo a {text-decoration: none;}

/* 품의상신 */
.request:after{content:''; display: block; clear:both;}
.request p {text-align:center;line-height:25px}
.request input {cursor:pointer}
.request li {float:left;width:33%;background:url(../images/sitemap_arrow-right.gif) no-repeat; background-position:90% 55px}
.request li .action {height:100px;width:80%;border:solid 1px #efefef}
.request .btn_big{width:50%;display:inline-block;margin-left:auto;margin-right:auto;padding:5px 30px;text-align:center;color:#fff;font-size:1em;line-height:24px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius: 4px;}
.request .btn_big_m{width:50%;display:block;margin-top:30px;margin-left:auto;margin-right:auto;padding:5px 30px;text-align:center;color:#fff;font-size:1em;line-height:24px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius: 4px;}
.request .btn_2big{width:50%;display:block;margin-top:9px;margin-left:auto;margin-right:auto;padding:5px 30px;text-align:center;color:#fff;font-size:1em;line-height:24px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius: 4px;}
.request .btn_ssm{width:50%;display:block;margin-top:3px;margin-left:auto;margin-right:auto;padding:2px 30px;text-align:center;color:#fff;font-size:1em;line-height:22px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius: 3px;}
.request .act {background:#0071bf;}
.request .deact {background:#999;}
.request .act_g {background:#555;}
.request .end {background:none}
.rej_chk {position:relative;display:none}
.rej_chk textarea {width:90%;margin-left:4%; height:70px}
.rej_conf {position:relative;display:none}
.rej_conf textarea {width:90%;margin-left:4%; height:70px}
#go_conf {text-align:center;line-height:100px}
#go_chk{text-align:center}
.on_tarea {position:relative;display:block; text-align:center}
.on_tarea textarea {width:90%;height:60px;margin-top:5px}
.crf {border-left:#ccc solid 0px}
.crf .titleSub_area {margin-left:40px}
.crf .action {margin-left:40px}
.request .action #view{line-height: 100px; display: block; text-align: center;}

.note {margin-left:10px;}



/* ========================================================
	Post Main
======================================================== */
@font-face {
    font-family: 'Cafe24Ssurround';
    font-weight: normal;
    font-style: normal;
    src:
		url(../font/Cafe24Ssurround.ttf) format('truetype'),
		url(../font/Cafe24Ssurround.otf) format('embedded-opentype'),
		url(../font/Cafe24Ssurround.woff) format('woff');
    font-display: swap;
}

.post-main {display:block;width:100%;padding:20px;background:#f8f8f8;min-width:1600px;}
.post-main section {display:flex;justify-content: space-between;flex-direction: row;}
.post-main section .item {display:block;flex-basis:calc(100% - 360px);background-color:#fff;padding: 20px 20px 20px 20px;border-radius: 4px;box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.06);border: solid 1px #f0f0f0;}
.post-main section .item:nth-of-type(2) {flex-basis:340px;flex-shrink:1;margin-left:20px;}
.post-main section .item.full {flex-basis:100%;}
.post-main section .item.board {flex-basis:100%;padding:30px;}
.post-main section:not(:first-of-type) {margin-top:20px;}
.post-main .item-title {font-size:16px;font-weight:bold;line-height: 1.31;letter-spacing: -0.64px;color: #191919;margin-bottom:20px;}

.post-main .main-visual {height:350px;background:url('../images/bg_post_main.png') no-repeat right bottom;background-size: 925px 228px;}
.post-main .main-visual .visual-txt {padding: 75px 0 0 58px; }
.post-main .main-visual h1 {font-size:40px;color:#191919;font-family:'Cafe24Ssurround';line-height: 1.25;letter-spacing: -0.8px; }
.post-main .main-visual h1 em {font-size:40px;color:#1d90eb;font-family:'Cafe24Ssurround';line-height: 1.25;letter-spacing: -0.8px;}
.post-main .main-visual span {display:block;font-size:14px;color:#707070;line-height: 1.5;margin-top:20px;}

.pool-box {display:block;width:100%;}
.pool-box::after{content:''; display: block; clear:both;}
.pool-box li {padding: 40px 24px 40px 20px;border-radius: 4px;border: solid 1px #e5e5e5;}
.pool-box li:not(:first-child){margin-top:10px;}
.pool-box [class^="item-"] {display:inline-block;font-size:14px;color:#333;font-weight:bold;line-height:45px;padding-left:65px;}
.pool-box .count {float:right;font-size:30px;color:#191919;line-height:40px;font-weight:bold;}
.pool-box .item-partner {background:url('../images/icon_poll_partner.png') no-repeat 0 0;background-size: 45px 45px;}
.pool-box .item-user {background:url('../images/icon_poll_user.png') no-repeat 0 0;background-size: 45px 45px;}

.status-box {display:block;width:100%;}
.status-box::after{content:''; display: block; clear:both;}
.status-box li {position: relative;float:left;width:calc((100% - 41px) / 5);height:140px;padding: 29.1px 20px 33px 30px;;border-radius: 4px;border: solid 1px #e1e1e1;}
.status-box li:not(:first-child){margin-left:10px;}
.status-box li:after {content:''; position: absolute; display: inline-block; width: 48px; height: 48px; right: 20px; top: 46px;}
.status-box li.status-01:after {background:url('../images/icon_stats_01.png') no-repeat 0 0;}
.status-box li.status-02:after {background:url('../images/icon_stats_02.png') no-repeat 0 0;}
.status-box li.status-03:after {background:url('../images/icon_stats_03.png') no-repeat 0 0;}
.status-box li.status-04:after {background:url('../images/icon_stats_04.png') no-repeat 0 0;}
.status-box li.status-05:after {background:url('../images/icon_stats_05.png') no-repeat 0 0;}
.status-box .item-tit {display:block;font-size:14px;color:#333;font-weight:bold;margin-bottom:20px;}
.status-box .item-count {display:block;font-size:36px;color:#191919;font-weight:bold;letter-spacing: -1.44px;}

.link-box {display:block;width:100%;}
.link-box::after{content:''; display: block; clear:both;}
.link-box li {float:left;width:50%;position: relative;text-align:center;cursor:pointer;}
.link-box li a {display:block;width:100%;height:70px;padding-top:50px;font-size:14px;color:#191919;font-weight:bold;line-height: 1.29;letter-spacing: -0.28px;text-decoration:none;}
.link-box li:not(:first-child):before {content:'';position: absolute; border-left:1px solid #efefef;height:71px;top:0;left:0;}
.link-box li:after {content:''; position: absolute; display: inline-block; width: 40px; height: 40px; left: 50%; top: 0;margin-left:-15px;}
.link-box li.link-01:after {background:url('../images/icon_link_01.png') no-repeat 0 0;}
.link-box li.link-02:after {background:url('../images/icon_link_02.png') no-repeat 0 0;}
.link-site {width:100%;height:40px;font-size:14px;border-radius: 4px;border: solid 1px #e1e1e1;margin-top:25px;padding-left:15px;}

.board-wrap {display:block;width:100%;}
.board-wrap::after{content:''; display: block; clear:both;}
.board-wrap article{position:relative;float:left;width: 50%;padding-right:30px;}
.board-wrap article:not(:first-child) {padding-right:0;padding-left:30px;}
.board-wrap article:not(:first-child):before {content:'';position: absolute; border-left:1px solid #efefef;height:100%;top:0;left:0;}
.board-wrap .sort-top {position: relative;}
.board-wrap .sort-top .ico__more {left:auto;right:0;top:2px;}
.board-wrap h6 {font-size:16px;color:#191919;font-weight:bold;line-height: 1.31;letter-spacing: -0.64px;}
.board-list{width:100%;margin-top: 25px;}
.board-list li{position: relative; line-height: 1.29;}
.board-list li:not(:first-child) {margin-top: 16px;}
.board-list li a {display:inline-block;width:100%;padding-right:100px;overflow:hidden; white-space: nowrap; text-overflow: ellipsis;text-decoration: none;}
.board-list li .tit {font-size:14px;color:#191919;}
.board-list .date{position: absolute;top:0;right:0;font-size:14px;color: #ccc; letter-spacing: -0.56px;}





.privacy-wrap *{ line-height: 1.8em;}
.privacy-wrap select{border: 1px solid #ccc; outline: none; padding:3px;}
.privacy-wrap h2{font-weight: bold; margin-bottom: 10px;}
.sect-privacy + .sect-privacy{border-top: 1px solid #e1e1e1; margin-top: 20px; padding-top: 20px;}

.board-table{border-top:1px solid #666}
.board-table table{width:100%;table-layout:fixed}
.board-table table td,
.board-table table th{padding:5px 6px;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;}
.board-table table thead th {text-align:center;height:30px;}
.board-table table td:last-child,
.board-table table th:last-child {border-right:0;}
.board-table table th{font-size:12px;color:#222;background-color:#f5f5f5;font-weight: bold;}
.board-table table th:not(:first-child){border-left:1px solid #e5e6e8}
.board-table .row_th {border-right:1px solid #e1e1e1 !important;}



@media screen and (max-width: 1600px) {
	.btn-top-toggle {display:none;}
	.btn-top-toggle.hidden {display:block;}
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.container.wmain {flex-direction:column;min-height:100vh;}
	.bqms-wrap {min-height:100vh;}
}

/* Chorme */
@media screen and (-webkit-min-device-pixel-ratio:0){
}