body{margin:0;}

.wrap{
    max-width: 480px;
    overflow: hidden;
    margin:0 auto;
}

/* main */


.sub_top{
    position: relative;
}

.sub_top > img{
    width:100%;
}

.sub_top > .sub_title{
    width:100%;

    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);

    text-align: center;
}

.sub_top > .sub_title > p{
    margin:0;
    width:100%;
    color:#fff;
    line-height: 25px;
}

.sub_top > .sub_title > p:nth-child(1){
    font-size: 21px;
    font-weight: 900;
}
.sub_top > .sub_title > p:nth-child(2){
    font-size: 10px;
    font-weight: 900;
    opacity: 0.7;
}

.sub_tab{
    width:90%;
    margin:0 auto;

    position: relative;
    left:0;
    top:-30px;

    text-align: center;
}

.sub_tab > label{
    display: block;
    float: left;
    width:calc((100% - (10px * 2)) / 3);
    height:50px;

    margin-left:10px;
    background: #fff;
    border:1px solid #eee;
    box-sizing: border-box;

    font-size: 12px;
    font-weight: 900;

    line-height: 48px;
    color:#585858;
    cursor: pointer;
}

.sub_tab > label:nth-child(1){
    margin:0;
}

#rd1:checked ~ .sub_tab > label:nth-child(1),
#rd2:checked ~ .sub_tab > label:nth-child(2),
#rd3:checked ~ .sub_tab > label:nth-child(3){
    background: #196e93;
    border:1px solid #196e93;
    color:#fff;
}

#rd1:checked ~ .sub_page > .page01,
#rd2:checked ~ .sub_page > .page02,
#rd3:checked ~ .sub_page > .page03{
    display: block;
}

input{display: none;}


.sub_page{
    width:90%;
    margin:0 auto;
    
}

.sub_page > img{
    width:100%;
    margin-top:30px;
}

.page{
    display: none;
}

.page > img{
    width:100%;
}

.button{
    width:235px;
    height:55px;
    margin: 0 auto;
    line-height: 55px;
    text-align: center;
    background-color: #196e93;
    border-radius: 30px 30px 30px 30px;
    border:1px solid #196e93;
    box-sizing: border-box;
    margin-top:20px;
    color: #fff;
}

.button > a{
    color:inherit;
    text-decoration: none;
}



/* delivery서브 */
/* .sub_page_in{
    margin-bottom: 300px;
} */
.d_sub{
    width:100%;
    height:500px;
    position: relative;
}
.d_sub_L{
    width:100%;
    position: absolute;
    right:0;
    top:0;
}

.L_title{
    margin:0;
    font-size: 30px;
    color: rgb(71, 71, 71);
}

.L_title > span{
    font-size: 22px;
}

.L_line{
    width:100%;
    height:1px;
    background-color: rgb(204, 204, 204);
    margin: 26px 0;
}

table{
    width:100%;
}

th{
    width:70px;
    height:30px;
    background-color: #1a6f94;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
}

td{
    padding-left:30px ;
    box-sizing: border-box;
    height:15px;
    font-size: 15px;
}

.td_span{
    color: #1a6f94;
    font-weight: 600;
}

select{
    width:100%;
    height:28px;
    padding:0 10px;
    box-sizing: border-box;
    border-radius: 15px;
    outline: none;
}

.price{
    width:100%;
    margin-bottom: 35px;
    overflow: hidden;
}

.price_in{
    width:50%;
    font-size: 24px;
    float: left;
}

.price_in:nth-child(2){

    text-align: right;
}

.price_btn{
    width:100%;
    overflow: hidden;
}

.price_btn_in{
    width:47%;
    height:50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.price_btn_in:nth-child(1){
    background-color: #3c90b5;
    float: left;
}

.price_btn_in:nth-child(2){
    background-color: #c9c9c9;
    float: right;
}


