@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}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* html, body, #wrap{height:100%} */
body{font-family: "Noto Sans KR", sans-serif; font-size:14px; color:#000; 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;}
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.gif') no-repeat 95% center;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
select::-ms-expand{display:none;}
input[disabled],select[disabled]{background:#ccc} 

a:link, a:visited{color:#333; text-decoration:none;}
a:hover, a:active, a:focus{color:#333; text-decoration:none;}

.hidden{position:absolute;left:-9999px;text-indent:-9999px;}
.inner{width:1200px;margin:0 auto;}

h1, h2, h3, h4, h5, strong{font-weight:500}

/*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;}

.mt-0{margin-top:0 !important}
.mt-10{margin-top:10px !important}
.mr-0{margin-right:0 !important}
.mb-0{margin-bottom:0 !important}
.mr-5{margin-right:5px !important}
.ml-5{margin-left:5px !important}

/* checkbox, radio */
.checkbox-style-type, .radio-style-type{position:relative;}

/* checkbox, radio input */
.checkbox-style-type input[type="checkbox"], 
.radio-style-type input[type="radio"]{position:absolute; width:20px; height:20px !important; margin:0 !important; padding:0; overflow:hidden; clip:rect(0,0,0,0); border:0}

/* checkbox, radio label */
.checkbox-style-type input[type="checkbox"] + label, 
.radio-style-type input[type="radio"] + label{display:inline-block; position:relative; color:#333; cursor:pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

/* checkbox */
.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') -22px top no-repeat;}
.checkbox-style-type input[type="checkbox"]:checked + label:before{background:url('/images/fullOnestop/common/box-checkbox.png') 0px top no-repeat;}
.checkbox-style-type input[type="checkbox"]:disabled + label{cursor:auto}
.checkbox-style-type input[type="checkbox"]:disabled + label:before{background:url('/images/fullOnestop/common/box-checkbox.png') -44px top no-repeat;}
.checkbox-style-type input[type="checkbox"]:disabled:checked + label:before{background:url('/images/fullOnestop/common/box-checkbox.png') 0 top no-repeat;}

/* radio */
.radio-style-type input[type="radio"] + label{margin-right:8px}
.radio-style-type input[type="radio"] + 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/circle-checkbox.png') -22px top no-repeat;}
.radio-style-type input[type="radio"]:checked + label:before{background:url('/images/fullOnestop/common/circle-checkbox.png') 0px top no-repeat;}
.radio-style-type input[type="radio"]:disabled + label{cursor:auto}
.radio-style-type input[type="radio"]:disabled + label:before{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 label hidden */
.radio-style-type.label-hidden input[type="radio"] + label{margin-right:0;}
.radio-style-type.label-hidden input[type="radio"] + label:before{margin:0;}

::-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;}

#wrap{min-width:1300px;}
#container{overflow:hidden;}

/* header */
#header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 34px;
}

#header .title {
	display: flex;
	align-items: flex-end;
	gap: 15px;
}

#header .title img {
	width: 144px;
}

#header .title p {
	color: #fff; 
	font-size: 18px;
}

#header .gnb-wrap {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-top: 5px;
}

#header .gnb-list {
	display: flex;
	gap: 60px;
}

#header .gnb-list a {
	position: relative; 
	display: block;
	font-size: 16px; 
	color: #fff; 
	transition: all 0.3s;
}
 
#header .gnb-list a:before {
	content: ''; 
	position: absolute; 
	bottom: -5px; 
	left: 0;
	width: 0; 
	height: 2px; 
	background: #f7c611; 
	transition: all 0.3s;
}

#header .gnb-list a:hover:before {
	width: 100%;
}

#header .gnb-wrap > a {
	color: #fff; 
	padding-right: 24px; 
	background: url('/images/fullOnestop/common/h-btn.png') no-repeat right center; 
	font-size: 14px; 
	transition: all 0.3s;
}

#header .gnb-wrap > a:hover { 
	color: #f7c611; 
	background: url('/images/fullOnestop/common/h-btnOn.png') no-repeat right center;
}

/* footer */
#footer .copy {
	padding: 35px 0; 
	text-align: center; 
	color:#fff; 
	font-size:13px
}

/* 메인 */
.main-one-stop {
	width: 1200px;
	margin: 110px auto;
	display: flex;
	justify-content: space-between;
}

.main-title {
	color: #fff;
}

.main-title h1 {
	font-size: 45px;
	line-height: 1.3;
	letter-spacing: -1px;
}

.main-title h1 span {
	margin-left:4px;
	font-size: 25px;
}

.main-title h1 strong {
	color: #f7c611
}

.main-title p {
	margin: 40px 0 60px;
	font-size: 16px;
}

.main-title .guide-btn {
	position: relative; 
	display: inline-flex;
	justify-content: center;
	align-items: center; 
	min-width: 260px; 
	height: 52px; 
	text-align: center; 
	border: 1px solid #fff; 
	transition: all 0.3s;
	font-size: 16px;	
	color: #fff;
}

.main-title .guide-btn:hover {
	border: 1px solid #f7c611; 
	color: #000
}

.main-title .guide-btn:before {
	content: ''; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 51px; 
	background: #f7c611; 
	transition: all 0.3s; 
	z-index: -1
}

.main-title .guide-btn:hover:before {
	width: 100%;
}

.account-section {
	margin-top: 50px;
}

.account-info {
	border-radius: 10px;
	overflow: hidden;
}

.account-info {
	display: flex;
}

.account-title {
	position:relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px; 
    height: 350px;
    text-align: center;
    background: linear-gradient(to bottom, #0a82fc 30%, #1c934e 100%);
    box-shadow: 12px 0px 25px 0px rgba(0,0,0,0.2);
    color: #fff;
    z-index: 1;
}

.account-title h3 {
	margin: 20px 0 15px;
	font-size: 22px;
}  

.account-title p {
    line-height: 1.5;
    font-size: 16px;
}

.account-form {
	width: 500px;
	height: 290px;
	padding: 30px;
	background-color: #fff;
}

.account-form .title {
	margin-bottom: 30px;
}

.account-form .title h3 {
	line-height: 1.3;
	font-size: 24px;
}

.account-form .title p {
	margin-top: 14px;
	font-size: 16px;
}

.account-form .form {
	display: flex;
	align-items: center;
	gap: 10px;
}

.account-form .form input {
	flex:1; 
	min-width: 0;
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 10px;
}

.main-next-btn button {
    padding: 17px 55px 17px 0;
    width: 100%;
    text-align: right;
    background: #1d66b5 url('/images/fullOnestop/common/next-btn-on.png') no-repeat 92.5% 24.5px/7px;
    color: #fff;
    font-size: 18px;
}

.personal-account-btn {
	margin-top: 30px;
	text-align: right; 
}

.personal-account-btn a {
	display: inline-block; 
	padding-right: 125px; 
	color: #fff; 
	background: url('/images/fullOnestop/main/personal-account-btn.png') no-repeat bottom 5px right;
	transition: all 0.3s;
}

.personal-account-btn a:hover {
	color: #f7c611; 
	background: url('/images/fullOnestop/main/personal-account-btnOn.png') no-repeat bottom 5px right;
}

.account-selection {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.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 / 61px no-repeat;
	cursor: pointer;
	appearance: none;
}

.account-selection div input:checked {
	background-position: 1px
}

.account-selection div input:disabled {
	background-position: -42px;
	cursor: auto;
}

.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;
	cursor: pointer
}

.account-selection div input:checked + label {
	border-color: #f7c611;
}

.account-selection div input:disabled + label {
	border-color: #ddd;
	cursor: auto;
}
 
.account-selection .account-icon01 label {
	background-image: url('/images/fullOnestop/main/account-icon01-off.gif');
	background-position: center 10px;
    background-size: 74px;
}

.account-selection .account-icon02 label {
	background-image: url('/images/fullOnestop/main/account-icon02-off.gif');
	background-position: calc(50% - -2px) 9px;
    background-size: 65px;
}

.account-selection .account-icon03 label {
	background-image: url('/images/fullOnestop/main/account-icon03-off.gif');
	background-position: calc(50% - 2px) 9px;
    background-size: 55px;
}

.account-selection .account-icon01 input:checked + label {
	background-image: url('/images/fullOnestop/main/account-icon01-on.gif');
}

.account-selection .account-icon02 input:checked + label {
	background-image: url('/images/fullOnestop/main/account-icon02-on.gif');
}

.account-selection .account-icon03 input:checked + label {
	background-image: url('/images/fullOnestop/main/account-icon03-on.gif');
}

.account-selection .account-icon01 input:disabled + label {
	background-image: url('/images/fullOnestop/main/account-icon01-off.gif');
}

.account-selection .account-icon02 input:disabled + label {
	background-image: url('/images/fullOnestop/main/account-icon02-off.gif');
}

.account-selection .account-icon03 input:disabled + label {
	background-image: url('/images/fullOnestop/main/account-icon03-off.gif');
}

/* 계좌 사용등록 진행절차 팝업 */ 
.guide-popup {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	z-index:100;
	display: none;
	justify-content: center;
	align-items: center;
}

.guide-content {
	width: 1200px;
	background: #fff; 
	padding: 50px; 
	border-radius: 10px;
}

.guide-title {
	margin-bottom: 30px;
}

.guide-title h2 {
	color: #1d66b6; 
	font-size: 24px; 
	text-align: center;
}

.guide-content {
	position: relative;
	max-height: 100%;
    overflow: auto;
}

.guide-arrow {
	position: absolute;
}

.guide-content .guide-list {
	position: relative;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

.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;
}

.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 strong {
	display: block;
	margin: 14px 0 8px 0;
	font-size: 16px;
}

.guide-close {
	position: absolute; 
	top: 30px; 
    right: 30px; 
    width: 25px; 
    height: 25px; 
    text-indent: -9999px; 
    background:url('/images/fullOnestop/common/guide-close.gif') no-repeat center/25px
}

#container .next-btn{width:100%; height:71px; position:absolute; left:0; bottom:0; text-align:right; font-size:18px; background:#ccc}
#container .next-btn:before{content:""; display:inline-block; position:absolute; top:0; left:0; width:0; height:100%; background:#1d66b5; transition:all 0.3s;}
#container .next-btn button,
#container .next-btn a {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    padding: 22px 55px 22px 0;
    background: #1d66b5 url('/images/fullOnestop/common/next-btn-on.png') no-repeat 96.5%/8px 13px;
    color: #fff;
    border: none;
    text-align: right;
}
#container .next-btn button:disabled { background-color:#CCC; }

.Input-wrap{border-top:1px solid #333; font-size:15px}
.Input-wrap > div, .Input-wrap .mCustomScrollBox .mCSB_container > div{padding:10px 0 10px 20px; border-bottom:1px solid #ddd; position:relative;}
.input-title{display:inline-block; width:130px; float:left; margin-top:8px}
.Input-wrap > div input{height:40px; border:1px solid #ddd; padding-left:10px; margin-right:10px}
.Input-wrap > div input:last-child{margin-right:0}
.Input-wrap > div select{width:175px; height:40px; margin-right:10px; padding-left:10px; color:#999; border:1px solid #ddd}
.Input-wrap > div > p{padding:5px 0 0 150px; font-size:14px; color:#999; background:url('/images/fullOnestop/sub/Input-wrap-icon.gif') no-repeat 129px 8px;}
.Input-btn{display:inline-block; width:103px; height:40px; line-height:38px; margin-right:10px; border:1px solid #ddd; background:#a1a4ad; color:#fff !important; text-align:center; vertical-align:middle; transition:All 1s ease;}
.Input-btn.primary{background-color: #2269b0; color: #fff;}
.Input-btn:hover{background:#5a606e}
.Input-wrap .Input-layout{display:inline-block; width:750px}
.Input-wrap .Input-layout > span{font-size:14px; color:#999; display:block;}
.reference{font-size:14px; color: #999; display:block; margin-top:10px; padding-left:20px; background:url(/images/fullOnestop/sub/Input-wrap-icon.gif) no-repeat left 4px;}
.reference .bold{color:#666; font-weight:500}
.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{display:inline-block !important; margin:0 12px}
.layout-horizontal div{display:inline-block; margin-right:50px}
.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 !important}
.division-title{display:inline-block; padding:10px 20px; font-weight:500; font-size:16px;}

.last{border-bottom:none !important; padding-bottom:0 !important; margin-bottom:0 !important}
.dim{width:100%; height:100%; background:#000; position:fixed; top:0; left:0; z-index:10; opacity:0.5; display:none;}

.required-label{
	position:relative;
	color:#cc0000;
}
.required-label:before { 
	content:'*';
	display:inline-block;
	position:absolute;
	top:0; 
	left:-10px; 
	color:#cc0000;
}

h4.required-label:before{left:0}

/* =============================== 서브 =============================== */
.one-stop-contents {
	width: 1200px;
	margin: 50px auto 0;
	display: none;
}

/* left 메뉴 */
.left-nav {width:180px; height:735px; float:left; position:relative; background-color:#8eb2da; border-top-left-radius:15px; border-bottom-left-radius:15px; overflow:hidden;}
.left-nav > ol > li{padding:25px 0; border-bottom:1px solid #73a3d7; color:#fff; font-size:16px;}
.left-nav > ol > li.active{background-color:#0969cd;} 
.left-nav > ol > li h2{padding-left:30px}
.left-nav .left-list{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-color:#fabe08;}
.left-nav .guide-btn{width:100%; position:absolute; left:0; bottom:0; background:#7ba2d0 url('/images/fullOnestop/common/guide-btn-icon.png') no-repeat 139px; color:#263d6d; padding:24px 24px 25px 0px; font-weight:500; font-size:15px}

/* layout */
.content{position:relative; float:left; width:1020px; height:735px; padding:30px 60px; background:#fff; border-top-right-radius:15px; border-bottom-right-radius:15px; overflow:hidden;}

/* top 메뉴 */
.top-nav{margin:0 0 30px 0; border-bottom:2px solid #d9d9d9; font-size:16px; color:#0969cd; font-weight:500}
.top-nav span{position:relative; display:inline-block; padding-bottom:14px; margin-right:10px;}
.top-nav span:before{content:""; position:absolute; bottom:-2px; left:0; width:100%; height:2px; background-color:#0969cd}

/* 타이틀 */
h2.title{font-size:24px}
h2.title span{font-size:18px;}
h3.title{margin-bottom:10px; padding-left:10px; background:url('/images/fullOnestop/common/table-title-area.png') no-repeat left; font-size:18px;}
h3.title span{font-size:14px; font-weight:normal; color:#737373;}
.sub-title{font-size:16px; margin:3px 0 20px 2px; color:#737373;} 

/* 버튼 */
.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{transition: transform 0.5s; -webkit-transition: transform 0.5s; position:absolute; top:23px; right:23px}
.btn-open.open img{webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -o-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);}
.npo-btn{cursor:pointer}
.npo-btn i{color:#0969cd} 

/* 팝업 */
.pop-layer{display:none; position:absolute; top:30%; left:50%; width:550px; margin-left:-255px; height:auto; border-radius:10px; z-index:10; overflow:hidden; -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);}
.pop-layer h2{padding:20px 30px; color:#fff; font-size:20px; background:#739dcd; text-align:left}
.pop-layer .pop-conts{padding:30px; text-align:center; background:#fff}
.pop-layer .pop-conts h3{font-size:40px;}
.pop-layer .pop-conts > p{display: flex; justify-content: center; align-items: center; gap: 5px; font-size:16px;}
.pop-layer .pop-conts .pop-txt{margin-top:30px; padding-top:15px; text-align:left; border-top:1px solid #ddd}
.pop-layer .pop-conts .approval-txt{text-align:center}
.pop-layer .pop-conts .approval-txt p{margin-top:15px; font-size:15px}
.pop-layer .pop-conts .approval-txt h3{font-size:18px}
.pop-layer .pop-conts .approval-txt span{display:block; margin-top:10px; color:#737373;}
.dim-layer{display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
.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:23px; right:30px; 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 0; 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:20px; text-align:left;}
.list-pop .contents-list p{font-size:15px; font-weight:500}
.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{height:45px; margin:10px 0; padding-left:10px; border:1px solid #ddd;}
.list-pop .radio-style-type{display:inline-block;}
#npo-popup .pop-layer, #residentAlien-popup .pop-layer{border:1px solid #ddd}
.pop-layer .npo-content{padding:30px; background:#fff; text-align:left; color:#333; font-size:14px;}
.pop-layer .npo-content .npo-title{font-size:15px; font-weight:500; margin-bottom:10px;}

#guide-popup .pop-layer{top:7% !important}
#address-pop .pop-layer{top:17% !important}

#cntrycd-pop .pop-layer,
#bizdiv-pop .pop-layer,
#ssnGuidePop .pop-layer,
#driverLicenseGuidePop .pop-layer{top:20% !important}

#drive-pop .pop-layer{top:50% !important; width:472px; margin:-308px -236px auto}

#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;
    display:none;
    opacity: 0;
    transition: opacity .3s;
}
#dialog.active { opacity: 1; pointer-events: auto; display:block;}
.msg-layer {
	width: 478px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    position: static;
    margin: 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;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.msg-layer h2{padding:20px 30px; color:#fff; font-size:20px; background:#739dcd}
.msg-layer .msg-conts{padding:30px; text-align:center; background:#fff}
.msg-layer .msg-conts h3{font-size:40px;}
.msg-layer .msg-conts > p{white-space: pre-wrap; display:inline-block; font-size:16px; padding-left:22px; text-align:left; background:url('/images/fullOnestop/common/notice-icon.png') no-repeat left 5px}
.msg-layer .msg-conts .msg-txt{margin-top:30px; padding-top:15px; text-align:left; border-top:1px solid #ddd}

/* .msg-layer .msg-conts .approval-txt{text-align:center}
.msg-layer .msg-conts .approval-txt p{margin-top:15px; font-size:15px}
.msg-layer .msg-conts .approval-txt h3{font-size:18px}
.msg-layer .msg-conts .approval-txt span{display:block; margin-top:10px; color:#737373;} */
/* 고객확인 */
.tab{overflow:hidden; }
.tab li{float:left; width:33.3%; border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-left:1px solid #ddd; text-align:center; padding:20px; cursor:pointer; font-size:16px}
.tab li.disabled{cursor:not-allowed;background-color:#ddd;}
.tab li:last-child{border-right:1px solid #ddd}
.tab li.on{position:relative; border-bottom:none; font-weight:500;}
.tab li.on:before{content:""; display:inline-block; position:absolute; top:-1px; left:-1px; width:300px; border-top:2px solid #333;}
.tab-con{clear:both; margin-top:15px; }
.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 p{line-height:2; margin:15px 0 25px 0; font-size:17px;}
.tab-con div p span{font-size:15px; color:#737373}
.tab-con div .ars-list{padding:25px 0; background:#f0f1f5}
.tab-con div .ars-list div{display:inline-block; font-size:16px}
.agreeall-box{position:relative; display:inline-block; width:750px; padding:10px 0 5px 0; border:1px solid #ddd}
.agreeall-box > .checkbox-style-type{padding:0 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-confirm{margin-top:25px; padding-top:25px; text-align:center; border-top:1px solid #ddd}
.btn-wrap{text-align:center}

/* 약관동의 */
.agree-box{padding:15px; margin-bottom:20px; text-align:center; border-radius:10px; border:1px solid #ddd; background-color:#f0f1f5}
.agree-box .radio-style-type{display:inline-block; margin-top:10px; font-weight:500}
.content .accept-terms .checkbox-list{height:115px; padding:20px 5px 20px 30px; border:1px solid #ddd; border-radius:10px; background:#fff; overflow-x:hidden;}
.accept-terms .checkbox-list .checkbox-style-type{float:left; width:49%; margin-bottom:10px}
.accept-terms .checkbox-list .checkbox-style-type:nth-child(2n){margin-left:16px}
.accept-terms .checkbox-list .checkbox-style-type label:hover{font-weight:500;}
.accept-terms .scrollbar{height:268px; background:#fffaee; border-radius:10px; margin:20px 0; padding:20px; overflow-y:auto;}
.accept-terms .scrollbar h3{margin-bottom:7px}
.accept-terms .scrollbar span{font-weight:500; display:inline-block; margin-bottom:2px}
.accept-terms .box-list{position:relative; padding:15px 25px; border:1px solid #ddd; border-radius:10px;margin-bottom:20px}
.accept-terms .box-list p, .accept-terms .scrollbar p{line-height:1.8; color:#333}
.accept-terms .box-list p span{font-weight:500}
.accept-terms .box-list div{text-align:center}
.accept-terms .box-list .agreement_qr{position:absolute; right:15px; bottom:15px;}
.toggle{margin:20px 0;}
.toggle .toggle-txt{border:1px solid #ddd; border-radius:10px; overflow:hidden;}
.toggle .toggle-txt a{padding:15px 15px; display:block; font-size:16px; font-weight:500}
.toggle .toggle-txt > div{border-top:1px solid #ddd;}
.toggle .toggle-txt .toggle-scrollbar{height:180px; background:#fffaee; padding:15px 15px; overflow-y:scroll !important;} 
.agree-cont{overflow:hidden; margin-bottom:20px;} 
.agree-wrap{margin-top:10px} 
.agree-wrap span{float:left; display:block; padding-left:20px; font-size:12px; color:#999; background:url('/images/fullOnestop/sub/Input-wrap-icon.gif') no-repeat left 3px;}
.agree-wrap .checkall-box{width:100%; margin:20px 0 0 0; padding:10px 20px; background:#f5f5f5; border-radius:5px;}
.agree-wrap .checkall-box .checkall{overflow:hidden; display:block; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #dcdcdc}
.agree-wrap .checkall-box .checkall p{float:left; font-size:14px; font-weight:600}
.agree-wrap .checkall-box .checkall .checkbox-style-type{float:right; font-weight:600} 
.agree-wrap .checkall-box .checkbox-style-type{display:inline-block;}
.agree-wrap > div{float:right; margin-top:17px}
.agree-wrap > div p{display:inline-block; margin-right:10px; font-size:14px; font-weight:500}  
.agree-wrap > div > div{display:inline-block; text-align:right; font-weight:500} 
.agree-wrap .checkbox-style-type{margin-left:15px;}    
.agree-wrap > div > div:last-child label{margin-right:0} 
.agree_wrap .radio-style-type label{font-size:16px;}
  
/* 위험고지 */  
.finish-wrap{text-align:center; padding-top:50px; border-top:1px solid #000}
.finish-wrap > p{line-height:2; margin-top:15px; font-size:17px; font-weight:500}
.finish-wrap > p span{font-size:15px; font-weight:normal}
.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 37px; display:block; font-size:16px; font-weight:500; background:url('/images/fullOnestop/sub/finish-icon.gif') no-repeat 15px 19px}
.finish-txt > div{border-top:1px solid #ddd; background:#fffaee; padding:15px 28px;}
.finish-txt > div p{padding-left:10px; position:relative; line-height:1.5}
.finish-txt > div p:before{content:""; display:inline-block; position:absolute; top:9px; left:0; width:2px; height:2px; background:#000; border-radius:50%}
.finish-txt > div dl{display:flex; align-items:center; margin:17px 0; font-size:16px}
.finish-txt > div dl dt{width:170px; font-weight:500} 
.finish-txt > div dl dd a{margin-right:10px; border-bottom:1px solid #1d66b5; color:#1d66b5}
.finish-txt > div dl dd a i{margin-left:3px}

/* 거래확인서 */
/* .input-toggle{margin:20px 0;}
.input-toggle .input-toggle-txt{margin-bottom:10px; border:1px solid #ddd; border-radius:10px; overflow:hidden;}
.input-toggle .input-toggle-txt a{padding:8px 15px; display:block; font-size:16px;}
.input-toggle .input-toggle-txt a img{top:16px}
.input-toggle .input-toggle-txt .input-toggle-box{ overflow:hidden; }
.input-toggle .input-toggle-txt .input-toggle-box .Input-wrap{ height:265px; padding:10px 0}
.input-toggle .input-toggle-txt .input-toggle-box .Input-wrap .Input-layout{width:688px;}
.input-toggle .input-toggle-txt .input-toggle-box .Input-wrap .mCustomScrollBox{padding:0 10px 0 20px; border-bottom:none;} */

/* 투자자정보확인서 */
.acc_form_scroll{margin-top:20px; height:465px; overflow-y:scroll}
.investor_form .title:nth-child(3){margin-top:30px}
.investor_form_box{display:flex; text-align:center; background-color:#f3f7fb}
.investor_form_box div{position:relative; flex:1; padding:20px 0;}
.investor_form_box div:first-child:before{display:none}
.investor_form_box div:before{content:''; position:absolute; top:50%; left:0; width:1px; height:30px; margin-top:-15px; background-color:#ddd}
.investor_form_box .radio-style-type input[type="radio"] + label{margin-right:0} 
.investor_form_box label span{color:red}
.investor_form_txt{margin-top:20px; padding:20px; background-color:#dfe2e9}
.investor_form2_txt {
  color: #333;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.investor_form_txt p, .investor_form2_txt p{position:relative; margin:3px 0; padding-left:10px;}
.investor_form_txt p:before, .investor_form2_txt p:before{content:''; position:absolute; top:9px; left:0; width:3px; height:3px; background-color:#000; border-radius:50%}
.investor_form2_txt span {
  display: inline-block;
  padding-left: 10px;
  color: #737373;
}
.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[type="text"] {
	position:relative; 
	z-index:1; 
	height:40px; 
	padding-left:10px; 
	border:1px solid #ddd; 
	color:red; 
	background:none; 
	border-radius:5px
}

.confirm-box input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.confirm-box input[type="text"] + label {
	position:absolute; 
	top:10px; 
	left:11px; 
	color:#999;
}

.confirm-box input[type="checkbox"] + label {
	display: inline-block;
	padding: 8px 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	box-sizing: border-box;
}

.confirm-box input[type="checkbox"] + label:hover,
.confirm-box input[type="checkbox"] + label:focus {
  border-color: #9c0808;
}

.confirm-box input[type="checkbox"]:checked + label {
  background-color: #fdf0f0;
  border-color: #9c0808;
  color: #9c0808;
  font-weight: bold;
}

.confirm-input1{width:143px}
.confirm-input2{width:75px}
.confirm-input3{width:145px}

.confirm-noti{display:block; margin-top:20px; padding:20px; text-align:center; background-color:#dfe2e9}

/* 투자자성향별 적합한 투자성 상품 팝업 */
.investor_products_btn {
  padding: 6px 10px;
  background-color: #025db8;
  border: none;
  cursor: pointer;
  color: #fff;
}

.investor_product_wrap {
  margin-bottom: 20px;
  width: 100%;
}

.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;
}

.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;
}

/* 터치 유도 툴팁 */
.touch_tooltip {
  position: absolute;
  top: 110%;
  left: 1.25rem;
  z-index: 1;
  margin-top: -4px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  background-color: #0a1967;
  width: 140px;
  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:20px; padding:30px; background-color:#f3f7fb}
.investment_tendency p{margin-bottom:15px; font-size:16px; color:#333}
.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:8px}
.investment_tendency .confirm-box input{width:110px;}  
.investment_tendency table{width:100%; text-align:center; font-size:16px;}
.investment_tendency_table1{overflow:hidden; margin-bottom:40px; border-radius:10px; border:1px solid #f0f0f0;}
.investment_tendency_table1 th{padding:18px; background-color:#d3e0f0; border-bottom:1px solid #becedd; border-right:1px solid #b3bfcb; font-weight:500}
.investment_tendency_table1 tr:last-child th, .investment_tendency_table1 tr:last-child td{border-bottom:none} 
.investment_tendency_table1 td{padding:18px; 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_title{margin-bottom:10px; font-size:16px;} 
.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_subTxt{margin-left:13px; padding-left:92px; text-indent:-92px; line-height:1.7; font-size:13px; color:#333}
.investment_confirm_bullet:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.investment_confirm_box{margin:20px 0;}
.investment_confirm_box div{display:flex; align-items:center; justify-content:center; height:94px; margin-bottom:10px; background-color:#f3f6fb; border:4px solid #e8eff7; border-radius:5px;}
.investment_confirm_box div h3{font-size:18px}
.investment_confirm_box div h3 span{color:#0969cd;}
.investment_confirm_box p{line-height:1.7}
.investment_confirm_table{margin-bottom:10px; border:1px solid #d4d4d4}
.investment_confirm_table th{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_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}  

/* 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;
}

/* #dialog {
	display:none;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,.2);
	z-index:99999;
}
#dialog .mdl-dialog {
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0 0 -250px;
	width:500px;
	height:300px;
	background:#FFF;
	z-index:999999;
}
#dialog .btn-wrap{
	position:absolute;bottom:30px;width:100%;
}
#dialog .btn-wrap .dft-btn{
	height:40px;line-height:40px;
} 
.mdl-dialog__content{text-align:center;height:40px;overflow:hidden;}
.mdl-dialog__title{color:#6292c8;font-size:22px !important;padding:132px 55px 0 !important;text-align:center;background:url('/images/oneStop/contents/error.png') no-repeat center 56px/48px auto;}
.mdl-dialog__actions .close{position:absolute;top:20px;right:10px;text-indent:-9999px;background:url('/images/oneStop/common/close-b.png') no-repeat center;}
.mdl-dialog__actions .close:hover{background-color:#fff !important;}

 */

@-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: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    right: 0px;
    background:url('/images/fullOnestop/common/download-icon.png') no-repeat left;
}

.btnDownload i{display:none;}
.red { color:#cc0000 !important;margin-top:10px;}
.blue { color:blue !important;margin-top:10px;}
.agreements-list-container .checkbox-style-type input[type=checkbox]:disabled + label { color: #AAA; }
.agreements-list-container .checkbox-style-type input[type=checkbox].active:disabled + label { color: #333; font-weight:bold; }
.agreements-list-container .checkbox-style-type input[type=checkbox]:disabled:checked + label { color: #555; }


/* ::-webkit-inner-spin-button,
::-webkit-calendar-picker-indicator{
	display : none;
	-webkit-appearance : none;
} */

.test-Input-wrap .layout{margin-bottom:50px;}
.test-Input-wrap .layout .sub-txt{padding-left:10px; margin-top:20px; font-size:16px;}
.test-Input-wrap .layout .layout-horizontal > div{margin-right:48px;}
.test-Input-wrap .layout .layout-horizontal div:last-child{margin-right:0}
.test-Input-wrap .layout .layout-line{padding:10px 20px; border-bottom:1px solid #ddd;}
.test-Input-wrap .layout .layout-line .checkbox-style-type{display:inline-block}
.test-Input-wrap .layout .layout-line .radio-style-type{margin-right:0}
.test-Input-wrap .layout div input{height:40px; border:1px solid #ddd; padding-left:10px; margin-right:10px}
.test-Input-wrap .layout div input:last-child{margin-right:0}
.test-Input-wrap .layout div select{width:175px; height:40px; margin-right:10px; padding-left:10px; color:#999; border:1px solid #ddd}
.notice-txt{display:block; margin-top:10px; padding-left:20px; color:#999; font-size:13px; background:url('/images/fullOnestop/sub/Input-wrap-icon.gif') no-repeat left 3px;}

/* table */
.table-area table{width:100%; border-left:1px solid #ddd; border-top:1px solid #ddd}
.table-area thead th{padding:10px; background:#8eb2da; color:#fff;}
.table-area th{border-right:1px solid #ddd; border-bottom:1px solid #ddd}
.table-area td{padding:20px; border-right:1px solid #ddd; border-bottom:1px solid #ddd} 
.table-area .checkbox-style-type, .table-area .radio-style-type{margin-top:10px}
.table-area.v2 th{background:#8eb2da; color:#fff;}
.table-area.v2 td{background:#fff}
.table-area.v2 td p{padding-left:11px; text-indent:-11px;}
.table-area.v3 td{padding:10px}

.table-scroll{overflow:auto}
.table-scroll th, .table-scroll td{white-space:nowrap}

.radio-layout .radio-style-type{display:inline-block; margin:0}
.radio-layout .radio-style-type input[type="radio"] + label{margin:10px 30px 0 0}
.category-title{display:block}
 
.info-box{padding:15px 20px; margin-bottom:30px; background-color:#8eb2da; border-radius:10px; color:#fff}
.info-box p{position:relative; padding-left:10px; margin:5px 0} 
.info-box p:before{content:''; position:absolute; top:9px; left:0; width:3px; height:3px; background-color:#fff}

/* color */
.gray{color:#575757 !important; font-weight:500}
span.crd01 { width: 18px; display:inline-block; text-align:center;}
 
/* 공지 */
.noti-btn{font-weight:500; font-size:14px !important;}
.noti-btn i{color:#0969cd}
.keyword{display:flex; align-items:center; font-size:13px; padding-right:15px; color:rgba(0,0,0,0.8)}
.keyword i{margin-left:2px; color:#4d5b78; font-size:14px}

/* 장내파생상품 거래설명서*/
.ntbox_line { 
	height:300px;   
	border:1px solid #ddd;
	padding:10px;
	overflow:auto;
	text-align:center;
}
.ntbox_line img {
	max-width:100%;
}
.agree_1 {
	display:flex;
	margin:20px 0 10px;
	border:1px solid #ddd;
	padding:10px;
	box-sizing:border-box;
}
.agree_spacing {
	margin-left:5px;
}
.agbox_flex{
	display:flex; 
	justify-content:flex-end;
	align-items:center;
}

.rating.t2{
	margin:15px 0;
}
.rating_txt1 {
	margin-top:-15px;
}
.rating_txt1 li {
	margin:15px 0;
}

.write_chk {
	margin-top:15px;
	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:bold
}

.write_chk dt strong {
	display:block;
	line-height:1.5;
	color:#0061b2
} 

.write_chk dt .two {
	margin-top:10px
}

.write_chk dd {
	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
}

.write_chk .two div {
	padding:5px 5px 5px 0 
}

.write_chk .three div { 
	padding:5px 5px 5px 0
}

.frm_input {
	width:100%;
	height:40px;
	padding-left:10px;
	border:1px solid #ddd;
	background-color:#fff
} 

.frm_input:disabled {
	background-color:#f5f5f5
}

.guide {
    line-height:1.5;
    margin-top:10px;
    color:#0061b2 
}

.form_table {
	width:100%
}

.form_table th {
	padding:4px	
}

.form_table td {
	padding:4px	
}

.info_box {
	padding:10px;
	margin:20px 0;
	border:1px solid #e5e5e5;
	line-height:1.7;
	background-color:#f7f7f7
}

.info_box ul {
	margin:-10px 0
} 

.info_box ul li {
	margin:10px 0;
	line-height:1.5
}

.write_citizen dd {
	display:flex;
	align-items:center
} 

.write_citizen dd span {
	margin:0 5px
}

/*AML 계좌사용등록 > 대리인추가,삭제 버튼 */
.btn_area {
    padding-top: 20px;
    text-align:center
}

.btn_area button {
	margin:0 2px;
} 

.tx_ct {
    text-align: center !important;
}

.btnSty {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    z-index: 10;
    vertical-align: middle;
    letter-spacing: -1px;
}

.btnBlue {
    height: 40px;
    line-height:38px;
    padding: 0 18px;
    background: #025db8;
    border: 1px solid #025db8;
    color: #fff;
	text-align:center;
    cursor: pointer;
}

.btnWhite {
    height: 40px;
    line-height:38px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    text-align:center;
    cursor: pointer;
}