@charset "utf-8";

/* @import url(main.css); */
@import url(common.css?20190503);
@import url(motion.css?20190725);

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* @font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff')
		format('woff');
	font-weight: 400, 700, 800, 900;
	font-style: normal;
} */
/* Default Style */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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: none;
	font: inherit;
	vertical-align: baseline;
}

html,
body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	font: normal 16px 'Pretendard' !important;
	color: #333333;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-ms-overflow-style: scrollbar;
}

.container {
	width: 570px;
	margin: 0 auto;
	padding: 60px 0;
}

.blind {
	overflow: hidden;
	position: absolute;
	top: -9999em;
	left: -9999em;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999em;
	visibility: hidden;
	outline: none;
	z-index: -1;
}

ul,
ol,
li {
	list-style: none;
}

img,
hr {
	border: none;
}
img {
	vertical-align: top;
	border: none; /* for IE imge margin */
}
strong {
	font-weight: bold;
}
b {
	font-weight: bold;
}
sup {
	vertical-align: super;
}

/* Link Style */

a {
	background-color: transparent;
	cursor: pointer;
}
a:active,
a:hover {
	outline: 0;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

/* Table Style */
table {
	border-collapse: collapse;
}

/* From Style */
textarea {
	border: 1px solid #bbbbbb;
	border-radius: 8px;
	padding: 14px 20px;
	outline: 0;
	font-size: 16px;
	font-family: 'Pretendard';
}

/* Font Class Style */
b,
strong {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}

/* align */
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.t {
	vertical-align: top;
}
.bb {
	vertical-align: bottom;
}
.m {
	vertical-align: middle;
}

/* cursor */
.pointer {
	cursor: pointer;
}

/* float */
.f_l {
	float: left;
}
.f_r {
	float: right;
}

.title {
	font-size: 46px;
	font-weight: 700;
	height: 76px;
	line-height: 76px;
	margin: 0;
}

input {
	height: 54px;
	border: 1px solid #bbbbbb;
	outline: 0;
	border-radius: 8px;
	padding: 0 20px;
	font-size: 16px;
	font-family: 'Pretendard';
	cursor: text;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input::placeholder {
	color: #bbbbbb;
}
input:focus {
	border-color: #0075ff;
}
input[readonly] {
	cursor: default;
}
input[readonly]:focus {
	border-color: #bbbbbb;
}
input[disabled] {
	background: #f6f6f6;
	cursor: default;
}

/* 체크박스 */
input[type='checkbox'] {
	display: none;
}

.checkbox-label, input[type='checkbox'] + label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	cursor: pointer;
	margin: 0;
}

input[type='checkbox']:checked + label {
	border: none;
	background: url(/images/icon/icon_checkbox.svg) no-repeat center;
	background-color: #3d92f6;
	background-size: 16.67px;
}

input[type='checkbox']:disabled + label {
	border: 1px solid #BBBBBB;
	background-color: #F6F6F6;
	background-size: 16.67px;
}

input[type='checkbox'] + .checkbox-label.checkbox-alt {
	border: none;
	background: url(/images/icon/icon_check_alt.svg) no-repeat center;
}

input[type='checkbox']:checked + .checkbox-label.checkbox-alt {
	border: none;
	background: url(/images/icon/icon_check_alt_active.svg) no-repeat center;
}

/* 라디오박스 */
input[type='radio'],
input[type='radio']:checked {
	width: 24px !important;
	height: 24px !important;
}

input[type='radio']:hover {
	cursor: pointer;
}

input[type='radio']:checked {
	background: #3d92f6;
}

button {
	border: none;
	outline: 0;
	font-family: 'Pretendard';
	cursor: pointer;
}
.button {
	width: 100%;
	height: 65px;
	border: none;
	border-radius: 8px;
	background: #3d92f6;
	color: white;
	font-size: 20px;
	font-weight: 400;
}
button:disabled {
	width: 100%;
	height: 65px;
	border: none;
	border-radius: 8px;
	background: #bad3f2;
	color: white;
	font-size: 20px;
	font-weight: 400;
	cursor: default;
}
.outline-btn {
	width: 100%;
	height: 65px;
	border: 1px solid #9fb5d3;
	border-radius: 8px;
	background: white;
	color: #00295f;
	font-size: 20px;
	font-weight: 400;
}

select {
	font-family: 'Pretendard';
	width: 100%;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	border: 1px solid #bbbbbb;
	border-radius: 8px;
	outline: 0;

	padding: 14px 20px;
	box-sizing: border-box;

	background-image: url(/images/icon/icon_select_down.svg) !important;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
}

/* Margin Set */
.ml2 {
	margin-left: 2px;
}
.ml4 {
	margin-left: 4px;
}
.ml8 {
	margin-left: 8px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml45 {
	margin-left: 45px;
}
.ml50 {
	margin-left: 50px;
}
.ml55 {
	margin-left: 55px;
}
.ml60 {
	margin-left: 60px;
}
.ml65 {
	margin-left: 65px;
}
.ml70 {
	margin-left: 70px;
}
.ml80 {
	margin-left: 80px;
}
.ml90 {
	margin-left: 90px;
}
.ml100 {
	margin-left: 100px;
}

.mr2 {
	margin-right: 2px;
}
.mr4 {
	margin-right: 4px;
}
.mr8 {
	margin-right: 8px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr35 {
	margin-right: 35px;
}
.mr40 {
	margin-right: 40px;
}
.mr45 {
	margin-right: 45px;
}
.mr50 {
	margin-right: 50px;
}

.mb2 {
	margin-bottom: 2px;
}
.mb4 {
	margin-bottom: 4px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}

.mt2 {
	margin-top: 2px;
}
.mt4 {
	margin-top: 4px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt150 {
	margin-top: 150px;
}

/* Padding Set */
.pl2 {
	padding-left: 2px;
}
.pl4 {
	padding-left: 4px;
}
.pl8 {
	padding-left: 8px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl35 {
	padding-left: 35px;
}
.pl40 {
	padding-left: 40px;
}
.pl45 {
	padding-left: 45px;
}
.pl50 {
	padding-left: 50px;
}
.pl60 {
	padding-left: 60px;
}

.pr2 {
	padding-right: 2px;
}
.pr4 {
	padding-right: 4px;
}
.pr8 {
	padding-right: 8px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr25 {
	padding-right: 25px;
}
.pr30 {
	padding-right: 30px;
}
.pr35 {
	padding-right: 35px;
}
.pr40 {
	padding-right: 40px;
}
.pr45 {
	padding-right: 45px;
}
.pr50 {
	padding-right: 50px;
}

.pb4 {
	padding-bottom: 4px;
}
.pb8 {
	padding-bottom: 8px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}

.pt2 {
	padding-top: 2px;
}
.pt4 {
	padding-top: 4px;
}
.pt8 {
	padding-top: 8px;
}
.pt10 {
	padding-top: 10px;
}
.pt12 {
	padding-top: 12px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt22 {
	padding-top: 22px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}

.pt3p {
	padding-top: 3%;
}
.pt4p {
	padding-top: 4%;
}
.pt5p {
	padding-top: 5%;
}

.w100p {
	width: 100%;
}
.h100p {
	height: 100%;
}

/* .form-control[disabled], .form-control[readonly], .form-control {
  background-color: transparent;
} */

/* mobile size */
@media screen and (max-width: 1024px) {
	body {
		font: normal 13px 'Pretendard' !important;
	}

	.container {
		max-width: 520px;
		width: 100%;
		min-width: 360px;
		padding: 32px 20px 60px;
	}

	.title {
		font-size: 20px;
		height: 33px;
		line-height: 33px;
	}

	input {
		height: 49px;
		font-size: 13px;
	}
	.checkbox-label {
		width: 18px;
		height: 18px;
	}
	input[type='checkbox']:checked + label {
		background-size: 15px;
	}

	input[type='radio'],
	input[type='radio']:checked {
		width: 18px !important;
		height: 18px !important;
	}

	textarea {
		font-size: 13px;
	}
	.button {
		height: 58px;
		font-size: 16px;
	}
	button:disabled {
		height: 58px;
		font-size: 16px;
	}
	.outline-btn {
		height: 58px;
		font-size: 16px;
	}
}
