@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;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	min-width:320px;
	height: 100%;
	font-size: 62.5%;
	letter-spacing:-0.5px;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-top: 60px;
	color:#333;
	font-weight: normal;
	font-size: 14px;   /* ie */
	font-size: 1.4rem; /* 14px */
	-webkit-text-size-adjus: none;
	font-family:'SpoqaHanSans', sans-serif, 'Noto Sans KR', Malgun Gothic, "맑은 고딕", AppleGothic, '돋움', Dotum, sans-serif;
	overflow-x:hidden;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	word-break: keep-all;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
button {
	border: 0;
	background: transparent;
	cursor: pointer;
	vertical-align:middle;
}
img {
	border: 0;
	outline: none;
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	vertical-align:middle;
	transition: all 0.3s;
}
address, em {
	font-style: normal;
}
b, strong {
	font-weight: 700;
}
caption, legend {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -3000px;
	text-indent: -10000px;
}
small {
	font-size: 1.1rem;
}
input {
	vertical-align: middle;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: auto;
	border-radius:0;
}
input:focus,
button:focus,
textarea:focus {
	outline: none;
}
label {
	display: inline-block
}
.txt-red{
	color: #e44;
}
.txt-orange {
	color: #ff4800;
}
.txt-purple{
	color: #644ad1;
}


/* 추가 */
.hidden{
	position: absolute;
	text-indent: -9999px;
}
.inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
p, h3{word-break: keep-all;}

.btn{
	display: inline-block;
	color: white !important;
	font-size: 16px !important;
	padding: 17px 27px 14px 27px;
	border-radius: 30px;
	background-color: #0047A1;
}
.btn::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../images/btn_next.svg) no-repeat;
	margin-left: 12px;
	background-size: cover;
}
.btn-md{
    background-color: #0047a1;
	color: white !important;
	font-size: 14px !important;
	padding: 10px 16px;
	border-radius: 30px;
	letter-spacing: -0.2px;
	margin: 0 0 0 18px !important;
}
.btn-lg{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    width: 200px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: white;
    border-radius: 65px;
    color: #0047A1;
}
main {
	width: 100%;
	letter-spacing: -0.3px;
}
section {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.cont-wrap {
	display: flex;
	align-items: center;
}
.dot::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #6B7684;
	border-radius: 50%;
	vertical-align: unset;
	transform: translateY(-5px);
	margin-right: 5px;
}
.dot-s::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #6B7684;
	border-radius: 50%;
	vertical-align: unset;
	transform: translateY(-4px);
	margin-right: 5px;
}
.txtbox {
	width: 50%;
	padding-left: 80px;
}
.txtbox dt {
	font-size: 42px;
	line-height: 63px;
	color: #191F28;
	font-weight: 700;
}
.txtbox dd {
	font-size: 18px;
	line-height: 27px;
	color: #6B7684;
	margin-top: 24px;
}
.txtbox ul {
	margin-top: 40px;
}
.flow-tit {
	font-size: 24px !important;
	line-height: 36px !important;
	font-weight: 600;
	color: #333d4b !important;
}
.sub-tit {
	margin-bottom: 42px;
}
.sub-tit p {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #6B7684;
	margin-bottom: 12px;
}
.sub-tit h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	color: #191F28;
}
.notice {
	font-size: 18px;
	line-height: 27px;
	color: #aaa;
}
.list-gray {
	font-size: 16px;
	line-height: 26px;
	color: #aaaaaa;
	margin-top: 4px;
	font-weight: initial;
	word-break: keep-all;
}
.icon{
	display: inline-block;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.label {
    display: table;
    padding: 8px 10px;
    margin-top: 14px;
    border: 1px solid #7cbcaa;
    font-size: 12px;
    color: #59b098;
    text-align: center;
	line-height: 15px;
}


@media screen and (max-width: 1600px) {
	.txtbox{padding-left: 10vw;}
}
@media screen and (max-width: 1400px) {
	.sub-cont01 .inner, .sub-cont02 .inner, .sub-cont03 .inner{max-width: 90%;}
}
@media screen and (max-width: 1200px) {
	.inner{max-width: 90%;}
	.txtbox{padding-left: 6vw;}
}
@media screen and (max-width: 768px) {
	.cont-wrap {
		display: flex;
		flex-direction: column;
		align-items: inherit;
	}
	.btn {
		padding: 1.6rem 3.6rem;
		border-radius: 40px;
	}
	.txtbox {
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	.txtbox dt {
		font-size: 36px;
		line-height: 54px;
	}
	.txtbox dd {
		margin-top: 12px;
		font-size: 16px;
		line-height: 24px;
		width: 100%;
	}
	.txtbox ul {
		margin-top: 24px;
	}

	.flow-tit {
		font-size: 18px !important;
		line-height: 26px !important;
	}

	.btn-lg {
		font-size: 20px;
	}
}
@media screen and (max-width:575px) {
	.btn {
		font-size: 14px !important;
		padding: 1.4rem 3rem;
	}
	.btn::after {
		width: 6px;
		height: 10px;
		margin-left: 10px;
	}
	.sub-tit h3 {
		font-size: 32px;
		line-height: 48px;
	}
	.sub-tit p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 6px;
	}

	.list-gray {
		font-size: 12px;
		line-height: 18px;
		margin-top: 0;
	}
	.notice {
		font-size: 14px;
		line-height: 21px;
	}
  }
@media screen and (max-width:425px) {
	.txtbox dt {
		font-size: 32px;
		line-height: 48px;
	}
	.txtbox dd {
		font-size: 14px;
		line-height: 21px;
	}
	.btn-lg {
		font-size: 16px;
		width: 160px;
		height: 56px;
		line-height: 56px;
	}
	.sub-tit {
		margin-bottom: 30px;
	}
	.sub-tit h3 {
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (max-width: 360px) {
	.txtbox dt {
		font-size: 26px;
		line-height: 39px;
	}
	.btn {
		font-size: 12px !important;
		padding: 1rem 2rem;
	}
	.btn-lg {
		width: 140px;
		height: 50px;
		line-height: 50px;
	}
	.txtbox ul {
		margin-top: 12px;
	}
	
}

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track{
	background: #f6f6f6;
}
::-webkit-scrollbar-thumb{
	background: #d0d0d5;
	border : 2px solid #f6f6f6;
	border-radius: 5px;
}




