.hide{display: none;}
.red{color: #C5221F !important;}
.blue{color: #004ea1 !important;}
.centerBox{text-align: center; margin: 30px auto 0 auto;}
.centerBox a, .centerBox button{background: #ddd; padding: 12px 20px; box-sizing: border-box; display: inline-block; border: 1px solid #ddd; vertical-align: middle; font-size: 15px;}
.centerBox button{padding: 10px 20px; cursor: pointer;}
.btnType01{background: #004ea1 !important; color: #fff; border: 1px solid #004ea1 !important;}
.btnType02{background: #333 !important; color: #fff; border: 1px solid #333 !important;}
.btnType03{background: #fff !important; border: 1px solid #004ea1 !important; color: #004ea1; box-sizing: border-box;}
.btnType04{background: #C5221F !important; border: 1px solid #C5221F !important; color: #fff;}
.renewalCont{width: 100%; margin: 0 auto;}
.renewalCont h3{color: #001c58; font-size: 30px; margin: 15px auto 30px auto; font-weight: bold;}
.renewalCont h4{font-size: 20px; font-weight: bold; margin-bottom: 15px;}
.renewalCont .textType{margin-bottom: 30px; border-bottom: 1px dashed #ddd; padding-bottom: 30px;}
.renewalCont .textType.last{border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.renewalCont .grayBox{background: #F1F3F9; padding: 20px 25px; box-sizing: border-box; word-break: break-all; line-height: 26px; border-radius: 20px; border: 1px solid #ddd;}

/*로그인 페이지*/
.loginArea .loginBox{display: grid; gap: 7px;}
.loginArea .loginBox .box01{display: grid; grid-template-columns: 2fr 1fr; gap: 7px;}
.loginArea .loginBox .box01> div{display: grid; gap: 7px;}
.loginArea .loginBox .box01> div input{border: none; border: 1px solid #b3bdcc; box-sizing: border-box; padding: 15px 15px 15px 50px; width: 100%; font-size: 15px;}
.loginArea .loginBox .box01> div> div:nth-child(1)> input{background: url(/images/idIcon.png)no-repeat left 20px center;}
.loginArea .loginBox .box01> div> div:nth-child(2)> input{background: url(/images/pwIcon.png)no-repeat left 20px center;}
.loginArea .loginBox .box01> div input::placeholder{color: #b3bdcc;}
.loginArea .loginBox .box01 button{background: #004ea1; color: #fff; border: 1px solid #004ea1; box-sizing: border-box; font-size: 15px; margin-left: 0;}
.loginArea .loginBox .box02{display: inline-flex; background: #f1f1f1; align-items: center; justify-content: center; font-size: 15px; padding: 30px 20px; box-sizing: border-box; gap: 20px; }
.loginArea .loginBox .box02 a{color: #333;}
.loginArea .loginBox .box02 a:last-child{color: #004ea1;}

.loginUtil {padding: 10px 0 !important; font-size: 16px; border: none !important;}
.loginUtil a{position: relative; padding: 0 14px 0 10px;}
.loginUtil a:last-child{color: #004ea1; font-weight: bold; font-weight: bold;}
.loginUtil a::after{content: ""; position: absolute; right: 0; top: 0; width: 1px; height: 16px; background: #555;}
.loginUtil a:last-child::after{display: none;}
.login_wrap .loginBox{background: #f4f5f9;  font-size: 15px; padding: 25px; box-sizing: border-box; line-height: 26px; margin-top: 0px; text-align: left; }

/*단계*/
.stageArea{background: #F1F3F9; padding: 20px 30px; box-sizing: border-box; border-radius: 20px; margin-bottom: 50px;}
.stageArea ol{display: grid; gap: 50px; grid-template-columns: repeat(3, 1fr);}
.stageArea ol li{background: #fff; display: flex; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; border-radius: 10px; position: relative;}
.stageArea ol li.active{background: #004ea1; color: #fff;}
.stageArea ol li::after{content: ""; position: absolute; right: -38px; top: 16px; width: 23px; height: 23px; background: url(/images/stage.png)no-repeat;}
.stageArea ol li:last-child::after{display: none;}

/*동의 및 본인인증*/
.textBox{padding: 20px 25px; box-sizing: border-box; font-size: 15px; background: #f9f9f9; color: #555; border: 1px solid #ddd; max-height: 200px; overflow-y: auto; line-height: 24px; word-break: break-all;}
.agreeBox{background: #f1f1f1; padding: 20px 25px; box-sizing: border-box; display: flex; justify-content: space-between; font-size: 15px; gap: 10px; border: 1px solid #ddd; margin-top: -1px;}
.agreeBox p{font-weight: bold;}
.certBox{background: #F1F3F9; padding: 40px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; border-radius: 20px;}
.certBox div{width: 300px; margin: 0 auto; background: #fff; text-align: center; font-size: 17px; border-radius: 20px;}
.certBox div a{display: block; padding: 30px; box-sizing: border-box; font-size: 20px; font-weight: bold;}
.certBox div a img{width: 100px; height: 100px; margin: 0 auto 20px auto; display: block;}
.certBox div a p{font-size: 15px; color: #555; font-weight: lighter; margin-top: 10px; line-height: 22px;}

/*입력폼*/
.formBox table{border-top: 2px solid #000; width: 100%; margin-bottom: 10px; border-collapse: collapse;}
.formBox table tbody tr th, .formBox table tbody tr td{box-sizing: border-box; border-bottom: 1px solid #ddd; vertical-align: middle;}
.formBox table tbody tr th{background: #F1F3F9; text-align: left; padding: 20px 15px;}
.formBox table tbody tr td{padding: 10px 15px;}
.formBox table tbody tr td button{background: #333; padding: 8px 15px; box-sizing: border-box; color: #fff; vertical-align: middle; font-size: 13px; cursor: pointer; border: 1px solid #333; margin-left: 0;}
input[type="text"], input[type="password"]{border: 1px solid #ddd; padding: 10px; box-sizing: border-box;}
input[type="radio"]{margin-left: 10px; vertical-align: -1px;}
input[type="radio"]:first-child{margin-left: 0;}
input.inputType01{width: 180px;}
input.inputType02{width: 250px;}
input.inputType03{width: 500px;}
input.inputType04{width: 100%;}
textarea{width: 100%; border: 1px solid #ddd; padding: 10px; box-sizing: border-box; resize: none; min-height: 100px; }
.formBox .comment{display: block; font-size: 13px; margin: 10px auto 0 auto; color: #555; line-height: 22px;}

/*가입완료*/
.compArea{padding: 50px; box-sizing: border-box; border-radius: 20px; border: 1px solid #ddd; text-align: center; background: #f9f9f9;}
.compArea img{width: 80px; height: 80px; margin: 0 auto 20px auto; display: block;}
.compArea p{color: #555; line-height: 26px;}

/*아이디중복확인*/
.checkCont{text-align: center; border: 1px solid #ddd; background: #f9f9f9; box-sizing: border-box; padding: 30px; margin: 30px; border-radius: 20px;}
.checkCont h3{font-size: 24px; font-weight: bold; margin-bottom: 20px; color: #333;}
.checkCont div{display: flex; justify-content: center; gap: 3px;}
.checkCont div input[type="text"]{width: 160px;}
.checkCont div button.idBtn{background: #333; padding: 12px 20px; box-sizing: border-box; color: #fff; vertical-align: middle; font-size: 15px; cursor: pointer;}
.checkCont .comment{font-size: 13px; margin-top: 10px;}

/*pc*/
@media screen and (min-width: 1241px) {
 	
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width:1240px) {
    .renewalCont{margin: 0 auto 50px auto;}
}

/*mbille*/
@media screen and (max-width: 767px) {
    .renewalCont{margin: 0 auto 30px auto;}
    .renewalCont h3{font-size: 22px; margin: 15px auto;}
    .renewalCont h4{font-size: 17px;}
    .renewalCont .grayBox{font-size: 13px; line-height: 22px;}

    /*로그인 페이지*/
    .loginArea .loginBox .box01> div input{font-size: 13px;}
    .loginArea .loginBox .box01 button{font-size: 13px;}
    .loginArea .loginBox .box02{font-size: 13px;}
    
    .loginUtil{font-size: 13px;}
	.loginUtil a::after{height: 14px}
    
    /*단계*/
    .stageArea{padding: 20px;}
    .stageArea ol{gap: 10px; grid-template-columns: initial;}
    .stageArea ol li{padding: 15px;}
    .stageArea ol li::after{display: none;}

    /*동의 및 본인인증*/
    .textBox{font-size: 13px;}
    .agreeBox{display: grid; font-size: 13px;}
    .certBox div a{font-size: 17px;}
    .certBox div a p{font-size: 13px;}

    /*입력폼*/
    .formBox table colgroup col:first-child{width: 35% !important;}
    .formBox table colgroup col:last-child{width: 65% !important;}
    .formBox table tbody tr th, .formBox table tbody tr td{font-size: 13px;}
    .formBox table tbody tr td button{width: 100%; margin-top: 3px;}
    input.inputType01, input.inputType02, input.inputType03{width: 100%;}

    /*가입완료*/
    .compArea{padding: 30px;}
    .compArea p{font-size: 15px;}

}


