@charset "utf-8";

.left-menu-bar, .lnb{display: none;}
.cart-fixed-contaner{display: none;}
.content-item-box{width: 1200px;}

/* 이용약관 */
.lnb{margin:0}
.terms{width:100%;margin:30px 0 0 0}
.terms ul li{list-style:none}
.terms h3{font-size:18px;color:#333;font-weight:600;margin:0 0 12px 0;}
.terms div{margin:0 0 50px 0}
.terms .scroll_down{width:100%;height:250px;overflow:auto;border:1px solid #ccc;padding:10px;box-sizing:border-box;margin:0 0 20px 0}
.terms input{width:16px;height:16px;vertical-align:middle;margin:0 3px 0 0}
.terms label{font-size:13px;color:#666;vertical-align:middle}
.terms .agreeBtn{width:350px;margin:0 auto; text-align: center;}
.terms .agreeBtn a{display:inline-block;width:46%;padding:12px 0;color:#fff;font-size:16px;background:#000;text-decoration:none;text-align:center;margin:0 5px;}
.terms .agreeBtn a.yes{background:#a90000;color:#fff}
@media(max-width:600px){
    .terms .agreeBtn {width:90%;margin:0 auto;text-align: center;}
    .terms .agreeBtn a {width:46%}
}
@media(max-width:400px){
    .terms div {
        margin: 0 0 30px 0;
    }
    .terms .scroll_down {height: 100px;
    font-size: 4vw;}
    .terms .agreeBtn {width:95%;margin:0 auto;text-align: center;}
    .terms .agreeBtn a {width:44%;font-size:4vw;padding: 7px 0;}
}

/* 가입 방법 */
.join_process_box{display: flex; justify-content: space-between; width: 100%;}
.join_process_list{text-align: center; border-bottom: 2px solid #dcdcdc; width: 24%; padding-bottom: 10px;}
.moment_check{border-bottom: 2px solid;}
.step-text-style{display: block; font-size: 20px; font-weight: 600;}