@charset "UTF-8";

.e-section + .e-section {
	margin-top: 50px;
}
.e-section + .e-section.e-section--small {
	margin-top: 30px;
}
.e-section.e-button-area {
	margin:18px 0 35px; text-align:center;
}
.e-headings {
	position: relative;
	margin-bottom: 20px;
}
.e-heading {
	min-height: 29px;
	padding-left: 40px;
	background: url('../images/e-heading.png') no-repeat left center;
	color: #353535;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
}
.e-heading2 {
	background: url('../images/e-heading.png') no-repeat left center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align:center;
	padding-bottom:20px
}
.e-heading_add {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform:t translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.e-heading_add .txt {
	color: #353535;
	font-size: 15px;
}
.e-heading_add .txt em {
	color: #bd322d;
	font-weight: 700;
}
.e-tables {
	border-top: 2px solid #303d64;
}
.e-table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}
.e-table th {
	height: 50px;
	border-bottom: 1px solid #bbb;
	color: #111;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}
.e-table td {
	height: 50px;
	padding: 0 10px;
	border-bottom: 1px solid #e5e5e5;
	color: #888;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.e-table_left {
	text-align: left !important;
}
.e-pager {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
.e-pager_arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.e-pager_arrow.prev {
	background-image: url('../images/e-pager_arrow--prev.png');
}
.e-pager_arrow.next {
	background-image: url('../images/e-pager_arrow--next.png');
}
.e-pager_number {
	display: inline-block;
	padding: 0 5px;
	font-size: 0;
	vertical-align: middle;
}
.e-pager_number > a {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #313942;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
}
.e-pager_number > a.active {
	background-color: #313942;
	color: #fff;
}

.e-login {
	padding: 50px 0 95px;
}
.e-login_box {
	max-width: 380px;
	margin: 0 auto;
}
.e-login_logo {
	margin-bottom: 30px;
	text-align: center;
}
.e-login_form + .e-login_form {
	margin-top: 5px;
}
.e-input {
	display: block;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	height: 58px !important;
	border: 1px solid #ddd !important;
	background-color: #fff !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	text-indent: 20px !important;
}
.e-input::plcedholer {
	font-size: 16px !important;
	font-weight: 300 !important;
	text-indent: 20px !important;
}
.e-input.e-input--large {
	height: 55px !important;
}
.e-select {
	display: block;
	width: 100%;
	padding:0 !important;
	margin:0 !important;
	height: 40px !important;
	border:1px solid #ddd !important;
	background-color: #fff !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	text-indent:10px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background: url('../images/contents/select_arrow.png') no-repeat 96% center;
}
.e-select::plcedholer {
	font-size:16px !important;
	font-weight:300 !important;
	text-indent:10px !important;
}
.e-login_button {
	display:block;
	height:75px;
	background-color:#d09d80;
	border: 0;
	margin-top:30px;
	color: #fff;
	font-size:22px;
	text-align: center;
	line-height: 73px;
}

.is-popup-open,
.is-popup-open body {
	overflow-y: hidden;
	height: 100%;
}
.e-popup {
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.e-popup.e-popup--active {
	opacity: 1;
	visibility: visible;
}
.e-popup_aligner {
	position: relative;
	max-width: 1130px;
	margin:0 auto;
	padding:0;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.e-popup_aligner2 {
	position: relative;
	max-width:500px;
	margin:0 auto;
	padding:0;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.e-popup--active .e-popup_aligner {
	padding:80px 0;
}
.e-popup--active .e-popup_aligner2 {
	padding:100px 0;
}
.e-popup_con {
	padding:20px;
	background-color: #fff;
}
.e-popup_con .tit {
	color:#000;
	font-weight:500;
}
.e-popup_con .tit b {
	display:block;
	float:left;
	margin-top:-5px;
	margin-right:10px;
	width:23px;
	height:23px;
	line-height:23px;
	border-radius:100%;
	color:#fff;
	font-size:13px;
	font-weight:500;
	text-align:center;
}
.e-popup_con .tit br {
	display:none
}
.e-popup_con .tit b.f {
	background:#cd1959;
}
.e-popup_con .tit b.b {
	background:#2d48b9;
}
.e-popup_con .tit b.e {
	background:#4db332;
}
.e-popup_con .tit b.v {
	background:#9a5299;
}
.e-popup_box {
	position: relative;
	padding: 60px 65px;
	background-color: #fff;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
}
.e-popup_box2 {
	position: relative;
	padding:20px;
	background:#d94b96;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
}
.e-popup_box3 {
	position: relative;
	padding:20px;
	background:#4d99d3;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
}
.e-popup_box4 {
	position: relative;
	padding:20px;
	background:#7dd320;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
}

.e-popup_box5 {
	position: relative;
	padding:20px;
	background:#a06897;
	box-shadow:0 5px 15px rgba(0, 0, 0, 0.5)
}

.e-popup_heading {
	margin-bottom: 45px;
	color:#303d64;
	font-size: 35px;
	text-align: center;
	font-weight: 900;
}
.e-popup_close {
	display: block;
	position:absolute;
	top:0;
	right: -70px;
	width: 70px;
	height: 70px;
	background: #c066bf url('../images/contents/e-popup_close.png') no-repeat center center;
	text-indent: -9999px;
}
.e-popup_box2 .e-popup_close {
	right: -50px;
	width: 50px;
	height: 50px;
	background:#a71143 url('../images/contents/e-popup_close2.png') no-repeat center center;
}
.e-popup_box3 .e-popup_close {
	right: -50px;
	width: 50px;
	height: 50px;
	background:#0f66b9 url('../images/contents/e-popup_close3.png') no-repeat center center;
}
.e-popup_box4 .e-popup_close {
	right: -50px;
	width: 50px;
	height: 50px;
	background:#0fb912 url('../images/contents/e-popup_close4.png') no-repeat center center;
}

.e-popup_box5 .e-popup_close {
	right: -50px;
	width: 50px;
	height: 50px;
	background:#c066bf url('../images/contents/e-popup_close.png') no-repeat center center;
}

.e-popup .btn {
	display:block; 
	margin:20px auto 0;
	vertical-align:top; 
	width:120px; 
	height:40px; 
	line-height:40px; 
	background:#555; 
	color:#fff; 
	text-align:center
}
.e-popup .data {
	margin-top:20px
}
.e-popup .data table th,
.e-popup .data table td {
	font-size:15px;
	padding:10px;
	line-height:1.3
}
.e-popup .data table th {
	width:70px
}
.e-popup_gray {
	border: 3px solid #f0f0f0;
}
.e-popup_gray .e-list_table > li {
	border-bottom: 0;
}
.e-popup_gray .e-list_table > li + li {
	border-top: 1px solid #ddd;
}
.e-popup_sheading {
	margin: 35px 0;
	color: red;
	font-size: 30px;
	line-height:1.3;
	text-align: center;
	font-weight: bold;

}
.e-list_tables {
	border-top: 1px solid #393939;
}
/* 마이페이지 */
.e-list_tables.mypage { 
	max-width:800px; 
	margin:20px auto 
}
.apply_check_step {
	overflow:hidden; 
	position:relative;
	width:100%;	
	margin:50px auto 0 ;
	text-align:center;
}
.apply_check_step img {
	max-width:50%
}
.e-list_tables .e-list_table {
	border-top: 0;
}
.e-list_table {
	border-top: 1px solid #ddd;
	word-break: break-all;
}
.e-list_table > li {
	border-bottom: 1px solid #ddd;
}
.e-list_table.step1 > li {
	border: 1px solid #ddd;
	padding:20px;
	height:330px;
}
.e-list_table.e-list_table--small .e-list_value {
	padding: 7px 10px;
}
.e-list_table.e-list_table--small .minheight {
	min-height: 55px;
	line-height: 55px;
}
.mypage .e-list_table.e-list_table--small .minheight {
	min-height:35px;
	line-height:35px;
}
.e-list_kv {
	min-height:72px;
	position: relative;
	padding-left:208px;
}
.mypage .e-list_kv {
	padding-left:100px;
}
.e-list_kv.ww {
	display:inline-block;
	vertical-align:middle;
	width:50%; 
}
.e-list_ev.ww {
	display:inline-block;
	vertical-align:middle;
	width:46%; 
}
.e-list_kv.ww.ww2 input {
	width:calc(50% - 14px)!important; 
	float:left;
}
.e-list_kv span.swing {
	line-height:55px;
	padding:0 10px;
	display:inline-block;
	float:left;
}
.e-list_ev.ww br {
	display:none;
}
.e-list_kv:before {
	content: " ";
	position: absolute;
	top:0;
	left:0;
	width:208px;
	height:100%;
	background-color: #f7f7f7;
	z-index: 5;
}
.e-list_key {
	position: absolute;
	top: 50%;
	left: 0;
	width:208px;
	color: #222;
	font-size: 16px;
	text-align:center;
	font-weight:400;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.mypage .e-list_kv:before,
.mypage .e-list_key {
	width:100px
}
.mypage .e-list_key {
	line-height:1.3
}
.e-list_key br {
	display:none
}
.mypage .e-list_key br {
	display:block
}
.e-list_key.star:before {
	content: "*";
	display: inline;
	color: #bd322d;
	font-size: 16px;
	font-weight: bold;
}
.e-list_value {
	padding: 14px 0;
	color: #353535;
	font-size: 16px;
}
.mypage .e-list_value {
	min-height:35px;
	line-height:35px;
}
.e-list_value > p {
	margin: 0;
	color: #353535;
	font-size: 16px;
}
.e-list_value em {
	color: #bc332d;
}
.e-list_halfs {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	width: 100%;
	position: relative;
}
.e-list_half:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width:150px;
	height: 100%;
	background-color: #f7f7f7;
	z-index: 5;
}
.mypage .e-list_half:before {
	width:100px;
}
.e-list_half {
	display: table-cell;
	position: relative;
	width:50%;
	vertical-align: middle;
	z-index: 10;
}
.e-list_half > * {
	z-index: 10;
}

.e-list_half.no {
	font-size:13px
}
.e-list_half.no:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width:0;
	height:100%;
	background-color:none;
	z-index: 5;
}
.e-buttons {
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.e-buttons.e-buttons--justify:before,
.e-buttons.e-buttons--justify:after {content: " ";display: table;}
.e-buttons.e-buttons--justify:after {clear: both;}
.e-buttons.e-buttons--justify .e-button:nth-child(1) {
	float: left;
}
.e-buttons.e-buttons--justify .e-button:nth-child(2) {
	float: right;
}
.e-buttons.e-buttons--middle {
	margin-top: 30px;
}
.e-buttons.e-buttons--right {
	text-align: right;
}
.e-button {
	display: inline-block;
	position: relative;
	min-width:200px;
	height: 70px;
	padding: 0 30px;
	background-color:#c066bf;
	color:#fff !important;
	font-size: 16px;
	text-align:center;
	line-height: 68px;
}
.e-button:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	width: 10px;
	height: 100%;
	background: url('../images/e-button.png') no-repeat center center;
}
.e-button:hover {
	color: #fff !important;
}

.e-button.add,
.e-button.remove { font-size:20px; position:relative; background-color:#999; min-width:auto; width:176px; text-align:left; 
padding:0 42px 0 22px; height:56px; line-height:48px; }
.e-button.add { background-color:#ee7800 }
.e-button.add span,
.e-button.remove span { position:absolute; right:30px; top:20px; }
.e-button.add span:before { background:#fff; content: ""; width:2px; height:16px; position:absolute; top:0; left:0; }
.e-button.add span:after { background:#fff; content: ""; height:2px; position:absolute; top:7px; left:-7px; width:16px; }
.e-button.remove span:after { background:#fff; content: ""; height:2px; position:absolute; top:6px; left:-7px; width:14px; }

.e-button.e-button--black {
	background-color: #4a4a4a;
}
.e-button + .e-button {
	margin-left: 10px;
}
.e-button.e-button--back {
	background-color: #ececec;
	color:#000 !important;
	text-align:center;
}
.e-button.e-button--back:after {
	right: inherit;
	left: 30px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.e-blank {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	width: 100%;
	/* border: 1px solid #ddd;  */
}
.e-blank span {
	display: table-cell;
	width: 100%;
	/* height: 280px; */
	color: #666;
	font-size: 15px;
	padding:10px;
}

.e-step {
	position: relative;
	margin-bottom:45px;
}
.e-step:before {
	content: " ";
	display: block;
	position: absolute;
	top:50%;
	left:0;
	width:99%;
	height:4px;
	background: url('../images/contents/e-step.png') repeat-x;
	z-index:5;
	-webkit-transform:t translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.e-step > ul {
	position: relative;
	z-index: 10;
}
.e-step > ul:before,
.e-step > ul:after {content: " ";display: table;}
.e-step > ul:after {clear: both;}
.e-step > ul > li {
	float: left;
	list-style:none;
	position: relative;
	width: calc(33.3% - 100px);
	-webkit-border-radius:58px;
	border-radius:58px;
	height:58px;
	background-color: #eee;
	color:#2d2d2d;
	font-size:18px;
	text-align: center;
	line-height:56px;
}
.e-step li:before { display:none }
.e-step > ul > li em {
	display: inline-block;
	margin-right: 10px;
	margin-top: -5px;
	color: #c066bf;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
}
.e-step > ul > li.active {
	background-color: #c066bf;
	color: #fff;
}
.e-step > ul > li.active em {
	color: #fff;
}
.e-step > ul > li {
}
.e-step > ul > li + li {
	margin-left:150px;
}

.e-forms {
	font-size: 0;
	text-align: left;
}
.e-forms > .e-form {
	display: inline-block;
	vertical-align: middle;
}
.e-forms > .e-form + .e-form {
	margin-top: 0;
	margin-left: 20px;
}
.e-forms > .e-form + .e-form.e-form--ml {
	margin-top: 0;
	margin-left: 8px;
}
.e-form {
	display: block;
}
.e-form.e-form--small {
	max-width: 120px;
}
.e-form + .e-form {
	margin-top: 5px;
}
.e-form_txt {
	color: #353535;
	font-size: 16px;
	line-height: 53px;
	line-height: 1.5;
}
.e-form_txt.red {
	color: #bd322c;
	font-size: 14px;
}

.e-phone {
	max-width: 400px;
}
.e-phone:before,
.e-phone:after {content: " ";display: table;}
.e-phone:after {clear: both;}
.e-phone_box {
	float: left;
	position: relative;
	width: calc(33.333333% - 14px);
}
.e-phone_box + .e-phone_box {
	margin-left: 20px;
}
.e-phone_box + .e-phone_box:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: -14px;
	width: 8px;
	height: 1px;
	background-color: #888;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.e-email {
	font-size: 0;
	text-align: left;
}
.e-email_box {
	display: inline-block;
	position: relative;
	width: 120px;
	vertical-align: middle;
}
.e-email_box + .e-email_box {
	margin-left: 20px;
}
.e-email_box.e-email_box--select {
	width: 180px;
}
.e-email_box + .e-email_box.e-email_box--select:before {
	display: none;
}
.e-email_box + .e-email_box:before {
	content: "@";
	display: block;
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	color: #353535;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
}
.e-address {
	
}
.e-address_box {
	position: relative;
}
.e-address_box + .e-address_box {
	margin-top: 5px;
}
.e-address_box.e-address_box--button {
	padding-right: 238px;
}
.e-address_button {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 230px;
	height: 58px;
	border: 1px solid #313942;
	color: #313942;
	font-size: 16px;
	text-align: center;
	line-height: 56px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.e-plusminus {
	display: inline-block;
	border: 1px solid #e5e5e5;
	font-size: 0;
	text-align: left;
}
.e-plusminus > button {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	color: #222;
	font-size: 17px;
	text-align: center;
	line-height: 38px;
	vertical-align: middle;
}
.e-plusminus .e-input { 
	display: inline-block;
	width: 40px !important;
	text-align: center;
	border-top: 0 !important;
	border-bottom: 0 !important;
	vertical-align: middle;
	text-indent: 0 !important;
}
.e-checks {
	font-size: 0;
}
.e-checks .e-check {
	display: inline-block;
	vertical-align: middle;
}
.e-checks .e-check + .e-check {
	margin-left:20px;
}
.e-check {
	position: relative;
	font-size: 0;
}
.e-check .etc {
	width:auto; 
	font-size:15px;
	vertical-align: middle;
}
/* 테이블 폼양식에서 */
.e-list_value .e-checks {
	padding-bottom:10px
}
.e-list_value .e-checks .e-check {
	width:25%;
	padding-top:10px
}

.mypage .e-list_value .e-checks {
	padding-bottom:0;
	line-height:30px;
}
.mypage .e-list_value .e-checks .e-check {
	padding-top:0;
}

.e-list_value .e-checks .e-check + .e-check {
	margin-left:0;
}
.e-list_value .e-checks .e-check.last {
	width:50%;
}

.e-check input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.e-check input[type=text] {
	position:static;
	width:auto;
	height:auto;
	opacity:1;
	display: inline-block;
	height:46px !important;
	margin-left:10px !important;
}
.e-check label {
	display: inline-block;
	height: 20px;
	padding-left: 26px;
	color: #111;
	font-size: 16px;
	text-align: left;
	background: url('../images/contents/e-check.png') no-repeat left center;
	line-height: 20px;
	vertical-align: middle;
}
.e-check input:checked + label {
	background: url('../images/contents/e-checked.png') no-repeat left center;
}

.e-check.agree label {
	height: 20px;
	padding-left: 30px;
	font-size: 20px;
	background: url('../images/contents/e-check.png') no-repeat left center;
	line-height: 20px;
}

.e-radios {
	font-size: 0;
}
.e-radios .e-radio {
	display: inline-block;
	vertical-align: middle;
}
.e-radios .e-radio + .e-radio {
	margin-left: 35px;
}
.e-radio {
	position: relative;
}
.e-radio input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.e-radio input:checked + label {
	background: url('../images/contents/e-radio--checked.png') no-repeat left center;
}
.e-radio label {
	display: inline-block;
	padding-left: 28px;
	background: url('../images/contents/e-radio.png') no-repeat left center;
	color: #888;
	font-size: 16px;
	vertical-align: middle;
}

.e-agree {
	border: 1px solid #ddd;
}
.e-agree_heading {
	margin-bottom:10px;
	color: #fff;
	height:60px;
	line-height:60px;
	padding-left:15px;
	background:#c066bf;
	font-size:20px;
	text-align: left;
	font-weight: bold;
}
.e-agree_textarea {
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 important;
	padding: 0 !important;
	border: 0;
	background-color: #fff;
	color: #666;
	font-size: 16px;
	text-align: left;
	resize: none;
}
.e-agree_box {
	overflow-y: auto; 
	display: block;
	width: 100%;
	height: 200px;
	padding:15px 20px;
	background-color: #fff;
	color: #666;
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	resize: none;
}
.e-agree_box .heading {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.e-agree_box .sheading {
	margin: 10px 0;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.e-agree_box table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #c066bf;
}
.e-agree_box table th {
	padding: 10px;
	background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
	color: #353535; 
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.e-agree_box table td {
	padding: 10px;
    border-bottom: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}
.e-agree_box ul {
	margin-top: 20px;
}
.e-agree_check {
	position: relative; 
	text-align: left;
}
.e-agree_check.large {
	margin-top: 10px;
}
.e-agree_txt {
	padding-top:10px;
	color: #111;
	font-size: 14px;
	text-align: left;
	line-height:1.5;
	letter-spacing:-0.5px;
}
.e-agree_txt em {
	color: #bd322d;
	font-style:normal
}
.e-agree_check .e-checks,
.e-agree_check .e-check {
	position: absolute;
	bottom: 0;
	right: 0; 
}
.e-agree_check .e-checks .e-check {
	position: relative;
	bottom: inherit;
	right: inherit;
}
.e-completion_box {
	padding: 25px 0;
	color: #353535;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	font-weight: 700;
}

.r-halfs:before,
.r-halfs:after {content: " ";display: table;}
.r-halfs:after {clear: both;}
.r-half {
	float: left;
	width: calc(50% - 15px);
}
.r-half + .r-half {
	margin-left: 30px;
}

#r-celendar {
	position: relative;
}
.r-celendar_headings {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.r-celendar_heading {
	color: #353535;
	font-size: 25px;
	font-weight: 600;
	font-family:"Arial", "Noto Sans KR";
}
.r-celendar_arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	min-height: 20px;
	color: #595959;
	font-size: 15px;
	line-height: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r-celendar_arrow.prev {
	left: 0;
	padding-left: 20px;
	background: url('../images/contents/r-calendar_prev.png') no-repeat left center;
}
.r-celendar_arrow.next {
	right: 0;
	padding-right: 20px;
	background: url('../images/contents/r-calendar_next.png') no-repeat right center;
} 

.r-celendar_table td, .r-celendar_table th {
	border:1px solid #e5e5e5;
	vertical-align:middle
}
.r-celendar_table {
	width:100%;
	margin:0 0 10px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.r-celendar_table th {
	width: 14.28%;
	height: 80px;
	padding: 0;
	border-color: #e5e5e5;
	color: #353535;
	font-size: 16px;
	text-align: center;
}
.r-celendar_table th + th {
	border-left: 1px solid #e5e5e5;
}
.r-celendar_table td {
	width: 14.28%;
	height: 80px;
	padding: 0;
	border-color: #e5e5e5;
	color: #595959;
	font-size: 15px;
	text-align: center;
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.r-celendar_table td a {
	display: block;
	width: 100%;
	height: 100%;
	color: #595959;
	font-size: 15px;
	text-align: center;
	line-height: 80px;
}
.r-celendar_table td.r-possible {
	background-color: #c9c9c9;
	border:2px solid #c9c9c9;
	height: 80px;
	color: #fff;
}
.r-celendar_table td.r-possible a {
	color: #fff;
}
.r-celendar_table td + td {
	border-left: 1px solid #e5e5e5;
}
.r-celendar_table td.today {
	border: 2px solid #c066bf;
}
.r-celendar_table td.active,
.r-celendar_table td.active a {
	background-color: #c066bf;
	border:2px solid #c066bf;
	color: #fff;
	height: 80px;
}
.r-celendar_table td.gray,
.r-celendar_table td.gray a {
	color: #bbb;
}

.r-util {
	margin-bottom: 30px;
	font-size: 0;
	text-align: right;
	line-height: 1;
}
.r-util_type {
	display: inline-block;
	position: relative;
	padding-left:28px;
	color: #595959;
	font-size: 15px;
	line-height: 20px;
	vertical-align: top;
}
.r-util_type:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r-util_type.border:before {
	border:2px solid #c066bf;
	background-color: #fff;
	margin-left:-5px; 
}
.r-util_type.navi:before {
	background-color: #c9c9c9;
}
.r-util_type.red:before {
	background-color: #c066bf;
}
.r-util_type + .r-util_type {
	margin-left: 20px;
}

.e-tab {
	margin-bottom: 40px;
}
.e-tab_list {
	margin: -5px -3px !important;
	font-size: 0;
	text-align: left;
}
.e-tab_list li {
	display: inline-block;
	padding: 5px 3px;
	vertical-align: middle;
}
.e-tab_list li a {
	display: block;
	height: 32px;
	padding: 0 28px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #353535;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
}
.e-tab_list li.active a {
	background-color: #c9c9c9;
	color: #fff;
}
.e-type {
	display: block;
	width: 100%;
	margin: 0 auto;
	height: 35px;
	border: 1px solid #000;
	font-size: 16px;
	text-align: center;
	line-height: 33px;
}
.e-type.brown {
	border-color: #ff0000;
	color: #ff0000;
}
.e-type.blue {
	border-color: #4472c4;
	color: #4472c4;
}
.e-type.green {
	border-color: #00b050;
	color: #00b050;
}
.e-type.yellow {
	border-color: #ffc000;
	color: #ffc000;
}

.e-end {
	text-align:center;
	font-size:18px;
	color:#000
}
.e-end b {
	font-size:24px;
	color:#000;
	font-weight:bold
}
.e-end img {
	max-width:100%
}
.e-end .img_m {
	display:none
}
@media screen and (max-width: 1200px) {
	.e-popup_close,
	.e-popup .e-popup_close {
		right: 0;
		width: 50px;
		height: 50px;
		background-size: 25px auto;
	}
	.e-popup_aligner {
		padding: 200px 30px;
	}

	.e-step > ul > li + li {
		margin-left:101px;
	}
	.e-step > ul > li {
		width: calc(33.3% - 70px);
	}

	.e-list_half:before {
		width:120px;
	}
	.e-list_kv {
		padding-left: 120px;
	}
	.e-list_kv:before,
	.e-list_half:before {
		width: 120px;
	}
	.e-list_key {
		width: 120px;
		font-size: 13px;
	}

}
@media screen and (max-width: 1040px) {
	.apply_check_step {
		margin:30px auto 0 
	}
	.e-list_halfs {
		display: block;
	}
	.e-list_half {
		display: block;
		width: 100%;
	}
	.e-list_half:before {
		width:100px;
	}
	.e-list_half + .e-list_half {
		border-top: 1px solid #ddd;
	}
	.e-list_half.no {
		
	}
	.e-list_kv {
		min-height:52px;
		padding-left: 100px;
	}
	.e-list_kv:before,
	.e-list_half:before {
		width: 100px;
	}
	.e-list_kv span.swing {
		line-height:40px;
	}
	.e-list_key {
		width: 100px;
		font-size: 13px;
	}

	.e-list_key br {
		display:block
	}
	.e-list_value {
		padding: 10px;
		font-size: 14px;
	}

	.e-list_kv.ww {
		display:block;
		width:100%; 
	}
	.e-list_ev.ww {
		display:block;
		/* padding-left:110px; */
		width:100%; 
	}
	.e-list_ev.ww br {
		display:block;
	}
	.e-address {
		max-width: 100%;
	}
	.e-address_box.e-address_box--button {
		padding-right: 78px;
	}
	.e-address_button {
		width:70px;
		font-size: 13px;
	}

	.e-email_box {
		width: calc(50% - 10px);
		max-width: 100%;
	}
	.e-email_box.e-email_box--select {
		max-width: 100%;
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
	.e-phone {
		max-width: 100%;
	}
	.e-phone_box + .e-phone_box {
		margin-top: 20px;
		margin-left: 0;
	}
	.e-phone_box + .e-phone_box:before {
		top: -10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.e-phone_box {
		width: 100%;
	}
	.e-email_box {
		max-width: 100%;
	}
	.e-forms > .e-form {
		display: block;
	}
	.e-form_full .e-forms > .e-form.e-form--small, 
	.e-form_full .e-forms > .e-form.e-form--small + .e-form {
		display: block;
		max-width: 100%;
	}
	.e-form_full > .e-form + .e-form {
		margin-top: 15px !important;
	}
	.e-form_full .e-forms > .e-form + .e-form.e-form--ml {
		margin-left: 0;
	}
	.e-forms > .e-form.e-form--small,
	.e-forms > .e-form.e-form--small + .e-form {
		display: inline-block;
	}
	.e-forms > .e-form + .e-form {
		margin-top: 5px;
		margin-left: 0;
	}
	.e-radios .e-radio {
		display: block;
	}
	.e-radios .e-radio + .e-radio {
		margin-top: 5px;
		margin-left: 0;
	}
	.e-form_txt {
		font-size: 14px;
		line-height: 1.2;
	}
	.e-plusminus {
		display: inline-block;
	}
	.e-agree_check  {
		margin-top: 10px;
	}
	.e-check label {
		font-size: 14px;
	}
	.e-agree_heading {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.e-form_mfull .e-form {
		max-width: 100%;
		width: 100%;
	}
	.e-radio label {
		font-size: 14px;
	}

	.e-completion_box {
		padding: 15px 0;
		font-size: 20px;
	}
	.r-half {
		float: none;
		width: 100%;
	}
	.r-half + .r-half {
		margin-top: 30px;
		margin-left: 0;
	}
	.r-util {
		margin-bottom: 15px;
	}
	.r-celendar_table th,
	.r-celendar_table th a {
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}
	.r-celendar_table td,
	.r-celendar_table td a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.r-celendar_table td.r-possible {
		height: 50px;
		line-height: 50px;
	}
	.r-celendar_table td.active, 
	.r-celendar_table td.active a {
		height: 50px;
		line-height: 48px;
	}
	.r-celendar_headings {
		margin-bottom: 20px;
	}
	.r-util_type {
		font-size: 14px;
	}
	.r-util_type + .r-util_type {
		margin-left: 15px;
	}
	
	.e-tab {
		margin-bottom: 20px;
	}
	.e-tab_list {
		margin: -3px !important;
	}
	.e-tab_list li {
		padding: 3px;
	}
	.e-type {
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}
	.e-form_txt.red {
		font-size: 13px;
	}
	.e-forms > .e-form.e-form--small, .e-forms > .e-form.e-form--small + .e-form.e-form--mobile {
		display: block;
		margin-top: 3px;
		margin-left: 0;
	}

	.e-input {
		text-indent: 10px !important;
	}
	
	.e-agree_box {
		font-size: 12px;
		padding-right: 0;'
		line-height: 1.5;
	}
	.e-agree_box .heading {
		font-size: 14px;
	}
	.e-agree_box .sheading {
		padding: 10px 0 5px;
		font-size: 14px;
	}
	.e-agree_box table th {
		padding: 5px;
		font-size: 13px;
	}
	.e-agree_box table td {
		font-size: 12px;
		padding: 5px;
	}
	.e-agree_box ul {
		margin-top: 10px;
	}
	..e-agree_txt {
		font-size: 12px;
	}

	.e-agree_check .e-checks, .e-agree_check .e-check {
		position: relative;
		text-align: right;
	}

	.e-buttons.e-buttons--justify .e-button:nth-child(2) {
		margin-left: 0;
	}

	.e-input {
		height:38px !important;
		font-size:13px !important;
	}
	.e-input::plcedholer {
		font-size:13px !important;
	}
	.e-input.e-input--large {
		height:35px !important;
	}
	.e-address_button {
		height:38px;
		line-height:36px;
	}

	.e-list_value .e-checks .e-check {
		width:50%;
		padding-top:15px
	}
	.e-list_value .e-checks .e-check.last {
		width:100%;
		padding-top:5px
	}
	.e-check input[type=text] {
		height:36px !important;
	}

	.e-check.agree {
		padding:15px 0 0
	}

	.apply_check_step img {
	max-width:70%
	}
}

@media screen and (max-width: 778px) {
	.e-popup_close,
	.e-popup .e-popup_close {
		width:40px;
		height:40px;
		background-size:20px auto;
	}
	.e-section + .e-section {
		margin-top: 30px;
	}
	.e-section + .e-section.e-section--small {
		margin-top: 15px;
	}
	.e-headings {
		margin-bottom: 15px;
	}
	.e-heading {
		padding-left: 35px;
		font-size: 20px;
	}
	.e-heading_add .txt {
		font-size: 13px;
	}
	.e-tables {
		overflow-x: auto;
	}
	.e-table {
		min-width: 600px;
	}
	.e-table th {
		height: auto;
		padding: 5px;
		font-size: 14px;
	}
	.e-table td {
		height: auto;
		padding: 5px;
		font-size: 14px;
	}
	.e-pager {
		margin-top: 20px;
	}
	.e-pager_arrow,
	.e-pager_number > a {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.e-login {
		padding: 30px 0;
	}
	.e-login_logo {
		margin-bottom: 20px;
	}
	.e-login_logo img {
		max-width: 230px;	
	}
	.e-login_button {
		height: 65px;
		font-size: 18px;
		line-height: 63px;
	}
	
	.e-popup {
		overflow: hidden;
	}
	.e-popup_aligner {
		padding: 50px 10px;
	}
	.e-popup_box {
		overflow-x: hidden;
		overflow-y: auto;
		max-height: calc(100vh - 100px);
		padding:40px 20px 20px;
	}
	.e-popup_heading {
		margin-bottom: 25px;
		font-size: 25px;
	}
	.e-popup_sheading {
		margin: 25px 0;
		font-size: 20px;
	}
	/*.e-list_table.e-list_table--small .minheight {
		min-height: auto;
		line-height: 1.5;
	}*/


	.e-buttons {
		margin-top: 30px;
	}
	.e-buttons.e-buttons--middle {
		margin-top: 20px;
	}
	.e-button {
		min-width: 120px;
		height: 45px;
		padding: 0 20px;
		font-size: 14px;
		line-height: 43px;
	}
	.e-button:after {
		right: 20px;
		width: 7px;
		background-size: 7px auto;
	}

.e-button.add,
.e-button.remove { font-size:14px; width:130px; text-align:left; padding:0 30px 0 15px; height:45px; line-height:43px; }
.e-button.add span,
.e-button.remove span { position:absolute; right:20px; top:15px; }
.e-button.add span:before { background:#fff; content: ""; width:2px; height:16px; position:absolute; top:0; left:0; }
.e-button.add span:after { background:#fff; content: ""; height:2px; position:absolute; top:7px; left:-7px; width:16px; }
.e-button.remove span:after { background:#fff; content: ""; height:2px; position:absolute; top:6px; left:-7px; width:14px; }

	.e-step {
		margin-bottom: 15px;
	}
	.e-step:before {
		display: none;
	}
	/*.e-step > ul > li + li {
		margin-left:0;
	}*/
	.e-step > ul > li:nth-child(1) {
		margin-left:0;
	}
	.e-step > ul > li:nth-child(2),
	.e-step > ul > li:nth-child(3) {
		margin-left:6px;
	}
	/*.e-step > ul > li:nth-child(2) ~ li {
		margin-top: 6px;
	}*/
	.e-step > ul > li {
		width:calc(33.3% - 5px);
		height:40px;
		-webkit-border-radius: 40px;
		border-radius:40px;
		font-size: 14px;
		line-height:40px;
	}
	.e-step > ul > li em {
		margin-top: -2px;
		margin-right: 5px;
		font-size:15px;
	}
	.e-blank span {
		height: 200px;
		font-size: 14px;
	}
	.e-end {
		font-size:15px;
	}

	.e-agree_heading {
		height:40px;
		line-height:40px;
		padding-left:15px;
		font-size:15px;
	}
	.e-list_value .e-checks {
		padding-bottom:0
	}

	.e-list_value .e-checks .e-check {
		padding-top:5px
	}
	.e-list_value .e-checks .e-check:nth-child(1),
	.e-list_value .e-checks .e-check:nth-child(2) {
		padding-top:0
	}
	.e-check input[type=text] {
		margin:5px 0 0 !important;
		width:100%;
	}
	.e-end .img_pc {
		display:none
	}
	.e-end .img_m {
		display:block;
		max-width:150px;
		margin:0 auto
	}
	.e-popup .data table th,
	.e-popup .data table td {
		font-size:13px;
	}
}

@media screen and (max-width: 480px) {
	.apply_check_step {
		margin:20px auto 0 
	}
	.e-popup--active .e-popup_aligner {
		padding:30px 0;
	}
	.e-popup--active .e-popup_aligner2 {
		padding:30px 0;
	}
	.nav__menu--m {
		width:310px;
	}
	.e-popup_box {
		max-height: calc(100vh - 100px);
	}
	.e-step {
		margin-bottom:15px;
	}
	.e-step > ul > li {
		height:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
		font-size:13px;
		line-height:28px;
	}
	.e-step > ul > li em {
		font-size:13px;
	}
	.e-popup_sheading {
		margin-bottom:15px;
		font-size:14px;
	}
	.r-celendar_table th, 
	.r-celendar_table th a,
	.r-celendar_table td,
	.r-celendar_table td a {
		height:30px;
		line-height:30px;
		font-size: 13px;
	}
	.r-celendar_table td.r-possible {
		height:30px;
		line-height:30px;
	}
	.r-celendar_table td.active, 
	.r-celendar_table td.active a {
		height:30px;
		line-height:28px;
	}
	.e-list_value .e-checks .e-check {
		width:100%
	}
	.e-list_value .e-checks .e-check:nth-child(2) {
		padding-top:5px
	}
}