@charset "utf-8";


.GZcontents hr{width: 95%; height: 1px; box-sizing: border-box; background: #bebebe; border: none; display: block; margin: 45px auto 16px; visibility: visible;}
.mz_title > div > span{display:block;}
.mz_title > div{margin:40px;}
.mz_title{height:130px !important;}
.mz_title_container{border: 1px solid #bebebe;}
.mz_title .mz_tit{font-size:24px; font-weight: bold; color:#000; margin:0 0 10px 0;}
.mz_title .mz_hty{font-size:12px; color:#bebebe;}

.GZcon_tit_wrap{text-align:center; padding-top:40px; }
.GZcon_tit_wrap > img{width:30%; margin:40px 0 20px;}
.GZcon_tit{font-size: 30px; font-weight:bold; color:#333;}
.GZcon_lst{font-size: 15px; margin:20px 32px; text-align: left;}
.GZcon_lst li{line-height: 24px; margin: 0 0 15px; color:#444; list-style: decimal;}
.GZcon_lst > li > .on_bold{font-weight:600;}
.GZcon_lst > li > .off_bold{font-weight:normal;}
/*.GZcon_icon > ul{width:750px; height:296px; margin:30px auto 50px;}*/
.GZcon_icon > ul{height:296px; display:flex; justify-content: space-evenly; margin: 30px auto 50px; }
.GZcon_icon > ul > li{float:left; height:338px; margin-left:10px;}

.GZcon_lst_wrap{width: 95%; margin: 0 auto; }
.join_coukar{text-align:center; padding-top:10px;}
.join_coukar span{display:block;}
.join_coukar_tit{font-size: 20px; margin: 20px 0 10px;}
.join_coukar_tit strong{color:#5b9bd5;}

.clr_ffa506{color:#ffa506;}
.clr_0679ce{color:#0679ce;}
.clr_8355b2{color:#8355b2;}
.clr_5b9bd5{color:#5b9bd5;}
.clr_06bd5a{color:#06bd5a;}
.check-box label:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/images/renew/check-box.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.check-box input:checked + label:before {
    background-image: url(/images/renew/check-box-on.png);
}
.submitBtn{
	    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
    background: #ddd;
}
.submitBtn.on {
    background: #5e22b7;
}

.submitBtn span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
}