@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* ## reset */
*, *:before, *:after{box-sizing: border-box;}
html {height: 100%; overflow-x: hidden; font-size: 10px;}
body {min-width: 320px; height: 100%; color: #333; word-break: keep-all; word-wrap: break-word; font-weight: 400; font-size: 14px; font-family: 'Nanum Gothic', arial, sans-serif; line-height: 1.5; background: none;}
h1, h2, h3, h4, h5, h6 {font-size: 16px; line-height: 100%; font-family: 'Nanum Gothic', sans-serif;}
input, select, textarea, button {}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {margin: 0px; padding: 0px; -webkit-text-size-adjust: none;}
table {width: 100%; border-collapse: collapse; border-spacing: 0;  /*table-layout: fixed;*/}
fieldset, img, abbr, acronym {border: 0px;}
img {vertical-align: top;}
legend {position: absolute; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
ins {font-style: normal;}
del {text-decoration: none;}
address, caption, cite, code, dfn, em, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption {height: 0; line-height: 0; font-size: 0; overflow: hidden; text-indent: -10000px; padding: 0;}
a {color: inherit; text-decoration: none; cursor: pointer;}
a > * {color: inherit;}
a:hover, a:focus, a:visited{text-decoration: none;}
hr{display: none;}
button {padding: 0; border: 0 none; background: none;}
button > span {color: inherit;}
button:focus{outline: none;}
.hidden {display: none;}
header, footer, article, section, aside, details, figure, figcaption, nav {display: block; margin: 0; padding: 0;}
audio[controls], canvas, video {display: inline-block;}
button, input, select, textarea {margin: 0; font-size: 100%; vertical-align: middle;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; margin: 0;}
input[type="search"] {-webkit-appearance: none; -moz-box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea {overflow: auto; vertical-align: top;}
select{-webkit-appearance: none; -moz-appearance: none; appearance: none; background: url('../images/system/ico_sel_act.png') 95% 50% no-repeat;}
select::-ms-expand {display: none;}
label input[type="checkbox"], label input[type="radio"] {vertical-align: baseline;}
input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='search'], textarea {width: 100%; box-sizing: border-box; color: #646464;}

input[placeholder] {color: #878787; opacity: 1;}
input::-webkit-input-placeholder {color: #878787;}
input:-moz-input-placeholder {color: #878787;}
input::-moz-input-placeholder {color: #878787;}
input:-ms-input-placeholder {color: #878787;}
/* WebKit browsers */
::-webkit-input-placeholder {color: #878787; opacity: 1;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {color: #878787; opacity: 1;}
/* Mozilla Firefox 19+ */
::-moz-placeholder {color: #878787; opacity: 1;}
/* Internet Explorer 10+ */
:-ms-input-placeholder {color: #878787; opacity: 1;}


/* ## common */
.dx-input{border: 1px solid #878787; background: #f6f6f6; display: block; font-size: 1.4rem; padding: 1rem; width: 100%; line-height: 1em; border-radius: 2px; height: 40px}
.dx-input:focus{outline: none;}
textarea.dx-input{width: 100%; height: auto; min-height: 10rem; line-height: 1.4; resize: none;}
select.dx-input{background: url('../images/system/ico_sel_act.png') 95% 50% no-repeat; background-color: #fff; background-size: 11px 7px; min-width: 9rem; }
input[type=file].dx-input{padding: 0.5rem;}
.dx-input.input-auto{width: auto; display: inline-block; }
.dx-input.input-sm{width: auto; display: inline-block; padding: 0.5rem; height: auto; line-height: 1em; font-size: 1.2rem;}

.btn-groups{text-align: center;}
.btn-groups .button{margin: 0 1rem;}
.btn-wrap{overflow: hidden; position: relative;}

.button{padding: 1rem; border: 0; display: inline-block; min-width: 10rem; height: 4rem; line-height: 1.3; text-align: center; vertical-align: middle;}
.button:hover, .button:active, .button:focus{color: #fff;}
.button.button-md{min-width: 14rem;}
.button.button-sm{padding: 0.5rem; height: 3.2rem; min-width: 6rem; font-size: 1.2rem; line-height: 1.8;}
.button.button-xs{padding: 0.2rem; height: 2.4rem; min-width: 4rem; font-size: 1.2rem; line-height: 1.6;}

.btn-submit{background: #f8c221; color: #fff;}
.btn-submit:hover{color: #000;}

.btn-black, .btn-dark{background: #333333; color: #fff;}
.btn-black:hover, .btn-dark:hover{color: #f8c221;}

.btn-gray{background: #878787; color: #fff;}
.btn-gray:hover{background: #a52b00; }

.btn-white{background: #fff; color: #000; border: 1px solid #000;}
.btn-white:hover, .btn-white:active, .btn-white:focus{background: #000; }

.label-req{color: #f00; margin-bottom: 0; margin-left: 2px;}
.label-block{display: block;}
.text-left{text-align: left !important;}

.target-sel{display: none;}
.target-sel.on{display: inline-block;}

/* table */
.dx-table{width: 100%; }
.dx-table thead th{font-weight: normal; padding: 9px 0; background: #f9f9f9; text-align: center; border-bottom: 1px solid #f0f0f0; border-top: 1px solid #797979;}
.dx-table tbody th{padding: 14px 0; text-align: center; border-bottom: 1px solid #f0f0f0;}
.dx-table tbody td{padding: 14px 0; text-align: center; border-bottom: 1px solid #f0f0f0;}
.dx-table tbody td.noborder{border-bottom: 0;}

.table-responsive .sys-table{margin-bottom: 0;}

.sys-table{width: 100%; margin-bottom: 3rem; position: relative;}
.sys-table.table-fixed{table-layout: fixed;}
.sys-table::before{content: ""; width: 100%; height: 1px; background: #878787; position: absolute; top: 0; left: 0;}
.sys-table thead th{padding: 1.2rem 0; background: #ededed; text-align: center; border-bottom: 1px solid #878787; border-right: 1px solid #878787;}
.sys-table thead th:last-child{border-right: 0;}
.sys-table tbody th{padding: 1.6rem 0; text-align: center; border-bottom: 1px solid #ededed;}
.sys-table tbody td{padding: 1.6rem; text-align: center; border-bottom: 1px solid #ededed; border-right: 1px solid #878787}
.sys-table tbody td:last-child{border-right: 0;}
.sys-table tbody tr:last-child td{border-color: #878787}
.sys-table tbody td.noborder{border-bottom: 0;}

.sys-table-header{margin-bottom: 2rem;}

.targetlist{overflow-x: scroll; margin-bottom: 3rem;}
.targetlist .sys-table{table-layout: fixed; word-break: break-all; width: 2000px;}
.targetlist .sys-table tbody td{padding: 1rem 0.5rem; }
.targetlist .sys-table .dx-input{font-size: 1.2rem; padding: 0.5rem; height: 3rem; width: 80px; min-width: auto; display: inline-block;}
.targetlist .sys-table .dx-input.input-auto{width: auto}

.table-top{margin-bottom: 1rem;}

.td-check{width: 40px}
.td-num{width: 50px}
.td-code{width: 100px}
.td-manage{width: 165px}
.td-manage-lg{width: 250px}
.td-link a{text-decoration: underline;}


.sys-form{width: 100%; margin-bottom: 3rem; position: relative;}
.sys-form::before{content: ""; width: 100%; height: 1px; background: #878787; position: absolute; top: 0; left: 0;}
.sys-form th{background: #f9f9f9; padding: 0.7rem 2rem; text-align: left; border-bottom: 1px solid #ededed; line-height: 1em;}
/*.sys-form td{background: #fff; padding: 0.7rem 0 0.7rem 2rem; border-bottom: 1px solid #ededed;} */
.sys-form td{background: #fff; padding: 0.7rem 1rem; border-bottom: 1px solid #ededed;} 

.sys-form th > label{margin-bottom: 0;}
.sys-form .dx-input{padding: 0 1rem; height: 32px; background-color: #fff; border-radius: 0; width: auto; display: inline-block;}
.sys-form select.dx-input{padding: 0 2rem 0 1rem;}
.sys-form .dx-input.full{width: 100%;}

.table-view th{padding: 1rem;}
.table-view td{padding: 0 0 0 1rem;}

/* check-custom */
.check-custom{position: relative; display: inline-block; line-height: 1em;}
.check-custom.input-only{width: 16px;}
.check-custom input{opacity: 0; position: absolute; top: 0; left: 0; z-index: 10; width: 16px; height: 16px; cursor: pointer;}
.check-custom label{display: inline-block; cursor: pointer; text-align: center; font-weight: normal; margin: 0 30px 0 20px; vertical-align: middle}
.check-custom label::before, .check-custom label::after {content: ''; position: absolute; top: 0; left: 0;}
.check-custom label::before{width: 16px; height: 16px; background: #fff; -webkit-transition: all .3s ease; transition: all .3s ease; border: 1px solid #878787; border-radius: 2px;}

.check-custom.circle label::before{border-radius: 50%;}

.check-custom input[type="radio"]:checked + label::after, .check-custom input[type="checkbox"]:checked + label::after {width:16px; height:16px; top: 0; left: 0; color:#fff; background: #333; z-index: 1; line-height:1; border-radius: 2px;  }
.check-custom input[type="checkbox"]:checked + label::after{content: url('../images/system/ico_checkbox.png');}
.check-custom input[type="radio"]:checked + label::after{content: url('../images/system/ico_radiobutton.png'); border-radius: 50%;}
.check-custom input[type="radio"]:focus ~ label::before, .check-custom input[type="checkbox"]:focus ~ label::before {border-color: #878787; background:transparent; z-index: 2;}


.date-input{position: relative; display: inline-block;}
.date-input .calendar{display: inline-block; border-left: 1px solid #878787; background: url('../images/system/ico_calendar.png') center no-repeat; width: 32px; height: 32px; background-size: 15px; position: absolute; top: 0; right: 0; cursor: pointer;}


/* ## default */
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden; border-bottom: 0; }
#captcha #captcha_img {width:100px;height:43px;border:1px solid #e9e9e9; vertical-align: top;}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:100px;height:43px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 본문 바로가기 */
#to_content a {z-index:100000;position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
#to_content a:focus, #to_content a:active {width:100%;height:70px;background:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.1em}

/* page */
.pagination-bar {text-align: center;}
.pagination-bar ul {list-style: none; margin: 0; padding: 0; display: inline-flex;}
.pagination-bar ul li {float: left; margin: 0 2px;}
.pagination-bar ul li a {background: #fff; height: 35px; width: 35px; display: inline-block; line-height: 35px; text-align: center; border: 1px solid #dddddd;}
.pagination-bar ul li.active a {background: #2a2931; color: #fff;}

.pg_wrap{text-align: center; margin: 3rem 0; }
.pg_page, .pg_current{width:35px; height: 35px; border: 1px solid #dddddd; background-color: #fff; display: inline-block; margin: 0 2px; position: relative; line-height: 35px; font-size: 13px; vertical-align: middle;}
.pg_current{background-color: #2a2931; color: #fff;}
.pg_page:hover{text-decoration: underline;}
.pg_next, .pg_end, .pg_prev, .pg_start{text-indent: -9999px; background: url('../images/paginate.gif') no-repeat; display: inline-block; height: 35px; width: 35px; margin: 0; padding: 0;}

.pg_start{background-position: -3px -2px;}
.pg_prev{background-position: -42px -2px;}
.pg_next{background-position: -79px -2px;}
.pg_end{background-position: -117px -2px;}


/* ## layout */
#layout-popup{height: inherit;}
.system{height: inherit;}

#layout-popup #wrap{height: inherit; padding-bottom: 11rem; position: relative; background: #333}
#layout-popup.intro #wrap{padding-bottom: 0;}
#layout-popup.bg-member #wrap{min-width: 1400px; min-height: 800px; background: url('../images/system/bg_login_customer.png') no-repeat; background-size: cover; background-position: center; }
#layout-popup #footer{position: absolute; width: 100%; height: 11rem; text-align: center;  background: #f6f6f6; bottom: 0; left: 0; padding: 2rem;}
#layout-popup #footer .copyright{line-height: 18px; font-size: 1.2rem;  margin-bottom: 0;}


#wrapper{margin:0; width:100%; height: 100%; background-color: #f0f0f0; overflow-y: scroll;}
#header{background:#000; border-bottom: 1px solid #e7eaec !important; height:100px; position:relative; position: fixed; width: 100%; top: 0; left: 0; z-index: 10}
.content-wrapper{position:relative; float: right; width: calc(100% - 280px); margin-top: 10rem; background:#fff; height: calc(100% - 10rem)}
#contents{overflow: hidden; margin-bottom: 4rem; background: #fff; padding: 4rem 2rem; position: relative; }
#footer {background: none repeat scroll 0 0 #f0f0f0;border-top: 1px solid #878787;padding: 1rem 4rem;clear:both; position: fixed; bottom: 0; width: calc(100% - 28rem); font-size: 12px; z-index: 1;}
#main{margin-top: 20px; overflow: hidden; }


#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
#to_content{}

.info-desc{font-size: 1.6rem; line-height: 1.5; margin-bottom: 3rem;}
.info-desc p{margin-bottom: 1rem;}


/* ## header */
.gnb-btn{float:left; margin:0 19px;}
.btn-mini{background: none; color: #fff; border: none; margin-top: -3px;}
a.btn-mini > *{color: #fff;}
.nav-top{position:absolute;right:0;margin-left:100px;height:50px; line-height: 50px; overflow:hidden;}
.nav-top li{float:left; margin-right:30px;}
.nav-top li a{color:#fff; }

#logo{float: left; width: auto; background:#0034; height:50px; text-align:center;}
#logo h1{line-height: 50px; color: #fff; }
#logo a{color:#fff; font-size:1.4rem; text-decoration:none; margin-left: 30px;}
#logo a img{max-width: 100px; margin-top: 15px;}


#gnb{background: #ededed; clear: both; position: relative;}
#gnb ul{overflow: hidden;}
#gnb li{float: left; width: 14rem; border-right: 1px solid #333333;}
#gnb li:last-child{border-right: 0;}
#gnb li a{height: 50px; line-height: 50px; display: block; text-align: center; background: #878787; color: #fff; font-weight: 700;}
#gnb li a:hover{background: #333;}
#gnb li a.active{background: #f6f6f6; color: #000}
.welcome-text{line-height: 50px; height: 50px; position: absolute; right: 30px; top: 0;}

#lnb{position: fixed; top: 0; left: 0; max-width: 280px; height: 100%; padding-top: 100px; z-index: 10;}
#lnb .menu{width:280px; overflow:hidden; background-color: #f6f6f6; position: absolute; top: 100px; left: 0; height: 100%; 
    -webkit-box-shadow: 0.5px 0.9px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.5px 0.9px 9.5px 0.5px rgba(0, 0, 0, 0.1);
    box-shadow: 0.5px 0.9px 9.5px 0.5px rgba(0, 0, 0, 0.1);
}
#lnb  h2{margin-left: 3rem; margin-top: 6rem; font-size: 2.1rem; color: #000; font-weight: 700; line-height: 1em; margin-bottom: 2.5rem;}
#lnb li a{display:block;}
#lnb .menu > li{ padding: 0 3rem;}
#lnb .menu > li > a { height: 4.5rem; line-height: 3.5; border-bottom: 1px solid #ededed;}
#lnb .menu > li > a {color: #252829;}
#lnb .menu > li.active {background: #f8c221;}
#lnb .menu > li.active > a {font-weight: 700; border-bottom: 0;}
#lnb .menu > li > a:hover, #lnb .menu > li > a:focus {color: #252829; font-weight: 700;}


/* ## mobile menu */
/* .{color: #fff; width: 3rem; height: 3rem; line-height: 3rem; display: none; position: absolute; top: 10px; right: 15px; } */
.btn-mobile-menu{width: 20px; height: 16px; margin-top: 0; display: none; position: absolute; top: 17px; right: 15px; }
.btn-mobile-menu span{background-color: #fff; width: 100%; height: 2px; display: block;}
.btn-mobile-menu span::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #fff;}
.btn-mobile-menu span::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #fff;}    

.mobile-menu-wrap{display: none; width: 100%; height: 100%; background: #f5f6f7; position: fixed; top: 0; left: 0; z-index: 100; overflow: scroll}
.mobile-header{padding: 10px 0; position: relative; }
.menu-close{position: absolute; right: 15px; top: 15px;}
.menu-close img{width: 17px; height: 17px;}
.mobile-header h3{font-size: 1.6rem; color: #4752ed; font-weight: 700; margin: 8px 0 0 15px}

.mobile-menu{padding: 15px}
.mobile-menu li{width: 100%; overflow: hidden; box-sizing: border-box; clear: both;}
.mobile-menu li>a{display: block; width: 100%; height: 60px;}
.mobile-menu li h4{font-size: 14px; color: #101b3f; line-height: 60px; float: left; height: 60px; background-position: 15px center; background-repeat: no-repeat; background-size: 30px;}

.down_btn{width: 10px; height: 60px; line-height: 60px; float: right; margin-right: 15px; background: url('../images/system/btn_down.png')no-repeat center / 10px 5px;}
.down_btn.c_btn{background-image: url('../images/system/btn_up.png')}

.mobile-sub{clear: both; width: 100%; height: 100%; display: none}
.mobile-sub.on{display: block;}
.mobile-sub li{margin-bottom: 5px;}
.mobile-sub li a{width: 100%; height: 40px; background: #fff; padding-left: 20px; line-height: 40px; display: block; font-size: 12px; color: #101b3f}


/* content */
.content-title{position: relative;}
.content-title h3{margin:5rem 0 6rem; padding-bottom: 2rem; font-size: 2.4rem; font-weight: 700; border-bottom: 1px solid #000; color: #000;}

.navigation{position: absolute; top: 10px; right: 0;}
.navigation ul{overflow: hidden;}
.navigation ul li{float: left; font-size: 1.2rem; color: #f8c221; font-weight: 700; position: relative;}
.navigation ul li span{background: url('../images/system/ico_next.png') center/cover no-repeat; display: inline-block; height: 9px; width: 6px; margin: 0 5px;}
.navigation ul li a{color: #000;}
.navigation ul li:last-child{margin-right: 0;}


/* footer */
#footer .btn_top{float:right;}
#footer.full{width: 100%;}


/* ## main */
.section{margin-bottom: 6rem;}
.section.banner{background: url('../images/system/bg_cal_dashboard_v2.jpg') center/cover no-repeat; height: 12rem; }
.section.banner h3{color: #fff; font-size: 2.4rem; text-align: center; line-height: 12rem;}

.cal-image img{width: 100%;}

#main.repair .section.banner{background: url('../images/system/bg_re_dashboard_v2.jpg') center/cover no-repeat;}

.section.summary .board h4{font-size: 1.6rem; font-weight: 700; color: #000; padding: 1rem 0; border-top: 1px solid #878787; border-bottom: 1px solid #878787; background: #ededed; padding-left: 2rem;}
.cal-desc{padding: 2rem;}

.board .list li{padding: 1.5rem; border-bottom: 1px solid #ededed; position: relative; line-height: 1em;}
.board .list li .status{float: right; font-size: 1.2rem; display: inline-block; position: relative; }
.board .list li .status:before{content:""; width: 7px; height: 7px; background: #c00e0e; position: absolute; top: 50%; left: 0; transform: translate(-10px, -50%); border-radius: 50%;}
.board .list li .ico-square{background: url('../images/system/ico_bullet_square.png'); display: inline-block; width: 5px; height: 5px; margin-right: 10px; vertical-align: middle;}
.board .list li .ico-more{background: url('../images/system/ico_plus.png'); display: inline-block; width: 13px; height: 13px; vertical-align: middle; float: right; cursor: pointer;}
.board .list li.empty-list{text-align: center; padding: 5rem 0;}

.empty-list{text-align: center; padding: 5rem 0;}
.sys-table tbody td.empty-list{text-align: center; padding: 5rem 0;}

/* ## sub */
.sub{position: relative; margin-bottom: 8rem;}

.row-desc{margin-bottom: 1rem;}
.sub-top{margin-bottom: 3rem; overflow: hidden;}
.sub-top .sub-desc{float: left; vertical-align: bottom; line-height: 40px; color: #000;}

.sub-top-tabs{display: flex; align-items: center; justify-content: space-between;}
.sub-top-tabs ul{display: flex; align-items: center; flex-grow: 1; max-width: 40%;}
.sub-top-tabs ul li{flex: 1; min-width: 200px;}
.sub-top-tabs ul li a{display: block; padding: 1rem; background-color: #eee; text-align: center;}
.sub-top-tabs ul li a.active{background-color: #09162f; color: #fff;}

.sub-title{font-size: 1.8rem; font-weight: 700; color: #000; margin-bottom: 1rem;}

.search-wrap{background: #fff; border: 1px solid #797979; padding: 1.5rem 2rem; overflow: hidden; margin-bottom: 3rem;}
.search-wrap label{display: inline-block; margin: 0; margin-right: 2rem;}
.search-step{float: left; width: 50%;}
.search-wrap .dash{display: inline-block; margin: 0 0 0 3px;}
.search-wrap .dx-input{width: auto; max-width: 120px; display: inline-block; height: 32px; padding: 0 1rem; font-size: 1.2rem;}
.search-wrap select.dx-input{min-width: 100px; margin-right: 1rem;}
.search-wrap .dx-input.search-text{min-width: 170px; margin-right: 2rem; background-color: #fff;}
.search-wrap button{height: 3.2rem; line-height: 0.9em; }

.ui-datepicker .ui-datepicker-title select{background-color: #eee; font-size: 14px;}

/* popup layer */
.popup-layer{position: fixed; top: 0; left: 0;  width: 100%; height: 100%; z-index: 9999; display: none;}
.popup-layer .dim{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .3}
.popup-layer .pl-container{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 1040px; width: 100%; margin: 0 auto; background: #fff; }
.popup-layer .btn-close{background: url('../images/system/ico_cancel.png') center/cover no-repeat; position: absolute; top: -45px; right: 0; width: 25px; height: 25px;}
.popup-layer .pl-content{max-height: 70vh; overflow-y: auto; padding: 6rem 6rem 4rem 6rem;}

.pl-title{font-size: 2.4rem; color: #000; margin-bottom: 4rem; line-height: 1em; font-weight: 700;}

.pl-section-title{font-size: 2.1rem; color: #000; margin-bottom: 2rem; line-height: 1em; font-weight: 700;}
.pl-section{margin-bottom: 3rem;}


/* login */
.logo img{max-width: 120px;}
#login-wrap {height: inherit; position: relative; overflow: hidden;}    
#login-wrap .inner {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 110rem;}    
#login-wrap .inner .cont {width: 50%; float: left;}    
#login-wrap .inner .cont .logo {margin-bottom: 8rem;}
#login-wrap .inner .cont .txt {margin-bottom: 4rem;}
#login-wrap .inner .cont .txt li {font-size: 6rem; color: #878787; font-weight: 700; text-transform: uppercase; line-height: 1.1; font-family: arial;}
#login-wrap .inner .cont .txt li em {color: #fff; font-style: normal; font-weight: 700}
#login-wrap .inner .cont .desc{color: #fff; font-size: 2.1rem;}

#login-wrap .inner .login-box {width: 50%; float: left; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.35); -webkit-box-shadow: 0 5px 18px rgba(0,0,0,.35); padding: 8rem 6rem 8rem;}    
#login-wrap .inner .login-box .login-title{position: relative; color: #000;} 
#login-wrap .inner .login-box .login-title h3{font-family: arial; font-size: 3.2rem; margin-bottom: 6rem; font-weight: bold; color: #000;}
#login-wrap .inner .login-box .login-title span {font-size: 1.2rem; position: absolute; top:5px; right: 0;}


.login-box .button.submit{background: #f8c221; color: #fff; width: 100%;}
.login-fs{margin-bottom: 3rem;}
.login-box .dx-input{margin-bottom: 3rem; padding: 1.6rem 1rem; height: auto;}
.login-box .btns{overflow: hidden; margin-bottom: 5rem;}
.login-box .btns a{float: left; font-weight: 700; color: #000}
.login-box .btns .find-password{float: right;}
.login-box .caution{clear: both; background: #f6f6f6; text-align: center; height: 4rem; line-height: 4rem; font-size: 1.2rem; }


/* register */
#member-wrap {height: inherit; position: relative;}
#member-wrap .inner{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 55rem;}


.register #layout-popup #wrap{padding-bottom: 0;}
.register #layout-popup #footer{position: relative}
.register #member-wrap {overflow-y: auto;}    
.register #member-wrap .inner{position: relative; top: auto; left: auto; transform: none; width: 100%; max-width: 110rem; margin: 3rem auto; }
#member-wrap .cont {padding: 8rem 6rem; background: #fff; }
#member-wrap .member-header{margin-bottom: 2rem; position: relative; color: #fff; overflow: hidden;}
#member-wrap .member-header .logo{float: left; line-height: 1em; margin-bottom: 0; font-size: 1em; }
#member-wrap .member-header span{float: right; line-height: 2.5; font-size: 1.6rem; }

.member-title{margin-bottom: 4rem;}
.member-title h3{font-size: 3.2rem; font-weight: 700; color: #000; margin-bottom: 2rem;}
.member-title span{color: #333;}

.companynumber-area{overflow: hidden;}
.cn-wrap{max-width: 50rem; overflow: hidden;}
.dx-input.cn1{float: left; width: 28%; margin-right: 2%}
.dx-input.cn2{float: left; width: 18%; margin-right: 2%}
.dx-input.cn3{float: left; width: 50%;}
.dx-input.zipcode{display: inline-block; width: auto;}
.address-area .btn-zip{ line-height: 1em; vertical-align: top; border-radius: 2px; width: auto; background: #333; color: #fff;}
.address-area .dx-input{margin-bottom: 1rem;}

.tel-area{overflow: hidden;}
.dx-input.tel1{float: left; width: 30%; margin-right: 2%}
.dx-input.tel2{float: left; width: 30%; margin-right: 2%}
.dx-input.tel3{float: left; width: 36%;}

.register-section{margin-bottom: 3rem;}
.register-section h4{font-size: 1.6rem; line-height: 1em; margin-bottom: 1.5rem;}
.register-section h4 .same-check{display: inline-block; margin-left: 1rem; line-height: 1rem;}
.register-section h4 .same-check label{font-weight: normal; font-size: 1.4rem; margin-bottom: 0;}
.register-section textarea.dx-input{margin-bottom: 1.5rem;}
.border-box{border: 1px solid #eee; padding: 1.5rem; background: #f6f6f6}

.form-desc{margin-bottom: 1.5rem;}
.button.btn-link{background: #333; color: #fff; width: 100%; text-align: center; text-decoration: none;}


.result .register-section{border: 1px solid #878787; }
.result .register-section h4{border-bottom: 1px solid #878787; background: #f6f6f6; color: #000; font-weight: 700; padding: 1rem;}
.reg-cont{padding: 1rem; }
.reg-cont strong{font-weight: normal;}


.result-btns{text-align: center;}
.result-btns .button{margin: 0 1rem; min-width: 14rem;}

.find .result-btns{margin-top: 3rem;}


/* 교정이란 */
.sub.information .sub-section{border: 1px solid #ededed; font-size: 1.6rem;}
.sub.information .sub-title{background: #f6f6f6; border-bottom: 1px solid #ededed; line-height: 60px; padding-left: 3rem; margin-bottom: 0;}
.sub-content-wrap{padding: 2rem 3rem 6rem;}
.sub-container{max-width: 110rem; margin: 0}
.sub-container .sub-text:last-child{margin-bottom: 0;}
.sub-text{margin-bottom: 2rem;}
.text-bold{font-weight: 700;}

.ins-box{margin-top: 2rem;}
.ins-box h4{background: #f8c221; text-align: center; line-height: 40px; color: #000; font-weight: 700; }
.ins-box ul{padding: 2rem 3rem;border: 1px solid #ededed; border-top: 0;}
.ins-box li{margin-bottom: 1rem; overflow: hidden; position: relative;}

.check-list{margin-top: 2rem;}
.check-list li{margin-bottom: 2rem; overflow: hidden; position: relative;}
.check-list li .fl-txt{margin-left: 21px}
.check-list li:last-child{margin-bottom: 0;}

.circle-list li{margin-bottom: 1rem; overflow: hidden; position: relative;}

.dm-box{margin-top: 2rem;}
.dm-box h4{text-align: center; line-height: 40px; color: #000; font-weight: 700; color: #fff;}
.dm-box p{text-align: center; padding: 3rem; border: 1px solid #ededed; border-top: 0;}
.dm-box.bx1 h4{background: #3e80f8; }
.dm-box.bx2 h4{background: #194088; }
.dm-box.bx3 h4{background: #09162f; }

.fl-txt{float: left; margin-left: 15px;}
.icon-circle-bull{display: inline-block; width: 7px; height: 7px; background: #f8c221; border-radius: 7px; position: absolute; top: 7px;}
.icon-check-bull{background: #3e80f8; width: 16px; height: 16px; display: inline-block; border-radius: 2px; vertical-align: text-bottom; position: absolute; top: 4px; }
.icon-check-bull:after{content: url('../images/system/ico_checkbox.png'); position: absolute; top: -3px; left: 3px;}

.info-box{border: 1px solid #f8c221; background: #fff7e1; padding: 2rem 5rem; font-size: 1.4rem; position: relative;}
.ico-warning{display: inline-block; width: 24px; height: 22px; background: url('../images/system/ico_warning.png') center/cover no-repeat; position: absolute; top: 20px; left: 20px}

/* cal register */
.address-wrap .btn-zipcode{background: #006699; border-color: #005179; vertical-align: top; color: #fff; min-width: 10rem;}
#cal_cn1{max-width: 60px;}
#cal_cn2{max-width: 40px;}
#cal_cn3{max-width: 100px;}

.popup-layer.register .btn-groups{margin-bottom: 4rem;}


/* cal 0001 */
.dcl-doc-wrap{overflow-y: auto;}
.doc-container{width: 760px; border: 1px solid #ededed; padding: 6rem 4rem;}
.dcl-doc-wrap h3{font-size: 2.4rem; margin-bottom: 4rem; color: #000; font-weight: 700; line-height: 1.6; text-align: center;}
.dcl-doc-wrap .summary{font-weight: 700; margin-bottom: 6rem; font-size: 1.8rem; text-align: justify}
.dcl-doc-wrap .doc-text{margin-bottom: 4rem; }
.dcl-doc-wrap .doc-text:last-child{margin-bottom: 0;}
.dcl-doc-wrap ul{list-style: decimal; padding-left: 2rem; margin-bottom: 4rem;}
.dcl-doc-wrap ul li{font-size: 1.6rem; padding: 1rem; text-align: justify}
.doc-image{text-align: right; margin-bottom: 6rem;}
.doc-sign{text-align: center; font-size: 1.6rem;}
.doc-sign .doc-date{margin-bottom: 3rem;}
.doc-owner{position: relative;}
.sign-image{position: absolute; top: 0; display: inline-block; background: url('../images/system/sign_ceo.jpg') no-repeat center/cover; width: 140px; height: 37px; margin-left: 10px;}

/* cal_0006 */
.download-box{background: #f6f6f6; padding: 3rem 8rem; margin-bottom: 4rem;}
.dn-item{margin-bottom: 2rem;}
.dn-item strong{font-size: 1.6rem; line-height: 40px;}
.dn-item:last-child{margin-bottom: 0;}
.dn-btns a{border: 1px solid #000; line-height: 40px; height: 40px; width: 140px; display: inline-block; text-align: center; color: #000; margin: 0 15px;}
.dn-btns a:hover{background: #000; color: #fff;}

/* cal_0006 */
.sys-table tbody tr.sub_class{background: #f0f0f0; }

/* cal_0008 */
.file-desc{padding: 1rem; border: 1px solid #979797; margin-bottom: 3rem;}


/* repair */
.step-container{overflow: hidden; text-align: center; margin: 0 auto; max-width: 115rem; margin-top: 2rem;}
.step-item{float: left; max-width: 20rem; text-align: center; width: 17.5%;}
.step-item h4{width: 12rem; height: 12rem; border-radius: 50%; background: #3e80f8; color: #fff; font-weight: 700; font-size: 1.8rem; position: relative; margin: 0 auto 2rem; }
.step-item h4 p{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); line-height: 1.5;}
.step-item .item-text{font-size: 1.4rem; letter-spacing: -0.35px;}
.step-item .item-text .text-bold{color: #a52b00}

.step-item.step2 h4{background-color: #2257ba}
.step-item.step3 h4{background-color: #1d4ba1}
.step-item.step4 h4{background-color: #194088}
.step-item.step5 h4{background-color: #14336e}

.step-arrow{float: left; width: 3%; text-align: center; margin: auto; position: relative; height: 12rem;}
.ico-double-next{background: url('../images/system/ico_next2.png') center no-repeat; width: 28px; height: 26px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }



.sys-form .SumoSelect{width: 50%;}
.SumoSelect>.CaptionCont{border-color: #878787; border-radius: 0;}
.SumoSelect>.CaptionCont>span.placeholder{font-style: normal; color: #333;}
.SumoSelect>.CaptionCont>span{line-height: 18px; font-size:1.2rem}
.SumoSelect.open>.CaptionCont, .SumoSelect:focus>.CaptionCont, .SumoSelect:hover>.CaptionCont{border-color: #878787; box-shadow: none;}
.SumoSelect>.optWrapper>.options li label{font-size: 12px; text-align: left; font-weight: 400;}
.SelectBox{padding: 6px 8px;}

.sys-table .SumoSelect{width: 100%;}
.sys-table .SumoSelect .optWrapper{position: fixed; max-width: 300px; width: 100%;}


select[multiple], select[size]{height: 100%;}

/* board */
.table_border_top {border-top: 1px solid #878787;}
.tbl_wrap{margin-bottom: 20px;}

.table-custom {width: 100%;}
.table-custom th {border: none; text-align: center; padding: 8px 0; color: #333;  background-color: #ededed;}
.table-custom td {border: none; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 8px 0; background: #fff; text-align: center;}

.table-custom td.empty-list{padding: 5rem 0;}
.table-custom .th_num {width: 10%;}
.table-custom .th_name {width: 10%;}
.table-custom .th_date {width: 10%;}
.table-custom .th_view {width: 5%;}
.ptb-25 {padding-top: 25px; padding-bottom: 25px;}

/* board search */
#bo_sch select{height: 30px; line-height: 30px; margin-bottom: 0; padding: 0 15px; display: inline-block; width: inherit; vertical-align: middle; border-color: #ccc}
#bo_sch legend{display: none;}
#bo_sch .frm_input{height: 30px; width: inherit; margin-bottom: 0;  vertical-align: middle;  border: 1px solid #ccc;}
#bo_sch .btn_submit{height: 30px; vertical-align: bottom; background: #000; padding: 0 15px; border: 0; color: #fff;}


.icon-warning{display: inline-block; width: 12px; height: 11px; background: url('../images/system/ico_warning.png') no-repeat center/cover; }
.inner-desc{display: none; margin: 0.5rem 0;}

/* certification*/
.cert{max-width: 800px; margin: 10px auto; position: relative;}
.cert h2{font-size: 2.4rem; font-weight: 700; text-align: center; border: 1px solid #878787; padding: 2rem 0; border-bottom: 0;}

.cert-table{table-layout: fixed; width: 100%; position: relative; border-top: 1px solid #878787}
.cert-table th{border-left: 1px solid #878787; border-bottom: 1px solid #878787; height: 30px; text-align: center; padding: 5px;}
.cert-table td{border-left: 1px solid #878787; border-bottom: 1px solid #878787; height: 30px; text-align: center; padding: 5px; background-color: #fff;}
.cert-table th:last-child, .cert-table td:last-child{border-right: 1px solid #878787;}
.cert-table td dl{clear: both; margin-bottom: 5px; }
.cert-table td dl:last-child{margin-bottom: 0;}
.cert-table td dt{float: left; width: 3%;}
.cert-table td dd{float: left; width: 97%; line-height: 1.6;}
.cert-table .line{border-top: 2px solid #000; height: auto; background-color: inherit;}
.cert-table .line.bottom{border-bottom: 2px solid #000; border-top: 0;}
/* .cert_sign{width: 100px; height: 92px; display: inline-block;} */
.cert_sign{width: 119px; display: inline-block; position: relative;}
.cert_sign img{width: 100%;}
.cert_sign .date{position: absolute; width: 80px; height: 20px; left: 18%; bottom: 46px; font-weight: 600; color: #453271;}
.form-number{position: relative;}

.cert .btn-wrap{display: flex;  margin-top: 20px; align-items: center;}
.cert .btn-wrap .button{margin-left: auto;}

.in-box-wrap{display: inline-block; position: relative;}
.in-box-wrap:nth-child(2n){margin-left: 5px;}
.in-box-wrap label{font-weight: normal; margin:0 10px 0 15px;}
.in-box-wrap img{vertical-align: middle; position: absolute; top: 5px; left: 0;}


.cert-header{text-align: right; max-width: 800px; margin: 20px auto 0;}
.cert-header .cont{display: inline-flex; align-items: center; }
.cert-header .cont .text{text-align: left; font-size: 12px; color: #888; margin-left: 10px;}
.cert-header .cont .text p{line-height: 1;}
.cert-header .cont .text p + p{margin-top: 4px;}


.cal-cert-sign{position: relative; text-align: center; min-height: 18px;}
.cal-cert-sign span{display: inline-block;}
.cal-cert-sign .sign{position: absolute; left: 50%; z-index: 1; top: 50%; transform: translate(30%, -50%);}
.cal-cert-sign .text-right{position: absolute; right: 30px; top: 0; color: #666;}


/* ## tablesorter pager */
/* pager wrapper, div */
.tablesorter-pager {padding: 5px;}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {background-color: #e6eeee; margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */}
/* pager navigation arrows */
.tablesorter-pager img {vertical-align: middle; margin-right: 2px; cursor: pointer;}

/* pager output text */
.tablesorter-pager .pagedisplay {padding: 0 5px 0 5px; width: auto; white-space: nowrap; text-align: center;}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {margin: 0; padding: 0;}
.tablesorter-pager .right span{cursor: pointer; outline: none;}

.pagecount a{width: 25px; height: 25px; line-height: 25px; border: 1px solid #ddd; display: inline-block; margin: 0 5px;}
.pagecount a.current{background: #2a2931; color: #fff; border-color: #2a2931}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {display: none;}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {opacity: 0.5; filter: alpha(opacity=50); cursor: default;}


.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 select {height: 40px; padding: 0 10px; border: 1px solid #ccc; }
.form_01 .frm_label {display:inline-block;width:130px}

#bo_w h2{margin-bottom: 20px; font-size: 18px; font-weight: 500;}
#bo_w{margin-bottom: 30px;}
#bo_w .btn-gruops{margin-top: 30px;}
#bo_w .button + .button{margin-left: 10px;}


/* progress */
.progress-wrap{position: relative;}
.progress-header{position: relative; background-color: #f2f2f2; height: 50px; line-height: 50px;}
.progress-header h1{font-weight: 700; font-size: 16px; color: #636363; text-align: center; line-height: 50px;}
.progress-header .btn-close{position: absolute; top: 0; left: 0; background: url('../images/system/ico_cancel_b.png') no-repeat center/cover; background-size: 17px auto; width: 50px; height: 50px;}
.progress-header .btn-reload{position: absolute; top: 0; right: 0; background: url('../images/system/ico_refresh.png') no-repeat center/cover; background-size: 20px auto; width: 50px; height: 50px;}

.progress-content{position: relative;}

.status-wrap{padding: 0 15px 60px; border-bottom: 1px solid #e5e5e5;}
.status-box{display: flex; margin: 40px 0; align-items: center;}
.status-box .text{font-size: 21px; font-weight: 700; color: #000;}
.status-box .more{margin-left: auto;}
.status-box .more .date{display: inline-block; background-color: #3d7dcc; color: #fff; border-radius: 15px; padding: 4px 7px 5px; font-size: 12px;}
.status-box .more .icon{display: inline-block; background: url('../images/system/ico_info.png') no-repeat center/cover; width: 20px; height: 20px; vertical-align: middle; margin-right: 3px;}

.line{height: 20px; background-color: #f2f2f2;}

.progress{background-color: #f2f2f2; border-radius: 10px; box-shadow: none;}
.progress-bar{background-color: #e5e5e5;  height: 20px; box-shadow: none;}

.pointer-wrap{text-align: center;}
.pointer-wrap .pointer{width: 20px; height: 20px; background-color: #3d7dcc; border-radius: 50%; display: inline-block;}
.pointer-wrap .pointer-label{color: #636363; font-size: 14px;}

.pointer-wrap.active .pointer{padding: 10px;} 
.pointer-wrap.active .pointer-label{color: #235cb6;} 

.pointer-wrap.active .pointer-border{background-color: #fff; border: 1px solid #3d7dcc; width: 24px; height: 24px; border-radius: 50%; display: flex; justify-content: center; align-items: center;  margin: -2px auto 4px;}

.status-1{position: absolute; left: 20px;}
.status-2{position: absolute; left: 50%; transform: translateX(-50%);}
.status-3{position: absolute; right: 20px;}

.repair .status-2{position: absolute; left: 35%; }
.repair .status-3{position: absolute; right: 30%;}
.repair .status-4{position: absolute; right: 20px;}

.repair .pointer-label{font-size: 12px; line-height: 1.3;}


.info-wrap{position: relative; padding: 40px 15px;}

.info-header{display: flex; align-items: center; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #e5e5e5;}
.info-header .title{font-size: 16px; color: #000; font-weight: 700;}
.info-header .title .num{font-size: 12px; color: #636363; font-weight: normal; margin-left: 10px;}
.info-header .more{margin-left: auto; font-size: 12px; color: #636363;}


.info-summary{margin-bottom: 40px; font-size: 16px; color: #000;}
.info-label{font-size: 12px; font-weight: 700; color: #235cb6; display: inline-block; background-color: #f2f2f2; padding: 4px 10px 5px; border-radius: 12px; margin-bottom: 15px;}


@media (min-width:1600px){
    #contents{padding: 4rem 10rem;}
}

@media (max-width:1440px){
    #header{z-index: 11;}
    #lnb{position: relative; max-width: 100%; height: auto;}
    #lnb .menu{position: relative; width: 100%; height: auto; top: 0; overflow: hidden; padding-left: 1.2rem; background-color: #ccc;}
    #lnb h2{display: none;}
    #lnb .menu > li{float: left; }
    #lnb .menu > li.active{background: none; }
    #lnb .menu > li > a{color: #333; border-bottom: 0;}
    #lnb .menu > li.active > a{color: #fff;}
    
    #contents{margin-bottom: 0; padding-top: 0;}
    .content-wrapper{width: 100%; margin-top: 0;}
    #footer{position: relative; width: 100%;}
}

@media (max-width:991px){
    
    /*dashboard*/
    .board{margin-bottom: 3rem;}
    
    .search-step{float: none; width: 100%; margin: 5px 0;}
    
    .sys-table-wrap{overflow-y: scroll}
    .sys-table-wrap .sys-table{width: 140rem;}
    .sys-table-wrap.lowcol .sys-table{width: 80rem;}
    
    /* search */
    .search-wrap button, .search-wrap .search-text{margin-top: 5px;}
}

@media (max-width:767px){
    
    #header .nav-top{display: none;}
    
    .mobile-menu-wrap .nav-top{position: relative; margin-left: 0; height: auto; line-height: 30px; border-top: 1px solid #eee; padding-top: 10px}
    .mobile-menu-wrap .nav-top li{margin: 0; width: 33.3333%; text-align: center; }
    .mobile-menu-wrap .nav-top li a{color: #333;}
    .btn-mobile-menu{display: block; top:26px}

    #logo{height:70px}
    #logo h1{line-height:70px}
    #logo a{margin-left: 15px;}
    #logo a img{margin-top:26px}
    
    #lnb{display: none;}
    #gnb{display: none;}
    #header{height: 70px;}
    .content-wrapper{float: none; margin-top: 70px; height: auto;}
    
    #member-wrap .cont{padding: 4rem 2rem;}
    #layout-popup #footer{height: auto; position: relative;}
    #member-wrap .inner{margin: 1.5rem 0 0;}
    #member-wrap .member-header{padding: 0 1.5rem; margin-bottom: 1.5rem}
    
    .popup-layer .pl-content{padding: 3rem 3rem 2rem 3rem;}
    
    .button.button-md{min-width: 10rem;}
    
    
    .step-item{width: 45%; margin-bottom: 2rem;}
    .step-item:last-child{clear: both;}
    
    .download-box{padding: 1.5rem 2rem;}
    .dn-btns a{width: 50%; margin: 0; float: left;}
    .dn-item strong{font-size: 1.4rem; line-height: 1em; margin-bottom: 10px; display: block;}


    /* ## LOGIN */
    #login-wrap{height: auto;}
    #layout-popup.bg-member #wrap{min-width: 320px; min-height: auto; padding-bottom: 0; }
    #login-wrap .inner{position: relative; top:auto; left: auto; -webkit-transform: none; transform: none; width: 100%;}
    #login-wrap .inner .cont{display: none;}
    #login-wrap .inner .login-box{width: 100%; padding: 60px 20px; box-shadow: none; -webkit-box-shadow:none}
    .login-box .caution{height: auto; line-height: 1.4; padding: 10px 0;}
    .login-box .button.submit{font-size: 15px;}

    /* ## REGISTER */
    .register #member-wrap .inner{margin-bottom: 0; margin-top: 0;}
    #member-wrap .member-header span{line-height: 1.5;}

    #member-wrap .inner{width: 100%; position: relative; top:auto; left: auto; transform: none; -webkit-transform:none; margin-top: 0;}
    #member-wrap .member-header{padding-top: 1.5rem;}

    .register .btn-groups{overflow: hidden;}
    .register .btn-groups .button{float:left; width: 49%; margin: 0;}
    .register .btn-groups .button.btn-submit{margin-right: 2%;}

    /* ## FIND */
    .find #member-wrap .cont{margin: 0 15px;}
    .find .result-btns .button{margin: 0;}


    /* ## cal_0001 */
    .doc-container{width:100%; padding-bottom: 8rem;}
    .sign-image{top:40px; left: 50%; margin-left: -70px;}

    .cal-0004 .sys-form{margin-bottom: 1.5rem;}
    .cal-0004 .sys-form th{width: 43%;}

}

@media (max-width:640px){
    .dx-input.input-auto{max-width: 20rem;}
}
@media (max-width:480px){
    
    .content-title h3{margin: 2.5rem 0 1rem;}
    .navigation{position: relative; top: 0; margin: 1rem 0 3rem;}
    
    .pl-section-title{font-size: 1.8rem;}
    
    .search-wrap label{display: block;}
    .mail-manage .search-wrap label{display: inline-block;}
    
    .sys-form .dx-input{width: 100%;}
    .sys-form .dx-input.cn1{width: 28%;}
    .sys-form .dx-input.cn2{width: 18%;}
    .sys-form .dx-input.cn3{width: 50%;}
    
    .sys-form .dx-input.zipcode{width: auto;}
    .sys-form .dx-input#reg_mb_name{width: 10rem;}

    .button{min-width: 8rem; line-height: 40px; padding: 0 0.5rem; font-size: 1.2rem;}
    
    .popup-layer .pl-content{padding: 1.5rem 1.5rem 1rem 1.5rem;}
    
    .form-group input[type=file]{margin-bottom: 1rem;}
    .form-group .check-custom label{margin-right: 0;}
    
    
    #bo_w .sys-form .dx-input{max-width: 150px;}
    #bo_w .sys-form #qa_content{max-width: 85%;}

    #footer{padding: 10px;}
    
}

