@charset "utf-8";

@import './layout-v2.css';

/* @import './test.css';실제 운영엔 반영 X */


@media print {
	/*html.pop-fixed {overflow:scroll;}
	body { min-width: 1100px !important; height:100% !important; max-height:100% !important;}
	.popup { height:100% !important; max-height:100% !important;}
	.popup-body01 { height:100% !important; max-height:100% !important;}
	.dim-contents { height:100% !important; max-height:100% !important; position:relative;}
	.document-area { height:100% !important; max-height:100% !important;  }*/
	.popup-body01,
	.popup-body02 {overflow: visible !important; min-height: 0 !important; max-height: none !important;}
}
/*

html,
body {height:100%;}

*/
/*임시
#gnb-mb {display: none;}
임시*/


/* COMMON
header { z-index: 30; position: relative; }//
 */

/*프린트일때 세로 스크롤삭제*/
/*
@media print {
	html.pop-fixed {overflow:scroll;}
	body { min-width: 1100px !important; height:100% !important; max-height:100% !important;}
	.popup { height:100% !important; max-height:100% !important;}
	.popup-body01 { height:100% !important; max-height:100% !important;}
	.dim-contents { height:100% !important; max-height:100% !important; position:relative;}
	.document-area { height:100% !important; max-height:100% !important;  }
}
*/


/*
header { border-bottom: 2px solid; }
#gnb-mb {  }
#header {  width:100%; height: auto; background-color: #fff;  }
.gnb-top { position: relative; width:100%; max-width: 1286px; height: auto; padding: 0; margin: 15px auto 0; box-shadow: none; }
.gnb-top a, .gnb-top button {}
.gnb-user { display: inline-block; }
.user-name { font-size: 12px; line-height: 22px; color: #333; text-decoration: underline; float: left; margin-right: 15px; }
.time-info, .gnb-login { float: left; font-size: 11px; }
.time-info { height: auto; margin-right: 10px; padding: 0; background: none; }
.time-info li, .gnb-login li, .bank-link li { float: left; text-align: center; }
.time-info li { height: 22px; line-height: 2; }
.gnb-login li { height: 22px; line-height: 2; }
.time-info li:nth-of-type(1) { width: 52px; background-color: #efefef; font-size: 12px; letter-spacing: 0; font-weight: bold; }
.time-info li:nth-of-type(2) { background-color: #999; color: #fff; width: 40px; }
.time-info li button { width: 100%; }
.gnb-login li { border: 1px solid #ccc; }
.gnb-login li:nth-of-type(1) { border-right: none; width: 70px; }
.gnb-login li:nth-of-type(2) { width: 90px; }
.top-link-wrap { display: inline-block; position: absolute; right: 0; top: 0; }
.top-menu, .bank-link { display: inline-block; vertical-align: top; }
.top-menu { margin-right: 18px; }
.top-menu li { display: inline-block; font-size: 0; }
.top-menu li a { display: inline-block; font-size: 12px; line-height: 23px; }
.top-menu li::after { content: ''; display: inline-block; width: 1px; height: 11px; background-color: #ccc; margin: -1px 10px -2px; }
.top-menu li:last-child::after { display: none; }
.bank-link li { border: 1px solid #ccc; }
.bank-link li:nth-of-type(1) { border-right: none; font-weight: bold; }
.bank-link li a { width: 38px; font-size: 11px; height: 21px; line-height: 2; }

.gnb-bottom { position: relative; width:100%; max-width: 1286px; height: 80px; margin: 0 auto;  }
.main-logo { max-width: 280px; height: 40px; position: absolute; left: 0; top: 22px; }
.main-logo * { width: auto; height: 100%; }
#gnb { display: inline-block; float: right; height: 100%; padding-top: 30px; margin-right: 70px; }
.gnb-menu-wrap::after { content: ''; display: block; clear: both; }
.gnb-menu-wrap { height: 100%; }
.gnb-menu { position: relative; float: left; height: 56px; padding: 0 25px; }
.gnb-menu:last-child { padding-right: 50px; }
.gnb-menu .dep01 { width: 100%; height: 100%; display: block; }
.sub-menu-wrap { display: none; position: absolute; top: 56px; right: 25px; width: 280px; height: auto; background: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)"; -moz-box-shadow: 0 4px 15px 1px rgba(0,0,0,0.2); -webkit-box-shadow: 0 4px 15px 1px rgba(0,0,0,0.2); box-shadow: 0 4px 15px 1px rgba(0,0,0,0.2); filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);}
.gnb-menu .active-arrow { position: absolute; display: none; bottom: -3.5px; left: 50%; width: 8px; height: 8px; transform: rotate(45deg); margin-left: -3.5px; }
.gnb-menu .dep01-active .active-arrow { display: block; }
.gnb-menu:last-child { margin-right: 0; }

.gnb-menu-wrap > .activeMenu {color: #e3047f !important;}

.dep01 { position: relative; font-size: 22px; font-weight: 500; line-height: 1em; }
.sub-menu .dep02 { position: relative; height: 53px; padding-left: 15px; line-height: 53px; font-size: 14px; font-weight: 500; border-bottom: 1px solid #efefef; }
.sub-menu:last-child .dep02 { border-bottom: none; }
.sub-menu .dep02 .icon-menu { position: absolute; top: 50%; right: 15px; margin-top: -6.5px; width: 13px; height: 13px; background: url('/img/common/icon_gnb_off.png') no-repeat center; }
.menu-active .dep02 .icon-menu { background: url('/img/common/icon_gnb_on.png') no-repeat center; }
.sub-menu .dep03-wrap { display: none; padding: 8px 0; background: #efefef; }
.sub-menu .dep03 { padding: 8px; padding-left: 30px; font-size: 14px; color: #666; }
.dep03-active { font-weight: 500; }
.sub-menu .dep02 .icon-menu .dep02 a:not(.active-menu) { color: #333; }
.bottom-link-wrap { position: absolute; height: auto; top: 50%; transform: translateY(-50%); transform: -webkit-translateY(-50%); transform: -moz-translateY(-50%); transform: -o-translateY(-50%); transform: -ms-translateY(-50%); right: 0; }
.bottom-link-wrap li { float: left; }
.bottom-link-wrap li::after { display: none !important; }
.bottom-link-wrap button { height: 20px; background: url(/img/common/iconbox_pc_gnb.png) no-repeat; vertical-align: middle; }
.bottom-link-wrap .btn-search { width: 20px; margin-right: 20px; background-size: auto 100%; background-position: 0 0; position:relative;}
.bottom-link-wrap .btn-menu { width: 20px; background-size: auto 100%; background-position: 100% -1px; }
*/





/* HEADER - MOBILE */
/*
@media (max-width: 1100px) {
	html.responsive .gnb-top { height: 74px; padding: 18px 4.5%; z-index: 10; background-color: #fff; box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.24); }
	html.responsive .main-logo { display: inline-block; width: auto; max-width: 70%; height: 100%; position: static; }
	html.responsive .gnb-login { display: inline-block; font-size: 15px; color: #333; position: absolute; right: 4.5%; top: 30px; }
	html.responsive i.icon-login { width: 17px; height: 17px; vertical-align: middle; background: url(/img/common/iconbox_mb_gnb.png) 50% 0px/18px no-repeat; }
	html.responsive .gnb-bottom { width: 100%; height: auto; padding: 12px 4.5%; background-color: #eeeff1; }
	html.responsive .time-info { float: none; height: 19px; padding-left: 23px; color: #333; font-size: 13px; background: url(/img/common/iconbox_mb_gnb.png) 0 33%/20px no-repeat; }
	html.responsive .bottom-link-wrap { top: 12px; right: 4.5%; transform: none; }
	html.responsive .bottom-link-wrap li:last-child::before { content: ''; display: block; width: 1px; height: 20px; margin-right: 10px; float: left; background-color: #ccc; }
	html.responsive .bottom-link-wrap button { float: left; width: 18px; height: 18px; background: url(/img/common/iconbox_mb_gnb.png) no-repeat; }
	html.responsive .bottom-link-wrap .btn-search { margin-right: 10px; background-position: 50% 67%; background-size: 20px; }
	html.responsive .bottom-link-wrap .btn-menu { width: 20px; background-position: 50% 102%; background-size: 22px; }
}
*/


/* CONTAINER */
/*
#header {min-width: 1100px;}
#footer {min-width: 1100px;}
#_FSBcontainer { width: 100%; min-width: 1100px; height: auto; min-height: calc(100% - 282px); padding-bottom: 60px;  background-color: #fff; }
html.responsive #_FSBcontainer { min-width: inherit; }
*/
.js-content-zoom-wrap {max-width: 1100px; margin: 0 auto;}
.js-content-zoom-wrap .container,
.js-content-zoom-wrap .title-top {max-width: none; margin: 0;}
.container {max-width: 1100px; margin: 0 auto; padding-bottom: 60px; box-sizing: border-box;}
/*
.content-top { width: 100%; height: auto; max-width: 1100px; position: relative; margin: 0 auto; z-index: 10; }
.content-top-wrap { max-width: 1286px; margin: 0 auto;  border-bottom:1px solid #eeeff1;}
.location .view-mb { display: none; }
.location .view-pc { display: block; }
.location::after { content: ''; display: block; clear: both; }
.location { width: 712px; height: 70px; }
.location>li { width: 222px; height: 100%; float: left; border-right: 1px solid #ccc; }
li.loca-d1 { width: 46px; text-align: left; }
li.loca-d3 { border-right: 1px solid #ccc; }
.btn-home { display: inline-block; width: 25px; height: 26px; padding: 5px; margin-top: 20px; background: url(/img/common/icon_home.png) 0 50%/15px 16px no-repeat; }
.loca-select { position: relative; width: 100%; height: 100%; padding: 0; font-size: 14px; background: url(/img/common/icon_select_333.png) calc(100% - 20px) 50%/16px 8px no-repeat; }
.loca-select button { padding: 0 40px 0 20px; text-align: left; display: block; width: 100%; height: 100%; font-size: 14px; }
.loca-select button:focus { outline-color: #cf0001; font-weight: 500; }
.loca-select ul { display: none; }
.loca-select button:focus~ul { display: block; }
.loca-select ul { width: 219px; position: absolute; left: -1px; top: 70px; border-bottom: 1px solid #ccc;}
.loca-select li { background-color: #fff; border: 1px solid #ccc; border-bottom: none; }
.loca-select li a { padding: 10px 20px; line-height: 20px; color: #666; font-size: 14px; }
.loca-select li a:hover { font-weight: 500; background: #f7f7f7; }
.page-control { display: block; position: absolute; right: 0; top: 20px; }
.page-control li { float: left; margin-right: 10px; }
.page-control li:last-child::before { content: ''; display: block; float: left; width: 1px; height: 14px; background-color: #ccc; margin: 5px 20px 0 10px; }
.page-control li:last-child { margin-right: 0; }
.page-control button { padding: 5px 0 5px 28px; font-size: 16px; }
.page-control .btn-txt-plus { background: url('/img/common/iconbox_pc_plus.jpg') no-repeat left center; }
.page-control .btn-txt-minus { background: url('/img/common/iconbox_pc_minus.jpg') no-repeat left center; }
.page-control .btn-page-print { background: url('/img/common/iconbox_pc_print.jpg') no-repeat left center; }
*/

/*
@media (max-width: 1100px) {
	html.responsive #_FSBcontainer { padding-top: 0; }
	html.responsive #header {min-width: auto;}
	html.responsive #footer {min-width: auto;}
}
*/

/* 190521 수정 */
@media (max-width: 1100px) {
	/*
	html.responsive #_FSBcontainer { width: 100%; height: auto; min-height: calc(740px - 398px); background-color: #eeeff1; }
	*/
	html.responsive .js-content-zoom-wrap {height: auto !important;}
	html.responsive .js-content-zoom-wrap .container,
	html.responsive .js-content-zoom-wrap .title-top {width: auto !important; -webkit-transform: none !important; transform: none !important;}
	/*
	html.responsive .content-top-wrap { width: 100%; height: auto; background-color: #fff; border-top:2px solid #00397b; border-bottom:1px solid #ccc; }

	html.responsive .location { width: 100%; height: auto; }
	html.responsive .location .view-mb { display: block; }
	html.responsive .location .view-pc { display: none; }
	html.responsive .location>li { width: 43.5%; height: 39px;}
	html.responsive .location>li:last-child {border-bottom:0;}
	html.responsive li.loca-d1 { width: 13%; text-align: center; }
	html.responsive li.loca-d3 { border-right: none; }
	html.responsive .btn-home { display: block; width: 100%; height: 100%; margin: 0; padding: 0; background-position: 50%; background-size: auto 45%; }
	html.responsive .loca-select { width: 100%; height: 100%; padding: 0 16px 0 13px; background: url(/img/common/icon_select_333.png) no-repeat right 16px top 50%; background-size:auto 6px; font-size: 12px; color: #333; }
	html.responsive .page-control { display: none; }
	*/
}

/* FOOTER */
/*
#footer { width: 100%; height: auto; padding: 40px 0; background-color: #333; }
.footer-contents::after { content: ''; display: block; clear: both; }
.footer-contents { width: 100%; max-width: 1286px; margin: 0 auto; position: relative; }
.footer-left { width: 850px; float: left; }
.footer-link-area::after { content: ''; display: block; clear: both; }
.footer-link-area { position: relative; height: auto; padding-bottom: 15px; }
.footer-link-area .view-mb { display: none; }
.footer-link-area .view-pc { display: block; }
.footer-link-area li { font-size: 14px; margin-bottom: 15px; }
.footer-dropdown { display: none; }
.footer-link-area li::after { background-color: #000; }
.footer-link { width: 100%; height: auto; }
.footer-link li, .footer-link a { float: left; }
.footer-link li { color: #fff; }
.footer-link li::after { content: ''; display: block; float: left; width: 1px; height: 10px; margin: 2px 15px; background-color: #999; }
.footer-link li:last-child::after { display: none; }
.footer-link li.active-link { font-weight: 500; }
.address { width: 600px; }
.address li, .copyright { font-size: 12px; line-height: 1em; }
.address .view-pc { display: inline-block; }
.address .view-mb { display: none; }
.address li { display: inline-block; margin-bottom: 10px; color: #ccc; }
.address .bar::after { content: ''; display: inline-block; width: 1px; height: 10px; background-color: #ccc; margin: 0 10px; }
.copyright { margin-bottom: 10px; color: #ccc; }
.footer-right { width: 305px; position: absolute; right: 0; top: 0; }
.footer-go-link {width: 170px; height: 35px; float: right;  font-size: 12px; color: #ccc; border: 1px solid #666; background: #333 url(/img/common/icon_select_fff_right.png) 150px 50%/8px 14px no-repeat;}
.footer-go-link a {display: inline-block; width: 170px; height: 35px; padding-left: 10px; line-height: 35px; text-align: left;}
.footer-callcenter {text-align: right; float: right;  color:#ccc; font-size: 16px; margin-top: 20px}
.footer-callcenter P {color: #ccc; line-height: 2; width:170px; text-align: center;}


.footer-select:first-child { margin-right: 5px; }
.footer-select { width: 150px; height: 35px; float: left; font-size: 12px; color: #ccc; border: 1px solid #666; background: #333 url(/img/common/icon_select_fff_up.png) 125px 50%/14px 8px no-repeat; position: relative;}
.footer-select a {display: inline-block; width: 148px; height: 33px;  padding: 0 10px; line-height: 3;}
.footer-select ul {position: absolute; bottom:34px; left:-1px; max-height: 330px; overflow-y: auto;}
.footer-select ul li { background-color: #333; color: #ccc; width: 150px; height: 33px;  border: 1px solid #666; border-bottom: 0; overflow: hidden; text-overflow: ellipsis;}
.footer-select ul li a {display: block; width: 150px; height: 33px; }



@media (max-width: 1100px) {
	html.responsive body .footer-right  { float:none; width:100%; text-align: left; position: relative; }
	html.responsive	.footer-go-link {float:none;}
	html.responsive	.footer-go-link a {font-size: 10px; }
	html.responsive	.footer-callcenter,
	html.responsive	.footer-callcenter p { text-align: left; font-size:8px; width:100%;}
}
*/



/* Layer Select */
.selectBox {display:inline-block; position:relative; min-width:150px; height:35px; text-align:left; cursor:pointer; background-color:#fff;}
.selectBox a {display:block; padding:0px 10px; font-size:12px; line-height:33px; color:#ccc; background-color:#333;}
.selectBox .selectVal {
	height:35px;
	line-height:35px;
	border:1px solid #666;
}
.selectBox .selectVal a {background: #333 url(/img/common/icon_select_fff.png) right center/13px 7px no-repeat; vertical-align:middle;}
.selectBox .selectVal a:focus {color:#fff; background-color:#e3047f;}
.selectBox .selectMenu {
	display:none;
	position:absolute;
	left:0;
	z-index:100;
	width:100%;
	border:1px solid #222;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}
.selectBox.up .selectMenu {bottom:35px; border-bottom:0px;}
.selectBox.down .selectMenu {top:35px; border-top:0px;}
.selectBox.on .selectMenu {display:inline-block; display:inline; zoom:1;}
.selectBox .selectMenu li:hover a {background-color:#ebebeb;}
.selectBox .selectMenu li a {border-bottom:1px solid #666;}
.selectBox .selectMenu li:last-child a {border-bottom:0;}
.selectBox .selectMenu li a:focus {background-color:#e3047f;}
/*
#footer .selectBox {background-color: #333;}
.selectBox.footerMenu {width:100%; min-width:auto; margin-bottom:12px;}

.footer-logo { width: 100%; height: 51px; margin-top:46px; text-align: right; }
.footer-logo img { width: auto; height: 100%; margin-right: 10px; }
.footer-logo img:last-child { margin-right: 0; }
*/

/* 1100px → 768px 수정 (190520) */
/*
@media (max-width: 1100px) {
	html.responsive #footer {min-width:auto; padding: 23px 4.5% 38px; }
	html.responsive .footer-left { width: 100%; float: none; }
	html.responsive .footer-link-area .view-mb { display: block; }
	html.responsive .footer-link-area .view-pc { display: none; }
	html.responsive .footer-link-area li { font-size: 11px; margin-bottom: 0; }
	html.responsive .footer-link li { font-weight: 500; }
	html.responsive .footer-dropdown { display: block; width: 100%; height: auto; margin-bottom: 12px; }
	html.responsive .footer-dropdown button { width: 100%; height: 30px; background: #333 url(/img/common/icon_select_fff.png) 96% 50%/13px 7px no-repeat; text-align: left; color: #fff; font-size: 11px; font-weight: 500; border-top: 1px solid #666; border-bottom: 1px solid #666; }
	html.responsive .footer-dropdown ul { display: none; padding: 6px 0; border-bottom: 1px solid #666; }
	html.responsive .footer-dropdown li { width: 100%; height: 100%; padding: 0 12px; line-height: 28px; color: #999; }
	html.responsive .footer-link li::after { height: 8px; margin: 0 10px; background-color: #666; }
	html.responsive .address { width: 100%; }
	html.responsive .address li, html.responsive .copyright { font-size: 10px; line-height: 12px; }
	html.responsive .address .view-mb { display: block; }
	html.responsive .address .view-pc { display: none; }
	html.responsive .address li { margin-bottom: 6px; }
	html.responsive .copyright { margin-bottom: 12px; }
	html.responsive .footer-right { position: static; width: 100%; }
	html.responsive .footer-select { margin-bottom: 12px; }
	html.responsive .footer-select select:first-child { margin-right: 2%; }
	html.responsive .footer-select select { width: 49%; height: 28px; background-position: 95% 50%; background-size: 9px 5px; }
	html.responsive .footer-select select option { background-color: #333; color: #ccc; }
	html.responsive .footer-logo { display:inline-block; width:auto; height:30px; margin-top:0; margin-left:12px; text-align:left; vertical-align:middle;}

	html.responsive .footer-font-area { padding-bottom: 15px; }
	html.responsive .footer-font-area button { color: #fff; padding-left: 30px; margin-right: 15px; }
	html.responsive .footer-txt-plus { background: url(/img/common/iconbox_pc_plus.jpg) no-repeat left center; }
	html.responsive .footer-txt-minus { background: url(/img/common/iconbox_pc_minus.jpg) no-repeat left center; }
}
*/


/***** SUBPAGE START *******/

/* 타이틀 영역 */
.title-wrap { width: 100%; /*min-width: 1100px;*/ background-color: #eeeff1; }
/*html.responsive .title-wrap { min-width: inherit; }*/
.title-top::after { content: ''; display: block; clear: both; }
.title-top { position: relative; width: 100%; max-width: 1100px; height: auto; margin: 0 auto; padding: 32px 0 23px; }
.page-title {display: inline-block;/* max-width: 400px; */padding-bottom: 10px;float: left;font-size: 44px;font-weight: 500;word-break: keep-all;}

@media (max-width: 1100px) {
	/* 190520 수정 */
	html.responsive .title-wrap {padding: 0;background-color: #fff;}
	html.responsive .title-wrap.type01 {background: #eeeff1;}
	html.responsive .title-top { padding: 15px 16px 0; }
	html.responsive .title-wrap.type01 .title-top {padding: 0 16px}
	html.responsive .page-title { font-size: 20px; font-weight: 500; padding-bottom: 14px; float: none; max-width: auto; }
	html.responsive .container > .info-table-area:first-child {padding-top:0 !important;margin-top:0 !important;}
}

/* 타이틀 오른쪽 접속일시 */
.connect-time { display: block; float: right; padding: 15px 20px; background-color: #fff; }
.connect-time dt, .connect-time dd { float: left; font-size: 12px;  }
.connect-time dt { font-weight: 500; }
.connect-time dd::before { content: ':'; display: block; float: left; margin: 0 10px; }

@media (max-width: 1100px) { html.responsive .connect-time { display: none; } }

/* 타이틀 오른쪽 process-step */
/* 190215 Modified by HJY */

.process-step::after { content: ''; display: block; clear: both; }
.process-step { display: block; float: right; margin-top: 12px; }
.process-step li {width: 140px;float: left;color: #666;font-size: 12px;padding: 14px 40px 0;position: relative;}
.process-step li:first-child, .process-step li:last-child { width: 140px; }
.process-step .step-txt { width: 100%; position: absolute; top: -18px; left: 0; right: 0; text-align: center; line-height: 1.2; word-break: keep-all; color: #666; }
.process-step .step-num {position: relative; display: block; width: 24px; height: 24px; margin: 0 auto; color: #fff; font-size: 16px; line-height: 27px; text-align: center; border-radius: 100%; background-color: #909090;}
.process-step li::before,
.process-step li::after { content: ''; display: block; height: 1px; background-color: #ccc; position: absolute; bottom: 12px; left: 0; right: 0; }
.process-step li::before {right: 50%; margin-right: 22px;}
.process-step li::after {left: 50%; margin-left: 22px;}
.process-step li.active-step { color: #333; font-weight: 500; }
.process-step li.active-step .step-txt { color: #333; font-weight: 500; }
.process-step li.active-step .step-num {background-color: #333; color: #333;}
.process-step li.active-step .step-num:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 5px; height: 12px; border: 1px solid #fff; border-width: 0 2px 2px 0; margin: -8px 0 0 -3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); border-radius: 1px;}

@media (max-width: 1100px) { html.responsive .process-step { display: none; } }

/* 안내문구 - 리스트 스타일 */
.notice-list-wrap .p {margin-bottom:10px;line-height:23px;}
.notice-list-wrap { background-color: #fff; padding-top:31px; }
.notice-list-wrap + .tab-basic.pt50 {margin-top:-50px;}
.notice-list-wrap + .tab-basic,
.notice-list-wrap + .search-select-area,
.notice-list-wrap + .search-table-area,
.notice-list-wrap + .cach-content-wrap,
.notice-list-wrap + .info-table-area,
.notice-list-wrap + .slide-box-area,
.notice-list-wrap + .slide-box-area.type02,
.notice-list-wrap + .ui-accordion-list,
.notice-list-wrap + .notice-area-wrap,
.notice-list-wrap + .document-area,
.notice-list-wrap + .dot-list-wrap,
.notice-list-wrap + .login-box-wrap {margin-top:35px;}
.notice-list-wrap + .table-wrap01 {margin-top:35px;}
.notice-list-wrap + .tab-basic + .tab-style01 {margin-top:0;}
.notice-list-wrap02 {margin-top:0;}
.notice-list-wrap02 + .dot-list-wrap {margin-top:35px;}
.notice-list-wrap03 {margin-top:16px;}
.notice-list-wrap03 + .info-table-area {margin-top:45px;}
.notice-list-wrap04 {margin-left:30px;padding-top:31px;}
.notice-list {position:relative;max-width: 1100px; margin: 0 auto; background:#fff; }
.notice-list + .tab-basic {margin-top:35px;}
.notice-list li {margin-top:5px;font-size: 14px; line-height:23px;padding-left: 15px; }
.notice-list li::before { content: ''; display: inline-block; float: left; margin: 7px 0 0 -15px; width: 5px; height: 5px; border-radius: 50%; background-color: #999; }
.notice-list.sm li:first-child {margin-top:0;}
/* 리스트 스타일 2줄일때 */
.notice-list li.type02 {margin:4px 0 6px;line-height:25px;}
.notice-list li.type02::before {margin-top:10px;}
/* 리스트 스타일 하단에 위치할때 */
.notice-list li.last {margin-top:10px;line-height:16px;}
.notice-list li.last::before {margin-top:5px;}
/* 진주저축은행 햇살론 20201026 추가 */
.notice-list li.type-jinju {position: absolute;bottom:0;right:0;margin:0;font-size:30px;font-weight:bold;color:#ff0000;}
.notice-list li.type-jinju::before{display:none;}

.pc-tab-content .notice-list-wrap:first-child {padding-top:0;}

/* 안내문구 - 팝업 */
.notice-txt-popup01 {padding:30px 0;}
.notice-txt-popup02 {padding:30px 0 40px;}


/* 190528 추가 */
.notice-list-wrap + .tab-basic .pc-tab {margin-top:0;}

/* 190520 수정 */
@media (max-width: 1100px) {
	html.responsive .notice-list-wrap {background-color: #fff;padding: 15px 16px;margin-bottom: 0;}
	html.responsive .notice-list-wrap + .tab-basic.pt50 {margin-top:0;}
	html.responsive .notice-list li { font-size: 14px; line-height: 1.42em; padding-bottom: 6px; padding-left: 8px; }
	html.responsive .notice-list li::before { margin-left: -8px; margin-top: 8px; width: 2px; height: 2px; background-color: #333; }

	html.responsive .pc-tab-content .notice-list-wrap:first-child {padding-top:15px;}
}

/* 레이아웃 관련 */
.search-table-area, .search-table-area02, .info-table-area { width: 100%; height: auto; margin-top: 50px; margin-bottom: 0; background-color: #fff; }
.info-table-area02 { width: 100%; height: auto; margin-top: 50px; margin-bottom: 0; background-color: #fff; }
.search-table-area table td input, .search-table-area table td select, .search-table-area table td button, .search-table-area02 table td input, .search-table-area02 table td select, .search-table-area02 table td button { float: left; margin-right: 10px; }
.search-table-area + .document-area {margin-top:40px;}
.search-table-area + .slide-box-area.type02 {margin-top:50px;}
.sub-title-area::after { content: ''; display: block; clear: both; }
.sub-title-area { position: relative; width: 100%; height: auto; padding: 0 0 20px; }
.sub-title-area.typ01 {padding-bottom: 10px;}
.sub-title { display: inline-block; width: auto; padding-right: 15px; font-size: 22px; font-weight: 500; }
.sub-title.type01 { margin-top: 8px; }
.sub-title.type02 {font-size: 16px;}
.btn-area { text-align: center; padding: 40px 0 0; }
.ods-btn-area { text-align: right; padding: 40px 0 0; }
.btn-area.plus {padding-top:20px;}
.btn-area button { margin: 0 5px; }
.btn-area.type01 {padding:36px 0 15px;}
.btn-area.type02 {padding:33px 0 13px;}
.icon-area::after { content: ''; display: block; clear: both; }
/* 다시 확인 */
.icon-area {text-align:right;}
.icon-area.bottom { padding-top: 20px; }
.icon-area.bottom button { margin-left: 20px; }
.icon-area li { float: left; }
.icon-area li::before { content: ''; display: block; float: left; width: 1px; height: 18px; background-color: #ccc; margin: 4px 10px 0; }
.icon-area li:first-child::before { display: none; }
.icon-area02 {float:right;}
.icon-area02 li {float: left;}
.icon-area02::after { content: ''; display: block; clear: both; }
/*.icon-area02 li::before { content: ''; display: block; float: left; width: 1px; height: 18px; background-color: #ccc; margin: 4px 10px 0; }
.icon-area02 li:first-child::before { display: none; }*/
.icon-area02 li .btn-list,
.icon-area02 li .btn-calender {position: relative;width: 40px;height: 40px;background: #f2f2f2;}
.icon-area.retouch {float:right;margin-bottom:-10px;}
.icon-area.retouch li { margin-right: 10px; }
.icon-area.retouch li:last-child { margin-right: 0; }
.icon-area.retouch li::before { display: none; }
.btn-list {width: 26px;height: 22px;}
.btn-list::after {content: '';display: block;width: 26px;height: 22px;margin: auto;background: url(/img/common/iconbox_account_list.png) 0 2px/100% no-repeat;}
.btn-calender { width: 26px; height: 23px; background: url(/img/common/iconbox_account_list.png) 0 100%/100% no-repeat; }
.btn-calender::after {content: '';display: block;width: 26px;height: 23px;margin: auto;background: url(/img/common/iconbox_account_list.png) 0 100%/100% no-repeat;}
.icon-area02 li .btn-list.on,
.icon-area02 li .btn-calender.on {border: 2px solid #333;}
.search-select-area::after { content: ''; display: block; clear: both; }
.search-select-area { width: 100%; height: auto; padding: 18.5px 40px; background-color: #f7f7f7; }
.search-select { display: table; float: left; width: 84%; height: 100%; }
.search-select dt, .search-select dd { display: table-cell; }
.search-select dd {padding-right: 20px;}
.search-select dt, .search-select dt label { width: 9%; min-width: 70px; font-size: 16px; font-weight: 500; line-height: 40px; }
/*.search-select select { width: 100%; }*/
/*.search-select:nth-of-type(1) select { width: 330px; }
.search-select:nth-of-type(2) select { width: 350px; }*/
.btn-right-area { display: block; width: 16%; float: left; }
.btn-right-area button { padding: 12px 0; }
.result-info-area { width: 100%; height: auto; margin-top: 50px; padding-top: 145px; text-align: center; background: #fff 50% 40px/auto no-repeat; }
.result-info-area.success { background-image: url(/img/common/bg_result_succ.png); }
.result-info-area.success .list-result { margin-top:36px; }
.result-info-area.noresult {background-image: url(/img/common/icon_error.png);background-size: 80px;}
.result-info-area + .info-table-area {margin-top:56px;}
.result-info-area + .document-area {margin-top:40px;}
.txt-result01 { font-size: 24px; font-weight: 500; line-height: 1.2em;}
.txt-result01 + .txt-result02 {padding-top:10px;}
.txt-result01 + .txt-result03 {padding-top:15px;}
.txt-result02 { font-size: 22px; line-height:35px; }
.txt-result02.type02 {margin-top:31px;}
.txt-result03 { font-size: 16px; line-height: 1.4em; }
.txt-result01 + .btn-area {padding-top:36px;}
.txt-result02 + .btn-area, .txt-result03 + .btn-area {padding-top:32px;}

/* 완료 텍스트가 1줄만 나올때 */
.result-info-area.type02 {padding-bottom:50px;}
.result-info-area.type02 .txt-result01 {line-height:1;padding-bottom:0;}

/* 190520 수정 */
@media (max-width: 1100px) {
	html.responsive .search-table-area,
	html.responsive .info-table-area {margin-top: 0;margin-bottom: 15px;padding-bottom: 0;}
	html.responsive .search-table-area02, html.responsive .info-table-area02 { padding-bottom: 20px; }
	/*html.responsive .search-table-area table td * { margin-right: 0; }*/
	html.responsive .sub-title-area { padding: 20px 16px 12px; }
	html.responsive .sub-title-area.pt50 {padding-top:0 !important;}
	html.responsive .sub-title-area .notice-number.no-title {display:block;float:none;}
	html.responsive .sub-title-area .notice-number.no-title::after {display:none;}
	html.responsive .sub-title-area .notice-txtbox .table-cell {display:block !important;padding-top:8px;}
	html.responsive .sub-title { font-size: 18px; }
	html.responsive .btn-area { padding: 25px 16px; }
	html.responsive .ods-btn-area { padding: 35px 16px; }
	html.responsive .btn-area button { margin: 0 0 10px; font-size:15px; }
	html.responsive .icon-area.bottom, html.responsive .icon-area .view-pc { display: none; }
	html.responsive .btn-list { width: 22px; height: 21px; }
	html.responsive .icon-area.retouch { margin-top: 10px; float: none; }
	html.responsive .icon-area.retouch li { margin-right: 10px; }
	html.responsive .session.child {display:none;}
	html.responsive .search-select-area { margin-bottom:15px; padding: 9px 16px 30px; background-color:#fff; }
	html.responsive .search-select { display: block; width: 100%; height: auto; padding-right: 0; }
	html.responsive .search-select + .search-select {margin-top:-5px;}
	html.responsive .search-select dt, html.responsive .search-select dd, html.responsive .btn-right-area { display: block; width: 100%; padding-right:0;}
	html.responsive .search-select dt { font-size: 15px; line-height: 1em; }
	html.responsive .search-select dd { padding-bottom: 15px; }
	html.responsive .result-info-area { padding: 155px 16px 60px; }


	html.responsive .lookup-01-list .font-sizeup {margin-bottom:0 !important;padding-bottom:0 !important;font-size:13px !important;}
}

/* 190225 프린트 - print */
/*
@media print {
	html.pop-fixed .content-btn-wrap, html.pop-fixed header, html.pop-fixed footer, html.pop-fixed #_FSBcontainer, html.pop-fixed .dim-bg, html.pop-fixed .dim-contents .btn-close-l, html.pop-fixed .popup-head01,  html.pop-fixed .dim-contents .content-btn-wrap, html.pop-fixed .popup-foot01 { display: none; }
	html.pop-fixed .dim-contents { width: 100%; max-height: auto; top: 0 !important; }
	html.pop-fixed .popup { position: unset; position: static; }
	html.pop-fixed .dim-contents .contents,
	html.pop-fixed .dim-contents .popup-body01 { overflow-y: visible; max-height: auto; padding: 0 !important; }
	html.pop-fixed table td, html.pop-fixed table th { padding: 10px 12px; }
}
*/
/*
html.pop-fixed { overflow: hidden; }
html.pop-fixed body { overflow-y: scroll; }
*/







/*1286 + 스크롤 = 1303*/
/* 주석 처리 (190520) */
/*
@media (max-width: 1303px) {
	html.responsive .gnb-top,
	html.responsive .gnb-bottom {width:98%;}
	html.responsive .footer-contents {width:98%; margin-left:auto; margin-right: auto;}
	html.responsive .footer-link-area li {font-size:13px; }
}
*/



/* GNB 겹침 */
/*
@media (max-width: 870px) {
	html.responsive #gnb {display: none;}
	html.responsive .top-link-wrap {display: none;}
	html.responsive .gnb-top {width:calc(100% - 8.8888888%); margin-left:auto; margin-right: auto;}
	html.responsive .gnb-bottom {width:calc(100% - 8.8888888%); margin: 0 auto;}
}
*/




/*테블릿 부터 모바일*/
/* 190520 수정 */
/*
@media (max-width: 1100px) {
	html.responsive .gnb-top {height:0;}
	html.responsive .gnb-bottom {height:56px;}
	html.responsive .user-name,
	html.responsive .gnb-login li:last-child {display: none;}
	html.responsive .main-logo {height: 46.428571%;}
	html.responsive .bottom-link-wrap .btn-search {background:url(/img/main/m_iconbox_search.png) center 0 no-repeat ; width: 20px; margin-right:11px; background-size: 14px auto; }
	html.responsive .bottom-link-wrap .btn-menu {background:url(/img/main/m_iconbox_gnb.png) center 1px no-repeat ; width: 20px; background-size: 17px auto; }
	html.responsive .bottom-link-wrap button {}
	html.responsive .time-info {position: absolute; left:0; bottom:0;}
	html.responsive .log-btn {position: absolute; left:0; bottom:0;}

	html.responsive header {border-bottom: 0;}
	html.responsive #header { height: 96px; margin:0 auto;}
	html.responsive .content.login {display: none;}
	html.responsive .gnb-bottom {width:100%; height:56px;  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow:  0 3px 8px 1px rgba(0, 0, 0, 0.1) ; -moz-box-shadow:  0 3px 8px 1px rgba(0, 0, 0, 0.1);}
	html.responsive .gnb-top {width:100%; height: 40px; margin-top: 0; position: absolute; top:56px; left:0; background: #eeeff1; }

	html.responsive .main-logo {left:16px; top:15px;}
	html.responsive .log-btn {position: absolute; top:-38px; right:16px; left:auto; z-index: 1; }
	html.responsive .gnb-login li {height: 30px; border:0; line-height: 1; }
	html.responsive .gnb-login li a {display: inline-block; padding-left: 14px; padding-top:4px; background: url('/img/main/m_ico_logout.png') no-repeat 0 4px; background-size: auto 11px; font-family:'NanumBarun', san-serif; font-size:13px;}

	html.responsive .bottom-link-wrap {top:77px; right: 16px;}
	html.responsive .time-info li:first-child {color:#333 !important; position: absolute; left:31px; top:-28px; font-family:'NanumBarun', san-serif; text-align: left;}
	html.responsive .time-info li:last-child {background: none; position: absolute; left:0; top:-33px;}
	html.responsive .time-info li:last-child button {width:12px; height:16px; background: url('/img/common/ico_extension.png') 0 0 no-repeat; background-size: 12px 16px; font-size:0;}

}
*/



.textform-style01 {margin:47px 0 -5px;text-align:center;font-weight:500;font-size:22px;line-height:1.3;}
.table-titlestyle01 {margin-top:9px;font-weight:500;}
.table-textstyle01 {margin-top: 5px;font-size: 14px;line-height: 23px;}

.gnbbackground-box {display:none;position:absolute;top:137px;left:0;right:0;background:#fff;box-shadow: 0 0 15px rgba(0,0,0,0.15);z-index:90;}
.gnbbackground-box.active {display:block;}

@media print {
	.prints-box-wrap .table-type03-w {width:1100px  !important;}
	.prints-box-wrap .table-type03-w th,
	.prints-box-wrap .table-type04 th {width:20% !important;}
	.prints-box-wrap .table-type03-w td {width:30% !important;}
}

.loan-cust-btn {padding-top:20px;text-align:center;}
.loan-cust-btn button:first-child {margin-left:0;}
.loan-cust-btn button {max-width:24.4%;height:100px;margin-left:0.5%;}
ul.notice-dot li::before {width:6px;height:1px;border-radius:0;}
.loan-cust-top {margin-top:25px;}

@media (max-width: 1100px) {
.loan-cust-btn {padding:20px 20px 0 20px;}
.loan-cust-btn button:first-child {margin-top:0;}
.loan-cust-btn button {margin:30px 0 0 0;}
}

/* 신규 계좌선택 리스트 */

.acco-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #ccc;
    margin-bottom: 10px;
    padding: 20px;
}

.acco-item.on {
    border-color: var(--main-clr);
}

.acco-item .acco-box {
    margin-left: 20px;
}

.acco-item .acco-name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.acco-item .acco-money {
    align-self: end;
    font-size: 18px;
}