@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; background:#fff; letter-sapcing:-1px;}  
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;}
p{line-height:1.5 !important} 
.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;} 

/* 레이아웃 */  
#wrap{width:100%;} 
#container{position:relative; padding-bottom:40px; z-index:90; } 
.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;}   

/* footer */
#footer{position:fixed; bottom:0; left:0; width:100%; padding:0; text-align:center; color:#fff; font-size:10px; z-index:99;}
#footer .copy{margin:0; font-size:10px; line-height:35px !important; height:35px;} 

#container .next-btn button:disabled{background:#ccc;} 

/* 메인 */   
.main-wrap{position:relative; margin-top:45px; padding:0 15px;} 
.main-wrap h1{font-size:30px; color:#fff; line-height:1.3; margin:0; letter-spacing:-1px;} 
.main-wrap h1 span{color:#f7c611; font-weight:600}     
.main-content{margin-top:20px;}          
.main-content > a.guide-btn{display:inline-block; padding-left:18px; color:#ccc; background:url('/images/fullOnestop/common/guide-icon.png') no-repeat left 3px/13px;}
.main-content > a.video-link{display:block; margin-top:12px; vertical-align:middle;}
.main-content > a.video-link img{width: 55px;}
.main-content > a.video-link span{display:inline-block; margin-left: 10px; padding:9px 15px; color: #fff; font-size:14px; background-color: rgba(119,119,119,0.5); border-radius: 5px;}
.main-content ul{margin-top:13px}
.main-content ul #personalForm{margin-bottom:10px;}      
.main-content ul > li.on .personal-account-visual{border-bottom-right-radius:0; border-bottom-left-radius:0}  
.main-content ul li .personal-account-visual{position:relative; z-index:9; padding:15px 0; text-align:left; cursor:pointer; border-radius:5px;
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 */}   
.main-content ul li .personal-account-visual img{display:inline-block; width:62px; height:62px; margin:0 15px 0 15px;}  
.main-content ul li .personal-account-visual.visual02 img{width:57px; height:57px; margin:0 17px 0 19px;}    
.main-content ul li .personal-account-visual div{display:inline-block; color:#fff; vertical-align:middle; letter-spacing:-1px;}    
.main-content ul li .personal-account-visual div h3{font-size:20px; line-height:1; margin:0; letter-spacing:0;}             
.main-content ul li .personal-account-visual div p{margin:0 0 6px 0; font-size:15px;}      
.main-content ul li .personal-account-content{letter-spacing:-1px; background:#fff; overflow:hidden; max-height:0; transition:max-height .6s ease-in-out;}
.main-content ul li .personal-account-content form > div{padding:15px 15px 0 15px;}   
.main-content ul li.on .personal-account-content{max-height:1000px; border-bottom-right-radius:5px; border-bottom-left-radius:5px}
.main-content ul li .personal-account-content h3{line-height:1.5; margin:0 0 15px 0; display:block; font-size:16px;}
.main-content ul li .personal-account-content h3 span{color:#0d86db;}   
.main-content ul li .personal-account-content p{margin:0 0 8px 0; font-size:15px;}     
.main-content ul li .personal-account-content .radio-style-type{display:inline-block; margin:20px 0}
.main-content ul li .personal-account-content .user_acc, .main-content ul li .personal-account-content .com_acc{overflow:hidden;}
.main-content ul li .personal-account-content .account02 .checkbox-style-type{float:left; width:32%; height:135px; margin-right:2%; border:1px solid #dedede; border-radius:5px; position:relative;}
.main-content ul li .personal-account-content .account02 .checkbox-style-type:last-child{margin-right:0;} 
.main-content ul li .personal-account-content .account02 .account-icon01 label{background:#dbebfb url('/images/fullOnestop/main/account-icon01-on.png') no-repeat center 15px/75px}
.main-content ul li .personal-account-content .account02 .account-icon02 label{background:#dbebfb url('/images/fullOnestop/main/account-icon02-on.png') no-repeat center 15px/65px}
.main-content ul li .personal-account-content .account02 .account-icon03 label{background:#dbebfb url('/images/fullOnestop/main/account-icon03-on.png') no-repeat center 15px/57px;} 
.main-content ul li .personal-account-content .account02 .account-icon01 input[type="checkbox"]:checked + label{background:#dbebfb url('/images/fullOnestop/main/account-icon01-on.png') no-repeat center 15px/75px}
.main-content ul li .personal-account-content .account02 .account-icon02 input[type="checkbox"]:checked + label{background:#dbebfb url('/images/fullOnestop/main/account-icon02-on.png') no-repeat center 15px/65px}
.main-content ul li .personal-account-content .account02 .account-icon03 input[type="checkbox"]:checked + label{background:#dbebfb url('/images/fullOnestop/main/account-icon03-on.png') no-repeat center 15px/57px}
.main-content ul li .personal-account-content .account02 .account-icon01 input[type="checkbox"]:disabled + label{background:url('/images/fullOnestop/main/account-icon01-off.png') no-repeat center 15px/75px}
.main-content ul li .personal-account-content .account02 .account-icon02 input[type="checkbox"]:disabled + label{background:url('/images/fullOnestop/main/account-icon02-off.png') no-repeat center 15px/65px}
.main-content ul li .personal-account-content .account02 .account-icon03 input[type="checkbox"]:disabled + label{background:url('/images/fullOnestop/main/account-icon03-off.png') no-repeat center 15px/57px;} 
.main-content ul li .personal-account-content .account02 .checkbox-style-type label{width:100%; height:135px; padding-top:65px; text-align:center;} 
.main-content ul li .personal-account-content .account02 .checkbox-style-type label:before{position:absolute; bottom:15px; left:50%; margin:0 0 0 -10px;}  
.main-content ul li .personal-account-content .account02 .checkbox-style-type input[type="checkbox"] + label:before{background:url('/images/fullOnestop/common/box-checkbox.png') -20px top/40px no-repeat;} 
.main-content ul li .personal-account-content .account02 .checkbox-style-type input[type="checkbox"]:checked + label:before{background:url('/images/fullOnestop/common/box-checkbox.png') 0px top/40px no-repeat;}
.main-content ul li .personal-account-content .account02 .active{border:2px solid #f7c611;}  
.main-content ul li .personal-account-content .account02 .checkbox-style-type input[type="checkbox"]:disabled + label:before{background:url('/images/fullOnestop/main/account-check-box.png') -20px top/40px no-repeat;}
.main-content ul li .personal-account-content .checkbox-style-type label{padding-left:30px; text-indent:-30px;}  
.main-content ul li .personal-account-content .checkbox-style-type label span{color:#999}         
.personal-account-content .main-next-btn {margin-top:20px; padding:0 !important}    
.personal-account-content .main-next-btn button{border-radius:0;}   
.personal-account-content .main-next-btn button:disabled {background:#ccc; border:1px solid #ccc}   
.account02{display:none;}  
.account03{display:none;} 

/* 서브 */ 
/* left 메뉴 */
.left-nav{background:#8eb2da; margin:0 -15px 15px -15px; display:none;} 
.left-nav > ol{color:#fff; display:flex; flex-wrap:wrap;}
.left-nav > ol > li{width:14.28%; height:48px; line-height:48px; text-align:center; border-right:1px solid #0969cd}    
.left-nav > ol > li > h2{margin:0; font-size:14px;}     
.left-nav > ol > li.active{background:#0969cd; border-right:#0969cd} 
.left-nav > ol > li:last-child{border-right:none;}  
.left-nav .left-list{position:relative; margin-top:10px; display:none; }
.left-nav .left-list li{font-size:15px; padding:10px 0 10px 30px;} 
.left-nav .left-list li.active{background:#fabe08;}
.left-nav .guide-btn{display:inline-block; width:17px; height:17px; margin-top:15px; text-indent:-9999px; background:url(/images/fullOnestop/common/guide-btn-icon.png) no-repeat center/cover;}
    
.content {position:relative; padding-bottom:80px; background:#fff; overflow:hidden;} 
.top-nav{position:relative; margin:0 0 15px 0; padding:12px 15px 7px 15px; background:#d4e6f8} 
.top-nav h3{display:inline-block; margin:0; font-size:20px;} 
.top-nav ol{position:absolute; top:17px; right:15px;}   
.top-nav ol li{display:inline-block; width:10px; height:10px; margin:0 3px; border-radius:50%; background:#999; vertical-align:middle; text-indent:-9999px;}
.top-nav ol li.active{color:#fff; width:20px; height:20px; line-height:20px; text-align:center; 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;}  

/* 보안키패드 백색 처리 */
/*.mkey_pad[readonly], .mkey_pad_alpha[readonly] { background-color: #fff;}*/

/* 필수입력값 */
.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;}

.isu_check_btn{
    background-color: #2269b0 !important;
}

/* 버튼 */
.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:8px; left:11px; color:#999;}
.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}
  
.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 .pop-layer{width:100%; top:0 !important; bottom:0; overflow-y: auto; margin:0 !important; border-radius:0}  
.guide-content{background:#fff; padding:10px; color:#000; font-size:15px; }  
.guide-content .guide-title{margin-bottom:0; padding:15px 5px;}
.guide-content .guide-title h2{padding:0; background:none; color:#1d66b6; font-size:20px; line-height:20px; text-align:left;}
.guide-content .guide-title p{margin:8px 0 0 0; color:#666; font-size:15px; text-align:left;}
.guide-content .guide-list{overflow:hidden; overflow-y:auto;}  
.guide-content .guide-list li{margin-bottom: 10px;} 
.guide-content .guide-list li div{width:95%; padding:10px; text-align:left; box-sizing:border-box; border:1px solid #ccc; border-radius:10px; margin:0 auto; }
.guide-content .guide-list li div strong{display:block; line-height:1.5; padding-left:75px; font-size:15px}  
.guide-content .guide-list li div strong span{color:#1d66b6; font-weight:600}  
.guide-content .guide-list li div p{margin:5px 0 0 0; padding-left:75px; line-height:1.5;}   
.guide-content .guide-list li.list4{background:url('/images/fullOnestop/common/guide-btnB.gif') no-repeat center 246px }
.guide-content .guide-list li.list8{margin-bottom:0;}  
.guide-content .guide-list li.list1 div{background: url(/images/fullOnestop/common/guide-icon01.gif) no-repeat 14px 21px; background-size: 53px; }
.guide-content .guide-list li.list2 div{background: url(/images/fullOnestop/common/guide-icon02.gif) no-repeat 17px 28px; background-size: 50px;}
.guide-content .guide-list li.list3 div{background: url(/images/fullOnestop/common/guide-icon03.gif) no-repeat 20px 19px; background-size: 36px;}
.guide-content .guide-list li.list4 div{background: url(/images/fullOnestop/common/guide-icon04.gif) no-repeat 20px 20px; background-size: 49px;}
.guide-content .guide-list li.list5 div{background: url(/images/fullOnestop/common/guide-icon05.gif) no-repeat 15px 20px; background-size: 66px;}
.guide-content .guide-list li.list6 div{background: url(/images/fullOnestop/common/guide-icon06.gif) no-repeat 15px 10px; background-size: 55px;} 
.guide-content .guide-list li.list7 div{background: url(/images/fullOnestop/common/guide-icon07.gif) no-repeat 20px 5px; background-size: 52px;}
.guide-content .guide-list li.list8 div{background: url(/images/fullOnestop/common/guide-icon08.gif) no-repeat 14px 16px; background-size: 58px;}
.guide-close{position:absolute; top:20px; right:19px; width:25px; height:25px; display:inline-block; text-indent:-9999px; background:url(/images/fullOnestop/common/guide-close.png) no-repeat center/30px;} 

/* Loading & Error Message Dialog */
.loading_wrap{display:none; position:fixed; top:0; left:0; bottom:0; width:100%; background:rgba(0, 0, 0, .6); text-align:center; -webkit-transition:all .2s ease-in-out; /* Safari */ transition:all .2s ease-in-out; z-index:100;}
.loading_wrap .loading_container{position:absolute; top:50%; margin:-30px 0 0 0; text-align:center; width:100%;}
.loading_wrap .loading_container .loading_content{width:150px; background:#fff; margin:0 auto; border-radius:15px; padding:20px; color:#777;}
.loading_wrap .loading_container .loading_content .fa{color:#005ca9;}
.loading_wrap .loading_container .loading_content p{margin:16px 0 0 0;}

@-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;
}

