﻿@charset "utf-8";

/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

html,body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0; padding:0}
body{font-family:'Malgun Gothic', '돋움',Dotum,Helvetica,sans-serif; font-size:12px; line-height: 1.2; color:#333; background:#edf0f5;background-image: url(../image/lnb_bg.png); background-repeat:  repeat-y;}
body.login {background-image: none;}
h1,h2,h3,h4,h5,h6,strong{font-weight:700; font-size:100%;}
fieldset,img,button{border:0;}
img,input,button{vertical-align:top;}
textarea{resize: none;}
table{border-collapse:collapse;}
address,em{font-style:normal;}
ol,ul,li{list-style:none;padding:0px;margin:0px; word-break:keep-all;}
hr{display:none;}
a{text-decoration:none; color:#333;}
a:hover,a:active{text-decoration:none;}
legend{position:absolute; left:-9999px; top:0}
caption{overflow:hidden; width:0; height:0; font-size:0; line-height:0;}
button{background:none; font-family:NotoSans; cursor:pointer;}
button::-moz-focus-inner{padding:0;}
p{word-break:keep-all;}
input,select{font-family:'Malgun Gothic', '돋움',Dotum,Helvetica,sans-serif; font-size:15px; font-weight:500; color:#666;}

/* layout */
#wrap{width:100%;height:100%;min-width:1200px;}
#header{position:relative; width:100%; height: 65px; background: #353775; z-index: 10;}
#container{position:relative; width:100%; min-height: 600px; padding:0 0 100px 0; z-index: 10;}
#footer{margin-top: 30px;}
#footer p{text-align: center; font-size: 12px;}
#footer p span {padding: 0 5px; color:#777;}
#footer p.copyright{margin-top: 10px; color:#999; font-size: 11px;}

/* header */
#header .logo {width:180px; height: 65px; background:#2e3192;}
#header .path {position: absolute; top:26px; left:220px; color:#fff;}
#header .path span { font-size: 14px;}
#header .path em {color:#abadec; padding: 0 10px;}
#header h1 {display: inline-block; font-size: 20px; font-weight: 400;}
#header h2 {display: inline-block; font-size: 14px;}
#header h1:after,
#header h2:after {content: ''; display: inline-block; width:10px; height: 14px; margin:0 10px; background: url(../image/icon_arrow.png) no-repeat 0 -33px; background-size: 10px auto;}
#header .welcome {position: absolute; top:18px; right:80px; color:#b7b9f8; text-align: right;}
#header .welcome span {display: block; color:#fff;}
#header .btn_logout {position: absolute; top:16px; right:30px;}


/* ==========================================================================
   #INPUT
   ========================================================================== */
input, textarea, select, button {
	margin:0;
  padding:0;
  font-family: 'Malgun Gothic', '돋움', Dotum, Arial, verdana, sans-serif;
  font-size:13px;
  color:#111;
  text-align: center;
  appearance: none; 
	-webkit-appearance: none;  
  -moz-appearance: none; 
  -ms-appearance: none; 
  -o-appearance: none;
}

label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer; border: none; background: none;}

button, input, select, textarea {margin: 0;}

textarea {
	width: 100%;
  height: 100px;
  line-height: 1.4;
  padding: 4px 4px 0;
  border: 1px solid #d3d7f0;
  font-family: 'Malgun Gothic', '돋움',Dotum,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
  background-color: #fff;  
	box-sizing: border-box;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {width: auto; overflow: visible; font: inherit; line-height: normal;}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear{
    display: none;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999  !important;}
:placeholder-shown { /* Standard  */ color: #999;}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="file"] {
	width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 4px 4px 0;
  border: 1px solid #d3d7f0;
  border-radius: 0;
  font-family: 'Malgun Gothic', '돋움',Dotum,Helvetica,sans-serif;
  background-color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  vertical-align: top;
  color: #222;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
  color: #222;
}
textarea:disabled,
select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="file"]:disabled {
  background: #efefef;
}

input[type="text"]:disabled,
input[type="password"]:disabled {
  background: #eee;
  color: #999;
  border-color: #cfcfcf;
}
input[type=image] {
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  border: 0 none !important;
  background: none;
}

input[type=radio],
input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  margin-right: -18px !important;
  line-height: 1;
  border: 0;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 30px;
  /**/
  vertical-align: middle;
  display: inline-block;
  color: #282828;
}

input[type=radio] + label:last-child,
input[type=checkbox] + label:last-child {
  margin-right: 0;
}

input[type=radio] + label:before,
input[type=radio] + label:after,
input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
  vertical-align: middle;
  display: inline-block;
  content: "";
}

/* ==================================
   #CHECKBOX
   ================================== */
.checkbox input[type=checkbox] + label:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-top: 0;
  background: #fff;
  border: 1px solid #c4cbeb;
  box-sizing: border-box;
}

.checkbox input[type=checkbox] + label:after {
  position: absolute;
  box-sizing: border-box;
  left: 4px;
  top: 50%;
  width: 11px;
  height: 8px;
  margin-top: -4px;
} /* 2020.11.26 */

.checkbox input[type=checkbox]:checked + label:before {
  background-color: #353775
} /* 2020.11.26 */

.checkbox input[type=checkbox]:checked + label:after {
  width: 11px;
  height: 8px;
  background: url("../image/ico_checkbox.png") no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}

/* ==================================
   #RADIO
   ================================== */
.radio_box input[type=radio] + label:before {
  position: absolute;
  box-sizing: border-box;
}

.radio_box input[type=radio] + label:after {
  position: absolute;
  box-sizing: border-box;
}

.radio_box .label_desc {
  float: right;
  color: #999;
}

.radio_box input[type=radio] + label {
  padding-left: 25px;
}

.radio_box input[type=radio] + label:before {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  left: 0;
  top: 50%;
  background: #fff;
  border: 1px solid #d3d7f0;
  border-radius: 50%;
}

.radio_box input[type=radio] + label:after {
  left: 1px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: width 0.2s ease-in, height 0.2s ease-in, left 0.2s ease-in, margin 0.2s ease-in, left 0.2s ease-in;
}

.radio_box input[type=radio]:checked + label:after {
  width: 16px;
  height: 16px;
  left: 1px;
  margin-top: -8px;
  background: #6c7ccc;
  border: 4px solid #fff;
}

.radio_box {
    display: inline-block; 
    margin-left:30px; 
    float: left;
}

.radio_box:first-child {
    margin-left:0;
}


/* ----- Select ----- */
select {
	margin:0;
    padding:0;
    height:30px; 
	line-height:30px;
    color:#222;
    font-size:12px; 
	border:none; 
    box-shadow: none; 
    background:transparent; 
    background-image:none;
}

select::-ms-expand { display:none;}

.select_box {
    position: relative; 
    height:30px; 
    width:100%; 
    overflow:hidden; 
    float:left; 
    border:1px solid #d3d7f0; 
    box-sizing: border-box;
}

.select_box:after {
    content:''; 
    display: inline-block; 
    width:30px; 
    height: 30px; 
    background: url("../image/ico_open.png") no-repeat center; 
    position: absolute; 
    top:0; 
    right: 0;  
    pointer-events: none;
}

.select_box select {
    width:140%; 
    padding-left: 5px;
    cursor: pointer; 
}

.select_box select:focus {
    width:100%; 
    outline:0 none; 
    overflow:hidden; 
}

.select_box + .select_box {
    margin-left: 5px;
}

.select_box + input {
    margin-left: 10px;
}


/* common */
.lnb {position: absolute; top:0; left:0; width:180px; z-index: 200;}
.lnb_menu ul.dep1 {display: block; overflow: hidden; width: 180px;}
.lnb_menu ul.dep1 > li {display: block; overflow: hidden;}
.lnb_menu ul.dep1 > li.has_sub {}
.lnb_menu ul.dep1 > li > a {display: block; height: 60px; font-size: 14px; line-height: 60px; padding: 0 0 0 35px;  border-bottom: 1px solid #efefef;  background-position: 0 -75px; background-repeat: no-repeat;}
.lnb_menu ul.dep1 > li > a:hover,
.lnb_menu ul.dep1 > li.active > a {color:#fff; font-weight: 700; background-color:#6c7ccc;  background-position: 0 -5px;}
.lnb_menu ul.dep1 > li > a.menu01 {background-image: url("../image/lnb_menu01.png");}
.lnb_menu ul.dep1 > li > a.menu02 {background-image: url("../image/lnb_menu02.png");}
.lnb_menu ul.dep2 {display: none; overflow: hidden; background: #f6f7fa;}
.lnb_menu ul.dep2 li {display: block; overflow: hidden; position: relative;}
.lnb_menu ul.dep2 li a {display: block; line-height: 20px; padding: 10px 30px 10px 12px; color:#777; word-break: break-all;  border-bottom: 1px solid #efefef;}
.lnb_menu ul.dep2 li a:hover,
.lnb_menu ul.dep2 li.on a {background: url("../image/icon_arrow.png") no-repeat 160px -40px; color:#222;} 
.lnb_menu ul.dep2 li.on a {font-weight: 700;}

.footer {position: fixed; bottom:20px; left:0; width:180px; text-align: center;}
.footer p.cs_center:before {content: ''; display: block; margin: 10px auto 5px; width:40px; height: 40px; background: url(../image/ico_cs.png) no-repeat center 0;}
.footer p.cs_center {line-height: 1.4;}
.footer p.cs_center span {display: block; font-size: 11px; color:#999;}

.btn {display: inline-block; border-radius: 15px; height: 30px; line-height: 33px; text-align: center; color:#fff;}
.btn.search {position: absolute; bottom:20px; right:20px; width:80px; background: #f033a3;}
.btn.search:hover {background: #c02982;}

.btn.search_1 {position: absolute; bottom:20px; right:110px; width:80px; background: #777;}
.btn.search_1:hover {background: #c02982;}

.btn.search_2 {position: absolute; bottom:20px; right:200px; width:80px; background: #8fcaaa;}
.btn.search_2:hover {background: #c02982;}

.btn.insert {position: absolute; bottom:20px; right:120px; width:100px; background: #f033a3;}
.btn.insert:hover {background: #c02982;}

.btn_line {border:1px solid #c0c1de; padding: 0 15px; border-radius: 15px; height: 30px; line-height: 30px; font-size: 12px; background: #fff; overflow: hidden; display: inline-block;  box-sizing: border-box; vertical-align: middle;}
.btn_line.guide:before {content: ''; display: inline-block; width:30px; height: 30px;  background:url(../image/ico_userguide.png) no-repeat 0 0; float: left; }
.btn_line.guide {margin-top: 15px; width:145px; height: 50px; padding: 10px 0 0 20px; border-radius: 25px; box-sizing: border-box; text-align: left;  line-height: 14px;}
.btn_line.small {border-radius: 11px;  padding: 0 10px; height: 22px; line-height: 22px; text-align: center; color:#6c7ccc; min-width: 40px;}
.btn_line.small:hover {background: #6c7ccc; color: #fff;}
.btn_line.excel {border-color:#8fcaaa; color:#2b6e49; }
.btn_line.excel {position: absolute; top:0; right: 0;}
.btn_line.excel:hover {background:#8fcaaa; color:#fff;}
.btn_line.excel span {background:url(../image/ico_exel.png) no-repeat 0 center; padding:3px 0 3px 20px;}

.btn_txt, 
.btn_txt:hover {color:#353775; text-decoration: underline;}

.btn.inner {background-color:#353775; border-radius: 0; padding:0 15px;}

/* ==================================
   LOG IN
   ================================== */
.wrap_login {position: absolute; top:50%; left:50%; width:1000px; height:600px;margin:-280px 0 0 -500px;  }
.wrap_login .section {position: relative; width:100%; height:530px; background:url(../image/login_img01.png) no-repeat #fff;box-shadow: 0 0 18px rgba(0,0,0,0.3);}
.wrap_login .section h1 {position: absolute; top:30px; left:40px;}
.area_login {position: relative; width:360px; height: 530px; background: #2e3192; float: right;}
.area_login h2 {text-align: center; font-size: 26px; font-weight: 700; color:#fff; padding-top: 70px;}
.area_login .hello {text-align: center; color:#c2c4ff; padding-top: 10px;}
.area_login fieldset {margin:30px auto; width:270px;}
.area_login .inp_form {position:relative; width:100%; height: 45px; background: #fff; margin-bottom: 10px;}
.area_login .inp_form label {position: absolute; top:12px; left:10px; width:24px; height: 24px; display: block; overflow: hidden; text-indent: -9999px; float: left;}
.area_login .inp_form label.label_id {background: url("../image/ico_idpw.png") no-repeat center top;}
.area_login .inp_form label.label_pwd {background: url("../image/ico_idpw.png") no-repeat center -60px;}
.area_login .inp_form input {width:100%; height: 45px; line-height: 45px; padding: 0 5px 0 40px; border:none; background: #fff;}
.area_login .checkbox {margin-top: 5px; height: 20px;}
.area_login .checkbox label {color:#fff !important;}
.area_login a {display: inline-block; text-align: center;}
.area_login .btn {margin-top: 15px; width:100%; height: 43px; line-height: 43px; color:#fff; border-radius: 22px;}
.area_login .btn.otp {border: 1px solid #c4cbeb; width:131px;}
.area_login .btn.otp:hover {background: #6c7ccc; border-color:#6c7ccc;}
.area_login .btn.login {background: #e3038c; color:#fff;}
.area_login .btn.login:hover {background: #c02982;}
.area_login .btn.disabled,
.area_login .btn.disabled:hover {border: 1px solid #1c1e72; background: #292c88; color:#7577b2; cursor: default;}
.area_login .help_txt {position: absolute; bottom: 40px; left:0; text-align: center; color:#c2c4ff; font-size: 12px; line-height: 1.4; padding: 0 50px;}
.area_login .otp_complete {display: block; text-align: right; color:#c2c4ff; padding-top:5px; }
.area_login .otp_complete:before {content: ''; display: inline-block; width:13px; height: 10px; background: url("../image/ico_checkbox.png") no-repeat 0 0;  background-size: 100% auto; margin-right: 5px;}
/*
.wrap_login .area_cs ul {width:100%; overflow: hidden;}
.wrap_login .area_cs ul li {display: inline-block; float: left; overflow: hidden; width: 180px; height: 140px; padding:10px; ; border-left: 1px solid #e0e0e0; box-sizing: border-box;}
.wrap_login .area_cs ul li:first-child {border-left: none;}
.wrap_login .area_cs ul li p {text-align: center;line-height: 1.4;}
.wrap_login .area_cs ul li p span {display: block; font-size: 11px; color:#999;}
.wrap_login .area_cs ul li p em {display: block; width:38px; height: 16px; border-radius: 8px; color:#fff; font-size: 9px; line-height: 18px; margin: 3px auto; background: #b7b7b7;}
.wrap_login .area_cs ul li p:before {content: ''; display: block; margin: 10px auto 5px; width:40px; height: 40px;}
.wrap_login .area_cs ul li p.cs_num:before {background: url(../image/ico_cs.png) no-repeat center 0;}
.wrap_login .area_cs ul li p.cs_mail:before {background: url(../image/ico_cs.png) no-repeat center -50px;}
.wrap_login .area_cs ul li p.cs_new:before {background: url(../image/ico_cs.png) no-repeat center -100px;}
*/



/* ==================================
   SUB
   ================================== */

/* content */
.wrap_contents {position: relative; width: 100%; z-index: 100;}
.wrap_contents h3 {font-size:18px; margin-bottom: 20px;}
.contents {padding: 40px 40px 50px 220px;}
.contents_popup {padding: 40px 40px 50px 40px;}  
.section {margin-bottom: 20px; min-width: 1000px; box-sizing: border-box; position: relative;}
.section_popup {margin-bottom: 20px; min-width: 500px; box-sizing: border-box; position: relative;}
.box > .tit {height: 30px; line-height: 30px;  font-size: 13px; font-weight: 700; margin-bottom: 5px;}

.search_box {padding:20px 20px 15px;  border: 1px solid #d3d7f0; position: relative; background: #fff;}
.search_box table {width: calc(100% - 120px); min-width: 780px;}
.search_box table th, 
.search_box table td {height:30px; padding-bottom: 5px;}
.search_box table th {text-align: left; font-weight: 300; color:#555;}
.search_box table td {}
.search_box .select_box {width:120px; position: relative;}
.search_box .select_box.yy {width:100px;}
.search_box .select_box.mm {width:80px;}
.search_box .inp_date {width:90px;}
.search_box .inp_txt {width:200px;}
.search_box .inp_date.start {}
.search_box .inp_date.start:after {content: '~'; display: inline-block; height: 30px; padding: 0 10px; float: left;}
.search_box .btn_calendar {width: 30px; height: 30px; background: url("../image/ico_calendar.png") no-repeat center #d3d7f0; font-size: 0; text-indent: -9999px; float: left;}

.data_box {}
.data_box ul.total {margin-bottom: 10px; width: calc(100% - 150px);}
.data_box ul.total li{display: inline-block; padding: 0 20px 0 15px; background: #fff; border-radius: 15px; height: 30px; line-height: 32px;  box-sizing: border-box; color:#555; overflow: hidden;}
.data_box ul.total li .tit:before {content: '· ';}
.data_box ul.total li .tit:after {content: ' : '; }
.data_box ul.total li strong {color:#6c7ccc; font-weight: 700;}

/* tab */
.tab_menu {margin-top: 30px;}
.tab_menu li {display: inline-block; width:140px; height: 40px;  float: left; margin-right: 1px;}
.tab_menu a {display: block; line-height: 38px; font-size: 13px; font-weight: 700; text-align: center; color:#777; background: url("../image/ico_checkbox_gray.png") 10px center no-repeat #fff; background-size: 12px auto;  padding-left: 20px; border: 1px solid #efefef; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.tab_menu a:hover {color: #222;}
.tab_menu li.show a {color:#fff; background: url("../image/ico_checkbox.png") 10px center no-repeat #6c7ccc; background-size: 12px auto;  padding-left: 20px;}
.tab_menu li.show a:hover {color: #fff;}
.tab_content {clear: both; position: relative; overflow: hidden;}
.tab_content .tit {text-indent: -9999px; width: 0; height: 0;}

/* table */
.data_type01 {width:100%; background: #fff; border: 1px solid #d3d7f0;}
.data_type01 th,
/*.data_type01 td {line-height: 36px; padding: 0 5px; text-align: center; } */
.data_type01 td {line-height: 20px; padding: 6px 5px; text-align: center; } /* 2020.12.08 */
.data_type01 td.tdr {text-align: right; }
.data_type01 thead th { background: #353775; color:#fff; font-size: 12px;}
/*.data_type01 thead td { background: #efefef; } */
.data_type01 thead td { background: #e9eafd; color:#353775; font-weight: bold;} /* 2020.12.08 */
.data_type01 thead th,
.data_type01 thead td {border-left:1px solid #d3d7f0;}
.data_type01 thead th:first-child {border-left:none;}
.data_type01 tbody tr:nth-child(odd) {background: #f9fafd;}
.data_type01 tbody tr:hover { background: #e9eafd;} 
.data_type01 tr.total_amount {background: #fffcb6 !important;}
.data_type01 tr.total_amount th,
.data_type01 tr.total_amount td {font-weight: 700;}

.data_type01_v {width:100%; background: #fff; border-top:1px solid #353775;}
.data_type01_v th,
.data_type01_v td {line-height: 1.4; text-align: left; border-bottom:1px solid #efefef;}
.data_type01_v thead th {background: #fff; text-align: center;}
.data_type01_v th {padding: 10px 5px 8px; background: #f9fafd;}
.data_type01_v td {padding: 5px;}
.data_footer {padding:10px 0; position: relative;}
.data_footer .page_total {position:absolute; top:10px; left: 0;}
.data_footer .btn_line.excel {position:absolute; top:10px; right:0;}

/* 2020.12.08 : s */
table th .checkbox {
	display: inline-block;
	height: 20px;	
}
table th .checkbox input[type=checkbox] + label {
	color: #fff;
	line-height: 20px;
	padding-left: 20px;
	vertical-align: top;
}
table th .checkbox input[type=checkbox] + label:before {
  position: absolute;
  width: 16px;
  height: 16px;
	top:2px;
}

table th .checkbox input[type=checkbox] + label:after {
  left: 3px;
  top: 50%;
  width: 11px;
  height: 8px;
	margin-top: -4px;
}
/* 2020.12.08 : e */



/*paging*/
.paging {text-align:center;line-height: 24px;}
.paging *{display:inline-block;position:relative;line-height:normal;text-decoration:none;vertical-align:middle; line-height: 26px;}
.paging .pg_prev {display:inline-block;background:url(../image/icon_arrow02.png) center 0px no-repeat;width:14px;height:20px; overflow: hidden;}
.paging .pg_next {display:inline-block;background:url(../image/icon_arrow02.png) center -40px no-repeat;width:14px;height:20px; overflow: hidden;}
.paging .page_num {display:inline-block;height: 24px;margin: 0 10px;}
.paging .inp_page {width: 45px; height: 24px; line-height: 24px; text-align: center; float: none; padding-top: 4px}

/* text */
.accent {color:#e3038c;}
.dash {display: inline-block; padding: 0 5px; float: left; line-height: 30px;}

.info_list {}
.info_list li {display: block; font-size: 11px; line-height: 1.4; color:#757575;}

.w100 {width: 100px;}
.w150 {width: 150px !important;} /* 2020.11.30 */

/* ==================================
   MODAL
   ================================== */

.modal_basic {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}

.modal_basic.is_expanded {
  display: block;
}

.modal_basic:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: middle;
}

.modal_dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: .8;
  filter: alpha(opacity=80);
}

.modal_wrapper {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  /**/
  white-space: normal;
  text-align: left;
  vertical-align: middle;
}

.modal_body {
  background-color: #fff;
  min-width: 200px;
  min-height: 100px;
  margin-bottom: 15px;
  font-size: 12px;
  /**/    
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.modal_body .title {border-bottom: 1px solid #d3d7f0; height:40px; line-height: 40px; text-align: center; font-weight: bold;}
.modal_body .noit_txt {margin-bottom: 20px;}
.modal_body .content { min-width:300px; padding:20px 30px;} /* 2020.11.30 */
.modal_body .content.m_scr {text-align:left; height: 600px; overflow-y: scroll;}
.modal_body .content.alert {text-align:center;} /* 2020.11.30 */
.modal_body .content.alert p {line-height: 1.4; padding:10px;}
.modal_body .content.otp {width:300px;}
.modal_body .content.otp .inp_form {position:relative; margin: 10px auto; width:280px; overflow: hidden;}
.modal_body .content.otp .inp_form label {display: block; width:0; height: 0; text-indent: -9999px;}
.modal_body .content.otp .inp_form input {width:280px; height: 40px; padding-right: 80px; border-color: #6c7ccc;}
.modal_body .content.otp .inp_form .timer {position: absolute; top:14px; right:10px; color:#f033a3;}
.modal_body p {line-height: 1.4;}
.modal_body .content .txt_desc span {display: block; color:#777; padding-top: 10px;}
.modal_body .content .txt_info { color:#797e96; line-height: 1.4;}
.modal_body .data_type01 {font-size: 12px; min-width: 500px;}
.modal_body .sms_view {}
.modal_body .sms_view img {width: 240px; margin: 10px 0; border: 3px double #e0e0e0;}
.modal_body .sms_view .txt {clear: both; line-height: 1.4;}
.box {margin-bottom: 30px;}
.box .box_title {display: block; font-size: 14px;  font-weight: bold; margin-bottom: 5px;}
.box .box_title:before {content: ''; display: inline-block; margin: 2px 5px 5px 0; width:3px; height: 3px; background:#6c7ccc; border-radius: 50%;}

.modal_btn + .txt_info {padding-top: 15px;}
.modal_btn {margin: 20px auto 0; text-align:center;}
.modal_btn a {display: inline-block; border: 1px solid #e0e0e0; padding: 0 20px; height:24px; line-height: 26px; border-radius: 15px; overflow: hidden;}
.modal_btn a.ok {border: 1px solid #c0c1de;}
.modal_btn a:hover {}
.modal_btn_x {position: absolute; top:8px; right:8px; display: block; width:24px; height: 24px; border-radius: 50%;}

.modal_btn .next {width:80px; height: 30px; line-height: 30px;  background: #353775; color:#fff;}
.modal_body .content .btn_inner {margin-left: 5px; padding: 0 15px; background: #353775; color:#fff; height:24px;} /* 2020.11.30 */

/* 2020.11.26 : s */
.modal_body input {
  height: 24px;
  line-height: 24px;
	text-align: left;
  padding: 2px 4px 2px;
	float: left;
}
.modal_body input + .checkbox {margin-left: 10px;}
.modal_body .checkbox {float: left;}
.modal_body .checkbox input[type=checkbox] + label:before {top:2px;}
.modal_body .checkbox label {line-height: 24px;}
/* 2020.11.26 : e */

/* ----- Select ----- */
.modal_body select {
    height:24px; 
	line-height:24px;
}
.modal_body .select_box {
    height:24px; 
}

.modal_body .select_box:after {
    width: 24px; 
    height: 24px; 
    background: url("../image/ico_open.png") no-repeat center; 
		background-size: 10px auto;
}

.inp_desc {clear: both; display: block; line-height: 24px;}
.inp_error {clear: both; display: block; color:#FF0004;}


/*2025.08.24 추가 시작*/
/* 로딩 */
.dim {
height:100%;
width:100%;
position:fixed;
left:0;
top:0;
z-index:200001 !important;
/* background-color:#fff; */
/* opacity:0.01; */
text-align:center;
padding-top:300px;
display:none;
}
/* 로딩 */
/*2025.08.24 추가 끝*/
