/* s_top */
.s_top{
    position: relative;
}

.sub_top_img01{
    width:100%;
    height:454px;

    background: url(../img/sub/sub_top01.jpg) no-repeat center / cover;
}

.sub_top_img02{
    width:100%;
    height:454px;

    background: url(../img/sub/sub_top02.jpg) no-repeat center / cover;
}

.sub_top_img03{
    width:100%;
    height:454px;

    background: url(../img/sub/sub_top03.jpg) no-repeat center / cover;
}

.sub_top_img_txt{
    width:230px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    margin-top: 10px;/*55*/
    opacity: 0;

    animation: sub_top_img_txt 1s forwards;
}

@keyframes sub_top_img_txt{
    0% {margin-top: 10px; opacity: 0}
    100%{margin-top: 55px; opacity: 1}
}

.sub_top_img_txt_01{
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

.sub_top_img_txt_02{
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;

    padding-top: 10px;
}

.button{
    margin: 0 auto;
    text-align: center;
    width:300px;
    height:55px;
    background-color: #196e93;
    border-radius: 30px 30px 30px 30px;
    border:1px solid #196e93;
    box-sizing: border-box;
    margin-top:20px;
    font-size: 17px;
    font-weight: 900;
    outline: none;
    line-height: 53px;
}

.button > a{
    color:#fff;
    text-decoration: none;
    display: block;
    width:100%;
    height:100%;
}




/* s_main */
.s_main{
    position: relative;
}

.tab_top{
    width:1100px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    margin-top: 80px;
}

.tab_menu > label{
    width:calc((100% - (20px * 2)) / 3);
    height:75px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 20px;

    text-align: center;
    line-height: 75px;
    color: gray;
    font-size: 16px;

    cursor: pointer;
}

.tab_menu > label:nth-child(1){
    margin: 0;
}

#rd1:checked ~ .tab_top label:nth-child(1),
#rd2:checked ~ .tab_top label:nth-child(2),
#rd3:checked ~ .tab_top label:nth-child(3){
    background-color: #196e93;
    border: 1px solid #196e93;
    color: #fff;
    font-weight: 900;
}

.tab_menu_page{
    margin-top: 40px;
}

input,.page{
  
    display: none;

}

#rd1:checked ~ .tab_top .page1,
#rd2:checked ~ .tab_top .page2,
#rd3:checked ~ .tab_top .page3,
#rd1:checked ~ .tab_deco > .f_tab_deco,
#rd2:checked ~ .tab_deco > .s_tab_deco,
#rd3:checked ~ .tab_deco > .t_tab_deco01,
#rd3:checked ~ .tab_deco > .t_tab_deco02{
    display: block;
}

.attach{
    width:100%;
    height:145px;
    margin: 85px 0;
    background-color: #000;
    background: url(../sub/sub01-2.png) no-repeat fixed center / contain;
}


.f_tab_deco{
  width:1300px;
  height:311px;

  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  margin-top: 250px;
  display: none;
}

.s_tab_deco{
    width:621px;
    height:158px;

    position: absolute;
    left:50%;
    top:50%;
    transform: translateY(-50%);
    margin-top: 90px;
    margin-left: 210px;
    display: none;
}

.t_tab_deco01{
    width:410px;
    height:719px;

    position: absolute;
    left:0px;
    top:10%;
    display: none;
}


.t_tab_deco02{
    width:543px;
    height:678px;

    position: absolute;
    right:0px;
    top:33%;
    z-index: 99;
    display: none;
}

/* sub_page */
.sub_page{
    width:1100px;
    margin: 80px auto 0;
}


/* 딜리버리 */
.d_sub{
    width:900px;
    margin: 88px auto 0;
    overflow: hidden;
    position: relative;
}

.d_sub > img{
    float: left;
}

.d_sub_L{
    width:411px;
    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
}

.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:197px;
    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;
}

