@charset "utf-8";


/*************************************************
*					LAYOUT						*
*************************************************/

.wrap{width:100%;margin:0;padding:0;position:relative;}
.header_wrap{width:100%;height:40px;margin:0 auto;padding:0;position:fixed;left:0;top:0;display:block;z-index:100000;}
.lcontainer{width:100%;margin:0;padding:90px 0 0;position:relative;}
.mcontainer{width:100%;margin:0;padding:40px 0 0;position:relative;}
.scontainer{width:100%;margin:0;padding:0;background-color:#fff;position:relative;}
.wcontainer{width:100%;margin:0;padding:90px 0 0;background-color:#fff;position:relative;}






/************************************************
*		HEADER									*
************************************************/

/*** 타이틀 : TITLE ***/
.header_case{
	width:100%;
	height:40px;
	background-color:#3f51b5;
	line-height:40px;
	position:relative;
}
/** 로고 **/
.header_case .logo{
	height:40px;
	margin:0;
	padding:0 10px;
	background-color:#223390;
	text-align:left;
	font-size:14px;
	color:#fff;
	line-height:40px;
	position:absolute;
	left:0;
	top:0;
}
.header_case .logo img{width:auto;height:30px;}
.header_case .logo a{color:#fff;}

.header_case .r_info{
	height:40px;
	padding:0 10px;
	color:#fff;
	line-height:40px;
	text-align:right;
	position:absolute;
	right:0;
	top:0;
}
.header_case .r_info .ri_btn{
	height:30px;
	margin-left:5px;
	padding:0 10px;
	background-color:#4e5eb7;
	border-radius:3px;
	font-size:12px;
	color:#fff;
	line-height:30px;
	display:inline-table;
}
.header_case .r_info .ri_btn:hover{background-color:#5969c3;}

/*** 메뉴 : MENU ***/
.header{width:100%;height:50px;margin:0 auto;background-color:#fff;position:fixed;left:0;top:40px;z-index:1000;}
/** 토글버튼 **/
.header .main .nav{
	width:20px;
	height:20px;
	margin:5px 0 0;
	background:url(../images/icon/h_menu.png) no-repeat 0 0;
	background-size:20px;
	line-height:50px;
	display:block;
}
/** 뒤로가기 **/
.header .back{
	width:25px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.header .back a{
	width:100%;
	height:50px;
	background:url(../images/icon/hb_back.png) no-repeat 10px 50%;
	background-size:20px;
	line-height:50px;
	display:block;
}

/** 타이틀 **/
.header .htit{
	height:50px;
	padding:0 10px;
	text-align:center;
	font-size:20px;
	font-weight:500;
	color:#212121;
	line-height:50px;
	letter-spacing:-1px;
	position:absolute;
	left:0;
	top:0;
}

/*** 좌측메뉴 ***/
.mn_wrap{width:128px;padding:0;position:absolute;left:0;top:0;z-index:100;}
.mn_wrap .mn_case{margin:0;padding:0;position:relative;}
.mn_wrap .mn_case .nav_wrap{width:100%;height:40px;position:relative;}
.mn_wrap .mn_case .nav_wrap .mc_title{
	width:128px;
	height:40px;
	padding:0 10px;
	background-color:#3f51b5;
	font-size:16px;
	color:#fff !important;
	line-height:40px;
	position:fixed;
	z-index:10;
}
.mn_wrap .mn_case .nav_wrap .mc_title a{color:#fff;}
.mn_wrap .mn_case .nav_wrap .mc_title .nclose{height:50px;line-height:50px;display:block;position:absolute;right:10px;top:-7px;}
.mn_wrap .mn_case .nav_wrap .mc_title .nclose img{width:15px;height:15px;}

.mn_wrap .mn_case .nav_case{margin:0;padding:0;position:relative;}

.mn_wrap .mn_case .mc_tit,
.mn_wrap .mn_case .accordion {
	margin:0 0 1px;
	padding:10px;
	border-bottom:1px solid #fff;
	background:#3f51b5;
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	color:#fff;
	position:relative;
}

.mn_wrap .mn_case .accordion-open {
	background:#223390;
	color:#fff799;
}
.mn_wrap .mn_case .accordion-open span {
	padding:10px;
	display:block;
	float:right;
}
.mn_wrap .mn_case .accordion-open span {
	background:url(../images/icon/close_arrow1.png) center center no-repeat;
}
.mn_wrap .mn_case .accordion-close span {
	padding:10px;
	background:url(../images/icon/open_arrow1.png) center center no-repeat;
	display:block;
	float:right;
}
.mn_wrap .mn_case div.acontainer {
	margin:0;
	padding:0;
}
.mn_wrap .mn_case div.acontent {
	margin:0;
	padding:10px 15px;
	background:#3f51b5;
	border-bottom:1px solid #fff;
	font-size:14px;
	color:#fff;
	position:relative;
}
.mn_wrap .mn_case div.acontent a{color:#fff !important;}






/************************************************
*		SLIDER MENU								*
************************************************/

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content:" ";
	display:table;
}
.clearfix:after {
	clear:both;
}

.main > section {
	max-width:20px;
	width:90%;
	margin-left:10px;
	position:relative;
	top:10px;
	z-index:100000;
}
.main > section button {
	margin:0;
	padding:0 0 8px;
	opacity:1;
	color:#fff;
	display:block;
	cursor:pointer;
}
.main > section button:hover {
	opacity:1;
}
.main > section button.active {
	opacity:1;
}
.main > section button.disabled {
	opacity:1;
	pointer-events:none;
}

.bg_over{width:100%;height:100%;background-color:#000 !important;opacity:0.4 !important;position:fixed;left:0;top:0;z-index:10000;}


/* General styles for all menus */
.cbp-spmenu {
	background:#3f51b5;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
	position:fixed;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
	width:128px;
	height:100%;
	top:40px;
	z-index:999999;
}
.cbp-spmenu-vertical a {
	padding:10px 0 0;
}
.cbp-spmenu-horizontal {
	width:100%;
	height:150px;
	left:0;
	z-index:1000;
	overflow:hidden;
}
.cbp-spmenu-horizontal h3 {
	height:100%;
	width:20%;
	float:left;
}
.cbp-spmenu-horizontal a {
	float:left;
	width:20%;
	padding:0.8em;
	border-left:1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left:-128px;
}
.cbp-spmenu-right {
	right:-128px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left:0;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right:0;
}

/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
	top:-128px;
}
.cbp-spmenu-bottom {
	bottom:-128px;
}
.cbp-spmenu-top.cbp-spmenu-open {
	top:0;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom:0;
}

/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x:hidden;
	position:absolute;
	left:0;
	z-index:0;
}
.cbp-spmenu-push-toright {
	left:128px;
}
.cbp-spmenu-push-toleft {
	left:-128px;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/* Example media queries */
@media screen and (max-width:55.1875em){
	.cbp-spmenu-horizontal {
		font-size:75%;
		height:130px;
	}
	.cbp-spmenu-top {
		top:-130px;
	}
	.cbp-spmenu-bottom {
		bottom:-130px;
	}
}

@media screen and (max-height:26.375em){
	.cbp-spmenu-vertical {
		font-size:90%;
		width:128px;
	}
	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left:-128px;
	}
	.cbp-spmenu-right {
		right:-128px;
	}
	.cbp-spmenu-push-toright {
		left:128px;
	}
}






/************************************************
*		CONTAINER								*
************************************************/
.mcontent{margin:0;padding:10px 15px 35px;position:relative;}
.scontent{margin:0;padding:20px 15px 35px;position:relative;}


.sear_wrap{margin:0 0 10px;padding:10px 30px 10px 10px;background-color:#e9eaf7;position:relative;}
.pickr_wrap{width:100%;margin:0;padding:0;position:relative;z-index:100;}
.pickr_wrap .pw_st{width:8%;height:40px;margin:0;padding:0;text-align:center;line-height:30px;float:left;}
.pickr_wrap .pw_sear{height:40px;margin:0;padding:0;background-color:#fff;float:left;}
.pickr_wrap .bd{border:1px solid #cacaca;border-radius:4px;}
.pickr_wrap .bd input[type="text"]{
	height:38px;
	padding:0 28px 0 5px;
	background:url(../images/icon/w_calendar.png) no-repeat 90% 50%;
	background-size:15px;
	font-size:12px;
}
.pickr_wrap input[type="text"]{height:28px;border:0 none;}
.pickr_wrap input[type="button"]{
	width:100%;
	max-width:100px;
	height:40px;
	margin:0 auto;
	padding:0;
	background-color:#3f51b5;
	border-radius:4px;
	color:#fff !important;
	line-height:40px;
	display:block;
}



.btn_area{margin:0 0 10px;padding:0;position:relative;}

.ba_case{
	margin-right:5px;
	padding:0;
	position:relative;
	display:inline-block;
}
.ba_case .bc_tit{
	height:30px;
	margin:0;
	padding:0 5px;
	background-color:#a1a6c4;
	font-size:14px;
	font-weight:500;
	color:#fff;
	line-height:30px;
	float:left;
}
.ba_case .bc_txt{
	height:30px;
	margin:0;
	padding:0 5px;
	background-color:#ececec;
	font-size:13px;
	color:#222;
	line-height:30px;
	float:left;
}






/************************************************
*		PC버전 : PC Version						*
************************************************/
.btn_farea{width:100%;margin:0;padding:10px 0;background-color:#fff;text-align:center;position:fixed;left:0;bottom:0;}
.btn_farea .bf_btn{background-color:#d8d8d8;font-weight:500;color:#222;}






/*************************************************
*					DATA PIKER					*
*************************************************/

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #262626;
    background: #fff;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
}

.pika-lendar {
	float: left;
	width: 200px;
	margin: 0;
}

.pika-title {
	padding:0 10px;
	background-color:#2e82e0;
	border-left:1px solid #dedede;
	position: relative;
	text-align: center;
}

.pika-label {
	display: inline-block;
	*display: inline;
	position: relative;
	z-index: 9999;
	overflow: hidden;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	color:#fff;
	line-height: 20px;
	font-weight: bold;
}
.pika-title select {
	cursor: pointer;
	position: absolute;
	z-index: 9998;
	margin: 0;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: 1;
    *position: absolute;
    *top: 0;
	top:10px;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
	background:url(../images/icon/cal_next1.png) no-repeat;
	left: -5px !important;
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
	background:url(../images/icon/cal_prev1.png) no-repeat;
	right: -10px !important;
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-left:1px solid #dedede;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
	background-color:#2e82e0;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}
.pika-table td{
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding:0;
    color: #242424;
	text-align:center;
    font-size: 12px;
    line-height: 32px;
    background: #fff;
	border:1px solid #fff;
}

.pika-week {
    font-size: 11px;
    color: #262626;
}

.is-today .pika-button {
	background: #fff;
	border:1px solid #2e82e0;
    color: #2e82e0;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #2e82e0;
    border-radius: 0;
}

.has-event .pika-button {
    background: #fff;
}


.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #fff;
}

.is-startrange .pika-button {
    color: #fff;
    background: #2e82e0;
    box-shadow: none;
}

.is-endrange .pika-button {
    color: #fff;
    background: #2e82e0;
    box-shadow: none;
}

.is-disabled .pika-button {
	background: #fff;
    pointer-events: none;
    cursor: default;
    color: #c2c2c2;
}

.is-outside-current-month .pika-button {
    color: #c2c2c2;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #c71c22;
	border:1px solid #2e82e0;
    box-shadow: none;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}






/************************************************
*		ACCORDION								*
************************************************/
.accordion:first-child{border-top:1px solid #e4e4e4;}
.accordion {
	margin:0 0 1px;
	padding:10px 0;
	border-bottom:1px solid #e4e4e4;
	background:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	color:#555;
	letter-spacing:-1px;
	position:relative;
}

.accordion .actit{width:25px;margin:0;text-align:left;font-weight:400;color:#b18377;float:left;}

.accordion-open {
	background:#fff;
	color:#555;
}
.accordion-open span {
	padding:10px;
	display:block;
	float:right;
}
.accordion-open span {
	background:url(../images/icon/close_arrow1.png) center center no-repeat;
}
.accordion-close span {
	padding:10px;
	background:url(../images/icon/open_arrow1.png) center center no-repeat;
	display:block;
	float:right;
}
div.acontainer {
	margin:0;
	padding:0;
}
div.acontent {
	margin:0;
	padding:15px 20px 40px;
	background:#f3f5f5;
	font-size:13px;
	color:#888;
	line-height:25px;
	position:relative;
}
div.acontent .actxt{width:7%;text-align:left;font-weight:400;color:#555;float:left;}
div.acontent .accop{width:93%;margin:-3px 0 0;text-align:left;font-weight:400;color:#888;float:left;}

div.acontent ul, div.acontent p {
	margin:0;
	padding:3px;
}
div.acontent ul li {
	list-style-position:inside;
	line-height:25px;
}
div.acontent ul li a {
	color:#555;
}






/************************************************
*		LOGIN									*
************************************************/
.login_wrap {
	width:100%;
	max-width:600px;
	margin:80px auto 0;
	padding:30px 10px 20px;
	border:1px solid #ddd;
	background:#fff;
	text-align:center;
	position:relative;
}
.login_wrap:before,
.login_wrap:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:2%;
	bottom:0;
	left:10px;
	right:10px;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
	box-shadow:0 0 20px rgba(0,0,0,0.8);
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.login_wrap:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}
.login_wrap.pr3p{padding-right:3%;}






/************************************************
*		JOIN									*
************************************************/
.join_wrap{margin:0 0 30px;padding:0 0 30px;position:relative;}
.join_wrap .jw_txt{margin:0 0 20px;padding:0 15px;position:relative;}
.join_wrap .jw_txt span{text-align:right;position:absolute;right:20px;top:0;}






/************************************************
*		TABLE									*
************************************************/

.table_scr {
	margin:0;
	padding:0;
	overflow:hidden;
	
}
.table_scr:last-child {
	margin:0;
	padding:0;
	overflow:hidden;
	
}

.table_type1{width:100%;margin:0 0 30px;padding:0;position:relative;}
.table_type1 caption{display:none}
.table_type1 thead th,
.table_type1 tbody th{
	padding:3px 10px;
	font-size:14px;
	font-weight:400;
	color:#333;
	line-height:20px;
}
.table_type1 thead td,
.table_type1 tbody td{
	padding:3px 10px;
	font-size:13px;
	font-weight:300;
	color:#666;
	line-height:20px;
}



.table_type2{width:100%;margin:0 0 10px;padding:0;border-top:1px solid #efefef;position:relative;}
.table_type2 caption{display:none}
.table_type2 th:first-child,
.table_type2 td:first-child{border-left:0 none !important;}
.table_type2 thead th,
.table_type2 thead td{
	padding:10px;
	border-left:1px solid #efefef;
	border-bottom:1px solid #efefef;
	font-size:15px;
	font-weight:700;
	color:#222;
	line-height:25px;
}
.table_type2 tbody tr{
	border: 1px solid rgb(239, 239, 239);
}
.table_type2 tbody th,
.table_type2 tbody td{
	padding:10px;
	background-color:#fff;
	border-left:1px solid #efefef;
	font-size:13px;
	font-weight:500;
	color:#222;
	line-height:20px;
}
.table_type2 tbody{
	width: 300px;
}
.table_type2 tbody input[type="checkbox"] + label,
.table_type2 tbody input[type="radio"] + label{padding-left:25px;}



.table_type3{width:100%;margin:0 0 30px;border-top:1px solid #efefef;border-left:1px solid #efefef;padding:0;position:relative;}
.table_type3 caption{display:none}
.table_type3 thead th,
.table_type3 thead td{
	padding:5px 10px;
	background-color:#999;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	font-size:15px;
	font-weight:400;
	color:#fff;
	line-height:20px;
}
.table_type3 tbody th,
.table_type3 tbody td{
	padding:5px 10px;
	background-color:#fff;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	font-size:14px;
	font-weight:400;
	color:#666;
	line-height:20px;
}
.table_type3 tbody input[type="checkbox"] + label:before{position:relative;top:5px;}
.table_type3 tbody input[type="checkbox"] + label,
.table_type3 tbody input[type="radio"] + label{padding:0;}






/************************************************
*		페이징 : Paginate						*
************************************************/

.paginate{margin:40px 0 60px;padding:0;text-align:center;line-height:normal}
.paginate *{
	min-width:35px;
	height:35px;
	margin:0 -2px;
	padding:0;
	border:1px solid #d9d9d9;
	font-size:13px;
	color:#999;
	line-height:35px;
	letter-spacing:-1px;
	text-decoration:none;
	vertical-align:middle;
	position:relative;
	display:inline-block;
}

.paginate a:hover,
.paginate a:active,
.paginate a:focus,
.paginate a.on{background-color:#3f51b5;color:#fff !important;}
.paginate .prev{margin:0 -2px 0 0;background:url(../images/icon/pn_prev_up1.png) no-repeat center 50%;}
.paginate .pprev{margin:0 -4px 0 0;background:url(../images/icon/pn_prev_up2.png) no-repeat center 50%;}
.paginate .next{margin:0 0 0 -2px;background:url(../images/icon/pn_next_up1.png) no-repeat center 50%;}
.paginate .nnext{margin:0 0 0 -4px;background:url(../images/icon/pn_next_up2.png) no-repeat center 50%;}
.paginate .prev:hover,
.paginate .prev:active,
.paginate .prev:focus{background:#2477c8 url(../images/icon/pn_prev_ov1.png) no-repeat center 50%;}
.paginate .pprev:hover,
.paginate .pprev:active,
.paginate .pprev:focus{background:#2477c8 url(../images/icon/pn_prev_ov2.png) no-repeat center 50%;}
.paginate .next:hover,
.paginate .next:active,
.paginate .next:focus{background:#2477c8 url(../images/icon/pn_next_ov1.png) no-repeat center 50%;}
.paginate .nnext:hover,
.paginate .nnext:active,
.paginate .nnext:focus{background:#2477c8 url(../images/icon/pn_next_ov2.png) no-repeat center 50%;}






/************************************************
*		ETC										*
************************************************/

.xbltit{margin:0;padding:0 0 20px;text-align:left;font-size:50px;font-weight:400;color:#222;line-height:65px;position:relative;display:block;z-index:100;}
.xbltit span{height:50px;position:absolute;right:0;top:0;}

.xltit{margin:0;text-align:left;font-size:40px;font-weight:700;color:#222;line-height:50px;display:block;}

.xbctit{
	margin:0;
	padding:55px 0 30px;
	text-align:center;
	font-size:50px;
	font-weight:700;
	color:#222;
	line-height:65px;
	letter-spacing:-1px;
	position:relative;
	display:block;
	z-index:100;
}
.xbctit span{width:1px;height:50px;margin:0 auto 20px;padding:0;background-color:#ababab;position:relative;display:block;}
.xbctit strong{font-size:60px;font-weight:600;}

.cxbit{margin:0 0 25px;text-align:center;font-size:40px;font-weight:500;color:#222;line-height:50px;display:block;}
.lxbit{margin:0 0 25px;text-align:left;font-size:40px;font-weight:500;color:#222;line-height:50px;display:block;}

.cxit{margin:0 0 10px;text-align:center;font-size:35px;font-weight:300;color:#222;line-height:42px;display:block;}
.cxit b{font-weight:500;}
.cbxt{margin:0 0 15px 0;padding:0;text-align:center;font-size:24px;font-weight:300;color:#222;line-height:32px;display:block;}
.cbxt b{font-weight:600;}
.ctxt{margin:0 0 15px;padding:0;text-align:center;font-size:15px;font-weight:300;color:#777f8e;line-height:22px;display:block;}

.ltxt{margin:0 0 5px;padding:0;text-align:left;font-size:15px;font-weight:400;color:#222;line-height:22px;display:block;}
.lsxt{margin:0 0 5px;padding:0;text-align:left;font-size:12px;font-weight:400;color:#222;line-height:20px;display:block;}

.lc_btit{margin:20px 0 0;text-align:left;font-size:28px;font-weight:400;color:#222;line-height:38px;display:block;}
.lc_btit b{margin:0 0 15px;font-size:34px;font-weight:500;line-height:42px;display:block;}


.tal{text-align:left !important;}
.tac{text-align:center !important;}
.tar{text-align:right !important;}


.ft_l{float:left !important;}
.ft_r{float:right !important;}



a.bbtn {
    height:45px;
	margin:0;
    padding:0;
    background-color:#253dbe;
    text-align:center;
    font-size:15px;
    color:#fff !important;
    line-height:45px;
	position:relative;
    display:block;
	border-radius: 5px;
}
a.l_bbtn{
	height:45px;
	margin:0;
	padding:0;
	background-color:#fff;
	border:1px solid #b18377;
	text-align:center;
	font-size:15px;
	color:#333 !important;
	line-height:45px;
	display:block;
	position:relative;
}
a.br_bbtn {
    height:40px;
    padding:0;
    background-color:#253dbe;
	border-radius:5px;
    text-align:center;
    font-size:16px;
	font-weight:700;
    color:#fff !important;
    line-height:40px;
	position:relative;
    display:block;
	left:0;
}
a.br_bbtn2 {
    height:25px;
    padding:0;
    background-color:gray;
	border-radius:5px;
    text-align:center;
    font-size:12px;
	font-weight:400;
    color:#fff !important;
    line-height:25px;
    display:block;
}
.tr_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tr_flex select{
	height: 25px;
}
.td_date input{
	border:1px solid #ccc;
	border-radius: 3px;
	width: 150px;
	height: 35px;
	padding:0 0.5em;
	
}
.td_date span{
	margin:0 10px;
	font-size: 20px;
	display: inline-block;
}

/************************************************
*		POPUP									*
************************************************/

.modal{top:10% !important;z-index:10000;}

.modal-content{padding:15px;position:relative;}

.modal-header{margin:0 0 15px;padding:0 !important;border:0 none !important;text-align:center;font-size:20px;font-weight:600;color:#212121;line-height:20px;}
.modal-header .close{width:30px;height:30px;background:url(../images/icon/popup_close.png) no-repeat;position:absolute;right:10px;top:10px;display:block;}

.modal-content{border-radius:0 !important;}

.modal-body{padding:0 !important;text-align:left;font-size:14px;color:#666;}
.scr{height:300px;overflow:hidden;overflow-x:hidden;overflow-y:scroll;}

.modal-body .down_case{width:100%;margin:20px 0 0;padding:0;text-align:center;position:relative;}
.modal-body .down_case a:first-child{margin-right:20px;}
.modal-body .down_case a{margin:0;float:left;}

.modal-footer{margin-top:30px;padding:0 !important;}
.modal-footer .btn:first-child{border-left:0 none;}
.modal-footer .btn{
	height:50px;
	margin:0 !important;
	padding:0;
	background-color:#e6e6e6;
	border-left:1px solid #cecece;
	border-radius:0;
	font-size:15px;
	line-height:50px;
}

.modal-footer .btn-primary{background-color:#223390;border-color:#223390;}

.ft_l{float:left !important;}
.ft_r{float:right !important;}






/************************************************
*		동의 : Agreement						*
************************************************/

.agr_wrap{width:100%;max-width:880px;margin:0 auto;padding:30px 10px 10px;position:relative;}
.agr_case{width:100%;max-width:880px;margin:0 auto;padding:40px 50px;position:relative;}
.agr_swrap{width:100%;max-width:400px;margin:0 auto;padding:30px 25px 10px;position:relative;}

.stb_bti{height:30px;margin-bottom:20px;text-align:left;font-size:18px;font-weight:500;color:#333;line-height:28px;display:block;}
.stb_ti{height:20px;margin-bottom:5px;text-align:left;font-size:16px;font-weight:400;color:#333;line-height:26px;display:block;}
.stb_copy{margin-bottom:20px;text-align:left;font-size:14px;font-weight:400;color:#666;line-height:24px;display:block;}
.stb_txt{margin-bottom:20px;padding-left:15px;text-align:left;font-size:13px;font-weight:400;color:#666;line-height:23px;display:block;}






/************************************************
*		RESPONSIVE								*
************************************************/

@media all and (max-width:1280px){
}

@media (min-width: 1200px){
}

@media all and (max-width:1024px){
}

@media all and (max-width:980px){
}

@media all and (max-width:768px){
}

@media all and (max-width:480px){
}

@media all and (max-width:419px){
}





