@font-face{font-family:'SBagroB'; src:url('../fonts/SBagroB.woff')}

/*이미지 리사이징됐을때 화질개선 이미지랜더링*/
img[src$=".gif"], img[src$=".png"] {
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

div {
background: url(chessboard.gif) no-repeat 50% 50%;
image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:focus { outline: none; }
button{cursor: pointer;}
a{text-decoration: none;}

/*폰트*/


*{font-family: 'pretendard', sans-serif;box-sizing: border-box;}
html{}
body{font-family: 'pretendard', sans-serif;line-height: 1.3;}


.wrap{}
.container{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

header{
    width: 100%;
    position: absolute;
    height: 90px;
    top: 0;
    border-bottom: 1px solid #ffffff21;
    z-index: 9;
}
.sub-header{
    background: #14151B;
    position: static !important;
}



header .header-container{
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.logo{
    display: flex;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.logo img{
    width: 202px;
}

.bg-common{
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-dark{background: #14151B;}
.row1{
    background-image: url(../img/row1-bg.jpg);
    padding-top: 90px;
}
.row1-cont{
    text-align: center;
    padding: 120px 0;
}
.row1-tit{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.line{
    width: 70px;
    height: 2px;
    background: #3EEB98;
    margin: 40px auto;
}

.row1-txtBox{}
.row1-txtBox p{
    color: #fff;
    line-height: 1.7;
    font-size: 22px;
}
.row1-txtBox .area-txt{
    color: #3EEB98;
    margin-top: 10px;
}

.row1-contact{
    background: #2F3543;
    border-radius: 12px;
    text-align: center;
    padding: 25px 18px;
    margin-top: 50px;
}
.row1-contact h3{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.row1-contact .item{
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.row1-contact .item span{
    color: #888E9B;
    margin-right: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row1-contact .item b{
    color: #fff;
}
.row1-contact .item span img{
    width: 17px;
    margin-right: 4px;
}

/* row2 */
.row2{
    background-image: url(../img/row2-bg.jpg);
}
.row2-cont{
    padding: 100px 0;
    text-align: center;
}
.row2-tit{
    color: #fff;
    margin-bottom: 30px;
}
.row2-tit h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.row2-tit p{
    font-size: 18px;
}

.row2-txt-wrap{
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 40px;
}
.row2-txtBox{}
.row2-txtBox .item{
    margin-bottom: 30px;
}
.row2-txtBox .item h5{
    font-size: 22px;
    font-weight: 700;
    color: #1DB069;
    margin-bottom: 15px;
}
.row2-txtBox .item p{
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
}
.row2-contact{
    background: #1DB069;
    border-radius: 10px;
    padding: 15px;
}
.row2-contactBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.row2-contactBox .item{
    margin: 0 15px;
    font-size: 17px;
    color: #fff;
}
.row2-contactBox .item span{
    font-weight: 600;
    margin-right: 8px;
}
.row2-contactBox .item.d-flex{
    display: flex;
    align-items: center;
}
.row2-contactBox .item b{}
.row2-contactBox .item img{
    width: 17px;
    margin-right: 4px;
}
.br-m{display: none;}
.br-pc{}


.row3{}
.container-lg{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.row3-cont{padding: 70px 0;}
.prd-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.prd-item{
    width: 100%;
    background: #202129;
    padding: 20px;
    border-radius: 7px;
    height: 470px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prd-img img{width: 100%;border-radius: 7px;}
.prd-tit{}
.prd-tit h5{
    font-size: 18px;
    color: #fff;
    margin: 8px 0;
}
.prd-tit p{
    font-size: 14px;
    color: #888E9B;
    max-height: 80px;
    overflow: auto;
}
.line-deco{
    width: 40px;
    height: 2px;
    background: #383C46;
    margin:  24px auto;
}
.line-deco2{
    width: 40px;
    height: 2px;
    background: #383C46;
    margin:  16px auto;
}
.prd-price p{color: #fff;font-size: 14px;font-weight: 400;margin-bottom: 4px;}
.prd-price{font-size: 20px;font-weight: bold;color: #46EA9B;}

.price span{font-size: 15px;font-weight: normal}

.prd-btn{
    margin-top: auto;
}
.btn-primary{
    width: 100%;
    background: #1DB069;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 48px;
    border-radius: 7px;
}
.btn-primary i{margin-left: 4px;}

footer{
    background: #14151B;
}
.ft-cont{
    text-align: center;
    color: #888E9B;
    font-size: 14px;
    padding: 70px 18px;
}

/* 결제하기 */

.pay-wrap{
    color: #111111;
    padding-bottom: 100px;
}

.sub-tit{
    padding: 60px 0;
    text-align: center;
}
.sub-tit h2{
    font-size: 32px;
    font-weight: 600;
}

.payinfo{
    margin-bottom: 70px;
}
.payinfo .tit{font-size: 24px;margin-bottom: 16px;}

.table-wrap{}

.table-line{
    border-top: 1px solid #111;
    border-bottom: 2px solid #111;
    width: 100%;
}
.table-tpye1{}
.tb1-item{
    padding: 20px;
    border-bottom: 1px solid #D7D7D7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tb1-item h5{font-size: 18px;font-weight: 600;}
.tb1-item p{font-style: 16px;}
.prd-option{
    padding: 20px;
    display: flex;
}
.payprd-img{width: 200px;height: 140px;border-radius: 7px;overflow: hidden;}
.payprd-img img{width: 100%;height: 100%;}
.option-cont{
    padding-top: 16px;
    margin-left: 16px;
}
.prd-info{}
.prd-info h6{font-size: 18px;font-weight: 600;margin-bottom: 8px;}
.prd-info p{font-size: 16px;margin-bottom: 16px;}

.quantity-container{
    display: flex;
}
.quantity-btn{
    height: 32px;
    width: 32px;
    border: 1px solid #d8d8d8;
}
.quantity-btn:first-child{border-right: 0;}
.quantity-btn:last-child{border-left: 0;}
.quantity-input{
    width: 42px;
    height: 32px;
    text-align: center;
    border: 1px solid #d8d8d8;
}

.table-btm{
    text-align: right;
    padding: 24px 0;
}
.payment-amount{
    font-size: 24px;
    font-weight: 500;
}
.payment-amount strong{color: #EF2D2D;margin-left: 4px;}

.tb2-item{
    padding: 8px 20px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #D7D7D7;
}
.tb2-item h5{
    width: 182px;
    font-weight: 600;
}
.tb2-item .input-box{
    width: 100%;
    flex: 1;
}
.input-type{
    background: #EAECF1;
    border-radius: 8px;
    height: 46px;
    border: 0;
    padding: 0 18px;
}
.w-100{width: 100%;}
.w-75{width: 75%;}
.w-50{width: 50%;}

.w-120px{width: 120px}
.flex-group{
    display: flex;
    align-items: center;
    gap: 4px;
}
.btn-dark{
    border-radius: 8px;
    background: #222;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    border: 0;
}
.address1{
    margin-bottom: 8px;
}
.d-flex{display: flex !important;}
.align-items-center{align-items: center !important;}
.justify-content-center{justify-content: center !important;}
.ms-1{margin-left: 6px;}

.address2{
    gap: 6px;
}
.address2 input{width: 100%;}


.table-tpye3{
    padding: 20px 0;
}
.tb3-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
}
.tb3-item h4{
    font-size: 24px;
    font-weight: 600;
}
.tb3-item .tb3-price{
    font-size: 24px;
    color: #EF2D2D;
    font-weight: 600;
}
.pb-0{padding-bottom: 0 !important;}
.mb-0{margin-bottom: 0 !important;}

/* 아코디언 */
.accordion {
    width: 100%;
    margin-top: 20px;
}
.accordion-content.active {
    display: block;
}

.accordion-button.active .arrow-icon {
    transform: rotate(180deg);
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-item:last-child{margin-bottom: 0;}

.accordion-button {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    background-color: #F8F8F8;
    border: none;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #797979;
}

.accordion-button:hover {
    background-color: #e2e2e2;
}

.accordion-content {
    display: none;
    padding: 15px;
    background-color: #F8F8F8;
    font-size: 13px;
    color: #797979;
}
.accordion-content p{
    max-height: 100px;
    overflow: auto;
}
.arrow-icon {
    transition: transform 0.3s ease;
}

.accordion-button.active .arrow-icon {
    transform: rotate(180deg);
}
.agree-txt{font-size: 14px;color: #797979;text-align: center;margin: 24px 0;}

.pay-btn{
    margin-top: 50px;
}
.btn-lg{
    max-width: 455px;
    width: 100% !important;
    margin: 0 auto;
    height: 70px !important;
    font-size: 16px !important;
    
}

/* 결제성공 */
.complete-wrap{
    background: #ECECEC;;
    padding: 70px 0;
    color: #111;
}
.container-sm{
    max-width: 558px;
    width: 100%;
    margin: 0 auto;
}

.complete-cont{
    width: 100%;
    background: #fff;
    box-shadow: 5px 5px 15px #15161610;
    padding: 32px 48px;
    border-radius: 12px;
}

.complete-tit{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.complete-tit .chk-icon{margin-bottom: 4px;}
.complete-tit h5{font-size: 18px;font-weight: 500;}

.receipt-item{
    padding: 16px 0;
    border-bottom: 1px solid #D7D7D7;
}
.receipt-item:last-child{border-bottom: 0;}
.receipt-item h6{font-size: 14px;font-weight: 500;color: #1DB069;margin-bottom: 4px;}
.receipt-item p{font-size: 16px;}

.complete-btn{padding-top: 20px;}

.complete-btn .btn-dark{width: 160px !important;width: 100%;margin: 0 auto;}


/* 웹에서만 호버 */
@media (hover: hover) and (pointer: fine){
    .btn-dark:hover{background: #333;transition: 0.2s;}
}







/* 반응형 */

@media screen and (max-width:1200px){
    .prd-wrap{flex-wrap: wrap;gap: 0;}
    .prd-item{width: 49%;height: 680px;margin-bottom: 20px;}
    .prd-price{margin-bottom: 24px;}
    .line-deco{margin: 14px auto;}
    .container-lg{padding-left: 18px;padding-right: 18px;}
}
@media screen and (max-width:768px){
    .container-sm{width: 100%;padding-left: 18px;padding-right: 18px;}
    .prd-item{width: 100%;height: auto;}
    .prd-tit p{max-height: auto;}
    .br-m{display: block;}
    .br-pc{display: none;}
    header{height: 80px;}
    .logo img{width: 150px;}
    .container{padding-left: 18px; padding-right: 18px;}
    .row1-cont{padding: 70px 18px;}
    .row1-tit{font-size: 24px;}
    .line{margin: 25px auto;}
    .row1-txtBox p{font-size: 15px;}
    .row1-txtBox .area-txt{font-size: 15px;}
    .row1-contact{padding: 18px;}
    .row1-contact h3{font-size: 20px;margin-bottom: 15px;}
    .row1-contact .item{font-size: 15px;margin-bottom: 10px;}

    .row2-cont{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .row2-tit h2{font-size: 24px;}
    .row2-tit p{font-size: 16px;}
    .row2-txt-wrap{padding: 30px 18px;}
    .row2-txtBox .item h5{font-size: 18px;}
    .row2-txtBox .item p{font-size: 15px;}
    .row2-contactBox{
        flex-direction: column;
    }
    .row2-contactBox .item{margin-bottom: 8px;font-size: 15px;}
    .row2-contactBox .item:last-child{margin-bottom: 0;}

    .payinfo{margin-bottom: 50px;}
    .sub-tit{padding: 40px 18px;}
    .payinfo .tit{font-size: 20px;}
    .tb1-item{padding: 16px;}
    .tb1-item h5{font-size: 16px;}
    .prd-option{padding: 16px;}
    .payprd-img{width: 250px;height: 100px;}
    .option-cont{padding-top: 0;}
    .prd-info p{font-size: 14px;}
    .table-btm{padding: 14px 0;}
    .payment-amount{font-size: 20px;}
    .tb2-item{flex-wrap: wrap;flex-direction: column;align-items: start;}
    .tb2-item h5{width: auto;font-size: 14px;margin-bottom: 4px;}
    .tb2-item{padding: 12px 0;}
    .tb2-item .input-box .w-120px{width: 100%;}
    .table-tpye3{padding: 16px 0;}
    .tb3-item{padding: 8px;}
    .tb3-item h4{font-size: 20px;}
    .tb3-item .tb3-price{font-size: 20px;}
    .btn-lg{height: 50px !important}
    .complete-wrap{padding: 50px 0;}
    .complete-cont{padding: 20px;}
}





