@CHARSET "utf-8";
@import "/css/font-awesome.css";

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/NotoSansKR-Bold.woff2') format('woff2'), url('/font/NotoSansKR-Bold.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/NotoSansKR-SemiBold.woff2') format('woff2'), url('/font/NotoSansKR-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/NotoSansKR-Medium.woff2') format('woff2'), url('/font/NotoSansKR-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/NotoSansKR-Regular.woff2') format('woff2'), url('/font/NotoSansKR-Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

*{margin:0; padding:0; font:inherit; box-sizing:border-box; font-family: "Noto Sans KR", sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{font-size:14px; color:#000; letter-spacing:-1px; background:url(/images/fullOnestop/common/main-bg.jpg) no-repeat center / cover fixed;}  
ol, ul{list-style:none;}  
blockquote, q{quotes:none;}  
blockquote:before, blockquote:after, q:before, q:after{content: ''; content:none;}
table{border-spacing:0;}
caption {position: absolute;top: 0;left: -999em;text-align: left;}
img{border:none; vertical-align:middle}  
input, select{vertical-align:middle; box-sizing:border-box; box-shadow:none;}
label{margin-bottom:0}
button{background:none; border:none; cursor:pointer}
.clear{content:""; display:block; clear:both;}
select{-webkit-appearance:none; -moz-appearance:none; appearance:none; border:1px solid #ccc; height:30px; vertical-align:middle; padding:0 25px 0 5px; background:url('/images/fullOnestop/common/select-style-type.png') no-repeat 91% center/17px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
select::-ms-expand{display:none;}
.wd100{background:url('/images/fullOnestop/common/select-style-type.png') no-repeat 96% center/17px;}
h1, h2, h3, h4, h5 strong{margin:0; padding:0; font-weight:600} 
a:link, a:visited{color:#333; text-decoration:none;}   
a:hover, a:active, a:focus{color:#333; text-decoration:none;}
.hidden{visibility:hidden; overflow:hidden; width:0;height:0;font-size:0;line-height:0}
.example::placeholder{font-style: italic;}
  
::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999; opacity:1;} 
::-moz-placeholder{color:#999; opacity:1;}
:-ms-input-placeholder{color:#999;}
::placeholder{color:#999; opacity:1;}

/*font-size*/
.txt-13{font-size:13px;line-height:13px;}
.txt-14{font-size:14px;line-height:14px;}
.txt-15{font-size:15px;line-height:15px;}
.txt-16{font-size:16px;}
.txt-17{font-size:17px;line-height:17px;}
.txt-18{font-size:18px;line-height:18px;}
.txt-20{font-size:20px;line-height:20px;}
.txt-22{font-size:22px;line-height:22px;}
.txt-23{font-size:23px;}
.txt-24{font-size:24px;line-height:24px;}
.txt-28{font-size:28px;line-height:28px;}
.txt-30{font-size:30px;line-height:30px;}
.txt-32{font-size:32px;line-height:32px;}
.txt-35{font-size:35px;line-height:35px;}
.txt-40{font-size:40px;line-height:40px;}
.txt-44{font-size:44px;line-height:44px;}
.txt-50{font-size:50px;line-height:50px;}

.pr-0{padding-right:0 !important}
.pl-0{padding-left:0 !important}
.pt-15{padding-top:15px !important}
.mt-0{margin-top:0 !important}
.mr-0{margin-right:0 !important}
.mt-0{margin-top:0 !important}
.mt-5{margin-top:5px !important}
.mt-10{margin-top:10px !important}
.mt-15{margin-top:15px !important}
.mt-20{margin-top:20px !important}
.mt-30{margin-top:30px !important}
.mt-40{margin-top:40px !important}
.mb-0{margin-bottom:0 !important}
.mb-5{margin-bottom:5px !important}
.mb-10{margin-bottom:10px !important}
.mb-15{margin-bottom:15px !important}
.mb-20{margin-bottom:20px !important}
.mb-30{margin-bottom:30px !important}
.mb-40{margin-bottom:40px !important}
.mb-50{margin-bottom:50px !important}

/* 체크박스 스타일 */
.checkbox-style-type, 
.radio-style-type, 
.disabled-radio{position:relative;}

.checkbox-style-type input[type="checkbox"], 
.radio-style-type input[type="radio"],  
.disabled-radio input[type="radio"]{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}

.checkbox-style-type input[type="checkbox"] + label, 
.radio-style-type input[type="radio"] + label, 
.disabled-radio input[type="radio"] + label{display:inline-block; position:relative; color:#333; cursor:pointer; padding:0 0 0 28px; line-height:1.5; text-indent:-28px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
 
.checkbox-style-type input[type="checkbox"] + label:before{content:' '; display:inline-block; width:20px; height:20px; line-height:20px; margin:-2px 10px 0 0; text-align:center; vertical-align:middle; background:url('/images/fullOnestop/common/box-checkbox.png') -20px top/40px no-repeat;}
.checkbox-style-type input[type="checkbox"]:checked + label:before{background:url('/images/fullOnestop/common/box-checkbox.png') 0px top/40px no-repeat;}
.checkbox-style-type label.on{font-weight:600}

.radio-style-type input[type="radio"] + label{margin-right:15px}
.radio-style-type input[type="radio"] + label:before{content:' '; display:inline-block; width:20px; height:20px; line-height:20px; margin:-1px 7px 0 0; text-align:center; vertical-align:middle; background:url('/images/fullOnestop/common/circle-checkbox.png') -20px top/40px no-repeat;}
.radio-style-type input[type="radio"]:checked + label:before{background:url('/images/fullOnestop/common/circle-checkbox.png') 0px top/40px no-repeat;}

.radio-style-type input[type="radio"]:disabled + label:before{content:' '; display:inline-block; width:20px; height:20px; line-height:20px; margin:-2px 7px 0 0; text-align:center; vertical-align:middle; background:url('/images/fullOnestop/common/disabled-checkbox.png') -22px top no-repeat;}
.radio-style-type input[type="radio"][disabled="disabled"] + label:before{content:' '; display:inline-block; width:20px; height:20px; line-height:20px; margin:-2px 7px 0 0; text-align:center; vertical-align:middle; background:url('/images/fullOnestop/common/disabled-checkbox.png') -22px top no-repeat;}
.radio-style-type input[type="radio"]:disabled:checked + label:before{background:url('/images/fullOnestop/common/disabled-checkbox.png') 0px top no-repeat;}
.radio-style-type input[type="radio"][disabled="disabled"]:checked + label:before{background:url('/images/fullOnestop/common/disabled-checkbox.png') 0px top no-repeat;}

/* table */
.table-area{width:100%; border-left:1px solid #ddd; border-top:1px solid #ddd}
.table-area th{padding:10px; background:#8eb2da; color:#fff; border-right:1px solid #ddd; border-bottom:1px solid #ddd}
.table-area td{padding:10px; border-right:1px solid #ddd; border-bottom:1px solid #ddd} 
.table-area td p{margin:0; padding-left:11px; text-indent:-11px;} 

/* 레이아웃 */  
.dim{width:100%; height:100%; background:#000; position:fixed; top:0; left:0; z-index:10; opacity:0.5; display:none;}
.form-control:focus{border:1px solid #025db8; box-shadow:none;}
.contWrap{margin:0 15px;}   

#container .next-btn button:disabled{background:#ccc;} 
 
/* 메인 */   
.main-one-stop {
	padding: 50px 15px 15px;
}

.main-title {
	color: #fff;
}

.main-title h1 {
	font-size: 30px;
	line-height: 1.3;
}

.main-title h1 span {
	color: #f7c611
}

.main-title .guide-btn {
	margin-top: 10px; 
	padding-left: 18px; 
	color: #ccc; 
	background: url('/images/fullOnestop/common/guide-icon.png') no-repeat left/13px;
}

.account-section {
	margin-top: 30px;
}

.account-info {
	border-radius: 10px;
	overflow: hidden;
}

.account-title {
	display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: linear-gradient(to right, rgba(14,123,214,0.95) 0%,rgba(33,138,97,0.95) 100%);
    color: #fff;
}

.account-title img {
	width: 57px;
}

.account-title div h3 {
	font-size: 20px;
}  
 
.account-title div p {
	margin-bottom: 6px; 
    font-size: 16px;
}

.account-form {
	padding: 20px;
	background-color: #fff;
}

.account-form .title {
	margin-bottom: 25px;
}

.account-form .title h3 {
	line-height: 1.3;
	font-size: 20px;
}

.account-form .title p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}

.account-form .form {
	display: flex;
	align-items: center;
	gap: 10px;
}

.account-form .form input {
	flex:1; 
	min-width: 0;
}

.account-selection {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.account-selection div {
	position: relative;
	flex: 1; 
}

.account-selection div input {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px; 
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url(/images/fullOnestop/common/box-checkbox.png) -20px top / 40px no-repeat;
	appearance: none;
}

.account-selection div input:checked {
	background-position: 0px top
}

.account-selection div input:disabled {
	background: #ddd; 
}

.account-selection div label {
	display: block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 45px;
	text-align: center;
	border: 1px solid #ddd; 
	border-radius: 10px;
	background-repeat: no-repeat;
}

.account-selection div input:checked + label {
	border-color: #f7c611;
	background-color: #DBEAFB;
}

.account-selection div input:disabled + label {
	border-color: #ddd;
	background-color: #fff;
}

.account-selection .account-icon01 label {
	background-image: url('/images/fullOnestop/main/account-icon01-off.png');
	background-position: center 9px;
	background-size: 80px;
}

.account-selection .account-icon02 label {
	background-image: url('/images/fullOnestop/main/account-icon02-off.png');
	background-position: calc(50% - -12px) 11px;
	background-size: 65px;
}

.account-selection .account-icon03 label {
	background-image: url('/images/fullOnestop/main/account-icon03-off.png');
	background-position: calc(50% - -6px) 11px;
	background-size: 55px;
}

.account-selection .account-icon01 input:checked + label {
	background-image: url('/images/fullOnestop/main/account-icon01-on.png');
}

.account-selection .account-icon02 input:checked + label {
	background-image: url('/images/fullOnestop/main/account-icon02-on.png');
}

.account-selection .account-icon03 input:checked + label {
	background-image: url('/images/fullOnestop/main/account-icon03-on.png');
}

.account-selection .account-icon01 input:disabled + label {
	background-image: url('/images/fullOnestop/main/account-icon01-off.png');
}

.account-selection .account-icon02 input:disabled + label {
	background-image: url('/images/fullOnestop/main/account-icon02-off.png');
}

.account-selection .account-icon03 input:disabled + label {
	background-image: url('/images/fullOnestop/main/account-icon03-off.png');
}

.copy {
	padding: 14px 0;
	text-align: center; 
	font-size: 10px; 
	color: #fff; 
}

/* 서브 */ 
.one-stop-contents {
	display: none;
}
    
.content { 
	position: relative; 
	padding-bottom: 80px; 
	background: #fff; 
	overflow: hidden;
}
 
.top-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px; 
	padding: 15px; 
	background: #d4e6f8
}
 
.top-nav h3 {
	margin: 0; 
	line-height: 1;
	font-size: 20px;
} 

.top-nav ol {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
}  
 
.top-nav ol li {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 10px; 
	height: 10px; 
	border-radius: 50%; 
	background: #999; 
	text-indent:-9999px;
}

.top-nav ol li.active {
	width: 20px; 
	height: 20px;
	color: #fff; 
	background: #025db8; 
	text-indent: 0
}
 
.top-nav ol li.on {
	background: #025db8;
}
   
.title{font-size:18px; margin:0; line-height:1.5;}  
.sub-title{line-height:1.5; margin:3px 0 20px 0; color:#333; font-size:15px;} 
.sub-title span{color:#025db8}
.notice-txt{display:block; padding-left:22px; background:url('/images/fullOnestop/common/notice-icon.png') no-repeat left; }
.input-box{overflow:hidden;}
.input-box input, .input-box select{float:left;}
.input-box button{float:right} 
.text-spacing01{text-indent:-8px; padding-left:8px}
.text-spacing02{text-indent:-18px; padding-left:18px}
h3.form-title{line-height:1.5; margin-bottom:20px; padding-bottom:10px; font-size:18px; border-bottom:1px solid #ccc}
h3.form-title span{font-size:13px;}
h4.form-sub-title{margin:25px 0 15px 0; font-size:16px; line-height:1.5;}  

/* 필수입력값 */
.required-label{position:relative; padding:0 0 0 12px;}
.required-label:before{content:'*'; display:inline-block; position:absolute; top:1px; left:0; color:#990000;}

/* 스타일 추가 */
span.crd01 { width: 18px; display:inline-block; text-align:center;}
.npo-btn, .noti-btn{display:inline-block; margin-top:5px; font-size:13px; color:#025db8 !important}
.npo-btn i, .noti-btn i{font-size:14px; color:#0061b2}
.gray{color:#575757 !important; font-weight:600}
.blue{color:#025db8 !important; font-weight:600}
.red{color:#cc0000; margin-top:10px;} 
/* .line-red{border:1px solid red} */    
.line-green{background-color:#dbebfb} 

/* 도움말 */
.help_txt{position:relative; padding:10px; margin-top:10px; background:#f4f4f6; border-radius:10px; border:1px solid #ddd;}
.help_txt span{color:red}
.help_txt div img{width:100%}
  
/* input 레이아웃 */
.contWrap .Input-wrap > div{margin-top:20px;} 
.input-title{display:block; margin-bottom:8px; padding:1px 0 0 12px; font-size:15px; font-weight:600; text-wrap:nowrap;}  
.reference{font-size:13px; color:#666; display:block; margin-top:10px; padding-left:18px; background:url(/images/fullOnestop/common/noti-icon.png) no-repeat left 2px/13px;}
.noti-txt{display:block; position:relative; padding-left:10px; color:#666; font-size:13px;}
.noti-txt:before{content:'*'; display:inline-block; position:absolute; top:5px; left:0;} 
p.noti-txt:before{content:'*'; display:inline-block; position:absolute; top:0; left:0;}
.input-sub-title{position:relative; display:block; margin:24px 0 0 0; padding:21px 0 0 11px; border-top:1px dotted #ccc;}
.input-sub-title:before{content:''; display:inline-block; position:absolute; top:29px; left:0; width:4px; height:4px; background:#000}
.Input-wrap .Input-layout .checkbox-wrap{display:none;}    
.Input-wrap .Input-layout .checkbox-wrap .checkbox-style-type{display:inline-block; margin:0 15px 10px 0;}
.Input-wrap .Input-layout .radio-wrap > div{display:inline-block; margin:5px 0}  
.input-style-type{float:left; display:inline-block !important; width:5%; height:37px; line-height:37px; text-align:center;}
.layout-horizontal > div{overflow:hidden;}  
.Input-wrap .radio-style-type{display:inline-block;} 
.Input-wrap .radio-style-type:last-child label{margin-right:0} 
.Input-wrap .checkbox-style-type{display:inline-block; border-bottom:none} 
.division-title {display:block; margin-top:24px; padding-top:21px; border-top:1px dotted #ccc; font-size:16px; color:#005ca9;}
.division-title.required-label:before{top:21px;} 
.Input-wrap .input-table{height:auto; border-bottom:none !important;} 
.input-table > span{font-weight:600; display:block; margin-bottom:10px;}
.noti{font-size:13px; color:#999; display:block; padding-left:20px; background:url(/images/fullOnestop/sub/Input-wrap-icon.gif) no-repeat left 4px;}
.vertical-wrap .radio-style-type{display:block; margin-bottom:15px;}
.vertical-wrap .radio-style-type label{line-height:1.5 !important}
.vertical-wrap .checkbox-style-type{display:block; margin-bottom:15px;}  
 
.input-btn{position:relative; width:72px;}  
.input-btn button{position:absolute; bottom:0; right:0; background:#6c757d; border:1px solid #6c757d; border-top-right-radius:5px; border-bottom-right-radius:5px;}  
.input-btn button:hover{background:#6c757d; border:1px solid #6c757d} 
.workerInfo{margin-top:0; border-top:none;}

/* 버튼 */
.btns{width:120px; height:45px; line-height:43px; margin:25px 5px 0 5px; display:inline-block; border-radius:5px; font-size:16px; text-align:center; transition:All 1s ease; vertical-align:middle; background:#898c93; color:#fff !important;}
.btns:hover{background:#61656e;}
.btn-close{color:#383f49 !important; border:1px solid #383f49; background:#fff;}
.btn-close:hover{background:none;}
.btn-open{position:relative;}
.btn-open img{width:17px; height:9px; margin-top:-4.5px; transition: transform 0.5s; -webkit-transition: transform 0.5s; position:absolute; top:50%; right:20px}
.btn-open.open img{webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.cntrycd-btns{overflow:hidden; margin:10px 0 0 0} 
.cntrycd-btns li{float:left; width:22%; margin-right:4%}  
.cntrycd-btns li button{width:100%; background:#6c757d; color:#fff}
.complete-btn{position:fixed; bottom:0; z-index:1} 
 
/* 팝업 */   
.pop-layer{display:none; position:fixed; top:65px !important; left:0; width:90%; margin:0 5% !important; height:auto; border-radius:10px; z-index:10; overflow:hidden;}
.pop-layer h2{padding:10px 20px; color:#fff; font-size:18px; line-height:1.5; background:#739dcd; margin:0;}
.pop-layer .pop-conts{padding:15px; text-align:center; background:#fff} 
.pop-layer .pop-conts h3{font-size:40px;}
.pop-layer .pop-conts > p{font-size:16px; font-weight:600} 
.pop-layer .pop-conts .pop-txt{padding-top:15px; text-align:left; border-top:1px solid #ddd}
.pop-layer .pop-conts .pop-txt p{line-height:1.5; margin-bottom:0;}
.pop-layer .pop-conts .approval-txt{text-align:center} 
.pop-layer .pop-conts .approval-txt p{margin:10px 0; font-size:15px}
.pop-layer .pop-conts .approval-txt h3{font-size:18px; line-height:1.5; margin:0}
.pop-layer .pop-conts .approval-txt span{display:block; margin-top:10px; color:#737373;}
.dim-layer{display:none; position:fixed; top:0; left:0; width:100%; height:100%; z-index:100; background:rgba(0,0,0,0.3)}
.dim-layer .dimBg{position:fixed;top:0; left:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.3);}
.dim-layer .pop-layer{display:block;}
.btn-layerClose{position:absolute; top:12px; right:19px; display:inline-block; width:23px; height:23px; background:url(/images/fullOnestop/common/popup-btn.gif) no-repeat center; text-indent:-9999px;}
.list-pop .box{padding:15px; background:#e1e4eb; border-radius:10px;}
.list-pop > input, .list-pop .box input{/* height:45px; padding-left:10px; border:1px solid #ddd; */ }
.list-pop .box button{/* width:110px; height:43px; margin-left:5px; background:#898c93; color:#fff; vertical-align:middle; transition:All 1s ease; */}
.list-pop .box button:hover{background:#61656e;}
.list-pop .box span{display:none; margin-top:10px;}
.list-pop .contents-list{margin-top:15px; text-align:left;}
.list-pop .contents-list p{margin-bottom:0}  
.list-pop .contents-list .contents-list-box{height:286px; margin:10px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; overflow-y:auto;}
.list-pop .contents-list .contents-list-box ul li{border-bottom:1px dotted #ddd}
.list-pop .contents-list .contents-list-box ul li:last-child{border-bottom:none;}
.list-pop .contents-list .contents-list-box ul li button {display:block; margin:10px 0; border:none; background:transparent;}
.list-pop .contents-list .contents-list-box ul li button span{display:inline-block; padding:5px 5px; border:1px solid #ddd}
.list-pop > input{margin:5px 0}
#list-pop .pop-layer{top:10%}
.list-pop select{margin:10px 0 0 0; padding-left:10px; border:1px solid #ddd;}
.list-pop .radio-style-type{display:inline-block;} 

.pop-layer .npo-content{padding:20px; background:#fff; text-align:left; color:#333; font-size:14px;}
.pop-layer .npo-content .npo-title{font-size:15px; font-weight:600; margin-bottom:10px;} 
.pop-layer .npo-content p:last-child{margin:0}

/* 운전면허번호 팝업 */
#drive-pop .pop-layer{top:30px !important} 
#drive-pop .pop-layer .pop-conts{max-height:70vh; overflow-y:auto}
#drive-pop .pop-layer .pop-conts img{width:100%} 

/* 발급기관 팝업 */
.pop-wrap{ position:fixed; top:65px; left:0; width:90%; padding:20px; margin:0 5%; height:auto; border-radius:10px; z-index:10; overflow:hidden; background:#fff; border:2px solid #025db8}
.pop-wrap h2{line-height:1.5; margin:0; font-size:18px} 
.pop-wrap .pop-content{margin-top:10px;}
.pop-wrap .pop-content img{width:100%}  
.pop-wrap .pop-btn button{top:15px; background: url(/images/fullOnestop/common/guide-close.png) no-repeat center/30px;}
 
#dialog{position:fixed; top:0; bottom:0; left:0; right:0; text-align:center; font-size:0; overflow-y:auto; background-color:rgba(0,0,0,.4); z-index:10000; pointer-events:none; opacity:0; transition:opacity .3s;}
#dialog.active{opacity: 1; pointer-events: auto;}
.msg-layer{width:90%; opacity:0; pointer-events:none; text-align:center; border-radius:5px; position:static; margin:50px auto 20px auto; display:inline-block;
vertical-align:middle; -webkit-transform:scale(1); transform:scale(1); -webkit-transform-origin:50% 50%; transform-origin:50% 50%; z-index:10001; transition:opacity .2s,-webkit-transform .3s;
transition:transform .3s,opacity .2s; transition:transform .3s,opacity .2s,-webkit-transform .3s;}
#dialog.active .msg-layer{opacity: 1; pointer-events: auto; box-sizing: border-box; -webkit-animation: showSweetAlert .3s; animation: showSweetAlert .3s; will-change: transform; border-radius:10px; overflow:hidden}
.msg-layer h2 {padding:10px 20px; color: #fff; font-size:18px; background: #739dcd; margin:0; line-height:1.5; text-align: left;} 
.msg-layer .msg-conts{padding: 20px; text-align: left; background: #fff;}
.msg-layer .msg-conts h3 {font-size:40px;}
.msg-layer .msg-conts > p{white-space: pre-wrap; display:inline-block; margin-bottom:0; font-size:15px; padding-left:18px; background:url('/images/fullOnestop/common/noti-icon.png') no-repeat left 3px/14px}
.msg-layer .msg-conts .msg-txt{margin-top:10px; padding-top:10px; text-align:left; border-top:1px solid #ddd} 

/* 본인인증 */
.tab li{float:left; width:33.3%; height:56px; line-height:56px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-left:1px solid #ddd; background:#f2f2f2; color:#999; text-align:center; cursor:pointer; font-size:16px}
.tab li:last-child{border-right:1px solid #ddd}
.tab li.on{color:#fff; box-shadow:0px 0px 10px 0px rgba(87,87,87,0.2);
background: -moz-linear-gradient(left, rgba(14,123,214,0.95) 0%, rgba(33,138,97,0.95) 100%); /* FF3.6-15 */ 
background: -webkit-linear-gradient(left, rgba(14,123,214,0.95) 0%,rgba(33,138,97,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(14,123,214,0.95) 0%,rgba(33,138,97,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20e7bd6', endColorstr='#f2218a61',GradientType=1 ); /* IE6-9 */} 
.tab-con{clear:both; margin-top:20px; }
.tab-con .Input-wrap{text-align:left} 
.tab-con > form{display:none; text-align:center;} 
.tab-con > form > img {margin-top:25px} 
.tab-con div .ars-list{padding:15px; background:#fef7dc; margin-bottom:20px; text-align:left;}    
.tab-con div .ars-list p{margin-bottom:9px;}
.tab-con div .ars-list .ars div label, .tab-con div .ars-list .two-channel label{width:100%; line-height:1.3; margin:8px 0; padding:10px 40px; background:#fff; border:1px solid #fff; border-radius:5px; box-shadow:0px 0px 10px 0px rgba(87,87,87,0.2)}
.tab-con div .ars-list .ars div input[type="radio"]:checked + label, .tab-con div .ars-list .two-channel div input[type="radio"]:checked + label{border:1px solid #025db8}
.agreeall-box{position:relative; display:inline-block; padding:10px 35px 5px 0; border:1px solid #ddd}
.agreeall-box > .checkbox-style-type{padding:5px 10px 5px 10px;} 
.agreeall-box .checkbox-style-type label span{color:#999; font-size:14px} 
.agreeall-box .agreeall-box-list{display:none;} 
.agreeall-box .agreeall-box-list .checkbox-style-type{padding:5px 10px; display:block;}
.agreeall-box .agreeall-box-list .checkbox-style-type button{float:right; text-decoration:underline}
.agreeall-box .agreeall-box-list .checkbox-style-type a{float:right}
.agreeall-box .btn-open{position:absolute; top:16px; right:20px}
.agreeall-box .btn-open img{top:0; right:0}
.btn-wrap{text-align:center}

/* 약관동의 */ 
.agree-box{padding:15px; margin-bottom:20px; border-radius:10px; border:1px solid #ddd; background-color:#f4f4f6}
.agree-box .radio-style-type{display:inline-block;}
.content .checkbox-list{padding-bottom:15px; margin-top:15px; border-top:1px solid #ccc; border-bottom:1px solid #ccc}
.agree-ckeckbox{margin-top:15px;}   
.agree-ckeckbox .checkbox-style-type{display:inline-block; vertical-align:top}  
.agree-ckeckbox .agree-title{display:inline-block; width:90%;} 
.acceptAll{font-weight:600; font-size:15px;} 
.acceptAll button{padding:5px 7px; border:1px solid #025db8; color:#025db8; border-radius:5px;}
.acceptAll button:active, 
.acceptAll button:focus{background:#025db8; color:#fff}
.accept-terms{margin:15px 0 25px 0; padding:15px 0 20px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.accept-terms > div{margin-top:20px;}
  
.accept-terms .scrollbar{height:140px; background:#fffaee; border-radius:10px; margin:20px 0; padding:10px; overflow-y:auto;}  
.accept-terms .scrollbar h3{margin-bottom:7px}
.accept-terms .scrollbar p{margin-bottom:15px !important}
.accept-terms .scrollbar span{display:inline-block; margin-bottom:2px}
.accept-terms .box-list {padding:15px; border:1px solid #ddd; border-radius:10px;}
.accept-terms .box-list p, .accept-terms .scrollbar p{margin-bottom:0; line-height:1.5; color:#333}
.accept-terms .box-list p span{font-weight:600}   
.toggle-txt{}
.toggle-txt h4{line-height:1.5; padding:9px 10px; margin:0; font-size:15px; background:#f4f4f6 url('/images/fullOnestop/sub/open.png') no-repeat 97%/17px; border-top-right-radius:10px; border-top-left-radius:10px; border:1px solid #ddd;}   
.toggle-txt h4.selected{background:#f4f4f6 url('/images/fullOnestop/sub/close.png') no-repeat 97%/17px}   
   
.agreement-content-box{padding:15px; border:1px solid #ddd; border-top:none; max-height:100px; overflow-y:scroll; background:#fff; display:none;}
.agreement-content-box p{line-height:1.3em; margin:0 0 10px 0;}
.agree-cont{margin-top:20px;}
.agree-cont > p{margin-top:10px; color:#666} 
.agree-wrap{overflow:hidden; border-bottom-right-radius:10px; border-bottom-left-radius:10px; border:1px solid #ddd; border-top:none;}
.agree-wrap span{float:left; display:inline-block; padding-left:20px; font-size:13px; color:#999; background:url('/images/fullOnestop/sub/Input-wrap-icon.gif') no-repeat left 4px;}
.agree-wrap .checkall-box{width:100%; margin:15px 0 0 0; padding:13px; background:#fff; border:1px solid #eeeeef; border-radius:5px;}
.agree-wrap .checkall-box .checkall{overflow:hidden; display:block; padding-bottom:10px; border-bottom:1px solid #dcdcdc} 
.agree-wrap .checkall-box .checkall p{float:left; margin:0; font-size:15px; font-weight:600} 
.agree-wrap .checkall-box .checkall .checkbox-style-type{float:left; font-weight:600}
.agree-wrap .checkall-box .checkbox-style-type{display:inline-block;} 
.agree-wrap .checkall-box .checkall-list{text-align:left;}
.agree-wrap .checkall-box .checkall-list div{margin:13px 5px 0 0;}    
.agree-wrap .checkall-box .checkall-list div label{color:#666}
.agree-wrap > div{padding:10px; background:#f4f4f6}    
.agree-wrap > div > div{display:inline-block; text-align:right}
.agree-wrap > div > div:last-child label{margin-right:0} 
.allagree-btn{padding:5px 8px; border:1px solid #ddd; border-radius:5px;}   

/* 약관동의 팝업 */
.agreement-content{position:fixed; background:rgba(0,0,0,.3); top:0; left:0; bottom:0; width:100%; display:none; z-index:1}
.agreement-content .agreement-box{position:fixed; top:0; left:0; bottom:0; width:100%; background:#FFF; display:flex; flex-direction:column; overflow:hidden;}
.agreement-content .agreement-box img{max-width:100%;}
.agreement-content .agreement-box h3{padding:20px 55px 20px 20px; color:#fff; font-size:18px; background:#739dcd; margin:0; line-height:18px; text-align:left;} 
.agreement-content .agreement-box .scrollbar{padding:20px; flex:1; overflow-y:auto;}
.agreement-content .agreement-box .btn-layerClose{position:absolute; top:17px; right:19px; display:inline-block; width:23px; height:23px; background:url(/images/fullOnestop/common/popup-btn.gif) no-repeat center; text-indent:-9999px;}
.agree-close-btn-wrap button{border:none;}
.agree-close-btn-wrap button:first-child{float:left; width:30%; background:#6c757d; text-align:left;} 
.agree-close-btn-wrap button:last-child{float:right; width:70%; text-align:right}

/* 위험고지 */
.finish-wrap{text-align:center;}
.finish-wrap > p{line-height:1.5; margin-top:15px; font-size:16px;}
.finish-wrap > p span{display:block; font-size:15px;}
.finish-wrap > span{color:#737373; font-size:15px;}
.finish-txt{margin-top:40px; border:1px solid #ddd; border-radius:10px; overflow:hidden; text-align:left; position:relative;}
.finish-txt a{padding:15px 15px 15px 40px; display:block; font-size:16px; background:url('/images/fullOnestop/sub/finish-icon.gif') no-repeat 15px 15px}
.finish-txt > div{border-top:1px solid #ddd; background:#fffaee; padding:15px 25px;}
.finish-txt > div p{padding-left:10px; position:relative; line-height:1.5; margin-bottom:10px}
.finish-txt > div p:before{content:""; display:inline-block; position:absolute; top:8px; left:0; width:2px; height:2px; background:#000; border-radius:50%}
.finish-txt > div p span{color:#025db8; font-weight:600}

/* 거래확인서 */ 
.sub-txt{display:block; margin:15px 0 0 0; font-size:16px;} 
.contBox{position:relative; margin-bottom:33px; padding-bottom:50px;}  
.contBox.last:after{display:none;}  
.contBox:after{content:''; position:absolute; bottom:0; left:-15px; width:110%; height:10px; background:#ced4da}
.noti-box{margin-top:25px; padding-top:25px; border-top:1px solid #ced4da}  
.noti-box p{padding:20px; background:#f5f3f4; border-radius:5px;}  
.issue-btn1 i, .issue-btn2 i{color:#0061b2}
  
/* 자가증명서 */  
.part4 .input-sub-title:before{top:8px}
 
/* 투자자정보확인서 */ 
.investor-wrap p{margin-bottom:0}
.investor-wrap ol{margin-bottom:0}
 
.investor_form_box div{padding:20px; border-bottom:1px solid #ddd; background-color:#f3f7fb}
.investor_form_box div:last-child{border-bottom:0}
.investor_form_box label span{color:red}
.investor_form_txt{margin-top:20px; padding:5px 15px; background-color:#dfe2e9} 
.investor_form_txt p{position:relative; margin:10px 0; padding-left:10px;}
.investor_form_txt p:before{content:''; position:absolute; top:8px; left:0; width:3px; height:3px; background-color:#000; border-radius:50%}

.rating{padding:20px; border:1px solid #ddd}
.rating ol{margin-top:10px}
.rating ol li{margin-left:16px; list-style:decimal; list-style-position:outside;}
.rating ol li:nth-child(2){margin:10px 0 10px 16px}
.rating ol li:nth-child(2) .confirm-box{margin-top:5px}
.confirm-box{position:relative; display:inline-block; margin:0 5px}
.confirm-box input{position:relative; z-index:1; height:40px; padding-left:10px; border:1px solid #ddd; color:red; background:none; border-radius:5px}
.confirm-box label{position:absolute; top:10px; left:11px; color:#999; letter-spacing:0;}
.confirm-input1{width:138px}
.confirm-input2{width:75px} 
.confirm-input3{width:145px}
.confirm-noti{display:block; margin-top:20px; padding:20px; text-align:center; background-color:#dfe2e9}

/* 유의사항 */
.investor_note {
	margin-top:20px;
	border:1px solid #ddd;
}

.investor_note h3 {
	padding:15px;
	border-bottom:1px solid #ddd;
	font-size:18px;
}

.investor_note div {
	margin: -10px 0;
	padding: 15px;
}

.investor_note p {
  margin: 10px 0;
}

.investor_note p strong {
	color: #005cb9;
}

.investor_note p span {
	display:block;
	color:#666;
}

/* 투자자성향별 적합한 투자성 상품 팝업 */
.investor_products_btn {
  padding: 6px 10px;
  background-color: #0061b2;
  border: none;
  cursor: pointer;
  color: #fff;
}

.investor_product_wrap {
  margin-bottom: 20px;
}

.investor_product_wrap h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.investor_product {
  border-top: 1px solid #000;
}

.investor_product_table {
  width: 100%;
  line-height: 1.8;
  text-align: center;
  table-layout: fixed;
  color: #000;
  font-size: 0.725rem;
}

.investor_product_table tbody th,
.investor_product_table tbody td {
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 5px;
}

.investor_product_table tbody th:last-child,
.investor_product_table tbody td:last-child {
  border-right: 0;
}

.investment_confirm_bullet:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.investor_confirm_txt {
  position: relative;
  display: block;
  line-height: 1.7;
  padding-left: 10px;
  color: #333;
}
.investor_confirm_txt:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}

/* 투자자정보 확인 */
.investor_check {
	margin-top:15px;
	border:1px solid #ddd;
}

.investor_check h3 {
	padding:15px;
	border-bottom:1px solid #ddd;
	background-color: #fdf0f0;
	font-size:18px;
}

.investor_check_list {
	display: flex;
    flex-direction: column;
    gap: 10px;
	padding: 15px;
	word-break: keep-all;
}

.investor_check_list > div {
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.investor_check_box {
	position:relative;
}

.investor_check_box input {
	appearance:none !important;
	position:absolute;
	inset:0;
	z-index:-1;
}

.investor_check_box label {
	display: flex;
    height: 100%;
    min-height: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size:14px;
}

.investor_check_box input:checked + label {
	background-color:#fdf0f0;
	border-color: #9c0808;
	color: #9c0808;
	font-weight:bold;
}

.investor_check_box input[type="checkbox"]:checked ~ .touch_tooltip {
  display: none;
}

.investor_txt {
  position: relative;
  display: block;
  line-height: 1.7;
  padding-left: 10px;
  color: #333;
}
.investor_txt:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}

/* 터치 유도 툴팁 */
.touch_tooltip {
  position: absolute;
  left: 10px;
  z-index: 1;
  margin-top: -4px;
  padding: 4px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 0.725rem;
  background-color: #0a1967;
  text-align: center;
  animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
}

.touch_tooltip div {
  position: absolute;
  top: -4px;
  left: 0;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0a1967;
}

.touch_tooltip strong {
  color: #0c9eef;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-20%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
  
.investment_tendency{margin-top:15px; padding:20px; background-color:#f3f7fb}
.investment_tendency p{margin-bottom:10px; color:#333; font-size:15px}
.investment_tendency p strong{color:#0969cd;} 
.investment_tendency .investment_tendency_txt{position:relative; display:block; margin-bottom:5px; padding-left:10px; color:#333}  
.investment_tendency .investment_tendency_txt:last-child{margin-bottom:0}
.investment_tendency .investment_tendency_txt:before{content:'·'; position:absolute; top:0; left:0;}
.investment_tendency .confirm-box label{top:10px}
.investment_tendency .confirm-box input{width:110px;}   
.investment_tendency table{width:100%; text-align:center; font-size:15px;}
.investment_tendency_table1{overflow:hidden; margin-bottom:40px; border-radius:10px; border:1px solid #f0f0f0;}
.investment_tendency_table1 th{padding:10px; background-color:#d3e0f0; border-bottom:1px solid #becedd; border-right:1px solid #b3bfcb; font-weight:600}
.investment_tendency_table1 tr:last-child th, .investment_tendency_table1 tr:last-child td{border-bottom:none} 
.investment_tendency_table1 td{padding:10px; background-color:#fff; border-bottom:1px solid #f0f0f0}
.investment_tendency_table2{margin-bottom:15px; border-top:2px solid #575757}
.investment_tendency_table2 th{padding:8px; background-color:#dadee1; border-bottom:1px solid #b5b9bc}
.investment_tendency_table2 td{padding:8px; border-bottom:1px solid #b5b9bc; border-left:1px solid #b5b9bc; color:#333}  

.investment_confirm{margin-top:15px;} 
.investment_confirm h3, .investment_confirm h4{margin:0; line-height:1.5}  
.investment_confirm .investment_confirm_title{margin-bottom:10px; font-size:15px;} 
.investment_confirm_txt{position:relative; display:block; line-height:1.7; padding-left:10px; color:#333} 
.investment_confirm_txt:before{content:'·'; position:absolute; top:0; left:0;}
.investment_confirm_box{margin:20px 0;}
.investment_confirm_box div{display:flex; align-items:center; justify-content:center; padding:20px; margin-bottom:10px; background-color:#f3f6fb; border:4px solid #e8eff7; border-radius:5px;}
.investment_confirm_box div h3{font-size:15px} 
.investment_confirm_box div h3 span{color:#0969cd;}
.investment_confirm_table{width:100%; margin-bottom:10px; border:1px solid #d4d4d4}
.investment_confirm_table th{padding:20px; text-align:center; background-color:#b33f40; color:#fff; font-size:16px}
.investment_confirm_table td{padding:20px; color:#333}
.investment_checkpoint{margin-top:30px; padding-top:30px; border-top:1px solid #ccc}
.investment_confirm_subTxt{margin-left:13px; padding-left:92px; text-indent:-92px; line-height:1.7; font-size:13px; color:#333}
.investment_checkpoint span{display:block; margin-top:15px; color:#333}
.investment_date{float:right; margin-top:10px; font-size:16px}
.investment_date input{width:100px; border:none; outline:none; vertical-align:top}

/* 전화승인 */ 
.approval{border-top:1px solid #ddd; margin-top:10px}
.approval li{position:relative; padding:15px 0 15px 15px; border-bottom:1px solid #ddd}
.approval li strong{position:relative; display:inline-block; padding-right:13px; margin-right:13px;} 
.approval li strong:after{content:''; position:absolute; top:7px; right:-2px; width:1px; height:9px; background:#000;}
.approval li span{display:inline-block;} 
.approval li a{position:absolute; top:8px; right:0; display:inline-block; background:#6c757d; color:#fff; border-radius:5px; padding:7px 13px;}
.tel-icon{display:inline-block; padding-left:30px; margin-right:27px !important; background: url(/images/fullOnestop/sub/tel-icon.gif) no-repeat left 4px/22px;} 
 
/* 계좌 사용등록 진행절차 팝업 */
.guide-popup {
	position: fixed;
	inset: 0;
	z-index:100;
	display: none;
}

.guide-content {
	background: #fff; 
	padding: 15px; 
}

.guide-title {
	margin-bottom: 15px;
}

.guide-title h2 {
	color: #1d66b6; 
	font-size: 20px; 
}

.guide-content {
	position: relative;
	max-height: 100%;
    overflow: auto;
}

.guide-content .guide-list {
	position: relative;
}

.guide-content .guide-list dl {
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px 10px;
	margin-bottom: 10px;
}

.guide-content .guide-list dl:last-child {
	margin-bottom: 0;
}

.guide-content .guide-list dl dt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 100%; 
	border: 1px solid #ddd;
}

.guide-content .guide-list dl dt span {
	position: absolute;
	top: 0;
	left: -4px;
	width: 26px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	background: #1d66b6;
	color: #fff;
	border-radius: 100%;
	font-weight: bold;
}

.guide-content .guide-list dl dd {
	margin: 0;
}

.guide-content .guide-list dl dd strong {
	display: block;
	margin: 14px 0 8px 0;
	font-size: 16px;
}

.guide-content .guide-list dl dd p {
	margin: 0;
}

.guide-close {
	position: absolute; 
	top: 17px; 
    right: 20px; 
    width: 20px; 
    height: 20px; 
    text-indent: -9999px; 
    background:url('/images/fullOnestop/common/guide-close.gif') no-repeat center/20px
}

/* Loading & Error Message Dialog */
.loading_wrap {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .6);
    transition: all .2s ease-in-out;
    z-index: 100;
}

.loading_wrap .loading_container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading_wrap .loading_container .loading_content {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.loading_wrap .loading_container .loading_content .fa {
	color:#005ca9;
}

@-webkit-keyframes showSweetAlert {
  0% {-webkit-transform: scale(1); transform: scale(1)}
  1% {-webkit-transform: scale(.5); transform: scale(.5)}
  45% {-webkit-transform: scale(1.05); transform: scale(1.05)}
  80% {-webkit-transform: scale(.95); transform: scale(.95)}
  to {-webkit-transform: scale(1); transform: scale(1)}
}

@keyframes showSweetAlert {
  0% {-webkit-transform: scale(1); transform: scale(1)}
  1% {-webkit-transform: scale(.5); transform: scale(.5)}
  45% {-webkit-transform: scale(1.05); transform: scale(1.05)}
  80% {-webkit-transform: scale(.95); transform: scale(.95)}
  to {-webkit-transform: scale(1); transform: scale(1)}
}

.btnDownload{
	width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;    
    color: #fff !important;    
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid rgba(255,255,255, .6);
}

.agreements-list-container .checkbox-style-type input[type=checkbox]:disabled + label { color: #AAA; font-size:12px; }
.agreements-list-container .checkbox-style-type input[type=checkbox].active:disabled + label { color: #333; font-weight:800; font-size:12px; }
.agreements-list-container .checkbox-style-type input[type=checkbox]:disabled:checked + label { color: #555; font-size:12px; }

.flex-inputs {
	position:relative; 
	display:flex;
	overflow:hidden;
}
.flex-inputs .flex-field {
	flex:1;
	padding:0 10px 0 0;
}
.flex-inputs .flex-field:last-children { 
	padding:0;
}
.flex-box .form-control{border-right:none; border-top-left-radius:0.25rem; border-bottom-left-radius:0.25rem; border-top-right-radius:0; border-bottom-right-radius:0}

#investor_form .radio-style-type input[type="radio"] + label {margin-right:0;}

#jusoLayer{width:90% !important; left:0 !important; margin:0 5% !important}

.keyword{padding-right:15px; font-size:13px; font-weight:600; color:#4d5b78}
.keyword i{margin-left:2px; color:#4d5b78; font-size:13px;}

/* 장내파생상품 거래안내서*/
.toggle-txt.t2 {
	display:flex;
	align-items:flex-start;
	padding:10px;
	box-sizing:border-box;
	background-color:#f4f4f6;
	border:1px solid #ddd;
	border-radius:10px 10px 0 0;
}
.MO_spacing{
	margin-left:5px;
}
.rating.t3{
	margin:20px 0;
	border-radius: 10px;
}
.rating_txt1 {
	margin-top:-15px;
}
.rating_txt1 li {
	margin:15px 0;
}
.confirm-box.v3{
	margin:3px 0;
}
.ntbox_line { 
	height:300px;   
	border:1px solid #ddd;
	overflow:auto;
	text-align:center;
}
.ntbox_line img {
	max-width:100%;
}

.write_chk {
	margin:15px 0 0;
	border:1px solid #e7e7e7
}

.write_chk:first-child {
	margin-top:0
}

.write_chk dt {
	line-height:1.5;
	padding:10px 15px;
	border-bottom:1px solid #e7e7e7;
	background-color:#f7f7f7;
	font-size:14px;
	font-weight:600
}

.write_chk dt strong {
	display:block;
	line-height:1.5;
	color:#0061b2
} 

.write_chk .radio-style-type input[type="radio"] + label {
	margin:0
} 

.write_chk dt .two, .write_chk dt .three {
	margin-top:0
}

.write_chk dd {
	margin:0;
	padding:10px 15px;
	background-color:#fff
}

.write_chk .one {
	margin:-10px 0
}

.write_chk .one div {
	margin:10px 0
}

.write_chk .two, .write_chk .three {
	display:flex;
	margin:-10px -5px
}

.write_chk .two div {
	flex:1;
	padding:10px 5px
}

.write_chk .three div {
	flex:0 0 33.3%;
	padding:10px 5px
}

.form_table {
	width:100%
}

.form_table th {
	padding:4px	
}

.form_table td { 
	padding:4px	
}

.guide {
    line-height:1.5;
    margin:10px 0 0;
    color:#0061b2
}

.complete {
	margin-top:60px;
	text-align:center
}

.complete i {
	margin-bottom:10px;
	font-size:48px;
	color:#0061b2
}

.complete h3 {
	margin:0;
	font-size:15px;
	font-weight:normal
}

/**
 *popup
 */

.dims {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:100;
	background-color:rgba(0,0,0,0.7)
} 

.pop_layer {
	display:none;
	position:fixed; 
	top:15px;
	bottom:15px;
	left:15px;
	right:15px; 
	overflow:auto;
	z-index:101
}

.pop_title {
	padding:15px;
	margin:0;
	text-align:center;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-size:18px;
	font-weight:normal
}

.pop_box {
	padding:15px;
	background-color:#fff
}

.pop_sch {
    display:flex
}

.pop_sch div {
	flex:1
}

.popsch_box {
	margin-top:15px;
	background-color:#f7f7f7;
	border:1px solid #e7e7e7
}

.popsch_tip {
	padding:15px
}

.popsch_tip h4 {
	margin:0;
	font-size:15px
}

.popsch_tip p {
	margin:11px 0 5px
}

.popsch_tip span {
	color:#0060b1
}

.pop_btnWrap {
	display:flex;
	margin-top:20px
}

.pop_btnWrap button, .pop_btnWrap a {
	flex:1;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:15px;
	transition:all 0.3s
}

.pop_cancel {
	background-color:#ccc;
	color:#fff
}

.pop_close, .pop_submit {
	background-color:#0060b1;
	color:#fff
}

.pop_btn {
	width:100%;
	margin-top:20px;
	padding:13px 15px;
	text-align:left;
	background:#e6f1fa url('../images/nftf/arrow_r.png') no-repeat center right 15px/8px;
	border:1px solid #e7e7e7;
	border-radius:7px;
	font-weight:600
}

.pop_empty {
	padding:15px;
	text-align:center
}

/* 주소검색 팝업 */
.popadd_list {
	padding:10px
}

.popadd_list tr td:last-child {
	text-align:center
}

/**
 *table
 */
 
.tables-scroll {overflow:auto}
.tables-scroll th, .tables-scroll td{white-space:nowrap}

.tables {
	width:100%;
	line-height:1.5;
	border-top:1px solid #333
}

.tables thead th {
	padding:10px;
	background-color:#f2f7fb;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	text-align:center;
	font-weight:600
}

.tables tbody th {
	text-align:center
}

.tables tbody th,
.tables tbody td {
	padding:10px;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	background-color:#fff
}

.tables thead tr th:last-child, .tables tbody tr td:last-child {
	border-right:0
}

.tables tbody td p {
	margin:0
}
 
.tables.v1 tbody td {
	text-align:center
}

.bo_bottom {
	margin-top:15px;
	text-align:center
}

.paging_full_numbers {
	display:inline-flex;
	flex-wrap:wrap;
	gap:5px
}

.paging_full_numbers span {
	display:flex;
	gap:5px;
	line-height:31px
}

.paginate_button.previous {
	margin-right:7px
}

.paginate_button.next {
	margin-left:7px 
}

.paginate_button {
	display:block; 
	width:31px;
	height:31px;
	line-height:28px;
	text-align:center;
	border:1px solid #e7e7e7;
	background-color:#fff;
	font-family:'Poppins';
	font-size:14px;
	color:#666
}

.paginate_button.current {
	background-color:#0060b1;
	border-color:#0060b1;
	font-weight:500;
	color:#fff
}

.country_sch {
    display:flex
}

.country_sch input {
	flex:1
}

.frm_input {
	width:100%;
	height:43px;
	padding:13px 8px;
	border:1px solid #e5e5e5;
	background-color:#fff
}

.write_btn {
	display:inline-block;
	width:95px;
	height:43px;
	line-height:41px; 
    margin-left:7px;
    text-align:center;
    background-color:#fff
}

.write_btn.type1 {
    border:1px solid #0061b2;
    color:#0061b2
}

/*AML 계좌사용등록 > 대리인추가,삭제 버튼 */
.btn_area {
    padding: 20px 0;
}

.tx_ct {
    text-align: center !important;
}

.btnSty {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    letter-spacing: -1px;
}

.btnBlue {
    height: 31px;
    padding: 0 18px;
    background: #025db8;
    border: 1px solid #025db8;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.btnWhite {
    height: 31px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid #adadad;
    font-size: 15px;
    color: #666;
    line-height: 30px;
    cursor: pointer;
}

