/* NHN Technology Services UIT Development Center */
/* Common */
body, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li,
dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
}

body,
input,
textarea,
select,
button,
table {
	font-size: 14px;
	line-height: 1.25;
	font-family: Helvetica, sans-serif;
}

body {
	position: relative;
	-webkit-text-size-adjust: none;
}

img,
fieldset {
	border: 0;
}

ul,
ol {
	list-style: none;
}

em,
address {
	font-style: normal;
}

a {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

textarea {
	border: none;
	overflow: auto;
	outline: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-style: none;
	border-color: transparent;
	resize: none;
}

.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}

.wrap .header .close, .container .form .label:after, .container .form .chk:checked + label:after {
	background-image: url(../img/sprite/check_button.png);
	background-size: 53px 48px;
}

.wrap .header {
	height: 65px;
	line-height: 65px;
	color: #fff;
	background: #667d96;
}

.wrap .header .txt {
	display: inline-block;
	margin: 26px 0 0 17px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
}

.wrap .header .close {
	background-position: -25px -29px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 28px;
	right: 22px;
	content: '';
}

.container {
	position: relative;
	padding: 31px 0 100px;
	font-size: 16px;
}

.container .top_notice_area {
	padding: 0 19px 28px;
}

.container .top_notice_area .txt {
	max-width: 305px;
	line-height: 1.44;
	color: rgba(0, 0, 0, 0.5);
	opacity: 0.5;
	white-space: pre-line;
}

.container .form strong {
	display: inline-block;
	color: #00ca7d;
	margin-left: 6px;
}

.container .form .label {
	position: relative;
	display: block;
}

.container .form .label:after {
	background-position: -29px 0px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 4px;
	margin-top: -2px;
	content: '';
}

.container .form .chk {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	margin: -1px;
}

.container .form .chk:checked + label:after {
	background-position: 0px 0px;
	width: 24px;
	height: 24px;
}

.container .form_notice_area {
	position: relative;
	padding: 27px 19px 24px;
	line-height: 1.44;
	font-weight: bold;
	border: 1px solid #f6f6f7;
	border-width: 1px 0;
}

.container .form_notice_area .label:after {
	top: 20px;
}

.container .form_notice_area .txt {
	display: inline-block;
	max-width: 225px;
}

.container .confirm_area {
	position: relative;
	padding: 27px 19px 0;
	font-weight: bold;
}

.container .confirm_area .label{
	white-space: pre-line;
}

.container .confirm_area .txt {
    display: inline-block;
    max-width: 225px;
}

.container .confirm_area .textarea {
	width: 100%;
	height: 138px;
	margin-top: 14px;
	padding: 18px 50px 0 18px;
	font-size: 13px;
	line-height: 1.38;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.6;
	background: #f8f8f8;
	box-sizing: border-box;
}

.container .confirm_area .terms_area {
	overflow-x: hidden;
	white-space: pre-line;
	width: 100%;
	height: 138px;
	margin-top: 14px;
	padding: 18px 50px 0 18px;
	font-size: 13px;
	line-height: 1.38;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.6;
	background: #f8f8f8;
	box-sizing: border-box;
}

.container .confirm_area .bigtxt {
	display: inline-block;
	font-size: 15px;
	line-height: 1.38;
	font-weight: 500;
	color: rgba(0, 0, 0, 1.0);
	opacity: 1.0;
	background: #f8f8f8;
}


.container .confirm_area ~ {
	padding-top: 0;
}

.container .btn_area {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	height: 73px;
	padding: 14px 23px;
	border-top: 1px solid #e7e7e7;
	font-size: 14px;
	line-height: 1.86;
	font-weight: bold;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
}

.container .btn_area .inner {
	margin-left: -10px;
}

.container .btn_area .inner:after {
	display: block;
	clear: both;
	content: '';
}

.container .btn_area .btn {
	float: left;
	width: 50%;
}

.container .btn_area .btn.active .txt {
	color: #fff;
	background: #00ca7d;
}

.container .btn_area .txt {
	margin-left: 10px;
	line-height: 45px;
	color: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	background: #eaeaea;
}

/*# sourceMappingURL=ios.css.map */
