﻿@charset 'utf-8';

/* --------------------------------------------------
* Common
-------------------------------------------------- */
/* font color */
p { font-size: 16px; }
.fc1 {
	color: #5987d5 !important;
}

.fc2 {
	color: #505c73 !important;
}

.fc3 {
	color: #c2c5cc !important;
}

/* button color */
.btnRed {
	background-color: #ea573f !important;
}

.btnGrey {
	background-color: #A9A9A9 !important;
}

/* display */
.ib {
	display: inline-block !important;
}

/* bg */
.bg-gray-box {
	background-color: #eee;
	color: #000;
	font-size: 13px;
	line-height: 1.6;
	padding: 8px 12px;
	text-align: left;
}

/* --------------------------------------------------
* Popup
-------------------------------------------------- */
.layer-popup .body {
	padding: 30px 20px 10px 20px;
}

.layer-popup .layer-alert {
	margin: 0px;
}

.layer-popup .layer-alert .tit-le {
	letter-spacing: -2px;
	word-break: keep-all;
	font-size: 18px;
}

.layer-popup .layer-alert .desc {
	word-break: keep-all;
	font-size: 14px;
	margin: 15px 0;
}

.layer-popup .layer-alert .desc:first-of-type {
	margin-top: 0;
}

.layer-popup .layer-alert .tit-le+.desc {
	margin-top: 15px;
}

.layer-popup .foot .halp {
	font-size: 16px;
}

/* terms */
#page-header-term {
	min-height: 55px;
	height: auto;
	line-height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 998;
	transition: all 350ms ease 0s;
}

/* --------------------------------------------------
* Alert
-------------------------------------------------- */
.wrapper .page-alert .alr-i+.strong {
	margin: 15px 10% 0;
}

/* --------------------------------------------------
* Map
-------------------------------------------------- */
.map-wrap {
	max-height: 310px;
	overflow-y: auto;
}

.map-wrap .tit {
	font-size: 18px;
}

.map-wrap .info {
	margin-bottom: 0;
}

.map-wrap .info li {
	line-height: 1.4;
}

.map-wrap .map-box {
	height: 200px;
	border: 1px solid #e9e9e9;
	background-color: #f7f7f7;
	font-size: 0;
	margin: 8px 0 14px;
}

/* --------------------------------------------------
* Main
-------------------------------------------------- */
.sun-main .img-area img {
	width: 100%;
	max-width: 100%;
}

.sun-main .content {
	margin: 0;
}

.sun-main .submit-btn a {
	font-size: 14px;
}

.sun-main .yf-summary table {
	border-left: 1px solid #dbdbdb;
}

.sun-main .yf-summary table tbody th:first-child {
	font-size: 12px;
	background-color: #fff;
	color: #323232;
	border-bottom: 1px solid #dbdbdb;
}

/* slide */
.reject-why .de-tail>span {
	display: block;
	padding: 2px 0;
}

/* list */
.wrapper .sup-who ol li:before {
	display: none;
}

/* fixed */
.fixed-area {
	position: fixed;
	bottom: 46px;
	background-color: #fff;
	margin: 0 20px;
	left: 0;
	right: 0;
}

/* item */
.mymy-item.item-list .head:before {
	background-image: url('../img/my_ic1.png');
}

.mymy-item.item-list .item {
	padding: 0;
}

/* accordian */
.acc-wrap {}

.acc-wrap .tit-le {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #323232;
}

.acc-wrap .item-box {
	border: 1px solid #d9d9d9;
	background-color: #fff;
}

.acc-wrap .item-box+.note-p {
	margin-top: 8px;
}

.acc-wrap .item+.item {
	border-top: 1px solid #d9d9d9;
}

.acc-wrap .sub-ject-without-datail {
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
}

.acc-wrap .sub-ject {
	position: relative;
	padding: 11px 32px 11px 20px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #323232;
}

.acc-wrap .sub-ject:before {
	position: relative;
	content: '';
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	margin-right: 3px;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background-color: #5b5b5b;
}

.acc-wrap .sub-ject:after {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -3px;
	right: 10px;
	width: 9px;
	height: 6px;
	background: url('../img/reject_arr_down.png') no-repeat center;
	background-size: 100%;
}

.acc-wrap .sub-ject.expand:after {
	background-image: url('../img/reject_arr_up.png');
}

.acc-wrap .de-tail {
	display: none;
	position: relative;
	padding: 13px 20px 13px 13px;
	font-size: 12px;
	color: #323232;
	background-color: #f7f7f7;
}

.acc-wrap .de-tail:before {
	content: '';
	position: absolute;
	top: 0;
	left: 12px;
	right: 12px;
	height: 1px;
	font-size: 0;
	background-color: #d9d9d9;
}

/* 설문 */
.wrapper .survey-content .tit-q {
	font-size: 15px;
}

.wrapper .survey-content .form-item .f-labels>div {
	white-space: initial;
	vertical-align: top;
	font-size: 14px;
	line-height: 2;
	margin: 0 5px;
}

.wrapper .survey-content .form-item .f-labels.col-2>div {
	width: calc(50% - 10px);
}

.wrapper .survey-content .form-item .f-labels>p {
	line-height: 1.4;
	padding: 10px;
	background-color: #f6f6f6;
}

.wrapper .survey-content .form-item input[type="radio"] {
	position: absolute;
}

.wrapper .survey-content .form-item input[type="radio"]+label {
	margin-left: 0;
}

.wrapper .survey-content.result .form-item {
	margin-top: 20px;
}

.wrapper .survey-content.result .field-item+.field-item {
	margin-top: 22px;
}

.wrapper .survey-content.result .form-item {
	margin-top: 20px;
}

.wrapper .survey-content.result .field-item+.field-item {
	margin-top: 20px;
}

.wrapper .survey-content.result .field-item .f-labels .answer {
	padding-left: 20px;
}

.wrapper .form-item input[type="radio"] {position:relative; top:-1px; opacity:0; width:16px; height:16px; z-index:2; vertical-align:middle;}
.wrapper .form-item input[type="radio"] + label {position:relative; margin-left:-16px;}
.wrapper .form-item input[type="radio"] + label:before {position:relative; content:''; display:inline-block; top:-1px; vertical-align:middle; margin-right:3px; width:18px; height:18px; background-color:#d9d9d9; border-radius:13px;}
.wrapper .form-item input:checked[type="radio"] + label:before {background:#5589c4 url('https://rl9mnsqm6.toastcdn.net/mmc/common/checkbox_checked.png') no-repeat center; background-size:100%;}
.wrapper .form-item .field-item .f-tit {display:block; font-size:15px; line-height:25px; font-weight:normal;}
.wrapper .sup-who {}
.wrapper .sup-who .tit-le {display:block; font-size:16px; font-weight:600; color:#323232;}
.wrapper .sup-who .tit-le .desc {font-size:13px;}
.wrapper .sup-who li {font-size:14px; color:#323232;}
.wrapper .sup-who li:before {position:relative; content:''; display:inline-block; vertical-align:middle; top:-1px; margin-right:3px; width:3px; height:3px; border-radius:2px; background-color:#5b5b5b;}


.wrapper .page-alert .strong {font-size:18px; margin-bottom:0; font-weight:600; color:#323232; line-height:23px;}

.wrapper .page-alert .desc {font-size:14px; margin-bottom:0; color:#323232;}
.wrapper .page-alert .desc strong {font-weight:600;}
.wrapper .page-alert .desc-desc {margin-top:5px; font-size:10px; color:#999;}
.wrapper .page-alert .strong + .desc {margin-top:5px;}

.wrapper .page-result {padding : 20px;}
.wrapper .page-result .strong{font-size:18px; margin-bottom:0; font-weight:600; color:#323232; line-height:28px; vertical-align:middle; text-align:center;}
.wrapper .submit-btn p {margin : 0px 20px 30px 20px;}
/* survey2 */
.survey-info {
	display: flex;
	margin: 30px 0 12px;
}

.survey-info>div {
	flex: 1;
	font-size: 14px;
}

.survey-info>div>span {
	font-weight: bold;
}

/* --------------------------------------------------
* loading
-------------------------------------------------- */
/* common */
.loading-wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
}

.loading-wrap .bg {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* loding 1 */
.loading-box.lod1 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading-box.lod1 .txt {
	font-size: 13px;
	line-height: 1.33em;
	color: #fff;
	font-weight: bold;
	margin-top: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading-box.lod1 .loader,
.loading-box.lod1 .loader:before,
.loading-box.lod1 .loader:after {
	border-radius: 50%;
	width: 2.3em;
	height: 2.3em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: loading1 1.8s infinite ease-in-out;
	animation: loading1 1.8s infinite ease-in-out;
}

.loading-box.lod1 .loader {
	color: #fff;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loading-box.lod1 .loader:before,
.loading-box.lod1 .loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loading-box.lod1 .loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loading-box.lod1 .loader:after {
	right: -35px;
	animation-delay: 0.16s;
}

@-webkit-keyframes loading1 {

	0%,
	80%,
	100% {
		/* 		box-shadow: 0 2.5em 0 -1.3em rgba(255, 255, 255, .9); */
		box-shadow: 0 2.5em 0 -1.3em #159521;
	}

	40% {
		/* 		box-shadow: 0 2.5em 0 0 rgba(255, 255, 255, .9); */
		box-shadow: 0 2.5em 0 0 rgba(86, 121, 235, .9);
	}
}

@keyframes loading1 {

	0%,
	80%,
	100% {
		/* 		box-shadow: 0 2.5em 0 -1.3em rgba(255, 255, 255, .9); */
		box-shadow: 0 2.5em 0 -1.3em #159521;
	}

	40% {
		/* 		box-shadow: 0 2.5em 0 0 rgba(255, 255, 255, .9); */
		box-shadow: 0 2.5em 0 0 rgba(86, 121, 235, .9);
	}
}

/* loding 2 */
.loading-box.lod2 {
	height: 16px;
	width: 160px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading-box.lod2 .loader {
	transition: all 500ms ease;
	height: 10px;
	width: calc(100% - 10px);
	border-radius: 8px;
	background-color: #5987d5;
	position: absolute;
	margin: 3px;
	display: inline-block;
	animation: loading2 15s ease infinite;
}

.loading-box.lod2 .txt {
	font-weight: bold;
	text-align: center;
	margin-top: -30px;
	color: #fff;
}

@keyframes loading2 {
	0% {
		width: 2%;
	}

	10% {
		width: 10%;
	}
}

.slider {
	margin-top: 80px;
	margin-left: 10PX;
	height: 100px;
	overflow: hidden;
	color: #fff;
}

.slider div{
	color: #fff;
	height: 50px;
	margin-bottom: 50px;
	padding: 2px 15px;
	text-align: center;
	box-sizing: border-box;
}

.slider-text1 {
	animation : slide 10s linear infinite;
}

.slider-text2 {

}

@-webkit-keyframes slide {
	0% {margin-top: -300px;}
	5% {margin-top: -200px;}
	33% {margin-top: -200px;}
	38% {margin-top: -100px;}
	66% {margin-top: -100px;}
	71% {margin-top: 0px;}
	100% {margin-top: 0px;}
}

@keyframes slide {
	0% {margin-top: -300px;}
	5% {margin-top: -200px;}
	33% {margin-top: -200px;}
	38% {margin-top: -100px;}
	66% {margin-top: -100px;}
	71% {margin-top: 0px;}
	100% {margin-top: 0px;}
}

.wrapper ._emailUserChange div.select-style>a {
	pointer-events:none;
	cursor:default;
	color:#323232;
}


/* 햇살론 17 메인페이지 */

/* common */
/*---------------------------절대 기본세팅----------------------------- */
.sun17 {margin:0; padding:0; vertical-align: top; box-sizing: border-box;}
.sun17 a {text-decoration: none; }
.sun17 ul, .sun17 li, .sun17 il {list-style: none;}
.sun17 img {vertical-align: top;}


/*---------------------------기본세팅(변동o)----------------------------- */
.sun17 .wrapper{ width:100%; height: 100%;}
.sun17 span{ display: inline-block;}

.sun17 button, .sun17 select, .sun17 input{ border:none; outline: none;}
.sun17 button, .sun17 button:focus, .sun17 button:active{ padding: 0;}
.sun17 button > span{ position:relative; width:auto;}
.sun17 select{appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none; }
.sun17 select::-ms-expand{ display:none }
/* ie10,11 화살표 없애기 */




/*------------------------------display-------------------------------- */

.sun17 .display_block{ display: block  !important;}
.sun17 .display_inline{ display: inline-block  !important}
.sun17 .display_none{ display: none  !important;}

.sun17 .clear { clear:both; content: ""; display: block;}

/*---------------------------------font-------------------------------- */

.sun17 .fs_12 { font-size:0.75rem !important }
.sun17 .fs_14 { font-size:0.875rem !important }
.sun17 .fs_16 { font-size:1rem !important }
.sun17 .fs_18 { font-size:1.125rem !important }
.sun17 .fs_20 { font-size:1.25rem !important }
.sun17 .fs_24 { font-size:1.5rem !important }
.sun17 .fs_28 { font-size:1.7rem !important }

.sun17 .fw_thin{ font-weight: 100 !important}font-weight:thin
.sun17 .fw_light{ font-weight: 300 !important}
.sun17 .fw_regular{ font-weight: 400 !important}
.sun17 .fw_medium{ font-weight: 500 !important}
.sun17 .fw_bold{ font-weight: 700 !important}
.sun17 .fw_600{ font-weight: 600 !important}
.sun17 .fw_black{ font-weight: 900 !important}

.sun17 .word_bk{word-break: keep-all}
.sun17 .white_space{ white-space: nowrap}


/*------------------------------line-height-------------------------------- */

.sun17 .line_hei_14{ line-height: 0.875rem !important}
.sun17 .line_hei_16{ line-height: 1rem !important}
.sun17 .line_hei_18{ line-height: 1.125rem !important}
.sun17 .line_hei_20{ line-height: 1.25rem !important}
.sun17 .line_hei_24{ line-height: 1.5rem !important}
.sun17 .line_hei_26{ line-height: 1.625rem !important}

/*------------------------------text_align-------------------------------- */

.sun17 .text_center{text-align: center}
.sun17 .text_left{ text-align: left}
.sun17 .text_rigth{text-align: right}

/*---------------------------------color-------------------------------- */
.sun17 .all_black{color:black !important}
.sun17 .deep_blue{color: #00428F !important}
.sun17 .light_blue{color: #66A8D7 !important}
.sun17 .light_blue_2{color: #5CB8E8  !important}
.sun17 .gray_1{color: rgba(0, 0, 0, 0.5) !important}
.sun17 .gray_2{color: #333333 !important}
.sun17 .gray_3{color: #666666 !important}
.sun17 .gray_4{color: #999999 !important}
.sun17 .gray_5{color: #222222 !important}
.sun17 .pink{color: #DC0047 !important}
.sun17 .white{color:white}

/*------------------------background-color----------------------------- */

.sun17 .bg_deep_blue{background-color: #00428F !important}
.sun17 .bg_light_blue{background-color: #F4F4FE !important}
.sun17 .bg_skyblue{ background-color: #5CB8E8 !important}
.sun17 .bg_gray_1{background-color: #F1F1F1 !important}
.sun17 .bg_gray_2{background-color: #F7F7F7 !important}
.sun17 .bg_gray_3{background-color: #F9F9F9 !important}
.sun17 .bg_pink{background-color: #FBECF1}
.sun17 .bg_white{background-color: white !important}

/*-----------------------------padding-------------------------------- */

.sun17 .padding_bt_no{ padding-bottom:0 !important}
.sun17 .padding_bt_m{ padding-bottom: 4rem  !important}

/* common */



/* image */
/*--------------------------------banner--------------------------------- */

.sun17 .icon_fit{
	background-image: url(../img/sun/index/banner/icon_fit.png);
	width:3rem;
	height: 3rem;
	background-size: contain
}

.sun17 .icon_populace{
	background-image: url(../img/sun/index/banner/icon_populace.png);
	width:3rem;
	height: 3rem;
	background-size: contain
}


/*--------------------------------img--------------------------------- */

.sun17 .graphic_icon_08{
	background-image: url(https://rl9mnsqm6.toastcdn.net/mmc/sun/graphic_icon_08.png);
	width:4rem;
	height: 4rem;
	background-size: contain
}

.sun17 .graphic_icon_01{
	background-image: url(https://rl9mnsqm6.toastcdn.net/mmc/sun/graphic_icon_01.png);
	width:4rem;
	height: 4rem;
	background-size: contain
}

.sun17 .graphic_icon_07{
	background-image: url(https://rl9mnsqm6.toastcdn.net/mmc/sun/graphic_icon_07.png);
	width:4rem;
	height: 4rem;
	background-size: contain;
}

/*--------------------------------toggle_arrow--------------------------------- */

.sun17 .toggle_close{
	background-image: url(https://rl9mnsqm6.toastcdn.net/mmc/sun/toggle_close.png);
	width:1.25rem;
	height: 1.25rem;
	background-size: contain
}

.sun17 .toggle_open{
	background-image: url(https://rl9mnsqm6.toastcdn.net/mmc/sun/toggle_open.png);
	width:1.25rem;
	height: 1.25rem;
	background-size: contain
}

.sun17 .faq_down{
	background: url(https://rl9mnsqm6.toastcdn.net/mmc/sun/icon-faq-down.png);
	width:0.625rem;
	height: 0.3125rem;
	-webkit-filter: brightness(10) invert(100%);
	-moz-filter: brightness(10) invert(100%);
	filter: brightness(10) invert(100%);
	background-size: contain;
	background-repeat: no-repeat;
}

/*-----------------------------indent-------------------------------------*/

.sun17 .fake_indent{
	text-indent:-0.8em;
	margin-left:0.8em;}

/*--------------------------------common--------------------------------- */

.sun17 .btn_bank{
	background: url(../img/sun/index/common/bank.png);
	width:1.5rem;
	height: 1.5rem;
	-webkit-filter: brightness(10) saturate(0%) contrast(10);
	-ms-filter: brightness(10) saturate(0%) contrast(10);
	filter: brightness(10) saturate(0%) contrast(10);
}

.sun17 .btn_coin{
	background: url(../img/sun/index/common/coin.png) no-repeat;
	width:1.5rem;
	height: 1.5rem;
	-webkit-filter: brightness(10)  saturate(0%) contrast(10);
	-ms-filter: brightness(10)  saturate(0%) contrast(10);
	filter: brightness(7) saturate(0%) contrast(10);
	margin-top: 1px
}

.sun17 .btn_confirm{
	background: url(../img/sun/index/common/confirm.png);
	width:1.5rem;
	height: 1.5rem;
	-webkit-filter: brightness(10)  saturate(0%) contrast(10);
	-moz-filter: brightness(10)  saturate(0%) contrast(10);
	filter: brightness(10) saturate(0%) contrast(10);
	margin-top: 1px
}

.sun17 .btn_mobile{
	background: url(../img/sun/index/common/mobile.png);
	width:1.5rem;
	height: 1.5rem;
	-webkit-filter: brightness(10) saturate(0%) contrast(10);
	-ms-filter: brightness(10) saturate(0%) contrast(10);
	filter: brightness(10) saturate(0%) contrast(10);
	margin-top: 2.5px
}

.sun17 .btn_seal{
	background: url(../img/sun/index/common/seal.png);
	width:1.5rem;
	height: 1.5rem;
	-webkit-filter: brightness(10) saturate(0%) contrast(10);
	-ms-filter: brightness(10) saturate(0%) contrast(10);
	filter: brightness(10) saturate(0%) contrast(10);
	margin-top: 1px
}

.sun17 .btn_write{
	background: url(../img/sun/index/common/write.png);
	width:1.5rem;
	height: 1.5rem;
	-webkit-filter: brightness(10) saturate(0%) contrast(10);
	-ms-filter: brightness(10) saturate(0%) contrast(10);
	filter: brightness(10) saturate(0%) contrast(10);
	margin-top: 1px
}

.sun17 .btn_bt_arrow{
	background: url(../img/sun/index/btn_bt_arrow.png) no-repeat;
	width:0.6875rem;
	height: 0.6875rem;
	background-size: contain;
	transform: rotate(90deg);
	-webkit-filter: opacity(0.7) drop-shadow(0 0 0 #5CB8E8) brightness(2);
	-ms-filter: opacity(0.7) drop-shadow(0 0 0 #5CB8E8) brightness(2);
	filter:opacity(0.7) drop-shadow(0 0 0 #5CB8E8) brightness(2);
}

/*--------------------------------bank---------------------------------*/


.sun17 .bank_1{background-image: url(../img/sun/index/bank/keb-one-bank.png)}

.sun17 .bank_2{background-image: url(../img/sun/index/bank/shinhan-bank.png)}

.sun17 .bank_3{background-image: url(../img/sun/index/bank/woori-bank.png)}

.sun17 .bank_4{background-image: url(../img/sun/index/bank/kb-bank.png)}

.sun17 .bank_5{background-image: url(../img/sun/index/bank/ibk-bank.png)}

.sun17 .bank_6{background-image: url(../img/sun/index/bank/nonghyup-bank.png)}

.sun17 .bank_7{background-image: url(../img/sun/index/bank/suhyup-bank.png)}

.sun17 .bank_8{background-image: url(../img/sun/index/bank/bnk-bank.png)}

.sun17 .bank_9{background-image: url(../img/sun/index/bank/jb-bank.png)}

.sun17 .bank_10{background-image: url(../img/sun/index/bank/bnk-bank.png)}

.sun17 .bank_11{background-image: url(../img/sun/index/bank/jb-bank.png)}

.sun17 .bank_12{background-image: url(../img/sun/index/bank/shinhan-bank.png)}

.sun17 .bank_13{background-image: url(../img/sun/index/bank/dgb-bank.png)}

.sun17 .bank_14{background-image: url(../img/sun/index/bank/sc-first-bank.png)}

.sun17 .bank_15{background-image: url(../img/sun/index/bank/citi-bank.png)}

.sun17 .bank_16{background-image: url(../img/sun/index/bank/kakao-bank.png)}

.sun17 .bank_17{background-image: url(../img/sun/index/bank/toss-bank.png)}

/* image */

/* style */
/*-----------------------------------------------------------header--------------------------------------------------------------*/

.sun17 .header_re{
	width:100%;
	height: 3.375rem;
	text-align: center;
	position: relative;
}

.sun17 .header_re .header-title{
	padding-top: 1.25rem;
}

.sun17 .header_re a{
	position: absolute;
	right:1.063rem;
	height: 3.375rem;
	padding-top: 1.25rem;
}
/*--------------------------------------------------------container-----------------------------------------------------------------*/

.sun17 .content_re{
	padding-bottom: 2.65rem ;
	min-height: auto !important
}

/*--------------------------------------------------------con_top-----------------------------------------------------------------*/

.sun17 .con_top{
	padding:2rem 1.25rem;
	border-radius: 15px;
	background: #DFF2FF;
	background:linear-gradient(to bottom, #DFF2FF, #F4F4FE);
	margin-bottom: 3rem;
	margin:2rem 1.25rem;
}

.sun17 .cont_top div{
	height: 2rem;
	margin-bottom: 5px
}

.sun17 .cont_top div p,
.sun17 .cont_top div h4{
	float: left;
	margin-bottom: 0;
}

.sun17 .cont_top div p{
	margin-right: 9px;
	width:4.3rem;
	text-align: right;
}

.sun17 .con_top > p{
	line-height: 22px;
	margin-top: 2rem;
	margin-bottom: 6px
}

.sun17 .con_top > h3{
	margin-bottom: 2.5rem
}

.sun17 .cont_ul{
	padding:0;
	height:  5rem;
}

.sun17 .cont_ul li{
	float: left;
	width: 33.33333%;
}

.sun17 .cont_ul.column4 li{
	float: left;
	width:25%;
}

.sun17 .cont_ul li span{
	display: block;
	margin:0 auto;
	line-height: 14px
}

.sun17 .cont_ul li img{
	width:4rem;
	height: 4rem;
	display: inline-block;
	margin-bottom: 5px;
}

/*--------------------------------------------------------con_middle_1---------------------------------------------------------------*/

.sun17 .con_middle_1{
	margin:2rem 1.25rem;
	margin-bottom: 2.063rem;
}

.sun17 .con_middle_1 > h4{
	margin-bottom: 1rem;
	padding-left: 1.1rem
}

.sun17 .con_middle_1 li .bg_skyblue{
	width:1.25rem;
	height:1.25rem;
	border-radius: 50%;
	padding:0 0.345rem;
	margin-right: 0.5rem;
	margin-top: 5px
}

.sun17 .bg_skyblue span{
	transform: translateY(-3.5px)
}

.sun17 .con_middle_1 ul{
	margin-bottom: 1rem
}

.sun17 .con_middle_1 li{
	display: flex;
	margin-bottom: 0.625rem
}

.sun17 .con_middle_1 > p{
	padding-left: 1.1rem;
	margin: 0
}

/*----------------------------------------------------------con_middle_2-------------------------------------------------------------*/

.sun17 .con_middle_2{
	padding:2rem;
}

.sun17 .con_middle_2 > h4{
	margin-bottom: 1.125rem
}

.sun17 .conm2_box{
	width:100%;
	position: relative;
	height: 9.75rem;
	width:17.5rem;
	margin:0 auto;
}

.sun17 .circle{
	height: 9.75rem;
	width: 9.75rem;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	padding:1.75rem;
}

.sun17 .circle h5{
	line-height: 1.5rem;
	margin-bottom: 0.9375rem
}

.sun17 .circle p{
	line-height: 1rem;
}

.sun17 .pink_cir{
	border: 5px solid #EE8BA6 ;
	z-index: 9;
	color: #EE8BA6;
}

.sun17 .blue_cir{
	border: 5px solid #5CB8E8;
	top:0;
	right:0;
	color: #5CB8E8;
}


/*----------------------------------------------------------con_bottom-------------------------------------------------------------*/

.sun17 .conb_ul{
	padding:0;
}

.sun17 .conb_li{
	width:100%;
	position: relative;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	margin:0;
	margin-top: -1px;
	cursor: pointer
}

.sun17 .click_list{
	height:  3.375rem;
	padding-left: 2rem;

}

.sun17 .click_on_list{
	display: none   ;
	position: relative;
	width: 100%;
}

.sun17 .click_list h5{
	float: left;
	line-height:  3.1rem;
}

.sun17 .click_list span{
	position: absolute;
	top:0.95rem;
	right: 0.75rem
}

.sun17 .click_on_list > div{
	padding: 1.75rem  1.5rem  1.5rem 2rem;
}

.sun17 .click_on_list p{
	margin-bottom: 0px !important
}

.sun17 .click_on_list p:nth-child(even){
	margin-bottom: 1rem !important
}

.sun17 .click_on_list .light_blue_2{
	line-height: 20px
}

/*----------------------------------------------------------footer-------------------------------------------------------------*/

.sun17 .footer_re > a{
	line-height: 4.5rem !important;
	height: 100% !important;
}

.sun17 .bt_color_box{
	padding-bottom: 21px
}

.sun17 .sb_box{
	border-radius: 12px;
	padding:1rem 0.75rem;
	margin: 0 1.313rem;
	margin-bottom: 1rem;

}

.sun17 .sb_box div{
	display: inline-block;
	margin-left: 1rem
}

.sun17 .sb_box div p{
	margin-bottom: 0;
	cursor: pointer
}

.sun17 .bt_color_box .bg_light_blue span{
	width:3rem;
	height: 3rem;
	background-repeat: no-repeat
}

.sun17 .ft_fix{
	position: fixed;
	bottom: 15px;
	left:50%;
	transform: translateX(-50%);
	padding:0 15px;
	width:calc(100%);

}

.sun17 .ft_fix .cb_box{
	padding:0;
	border-radius: 8px;
	cursor: pointer;
}

.sun17 .ft_fix .cb_box h4,
.sun17 .ft_fix .cb_box a{
	height: 50px;
	line-height: 50px;
}
/*---------------------------------------------switch_box & switch_box contents---------------------------------------------------*/

.sun17 .switch_box{
	height: 3.5rem;
}

.sun17 .switch_box ul{
	height: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #D7D7D7;
}

.sun17 .switch_box li{
	width:calc(50% - 42px);
	float: left;
	text-align: center;
	line-height: 3.47rem;
	margin-bottom: 0;
	position: relative;
	margin:0 21px;
	cursor: pointer
}

.sun17 .under_line_b{
	border-bottom: 1px solid #00428F;
}

.sun17 .con_middle_1 .fs_20{
	text-align: center;
	margin-bottom: 1.75rem;
}
.sun17 .con_middle_1 .fs_20-left{
	text-align: left;
	margin-bottom: 1.75rem;
}

.sun17 .con_bottom .fs_18{
	text-align: center;
	/*margin-bottom: 1rem*/ /*01-22 11:20*/
}

.sun17 .cb_box{
	padding: 1rem 0rem;
	font-size: 0;
	text-align: center;
}

.sun17 .cb_box p{
	margin-bottom: 1rem
}

.sun17 .cb_box ul{
	margin:0;
	padding:0 0.7rem;
	margin-bottom: 1.5rem;
	margin:0 auto
}

.sun17 .cb_box li{
	border: 1px solid #D7D7D7;
	border-radius: 8px;
	width: 20.5vw;/*4.5rem*/
	max-width: 7rem;
	max-height: 7rem;
	height:  20.5vw;
	text-align: center;
	padding:0.5375rem;
	cursor: pointer;
	display: inline-block;
	margin:0.2875rem !important;
}

.sun17 .cb_box li span:last-child{
	white-space: nowrap;
	margin-left: -3px
}

.sun17 .cb_box li span:first-child{
	display: block;
	margin:0 auto;
}

.sun17 .bank{
	width:9vw;/*2.4rem*/
	height:9vw;
	background-size: cover;
	margin-bottom: 1vw !important;
	max-width: 4rem;
	max-height: 4rem;
}

.sun17 .on_list_border{
	border-radius: 50%;
	width:2rem;
	height: 2rem;
	padding: 0.25rem;
	padding-top: 0.35rem;
	position: absolute;
	left: 0;
}

.sun17 .fw_light span{
	display: inline-block
}

.sun17 .on_list_title{
	width:100%;
	line-height: 2.25rem;
	border-radius: 21px;
	position: relative;
	padding:0.2rem;
	padding-left: 3.188rem;
	padding-right: 2.188rem;
	margin:0 auto;
	margin-bottom: 1rem;
	display: block !important;
}

.sun17 .btn_bt_arrow{
	position: absolute;
	left:50%;
	transform: translateX(-50%;);
	margin-top: -0.825rem;
}

.sun17 .fake_th{
	vertical-align: top;
	width:5rem;
	position: absolute;
	top:50%;
	transform: translateY(-50%)
}

.sun17 .click_on_list .conb_li{
	padding:0.5rem 0 !important ;
	line-height: 1rem;
	cursor: auto
}

.sun17 .click_on_list .conb_li .display_inline{
	width:71%;
	margin-left: 5rem;
}

.sun17 .click_on_list .conb_li > span:last-child span:nth-child(even){
	margin-top: 0.2rem
}

.sun17 .click_on_list .fs_14:nth-child(even){
	margin-bottom: 0rem !important
}


/*----------------------------------------------------------popup-------------------------------------------------------------*/

.sun17 .pop_up_re{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.sun17 .pop_re_box_1{
	padding:1rem 1rem;
}

.sun17 .pop_re_box_2{
	padding:2rem 1rem 0.5rem 1rem;
}

.sun17 .bg_all{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 60%;
}

.sun17 .input_box_re{
	text-align: left;
}

.sun17 .input_box_re input{
	width:20px;
	height: 20px;
	margin-right: 10px;
	-webkit-appearance:  button;
	appearance:  button;
	vertical-align: top;
}

.sun17 .input_box_re li{
	white-space: nowrap;
	margin:0.5rem 0
}

.sun17 .input_box_re li span{
	white-space: normal;
	width:87%
}

.sun17 .pop_re_box_1 > button{
	width:100%;
	height: 3.125rem;
	border-radius: 8px;
	cursor: pointer;
}

.sun17 .pop_re_box_2 h4{
	margin:0 1rem;
	padding-bottom:1.938rem;
	border-bottom: 1px solid #D7D7D7;
	text-align: left;
}

.sun17 .pop_re_box_2 > button{
	width:calc(50% - 11px);
	padding:0.725rem 0;
	border-radius: 8px;
	cursor: pointer;
	margin:0 4px
}

.sun17 .pop_re_box_2 > div{
	text-align: left;
	padding:0 1rem;
	padding-bottom: 2rem;

}

.sun17 .pop_re_box_2 > div .fs_18{
	margin-bottom: 0;
	margin-top: 2rem
}


@media screen and (max-width:300px){
	.sun17 .con_top{
		padding:1rem;
		word-break: keep-all;
		margin:1rem
	}
	.sun17 .con_middle_1{
		margin: 0.5rem
	}
	.sun17 .con_middle_1 ul,
	.sun17 .con_middle_1 > h4{
		padding:0.5rem
	}

	.sun17 .con_middle_1 > p{
		width:17rem;
		padding-left: 0rem
	}

	.sun17 .con_middle_2{
		padding: 1rem 0.2rem;
	}

	.sun17 .circle{
		height: 9.55rem;
		width: 9.55rem;
		padding:1.55rem;
	}

	.sun17 .conm2_box{
		width:100%;
	}

	.sun17 .circle h5{
		font-size: 16px !important
	}

	.sun17 .circle p{
		font-size: 12px !important
	}

	.sun17 .click_list{
		padding-left: 1rem !important;
	}

	.sun17 .click_on_list > div{
		padding: 1rem !important;
		word-break: keep-all
	}

	.sun17 .sb_box{
		margin:0.5rem !important
	}

	.sun17 .sb_box div{
		width:72%;
		word-break: keep-all;
	}

	.sun17 .sb_box > span{
		vertical-align: top;
		margin-top: 2rem
	}

	.sun17 .cb_box li{
		width:27vw !important;
		height: 27vw  !important;
	}

	.sun17 .on_list_title{
		padding-left: 2.65rem;
	}

	.sun17 .input_box_re ul{
		padding-left: 0rem !important
	}
}


/* style */
/* 안전망대출2 - 고금리상환 대출 선택 페이지 */
.wrapper .field-item .f-tit.inner_btn {
	position: relative;
	line-height: 36px;
	height: 36px;
	margin-top: 15px;
}
.wrapper .field-item .f-tit.inner_btn button {
	position: absolute;
	width: 120px;
	right: 0px;
	height: 38px;
	line-height: 36px;
	color: #5987d5;
	border: 1px solid #5987d5;
	background-color: #fff;


}

.sun_loan_list {
	margin-top: 20px;
}

.sun_loan_list .list_title {
	font-size: 17px;
	height: 44px;
	line-height: 42px;
	border-radius: 8px 8px 0px 0px;
	font-weight: 500;
	padding-left: 16px;
	color: #fff;
	background: #51555a;
	margin-bottom: 6px;
}
.sun_loan_list .list_title .strong {
	font-weight: bold;
}
.sun_loan_list dl {
	height: 100%;
	margin-bottom: 38px;
	border: 1px solid #cecece;
}

.sun_loan_list dl dt {
	position: relative;
	height: 48px;
	line-height: 46px;
	background-color: #f7f7f7;
	padding: 0 3%;

}
.sun_loan_list dl.active dt {
	background-color: #2a2a2a;
	color: white;
}
.sun_loan_list dl dt input[type="checkbox"] {
	padding: 0 0px;
	border-radius: 1px;
	background-color: #fff;
}
.sun_loan_list dl dt span.list_slide {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url('../img/arrow_small.png') no-repeat;
	background-size: 100%;
}
.sun_loan_list dl dt span.list_slide.active {
	background: url('../img/arrow_middle.png') no-repeat;
	background-size: 100%;
}
.sun_loan_list dl dd {
	height: auto;
	padding: 1% 4%;
	background-color: #fff;
	border-radius : 0px 0px 8px 8px;
}
.sun_loan_list dl dd.hide {
	display: none;
}
.sun_loan_list dl dd table {
	background-color:transparent;
	border-left: none;
	border-top: none;
	margin-bottom: 0px;
}
.sun_loan_list dl dd table.hide {
	margin-bottom: 12px;
	display: none;
}
.sun_loan_list dl dd table tr th {
	width: 40%;
	border-bottom: none;
	border-right: none;
	background-color: transparent;
	padding: 0px 0px;
	height: 46px;
	line-height: 44px;
	font-size: 0.875rem;
	text-align: left;
	font-weight: normal;

}
.sun_loan_list table tr td {
	width: 60%;
	border-bottom: none;
	border-right: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	height: 46px;
	line-height: 44px;
	font-size:  0.875rem;
	text-align: right;
}
.sun_loan_list dl dd table tr td input {
	height: 40px;
	line-height: 38px;
}

/* input-group */

.input-group { width: 100%; display: flex; flex-flow: row nowrap; align-content: space-around; justify-content: center; }
.input-group input.form-control, .input-group input { flex-grow: 1; border-right: none; }
.input-group .addon { width: 54px; height: 40px; line-height: 38px; display: flex; align-content: space-around; justify-content: center; border: 1px solid #d9d9d9; border-left: none; }

.sun_loan_list .searchBox {
	text-align: right;
}
.sun_loan_list .searchBox button {
	width: 120px;
	height: 40px;
	color: white;
	background: #5987d5;
	border: 1px solid #5987d5;
}
.sun_loan_list .searchBox button.active {
	width: 120px;
	height: 40px;
	color:#5987d5;
	background: white;
	border: 1px solid #5987d5;
}
.sun_loan_list table.table_detail td.f-row select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:url('../img/arrow_small.png') no-repeat 100% 50%;
	background-size: 16px;
	padding-right: 8px;

}
.sun_loan_list dl.add_info {
	margin-bottom: 0px;
}
.sun_loan_list dl.add_info dd {
	border-radius: 8px 8px 8px 8px;
}
.add_wrap {
	height: 36px; position: relative;
}
.add_wrap p {
	text-align: center;
	line-height: 28px;
}
.add_wrap button {
	display: block;
	padding: 0 20px;
	height: 38px;
	line-height: 36px;
	color: white;
	background-color: #5987d5;
	margin: 0 auto;
	font-size: 16px;
}
.add_wrap button.add_btn_nv {
	position: absolute;
	top: 6px;
	right: 6px;
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	line-height: 29px;
	color: white;
	background-color: #5987d5;
	font-size: 16px;
	letter-spacing: -0.5px;
}
.add_wrap button.add_btn_nv {
	border-radius: 4px;
	background-color: #f3770d;
}
p.desc01 { font-size: 16px; text-align: center; margin-bottom: 8px; margin-top: 36px; }
.btn-wrap { positin: relative; height: 42px; }
.btn-wrap .sun15-go-btn { position: absolute; left: 50%; transform: translate(-50%); color: white; background-color: #00428f; width: 94%; height: 50px; line-height: 48px; font-size: 20px; font-weight: bold; display:inline-block; text-align: center; border-radius: 10px; }

/* add_list */
.sun_loan_list .add_list dl dd table.hide {
	margin-bottom: 12px;
	display: none;
}
.sun_loan_list .add_list dl {
	margin-top: 20px;
}
.sun_loan_list .add_list dl dt input[type=text] {
	width: 60%;
	height: 34px;
	line-height: 34px;
	font-weight: normal;
}
.sun_loan_list .add_list dl dd table td select {
	font-size:  0.875rem;
	font-weigth: normal;
	background-color: #fff;
}
.sun_loan_list dl dd td.btn_wrap {
	height: 50px;
	line-height: 48px;
}
.sun_loan_list dl dd td.btn_wrap button{
	float: right;
	width: 100px;
	height: 38px;
	line-height: 36px;
	color: #5987d5;
	border: 1px solid #5987d5;
	background-color: white;
}
.sun_loan_list dl dd td.btn_wrap button.active {
	float: right;
	width: 100px;
	height: 38px;
	line-height: 36px;
	color: white;
	border: 1px solid #5987d5;
	background-color: #5987d5;
}



.sun_loan_list .add_sample { width: 86%; margin: 0 auto; background: #f7f7f7; border-radius: 4%; padding-top: 6%; }
.sun_loan_list .add_sample p { text-align: center; line-height: 22px; font-size:  0.875rem; }
.sun_loan_list .add_sample img { width: 100%;  }
.submit-btn.sun_loan_btn a {font-weight: normal;}
.submit-btn.sun_loan_btn a span {opacity: 0.8;font-size:  1rem;}
.submit-btn.sun {display: flex; flex-flow: row nowrap; }
.submit-btn.sun a { display: flex; flex-flow: column wrap; align-content: space-around; justify-content: center; }
.submit-btn.sun a.line2 span { font-size: 1rem; line-height: 17px; }

/* 고금리 상환대출 작성 가이드 */
.guide_content { margin: 0px 20px 30px 20px; }
.guide_content .page-alert { padding-bottom: 0px; height: 60px; }
.guide_content .inner h5 { font-size: 1rem; color: #000; margin-bottom: 7px; }
.guide_content p { margin-bottom: 0px; color: #6b6b6b; }
.guide_content .inner_content { margin-bottom: 36px; }
.guide_content .inner_content ul li { list-style-type : none; font-size: 16px; line-height: 20px; }
.guide_content .inner_content ul li::before { content: "- " }
.guide_content .inner_text p { font-size: 16px; line-height: 24px; }
.guide_content .inner_text .img_box { smargin: 0 auto; display: block; width: 92%; background-color: #f7f7f7; margin-top: 5%; border-radius: 4%; }
.guide_content .inner_text .img_box img { width:100%; }

/* 고금리 상환대출 확인페이지 */
.sun_loan_list .title_line { height: 58px; line-height: 56px;  }
.sun_loan_list .title_line button.list_arrow { width: 32px; height: 24px; display: inline-block; float: right; margin-top: 12px; background: url('../img/arrow_small.png') no-repeat; background-size: 100%;}
.sun_loan_list .title_line button.list_arrow.active { width: 32px; height: 24px; display: inline-block; background: url('../img/arrow_middle.png') no-repeat; background-size: 100%;} */
.confirm_page .sun_loan_list .sun_list_wrap { display: block; }
.confirm_page .sun_loan_list .sun_list_wrap .table_detail { display: none; }
.confirm_page .sun_loan_list dl dd table.active { display:table; }
/* .confirm_page .sun_loan_list dl dt span.list_slide { position: absolute; top: 18px; right: 15px; width: 18px; height: 18px; display: inline-block; background: url(../img/arrow_small.png) no-repeat; background-size: 100%; }
.confirm_page .sun_loan_list dl dt span.list_slide.active { background: url('../img/arrow_middle.png') no-repeat;  }  */
.confirm_page .page-alert { margin-bottom: 24px; }
.confirm_page .form-item .field-item + .field-item { margin-top: 0px; }
.confirm_page .dvline + .dvline { margin-top: 5px; padding-top: 5px; }
.confirm_page .page-alert + .dvline { margin-top: 5px; padding-top: 5px; }
.confirm_page .under_text_box { margin-top: 65px; }

/* 안전망대출 안내페이지 */
.sun17 .page-content section { padding: 2.6rem 1.5rem; }
.sun17 .page-content section h4 { font-size: 1.375rem; font-weight: bold; letter-spacing:-1px; line-height: 29px; }
.sun17 .page-content section .inner { width: 100%; margin-top: 1.5rem; }
.sun17 .page-content section .inner .desc { font-size: 1rem; line-height: 22px; margin-bottom: 0px; }
.sun17 .page-content section .inner img { margin: 0 auto; width: 90%; padding-top: 15px; }
.sun17 .page-content section .inner h6 { font-size: 1.125rem; text-align: center; margin-top: 24px; font-weight: 700; }
.sun17 .page-content section .inner .add_txt { margin-top: 15px; line-height: 20px; }
.sun17 .page-content section .inner .add_txt strong { font-size: 1rem; }
.sun17 .page-content section .inner .add_txt span { font-size: 0.875rem; color: #484848; line-height: 18px; padding-left: 12px; }
.sun17 .page-content section.bg_gray { background: #f7f7f7; }
.sun17 .page-content section.step dl { min-height: 96px; height: auto; width: 100%; overflow: hidden; }
.sun17 .page-content section.step dl dt { width: 20%; display: inline-block; float: left; }
.sun17 .page-content section.step dl dt > div { width: 64px; height: 64px; border-radius: 32px; background: white; padding: 8px; border: 2px solid #00428F; margin: 16px auto;  }
.sun17 .page-content section.step dl dt > div span { display: block; text-align: center; line-height: 20px; color: #00428F; }
.sun17 .page-content section.step dl dt > div span:first-child { font-size: 1.25rem; font-weight: bold; }
.sun17 .page-content section.step dl dt > div span:last-child { font-size: 1.125rem; line-height: 17px; }
.sun17 .page-content section.step dl dd { width: 75%; display: inline-block; float: right; }
.sun17 .page-content section.step dl dd > div { background: white; border-radius: 8px; min-height: 78px; height: auto; padding: 13px 22px; }
.sun17 .page-content section.step dl dd h5 { line-height: 18px; margin-bottom: 6px; color: #00428F; font-size: 17px; font-weight: bold; }
.sun17 .page-content section.step dl dd p { margin-bottom: 0; line-height: 19px; }

.sun17 .page-content section.qna dl { margin-top: 25px; }
.sun17 .page-content section.qna dl dt { font-size: 1.125rem; font-weight: bold; margin-bottom: 6px; }
.sun17 .page-content section.qna dl dd { font-size: 1rem; padding-left: 3%; color: #484848;  }

.sun17 .conb_ul .click_on_list hr { border: 1px dashed #ccc; border-bottom: none; }
.sun17 .click_on_list > div.info { padding: 1rem 1rem 1rem 1rem; }
.sun17 .click_on_list > div.info table tr td { text-align: left; }
.sun17 .click_on_list > div.info table tr td:first-child { text-align: center; }
.sun17 .click_on_list > div.info table tr td a { text-decoration: underline; }
.sun17 .click_on_list > div .red_t { color: red; }
.sun17 .click_on_list > div dl { margin-bottom:12px; }
.sun17 .click_on_list > div dl dt { font-size: 1rem; font-weight: bold; color: #383838 }
.sun17 .click_on_list > div dl dt::before { content: "◎  "; }
.sun17 .click_on_list > div dl dd { padding-left: 16px; font-size:0.875rem; line-height: 20px; }

.layer-popup .survey-content { padding: 30px 6px; }
.layer-popup .pop_txt_con { margin-bottom: 25px; }
.layer-popup .pop_txt_con p { font-size: 1rem; line-height: 22px; text-align: left; margin-bottom: 15px; font-weight: bold; }
.layer-popup .confirm_check { margin-bottom: 20px; }
.layer-popup .confirm_check label { color: #000; font-size: 0.875rem; }
.submit-btn .whole_btn { width: 100%; background: #5987d5; }

.txt_box { height: 58px; background-color: #CEE3F6; }
.form-item .txt_box .tit-le { text-align: center; line-height: 22px; font-size: 1.125rem; padding-top: 6px; }
.f-labels.accept_radio p { margin-bottom: 0px; }
.f-labels.accept_radio p label { font-size: 1.125rem; color: #484848; font-weight: bold; }
.f-labels.accept_radio span.desc { font-size: 1rem; display: block; padding-top: 4px; margin-left: 16px; }

table.hide.table_detail { border-top: none;}

.sun_loan_list .form-item input[type="checkbox"] {position:relative; opacity:0; width:19px; height:19px; z-index:2; vertical-align:middle;}
.sun_loan_list .form-item input[type="checkbox"] + label {position:relative; margin-left:-19px;}
.sun_loan_list .form-item input[type="checkbox"] + label:before {content:''; display:inline-block; vertical-align:middle; margin-right:3px; width:19px; height:19px; background-color: #eaeaea;}
.sun_loan_list .form-item input:checked[type="checkbox"] + label:before {background:#5589c4 url('https://rl9mnsqm6.toastcdn.net/mmc/common/checkbox_checked.png') no-repeat center; background-size:100%;}

.sq_box { display: inline-block; height: 16px; width: 16px; background-color: #5589c4; }
.submit-btn.auto_btn a { height: auto; min-height: 46px; }



/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

.sun17 {font-family: 'Noto Sans KR', sans-serif;}
/* font */
/* 햇살론17 메인페이지 */

/*햇살론 카드*/

.cad_apply_header_icon {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url("/img/cad/cad_method-675eabc6e7cd9b39fd959de68aff77e1.png");
}
.progress-head {
	background: #435160;
	border-radius: 5px;
	padding: 3px 8px;
	color: #fff;
}

.contract-card__title {
	font-size: 15px;
	font-weight: 600;
	color: #323232;
}

.contract-card {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.contract-card2 {
	margin-left: -1px;
	padding:1rem 0;
	width: 33.3%;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: .5rem;
}
.contract-card2:first-child{
	margin:0;
}

.contract-card__list {
	display: flex;
	width: 100%;
}
.contract-card:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.contract-card__img img {
	border: 1px solid #f1f1f1;
	border-radius: 50%;
}

contract-card__img2{
}

.contract-card__img2 img {
	margin:0 auto;
	max-width: 50px;
}

.contract-card__content {
	padding: 3px 0 0 10px;
}

.contract-card__content2 {

}

.contract-card__name {
	font-size: 15px;
	color: #000;
}
.contract-card__name2 {
	text-align: center;
	font-size: 12px;
	margin-bottom:0;
	color: #000;
}

.contract-card__membership {
	font-size: 15px;
}
.contract-card__membership strong {
	font-size: 15px;
	font-weight: bold;
}
.contract-card__benefit {
	font-size: 13px;
}
.contract-card__arrow {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.contract-card__arrow img {
	height: 22px;
}

@media screen and (max-width: 340px) {
	.fs_24.fs_24_mobile {
		font-size: 1.2rem !important;
	}
}


/* 211110 추가 */
.ttfFlex {
	display: flex;
	justify-content: space-between;
}

.fft-text-box {
	padding: 1.4rem 0;
	margin: 0 1rem;
}

.fft-text-box p {
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	color: #323232;
	margin: 0;
}

.loan-product-box {
	margin: 0 1rem;
}

.loan-product-wrap {
	border-radius: 1.5rem;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .08);
	padding: 2rem;
	border: 1px solid #f3f3f3;
}
.loan-product-wrap:first-child {
	margin-bottom: 1.5rem;
}

.loan-product {
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*height: 12rem;*/
	/*font-size: 1rem;*/
	/*text-align: center;*/
	/*border-radius: .5em;*/
	/*padding: 1em;*/
	/*box-shadow: 0 1px 7px rgba(0, 0, 0, .12);*/
}

.loan-product.sun15 {
}

.loan-product.safe {
}

.loan-product p {
	font-size: 1.125rem;
	font-weight: 600;
	color: #323232;
	line-height: normal;
	margin: 0;
}

.loan-product p strong {
	font-size: 1em;
	font-weight: bold;
	z-index: 3;
	background: linear-gradient(#ffe7c4 60%, #ffd199 0%);
}

.loan-product.safe p strong {
	background: linear-gradient(#e1f0ff 60%, #aac4e1 0%);
}

.loan-product-wrap .loan-product-link {
	width: 100%;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	color: #fff;
	background: #5fc0cc;
	padding: .5em;
	border-radius: .5rem;
}
.loan-product-wrap .loan-product-link.safe {
	background: #4678ea;
}

.loan-product-wrap img {
	max-width: 100%;
	margin: 1rem 0;
}
