@charset "utf-8";
@import url("reset.css");
@import url("sub.css");
@import url("table.css");
@import url("jquery.treeview.css");
@import url("datepicker.css");
/* ============== common ============== */
.label01	{display:inline-block; font-size:13px; color:#666; border:1px solid #ddd; padding:4px 10px; line-height:1.5;}
.label02	{display:inline-block; font-size:13px; color:#1465a9; border:1px solid #1465a9; padding:4px 10px; line-height:1.5;}
.label03	{display:inline-block; font-size:13px; color:#fff; border:1px solid #1465a9; background:#1465a9; padding:4px 10px; line-height:1.5;}
.label04	{display:inline-block; font-size:13px; color:#1465a9; border:1px solid #1465a9; background:#fff; padding:4px 10px; line-height:1.5; width: unset;}
.label05-1	{display:inline-block; font-size:13px; color:#46731a; border:1px solid #46731a; background:#fff; padding:4px 10px; line-height:1.5; width: unset;}
.label05-2	{display:inline-block; font-size:13px; color:#fff; border:1px solid #46731a; background:#46731a; padding:4px 10px; line-height:1.5; width: unset;}
.label05-3	{display:inline-block; font-size:13px; color:#d06500; border:1px solid #d06500; background:#fff; padding:4px 10px; line-height:1.5; width: unset;}
.label06-1	{display:inline-block; font-size:13px; color:#294a88; border:1px solid #294a88; background:#fff; padding:4px 10px; line-height:1.5; width: unset;}
.label06-2	{display:inline-block; font-size:13px; color:#fff; border:1px solid #294a88; background:#294a88; padding:4px 10px; line-height:1.5; width: unset;}


/*width*/
.w10 {width:10px !important;}
.w20 {width:20px !important;}
.w30 {width:30px !important;}
.w40 {width:40px !important;}
.w43 {width:43px !important;}
.w50 {width:50px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w80 {width:80px !important;}
.w85 {width:85px !important;}
.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w130 {width:130px !important;}
.w135 {width:135px !important;}
.w150 {width:150px !important;}
.w160 {width:160px !important;}
.w200 {width:200px !important;}
.w220 {width:220px !important;}
.w248 {width:248px !important;}
.w300 {width:300px !important;}
.w355 {width:355px !important;}
.w400 {width:400px !important;}
.w450 {width:450px !important;}
.w500 {width:500px !important;}
.w600 {width:600px !important;}
.w700 {width:700px !important;}
.w800 {width:800px !important;}
.w960 {width:960px !important;}

.w49p {width:49% !important}
.w70p {width:70% !important}
.w80p {width:80% !important}
.w98p {width:98% !important}
.w100p {width:100% !important}
.f14 { font-size:14px !important;}
.marginC {margin:0 auto}

.marginL05 {margin-left:5px !important;}
.marginL10 {margin-left:10px !important;}
.marginL20 {margin-left:20px !important;}
.marginL30 {margin-left:30px !important;}
.marginL43 {margin-left:43px !important;}
.marginL75 {margin-left:75px !important;}
.marginL130 {margin-left:130px !important;}
.marginL133 {margin-left:133px !important;}
.marginL150 {margin-left:150px !important;}
.marginL190 {margin-left:190px !important;}
.marginL208 {margin-left:208px !important;}

.marginR05 {margin-right:5px !important;}
.marginR08 {margin-right:8px !important;}
.marginR10 {margin-right:10px !important;}
.marginR15 {margin-right:15px !important;}
.marginR20 {margin-right:20px !important;}
.marginR44 {margin-right:44px !important;}
.marginR75 {margin-right:75px !important;}
.marginR100 {margin-right:100px !important;}

.marginT05 {margin-top:5px }
.marginT10 {margin-top:10px }
.marginT20 {margin-top:20px }
.marginT30 {margin-top:30px }
.marginT50 {margin-top:50px !important}
.marginT70 {margin-top:70px !important}

.marginB0 {margin-bottom:0px !important}
.marginB10 {margin-bottom:10px !important}
.marginB25 {margin-bottom:25px !important}
.marginB40 {margin-bottom:40px !important}

/* div table */
#table {display: table; width: 100%;}
.row {display: table-row;}
.cell {display: table-cell; padding: 3px; border-bottom: 1px solid #DDD;}
.col10 { width: 10%;}
.col20 {width: 20%;}
.col30 {width: 30%;}
.col40 {width: 40%;}
.col50 {width: 50%;}
.col60 {width: 60%;}
.col70 {width: 70%;}
.col80 {width: 80%;}
.col90 {width: 90%;}
.col100 {width: 100%;}
/* ============== layout ============== */
header {
   position:relative;
   height:120px;
   color:#fff;
   background:#e5e5e5;
}
header:after {
	display:block;
	content:'';
	clear:both;
}
#wrap	{
	width: 100%;
	height: 100%;
    min-height: 100%;
}
/*Opera Fix*/
body:before {
 content:"";
 height:100%;
 float:left;
 width:0;
 margin-top:-32767px;/
}
#footer {
	position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both;
	color:#666;
	background:#fff;
	border-top:1px solid #d4dde5;
	padding:15px 0 0 20px;
}
#content_wrap	{
	float:right;
	width: calc(100% - 200px);
    height: auto;
    overflow: auto;
    padding:0;
}
#content_wrap:after {
	display:block;
	content:'';
	clear:both;
}
#snb {
	float:left;
	width:200px;
	background:#354a5c;
	color:#fff;
}
#contents	{
	width:100%;
	box-sizing:border-box;
}
#top	{
	width:100%;
	height:60px;
	position:relative;
	background:#25262d;
}
#footer {
	position: relative;
    margin-top: -50px;
    height: 50px;
    clear: both;
    color: #d9d9d9;
    background: #354a5c;
    border-top: 1px solid #556b7d;
    padding: 15px 0 0 20px;
}
h1.logo	{
	position:absolute;
	top:0;
	left:0;
	width:350px;
	font-size:24px;
	color:#fff;
	font-weight:600;
	z-index: 2;
}
h1.logo a	{
	display:block;
	line-height:60px;
	font-size:24px;
	color:#fff;
	font-weight:600;
	font-family:'scoreDream';
	padding-left:20px;
}
h1.logo a span	{
	font-size:26px;
	color:#00ffff;
	font-weight:800;
}
h1.logo a span b	{
	font-size:26px;
	color:#8fff22;
	font-weight:800;
}
#log_box	 {
	position:absolute;
	top:60px;
	left:0;
	width:200px;
	height:110px;
	background:#2e4152 url(../images/ic02.png) no-repeat 18px 14px;
	color:#fff;
	z-index: 1;
}
.log_nm	{
	width:100%;
	color:#fff;
	font-size:14px;
	padding:20px 0 0 60px;
}
.log_btn	{
	display: flex;
    width: 200px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1e2e3b;
}
.log_btn li	{
	width:33.33%;
	height:70px;
}
.log_btn li a	{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	font-size:12px;
	text-align:center;
	padding-top:45px;
}
.log_btn li:nth-child(1)	{
	background:#1e2e3b url(../images/ic04.png) no-repeat center 10px;
}
.log_btn li:nth-child(2)	{
	background:#0b1e2e url(../images/ic03.png) no-repeat center 10px;
}
.log_btn li:nth-child(3)	{
	background:#1e2e3b url(../images/ic06.png) no-repeat center 10px;
}
#navi_wrap	{
	position:relative;
	width:100%;
	height:60px;
	box-sizing: border-box;
    padding-left: 230px;
	background-image:linear-gradient(180deg, #e5e5e5 85%, #cccccc 100%);
}
.navi_list	{
	position: relative;
    height: 60px;
    width: auto;
    overflow: hidden;
}
.navi_list:after {
	display:block;
	content:'';
	clear:both;
}
.navi_list a	{
	display:inline-block;
	margin-right:5px;
	color:#777;
	font-family:'scoreDream';
	font-size:18px;
	border:1px solid #a9a9a9;
	border-bottom:none;
	line-height:50px;
	margin-top:10px;
	height:50px;
	padding:0 50px;
	box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
}
.navi_list a:hover,
.navi_list a.on,
.navi_list a.active	{
	font-weight:600;
	color:#004f92;
	background:#fff;
}
.navi_right	{
	position:absolute;
	top:4px;
	right:4px;
	text-align:right;
}
.navi_right > a	{
	display:inline-block;
	background:#354a5c;
	color:rgba(255,255,255,0.5);
	width:120px;
	padding:13px 0;
	font-size:16px;
	text-align:center;
	margin-left:4px;
	border-radius:0;
	box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
}
.navi_right > a.active,
.navi_right > a:hover	{
	background:#004f92;
	color:#fff;
}
.top_select	 {
	display: flex;
	position:absolute;
	top:0;
	right:0;
	height:60px;
	padding:0;
	background:#354a5c;
	z-index:1;
	padding:10px 0 0 30px;
}
.top_select p	 {
	display:inline-block;
	margin-right:10px;
	vertical-align: top;
    line-height: 35px;
}
.top_select select	 {
	width:110px;
	height:35px;
	line-height:1;
	border:2px solid #2d5298;
	background-color:#fff;
	vertical-align: top;
}
.top_select button	 {
	width:60px;
	height:35px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	vertical-align: top;
	margin-right:30px;
}
.top_link	 {
	display:flex;
	background:#25262d;
	width:
	height: 60px;
    margin-top: -10px;
}
.top_link li	 {
	height:100%;
	display:block;
	box-sizing: border-box;
}
.top_link li:last-child	 {
	background:#47495b;
}
.top_link li.on	{
	background: #1371bb;
    font-weight: 600;
    border: 2px solid #a3d6ff;
}
.top_link li a	{
	display:block;
	width:100%;
	height:100%;
	padding:0 20px;
	line-height:60px;
}
#snb	{
	width:200px;
	height:auto;
	margin-top:70px;
	background:#354a5c;
}
h2.snb_tit	{
	font-family: 'scoreDream';
	font-size:22px;
	height:60px;
	line-height:60px;
	padding-left:20px;
	background:#2e4152;
	border-top:1px solid #556b7d;
	border-bottom:1px solid #556b7d;
}
#snb ul > li	{
	border-bottom:1px solid #556b7d;
	height:50px;
	line-height:50px;
	position:relative;
}
#snb ul > li.on	{
	background:#1e2e3b;
}
#snb ul > li > a	{
	display:block;
	padding-left:40px;
	line-height:50px;
}
#snb ul > li > a:before	{
	display:block;
	content:'';
	position:absolute;
	top:23px;
	left:20px;
	width:2px;
	height:2px;
	background:#8fadc9;
}
/* ======= Login ======= */
/*로그인*/
.login_wrap	{
	position:relative;
	width:100%;
	height:100%;
	background: url(../images/login_bg.png);
	background-size: cover;
	overflow: hidden;
}
.login_bg	{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login_bg.png);
    z-index: 1;
	background-size: cover;
}
.login_box	{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 600px;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 1px solid #2e3a47;
    background: rgba(0,0,0,0.7);
    border-radius: 20px;
    padding: 50px;
}
.login_tit	{
	width:420px;
	height:220px;
	color:#fff;
	text-align:center;
}
.login_tit h1	{
	font-size: 30px;
    white-space: nowrap;
    margin-top: 30px;
}
.login_tit h2	{
	font-size: 25px;
    font-weight: 200;
    white-space: nowrap;
    margin: 20px;
    color: #80c7ff;
}
.login_tit p a	{
	color: #80c7ff;
	text-decoration:underline;
}
.login_tit h2>b	{
	font-weight:400;
}
.login_form	{
	width:100%;
}
.login_form ul	{
	width:80%;
	margin:0 auto;
}

input[type="checkbox"].login_chk + label	{
	color:#fff;
	font-size:16px;
}
.login_check .chk02	{
	margin-top:20px;
	text-align: center;
}
.login_check .chk02 > a	{
	color:#fff;
	font-size:16px;
	text-decoration:underline;
}
.login_check .chk02 > a + a	{
	margin-left:40px;
}
input[type="text"].login_inp,
input[type="password"].login_inp,
.login_inp	{
	padding: 10px 12px 10px 40px;
	height: 45px;
    font-size: 15px;
    width: 100%;
	border-radius: 5px;
	border:none;
}
.login_inp.id	{
	background: #fff url(../images/login_ic2.png) no-repeat 10px 13px;
	background-size: 16px;
}
.login_inp.pw	{
	background: #fff url(../images/login_ic3.png) no-repeat 10px 13px;
	background-size: 16px;
}
.login_form > ul li	{
	margin-bottom: 15px;
    height: 42px;
    width: 100%;
}
.login_form .btn_login	{
    width: 100%;
    height: 50px;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 20px;
    line-height: 180%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    background-image: linear-gradient(0deg, #0141a2, #1465a9);
}
.login_check	{
	text-align: right;
    margin: 10px auto;
    width: 80%;
}
/*아이디비번검색*/
.login_search	{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: auto;
    transform: translate(-50%, -50%);
	text-align:center;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.login_search .link_box	{
	margin-top: 20px;
    text-align: center;
}
.login_search .link_box > a {
    font-size: 16px;
    text-decoration: underline;
	display:inline-block;
	margin:0 10px;
}
.login_search h3	{
	font-size:26px;
	margin-bottom:20px;
}
.login_search ul	{
	margin-top:30px;
}
.login_search input[type="text"]	{
	width:100%;
	padding:12px 15px;
	height:auto;
	border-radius:5px;
	margin-bottom:10px;
}
.btn_search_id	{
	font-size:18px;
	color:#fff;
	padding:15px 0;
	text-align:center;
	width:100%;
	border-radius:5px;
	background-image: linear-gradient(0deg, #0141a2, #1465a9);
	margin-top:20px;
}
/* ============== Dim 레이어 팝업 ============== */
.dimBg {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	background: rgba(0, 0, 0, 0.6);
	z-index:999;
}
.layer_pop {
	display:none;
	position: fixed;
    width: 400px;
    height: auto;
	text-align: center;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 4px;
    padding: 40px 24px;
	transform: translate(-50%, -50%);
    z-index: 999;
}
.layer_pop button + button:last-child	{
	margin-left:12px;
}
.pop_container > p	{
	font-weight: 400;
	font-size: 14px;
	line-height: 180%;
	color: rgba(0, 0, 0, 0.87);
}
.pop_container	{
	margin-bottom:24px;
}
.pop_container h3	{
	text-align:left;
	font-size:18px;
	font-weight: 500;
    color: #004f92;
}
.layer_pop .btn_area	{
	margin:20px 0 0 0;
}
.layer_pop .btn_area button	{
	font-size:14px;
	min-width:140px;
	padding: 12px 30px;
}
.layer_pop .tit	{
	background: #004f92;
    text-align: left;
    color: #fff;
    padding: 15px 20px;
    margin: -41px -25px 20px;
    font-size: 18px;
}
/* ============== 컨텐츠 ============== */

h3.top_tit	{
	font-family: 'scoreDream';
	width:100%;
	height:50px;
	line-height:50px;
	font-size:20px;
	position:relative;
	padding:0 0 0 30px;
	border-bottom:1px solid #cacaca;
}
h3.top_tit span.s_tit	{
	margin-left:5px;
	font-size:16px;
	color:#555;
}
/*검색영역*/
.filter-area {
	position: relative;
    background: #fbfbfb;
    border: 1px solid #354a5c;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    margin: 30px;
}
.filter-area.inbox {box-shadow:none !important; padding:10px 20px; background:#fafafa;}
.filter-area table	{
	width:100%;
	text-align:left;
}
.filter-area table th:before {
	display: inline-block;
	content:'';
	width:2px;
	height:2px;
	background-color:#222;
	margin-right:10px;
	vertical-align: middle;
}
.filter-area table th	{
	color: #222;
	font-weight:500;
}
.filter-area table th,
.filter-area table td	{
	padding:4px 0;
}
.btn-search-top	{
	width:50px;
	height:33px;
	color:transparent;
	background:url(../images/btn_search.png) no-repeat center center #2e4152;
	vertical-align:middle;
	margin-left:-3px;
	background-size: 32px;
	text-indent:-999999999999999999px;
}
.btn-refresh-top	{
	width:40px;
	height:33px;
	color:transparent;
	border:1px solid #cdcdcd;
	background:url(../images/ic05.png) no-repeat center center #fff;
	vertical-align:middle;
	margin-left:3px;
	text-indent:-999999999999999999px;
}

/*버튼영역*/
.content-box .filter_btn_area	{margin:15px 0;}
.filter_btn_area {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	margin:15px 30px;
	overflow:hidden;
}
.filter_btn_area:after	 {
	content: "";
    display: block;
    clear: both;
}
.filter_btn_area .left {
	/*float:left;*/
	width:100%;
	padding:0;
}
.filter_btn_area .left > button {
	margin-right:6px;
	color:#fff;
	text-align: left;
}
.filter_btn_area > .right {
	width:100%;
	text-align:right;
}
.filter_btn_area.left + .right {
	/*float:right;*/
	text-align:right;
}
.filter_btn_area.left + .right > button {
	margin-left:6px;
}
.btn_formdownload {
	min-width:120px;
	color:#fff;
	padding:10px 50px 10px 20px;
	background:#2e4152 url(../images/ic07.png) no-repeat 90% center;
}
.btn_excelupload {
	min-width:120px;
	color:#fff;
	padding:10px 50px 10px 20px;
	background:#00782a url(../images/ic08.png) no-repeat 87% center;
}
.btn_exceldownload {
	min-width:120px;
	color:#fff;
	padding:10px 50px 10px 20px;
	background:#00782a url(../images/ic09.png) no-repeat 87% center;
}

.btn_add {
	color:#fff;
	font-size:18px;
	padding:18px 35px;
	background:#2e4152;
	width:160px;
	margin-left:0 !important;
}
.filter_btn_area > .right
.btn_add02 {
	color:#fff;
	font-size:18px;
	padding:18px 35px;
	background:#15558f;
	width:auto;
}
.filter_btn_area > .left + .right .btn_add02	 {
	width:auto;
	padding:18px 30px;
}
.filter_btn_area .right button + button	{
	margin-left:10px !important;
}
.cont_area	{
	padding: 0 30px 100px 30px;
}
/*테이블헤드*/
.table_head {
	margin:26px 0 5px;
	font-size:14px;
	overflow:hidden;
}
.table_head .left {
	float:left;
	line-height:33px
}
.table_head .right {
	float:right
}
.table_scroll {
	width:100%;
	overflow-x:auto
}
/*table*/
table caption {display:none}

.tList,
.tInsert,
.tView {	width:100%; word-break: break-all; table-layout: fixed;}

.con-tit	{
	font-size:22px;
	font-weight:500;
	color:#0d285a;
}

.sub_tit,
.con-tit2 {
    font-size:18px;
    font-weight:500;
    color: #004f92;
	margin:10px 0;
}
.chan_tit	 {
	font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 20px 0;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 5px;
    border: 1px dashed #444;
}
.con-tit3 {
    font-size:16px;
    font-weight:500;
    color: #000;
	margin:20px 0 10px;
}
.con-tit3:before	{
	content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: #000;
    vertical-align: -1px;
    margin-right: 5px;
    border-radius: 999px;
}
.sub-title1 {
    position: relative;
    background: #bfd3d5;
    color: #0e595e;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
    border-bottom: 1px solid #9fa9b1;
    margin: 30px 0 0;
    border-radius: 8px 8px 0 0;
}
.sub-title1.bg1 {
    background: #bfd5c0;
}
.sub-title2 {
    position: relative;
    background: #eef3f7;
    color: #55575a;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 20px;
    border-bottom: 1px solid #d2d9de;
    margin: 0 -20px 0 -20px;
    vertical-align: middle;
    line-height: 1;
}
.btn_form_s {
    height:33px;
    padding: 0 15px;
    color: #fff;
    font-size:13px;
    background:#878e9c;
    vertical-align: middle;
}
.btn_form_s.blue	{background:#004f92;}
.btn_form_s.green	{background:#00782a;}
.btn_form_s.white	{background:#e5e5e5; color:#222;}
.btn_form_s.red	{background:#770505;}
.btn_form_s.orange	{background: #df6230;}
.ps_top	{
	font-size:13px;
	color:#666;
	float:right;
	font-weight:400;
}
.ps_top:after {
    content: "";
    display: block;
    clear: both;
}
.ps01 {
    margin-top: 15px;
    color: #0141a2;
	font-size:12px;
}
.ps02 {
	float:right;
    color: #0141a2;
	font-size:13px;
	padding-top:5px;
}
.ps03 {
    color: #0141a2;
	font-size:12px;
	padding-top:5px;
	line-height:1.2;
}
.f_red	 {color:#ff0000 !important;}
.f_blue {color:#004f92 !important;}
.f_green {color:#00782a !important;}
.f_black {color:#000 !important;}
.f_gray {color:#666 !important;}

.chk_list01 li	{display:inline-block; margin-right:10px;}

.btn_bm	{
	margin:50px 0;
	text-align:right;
}
.btn_bm button + button	{
	margin-left:10px;
}
.btn01	{
	font-size:18px;
	background:#777;
	color:#fff;
	border-radius:4px;
	padding:15px 40px;
}
.btn02	{
	font-size:18px;
	background:#004f92;
	color:#fff;
	border-radius:4px;
	padding:15px 40px;
}
.btn03	{
	font-size:18px;
	background:#df6230;
	color:#fff;
	border-radius:4px;
	padding:15px 40px;
}
.btn04	{
	font-size:18px;
	background:#00782a;
	color:#fff;
	border-radius:4px;
	padding:15px 40px;
}
/*안내*/
.info-area	{
	display:flex;
	position: relative;
    background: #fbfbfb;
    border: 1px solid #354a5c;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    margin: 30px;
}
.info-area .tit	{
	width:100px;
	font-size:20px;
	font-weight:600;
	color: #1e2e3b;
	border-right:1px solid rgba(0,0,0,0.1);
	margin-right:30px;
}
.info-area .tit span	{
	display:block;
	font-size:12px;
	color:#666;
}
.info-area .txt	{
	line-height:1.8;
}
/*툴팁*/
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    vertical-align: middle;
    font-size: 0;
    line-height: 1;
    width: 20px;
    height: 20px;
	/*border: 1px solid #0141a2;
    background: #1465a9;*/
	background:url(../images/common/icon_tip.png) no-repeat top center;
    border-radius: 999px;
}
/*
.tooltip:before {
	display:block;
	content:'?';
	color:#fff;
	font-size:14px;
	font-weight:800;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}*/
.tooltip-box {
	display: none;
    position: absolute;
    color: #fff;
    border-radius: 4px;
    top: 20px;
    left: 0;
    width: 150px;
    font-size: 11px;
    background: #354a5c;
    z-index: 999;
	padding:10px;
}

/*회원가입*/
/*단계설정Step*/

.step_box_wrap	{
	position:relative;
	width:100%;
	height:100%;
	background: url(../images/login_bg.png);
	background-size: cover;
	overflow: hidden;
}
.step_inbox	{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 80%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 1px solid #2e3a47;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
	text-align: center;
}
.step_box	{
	display:flex;
	justify-content: center;
}
.step_box li	{
	width:200px;
	height:78px;
	margin:0 5px;
	padding:10px 20px;
	border-radius:10px;
	background:#D6D6D6;
}
.step_box li p.step	{
	color:#747474;
	font-size:14px;
	font-weight:600;
}
.step_box li p.tit	{
	font-size: 18px;
    color: rgba(0,0,0,0.6);
    font-weight: 500;
    margin: 10px 0 0;
    text-align: right;
}
.step_box li.on	{
	background:#006fc5;
}
.step_box li.on p.step	{
	color:#D6D6D6;
}
.step_box li.on p.tit	{
	color:#fff;
	font-weight:700;
}
/*약관동의*/
.agree_top	{
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 20px;
}
.agree_top input[type="checkbox"] + label	{
	font-size:16px;
	font-weight:600;
	color:#000;
}
.agree_body	{
    height: calc(100% - 230px);
    overflow-y: auto;
	text-align: left;
}
.agree_body .tit	{
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
	text-align: left;
}
.agree_box	 {
	width:100%;
	height:200px;
	padding:20px;
	font-size:14px;
	border:1px solid #D7DFE4;
	background:#fff;
	overflow-y:auto;
	border-radius:10px;
	margin-bottom: 10px;
}
.agree_select	{
	text-align:right;
	margin:10px 0 30px;
}
.step_inbox .button_bm	{
	margin:20px auto;
}




/*휴대폰인증*/
.certification_box	 {
	margin:40px 0 0 0;
}
.certification_box .tit	 {
	font-size: 24px;
    font-weight: 600;
    background: url(../images/cer_phone.png) no-repeat center 50px;
    padding-bottom: 120px;
    background-size: 100px;
}
.certification_box .btn_cer	 {
    background: #fff;
    border: 1px solid #004f92;
    color: #004f92;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.certification_box .tit2	 {
	text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.certification_box .txt	 {
	text-align:left;

}
.certification_box .txt2	 {
	text-align: left;
    padding: 20px;
    background: #f7f7f7;
    margin: 20px 0 0;
    border-radius: 10px;

}
.certification_box .txt2 li	 {
	text-align:left;
}
.certification_box .txt2 li:before	 {
	display:inline-block;
	content:'';
	width:3px;
	height:3px;
	margin-right:8px;
	background:#004f92;
	text-align:left;
	vertical-align:middle;
}

/*회원정보입력*/
.join_info_box	{
	height: calc(100% - 145px);
    overflow-y: auto;
    margin-right: -15px;
    margin-top: 20px;
}
.info_form	{
	text-align:left;
	padding: 0 0 20px;
}
.info_form dt	{
	font-size:16px;
	font-weight:600;
	margin:20px 0 10px;
}
.info_form dd	{}
.bdr_bm	{
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;
}

.tInsert2	{
	table-layout:fixed;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #333;
}

.tInsert2 th,
.tInsert2 td	{
	padding:5px 10px;
	text-align:left;
	border-bottom:1px solid #ddd;
}
.tInsert2 th	{
	background:#fafafa;
}
/*가입완료*/
.succece_box .tit	 {
	font-size: 24px;
    font-weight: 600;
    background: url(../images/join_member.png) no-repeat center 120px;
    padding-bottom: 250px;
    background-size: 100px;
	margin-top:80px;
}
.succece_box .tit span	 {
	display:block;
	color:#004f92;
	font-weight:600;
}
.succece_box .btn_cer	 {
    background: #fff;
    border: 1px solid #004f92;
    color: #004f92;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.popup_cache	{
	padding: 0;
    border-left: 20px solid #2e4152;
    border-right: 20px solid #2e4152;
    margin: -20px;
}
.popup_cache .cache_tit	{
	font-size:18px;
	font-weight:600;
	padding:15px;
	text-align:center;
	border-bottom:1px solid #2e4152;
}
.popup_cache .cache01	{
	padding: 0 30px;
	background:url(../images/pop_cache.png) no-repeat 92% 20px;
}
.popup_cache .cache01 .tit	{
	font-size:18px;
	font-weight:600;
	color:#0050C9;
	margin: 24px 0 10px 0;
}
.popup_cache .cache02	{
	margin-top:30px;
	padding: 20px 30px 50px;
	background: #fafafa;
}
.popup_cache .cache02 .tit1	{
	font-size:18px;
	font-weight:600;
	color:#000;
}
.popup_cache .cache02 .tit2	{
	font-size:18px;
	font-weight:600;
	color:#0050C9;
	margin: 15px 0 5px 0;
}
.pop_today_bm	{
    margin: 0;
    line-height: 1.5;
    position: relative;
    padding: 10px 20px;
	background: #2e4152;
	margin-top: -21px;
}
.pop_today_bm input[type="checkbox"] + label	{
	color:#fff;
}
.pop_today_bm .btn_close_bm	{
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 13px 40px;
    background: #000;
}