@charset "utf-8";
/* 로그인 260427 */
.box_st5 {position:relative; padding:30px 25px; border:2px dashed #d5d8da; background:#fff; border-top:4px solid #00a390;}
.box_st5:before {content:''; position:absolute; top:-4px; left:-2px; width:150px; height:2px; border-top:4px solid #024289; /* border-left:4px solid #1a90ce; */}
.box_st5:after {/* content:''; */position:absolute; top:-2px; right:-2px; width:80px; height:50px; border-bottom:4px solid #1a90ce; border-right:4px solid #36bbb8;}
.box_st5 .box_st_ico {position:relative; min-height:70px; padding-left:125px;}
.box_st5 .box_st_ico .ico_boxImg {position:absolute; left:0; top:0;}

.login-copy {width: 537px;overflow: hidden;height: 230px;margin: 20px auto 0;}
.login-copy-b {font-size: 35px;margin-top: 20px;color: #3f3f3f;letter-spacing: -1px;line-height: 1.2;}
.login-copy-b .blue {color: #3c49a9;}
.login-copy-s {font-size: 15px;margin-top: 20px;color: #3f3f3f;}

.login-copy-btn {width: 80%;margin: 0 auto 20px;} /*230313 넓이 수정*/
.login-copy-btn a {display: inline-block;width: 33%;height: 50px;line-height: 50px;margin: 0 auto;color: #fff;text-align: center;} /*230313 넓이 수정*/

.btn-c01 {background: #3c49a9}
.btn-c02 {background: #6b6b6b}
.btn-c03 {background: #155eb6}  /*230313 추가*/

@media screen and (max-width :1300px) {
	
     /* 회원가입 */
	.login-copy {width:100%;}
    .login-copy-btn {width:100%;}
}
@media screen and (max-width :750px) {
     /* 회원가입 */
    .login-copy {width:100%;height: auto;}
    .login-copy-btn {width:100%; margin: 20px auto;}
	.login-copy-btn a {width:100%; margin-bottom:5px;} /*230313 추가*/
}
@media screen and (max-width :520px) {
     /* 회원가입 */
	.login-copy-b {font-size:24px;}
}
/* // 260427  */
