@charset "utf-8";
:lang(ko) {
    font-family:'Noto Sans', 'Malgun Gothic', 'Microsoft YaHei UI', 'AppleGothicNeoSD', 'Segoe UI', 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic';
}
:lang(en) {
    font-family:'Noto Sans', 'Microsoft YaHei UI', 'Malgun Gothic', 'AppleGothicNeoSD', 'Segoe UI', 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic';
}
:lang(zh) {
    font-family:'Noto Sans', 'Microsoft YaHei UI', 'Malgun Gothic', 'AppleGothicNeoSD', 'Segoe UI', 'Apple SD 산돌고딕 Neo', 'Microsoft NeoGothic';
}

html{height:100%;overflow-y:scroll;}
body {
	height:100%;
    margin: 0;
    padding: 0;
    background: #363a49;
    line-height: 1;
}
div, ul, li, dl, dt, dd, p, span, label {
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
}
pre {
	font-family: inherit;
}
a {
    text-decoration: none;
    color:#222;
}
a:hover {
	opacity: 0.8;
}
li {
    list-style: none;
}
h1, h2, h3, h4 {
    padding: 0;
    margin: 0
}
em {
    font-style: normal;
}
hr {
    margin: 0;
    padding: 0;
}
input[type='text'], input[type='password'] {
	background-color: #fff;
	border: 1px solid #bcc1c2;
}
input[type='text']:focus, input[type='password']:focus {
	background: #fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption {
	font-size: 0;
	line-height: 0;
	height: 0
}

.loading-indicator {
    width: 100%;
    text-align: center;
    min-height: 24px;
}

.loading-indicator img {
    vertical-align: middle;
    max-height: 24px;
}

/* 라디오버튼공통 */
.radio {
	overflow: hidden;
	display: inline-block;
	min-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
}
.radio input {
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: 0 none;
	font-size: 0;
	line-height: 0;
	clip: rect(0, 0, 0, 0);
	opacity: 0;
}
.radio span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	font-size: 15px;
	vertical-align: middle;
}

/* 체크박스공통 */
.check {
	overflow: hidden;
	display: inline-block;
	position: relative;
	min-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
}
.check input {
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: 0 none;
	font-size: 0;
	line-height: 0;
	clip: rect(0, 0, 0, 0);
	opacity: 0;
}
.check span {
	display: inline-block;
	font-weight: 400;
	color: #666666;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	font-size: 15px;
	vertical-align: middle;
}
/* 텍스트는 디자인에 맞게 변경 */
.check span:before {
	position: absolute;
	left: 0px;
	top: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: url("../images/user/check01.png") no-repeat 0 50%;
	background-size: 22px;
}
/* 이미지는 디자인에 맞게 변경 */
.check input:checked+span:before {
	position: absolute;
	left: 0px;
	top: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: url("../images/user/check01_on.png") no-repeat 0 50%;
	background-size: 22px;
}
/* 체크됐을때, 이미지변경 */
.check input:checked+span {
	color: #28cbba;
}
.check input:disabled+span {
	opacity: 0.7;
}
.check a {
	vertical-align: top;
}
.check span {
    line-height: 9px;
}

/* 텍스트는 디자인에 맞게 변경 */
.radio span:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: url("../images/sub/radio01.png") no-repeat 0 50%;
}

/* 이미지는 디자인에 맞게 변경 */
.radio input:checked+span {
	color: #28cbba
}

.radio input:checked+span:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: url("../images/sub/radio01_on.png") no-repeat 0 50%;
}

/* 체크됐을때, 이미지변경 */
.radio input:disabled+span {
	opacity: 0.7;
}

.radio label {
	padding-right: 15px;
}

.radio a {
	line-height: 23px;
}

.user_step .radio2 {
	overflow: hidden;
	display: inline-block;
	min-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
}

.user_step .radio2 input {
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: 0 none;
	font-size: 0;
	line-height: 0;
	clip: rect(0, 0, 0, 0);
	opacity: 0;
}



.user_step {

}

.user_step header {
	width: 100%;
	background: -webkit-linear-gradient(right, #fecc4e 50%, #005aab 50%);
	background: -o-linear-gradient(right, #fecc4e 50%, #005aab 50%);
	background: -moz-linear-gradient(right, #fecc4e 50%, #005aab 50%);
	background: linear-gradient(to right, #fecc4e 50%, #005aab 50%);
}
.user_step .header-wrap {
	position: relative;
	width: 1140px;
	height: 107px;
	margin: 0 auto;
	background: url("../images/user/login_img01.jpg") no-repeat 50% 50%;
	clear: both;
	overflow: hidden;
}
.user_step .header-wrap h1 {
	position: absolute;
	top: 31px;
	left: 0;
}
.user_step .header-wrap h1 a {
	display: block;
	width: 159px;
	height: 49px;
	text-indent: -9999em;
}
.user_step .header-wrap .langs {
	float: right;
	padding-top: 56px;
}
.user_step .header-wrap .langs label {
	display: inline-block;
}

/* 텍스트는 디자인에 맞게 변경 */
.user_step .radio2 span {
	position: relative;
	display: inline-block;
	height: 25px;
	color: #fff;
	line-height: 25px;
	font-size: 15px;
	vertical-align: middle;
	font-size: 14px;
}

/* 이미지는 디자인에 맞게 변경 */
.user_step .radio2 span:before {

}
.user_step .radio2 input:checked+span {
	color: #fecc4e;
}

/* 체크됐을때, 이미지변경 */
.user_step .radio2 input:checked+span:before {
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 0;
	width: 4px;
	height: 4px;
	content: "";
	background: url("../images/user/radio_on.png") no-repeat 0 50%;
}
.user_step .radio2+.radio2 {
	margin-left: 12px;
}

.user_step footer {
	width: 100%;
	background: #363a49;
	border-top: none;
}
.user_step footer ul {
	width: 1140px;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}
.user_step footer ul li {
	color: #fff;
	padding-top: 8px;
}
.user_step footer ul li:first-child {
	padding-top: 0;
}
.user_step footer ul li:last-child {
	padding-top: 20px;
}
.user_step footer ul li p {
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.user_step .p-user-body {
	background: #efefef;
	padding-bottom: 50px;
}
.user_step .p-user-body * {
	box-sizing: border-box;
}
.user_step .p-user-wrap {
	width: 1140px;
	padding: 60px 40px 90px 40px;
	margin: 0 auto;
	background: #fff;
}

.user_step .p-title {
	padding-bottom: 22px;
}
.user_step .p-title h2 {
	color: #262a36;
	font-weight: 400;
	font-size: 20px;
}

.p-user-step {
    clear: both;
    overflow: hidden;
    padding-bottom: 75px;
}

.p-user-step li {
	position: relative;
	float: left;
	width: 25%;
	height: 70px;
	line-height: 20px;
    padding-top: 27px;
	margin-left: -22px;
}
.p-user-step li.step01 {
	width: 287px;
	margin-left: 0;
	background: url("../images/user/step01.png") no-repeat 0 0;
	z-index: 4
}
.p-user-step li.step01 p {
	padding-left: 65px;
}
.p-user-step li.step02 {
	width: 287px;
	background: url("../images/user/step02.png") no-repeat 0 0;
	z-index: 3
}
.p-user-step li.step03 {
	width: 287px;
	background: url("../images/user/step03.png") no-repeat 0 0;
	z-index: 2
}
.p-user-step li.step04 {
	width: 264px;
	background: url("../images/user/step04.png") no-repeat 0 0;
	z-index: 1
}
.p-user-step li.step01.on {
	background: url("../images/user/step01_on.png") no-repeat 0 0;
}
.p-user-step li.step02.on {
	background: url("../images/user/step02_on.png") no-repeat 0 0;
}
.p-user-step li.step03.on {
	background: url("../images/user/step03_on.png") no-repeat 0 0;
}
.p-user-step li.step04.on {
	background: url("../images/user/step04_on.png") no-repeat 0 0;
}
.p-user-step li p {
	display: block;
	color: #afafaf;
	font-size: 18px;
	padding-left: 70px;
	letter-spacing: -1px;
}
.p-user-step li p small {
	font-size: 10px;
	padding-right: 15px;
	vertical-align: top;
	letter-spacing: 0;
}
.p-user-step li.on p {
	color: #fff;
}










.p-text-bottom {
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
}
.p-text-bottom+.p-text-bottom {
	padding-top: 8px;
}

.p-btn-bottom {
	padding-top: 50px;
	text-align: center;
}
.p-btn-bottom .btn01 {
	display: inline-block;
	height: 50px;
	line-height: 48px;
	text-align: center;
}
.p-btn-bottom .btn01+.btn01 {
	margin-left: 10px;
}
.p-btn-bottom .btn01.col01 {
	color: #fff;
	min-width: 160px;
	border: 1px solid #005aab;
	background: #005aab;
}
.p-btn-bottom .btn01.col01 span {
	padding-left: 25px;
	background: url("../images/user/icon_user08.png") no-repeat 0 50%;
}
.p-btn-bottom .btn01.col02 {
	color: #bec5c9;
	min-width: 80px;
	background: #fff;
	border: 1px solid #dde4e8;
}

.fileList .file-download-item {
     display: inline-block;
    background: url(../images/icon_download.png) no-repeat 0 5px;
    padding-left: 20px;
    line-height: 17px;
    margin-right: 40px;
    height: 30px;
    padding-top: 5px;
}

/* 팝업 버튼 */
.buttonBox__ .button__{height:48px;min-width:150px;max-width:49%; line-height: 48px;color:#fff;font-size: 18px;font-weight:400;}
.buttonBox__ .button__:hover{box-shadow: inherit;}
.buttonBox__ .confirm__{background: #4f4f4f;}
.buttonBox__ .confirm__ span{padding:0;background: none;}
.docs_contents__ .p-pop-container>.p-pop-content{margin-bottom:50px;}
.p-pop-container>.btnBox02 .ico_cancel{padding:0;}
.docs_contents__ .btnBox02>a +a{margin-left:20px;}