﻿@charset "utf-8";
/* CSS Document */

/* 스크롤바 전체 */ ::-webkit-scrollbar { width: 8px!important; background-color: #cecfd0!important; }
/* 스크롤바 막대 */ ::-webkit-scrollbar-thumb { background-color: #9e9fa2!important; }
/* 스크롤바 외부 */ ::-webkit-scrollbar-track { background-color: #cecfd0!important; }

/* Flex */
.flexwrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.jc_cen { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.jc_r { -webkit-box-pack: right; -ms-flex-pack: right; justify-content: right; }
.jc_sb { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ai_cen { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.ai_stt { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.ai_stc { -webkit-align-items: stretch; -ms-align-items: stretch; align-items: stretch; }
.ai_en { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

/* Wrap */
.wrap { width: 100%; max-width: 1400px; margin: 0 auto; word-break: keep-all; }

/* 모바일 표시 */
.m_ver { display: none; }

/* br */
.m_br { display: none; }
.p_br { display: inline-block; }

/* 포지션 중앙 정렬 */
.pos_cen { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }

/* 배경 컬러 */
.bc_point_01 { background-color: #0e4192; }
.bc_point_02 { background-color: #46C780; }
.bc_gray_01 { background-color: #EEEEEE; }

/* 폰트 컬러 */
.fc_point_01 { color: #0e4192; }
.fc_point_02 { color: #33B86F; }
.fc_gray_01 { color: rgba(51,51,51,0.7); }
.fc_gray_02 { color: rgba(51,51,51,0.85); }
.fc_white_01 { color: rgba(255,255,255,0.75); }

/* 테이블 넓이 */
.tw_235 { width: 23.5%!important; } .tw_29 { width: 29%!important; } .tw_49 { width: 49%!important; } .tw_100 { width: 100%!important; }

/* 클리어 */
.clear { clear: both; }

/* 체크박스 */
input#chk_top{ display: none; }
#checkbox_label { padding-bottom: 3px; }
input#chk_top + #checkbox_label { display: inline-block; cursor: pointer; }
input#chk_top + #checkbox_label:before{ content:""; display:inline-block; width:17px; height:17px; line-height: 17px; border:1px solid #cbcbcb; vertical-align:middle;/*체크 전과 체크 후 높이 차이 때문에 설정*/ background-color: #fff; }
input#chk_top:checked + #checkbox_label:before{ content:"\f00c"; font-family:"Font Awesome 5 free"; font-weight:900; color:#fff; background-color:#0e4192; border-color:#0e4192; font-size:13px; text-align:center; }

/* 폼 헤더 */
.form_header { color: #fff; text-align: center; margin-bottom: 2rem; }
.form_header .txt_01 { font-size: 1.85em; font-weight: bold; margin-bottom: 0.2rem; }
.form_header .txt_02 { font-size: 1.1em; }

/* 공통 폼 */
form { text-align: center; }
input, select { padding: 1rem; height: 57px; outline: 0; border: none; background-color: rgba(241,240,247,0.6); font-size: 1em; border-radius: 0; color: inherit; }
textarea { display:inline-block; border:0; outline:none; box-sizing:border-box; padding: 20px; background-color: rgba(0,0,0,0.04); margin-top: 0.5rem; }
.agree_set { margin-bottom: 1rem; color: #fff; }
.agree_set #checkbox_label { margin-right: 0.5rem; }
.agree_set a { margin-left: 0.5rem; color: inherit; font-weight: 500; }
	.agree_set a:hover { color: #fff900!important; }
.fieldset_basic { margin-bottom: 1rem; display: inline-block; width: 100%; }
	.fieldset_basic:last-of-type { margin-bottom: 0rem; }
.fieldset_basic input, .fieldset_basic textarea, .fieldset_basic select { border-bottom:2px solid rgba(255,255,255,0)!important; transition:.2s ease-in-out; }
.fieldset_basic:focus-within > label { color: #fff900; }
.fieldset_basic:focus-within > input, .fieldset_basic:focus-within > div > input,	 .fieldset_basic:focus-within > textarea, .fieldset_basic:focus-within > div > textarea, .fieldset_basic:focus-within > select, .fieldset_basic:focus-within > div > select { border-bottom:2px solid #0e4192; animation:border_blink 1s infinite; }
.fieldset_basic label { color: rgba(255,255,255,1); display: flex; align-items: center; width: 100%; margin-bottom: 0.5rem; font-weight: 500; text-align: left; font-size: 1.1em; -webkit-transition : all 0.2s ease-in-out; -o-transition : all 0.2s ease-in-out; -moz-transition : all 0.2s ease-in-out; -ms-transition : all 0.2s ease-in-out; transition: all 0.2s ease-in-out;  }
.fieldset_basic label i { margin-right: 0.5rem; }
.fieldset_basic label sup { font-size: 0.8em; font-weight: normal; margin-left: 0.5rem; display: inline-flex; align-items: center; }
.fieldset_basic label sup i { display: inline-block; padding-top: 3px; margin-right: 0.3rem; }
.fieldset_basic input, .fieldset_basic select { display: inline-block; width: 100%; background-color: rgba(0,0,0,0.15); color: #fff; }
.fieldset_basic input::placeholder { color: rgba(255,255,255,1); }
.fieldset_basic span { color: #fff; }
#phone_fieldset select, #phone_fieldset input { width: 30%; }
#name_fieldset, #job_fieldset { float: left; }
#phone_fieldset, #income_fieldset { float: right; }
#name_fieldset, #phone_fieldset, #job_fieldset, #income_fieldset { width: 49%; }
#income_fieldset { position: relative; }
	#income_fieldset::after { display: block; content: "만원"; position: absolute; right: 1rem; bottom:0; line-height: 57px; color: #333; font-weight: normal; }
.form_btn { width: 100%; max-width: 400px; margin: 0 auto; margin-top: 2rem; }

/* 선택형 라디오 */
.switch-field { margin-top: 1rem; width: 100%; padding: 0!important; }
.switch-field > input { display: none; }
.switch-field > input[type=radio] { display: none; height: 1px; width: 1px; border: 0; }
.switch-field > label { background-color: rgba(0,0,0,0.04); color: #888888; font-weight: normal; text-align: center!important; text-shadow: none; padding: 1rem; border: 1px solid rgba(0,0,0,0);  font-size: 1em; display: inline-block; margin-bottom: 0; }
.switch-field > label:hover { cursor: pointer; }
.switch-field > input[type=radio]:checked + label { border: 1px solid #0e4192; background: #fff; color: #0e4192; font-weight: bold; }

/* 짧은 폼 */
.s_form #insurance_fieldset, .s_form #income_fieldset, .s_form #job_fieldset, .s_form #housing_fieldset, .s_form #overdue_fieldset, .s_form #enquiry_fieldset { display: none; }

/* 버튼 스타일 */
.btn_style_01, .btn_style_02 { display: inline-flex; justify-content: center; color: #fff; border: solid 2px #fff; border-radius: 500px; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
	.btn_style_01:hover, .btn_style_02:hover { background-color: #fff; }
.btn_style_01 { font-weight: bold; font-size: 1.2em; padding: 1rem 2rem; }
	.btn_style_01:hover { color: #33B86F!important; letter-spacing: 2px; }
.btn_style_02 { font-weight: 500; padding: 1rem 1.8rem; font-size: 1.05em; }
	.btn_style_02:hover { color: #F65742!important; }

/* 버튼 효과 */
@keyframes btn_bounce {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-10px); }
50%  { transform: scale(1,1)    translateY(0); }
57%  { transform: scale(1,1)    translateY(-2px); }
64%  { transform: scale(1,1)    translateY(0); }
}

/* 테이블 */
table { border-top: 3px solid #333; }
table, tbody, tr { width: 100%; }
table th, table td { border-bottom: 1px solid #e8e8e8; padding: 1.5rem; font-size: 1em; }
table th { background-color: #f8f8f8; color: #666; width: 30%; text-align: center; }
table td { font-weight: 500; width: 70%; }
table tr:last-of-type th, table tr:last-of-type td { border-bottom: 1px solid #d2d2d2 }
.no_list li { list-style: none!important; }
.no_list li::before { display: none; }

/* 테이블 헤더 */
#table_header { font-size: 1.4em; font-weight: bold; padding: 0 0 1rem; text-align: left; }
#table_header i { margin-right: 0.5rem; }

/* 모바일 레이아웃 */
@media only screen and (min-width: 300px) and (max-width: 1400px) {
	/*모바일 스크롤바 없애기*/
	body{ -ms-overflow-style: none; /* IE and Edge */  scrollbar-width: none; /* Firefox */}
	body::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/}
	.wrap { padding: 0 1rem!important; }
	
	/* 모바일 표시 */
	.m_ver { display: inline-block; }
	
	/* br */
	.m_br { display: inline-block; }
	.p_br { display: none; }
}

@media ( max-width: 850px ) {
	
	/* 버튼 스타일 */
	.btn_style_02 { font-size: 1.1em; }
	
	/* 공통 폼 */
	#name_fieldset, #phone_fieldset, #job_fieldset, #income_fieldset { width: 100%!important; }
	.form_btn { margin-top: 1rem; }
}
