@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend input, textarea, button, select {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, li {
	list-style: none;
}
html {
	width: 100%;
}
body {
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #333;
	font-size: 1em;
	font-family: '나눔고딕', 'Nanum Gothic', 'nanumgothic', 'NanumGothic', sans-serif;
	overflow-y: visible !important;
}
img {
	vertical-align: middle;
	border: none;
}
a {
	text-decoration: none;
}
input, button {
	vertical-align: middle;
	border: none;
	font-family: '나눔고딕', 'Nanum Gothic', 'nanumgothic', 'NanumGothic', sans-serif;
}
textarea {
	border: none;
}
.m_wrap {
	width: 100%;
	overflow: hidden;
}
.m_wrap .contents {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.m_wrap .contents > img {
	width: 100%;
}
.m_wrap .top {
	position: fixed;
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #FB1560;
	color: #FB1560;
	font-weight: 600;
	z-index: 1000;
	display: none;
}
.m_wrap .top .left {
	position: fixed;
	top: 13px;
	left: 20px;
	width: 150px;
	line-height: 120%;
	font-size: 1.2em;
}
.m_wrap .top .left img {
	width: 100%;
}
.m_wrap .top .right {
	position: fixed;
	top: 10px;
	right: 20px;
}
.m_wrap .top .right a {
	padding: 8px 15px;
	background: #FB1560;
	border-radius: 8px;
	font-size: 0.8em;
	color: #fff;
	font-weight: 600;
	text-align: center;
	display: inline-block;
}
.m_wrap .top.fix {
	position: fixed;
	display: block;
}
/*form */
.m_wrap .formArea {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 20px 2px;
	overflow: hidden;
	border-top: 2px solid #009ad4;
}
.m_wrap .formGroup {
	margin-bottom: 9px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	text-align: center;
	background-size: contain;
}
.m_wrap .col-1, .m_wrap .col-2, .m_wrap .col-3, .m_wrap .col-4, .m_wrap .col-5, .m_wrap .col-6, .m_wrap .col-7, .m_wrap .col-8, .m_wrap .col-9, .m_wrap .col-10, .m_wrap .col-11, .m_wrap .col-12 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.m_wrap .input_style:focus, .m_wrap .sel_style:focus, .m_wrap textarea_style:focus {
	border-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.m_wrap label.tit {
	height: 30px;
	background: url(./m_img/form_bullet.png) no-repeat left center;
	padding-left: 9px;
	border-radius: 5px;
	font-size: 0.8em;
	color: #222;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	display: block;
}
.m_wrap .input_style {
	width: 100%;
	padding-left: 10px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 1px 1px 3px #eaeaea;
}
.m_wrap .sel_style {
	width: 100%;
	padding-left: 10px;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 3px #eaeaea;
	border-radius: 5px;
	font-size: 0.9em;
}
.m_wrap .textarea_style {
	width: 100%;
	padding-left: 10px;
	height: 80px;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 3px #eaeaea;
	border-radius: 5px;
	resize: none;
	font-size: 0.9em;
}
.m_wrap button {
	width: 70%;
	height: 60px;
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}
.m_wrap button.btn01 {
	height: 50px;
	background: #d44c5f;
}
.m_wrap button.btn01:hover {
	background: #e87686;
}
.formGroup:before, .formGroup:after {
	content: " ";
	display: table;
}
.formGroup:after {
	clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.col-1 {
	width: 8.333%;
}
.col-2 {
	width: 16.666%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333%;
}
.col-5 {
	width: 41.666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333%;
}
.col-8 {
	width: 66.666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333%;
}
.col-11 {
	width: 91.666%;
}
.col-12 {
	width: 100%;
}
.form_table input, .form_table textarea, .form_table select {
	width: 100%;
	height: 30px;
	border: 1px solid #d7d7d7;
}
.form_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-top: 2px solid #009ad4;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	font-size: 0.85em;
}
.form_table tbody th, .form_table tbody td {
	padding: 6px;
	border-bottom: 1px solid #c7c7c7;
	vertical-align: middle;
	text-align: left;
	line-height: 150%;
}
.form_table tbody th.b_r, .form_table tbody td.b_r {
	border-right: 1px solid #c7c7c7;
}
.form_table tbody th {
	font-weight: 600;
	text-align: center;
	background: #fafafa;
}
.board_table input, .board_table textarea, .form_table select {
	width: 100%;
	height: 30px;
	border: 1px solid #d7d7d7;
}
.board_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-top: 2px solid #009ad4;
	font-size: 0.85em;
}
.board_table tbody th, .board_table tbody td {
	padding: 6px;
	height: 40px;
	border-bottom: 1px solid #c7c7c7;
	vertical-align: middle;
	line-height: 150%;
}
.board_table tbody th.b_r, .board_table tbody td.b_r {
	border-right: 1px solid #c7c7c7;
}
.board_table tbody th {
	height: 40px;
	font-weight: 600;
	text-align: center;
	color: #009ad4;
	border-bottom: 1px solid #009ad4;
}

/* popup CSS */
.complete_wrap { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: 3; z-index:99999;display:none;} 
.complete_wrap .bg { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.8);z-index: 1; }
.complete_wrap .popup { position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); height: 365px; max-height: 90vh;background: #fff;z-index: 2; }
.complete_wrap .popup { width:90%; overflow:hidden; border-bottom:0px solid #000; background-color:none;color:#fff; font-size:14px; line-height:0; max-width:500px; margin:0 auto;}
.complete_wrap .popup .close { position: absolute;top: 20px;right: 20px; width:20px; font-weight:600; }
.complete_wrap .popup .close img { width: 100%;height: 100%; }
.complete_wrap .popup .iframe { height:100%;width:100%;border:0; overflow:hidden;}