@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
}
body.new_type01{
	font-family: Pretendard, 'Apple SD Gothic Neo',Sans-serif;
	
}
.w200{width:200px !important;}
.w450{width:450px !important;}
.w545{width:545px !important;}
.pb50{padding-bottom:50px !important;}
.pb80{padding-bottom:80px !important;}

.fs_16{font-size:16px !important;}
.new_type01 #block-login{
	opacity:0.1;
}
.new_type01 #block-join{
	opacity:0.1;
}
.new_type01.login-main #block-login{
	opacity:1;
}
.new_type01 #sidemenu{
	height:70px;
	border-bottom:1px solid #eaeaea;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 60;
	display:flex;
	justify-content: space-between;
	align-items: center;
	box-sizing:border-box;
	padding:0 20px 0 45px;
}
.new_type01 #sidemenu .side-bar{
	position: static;
	top: 0;
	left: 0;
	width: 150px;
	height: 24px;
	text-indent: -99999px;
	flex-shrink:0;
}
.new_type01 #sidemenu .side-bar .logo{
	display:block;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: 0;
	text-indent: -99999px;
	background: url(../images/common/ico_so_logo01.svg) no-repeat center;
}
.new_type01 #sidemenu .left-banner{
	position: static;
	top: 0px;
	left: 0px;
	width:190px;
	height:35px;
	flex-shrink:0;
}
.new_type01 #sidemenu .left-banner > img{
	width:100%;
	object-fit: cover;
}
.new_type01 #sidemenu .sub-area {
	display:block;
	box-sizing:border-box;	
	width:calc(100% - 480px);
	overflow-x:hidden;
}
.new_type01 #sidemenu .sub-area ul{
	position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
	top: 0;
	right: 0;
	gap:90px;
}
.new_type01 #sidemenu .sub-area ul li{
	float: none;
	flex-shrink:0;
}
.new_type01 #sidemenu .sub-area ul:after{
	display:none;
}
.new_type01 #sidemenu .sub-area ul li a{
	display: block;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.new_type01 .site-settings{
	position: fixed;
    right: auto;
    left: 10px;
    top: auto;
    bottom: 60px;
    z-index: 10;
}
.new_type01 .site-settings .site-settings-button{
	position: absolute;
    left: 0;
    top: auto;
    bottom:0;
    background: rgba(0, 0, 0, 0.6);
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-radius: 999px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ico_so_set01{
	display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background-image: url("../images/common/ico_so_set01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}
.new_type01 .site-settings .site-settings-content{
	width: 254px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}
.new_type01 .site-settings .site-settings-content .block .header.top{
	height: auto;
    line-height: 18px; 
    border-radius: 0;
    background: none;
}
.new_type01 .site-settings .site-settings-content .block .header h2{
	margin: 0;
    line-height: 18px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    float: none;
    display: block;
    width: 100%;
    padding-bottom:10px;
}
.new_type01 .site-settings a.ss_background:nth-child(odd){
	margin-right:0;
}
.new_type01 .login_banner_box01{
	display:block;
	width:100%;
	box-sizing:border-box;
	margin-top:10px;
}
.new_type01 #ss_backgrounds{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    gap: 10px;
}
.new_type01 .site-settings a.ss_background{
	margin-bottom:0;
	display:block;
	width:calc(50% - 5px);
}
.new_type01 .site-settings .site-settings-content .block > div{
	background:none;
}
.new_type01 .site-settings .ss_background{
	
}
/*footer*/
.new_type01 #footer{
	height:50px;
	background-color:#282828;
	border-top:0;	
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;    
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_type01 #footer p{
	padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #8B8D98;
    line-height: 1.6;
    display: block;
}
.new_type01 #footer .link{
	position: static;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    width: max-content;
    flex-shrink: 0;
    gap:20px;
}
.new_type01 #footer .link a{
	font-size: 10px;
    display: block;
    width: max-content;
    color: #fff;
    letter-spacing: -0.2px;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
}
.new_type01 #footer .link a:after{
	display:none;
}
.new_type01 #footer .link a + a:after{
	content: "";
    display: block;
    padding: 0;
    color: #aaa;
    display: block;
    width: 1px;
    height: 10px;
    background-color: #EAEAEA;
    position: absolute;
    top: calc(50% - 5px);
    left: -11px;
    z-index: 10;
}
/*//footer*/

/*login_form*/
.new_type01 #login-container.login-new{
	width:650px;
	height:calc(100% - 120px);
	top:70px;
	left:auto;
	right:0;
	margin:0;
	background: rgba(255, 255, 255, 0.90);
	box-shadow:none;
	border-radius:0;
	padding:120px 0;
	box-sizing:border-box;
	min-height:834px;
}
.new_type01 #login-container.login-new form{
	position: static;
    top: 0;
    left: 0;
    width: 100%;
}
.new_type01 #login-container.login-new .login-form{
	border-radius: 0;
    display: block;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    background:none;
    padding:0 100px;
}
.new_type01 #login-container.login-new .login-form .company_logo_box{
	display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding-bottom:120px;
}
.new_type01 .login_tit{
	display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: 400;
    color: #2E2E2E;
    letter-spacing: -1px;
    line-height: 30px;
    padding-bottom: 20px;
}
.new_type01 #login-container.login-new .login-form .company_logo_box > img{
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.new_type01 #login-container.login-new .login-form .form-area{
	position: static;
    top: 0;
    left: 0;
    width: 100%;
    display:block;
    box-sizing: border-box;
}
.new_type01 #login-container.login-new .login-form .form-area .input_area {
	
}
.new_type01 input:-internal-autofill-selected{
	background-color:#fff !important;
}
.new_type01 #login-container.login-new .login-form .form-area .input_area + .input_area{
	margin-top:15px;
}
.new_type01 #login-container.login-new .login-form .form-area input[type="text"], 
.new_type01 #login-container.login-new .login-form .form-area input[type="password"], 
.new_type01 #login-container.login-new .login-form .form-area input[type="email"]{
	height:60px;
	width: 100%;   
    padding: 0 20px 0 50px;
    margin-bottom:0px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    -webkit-appearance: none;
    box-shadow: none;
    border: 0;

    border-radius: 6px;
	border:1px solid #eaeaea;
}

.new_type01 #login-container.login-new .login-form .form-area .input_area i.ico_id{
	display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_login_id01.svg) no-repeat center;
    background-size: 20px 20px;
    top: calc(50% - 10px);

    left: 20px;
    z-index: 10;
}
.new_type01 #login-container.login-new .login-form .form-area .input_area i.ico_pw{
	display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/common/ico_login_pw01.svg) no-repeat center;
    background-size: 20px 20px;
    top: calc(50% - 10px);

    left: 20px;
    z-index: 10;
}
.new_type01 .saveid{
	margin:0;
	padding-top:15px;
}
.new_type01 .saveid.login_save_box{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
}
.new_type01 .saveid.login_save_box .left_box{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.new_type01 .saveid.login_save_box .right_box{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    width: max-content;
}
.cm_ck01_box{
	display:block;
	position:relative;
}
.cm_ck01_box > input{
	width:1px;
	height:1px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
	margin:0;
}

.cm_ck01_box > label::after{
	display:block;
	content:"";
	width:16px;
	height:16px;
	box-sizing: border-box;
	background-image: url("../images/common/ico_ck01_off.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border:0;
    position:absolute;
	top: 2px;
    left: 0;
    z-index: 10;
}
.cm_ck01_box > label{
	display: block;
    box-sizing: border-box;
    padding-left: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.14px;
    line-height: 1.5;
}
.cm_ck01_box > input:checked + label::after{
	background-image: url("../images/common/ico_ck01_on.svg");
}
.cm_ck01_box > input:disabled + label::after{
	background-image: url("../images/common/ico_ck01_disable.svg");
}



.cm_ck02_box{
	display:block;
	position:relative;
}
.cm_ck02_box > input{
	width:1px;
	height:1px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
	margin:0;
}

.cm_ck02_box > label::after{
	display:block;
	content:"";
	width:18px;
	height:18px;
	box-sizing: border-box;
	background-image: url("../images/common/ico_ck02_off.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border:0;
    position:absolute;
	top: 2px;
    left: 0;
    z-index: 10;
}
.cm_ck02_box > label{
	display: block;
    box-sizing: border-box;
    padding-left: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.14px;
    line-height: 1.5;
}
.cm_ck02_box > input:checked + label::after{
	background-image: url("../images/common/ico_ck02_on.svg");
}
.cm_ck02_box > input:disabled + label::after{
	background-image: url("../images/common/ico_ck02_disable.svg");
}



.cm_rd01_box{
	display:block;
	position:relative;
}
.cm_rd01_box > input{
	width:1px;
	height:1px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0;
	margin:0;
}

.cm_rd01_box > label::after{
	display:block;
	content:"";
	width:16px;
	height:16px;
	box-sizing: border-box;
	background-image: url("../images/common/ico_rd01_off.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border:0;
    position:absolute;
	top: 2px;
    left: 0;
    z-index: 10;
}
.cm_rd01_box > label{
	display: block;
    box-sizing: border-box;
    padding-left: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.14px;
    line-height: 1.5;
    position:relative;
}
.cm_rd01_box > input:checked + label::after{
	background-image: url("../images/common/ico_rd01_on.svg");
}
.cm_rd01_box > input:disabled + label::after{
	background-image: url("../images/common/ico_rd01_disable.svg");
}
.cm_left_box01{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
}
.ico_qs_mark01{
	display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-image: url("../images/common/ico_qs_mark01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.new_type01 .saveid.login_save_box .right_box > a{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #e30413;
}
.new_type01 #login-container.login-new .login-form .form-area .login-btn{
	display: flex;
    margin: 50px 0 0 0;
    width: 100%;
    height: 60px;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #e30413;
    border: 1px solid #e30413;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}
.new_type01 #login-container.login-new .login-form .form-area .login-sublink{
	margin-top: 15px;
    text-align: right;
    font-size: 0px;
}
.new_type01 #login-container.login-new .login-form .form-area .login-sublink > a{
	display: inline-block;
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #333;
    font-weight: 600;
}
.new_type01 #login-container.login-new .login-form .form-area .login-sublink > a:after{
	content: "";
    position: absolute;
    top: 3px;
    left: -3px;
    width: 1px;
    height: 10px;
    background: #EAEAEA;
}
.new_type01 #login-container.login-new .login-form .form-area .captcha-area.ty2 input{
	height: 60px;
    width: 100%;
    padding: 0 20px 0 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    -webkit-appearance: none;
    box-shadow: none;
    border: 0;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}
/*//login_form*/

/*인증번호 로그인*/
.new_type01 div#login-container.cm_login_ctn01{
	width: 800px;
    height: auto;
    top: 120px;
    left: calc(50% - 400px);
    right: 0;
    z-index: 10;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: auto;
    position:absolute;
}
.new_type01 div#join-container.cm_login_ctn01{
	width: 800px;
    height: auto;
    top: 120px;
    left: calc(50% - 400px);
    right: 0;
    z-index: 10;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: auto;
    position:absolute;
}
.company_logo_box01{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    margin-bottom:50px;
}
.company_logo_box01 > img{
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.new_type01 div#login-container.cm_login_ctn01 .login-form{
	border-radius: 0;
    display: block;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    background: none;
    padding: 0 0 100px 0;
}
.new_type01 div#login-container.login-new .login-form .login-tab-top-wrap > ul > li:last-child{
	border:0 !important;
}
.new_type01 div#login-container.login-new .login-form .login-tab-top-wrap > ul > li:first-child{
	border:0 !important;
}
.new_type01 div#login-container.login-new .login-form .login-tab-top-wrap > ul > li{
	display: table-cell;
    position: relative;
    height: auto;
    vertical-align: top;
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 0;
    background: transparent;
}
.new_type01 #login-container.login-new .login-form .login-tab-top-wrap > ul > li:last-child:after{
	display:none;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide.njg_box01{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: max-content;
    gap: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width:100%;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide.njg_box01 .tit01{
	color: #E30413;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.64px;
    display:block;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide.njg_box01 li{
	position: relative;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide.njg_box01 li + li{
	margin-top:8px;
}
.njg_tit01{
	display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}
.lf_bg_box01{
	display:block;
	width:100%;
	height:100%;
	border-radius: 14px;
	border: 1px solid #E6E7EA;
	background: #FFF;
	padding:30px 60px 35px 60px;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .btn-wrap ul{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    gap:10px;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .btn-wrap ul li{
	display: flex;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .btn-wrap ul li:first-child{
	padding-right:0;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .btn-wrap ul li:last-child{
	padding-left:0;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .btn-wrap ul li .btn.ty1{
	width: 100%;
    height: 38px;
    line-height: 1;
    padding: 0 20px !important;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    background: #fff;
    border: 1px solid #333;
    border-radius: 6px;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.ico_phone01{
	display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-image: url("../images/common/ico_phone01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.ico_mail01{
	display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-image: url("../images/common/ico_mail01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .certi-num-wrap{
	border-bottom:0;
	position: relative;
    margin-top: 10px;
    padding-bottom:0;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .certi-num-wrap .certi-num-input-wrap input{
	width: 100%;
    height: 38px;
    padding: 0 110px 0 14px;
    border: 1px solid #DBDADE;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .certi-num-wrap .certi-num-input-wrap span{
	position: absolute;
    top: 9px;
    right: 129px;
    font-size: 14px;
    font-weight:400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .certi-num-wrap .certi-num-input-wrap span b{
	font-weight:400;
}
.new_type01 #login-container.login-new .login-form .form-area .join-guide .form-wrap .certi-num-wrap .btn.ty2{
	position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    background: #333;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 0 16.55px;
    font-size: 14px;
    font-weight: 600;
}
.new_type01 #login-container.login-new .login-form .form-area .login-info-wrap{
	font-size: 12px;
    font-weight: bold;
    color: #111;
    margin-top: 20px;
}
#login-container.login-new .login-form .form-area .login-info-wrap div.njg_noti_txt01{
	color: #333;
    font-size: 12px;
    margin-top: 5px;
    opacity:0.6;
    display:block;
}
.cm_btn_center_box{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:10px;
    width:100%;
    box-sizing:border-box;
}
.cm_btn_center_box02{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:10px;
    width:100%;
    box-sizing:border-box;
    padding:0 90px;
}
.cm_login_btn01{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #ef2a23;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
}
.cm_login_btn02{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border:1px solid #333;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #333;
}
.mt50 { margin-top:50px !important; }
.new_type01 #login-container.login-new .login-form.ty1 .form-area .captcha-area .top_box{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    width: 100%;
    gap:10px;
}
.new_type01 #login-container.login-new .login-form.ty1 .form-area .captcha-area .top_box .code{
	width: max-content;
	float: none;
    height: auto;
    line-height: 37px;
    padding: 0 0 0 0;
    border: none;
    background: transparent;
    font-size: 14px;
    text-align: center;
}
.new_type01 #login-container.login-new .login-form.ty1 .form-area .captcha-area .top_box ul.btn{
	position: static;
    top: 0;
    right: 0;
    float: none;
    width: 89px;
    margin-top: 0px;
    overflow: hidden;
}
.new_type01 #login-container.login-new .login-form.ty1 .form-area .captcha-area{
	position: relative;
    width: 100%;
    margin: 0px 0 0 0;
    padding: 0px 0px 10px;
    overflow: hidden;
    background: transparent;
    border-radius: 0 0 4px 4px;
    border-bottom: 0;
    padding-bottom: 0;
}
.new_type01 #login-container.login-new .login-form .form-area input.cm_post_txt01[type="text"]{
	width: 100%;
    height: 38px;
    padding: 0 14px 0 14px;
    border: 1px solid #DBDADE;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display:block;
}
/*//인증번호 로그인*/
/*비밀번호 5회오류*/
.new_type01 #login-container.type2{
	position: absolute;
    width: 800px;
    top: 120px;
    left: calc(50% - 400px);
    margin: 0;
}

.so_tit01{
	color: #333;
	text-align: center;
	display:block;
	font-size: 30px;
	width:100%;
	font-weight: 400;
	box-sizing:border-box;
	letter-spacing: -1.2px;
}
.ico_pw_error01{
	display: block;
    box-sizing: border-box;
    width: 160px;
    height: 150px;
    background-image: url("../images/common/ico_pw_error01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 160px 150px;
}
.join_info01{
	display: block;
    width: 100%;
    box-sizing: border-box;
}
.join_info01 .ico_pw_error01{
	margin:0 auto;
}
.join_info01 > .t1{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.64px;
    
}
.join_info01 > .t1 > strong{
	display:block;
}
.join_info01 > .t1 > .text-point{	
    color: #E30413;   
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.64px;
}
.join_info01 > .t2{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.64px;
    
}
/*//비밀번호 5회오료*/

/*휴면*/
.ico_ruav01{
	display: block;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    background-image: url("../images/common/ico_ruav01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px 150px;
}
.join_info01 .ico_ruav01{
	margin:0 auto;
}

/*//휴면*/

/*직권정지*/
.ico_ruav02{
	display: block;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    background-image: url("../images/common/ico_ruav02.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px 150px;
}
.join_info01 .ico_ruav02{
	margin:0 auto;
}
/*//직권정지*/

/*비밀번호 변경*/
.instructions_box{
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
	background-color:#F9F9FB;
	border-radius:6px;
}
.instructions_box .tit01{
	display:block;
	width:100%;
	box-sizing:border-box;	
	color: #E30413;	
	font-size: 14px;	
	font-weight: 600;
	line-height: 1.6; 
	letter-spacing: -0.56px;
}
.instructions_box .list01{
	display:block;
	width:100%;
	box-sizing:border-box;
}
.instructions_box .list01 > li{
	display:block;
	width:100%;
	box-sizing:border-box;
	position:relative;
	padding-left:10px;
	color: #333;
	font-size: 14px;	
	font-weight: 400;
	line-height: 1.20; 
	letter-spacing: -0.56px;
}
.instructions_box .list01 > li::after{
	display:block;
	box-sizing:border-box;
	content:"-";
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	color: #333;
	font-size: 14px;	
	font-weight: 400;
	line-height: 14px; 
	letter-spacing: -0.56px;
}
.new_type01 .pw_input_box{
	display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;	
}
.new_type01 .join-form .pw_input_box .input-group{
	height: 38px;
    padding: 0;
    border: 1px solid #DBDADE;
    border-radius: 6px;	
}
.new_type01 .join-form .pw_input_box .input-group.v2{
	border: 1px solid #F58D8F;
}
.new_type01 .join-form .pw_input_box .input-group input{
	width: 100%;
    height: 38px !important;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    -webkit-appearance: none;
    box-shadow: none;
    border: rgba(0, 0, 0, 0) !important;
    line-height:1;
    border-radius: 6px;	
}
.new_type01 .join-form .pw_input_box .input-group + .input-group{
	margin-top:10px;
}
.new_type01 .devide-area{
	position: relative;
    height: auto;
    padding: 0;
    text-align: right;
    border-bottom: 0;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.new_type01 .devide-area > .validation{
	display: block;
    padding-left: 21px;
    font-size: 14px;
    color: #e30413;
    line-height: 1.5;
    background:url(../images/common/ic_validation.svg) no-repeat left center;
    background-size:16px 16px;
}
.new_type01 .devide-area > .validation label{
	font-size: 14px;
    color: #e30413;
    line-height: 1.5;
    display: block;
}
/*//비밀번호 변경*/


/*시스템점검*/
.ico_ruav03{
	display: block;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    background-image: url("../images/common/ico_ruav03.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 150px 150px;
}
.join_info01 .ico_ruav03{
	margin:0 auto;
}
.new_type01 .info_bg_gray{
	display:block;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #F9F9FB;
	width:100%;
}
.new_type01 .info_bg_gray .txt01{
	display:block;
	box-sizing: border-box;
	width:100%;
	text-align:center;	
	color: #333;
	font-size: 16px;	
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.64px;
}
.new_type01 .info_bg_white{
	display:block;
	padding: 20px 0;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #fff;
	width:100%;
}
.new_type01 .info_bg_white .ck_tit01{
	display:block;
	box-sizing: border-box;
	max-width:100%;
	width:max-content;
	text-align:center;	
	margin:0 auto;
	color: #e30413;
	font-size: 14px;	
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: -0.56px;
	position:relative;
}
.new_type01 .info_bg_white .ck_tit01::after{
	display:block;
	content:"";
	width:10px;
	height:23px;
	position:absolute;
	top:0;
	left:-15px;
	z-index:10;
	background-image: url("../images/common/ico_ck_tit01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
}
.new_type01 .info_bg_white .ck_txt01{
	display:block;
	box-sizing: border-box;
	width:100%;
	text-align:center;	
	margin:0 auto;
	color: #333;
	font-size: 14px;	
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.56px;
}
.agree_ck_item{
	display:flex;
	justify-content: space-between;
	align-content: center;
	width: 100%;
	box-sizing: border-box;
}
.agree_ck_item > button{
	display: flex;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	border-radius: 4px;
	border: 1px solid #333;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 0 8px;
	height: 26px;
	cursor:pointer;
}
/*//시스템점검*/

/*약관동의*/
.new_type01 .join_step_box01{
	display:flex;
	box-sizing: border-box;
	width:calc(100% - 280px);
	margin:0 auto;
	justify-content: space-between;
    align-items: center;
    gap:100px;
    position:relative;
}
.new_type01 .join_step_box01::after{
	width:calc(100% - 30px);
	height:1px;
	display:block;
	content:"";
	top:14px;
	left:15px;
	z-index:-1;
	background-color:#DDDCE0;
	position:absolute;
}
.new_type01 .join_step_box01 [class*="step"]{
	display:flex;
    width: max-content;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    gap:10px;
}
.new_type01 .join_step_box01 [class*="step"] .step_state_ico{
	display: block;
	box-sizing: border-box;
	width:30px;
	height:30px;	
	border-radius: 100px;
	border: 1px solid #DFE0EA;	
	background-color: #F9F9FB;
	position:relative;
}
.new_type01 .join_step_box01 [class*="step"].active .step_state_ico{
	border: 1px solid #333;	
	background-color: #fff;
}
.new_type01 .join_step_box01 [class*="step"].active .step_state_ico::after{
	display:block;
	content:"";
	width:10px;
	height:10px;
	box-sizing:border-box;
	background-color:#333;
	position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-radius: 100px;
    z-index: 10;	
}
.new_type01 .join_step_box01 [class*="step"] .txt01{
	display: block;
	box-sizing: border-box;
	width: max-content;	
	color: #919192;
    font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.56px;
}
.new_type01 .join_step_box01 [class*="step"].active .txt01{
	color:#333;
}
.new_type01 .agree_tit01{
	display: block;
	box-sizing: border-box;
	width: 100%;		
	color: #333;
	font-size: 22px;	
	font-weight: 400;	
	letter-spacing: -0.88px;
}
.new_type01 .lf_bg_box01 .join-subtitle {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    background: #fff;
    padding-bottom:20px;
    border-bottom:1px solid #333;
}
.new_type01 .lf_bg_box01 .agree_ck_box .cm_rd01_box > label{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-left:30px;
}
.new_type01 .lf_bg_box01 .agree_ck_box .cm_rd01_box > label::after{
    width: 18px;
    height: 18px;   
    background-size: 18px 18px; 
}
.new_type01 .terms-block{
	max-height:180px;
}
.new_type01 .terms-block .scroll-area{
	background:#f9f9fb;
	border-radius:6px;
	color:#333;
	height:130px;
    padding: 10px 15px;
    font-size: 12px;

}
.new_type01 .terms-block .scroll-area * {
	color:#333;
}

/*//약관동의*/


@media screen and (max-width: 700px){
	.new_type01 #sidemenu{
		gap:10px;
	}
	.new_type01 #sidemenu .side-bar{
		background: none;
	}
	.new_type01 #sidemenu .sub-area ul{
		border-top:0;
	}
	.new_type01 #sidemenu .sub-area{
		width:100%;
		
	}
}