@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width:100%;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	min-width: 320px;
	max-width: 768px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-family:'Roboto','Noto Sans KR','Helvetica Neue','Helvetica','Arial','sans-serif','NotoSansKR-Thin','Noto Sans Korean','맑은 고딕','Malgun Gothic','dotum';font-weight:300;
	color:#000;
}

td,th,table,div,ul,li,dd,dt,dl,a,
input,select,textarea{
	font-family:'Roboto','Noto Sans KR','NotoSansKR-Thin','Noto Sans Korean','맑은 고딕','Malgun Gothic','dotum';font-weight:300;
	box-sizing: border-box;
	border:0;
	font-size:18px;
}
textarea{resize:none;border:none;background:none}

a {text-decoration:none;cursor:pointer;}
a:link, a:visited {text-decoration:none;}
a:hover, a:focus, a:active{background:none;text-decoration:none;outline:none;}
a {selector-dummy: expression(this.hideFocus=true);}
a,img {selector-dummy: expression(this.hideFocus=true);}
a,img,input{selector-dummy: expression(this.hideFocus=true);}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
    display: block;
    clear: both;
    content: "";
}
.txt_a_ct {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px solid #F4F2F0;
	padding-bottom: 24px;
}
.txt_a_le {
	text-align: left;
}
.txt_a_rh {
	text-align: right;
}
.ob {
	font-style: oblique;
}

.checkbox_s2_erp {
	align-self: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width:50px;
    height: 16px;
}
.checkbox_s2_erp input {
	overflow: hidden;
	height: 0;
	width:0;
	font-size: 0;
	text-indent: -999999px;
	opacity: 0;
}
.checkbox_s2_erp span {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #D4DADF;
	transition: .4s;
	border-radius: 34px;
}
.checkbox_s2_erp span:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: -3px;
    top: 50%;
	margin-top:-11px;
    transition: .4s;
    border-radius: 50%;
    background-color: #FFF;
		border: 1px solid #CCC;
}
.checkbox_s2_erp input:checked+span{
	background-color: #165563;

}
.checkbox_s2_erp input:checked+span:before {
    transform: translateX(34px);
		border: 1px solid #CCC;
    background: #fff;
}

.checkbox_s2 {
	align-self: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width:50px;
    height: 16px;
}
.checkbox_s2 input {
	overflow: hidden;
	height: 0;
	width:0;
	font-size: 0;
	text-indent: -999999px;
	opacity: 0;
}
.checkbox_s2 span {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #D4DADF;
	transition: .4s;
	border-radius: 34px;
}
.checkbox_s2 span:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: -3px;
    top: 50%;
	margin-top:-11px;
    transition: .4s;
    border-radius: 50%;
    background-color: #FFF;
		border: 1px solid #CCC;
}
.checkbox_s2 input:checked+span{
	background-color: #8f3db0;

}
.checkbox_s2 input:checked+span:before {
    transform: translateX(34px);
		border: 1px solid #CCC;
    background: #fff;
}

.input_s6 {
	width:100%;
	border-radius: 4px;
	border:1px solid #CCC;
	height:48px;
	padding:0 30px 0 30px;
	line-height: 48px;
}
.input_s6::placeholder {
}

.btn_s3 {
	font-size: 17px;
	color:#fff;
	background: #8f3db0;
	border-radius: 4px;
	height:48px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	width:100%;
	display: block;
}
.btn_s3:hover, .btn_s3:focus, .btn_s3:active {
	background: #8f3db0;
}
.btn_s3_erp {
	font-size: 17px;
	color:#fff;
	background: #000;
	border-radius: 4px;
	height:48px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	width:100%;
	display: block;
}
.btn_s3_erp:hover, .btn_s3_erp:focus, .btn_s3_erp:active {
	background: #000;
}

.btn_s3_1 {
	font-size: 17px;
	color:#fff;
	background: #B1B0AF;
	margin-top: 4px;
	margin-bottom: 16px;
	border-radius: 4px;
	height:48px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	width:100%;
	display: block;
}
.btn_s3_1:hover, .btn_s3_1:focus, .btn_s3_1:active {
	background: #B1B0AF;
}


.editor_desc p {
	font-size: 13px !important;
	line-height: 26px !important;
}
.editor_desc table td {
	font-size: 13px !important;
	line-height: 26px !important;
	border: 1px solid #ddd;
}

.editor_desc img {
	width: 100%;
	margin: 10px 0;
}


/* 아이콘,컬러 */
.bg_menu {
	background: #F9F9F9;
}
.bg_pop {
	border-radius: 8px;
	background: #7e3f97;
	padding: 20px 0;
	margin-bottom: 10px;
}

.wh_ondo {
	color: #F6BD4E;
	vertical-align: initial;
}
.day_alarm {
	color: #F89D33;
	vertical-align: initial;
}
.day_green {
	color: #2AB24E;
	vertical-align: initial;
}
.day_noti2 {
	color: #999;
	vertical-align: initial;
}
.day_sat {
	color: #2972f8;
	vertical-align: initial;
}
.day_sun {
	color: #FF5151;
	vertical-align: initial;
}


.icon_box50 {
	display: inline-block;
	font-size: 14px;
	width: 48.5%;
	text-align: center;
	padding: 8px 0;
	border:1px solid #DDDBD7;
	border-radius:3px;
	margin: 8px 0;
}
.icon_box33 {
	display: inline-block;
	font-size: 14px;
	width: 32%;
	text-align: center;
	padding: 8px 0;
	border:1px solid #DDDBD7;
	border-radius:3px;
	margin: 8px 0;
}

.icon_chu_sc {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #2AB24E;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.icon_even_sc {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #FF5151;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.icon_sale_sc {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #F89D33;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}

/* 아이콘SYICOA */
.SYICOA001 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #FF5151;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA002 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #F89D33;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA003 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #1DB2A3;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA004 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #f05354;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA005 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #1b5664;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA006 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #4285f4;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA007 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #A855FF;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA008 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #2AB24E;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA009 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #A855FF;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}
.SYICOA010 {
	display: inline-block;
	margin-left: 2px;
	padding: 4px;
	background: #4285f4;
	color: #fff;
	border-radius:4px;
	font-size: 12px;
}




.icon_chu {
	display: inline-block;
	margin-left: 3px;
	padding: 4px 12px;
	color: #2AB24E;
	border:1px solid #DDDBD7;
	border-radius:22px;
	font-size: 12px;
}
.icon_chu_st2 {
	display: inline-block;
	padding: 3px 8px;
	background: #2AB24E;
	color: #fff;
	border-radius:22px;
	font-size: 0.7rem;
	margin: 8px 0;
}
.icon_no {
	display: inline-block;
	padding: 3px 8px;
	background: #B1B0AF;
	color: #fff;
	border-radius:22px;
	font-size: 0.7rem;
	margin: 8px 0;
}

.icon_sale {
	display: inline-block;
	margin-left: 3px;
	padding: 4px 12px;
	color: #F89D33;
	border:1px solid #DDDBD7;
	border-radius:22px;
	font-size: 12px;
}
.icon_sale_st2 {
	display: inline-block;
	padding: 3px 8px;
	background: #F89D33;
	color: #fff;
	border-radius:22px;
	font-size: 0.7rem;
	margin: 8px 0;
}


.icon_info {
	float: right;
	margin-left: 6px;
	padding: 3px 6px;
	background: #fff;
	color: #333;
	text-align: center;
	font-weight: bold;
	border-radius:50%;
	font-size: 9px;
	line-height: 9px;
}
.icon_notice {
	float: right;
	margin-left: 6px;
	margin-top: 6px;
	padding: 4px 10px;
	background: #B1B0AF;
	color: #fff;
	text-align: center;
	border-radius:22px;
	font-size: 12px;
	cursor: pointer;
}
.icon_notice_map {
	float: right;
	margin-left: 6px;
	margin-top: 6px;
	padding: 4px 10px;
	background: #8f3db0;
	color: #fff;
	text-align: center;
	border-radius:22px;
	font-size: 12px;
	cursor: pointer;
}
.icon_notice_m {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 2px;
	border: 1px solid #2a7e50;
	text-align: center;
	border-radius:22px;
	font-size: 18px;
}
.icon_notice_gubun {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 2px;
	background: #2a7e50;
	color: #fff;
	text-align: center;
	border-radius:22px;
	font-size: 18px;
}


.icon_alarm {
	display: inline-block;
	margin-left: 6px;
	width:18px;
	height:18px;
}


.input_s2 {
	width: 100%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: left;
	background-color: #f9f9f9;
	border: 1px solid #DDDBD7;
	padding-left: 10px;
}
.input_s22 {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	height:38px;
	line-height: 38px;
	text-align: left;
	background-color: #f9f9f9;
	border: 1px solid #DDDBD7;
	padding-left: 10px;
}

.input_s3 {
	width: 100%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}

.input_s3_68 {
	width: 68%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}
.input_s3_30 {
	width: 30%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: left;
	color: #777;
	background-color: #f4f4f4;
	padding-left: 10px;
}
.input_s3_68_dark {
	width: 50%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: center;
	color: #000;
	background-color: #eee;
}

.input_s2_60 {
	width: 50%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: right;
	color: #333;
	border-bottom:1px solid #ddd;
	padding-left: 10px;
	margin-top: 5px;
}

.input_s4 {
	width: 100%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: left;
	color: #666;
	padding-left: 10px;
	border-bottom:1px solid #7e3f97;
}
.input_s4_68 {
	width: 68%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: left;
	color: #666;
	padding-left: 10px;
	border-bottom:1px solid #7e3f97;
}
.input_s4_48 {
	width: 48%;
	font-size: 13px;
	height:32px;
	line-height: 20px;
	text-align: center;
	color: #666;
	padding-left: 10px;
	border-bottom:1px solid #7e3f97;
}


.btn_s1 {
	display: inline-block;
	width: 100%;
	font-weight: 500;
	height:42px;
	line-height:42px;
	text-align: center;
	background-color: #F89D33;
	color: #fff;
	margin-top: 5px;
	cursor: pointer;
}
.btn_s1_1 {
	display: block;
	width: 100%;
	font-weight: 500;
	height:52px;
	line-height:52px;
	text-align: center;
	background-color: #F89D33;
	color: #fff;
	cursor: pointer;
}
.btn_join {
	width: 30%;
	padding: 12px;
	background: #8f3db0;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	border-radius:4px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}
.btn_set {
	width: 30%;
	padding: 12px;
	background: #8f3db0;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	border-radius:4px;
	cursor: pointer;
	text-align: center;
	margin: 24px auto;
}

.btn_s3_30 {
	display: inline-block;
	width: 30%;
	font-size: 13px;
	font-weight: 500;
	height:32px;
	line-height: 32px;
	text-align: center;
	background-color: #B1B0AF;
	color: #fff;
	cursor: pointer;
}
.btn_s4_30 {
	display: inline-block;
	width: 30%;
	font-size: 13px;
	font-weight: 500;
	height:32px;
	line-height: 32px;
	text-align: center;
	background-color: #7e3f97;
	color: #fff;
	cursor: pointer;
}


.checkbox_s1 {
	position: absolute;
	height:0;
	width:0;
}
.checkbox_s1+label{
	display: block;
	width:20px;
	height:20px;
	background:url(../img/common/icon_check.svg) no-repeat 50% 50%;
	background-size:100%;
}
.checkbox_s1:checked +label{
	background:url(../img/common/icon_checked.svg) no-repeat 50% 50%;
	background-size:100%;
}

.checkbox_s1s {
	position: absolute;
	height:0;
	width:0;
}
.checkbox_s1s+label{
	display: block;
	width:18px;
	height:18px;
	background:url(../img/common/icon_check_s.svg) no-repeat 50% 50%;
	background-size:100%;
}
.checkbox_s1s:checked +label{
	background:url(../img/common/icon_checked_s.svg) no-repeat 50% 50%;
	background-size:100%;
}



.input_wait_st1 {
	width: 100%;
	height:42px;
	line-height: 42px;
	border-radius: 4px;
	margin-top: 20%;
	border:1px solid #DDDBD7;
	background: #fff;
}
.input_option_st1 {
	width: 100%;
	height:34px;
	line-height: 34px;
	border-radius: 4px;
	font-size: 0.92rem;
	border:1px solid #DDDBD7;
	background: #fff;
}
.input_zone {
	font-size: 12px;
	height:22px;
	line-height: 22px;
	border:1px solid #DDDBD7;
	background: #fff;
}
