﻿@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');


/* reset style */
* { -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;}
header, body, footer {font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;}
html,body,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,blockquote,pre,button,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td,iframe,article,aside,canvas,details,embed,figure,figcaption,header,footer,menu,nav,section,summary,audio,video {margin:0;padding:0;border:0;font-size:inherit;font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;vertical-align:baseline; box-sizing:border-box; text-decoration:none; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;}

html,body {height:auto; min-width:1200px; display:block;}
div {height:auto; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;}
body {font-size: 15px; min-width:1200px;}
img,fieldset{border:none;}
figure,figcaption {margin:0;padding:0;}
b,strong{font-weight:700;}
em,dfn,cite,address,i{font-style:normal;}
mark{background-color:#ff0;color:#000;}
small{font-size:90%;}
sup,sub{position:relative;font-size: 0.9em;line-height:0;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}
del{text-decoration: line-through;}
/* 2019-05-15 / 김진혁 추가 */
a {cursor: pointer;}
/* 2019-05-14 / 김진혁 / 주석처리 */
/*label{cursor:pointer;}*/

ol,ul,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption{position:absolute;width:1px;height:1px;margin:0;padding:0;background:none;font-size:3px;color:transparent;line-height:0;}
legend{position:absolute;width:1px;height:1px;margin:0;padding:0;background:none;font-size:3px;color:transparent;line-height:0;}
hr{visibility:hidden;overflow:hidden;position:absolute;height:0;width:0;font-size:0;}

i {font-size:22px; position:relative; top:2px; line-height:0 !important; padding-right:5px;}
placeholder {color:#ccc !important;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit browsers */  color:transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */ color:transparent;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10+ */ color:transparent;}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.dis-inline{display:inline-block;}
.dis-block{display:block;}
.clear{clear:both;}
.hide{display:none;}
.skip{ position:absolute;width:1px;height:1px;margin:0;padding:0;background:none;font-size:3px;color:transparent;line-height:0;}
#contents .skip h2, #contents .skip h3, #contents .skip h4, #contents .skip h5 {color:transparent;}
.absol {position: absolute;}
.left45p {left: 45%;}
.left50p {left: 50%;}
.relative {position: relative;}
.absolute {position: absolute;}

.top4 {top: 4px;}
.top5 {top: 5px;}
.top9 {top: 9px;}
.top12 {top: 12px;}
.top13 {top: 13px;}

/* anchor 요소 초기화 */
a:link{color:inherit;text-decoration:none;}
a:visited{color:inherit;text-decoration:none;}
a:hover{color:inherit;text-decoration:none; transition(all .2s ease-out);}
a:active{color:inherit;text-decoration:none;}

/* 입력 form */
input{font-size:inherit;font-family:inherit;color:inherit;vertical-align:middle;}
input.input-date {letter-spacing: -.7px;}
input[type="file"]{border:none;}
input[type="radio"],input[type="checkbox"]{border:none; margin:0 !important; text-align:center !important;}
button{text-transform:none;vertical-align: middle;}
button,[type="button"],[type="reset"],[type="submit"]{background-color:transparent;cursor: pointer;}
select{font-size:inherit;font-family:inherit;color:inherit;text-transform:none;vertical-align:middle;}
textarea{font-size:inherit;font-family:inherit;color:inherit;vertical-align:middle;resize:none;}
input[disabled="disabled"]{background-color:#ebebeb;color:#959595;}
select[disabled="disabled"]{background-color:#ebebeb;color:transparent;}

/* 폰트정의 */


/* labels */
.label{display:inline-block;padding:4px 10px 3px 10px;font-size:12px;font-weight:400;background-color:#aab2bd;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:3px;}
.label-default{background-color:#fff;border: 1px solid #aab2bd;color:#434a54;}
.label-primary{background-color:#3bafda;border-color:#3bafda;}
.label-success{background-color:#8cc152;border-color:#8cc152;}
.label-info{background-color:#37bc9b;border-color:#37bc9b;}
.label-warning{background-color:#f6bb42;border-color:#f6bb42;}
.label-danger {background-color:#da4453;border-color:#da4453;}

/* align style */
.clear {overflow:hidden;clear:both;}
.clearfix {width:100%;}
.clearfix:after {content:"";display:block;visibility:hidden;clear:both;}
.ft-left {float:left;}
.ft-right {float:right;}
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.tx-line {text-decoration:underline;}
.mgauto {margin: auto !important;}
.vta-mid {vertical-align: middle;}

.text-left {text-align: left;}
.text-left-important {text-align: left !important;}
.text-right-important {text-align: right !important;}
.text-center {text-align: center !important;}

/* display */
.inline{display:inline;}
.inb{display:inline-block;}
.block{display:block;}
.scrollY {overflow-y:scroll !important;}

.ir-img {text-indent:-9999px;font-size:0;line-height:0;}

/* 폰트 크기 클래스 */
.h1 {font-size: 30px; letter-spacing: -2px; font-weight:700;}
.h2 {font-size: 26px; letter-spacing: -1px; font-weight:700;}
.h3 {font-size: 22px; letter-spacing: -0.7px;}
.h4 {font-size: 19px; letter-spacing: -0.7px;}
.h5 {font-size: 13px; letter-spacing: -0.7px;}

/* margin */
.m-0 {margin:0px;}

.mt--2 {margin-top: -2px;}
.mt--28 {margin-top: -28px !important;}

.mt-0 {margin-top:0;}
.mt-1 {margin-top:1px;} 
.mt-2 {margin-top:2px;}
.mt-3 {margin-top:3px;}
.mt-5 {margin-top:5px;}
.mt-7 {margin-top:7px;}
.mt-8 {margin-top:8px;}
.mt-10 {margin-top:10px;}
.mt-11 {margin-top:11px;}
.mt-12 {margin-top:12px;}
.mt-15 {margin-top:15px;}
.mt-17 {margin-top:17px;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:25px;}
.mt-30 {margin-top:30px;}
.mt-35 {margin-top:35px;}
.mt-40 {margin-top:40px;}
.mt-45 {margin-top:45px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}

.ml--2 {margin-left:-2px;}
.ml--5 {margin-left:-5px;}

.ml-4 {margin-left:4px;}
.ml-5 {margin-left:5px;}
.ml-7 {margin-left:7px;}
.ml-10 {margin-left:10px;}
.ml-15 {margin-left:15px;}
.ml-20 {margin-left:20px;}

.mr-1 {margin-right:1px;}
.mr-5 {margin-right:5px;}
.mr-10 {margin-right:10px;}
.mr-11 {margin-right:11px;}
.mr-15 {margin-right:15px;}
.mr-20 {margin-right:20px;}
.mr-25 {margin-right:25px;}
.mr-30 {margin-right:30px;}
.mr-35 {margin-right:35px;}

.mb-0 {margin-bottom:0px;}
.mb-1 {margin-bottom:1px;}
.mb-2 {margin-bottom:2px;}
.mb-3 {margin-bottom:3px;}
.mb-5 {margin-bottom:5px;}
.mb-7 {margin-bottom:7px;}
.mb-10 {margin-bottom:10px;}
.mb-15 {margin-bottom:15px !important;}
.mb-20 {margin-bottom:20px;}
.mb-25 {margin-bottom:25px;}
.mb-30 {margin-bottom:30px;}
.mb-35 {margin-bottom:35px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}
.mb-70 {margin-bottom:70px;}

/* padding */
.p-0 {padding:0px;}
.p-5 {padding:5px;}
.p-10 {padding:10px;}
.p-15 {padding:15px;}
.p-20 {padding:20px;}

.pt-0 {padding-top:0px;}
.pt-5 {padding-top:5px;}
.pt-7 {padding-top:7px;}
.pt-10 {padding-top:10px;}
.pt-15 {padding-top:15px;}
.pt-20 {padding-top:20px;}
.pt-25 {padding-top:25px;}
.pt-30 {padding-top:30px;}
.pt-35 {padding-top:35px;}
.pt-40 {padding-top:40px;}
.pt-45 {padding-top:45px;}
.pt-50 {padding-top:50px;}

.pr-0 {padding-right:0px !important;}
.pr-5 {padding-right:5px;}
.pr-10 {padding-right:10px !important;}
.pr-15 {padding-right:15px;}
.pr-20 {padding-right:20px;}
.pr-25 {padding-right:25px;}
.pr-30 {padding-right:30px;}
.pr-35 {padding-right:35px;}
.pr-40 {padding-right:40px;}
.pr-45 {padding-right:45px;}
.pr-50 {padding-right:50px;}

.pl-0 {padding-left:0px;}
.pl-5 {padding-left:5px;}
.pl-10 {padding-left:10px !important;}
.pl-15 {padding-left:15px;}
.pl-20 {padding-left:20px;}
.pl-25 {padding-left:25px;}
.pl-30 {padding-left:30px;}
.pl-35 {padding-left:35px;}
.pl-40 {padding-left:40px;}
.pl-45 {padding-left:45px;}
.pl-50 {padding-left:50px;}
.pl-70 {padding-left:70px;}
.pl-130 {padding-left:100px;}

.pb-0 {padding-bottom:0px;}
.pb-5 {padding-bottom:5px;}
.pb-10 {padding-bottom:10px;}
.pb-15 {padding-bottom:15px !important;;}
.pb-20 {padding-bottom:20px;}
.pb-25 {padding-bottom:25px;}
.pb-30 {padding-bottom:30px;}
.pb-35 {padding-bottom:35px;}
.pb-40 {padding-bottom:40px;}
.pb-45 {padding-bottom:45px;}
.pb-50 {padding-bottom:50px;}
.pb-100 {padding-bottom:100px;}

/* width */
.w50 {width:50px;}

.wp10{width:10%;}

.brd1-top-gray7 {border-top: 1px solid #000;}

/* table style */
.tbl-base tr th, .tbl-base tr td {border-right: 1px solid #ced4da}
.tbl-base tr th:last-child, .tbl-base tr td:last-child {border-right: 0;}


table caption{position: relative;width: 1px;height: 1px;margin: -1px;text-indent:-100000px;}
.tbl-basic {display:table;table-layout:fixed;margin-bottom:10px;width:100%;border-top:2px solid #333;border-bottom:1px solid #ccc;border-collapse:separate;border-collapse:collapse}
.tbl-basic th {padding:14px 9px;border-left:1px solid transparent;border-bottom:1px solid #000715;margin-left:-1px;vertical-align:middle;word-wrap:break-word;word-break:keep-all;color:#2d2d2d; vertical-align: middle;}
.tbl-basic td {padding:12px 9px;border-left:1px solid transparent;border-bottom:1px solid transparent;margin-left:-1px;vertical-align:middle;word-wrap:break-word;word-break:keep-all;color:#202020;}
.tbl-basic td a{word-wrap:break-word;word-break:keep-all}
.tbl-basic th{background:#f8f6f4;}
.tbl-basic th:first-child,
.tbl-basic td:first-child{border-left:none}
.tbl-basic th.trw,
.tbl-basic td.trw{border-right:1px solid #ddd;}
.tbl-basic thead th{color:#121212;background-color:#e8eaef;font-size:16px;/*font-family:'nsr','Malgun Gothic';*/ border-bottom:1px solid #cac8c7; font-weight: 400;vertical-align:middle;}
.tbl-basic tbody th{color:#121212;background-color:#f1f3f8;font-weight: 400;vertical-align:middle;}
.tbl-basic tfoot,
.tbl-basic tfoot th{background: #f6f6f6;font-weight: 700;}
.tbl-basic .tfoot4{background: #f6f9f9;font-weight: 400;}
.tbl-basic th[rowspan],
.tbl-basic td[rowspan]{border-right:1px solid #d2d2d2;}
.tbl-basic th:last-child,
.tbl-basic td:last-child{border-right:none;}

.tbl-basic th{border-left-color:#d2d2d2;border-bottom-color:#d2d2d2;}
.tbl-basic td{border-left-color:#d2d2d2;border-bottom:1px solid #d2d2d2;}
.tbl-basic th.lf-line,
.tbl-basic td.lf-line{border-left: 1px solid #d2d2d2;}
.tbl-basic td.lf-noline{border-left:none;}
.tbl-basic td img{vertical-align:middle}
.tbl-basic ul li{font-size:15px}
.td-row{color:#121212;background-color:#f1f3f8;font-weight: 400;}
.tbl-txt{color: #b50e23}

/* txt-color */
.color-blue{color:#4a89dc}
.color-aqua{color:#3bafda}
.color-mint{color:#37bc9b}
.color-dtgray{color:#434a54}
.color-sweetbi{color:#e9573f}
.color-grapefruit{color:#da4453}
.color-orange{color:#ff9647 !important;}

/*Cool Gray Color - background*/
.bg-gray9 {background-color: #212529;}
.bg-gray8 {background-color: #343a40;}
.bg-gray7 {background-color: #495057;}
.bg-gray6 {background-color: #868e96;}
.bg-gray5 {background-color: #adb5bd;}
.bg-gray4 {background-color: #ced4da;}
.bg-gray3 {background-color: #dee2e6;}
.bg-gray2 {background-color: #e9ecef;}
.bg-gray1 {background-color: #f1f3f5;}
.bg-gray0 {background-color: #f8f9fa;}

.bg-red9 {background-color: #cc3333 !important;}

/*Cool Gray Color - font-color*/
.txt-gray9 {color: #212529;}
.txt-gray8 {color: #343a40;}
.txt-gray7 {color: #495057;}
.txt-gray6 {color: #868e96;}
.txt-gray5 {color: #adb5bd;}
.txt-gray4 {color: #ced4da;}


.fnt18 {font-size:18px;}
.fnt17 {font-size:17px;}
.fnt-red {color:#e61919;}
.fnt-red2 {color:#e61919;}

.fnt-org5 {color:#ff922b;}
.fnt-org6 {color:#fd7e14;}
.fnt-org7 {color:#f76707;}
.fnt-org8 {color:#e8590c;}
.fnt-org9 {color:#d9480f;}

.fnt14 {font-size:14px !important;}

.fnt-brown {color:#e8590c;}

.fnt-gray7 {color:#495057;}

/*Cool Gray Color - border*/
.bd-gray9 {border: 1px solid #212529;}
.bd-gray8 {border: 1px solid #343a40;}
.bd-gray7 {border: 1px solid #495057;}
.bd-gray6 {border: 1px solid #868e96;}
.bd-gray5 {border: 1px solid #adb5bd;}
.bd-gray4 {border: 1px solid #ced4da;}
.bd-gray3 {border: 1px solid #dee2e6;}
.bd-gray2 {border: 1px solid #e9ecef;}
.bd-gray1 {border: 1px solid #f1f3f5;}
.bd-gray0 {border: 1px solid #f8f9fa;}

.wd10p {width: 30% !important;}
.wd90p {width: 60% !important;}
.wd43px {width:43px !important;}
.wd55px {width:55px !important;}
.wd100px {width:100px !important;}
.wd130px {width:130px !important;}
.wd300px {
    width: 300px !important;
}
.wd49p {width: 49%;}
.wd100p {width: 100%;}
.minw-1200 {min-width:1200px;}

.hgt37 {height: 37px;}
.hgt40 {height: 40px;}
.l-hgt20 {line-height:20px;}
.l-hgt25 {line-height:25px;}
.l-hgt30 {line-height:30px;}

input[type="text"] {width:100%; box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif; border:1px solid #ccc;  font-size: 13px; height: 30px; padding:0 7px; border:1px solid #e7e7e7;}
select {width: 100%; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing: border-box; background:#fff; font-family:'Noto Sans KR', 'NanumSquare', sans-serif; border:1px solid #ccc;  font-size: 13px; height:32px; padding:0 0 0 7px;}
textarea {width: 100%; box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif; border:1px solid #ccc; font-size:13px; line-height:20px; padding:10px; border-radius: 2px; border:1px solid #e7e7e7;}
.brd1-top-gray7 textarea {font-size:16px; line-height:24px;}
textarea, input:focus {
    outline: none;
}
.input-disabled {border:0 !important; background-color:#fff !important; color:#333 !important; padding-left:2px !important;}

/*IE select menu style reset*/
/*select {
  font-family: inherit;
  background: #fff url('/images/icon-selectmenu-downarrow.png') no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}*/


/*최소 높이 클래스 / 2019-05-27 이용훈*/
.m-hgt240 {min-height:240px !important; vertical-align:top;}
.m-hgt230 {min-height:230px !important; vertical-align:top;}
.m-hgt200 {min-height:200px !important; vertical-align:top;}
.m-h100p--230px {min-height:calc(100vh - 190px);}


/* 테이블 폭 제어 */
.col-wd125 {width:125px;}
.col-auto {width:100% !important;}

.bxs-brd {box-sizing: border-box;}
.pd-0-15 {padding:0 15px !important;}
.pd-0-20 {padding:0 20px !important;}

.pd-10 {padding:10px !important;}
.pd-20 {padding:20px !important;}
.pd-30 {padding:30px !important;}
.pd-40 {padding:40px !important;}

.td-text-center tr td {text-align: center;}
.td-brd-r tr td {border-right:1px solid #dee2e6;}

.txt-left {text-align:left !important;}
.txt-right {text-align:right !important;}

/* 레이아웃 */
.table {display: table;}
.table-cell {display: table-cell;}
.vert-mid {vertical-align: middle;}
.hgt70 {height: 70px;}

table {display:table; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;}
span.clear { clear: left; display: block; }
header {width: 100%; overflow: hidden; z-index: 10; position: fixed; top: 0; margin-bottom: 50px; -webkit-box-shadow: -2px -2px 15px -1px rgba(0,0,0,0.2);}

@media (max-width:1200px){
    header {margin-bottom:0;}
}
-moz-box-shadow: -2px -2px 15px -1px rgba(0,0,0,0.2); box-shadow: -2px -2px 15px -1px rgba(0,0,0,0.2);} 
/*body:before {content: url('../images/common-bgimage-logo.png'); position: absolute; right: 50px; z-index: -1; top: 77px;}*/
/*footer {width: 100%; padding:0 50px 0 50px; overflow: hidden; min-width:1200px; background-color:#f1f3f5;}*/
.head-container {width: 100%; padding: 0 35px 0 35px; overflow: hidden;}

/*.container {width: 100%;}*/
.container:after {content:""; display:block; clear:both;}
/*.container::before {content: url('../images/common-bgimage-logo.png'); position: absolute; right: 50px; z-index: -1; top: 77px;}*/
.pop-container {width: 100%;}
/*.pop-container::before {content: ""; position: absolute; right: 50px; z-index: -1; top: 77px;}*/

.wrap {overflow: hidden; float: left; min-width: 1200px; overflow-y: auto;}
.body-wrap {padding:40px; overflow: hidden; min-width:1199px; min-height:calc(100vh - 190px); margin:80px auto;}

/* 팝업 body 추가 / 2019-04-30 김진혁 */
.body-wrap-pop {padding:40px; overflow: hidden;}


/*header*/
.head-container {height: 70px; line-height: 70px; border-bottom: 1px solid #d8dadc; min-width:1199px; position:relative;}
.head-container > .misumi-title {font-size:28px; font-weight:800; color:#333; letter-spacing:-1.5px; display:inline-block; padding-top:5px;}
.head-container > .misumi-title:hover {text-decoration:none;}

/*한국미스미 홈페이지 바로가기*/
.head-container a.misumi-hp-link {line-height: 50px; padding: 0 15px; text-align: center; display: inline-block; float:right; vertical-align:middle; margin-top:23px;}


/*.head-container a.misumi-hp-link {font-size: 13px; font-weight: 700; height: 35px;  line-height: 35px; color:#343a40; padding: 0 15px; text-align: center; border:1px solid #ced4da;  border-radius: 2px; 
display: inline-block; background-color: #fff; border:1px solid #868e96; color: #495057; background-image:linear-gradient(#fff, rgba(15, 33, 139, .07)); -webkit-box-shadow: 2px 3px #cccfd1; -moz-box-shadow: 2px 3px #cccfd1; box-shadow: 2px 3px #cccfd1; float:right; vertical-align:middle; margin-top:20px;}
.head-container a.misumi-hp-link:hover {background-image: none; background-color: rgba(15, 33, 139, 1); color:#fff; text-decoration: none; border:1px solid #00529b;
-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; box-shadow: none; }*/

/*GNB*/
/*.head-container .nav-wrap {display:inline-block; margin:auto; width:510px; border:1px solid red; height:70px; vertical-align:middle;}*/
.head-container .nav-wrap {position:absolute;left:50%;top:56%;transform:translate(-50%,-50%);}
.head-container .nav-wrap ul.nav-btn li {float: left; height: 72px; overflow: hidden; line-height: 65px;}
.head-container .nav-wrap ul.nav-btn li:last-child  {padding: 0 3px 3px;}
.head-container .nav-wrap ul.nav-btn li a {color:#495057; height:68px; font-size:19px; font-weight:700; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  font-family: 'Noto Sans KR', 'NanumSquare', sans-serif; margin-right:20px; letter-spacing:-1px; display:block; padding:0 10px;
                                          transition: all .3s ease-in;border-bottom:5px solid #f1f3f5;}
.head-container .nav-wrap ul.nav-btn li a::after {content:"|";position: relative; color: lightgray;left: 20px;font-weight: 100; }
.head-container .nav-wrap ul.nav-btn li:last-child a::after {content:"";}
.head-container .nav-wrap ul.nav-btn li a:hover {color:#0169c6; text-decoration:none; border-bottom:5px solid #0169c6; transition: all .3s ease-out;}
.head-container .nav-wrap ul.nav-btn li a.active {color:#0169c6; text-decoration:none; border-bottom:5px solid #0169c6;}
.head-container .nav-wrap ul.nav-btn li a > i {font-size: 18px; position: relative; top: 1px; margin-right: 1.5px;}

/* 의뢰등록 */
.body-wrap .h2 {display: inline-block;}
.body-wrap .h2::before { background: url(../images/common-blet-blue.png) no-repeat 0 0;  
content: ""; display: inline-block; height: 29px; width: 10px; margin: 0 4px 0 0; position: relative; top: 6px;}
/* 팝업 body 추가 / 2019-04-30 김진혁 */
.body-wrap-pop .h2 {display: inline-block;}
.body-wrap-pop .h2::before { background: url(../images/common-blet-blue.png) no-repeat 0 0;  
content: ""; display: inline-block; height: 29px; width: 10px; margin: 0 4px 0 0; position: relative; top: 6px;}

.btn {font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;}
.btn-green, .btn-red, .btn-blue, .btn-dark, .btn-orange, .btn-gray, .btn-lblue, .btn-dblue, .btn-lgreen {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    min-width: 55px;
    text-align: center;
}
.fa-download:before {color: #898989;}
#accordion .panel-heading-faq {
    border: 1px solid #c7c7c7;
}
#accordion .panel-body {
    border-width: 0px 1px 1px 1px;
    border-color: #c7c7c7;
    border-style: solid;
    background-color: #fff;
}
#accordion .panel {
    box-shadow: none;
    border: none;
}
.panel-group .panel {
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}
.panel-heading {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    background-color: #48cfad;
    border: none;
}
.panel-default > .panel-heading {
    background-color: #f4f4f4;
    color: #797979;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #F4F4F4;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.faq {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    width:800px;
    height:auto;
    
}
.pop-layer {max-height:860px; overflow-y:auto;}
/***
.faq .hgroup {position: relative; padding:20px; background:#2491f3; *zoom: 1}
.faq .hgroup h2 {font-size:25px; color:#fff; text-align:center;}
.faq .hgroup .bt_close {overflow: visible; position:absolute; top: 30%; right:3%; margin: -15px 0 0 0; border: 0; background: none; font-family:'NanumSquare', sans-serif; font-weight:300; font-size:40px; cursor: pointer; padding:5px; outline:none; color:#fff;}
.faq ul { margin: 0; padding: 0; list-style: none;}
.faq .q { margin: 0; border-bottom: 1px solid #eee;}
.faq .q a.trigger {font-size:17px; display: block; padding:20px 30px; font-weight:400; color: #333; text-align: left; text-decoration: none !important;}
.faq .none .q a.trigger {font-weight: normal; background: none;  position:relative;}
.faq .q .q_txt {font-family:'NanumSquare', sans-serif; font-size:27px; font-weight:800; color:#00e1ff; float:left; position:relative; top:-2px; padding-right:20px;}
.faq .a {margin: 0; padding:20px 30px; line-height: 1.6; letter-spacing:0; font-size:17px; font-weight:300; background: #fafafa; border-bottom:1px solid #eee;}
.faq .a .a_txt {font-family:'NanumSquare', sans-serif; font-size:27px; font-weight:800; color:#ffb400; float:left; position:relative; top:-5px;  padding-right:20px;}
.faq .q a {position:relative;}
.faq .q a:after {content:"+"; display:block; position:absolute; right:50px; top:20px; font-family:'NanumSquare', sans-serif; font-size:27px; font-weight:700; color:#00e1ff; }
.faq .show .q a:after {content:"-"; display:block; position:absolute; right:50px; top:20px; font-family:'NanumSquare', sans-serif; font-size:27px; font-weight:700; color:#00e1ff;}
*/
.btn-green {
    background: #099268;
    color: #fff !important;
    border: 1px solid #099268;
}
.btn-green:hover {background: #0ca678; text-decoration: none;}
.btn-red {background: #cc3333 ; color:#fff !important; border:1px solid #cc3333;}
.btn-red:hover {background: #3f0e0e !important; text-decoration: none;}
.btn-blue::before {content:"" !important;}
.btn-blue {background: #0169c6 !important; border:1px solid #0169c6; color:#fff !important;}
.btn-blue:hover {background: #418fd4 !important; text-decoration: none;}
.btn-lblue {
    background: #2283da !important;
    border: 1px solid #0169c6;
    color: #fff !important;
}
.btn-lblue:hover {background: #2491f3 !important; text-decoration: none;}

.btn-lgreen {
    background: #6eaac5 !important;
    border: 1px solid #599bb9;
    color: #fff !important;
}

.btn-lblue:hover {
    background: #599bb9 !important;
    text-decoration: none;
}


.btn-dark {
    background:#495057;
    color: #fff !important;
    border: 1px solid #495057;
}

.btn-dblue {
    background: #04439a !important;
    border: 1px solid #003b8d;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    font-weight: 500;
    padding: 0 50px;
    height: 42px;
    line-height: 42px;
}

.btn-dblue:hover {
    background:#003680 !important;
    text-decoration: none;
}
.btn-dark:hover {background: #000; text-decoration: none;}
.btn-gray {background:#f5f5f5; color:#333 !important;border:1px solid #bfbfbf;}
.btn-gray:hover, .btn-gray-sm:hover {background: #f5f7fa  !important; text-decoration: none;}
.btn-orange {background:#ff730a; color:#fff !important; border:1px solid #ff730a;}
.btn-orange:hover {background: #ff9647; text-decoration: none;}

.btn-blue-big {display:inline-block; padding:10px 20px; background: #0169c6; color:#fff !important; font-size: 12px; font-weight: bold; border-radius: 4px; border:1px solid #0169c6;}
.btn-blue-big:hover {background: #418fd4  !important; text-decoration: none;}
.btn-gray-big {display:inline-block; padding:10px 20px; background: #f2f2f2; color:#333 !important; font-size: 12px; font-weight: bold; border-radius: 4px; border:1px solid #bfbfbf;}
.btn-gray-big:hover {background: #f5f7fa  !important; text-decoration: none;}

.btn-gray-wd195 {padding:12px 35px; background: #f2f2f2; color:#333 !important; font-size: 14px; font-weight: bold; border-radius: 4px; border:1px solid #bfbfbf; border-radius:4px; display:inline-block;}
.btn-gray-wd195:hover {background: #f5f7fa  !important; text-decoration: none; border-radius:4px; display:inline-block;}

.btn-gray-big-close {padding:12px 35px; background: #0169c6 !important; color:#FFF !important; font-size: 14px; font-weight: bold; border-radius: 4px; border:1px solid #418fd4; display:inline-block;}
.btn-gray-big-close:hover {background: #418fd4 !important; text-decoration: none; display:inline-block; border:1px solid #868e96;}

.btn-month {width:55px; line-height:100%; padding:7px 8px 7px 8px; background: #f5f7fa; color:#333; font-size: 13px; font-weight: 500; border-radius: 4px; letter-spacing: -0.5px; border:1px solid #bfbfbf;}
.btn-month:hover {background: #f5f7fa  !important; text-decoration: none;}

.btn-green-sm {padding:5px 9px; background: #099268; color:#fff !important; font-size: 11px; border-radius: 4px; min-width: 55px; height:14px; line-height:15px; letter-spacing: -0.5px; text-align: center; position:relative; top:5px; }
.btn-green-sm:hover {background: #0ca678; text-decoration: none;}
.btn-blue-sm {padding:9px 13px; background: #0169c6; color:#fff !important; font-size: 12px; font-weight: bold; border-radius: 4px; min-width: 55px; text-align: center; }
.btn-blue-sm:hover {background: #418fd4; text-decoration: none;}
.btn-gray-sm {padding:5px 6.5px 5px 5px; background: #f5f7fa; color:#fff !important; font-size: 11px; font-weight: bold; border-radius: 4px; letter-spacing: -0.5px; border:1px solid #bfbfbf;}
.btn-gray-sm > i{font-size: 10px; position: relative; top: -0.5px;}

.btn-dark-md {padding:9px 13px; background: #495057; color:#fff !important; font-size: 12px; font-weight: bold; border-radius: 4px;}
.btn-dark-md:hover {background: #f5f7fa !important; text-decoration: none;}
.btn-dark-sm {padding:5px 10px; background-color:#f2f2f2; color:#333 !important; font-size: 12px; letter-spacing: -1px; display: inline-block; padding:4px; height:22px; line-height: 22px;}
.btn-dark-sm:hover {background: #f5f7fa; text-decoration: none; padding:4px;}
.btn-solid {padding:0 13px; height:35px; line-height:35px; background-color:#fafafa; font-size: 12px; letter-spacing: -0.5px; display: inline-block; height:35px; line-height: 35px; border:1px solid #c3c3c3; font-weight: bold; border-radius:4px;}
.btn-solid:hover {background: #f5f7fa; text-decoration: none; color:#333 !important;}
.btn-solid > i {color:#333; margin-right: 3px; position: relative; top: -0.5px;}
.btn-solid:hover > i {color:#333; margin-right: 3px; position: relative; top: -0.5px;}
.btn-solid-sm {background-color:#fff; font-size: 12px; letter-spacing: -1px; display: inline-block; height:30px; line-height: 30px; border:1px solid #666; padding:0 6px;}
.btn-solid-sm:hover {background: #f5f7fa; text-decoration: none; color:#333 !important;}
.btn-help { height:auto; line-height:15px; padding:13px 10px 11px 10px; background: #fff; color:#888 !important; font-size: 11px; border-radius: 4px; letter-spacing: -0.5px; border:1px solid #bfbfbf; font-weight:800;text-align:center; position:relative;}
.btn-help:hover,.btn-help-sm:hover {text-decoration:none; background-color:#f8f9fa;}
.btn-help-sm { height:20px; line-height:20px; padding:0 7px; background: #fff; color:#333 !important; font-size: 11px; border-radius: 4px; letter-spacing: -0.5px; border:1px solid #bfbfbf; font-weight:800;text-align:center; position:absolute; left:105px; top:3px;}
.btn-search-big {font-size:14px; width: 91px; height: 80px; margin: auto; text-align: center; line-height: 80px; background-color: #0169c6; color: #fff !important; border-radius:4px;}
.btn-search-big:hover {background: #418fd4; text-decoration: none;}
i.fa-question {font-size:18px !important; padding-right:0 !important;}
/*작은 조회 버튼 스타일 생성 (2020-05-12 양도경)*/
.btn-search-sm {
    font-size: 14px;
    margin: auto;
    text-align: center;
    background-color: #999;
    color: #fff !important;
    border-radius: 4px;
    border: 1px solid #888;
    padding: 10px 22px;
}
.popup-help h3 { /*margin-top:15px;*/
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400; color:#fff;
}
#aCouponList {
    float: left;
    padding-left: 65px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: right;
    background: url(/images/coupon_s.png) 0 100% no-repeat;
    background-size: 60px auto;
    font-size: 17px;
    color: #333;
    font-weight:700;
    margin-left:10px;
} /**쿠폰있어요 이미지배경으로 전환 20200622 김정혜 **/
#aCouponList {
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

#aCouponList img {width:50px;}
/*이벤트 추가 20200615 김정혜*/
.event_list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
#divEventHeader1 {float:left; width:50%; text-align:center; font-size:20px; padding:10px 0; border-bottom:2px solid #e5e5e5;}
#divEventHeader1.on {float:left; width:50%; text-align:center; font-size:20px; font-weight:700; padding:10px 0; border-bottom:2px solid #000;}
#divEventHeader2 {float:left; width:50%; text-align:center; font-size:20px; padding:10px 0; border-bottom:2px solid #e5e5e5;}
#divEventHeader2.on {float:left; width:50%; text-align:center; font-size:20px; font-weight:700; padding:10px 0; border-bottom:2px solid #000;}
#divEventContent1 {height:auto; margin:auto;}
.event_ing ul li {width:740px; margin:10px auto 60px; cursor:pointer; font-size:13px; line-height:18px;}
.event_ing ul li img {border-radius:10px; }
#spanEventContent1 {width:95%; overflow:hidden; margin:50px auto;}
#spanEventContent1 li {float:left; margin-right:4%; width:46%;height:335px;}
#spanEventContent1 li .event_wrap {max-height:310px; overflow:hidden; border-radius:10px;}
#spanEventContent1 li .event_txt {margin-top:10px; margin-left:5px; font-size:17px; line-height:24px; font-weight:400;}
#spanEventContent1 li img {width:100%; height:auto;}
#spanEventContent1 li:nth-child(2n) {margin-right:0;}

#spanEventContent2 {width:95%; overflow:hidden; margin:50px auto;}
#spanEventContent2 li {float:left; margin-right:4%; width:46%; height:335px;}
#spanEventContent2 li .event_wrap {max-height:310px; overflow:hidden; border-radius:10px;}
#spanEventContent2 li .event_txt {margin-top:10px; margin-left:5px; font-size:17px; line-height:24px; font-weight:400;}
#spanEventContent2 li img {width:100%; height:auto;}
#spanEventContent2 li:nth-child(2n) {margin-right:0;}


.btn-search-sm:hover {
    background: #418fd4;
    text-decoration: none;
}

.coupon {width:100%; overflow:hidden; margin-top:10px; padding:0 15px;}
.coupon li {float:left; width:48%; margin:1%; }
.coupon .cp_wrap {width:100%; min-height:160px; background:url('../images/coupon.png') 0 0 no-repeat; background-size:contain;}
.coupon .cp_wrap .discount {font-size:40px; color:#ed6b5d; font-weight:800; padding-top:45px; margin-left:110px; letter-spacing:-1px;}
.coupon .cp_wrap .discount span {font-size:18px; font-weight:400; color:#444;}
.cp_date {padding:7px 10px 10px; width:99%;}
.cp_date p {background:#fff; padding:7px; border-bottom:1px solid #eee;}
.coupon_txt {padding:3%; background:#f5f5f5; }
.event_cview {
    width: 100%;
    margin: 30px auto 0;
}
.view_img {width:100%; margin:0 auto; text-align:center;}
/*네이버에디터 P 태그 높이*/
.div-naverEdit p {
    height: 21px;
}

.karteWidth img {width:100%; height:auto;}
/*이벤트 카르테*/
.siteMaterKarte {
    position: absolute;
    bottom:-35px;
    text-align: center;
    font-weight: bold;
    background: #444;
    /*width: 175px;*/
    /*width: 250px;*/
    width: 450px;
    height: 35px;    
    /*z-index: 3;*/
    z-index: 100;
    color:#fff;
    line-height:35px;
    font-weight:400;
    cursor:pointer;
}
#divEventNotice a {display:block; width:100%; height:100%;}
.siteMaterKarte a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-family: 'NanumSquare', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
.siteMaterKarte a:hover, .siteMaterKarte a:visited, .siteMaterKarte a:active { color: #fff;  }

.karteWidth {
    /*width:175px;*/
    /*width:250px;*/
    width: 450px;
}
/* 퀵메뉴 css 20200612 김정혜 */
.quick {
    /*width: 175px;*/
    /*width: 250px;*/
    width: 250px;
    position: fixed;
    top: 130px;
    /*right: 25px;*/
    left: 25px;
    background: none;
    /*z-index: 2;*/
    z-index: 100;
}
#divEventNoticeClose2 {
    display: block;
    width: 35px;
    height: 35px;
    background: #444;
    color: #fff;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
    right:0;
    font-family: 'NanumSquare',sans-serif;
    line-height:36px;
    font-weight:500;
}
/* 이력 상세 버튼 스타일 / 2019-06-19 양도경 */
.div-btn-gray-1 {
    display: inline-block;
    padding: 11px 13px 9px 13px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px;
    width: 180px;
    height: 40px;
    text-align: left;
}
.div-btn-gray-1 {background: #f2f2f2; border:1px solid #bfbfbf; color:#014cb1; cursor:pointer; margin-right: 20px; box-shadow: 1px 1px 1px 1px #e5e5e5; }
.div-btn-gray-1:hover {opacity: 0.75;}
.btn-gray-1 {position: relative; font-size: 13px; font-weight: bold; text-align: center; left: 35px;}
.btn-gray-1 {color:#333333}

.div-btn-orange-1 {display:inline-block; padding:11px 13px 9px 13px; font-size: 13px; font-weight: bold; border-radius: 2px; width: 180px; height:40px; text-align: left;}
.div-btn-orange-1 {background: #ff730a; color:#fff; cursor:pointer; margin-right: 20px; box-shadow: 1px 1px 1px 1px #e5e5e5; }
.div-btn-orange-1:hover {opacity: 0.75;}
.btn-orange-1 {position: absolute; font-size: 13px; font-weight: bold; width: 140px; text-align: center;}
.btn-orange-1 {color:#fff;}

.div-btn-blue-1 {display:inline-block; padding:11px 13px 9px 13px; font-size: 13px; font-weight: bold; border-radius: 2px; width: 180px; height:40px; text-align: left;}
.div-btn-blue-1 {background: #0169c6; color:#fff; cursor:pointer; box-shadow: 1px 1px 1px 1px #e5e5e5; }
.div-btn-blue-1:hover {opacity: 0.75;}
.btn-blue-1 {position: absolute; font-size: 13px; font-weight: bold; width: 140px; text-align: center;}
.btn-blue-1 {color:#fff;}



.tbl-wrap {overflow: hidden;}
.tbl-wrap table {width: 100%; table-layout: fixed; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif; position: relative;}
.tbl-wrap table tr th, .tbl-wrap table tr td {vertical-align: middle; word-break:keep-all; text-align: center; height: 47px;}
.tbl-wrap table tr th {background-color: #f1f3f5; text-align: center; border-bottom: 1px solid #ddd; font-weight: 500;}
.tbl-wrap table tr td {border-bottom: 1px solid #ddd; padding: 8px; box-sizing: border-box; vertical-align: middle;  word-break:break-all; overflow:hidden;}

.inp-base { display: inline-block; vertical-align: middle; border:1px solid #ccc; border-radius: 2px; height: 30px; padding: 0 9px; text-align: left; color: #000;}

.input-group {display: table; width: 100%;}
.input-group > input #txtRegDate1,.input-group > input #txtRegDate2 {display: table-cell; width: calc(100% - 26px)!important; float:left;}
.input-group > a {float: right; display: table-cell; width: 25px; text-align: center; font-size: 14px; color: #868e96; height: 28px; line-height: 27.5px; vertical-align: middle; border:1px solid #ccc; border-left: 0; background-color: #f4f4f4;}
.input-group > a:hover {background-color: #000; color:#fff;}

.input-txt {display: table; width: 100%; vertical-align: middle; font-size: 0; white-space: nowrap; box-sizing: border-box; overflow: hidden; z-index: 2;}
.input-txt .medium {height: 30px; line-height: 30px; padding:0 10px; width: calc(100% - 80px)!important; margin-right: 10px; display: inline-block; vertical-align: top; }
.input-txt .normal {height: 30px; line-height: 30px; padding:0 10px; display: inline-block;}
.input-txt > a > i  {color:#ccc;}
.input-txt > .btn-dark-sm-solid:hover {background: #000; text-decoration: none;}

/* 도면업로드 파일첨부 */
.qq-uploader {padding:10px; border:1px dashed #868e96; text-align: center; vertical-align: middle; color: #7d7d7d; position: relative; border-top:1px solid #333;}
.attachfile-txt {font-size: 13px; color: #7d7d7d; vertical-align: middle;}

/* 도면업로드 파일첨부 - 업로드된 파일명 및 용량 */
.attachfile-list {box-sizing: border-box;border-bottom: 1px solid #ccc; overflow: hidden; margin-bottom: 10px;}
.attachfile-list li {float: left; width: 25%; box-sizing: border-box; margin: auto; margin-bottom: 10px;}
.attachfile-list li .attachfile-mini-wrap {border:1px solid #ccc; overflow: hidden; box-sizing: border-box; font-size: 12px; height: 40px; vertical-align: middle; width: 95%; margin: auto; min-width: 256px;}
.attachfile-list li .attachfile-mini-wrap .file-info-icon {width: 60px; float: left; display: inline-block; height: 50px; line-height: 66px; text-align: center;}
.attachfile-list li .attachfile-mini-wrap .file-info-icon > i {font-size: 35px; color: #868e96;}
.attachfile-list li .attachfile-mini-wrap .file-info-text {float: left; display: inline-block; vertical-align: middle; padding:4px 0 0 8px;}
.attachfile-list li .attachfile-mini-wrap .file-info-text p {overflow: hidden; color: #343a40; min-width: 190px; text-align: left;}
.attachfile-list li .attachfile-mini-wrap .file-info-close > a{float: right; width: 30px; border-left: 1px solid #ccc; height: 50px; text-align: center; line-height: 36px; color: #343a40;}
.attachfile-list li .attachfile-mini-wrap .file-info-close > a:hover {color:#000; background-color: #f1f3f5;}
.ajax__fileupload {border:0 !important; position:relative;}
.ajax__fileupload_dropzone {color:#333 !important; background-color:#f5f7fa;margin-bottom:10px; line-height:57px !important; position:relative;}
/*.ajax__fileupload_dropzone::before {font-family:"Font Awesome 5 Free"; content:"\f574"; margin-right:5px;}*/
.ajax__fileupload_fileItemInfo {margin-bottom:10px; max-width:214px !important;}
.ajax__fileupload_fileItemInfo .removeButton {background-color:#fff; color:#333 !important;border-left:1px solid #ddd; padding:0 3px; height:40px; line-height:27px;}
.ajax__fileupload_fileItemInfo .removeButton:hover {background-color:#f8f9fa;}
.ajax__fileupload_fileItemInfo .pendingState {color:#333 !important;}
.ajax__fileupload_queueContainer {border:0 !important;padding:0 !important; margin-top:15px; padding-top:10px !important; padding-bottom:0px !important; border-bottom:1px solid #eee !important; border-top:1px solid #eee !important; margin-bottom:10px !important;}
div.ajax__fileupload_fileItemInfo {border:1px solid #ddd; height:30px; line-height:30px; max-width:20%; margin-right:10px; text-align:left;}

#MainContent_AjaxFileUpload1 {position:relative}

/*도면업로드 버튼 / 2019-05-20 / 이용훈*/
.ajax__fileupload_uploadbutton {background-color:#ff730a !important; color:#fff !important; padding:0 15px !important; border-radius:4px !important; min-width:140px; margin:auto;
                                height:37px !important; line-height:37px !important; border:0!important}
.ajax__fileupload_uploadbutton::before  {font-family:"Font Awesome 5 Free"; content:"\f093"; margin-right:5px;}


/*업로드 컴포넌트 / 파일찾기 버튼*/
.ajax__fileupload_selectFileButton {height:35px; line-height:33px; color:#fff; border-radius:4px !important; background-color:#868e96;}
.ajax__fileupload_selectFileButton::before {font-family:"Font Awesome 5 Free"; content:"\f07c"; margin-right:5px;}
.ajax__fileupload_selectFileContainer {width:auto !important;}
/*.ajax__fileupload_selectFileContainer {width:auto !important; position:absolute; top:17px; right:292px;}*/

/*업로드 컴포넌트 / 업로드 중일때 취소 버튼*/
.ajax_fileupload_cancelbutton {height:inherit; width:inherit; line-height:inherit; color:#fff;
                               padding:5.5px 15px; border-radius:4px !important; background-color:#868e96;}
.ajax_fileupload_cancelbutton::before {font-family:"Font Awesome 5 Free"; content:"\f00d"; margin-right:5px;}

/* 푸터 */
footer {background-color: #f1f3f5; padding:22px 0 18px; clear: both; border-top: 1px solid #ccc;}
footer .footer {display: table; width: 100%; padding:0 35px; font-size: 13px; line-height: 20px; color:#343a40; min-width:1199px;}
footer .footer .company-info {width: 80%; float: left;}
footer .footer .copyright {float: right;}

/*footer .footer-telinfo {color:rgba(15, 33, 139, 1);}*/
footer .footer-info-split {color: #ccc; padding:0 5px;}


/* 말줄임 */
.ellipsis{ white-space:nowrap; text-overflow:ellipsis;  /* IE, Safari */  -o-text-overflow:ellipsis;  /* Opera under 10.7 */  overflow:hidden;   /* "overflow" value must be different from "visible" */  -moz-binding: url('ellipsis.xml#ellipsis');}
 
/* 체크박스 */
.squaredFour { width: 20px; position: relative; margin: 20px auto;}
.squaredFour label { width: 13px; height: 13px; cursor: pointer; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, #fcfff4 0%, #dedede 100%); border-radius: 2px; border:1px solid #aab2bd; box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.3);}
.squaredFour label:after { content: ''; width: 4px; height: 2px; position: absolute; top: 3px; left: 3px; border: 3px solid #333; border-top: none; border-right: none; background: transparent; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.squaredFour label:hover::after { opacity: 0.5;}
.squaredFour input[type=checkbox] { visibility: hidden;}
.squaredFour input[type=checkbox]:checked + label:after { opacity: 1;}

/* 카카오톡 이미지 아이콘 */
.icon-kakaotalk { vertical-align: middle; position: relative; top: -2px; margin-right: 6px;}

/* 탭 */
.tabrow { list-style: none; line-height: 24px; height: 44px; overflow: hidden; font-size: 12px; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif; position: relative;}
.tabrow li {cursor: pointer; border: 1px solid #ccc; background: #f1f3f5; display: inline-block; position: relative; z-index: 0; border-top-left-radius: 6px; border-top-right-radius: 6px; /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF; */padding:9px 48px; float: left; margin-right: 3px;}
.tabrow a { color: #555; text-decoration: none;}
.tabrow li:hover, .tabrow li:hover a { color: #fff; z-index: 2; border-bottom-color: #333; font-weight: bold; background:#495057;}
.tabrow li.selected span.badge {background-color: #f08c00; color: #fff; }
.tabrow li.selected a {color: #fff;}
.tabrow li.selected:before, .tabrow li.selected:after {width: 0; height: 0;}
.tabrow li.selected { color: #495057; z-index: 2; border-bottom-color: 1px solid #000; font-weight: bold; background: #495057; border-color: #495057;;}
.tabrow:before { position: absolute; content: " "; width: 100%; bottom: 0; left: 0; border-bottom: 1px solid #000; z-index: 1;}
.tabcont-wrap .tab-grid {border:1px solid #ccc; border-top: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;}
.tab-grid a.btn-pos {position: relative; bottom: -9px;}
.tabrow li span.badge {background-color:hsla(215, 13%, 70%, 1); color: #fff;  display: inline-block; height: 17px; line-height: 17px; text-align: center; vertical-align: middle; font-size: 11px; border-radius: 50px; letter-spacing: -.45px; margin-left: 10px; padding:0 5px; position: relative; top: -1px;}

/* 의뢰 데이터 일괄 입력양식 팝업 */
#data-form-popup {position: absolute; top:-5px; right: 0px; background-color: #fff; border:1px solid #555; z-index: 10; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup:target {display: block;}

/* 의뢰 데이터 일괄 입력양식 팝업 (IE 10) */
#data-form-popup6 {position: absolute; top:-5px; right: 0px; background-color: #fff; border:1px solid #555; z-index: 1; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup6 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup6:target {display: block;}

/* 의뢰 데이터 일괄 입력양식 팝업 (도면없음) (2019-05-02 양도경) - 2019-05-20 김진혁 주석처리 */
/*#data-form-popup2 {height: 134px; padding:17px 20px 18px 22px;  position: absolute; top: 165px; right: 20px; background-color: #fff; border:1px solid #555; z-index: 10; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup2 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup2:target {display: block;}*/

/* 표준품특주 의뢰 팝업 (2019-05-20 김진혁) */
#data-form-popup2 {position: absolute; right: 0px; background-color: #fff; border:1px solid #555; z-index: 11; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup2 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup2:target {display: block;}

/* 표준품특주 의뢰 팝업 (2021-08-18 김정혜) */
#new_pop {position:fixed; width:1000px; /*min-height:700px;*/left:50%; margin-left:-500px; top:5%; background-color: #fff; border:1px solid #555; z-index: 999; overflow:hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); -moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none; height : 600px; overflow-y : auto;}
#new_pop .popup-close {position:absolute; right:25px; top:12px; color:#fff;}
#new_pop h4 > i {color:#099268; margin-right: 3px;}
#new_pop:target {display: block;}
#new_pop .tbl-wrap {width:90%; margin:0 auto 15px;}
#new_pop .tbl-wrap th, #new_pop .tbl-wrap td {border:1px solid #ddd; font-size:14px; height:35px;}
.new.tbl-wrap {width:90%; margin:0 auto 15px; background:#fff}
.new.tbl-wrap th {background:##d5e5eb;}
.new.tbl-wrap th, .new.tbl-wrap td {border:1px solid #ddd; font-size:14px; height:35px;}

/* 표준품특주 의뢰 팝업 (IE 10) (2019-05-27 김진혁) */
#data-form-popup7 {position: absolute; right: 0px; background-color: #fff; border:1px solid #555; z-index: 10; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup7 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup7:target {display: block;}

/* 도면업로드 팝업 (2019-05-23 이용훈) */
#data-form-popup3_1 {position: absolute; right: 0px; background-color: #fff; border:1px solid #555; z-index: 10; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup3_1 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup3_1:target {display: block;}
#data-form-popup3_1 .popup-close {height:50px; line-height:50px; padding-right:20px; font-size:20px; float:right; display:inline-block; color:#ddffff;}
#data-form-popup3_1 .popup-close > a >i {color:#ddffff;}

/* 도면 다운로드, 견적 재의뢰 안내 / 2019-05-07 / 김진혁 추가  */
#data-form-popup3 {height: 225px; padding:17px 20px 18px 22px;  position: absolute; left:560px; bottom:76px; background-color: #fff; border:1px solid #555; z-index: 10; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup3 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup3:target {display: block;}  

/* 발주 파일 다운로드, 발주하기 안내 / 2019-05-07 / 김진혁 추가  */
#data-form-popup4 {height: 300px; padding:17px 20px 18px 22px; position: absolute; bottom: 30px; left:260px; background-color: #fff; border:1px solid #555; z-index: 10; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup4 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup4:target {display: block;}  

/* 미스미 출하일 안내 / 2019-05-21 / 김진혁 추가  */
#data-form-popup5 {height: 130px; padding:17px 20px 18px 22px; position: absolute; top: 225px; right: 300px; background-color: #fff; border:1px solid #555; z-index: 10; overflow: hidden; box-sizing: border-box; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
border-radius: 3px; -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
-moz-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12);
box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.12); display: none;}
#data-form-popup5 h4 > i {color:#099268; margin-right: 3px;}
#data-form-popup5:target {display: block;}  


/* 2019-05-07 / 김진혁 추가 */ 
.pd-0 { 
    padding: 0 !important; 
}

/* 2019-05-07 / 김진혁 추가 */
.bd-0 {
    border: 0 !important;
}

/* 2019-05-07 / 김진혁 추가 */
.cp {
    cursor: pointer;
}

/* Layer Popup css / 2019-05-09 / 김진혁 추가 */
.pop-layer .pop-container {
    padding: 20px 20px 0px 20px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
}
 
.pop-layer {
    display: none;
    position: absolute;
    top:50%;
    left:45%;
    height: auto;
    background-color: #fff;
    /*border: 5px solid #3571B5;*/
    z-index: 10;
    box-shadow:2px 2px 5px 3px rgba(0,0,0,0.12);
    border:1px solid #333;
    border-radius:3px;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

a.btn-layerClose {
    color: #ddffff;
    position:absolute;
    right:10px;
}


/*신규의뢰 / 의뢰 내용 일괄 업로드 팝업*/
.popup-dataupload > h4 {font-size:18px; height:45px; line-height:45px; background-color:#418fd4; color:#ddffff; padding-left:20px;}
.popup-dataupload > p { text-align:center;}
.popup-dataupload > p > span.pop-mini-badge-gray {padding: 3px 5px; background-color: #f2f2f2; color:#333;border-radius:2px; border:1px solid #bfbfbf;}
.popup-dataupload > p > span.pop-mini-badge-green {padding: 3px 5px; color:#099268; border-radius:2px; border-radius:4px; font-weight:700;}
.popup-dataupload > p > span.pop-mini-badge-dark {padding: 3px 5px; color:#495057; border-radius:2px; border-radius:4px; font-weight:700;}
.popup-dataupload > p.text-left {text-align:left;}


/* 칸반 리스트 / 2019-05-15 김진혁 */
.card {
	height: 200px;
	width: 32%;
    margin-top: 20px;
    margin-right: 1%;
    float: left;
    background-color: white;
    border: 1px solid #000;
	overflow: hidden;
}

.cusDate {
    font-weight: bold;
    color: #7F7F7F;
    opacity: 0.5;
}

.fnt-weight-bd {
    font-weight: 500;
}

.pr-text {
    font-size: 18px;
    font-weight:500;
}


/*이력조회 상세 / 2019-05-16 이용훈*/
.projectDetailBox {
    border: 1px solid #333; 
    padding:25px 30px 10px;
    border-radius:4px;
    overflow:hidden;
}
.projectDetailBox .projectNo {font-size:16px; font-weight:bold;}
.projectDetailBox .prjectName {font-size:15px; letter-spacing:-0.7px; font-weight:700;}
.projectDetailBox .projectStatus {float:right;}
.projectDetailBox .projectStatus ul li {float:right; margin-right:20px; padding-left:15px; border-left:1px solid #e6e6e6; text-align:center; font-size:14px; line-height:20px; font-weight:bold;}
.projectDetailBox .projectStatus ul li:first-child {margin-right:0;}
.projectDetailBox .projectStatus ul li:last-child {border-left:0;}
.projectResultInfo {width:100%; clear:both; border-radius:4px;}
.projectResultInfo .userComment {background-color:#f2f2f2; padding:10px; border-radius:4px; line-height:20px; margin-bottom:20px; margin-top:10px; font-size:14px;}
.projectResultInfo ul {width:100%;}
.projectResultInfo ul li {float:left; padding-left:15px; border-left:1px solid #ccc; line-height:22px; font-size:14px; min-height:45px;}
.projectResultInfo ul li:nth-child(1) {width:19%;}
.projectResultInfo ul li:nth-child(2) {width:19%;}
.projectResultInfo ul li:nth-child(3) {width:21%;}
.projectResultInfo ul li:nth-child(4) {width:23%;}
.projectResultInfo ul li:nth-child(5) {width:auto;}


/*프로젝트 요약 코멘트 2019-05-28 이용훈*/
.projectResultInfo ul.detail-project-comment {width:100%;}
.projectResultInfo ul.detail-project-comment li {border-left:0;  padding-left:0; margin-top:10px; border:0;}
.projectResultInfo ul.detail-project-comment li:first-child {width:59%;}
.projectResultInfo ul.detail-project-comment li:last-child {width:41%;}


/*접기/펼치기 버튼*/
.projectDetailBox-comment {}
.projectDetailBox-btn-folding {font-size:12px; height:25px; padding:1px 20px; border:1px solid #bfbfbf; line-height:25px; border-top:0; text-align:center; background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); letter-spacing:-1px;}
.projectDetailBox-btn-folding:hover, .projectDetailBox-btn-folding:active {text-decoration:none;}
.fas .fa-reply-all {color:#eee;}

.ui-datepicker td {height:auto;}


.dwgGridQtSoData-btn-folding {
    width: 100%;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-top: 9px;
    margin-bottom: 1px;
    text-align: center;
    letter-spacing: -1px;
    background-color: #128fff;
    color: #fff;
}


/*메인페이지*/
#main-wrap {background:#fff url(../images/main-bg-drawing.png) no-repeat center top; background-color:#fff; text-align:center; background-size:100%; margin-top: 6px; margin-bottom: 6px;}
#main-wrap .container {display:table;  height: calc(100vh - 193px)!important; position:relative;}
#main-wrap .container .ulwrap {display:table-cell;vertical-align:middle;}
#main-wrap .container .ulwrap ul {display:inline-block; margin:0 auto; }
#main-wrap .container .ulwrap ul li {float:left;}
#main-wrap .container .ulwrap ul li a {display:block;}
#main-wrap .container .ulwrap ul li a:hover img {-webkit-filter:brightness(1.15);}
#main-wrap .container .ulwrap ul li:first-child {margin-right:60px;}
#main-wrap .container .main-btn-readylist {width:725px; clear:both; margin:auto;}
#main-wrap .container .ulwrap .main-btn-readylist .readylist-button {font-size:15px; font-weight:bold; letter-spacing:-1px; color:#333; height:50px; width:332px; height:45px; line-height:45px; clear:both; display:block; background-color:#e8eaed; border:1px solid #bfbfbf; text-align:left; border-radius:8px; margin-top:15px; padding-left:15px; box-sizing:border-box;}
#main-wrap .container .ulwrap .main-btn-readylist .readylist-button:hover {text-decoration:none; background-color:#f5f7fa;}
#main-wrap .container .ulwrap .main-btn-readylist .readylist-button img {position:relative; top:6px; margin-right:7px;}
#main-wrap .container .ulwrap .main-btn-readylist span i {float:right; position:relative; right:12px; top:14px;}

/*팝업 - 의뢰대기목록 / 2019-05-20 / 이용훈*/
.popup-wrap {overflow-y:auto; padding-bottom:30px;}
.popup-wrap  h3 {height:60px; line-height:60px; background-color:#418fd4; color:#ddffff; padding-left:20px; margin-bottom:20px;}
.popup-body {padding:20px 30px 20px;}
.tbl-base {width:100%;border-collapse:collapse;}
.tbl-base tr th, .tbl-base tr td {border-right:0; text-align:left;}
.tbl-base .vta-mid.tit:after {content:"▶"; display:block; position:absolute; color:#ff730a; width:30px; font-size:25px; right:-20px;top:50%;}
.tbl-base .vta-mid.tit2:after {content:"▶"; display:block; position:absolute; color:#0169c6; width:30px; font-size:25px; right:-20px;top:50%;}
.tbl-base.cpon {border-top:1px solid #ddd; border-bottom:1px solid #ddd; display:block; padding:10px 0;}
.tbl-base.cpon thead {display:none;}
.tbl-base.cpon th, .tbl-base.cpon td {padding:10px 0; font-size:15px; line-height:15px; text-align:center;}
.tbl-base.cpon td input[type="radio"] {position:relative; top:-3px; width:15px; height:15px;}
.tbl-base.cpon td:nth-child(2) {font-size:17px; font-weight:700;} 
.tbl-base.cpon td:nth-child(2) span {font-size:15px; font-weight:400;}
.tbl-base.cpon tr:last-child td.cp_yes {color:#888; position:relative;}
.tbl-base.cpon tr:last-child td.cp_yes:after {content:"";  position:absolute; display:block; width:45px; height:45px;background-size:contain; left:35%; top:-5px;}
.cp_pop_tit {padding:10px 0; font-size:18px;}
.total_wrap {overflow:hidden; margin-top:30px;}
.total_wrap div {float:left; width:33%; text-align:center; font-size:20px;}
#divTotalPrice p:last-child { font-size:25px;color:#495057; font-weight:900;}
#divTotalDisCount p:last-child { font-size:25px;color:#e61919; font-weight:900;}
#divTotalCouponApplyPrice p:last-child { font-size:25px;color:#000; font-weight:900;}
#divTotalPageViewCnt {margin:5px 30px 0 5px;}
/*팝업 - 간이견적서 / 2019-05-20 / 이용훈*/
.popup-body #divProjectNo {
    font-size: 18px;
    font-weight: 500;
}
#couponListInfoRow {display:table; width:70% ;margin:0 auto;}
.popup-body #divProjectName {font-size:23px; font-weight:700;letter-spacing:-1px;}
.total-pay {background-color:#626461; padding:15px 15px 13px 20px; margin-top:15px; border-radius:4px; border:1px solid #333; overflow:hidden;}
.total-pay .total-esti {font-size:23px; font-weight:bold; color:#fff; width:100%; float:left;}
.total-pay .total-comment {font-size:14px; float:left; width:100%; color:#fff; line-height:30px;}
.popup-estmate-info {border-top:1px solid #333;}
.popup-estmate-info > table {width:100%;color:#444; font-size:14px;}
.popup-estmate-info > table tr th {background-color:#f1f3f5; border-top:1px solid #ced4da;  border-bottom:1px solid #ced4da; vertical-align:middle; padding-left:15px; text-align:left; font-weight:500;}
.popup-estmate-info > table tr td {border:1px solid #ced4da; height:35px; vertical-align:middle; padding-left:15px; text-align:left; font-weight:400; }
.popup-estmate-info > table tr td:last-child {border-right:0;}
.estimate-comment {line-height:20px;}

/*이력조회 상세 - 안내팝업 / 2019-05-20 이용훈*/
.popup-help {padding:0 !important;}
.popup-help .popup-help-title {font-size:18px; height:45px; line-height:45px; background-color:#418fd4; color:#ddffff; padding-left:20px;}
.popup-help .popup-help-title > h3 {float:left;}
.popup-help .popup-help-title > a > i {position:relative; right:10px; color:#ddffff;}
.popup-help .popup-help-body {padding:20px; line-height:20px;}

/*input field / place holder color / 2019-05-20 이용훈*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #5D5D5D; opacity: 1; /* Firefox */}
:-ms-input-placeholder { /* Internet Explorer 10-11 */  color: #5D5D5D;}
::-ms-input-placeholder { /* Microsoft Edge */ color: #5D5D5D;}

/*공통-팝업창 닫기 / 2019-05-20 / 이용훈*/
#data-form-popup .popup-close {height:50px; line-height:50px; padding-right:20px; font-size:20px; float:right; display:inline-block; color:#ddffff;}
#data-form-popup .popup-close > a >i {color:#ddffff;top:0;}

#data-form-popup2 .popup-close {height:50px; line-height:50px; padding-right:20px; font-size:20px; float:right; display:inline-block; color:#ddffff;}
#data-form-popup2 .popup-close > a >i {color:#ddffff;}

#data-form-popup3 .popup-close {height:50px; line-height:50px; padding-right:20px; font-size:20px; float:right; display:inline-block; color:#ddffff;}
#data-form-popup3 .popup-close > a >i {color:#ddffff;}

#data-form-popup6 .popup-close {height:50px; line-height:50px; padding-right:20px; font-size:20px; float:right; display:inline-block; color:#ddffff;}
#data-form-popup6 .popup-close > a >i {color:#ddffff;}

#data-form-popup7 .popup-close {height:50px; line-height:50px; padding-right:20px; font-size:20px; float:right; display:inline-block; color:#ddffff;}
#data-form-popup7 .popup-close > a >i {color:#ddffff;}


/* Loading Layer Popup css / 2019-05-21 / 김진혁 추가 */
.pop-layer2 .pop-container2 {
    padding: 20px 20px 0px 20px;
}

.pop-layer2 .btn-r2 {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
}
 
.pop-layer2 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: 10;
    border-radius:3px;
}

.dim-layer2 {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer2 .dimBg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer2 .pop-layer2 {
    display: block;
}

a.btn-layerClose2 {
    color: #ddffff;
    position:absolute;
    right:10px;
}


/*서비스이용안내 / 2019-05-21 / 이용훈*/
#serviceinfo-wrap {position:relative; top:60px;}
#serviceinfo-wrap > a {position:absolute; top:75px; right:0px;}
#serviceinfo-wrap > a:hover {text-decoration:none;}
#serviceinfo-wrap .info-tab {width:100%; margin-top:70px; margin-bottom:25px; padding-bottom:50px;}
#serviceinfo-wrap .info-tab li {border:1px solid #aaa; height:55px; line-height:55px; text-align:center; font-size:20px; font-weight:bold; float:left; border-bottom:1px solid #333;}
#serviceinfo-wrap .info-tab li:nth-child(1),#serviceinfo-wrap .info-tab li:nth-child(2) {background-color:#eeedf0;}
#serviceinfo-wrap .info-tab li a {display:block; color:#555; font-weight:700;}
#serviceinfo-wrap .info-tab li.active {border-bottom:0; color:#0169c6; background-color:#fff; border:1px solid #333; border-right:1px solid #333; font-weight:700;}
#serviceinfo-wrap .info-tab li.active a {border-bottom:0; color:#0169c6; background-color:#fff; font-weight:700;}
#serviceinfo-wrap .info-tab li.active::after {font-family:"Font Awesome 5 Free"; content:"\f107"; top:-30px; position:relative;}
#serviceinfo-wrap .info-tab li a:hover {text-decoration:none; border-bottom:0;}
#serviceinfo-wrap .info-tab li:nth-child(1), #serviceinfo-wrap .info-tab li:nth-child(2) {width:25%;}
#serviceinfo-wrap .info-tab li:last-child {width:50%; border:0; border-bottom:1px solid #333;}


/*신규의뢰 - 이용안내 모달 / 2019-05-21 / 이용훈*/
.write-modal-guide {border-radius:20px;}
.serviceinfo-moddal-title {background-color:#f6f6f6; padding:25px 0 20px; border-bottom:1px solid #bfbfbf;}
.serviceinfo-moddal-title > h3 {font-size:32px; text-align:center; color:#3399cc; font-weight:800; padding-bottom:15px; letter-spacing:-1px;}
.serviceinfo-moddal-title > p {font-size:16px; text-align:center; line-height:22px;}
.serviceinfo-moddal-body {text-align: center; min-height: 410px; width: 815px; margin: 0 auto;}
#nextArrow {position:absolute; top:50%; right:15px; border:0; background-color:none; color:#333; font-size:30px;}
#nextArrow > i {color:#333;}
#prevArrow {position:absolute; top:50%; left:15px; border:0; background-color:none; color:#333; font-size:30px;}
.mockup-btn-file { padding:3px 5px; background-color:#868e96; color:#fff; border-radius:4px; font-size:15px;}
.mockup-btn-upload {padding:3px 5px; background-color:#ff730a; color:#fff; border-radius:4px; font-size:15px;}
.mockup-btn-orange {padding:3px 5px; background-color:#ff730a; color:#fff; border-radius:4px; font-size:15px;}
.mockup-btn-solid {padding:3px 5px; background-color:#fff; border:1px solid #c3c3c3; color:#333; border-radius:4px; font-size:15px;}

/***불가품 추가팝업**/
.pop-layer .pop-container {
    width: 100%;
    max-height:653px;
}
.serviceinfo-body {width:815px;}
.serviceinfo-body2 {width:100%;}


.serviceinfo-moddal-body {
    text-align: center;
    height: 410px;
    position: relative;
    margin: 0 auto;
    width:90%;
    margin-top:0;
}

.serviceinfo-moddal-body img {width:100%; height:auto;}


.serviceinfo-moddal-body ul.dot {
    position: absolute;
    height: 50px;
    z-index: 2;
    width: 100%;
    bottom: 10px;
    background: #fff;
 }
.serviceinfo-moddal-body ul.dot li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 7px;
}
.serviceinfo-moddal-body ul.dot li a {border-radius:15px;}
.serviceinfo-moddal-body dl {
    float: left;
    width: 25%;
    height:50%;
    /*min-height: 270px;*/
    background: #fff;
}
.serviceinfo-moddal-body dl dt {
    background: #eee;
    padding: 10px 0;
    font-size: 17px;
    color: #1687ff;
}

.serviceinfo-moddal-body dd {
    background: #fff;
    padding: 2px 10px;
    font-size: 15px;
}
.bt_3d {
    width: 100%;
    background: #eee;
    padding: 15px 0;
    font-size: 17px;
    color: #1687ff;
    font-weight: 700;
    height: auto;
    display: inline-block;
}
    /* a disabled css 추가  */
    .a-disabled {
        background-color: #fff;
        border: 1px solid #ccc;
        color: hsla(0, 0%, 70%, 1) !important;
    }
.dot {width:100%; overflow:hidden; position:absolute; bottom:10px; text-align:center;}
.dot li {width:15px; height:15px; margin:10px; line-height:1; }
.dot li a {width:100%; height:100%; display:block; background:#eee; font-size:0;}
.dot li.active a {background:#0169c6;}

/*서비스 이용 안내 2019-05-24 이용훈*/
.operationGuide {font-size:16px; line-height:35px; font-weight:600; color:#0f0f0f;}


/* 크롬 input 배경색 제거 */
/* input box color */ input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset ; -webkit-text-fill-color: #000; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }


/*404에러페이지 / 2019-05-27 이용훈*/
.errorpage-body {background-color:#f1f3f5;}
.errorpage-wrap {width:650px; height:415px; margin:auto; top:20px; background-color:#fff; text-align:center; padding:55px 0 0; font-size:20px; line-height:30px; border-radius:4px;
                 margin-top:70px; -webkit-box-shadow: 6px 6px 0px 1px rgba(217,218,220,1); -moz-box-shadow: 6px 6px 0px 1px rgba(217,218,220,1); box-shadow: 6px 6px 0px 1px rgba(217,218,220,1);}
.errorpage-wrap strong {font-weight:700;}
.errorpage-wrap .button-wrap {text-align:center; padding-top:25px;}
.errorpage-wrap .button-wrap > a {font-size:14px; padding:6px 20px;}
.errorpage-wrap > img {margin-bottom:25px;}


/* 최상단 버튼 / 2019-05-31 / 김진혁 */
#topBtn {
    position: fixed;
    right: 0.5%;
    bottom: 15px;
    display: none;
    z-index: 999;
    opacity: 0.8;
}


/* 페이징 관련 css / 2019-06-03 / 김진혁 */
.pagination {
    /*display: inline-block;*/
    /*float: right;*/
    margin-top: 25px;
}

.pagination ul li {
    color: black;
    float: left;
    text-align:center;
    width:40px;
    height:35px;
    line-height:33px;
    text-decoration: none;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    font-size:15px;
    color:#333;
    font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
    font-weight:500;
    cursor: pointer;
}

.pagination ul li.active {
    background-color: #0169c6;
    color: white;
    border: 1px solid #0169c6;
}

.pagination ul li:hover:not(.active) {background-color: #ddd;}

.paging_arrow_first {background:url(../images/paging_arrow_first.png) no-repeat center center;}
.paging_arrow_prev {background:url(../images/paging_arrow_prev.png) no-repeat center center;}
.paging_arrow_end {background:url(../images/paging_arrow_first.png) no-repeat center center; transform: rotate(180deg);}
.paging_arrow_next {background:url(../images/paging_arrow_prev.png) no-repeat center center; transform: rotate(180deg); border-right: 1px solid #dee2e6;}


.btn-gray-list {display:inline-block; padding: 9px 0px; width: 35px; text-align: center; background: #fff; color: #333 !important; border: 1px solid #bfbfbf; }


/* 리스트-타일형식 스타일 추가 2019-06-11 이용훈 */
.list-tiletype-container {overflow:hidden; height: 100%;}
.list-tiletype-container ul.list-tiletype-wrap {width: auto; padding:0; margin: 0; margin-right: -20px; margin-left: -20px;}
.list-tiletype-container ul.list-tiletype-wrap li {width: 25%; float: left; overflow: hidden; box-sizing: border-box; padding:0 20px; margin-bottom: 50px;}
.list-tiletype-container ul.list-tiletype-wrap li > a {all: unset; cursor: pointer; text-decoration: none;}
.list-tiletype-container ul.list-tiletype-wrap li > a:visited {color:#000;}
.list-tiletype-container ul.list-tiletype-wrap li > a{position: relative;}
.list-tiletype-container ul.list-tiletype-wrap li .tile-wrap .tile-contents {background:url(../images/list-tile-folder2.png) no-repeat; height: 275px; position: relative;}
.list-tiletype-container ul.list-tiletype-wrap li .tile-wrap .tile-contents:after {content: ""; background: #fff url(../images/list-tile-folder-right2.png); position: absolute; right: 0; bottom: 0; width: 16px; height: 275px;}
.tile-wrap .tile-contents {text-align: center;}
.tile-wrap .tile-contents .misumi-number {font-size: 13px; width: 250px; padding-top: 15px; padding-left: 20px; padding-bottom: 10px; letter-spacing: 0.8px; text-align: left;}
.tile-wrap .tile-contents .title {font-size: 24px; color: #000; font-weight: 700; letter-spacing: -1.5px; padding-top: 13px; padding-left: 20px; padding-right: 20px;}
.tile-wrap .tile-contents .date-user {font-size: 14px; padding: 6px 20px 15px 20px; letter-spacing: -0.4px;}
.tile-wrap .tile-contents .date-user span {margin:0 10px; color: #ccc;}
.tile-wrap .tile-contents .status-box {border-radius: 8px; font-weight: 700;}
.tile-wrap .tile-contents .status-box p.answer-ready {color: #0066cc; background-color: #e7f5ff;  padding: 13px 0;  margin:0 20px; line-height: 25px;}
.tile-wrap .tile-contents .status-box p.answer-ok {color: #ff730a; background-color: #fff2e8; padding: 13px 0;  margin:0 20px; line-height: 25px;}
.tile-wrap .tile-contents .status-box p {padding: 0; margin: 0;}
.tile-wrap .tile-contents .status-box .fnt20 {font-size: 20px;}
.tile-wrap .tile-contents ul.tile-status-group {margin: 0; padding:0; width: 100%; padding-top: 15px;}
.tile-wrap .tile-contents ul.tile-status-group li {width: 33.333%; float: left; list-style: none; font-size: 13px; text-align: center; overflow: hidden; box-sizing: border-box; border-right: 1px solid #ddd; line-height: 20px;}
.mr-0 {margin-right: 0 !important;}
.tile-fnt-red {color: #be1a16 !important;}

@media (max-width: 1600px) { 
	.list-tiletype-container ul.list-tiletype-wrap li {width: 33.33%;}
}


/* 공통 경고창, 컨펌창 하단 버튼 스타일 추가 2019-06-11 이용훈 */
.inner-bottom {background-color: #fff;}
.inner-bottom ul {border-top:1px solid #ddd; overflow:hidden; box-sizing: border-box; padding:0; margin:0;}
.inner-bottom ul li {width: 50%; float: left; list-style: none; height: 45px; line-height: 45px; text-align: center; font-size: 0;box-sizing: border-box;}
.inner-bottom ul li.bd-r1 {border-right: 1px solid #ddd;}
.inner-bottom ul li a {text-decoration: none; display: block; font-size: 15px; color: #333; font-weight: 800;}
.inner-bottom ul li a:active {color:#333;}
.inner-bottom ul li a:hover {background-color: #eee;}
.inner-bottom ul li.wd100p {width: 100%;}
.inner-bottom ul li a.ok-blue {color: #0066cc;}
.inner-bottom ul li a.ok-blue:active {color: #0066cc;}
.inner-bottom ul li a.ok-red {color: #be1a16;}
.inner-bottom ul li a.ok-red:active {color: #be1a16;}
.inner-bottom ul li a.ok-default {color:#333;}


/* 리스트 아이콘 선택 되었을때 적용되는 스타일 */
.clkList {
    color: #fff
}


/* 헤더(gnb) 퍼블리싱 신규 작성 2019-06-14 이용훈 */
#header {width:100%; background-color: #323131; height: 70px; overflow: hidden; box-sizing: border-box; min-width: 1200px; padding: 0 35px 0 35px;}
#header h1 {position: relative; float: left; line-height: 65px; padding: 0; margin: 0; z-index: 100;}
#header h1 a {display: block; cursor: pointer;}
#header h1 img {display: inline-block; vertical-align: middle;}
		
#gnb {position: absolute; text-align: center; top: 0; left: 0; width: 100%; height: 70px; z-index: 99;}
#gnb > ul {display: inline-block; list-style: none; padding:0; margin:0;}
#gnb > ul > li {position: relative; float: left;  padding:0 20px;}

/* 마지막꺼 없애기 위해서 주석 후 수정 / 2019-06-27 / 김진혁
#gnb > ul > li:after {content: ""; height: 20px; width: 1px; background-color: #626060; right: 0; position: absolute; top: 50%; margin-top: -12px;}
*/
#gnb > ul > #tab1:after {content: ""; height: 20px; width: 1px; background-color: #626060; right: -1px; position: absolute; top: 50%; margin-top: -12px;}
#gnb > ul > #tab2:after {content: ""; height: 20px; width: 1px; background-color: #626060; right: -1px; position: absolute; top: 50%; margin-top: -12px;}
#gnb > ul > #tab3:after {content: ""; height: 20px; width: 1px; background-color: #626060; right: -1px; position: absolute; top: 50%; margin-top: -12px;}

#gnb > ul > li > a {position: relative; z-index: 100; display: block; padding: 0 10px; height: 70px; line-height: 70px;color:#fff; text-decoration: none; font-family: 'Noto Sans KR', 'NanumSquare', sans-serif; font-size: 19px; font-weight: 700; transition: all .1s ease-in; border-bottom: 5px solid #33000002; cursor: pointer;} 
#gnb > ul > li:hover {background-color:#fff; color:#0169c6;}
#gnb > ul > li:hover:after {background-color: #fff;}
#gnb > ul > li.active:after {background-color: #fff;}
#gnb > ul > li.active {background-color:#fff; color:#0169c6;}
#gnb > ul > li.active > a { border-bottom: 5px solid #0169c6; height: 70px; color:#0169c6;} 
#gnb > ul > li:hover > a { border-bottom: 5px solid #0169c6; height: 70px; color:#0169c6;}
#gnb > ul > li > a:link, a:visited, a:active, a:hover {color: inherit; outline: none;} 

#header .misumi-logo {position: relative; height: 70px; line-height: 70px; float: right; margin-right: 7px; z-index: 100;}
#header .misumi-logo a {display: block; cursor: pointer;}
#header .misumi-logo a img {display: inline-block; vertical-align: middle;}
.fnt-blue {
    color: #0082ff;
}

/*2022-02-23 정다은연구원추가*/
.upload-example .toolbar {
    padding:0 0 0 113px;
}