<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'NanumSquareRound';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

.text-green {
	color: #356B4C;
}

.ft20 {
	font-size: 20px;
}

img {
	max-width: 100%;
}

input::placeholder {
	color: #bababa !important;
}

.font-nsr {
	font-family: 'NanumSquareRound'
}

ul {
	padding-left: 0;
}

li {
	list-style: none;
}

.text-fff {
	color: #fff;
}

.ft18 {
	font-size: 18px;
}

.noto {
	font-family: 'Noto Sans KR', sans-serif !important
}

/*�쒖옉�섏씠吏�*/

.div-left {
	background: #383296;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 460px;
	float: left;
}
.div-left h3 {
	background: url(/img/2021/main_img.svg) no-repeat center;
width: 135px;
min-height: 125px;
}

.div-left h3 span {
	color: #FCAB63;
	font-size: 16px;
	display: block;
	margin-top: 179px;
	font-weight: 300;

}
.div-left h3 img {display: none;}
.div-right1 {
	width: calc(100% - 460px);
	height: 100vh;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;

}

.div-right {
	width: 340px;
}

.div-right ul li {
	position: relative;
	float: right;
	margin-bottom: 10px;
}

.div-right ul li:nth-child(1) p {
	position: absolute;
	left: -16px;
	top: 0px;
	background: url(/img/2021/mian_icon01.svg) no-repeat center;
    width: 42px;
    height: 42px;
}
.div-right ul li:nth-child(2) p {
	position: absolute;
	left: -16px;
	top: 0px;
	background: url(/img/2021/mian_icon02.svg) no-repeat center;
    width: 42px;
    height: 42px;
}
.div-right ul li:nth-child(3) p {
	position: absolute;
	left: -16px;
	top: 0px;
	background: url(/img/2021/mian_icon03.svg) no-repeat center;
    width: 42px;
    height: 42px;
}
.div-right ul li img {
	position: absolute;
	left: -16px;
	top: 0px;
	display: none;
}
.div-right ul li:before {
	position: absolute;
	content: "";
	background: #FC635E;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: -19px;
	top: 50%;
	margin-top: -3px;
	z-index: 1;
}

.div-right ul li span {
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	background: #ECE4D5;
	border-radius: 7px;
	width: 324px;
	height: 44px;
	text-align: right;
	line-height: 44px;

}

/*踰꾪듉*/

.btn-flex {
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.btn-flex a {
	width: 165px;
	height: 48px;
	border-radius: 7px;
	line-height: 48px;
	box-sizing: border-box;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #383296;
	border: 1px solid #383296;
	display: block;
	cursor: pointer;
}

.btn-flex a:last-child {
	color: #fff;
	background: #383296;
}

.mask {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	display: none;
}

.box-gray {
	margin-top: 10px;
	font-size: 13px;
	color: #666666;
	background: #F6F6F6;
	border-radius: 5px;
	font-weight: 400;
	padding: 7px 10px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.box-gray b {
	color: #383296;
	font-size: 14px;
	display: inline;
	font-family: 'NanumSquareRound' !important;
}

.box-gray p {
	display: inline;
}

.top-title {
	background: #383296;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-family: 'NanumSquareRound' !important;

}

.number {
	font-size: 26px;
	font-weight: bold;
	color: #383296;
	font-family: 'NanumSquareRound' !important;
	position: relative;
	margin-top: 15px;
	display: inline-block;
}

.number:before {
	position: absolute;
	content: "";
	right: -6px;
	top: 5px;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	background: #8FBEB9;
}

.col-lg-12 .number:first-child {
	margin-top: 0;
}

.q {
	font-weight: bold;
	margin: -5px 0 10px 0;
	font-family: 'NanumSquareRound' !important;
	color: #000;
	font-size: 18px;
	word-break: keep-all;
	letter-spacing: -1px;
}


.btn-prev {
	position: absolute;
	bottom: 25px;
	left: 15px;
	color: #383296;
	font-size: 16px;
	font-weight: 500;
	padding-left: 41px;
	font-family: 'Noto Sans KR', sans-serif !important;
	padding-top: 4px;
	height: 30px;
	background: url(/img/2021/btn_Previous2.svg) no-repeat left center;
}


.d-flex2 {
	display: flex;
	justify-content: space-between;
}

.c1 {
	font-weight: 400;
	color: #383296;
	font-size: 13px;
	padding-left: 10px;
	position: relative;
	font-family: 'Noto Sans KR', sans-serif !important
}

.c1:before {
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #FC635E;
	border-radius: 50%;
}

.c2 {
	color: #383296;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Noto Sans KR', sans-serif !important
}

.circle {
	width: 4px;
	height: 4px;
	background: #383296;
	border-radius: 50%;
}

.rate-bar {
	margin: 5px 0;
	position: relative;
}

.rate-bar:before {
	content: "";
	width: 100%;
	height: 12px;
	border: 1px solid #DDDDDD;
	background: #fff;
	display: block;
}

.rate-active {
	height: 6px;
	width: 18%;
	position: absolute;
	top: 3px;
	left: 0px;
	background: #383296;
}

.answer {
	min-height: 260px;
}

.answer li {
	cursor: pointer;
	border-radius: 7px;
	font-family: 'Noto Sans KR', sans-serif !important;
	border: 1px solid #E4E4E4;
	font-weight: 400;
	background: #fff;
	font-size: 14px;
	padding: 4px 15px;
	margin-bottom: 6px;
	letter-spacing: -0.5px;
	line-height: 1.3;
}

.answer li.on {
	background: #EDECFF;
	color: #383296;
	border: 1px solid #383296;
}
/* 遊꾨큵 臾몄젣��湲� */
.howtoText:not(:first-child) {
	margin-top: 30px;
}

.howtoText {
	background: #FFEDE1;
	position: relative;
	border: 1px solid #F3D9C7;
	border-radius: 5px;
	word-break: keep-all;
	padding: 3px 3px 3px 44px;
}

/* �レ옄 */
.howtoText span:first-child {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'NanumSquareRound' !important;
	background: #ED7118;
	border-radius: 5px;
	width: 32px;
	height: 32px;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 湲��� */
.howtoText span:last-child {
	font-weight: 500;
	color: #000;
	font-size: 16px;
}

.howtoText span b {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	width: 53px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	height: 26px;
	line-height: 25px;
}

.howtoText span small {
	font-size: 100%;
}

.howtoText span small:last-child {}

.howtoImg {
	margin-top: 10px;
}

/* 遊꾨큵 吏꾨줈�λ�洹몃┝寃��� �덉븘�덉삤���� */
.answerSpring {
	display: flex;
	justify-content: center;
}

.answerSpring li {
	width: 155px;
	height: 54px;
	margin: 30px 10px;

}

.answerSpring li a {
	border-radius: 7px;
	font-family: 'NanumSquareRound' !important;
	font-size: 24px;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF0D1;
	border: 1px solid #E4E4E4;
	color: #000;

}

.answerSpring li a:hover {
	background: #356B4C;
	border: 1px solid #356B4C;
	color: #fff;
}
.answerSpring li.on a{
	background: #356B4C !important;
	border: 1px solid #356B4C !important;
	color: #fff !important;
}
/*���� �쒖쐞 ����2*/

.answer2 {
	min-height: 280px;
}

.answer2 li {
	display: flex;
	overflow: hidden;
	border-radius: 7px;
	font-family: 'Noto Sans KR', sans-serif !important;
	font-size: 14px;
	border: 1px solid #E4E4E4;
	font-weight: 400;
	background: #fff;
	margin-bottom: 6px;
}

.answer2 .text-left2 {
	min-width: 78px;
	text-align: center;
	color: #383296;
	display: inline-block;
	font-size: 16px;
	padding: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.answer2 .text-right2 {
	color: #CCCCCC;
	font-size: 16px;
	display: inline-block;
	position: relative;
	padding: 7px 15px 7px 20px;
	text-align: left;
}

.answer2 .text-right2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 1px;
	height: 16px;
	background: #e4e4e4;
}



.answer2 li.on {
	background: #EDECFF;
	color: #383296;
	border: 1px solid #383296;
}

.answer2 li.on .text-left2 {
	color: #fff;
	background: #383296;
}

.answer2 li.on .text-right2 {
	background: #EDECFF;
	color: #383296;
	padding-left: 15px;
}

.answer2 li.on .text-right2:before {
	display: none;
}


/* 遊꾨큵寃��� 蹂몃Ц 諛� 醫뚯륫 */
.bg-spring {
	background: #F4F4F4;
}

.springTake {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 52px);
}

.springTakeInner {
	width: 960px;
}

.springTakeLeft {
	width: 330px;
	height: 593px;
	background: #FFFFFF 0% 0%;
	border-radius: 7px;
	padding: 20px;
}

/* 遊꾨큵 醫뚯륫 �뚰듃 */
.part:last-child {
	margin-top: 15px;
}

/* �쒖꽦�� */
.partActive {
	background: #FFEDE1;
	border: 1px solid #ED7118;
	border-radius: 5px;
	border-radius: 5px;
	padding: 15px 15px;
}

.partActive h3 {
	color: #ED7118;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'NanumSquareRound' !important;
	border-bottom: 1px solid #fbcfb1;
	margin-bottom: 7px;
}

/* 鍮꾪솢�깊솕 */
.partDeactivate {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	padding: 6px 15px;
}

.partDeactivate h3 {
	color: #666;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 18px;
	font-family: 'NanumSquareRound' !important;
}

.partDeactivate span {
	color: #999;
	font-size: 14px;
}
.springTake .rate-bar:before{
	width: 102%;
    margin-left: -2px;
}
.springTake .rate-active {
	background: #ED7118;
	left: 0;
}

.springTake .c1 {
	color: #000;
	font-size: 14px;
}

.springTake .c2 {
	color: #ED7118;
	font-size: 14px;
}

.springTake .circle {
	background: #ED7118;
}

.partMobile {
	display: none;
}

/* 遊꾨큵 �곗륫 �뱀뀡 */
.springTakeRight {
	position: relative;
	width: 600px;
	height: 593px;
	background: #FFFFFF 0% 0%;
	border-radius: 7px;
}

.springTakeRight .btn-prev {
	left: 40px;
}

.springTakeRight .box-yellow {
	background: #FFF0D1 0% 0%;
	border: 1px solid #E8CC92;
	text-align: center;
	border-radius: 5px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	word-break: keep-all;
	font-family: 'NanumSquareRound' !important;
	padding: 7px 5px;
}

.springTakeRight .p40 {
	padding: 15px 40px;
}

.springTakeImg {
	text-align: center;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
}

@media(max-width:799px) {
	.mb-h-auto {
		height: auto;
	}

	.mb-w100 {
		width: 100%;
	}

	.col-lg-12.m-t-40 {
		margin-top: 15px !important;
	}

	body.font-nsr {
		background: #383296;
	}

	.div-mb {
		width: 100%;
	}

	.page1 {
		display: flex;
		align-items: center;
		height: 100vh;
		justify-content: center;
	}

	.div-left {
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 40px;
		margin-top: -20px;

	}

	.div-right1 {
		width: 100%;
		float: none;
		height: auto;

	}

	.div-right {
		width: 100%;
		padding: 0 15px;
	}

	.div-right ul li {
		float: none;
	}

	.div-right ul li:before {
		left: -2px;
	}

	.div-right ul li img {
		position: absolute;
		left: 2px;
		top: 2px;
	}

	.div-right ul li span {
		width: 100%;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		height: 46px;
		line-height: 46px;
	}

	.btn-flex a {

		width: 49%;
		color: #fff;
		border: 1px solid #fff;

	}

	.btn-flex a:nth-child(2) {
		color: #383296;
		background: #fff;
	}
}



/*�앺럹�댁�*/

.w100 {
	width: 100%;
}

.end {
	background: #383296;
	height: 100vh;
	text-align: center;
	display: flex;
	align-items: center;
}

.end .d-flex-top {
	justify-content: center;
	align-items: flex-end;
}

.end .d-flex-top img {
	margin-right: 26px;
}

.end .btn-flex2 {
	margin-top: 85px;
	margin-bottom: 30px;
	justify-content: center;
}

.end .btn-flex2 a {
	font-weight: bold;
	width: 200px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	font-size: 18px;
	color: #383296;
	border-radius: 7px;
	margin: 0 5px;
}

@media(max-width:799px) {
	.end .d-flex-top {
		display: block !important;
		text-align: left;
		padding-left: 20px;
		padding-top: 50px;
	}

	.end .d-flex-top img {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.end .btn-flex2 {
		margin-top: 200px;
	}

	.end .btn-flex2 {
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.ft18 {
		font-size: 15px;
	}

	.end .btn-flex2 a {
		width: 49%;
	}

	.text-link a {
		color: #383296 !important;
		font-size: 16px !important;
		font-weight: 500;
	}
}




/*寃곌낵蹂닿린�섏씠吏�*/

.bg-f4 {
	background: #F4F4F4;
}

.text-blue2 {
	color: #383296;
	font-size: 13px;
	letter-spacing: -0.7px;
}

.m-lr-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.card600 {
	width: 600px;
	padding: 40px 0;
	box-sizing: border-box;
	margin: 0 auto;
}

.p-0 {
	padding-left: 0;
	padding-right: 0;
}

.p-40 {
	padding: 40px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-t-0 {
	margin-top: 0;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-t-40 {
	margin-top: 40px;
}

.form-group {
	overflow: hidden;
	margin-bottom: 20px;
}

label.control-label {
	padding-left: 0;
	color: #000;
	font-size: 14px;
	font-family: 'Noto Sans KR', sans-serif !important;

}

.form-btn {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-family: 'NanumSquareRound' !important;
	background: #383296;
	border-radius: 7px;
	width: 200px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;

}
.an_type_brism2{	cursor: pointer;
	margin-bottom: 10px;
    display: flex;
    border: 1px solid #E4E4E4;
    border-radius: 7px;
	overflow: hidden;
    min-height: 40px;    
	align-items: center;
    font-family: 'Noto Sans KR', sans-serif;
		dd{
			margin: 0;
			flex:1;
			color: #ccc;
			padding-left: 15px;
			font-size: 16px;

			position: relative;
			&amp;:before{
				content: "";
				position: absolute;
				left: 0;
				width: 1px;
				height: 100%;
				background: #e4e4e4;
			}
		}
		dt{
			margin: 0;
			font-weight: 400;
			width: 78px;
			height: 100%;
			font-size: 16px;
			display: flex;
			align-items: center;
			justify-content: center;
			min-height: 38px;
			color: #383296;
		}
}
.an_type_brism2_active{
	border: 1px solid #383296;

	background: #EDECFF;
dt{
	background: #383296;
	color: #fff;
}
dd{color: #383296;

}
}

.an_type_brism {
	cursor: pointer;
	border: 1px solid #E4E4E4;
	border-radius: 7px;
	font-family: 'Noto Sans KR', sans-serif;
	overflow: hidden;
	margin-bottom: 7px;

}
.an_type_brism div{
	padding: 15px 20px;
}
.an_type_brism h3 {
	position: relative;
	color: #fff;
	margin-bottom: 0;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 15px !important;
	background: #8B8998;
}
.an_type_brism h3::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #00000033 url("/img/2021/img_check_normal.svg") no-repeat calc(100% - 12px);
}
.an_type_brism h5 {
	color: #333;
	font-size: 13px !important;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.an_type_brism p {
	line-height: 1.8;
	font-size: 13px;
	color: #333;
}

.an_type_brism p span {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D5D5D5;
	border-radius: 3px;
	font-size: 11px;
	color: #111111;
	padding: 1px 7px;
}
.an_type_brism_active{
	background: #EDECFF 0% 0% no-repeat padding-box;
	border: 1px solid #383296;
}
.an_type_brism_active h3 {
background: #6560B9;
}
.an_type_brism_active h3::before{
	background: #383296 url("/img/2021/img_check_selected.svg") no-repeat calc(100% - 12px);
}
.title-h2 {
	font-size: 30px !important;
	font-weight: bold;
	color: #000;
	font-family: 'NanumSquareRound' !important;
}

.title-h3 {
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
	color: #000;
	background: url(/img/2021/glyph.svg) no-repeat left 10px;
	font-family: 'NanumSquareRound' !important;
}

.text-link {
	margin-top: 20px;
	margin-bottom: 20px;
	justify-content: center;
}

.text-link a {
	font-size: 14px;
	color: #666666;
	position: relative;
}

.text-link a:nth-child(1) {
	margin-right: 30px;
}

.text-link a:nth-child(1):before {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background: #b8b8b8;
	right: -15px;
	top: 4px;
}

.gender-div {

	display: flex;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ced4da;
	box-sizing: border-box;
}

.step-ul {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}

.step-ul li {
	text-align: center;
}

.step-ul li p {
	height: 32px;
	display: flex;
	align-items: start;
	margin-left: 15px;
	margin-right: 15px;
	justify-content: center;
}

.step-ul li p img {
	height: 4px;
}

.step-ul span {
	display: block;
	margin-top: 7px;
	font-size: 16px;
	font-weight: 400;
}
.step2-ul li:nth-child(1) div{
	width: 50px;
	height: 50px;
	background:url(/img/2021/icon_step01-2.svg) no-repeat center;	margin: 0 auto;

}
.step3-ul li:nth-child(1) div{
	width: 50px;
	height: 50px;
	background:url(/img/2021/icon_step01-3.svg) no-repeat center;	margin: 0 auto;

}
.step3-ul li:nth-child(3) div{
	width: 50px;
	height: 50px;
	background:url(/img/2021/icon_step02-2.svg) no-repeat center;	margin: 0 auto;

}
.text-blue3 {
	color: #383296;

}

.dot-ul {
	margin-bottom: 30px;
	margin-top: 15px;
}

.dot-ul li {
	font-size: 16px;
	position: relative;
	letter-spacing: -0.5px;
	color: #666666;
	font-weight: 400;
	padding-left: 10px;
	word-break: keep-all;
	line-height: 1.8;
}

.dot-ul li:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 13px;
	background: #383296;
	width: 3px;
	height: 3px;
}

/* 遊꾨큵 寃��� 紐⑤컮�� */
@media (max-width: 599px) {

		.howtoText3 {
			background: none;
			border: none;
			padding: 0;
		}

		.howtoText span small {
			background: #FFEDE1;
			padding: 2px 3px 2px 40px;
			border: 1px solid #F3D9C7;
			width: 100%;
			display: block;
			border-radius: 5px;
		}

		.howtoText span small:last-child {   
			 padding: 3px 3px 3px 12px; margin-top: 3px;}



	.bg-spring {
		background: #fff;
	}

	.springTakeRight .btn-prev {
		left: 15px;
		bottom: 5px;
	}

	.springTakeLeft{
		padding: 7px 15px 0;	border-radius: 0;
	}

	.springTakeRight {
		border-radius: 0;
		min-height: calc(100vh - 177px);
	}
	.springTakeInner {
		flex-direction: column;
	}
	.springTakeRight .box-yellow {
	margin: 15px 15px 0 15px;
	}
	.springTakeRight .p40 {
		padding: 0 15px;
	}

	.answerSpring li {
		width: 50%;
		margin: 30px 0;
	}

	.answerSpring li:nth-child(1) {
		margin-right: 20px;
	}

	.partPc {
		display: none;
	}

	.partMobile {
		display: block;
	}

	.partMobile .d-flex2 h3 {
	    flex: 1;
    text-align: center;
    margin-bottom: 0;
    font-family: 'NanumSquareRound' !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 8px;
	}

	.partActiveMobile {
		color: #ED7118;
		border: 1px solid #ED7118;
		border-radius: 5px 5px 0px 0px;
		border-bottom: 0;
		background: #FFEDE1;
		margin-bottom: -1px !important;
	}

	.partDeactivateMobile {
		color: #BBBBBB;
		border: 1px solid #DDDDDD;
		border-radius: 5px 5px 0px 0px;
	}

	.partMobile .part {
	    border-radius: 0 0 5px 5px;
    margin-top: 0;
	}
}

@media(max-width:599px) {
	.mb-p-lr-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.mb-text-fff {
		color: #fff;
	}

	.bg-f4 {
		background: #F4F4F4 url(/img/2021/bg_pattern.png) repeat-x top !important;
	}

	.card600 {
		width: 100%;
		padding: 20px 0;
	}

	.step-ul {
		display: none;
	}

	.title-h2 {
		font-size: 23px !important;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.title-h3 {
		font-size: 18px;
	}

	.form-btn {
		width: 100%;
	}

	.alert {
		text-align: left;
		word-break: break-all;
		padding: 9px 15px;
	}

	.form-group {
		margin-bottom: 5px;
	}

	.card-body {
		padding: 0 5px;
	}
}



/*�앹뾽*/

body.bg-64 {
	background: #646464;
}

.d-flex2 {
	display: flex;
	justify-content: space-between;
}

.btn-pop2 {
	display: block;
	margin-top: 15px;
	height: 44px;
	line-height: 44px;
	font-family: 'NanumSquareRound' !important;
	background: #383296;
	border-radius: 7px;
	width: 49%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.d-flex2 .btn-pop2:first-child {

	background: #DEDEDE;
	color: #000;

}

.btn-pop {
	display: block;
	margin-top: 15px;
	height: 44px;
	line-height: 44px;
	font-family: 'NanumSquareRound' !important;
	background: #383296;
	border-radius: 7px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.mask {
	z-index: 1;
}

.popup-inner {
	z-index: 2000;
	margin: 0 auto;
	border-radius: 7px;
	width: calc(100% - 50px);
	overflow: hidden;

}

.popup-inner .close-btn img {
	width: 14px;

}

.pop-header {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	border-radius: 7px 7px 0 0;
	height: 40px;
	display: flex;
	background: #383296;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	align-items: center;
	font-family: 'Noto Sans KR', sans-serif;
	justify-content: space-between;
}

.pop-body {
	background: #fff;
	padding: 15px;
}


.pop-body .ft20 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-family: 'NanumSquareRound' !important;

}

.pop-body ul li a {
	border-radius: 3px;
	border: 1px solid #EEEEEE;
	background: #F8F8F8;
	font-size: 13px;
	font-weight: 400;
	color: #666;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	padding: 7px;
	font-family: 'Noto Sans KR', sans-serif;


}

.pop-body ul li.type2 a {
	background: #CBCBCB;

}

.pop-body ul li.type3 a {
	background: #EDECFF;
	border: 1px solid #383296;
	color: #383296;

}

.scroll-ul {
	overflow: hidden;
	max-height: 315px;
	overflow-y: scroll;
}

.scroll-ul {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.scroll-ul::-webkit-scrollbar {
	display: none;
}

.scroll-ul li {
	width: 49%;
	float: left;
}

.scroll-ul li:nth-child(2n) {
	margin-left: 4px;
}


@media(max-width:321px) {
	small.text-blue2 {
		font-size: 11px;
		width: 100%;
		margin-top: 5px;
		display: inline-block;
		word-break: keep-all;
	}

	.div-right ul li span {
		font-size: 14px;
	}

	.btn-flex a {
		font-size: 17px;
	}

	.title-h2 {
		font-size: 18px !important;
	}

	.pop-body .ft20 {
		font-size: 17px;
	}
}







/* 鍮꾨�踰덊샇 �ъ꽕�� �� �섏삩�� �앹뾽 start */

.div_popup {
	margin: 0;
	padding: 0;
}

.div_popup {
	margin: 100px;
}

.pop-layer .pop-container {
	padding: 20px 25px;
}

.pop-layer p.ctxt {
	color: #666;
	line-height: 25px;
	font-size: 12px;
}

.pop-layer .btn-r {
	width: 100%;
	margin: 10px 0 20px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
	text-align: right;
}


.pop-layer .btn-c {
	width: 100%;
	margin: 10px 0 20px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
	text-align: center;
}

.pop-layer {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: auto;
	/*background-color: #fff;
	border: 2px solid #1e88e5;*/
	z-index: 10;
}

.dim-layer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.dim-layer .dimBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
	display: block;
}

a.btn-layerClose {
	display: inline-block;
	height: 25px;
	padding: 0 14px 0;
	border: 1px solid #304a8a;
	background-color: #3f5a9d;
	font-size: 13px;
	color: #fff !important;
	line-height: 25px;
	text-shadow: 0 0 0 #2b2b2b;
}

a.btn-layerClose:hover {
	border: 1px solid #091940;
	background-color: #1f326a;
	color: #fff;
}

.form2 td {
	font-size: 18px;
	height: 50px;
	border: 1px solid #c4c4c4;
}


.form2 {
	width: 100%;
}

.form2 .txt {
	text-align: center;
	border-color: #c4c4c4;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #c4c4c4;
	height: 100%;
	width: 100%;
}

@media(max-width:300px) {
	.pop-layer {
		left: 80%;
		width: 250px;
	}
}

/* END  鍮꾨�踰덊샇 �ъ꽕�� �� �섏삩�� �앹뾽  */
</pre></body></html>