﻿@charset "utf-8";


    section .sub_bar {
        border-bottom: 0.5px solid #aaaaaa;
        margin: 0 auto;
        width: 1000px;
    }
        section .sub_bar .l_wrap {
            width: 75%;
            float: left;
        }
            section .sub_bar .l_wrap p {
                color: #aaaaaa;
            }
    section .sub_bar .l_wrap p span{
        color: #333;
        font-weight: bold;
    }
    section .sub_bar .r_wrap{
        width:25%;
        float: right;
    }
        section .sub_bar .r_wrap li {
            width: 33.333%;
            text-align: center;
            color: #aaaaaa;
            cursor:pointer;
            box-sizing:border-box;
            line-height: 16px;
        }
        section .sub_bar .r_wrap li~li{
            border-left: 1px solid #aaaaaa;
        }
        section .sub_bar .r_wrap li:hover{
            color: #333;
        }
section .con{
    margin: 0 auto 200px;
    width: 1000px;
}
    section .con ul li{
        width: 100%;
        padding: 10px 0px;
        border-bottom: 0.5px solid #aaaaaa;
    }
    section .con ul li a{}
    section .con ul li a .l_wrap{
        width: 15%;
        float: left;
        border-radius: 3px;
        overflow: hidden;
    }
    section .con ul li a .l_wrap img{
        display: block;
        width:100%;
    }
    section .con ul li a .r_wrap{
        width: 85%;
        float: left;
        box-sizing: border-box;
        padding:40px 20px;
    }
    section .con ul li a .r_wrap h1{
        font-size: 30px;
        font-weight: bold;
    }
    section .con ul li a .r_wrap p{
        font-size: 25px;
        font-weight: bold;
        color: #056249;
    }
    /********구매상세 공통*******************************/
.t_info {
    border: 0.5px solid #aaaaaa;
    width: 1000px;
    margin: 0 auto;
}
.t_info .l_wrap{
    width: 30%;
    overflow: hidden;
    float: left;
}
.t_info .l_wrap img{
    display: block;
    width: 100%;
}
.t_info .r_wrap{
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: 30px;
}
.t_info .r_wrap h1{
    font-size: 26px;
}
.t_info .r_wrap > p{
    color:#056249;
    font-weight: bold;
    text-align: right;
    font-size: 24px;
    margin-bottom: 78px;
}
.t_info .r_wrap .sum_price{
    font-size: 20px;
}
.t_info .r_wrap .sum_price h2{
    width: 50%;
    float:left;
}
    .t_info .r_wrap .sum_price p {
        width: 50%;
        float: left;
        text-align: right;
        color: #056249;
    }
.t_info .r_wrap .btn{
    float: left;
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    line-height: 50px;
    text-align:center;
    margin-top: 10px;
}
/**/
.s_info .sub_t {
    text-align: center;
    background-color: black;
    line-height: 40px;
    font-size: 18px;
    color: white;
    margin: 30px 0px 10px;
}
.s_info .con_text .bold{
    font-weight: bold;
}

.s_info ul{
    width: 90%;
    margin: 50px auto 0;
}

.s_info ul li h2{
    text-align: center;
    color: #808080;
    font-size:20px;
    margin-bottom: 6px;
}
.s_info ul li h2 span{
    font-size: 30px;
    color: #333;
    padding-left: 4px;
}
    .s_info ul li > div {
        height: 205px;
        position: relative;
        width: 100%;
    }
.s_info ul li > div img{
    display: block;
    width:100%;
    border-radius: 100px;
}
    .s_info ul li > div h3 {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 205px;
        font-weight: 400;
        text-align:center;
       font-size: 20px;
    }
.s_info ul li p{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 100px;
}


/**시계수리감정서비스결제*******************************************/
.s_info .sell_repair_wrap li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
/**필름부착서비스결제*******************************************/
.s_info .sell_filmstick_wrap li {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
}
.s_info .sell_filmstick_wrap li > div{
    height: 160px;
}
    .s_info .sell_filmstick_wrap li > div h3 {
        width: 160px;
        top: 50%;
        text-align: center;
        font-size: 16px;
    }
/**필름결제*******************************************/
.s_info .sell_film_wrap li{
    margin-bottom: 100px;
}
.s_info .sell_film_wrap li img{
    display: block;
    width: 100%;
}

/******상품결제************************************/
.payment{
    width: 800px;
    margin: 0 auto;
}
.payment .pay_info{
    margin-bottom: 10px;
}
    .payment .pay_info .pay_t h1 {
        font-size: 20px;
        width: 50%;
        float: left;
        line-height: 35px;
        margin-bottom: 10px;
    }
        .payment .pay_info .pay_t p {
            color: #aaaaaa;
            font-size: 14px;
            line-height: 35px;
            width: 50%;
            float: left;
            text-align: right;
        }
        .payment .pay_info .pay_t p span{
            color: #333;
            font-weight: bold;
        }
    .payment .pay_info .pay_wrap {
        border: 1px solid #aaaaaa;
        width:100%;
        padding: 10px;
        box-sizing: border-box;
    }
        .payment .pay_info .pay_wrap .t_title {

        }
            .payment .pay_info .pay_wrap .t_title p {
                float: left;
                text-align: center;
                border-bottom: 1px solid #aaaaaa;
                line-height: 30px;
                color: #595959;
            }
            .payment .pay_info .pay_wrap .t_title .sell_info{
                width: 50%;
            }
            .payment .pay_info .pay_wrap .t_title .sell_deli{
                width: 25%;
            }
            .payment .pay_info .pay_wrap .t_title .sell_amount{
                width: 25%;
            }
        .payment .pay_info .pay_wrap .t_wrap{
            height:140px;
            box-sizing: border-box;
        }
            .payment .pay_info .pay_wrap .t_wrap .t_img {
                background-color: lightgray;
                width: 100px;
                height: 100px;
                display: inline-block;
                margin-top: 10px;
                float: left;
            }
            .payment .pay_info .pay_wrap .t_wrap p {
                margin-top: 10px;
                line-height: 100px;
                float: left;
                text-align: center;
                font-weight: bold;
            }
            .payment .pay_info .pay_wrap .t_wrap .t_info_title {
                width: 35%;
                text-align: left;
                padding-left: 10px;
            }
            .payment .pay_info .pay_wrap .t_wrap .t_delive {
                width: 25%;
            }
            .payment .pay_info .pay_wrap .t_wrap .t_price {
                width: 25%;
            }

    .payment .order_info {
        border-bottom: 1px solid #aaaaaa;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
.payment .order_info h1{
     font-size: 20px;
     margin-top: 20px;
     padding: 10px 0px;
      border-top: 1px solid #aaaaaa;
      margin-bottom: 10px;
}
    .payment .order_info form {
    }
    .payment .order_info form div {
        width: 100%;
        box-sizing: border-box;
        line-height: 30px;
    }
    .payment .order_info form div p {
        width: 15%;
        float: left;
        display: inline-block;
        font-weight: bold;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .payment .order_info form div input {
        width: 85%;
        float: right;
        display: inline-block;
        line-height: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding-left: 6px;
    }

.payment .pay_btn{}
.payment .pay_btn h1{
    font-size: 20px;
    margin-bottom: 10px;
}
    .payment .pay_btn div {
        border: 1px solid #bcbcbc;
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
        height: 70px;
    }
.payment .pay_btn div a{
    width: 30%;
    margin: 0 1%;
    float: left;
    display: inline-block;
    text-align:center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #333;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px;
}
.payment_select
{
    color: white;
    background-color: #333;
}

.payment .pay_btn div a:hover
{
    color: white;
    background-color: #333;
}

.payment > p {
    text-align: center;
    margin: 20px 0px 40px;
    font-weight: bold;
}
.payment > a {
    width: 500px;
    background-color: black;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 100px;
}
/******결제완료************************************/
.pay_com{}
    .pay_com .pay_t {
        margin-bottom: 10px;
    }
    .pay_com .pay_t h1 {
        font-size: 20px;
        width: 50%;
        float: left;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .pay_com .pay_t p {
        color: #aaaaaa;
        font-size: 14px;
        line-height: 35px;
        width: 50%;
        float: left;
        text-align: right;
    }
        .pay_com .pay_t p span {
            color: #333;
            font-weight: bold;
        }

    .pay_com .con_wrap {
        border: 1px solid #aaaaaa;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
.pay_com .con_wrap h1{
    text-align: center;
    font-size: 20px;
    padding: 30px 0 40px;
    border-bottom: 1px solid #bcbcbc;
}
.pay_com .con_wrap .text_wrap{
    width: 100%;
    margin: 30px 0px;
}
.pay_com .con_wrap .text_wrap h2{
    width: 10%;
    margin-right:2%;
    float:left;
}
.pay_com .con_wrap .text_wrap p{
    width:88%;
    float: left;
    color: #595959;
}

    .pay_com .sum_pay {
        border-bottom: 1px solid #bcbcbc;
        padding: 20px 0px;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 50px;
    }
.pay_com .sum_pay h2{
    width: 50%;
    float: left;
}
.pay_com .sum_pay p{
     width: 50%;
     float: left;
     text-align: right;
     color: #056249;
}
    .pay_com > a {
        width: 500px;
        background-color: black;
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 50px;
        margin: 100px auto 200px;
    }