﻿.goods_dwrap .good_dtop {display: flex; margin-bottom: 120px;}
.goods_dwrap .good_dtop .left {width: 500px;}
.goods_dwrap .good_dtop .left .swiper-button-prev {background: url(../img/goods/left_btn_mini.png) no-repeat; height: 24px; width: 13px;}
.goods_dwrap .good_dtop .left .swiper-button-next {background: url(../img/goods/right_btn_mini.png) no-repeat; height: 24px; width: 13px;}

.goods_dwrap .good_dtop .right {width: calc(100% - 580px); padding: 30px 40px;}
.goods_dwrap .good_dtop .right .goods_dtxt .gd_tit {font-size: 28px; margin-bottom: 10px; font-family: var(--font-sb); line-height: 35px;}
.goods_dwrap .good_dtop .right .goods_dtxt .gd_stit {font-family: var(--font-m); font-size: 17px; color: #1e1e1e; line-height: 20px; margin-bottom: 25px; display: inline-block; width: 100%;}
.goods_dwrap .good_dtop .right .goods_dtxt .gd_stxt {display: inline-block; width: 100%; font-size: 17px; font-family: var(--font-l); letter-spacing: -0.4px; margin-bottom: 20px; padding-bottom: 20px;  border-bottom: 1px solid #deded6; line-height: 22px;}

.goods_dwrap .good_dtop .right .goods_option {border-bottom: 1px solid #deded6; padding-bottom: 20px; margin-bottom: 20px;}
.goods_dwrap .good_dtop .right .goods_option div {display: flex; align-items: center; margin-bottom: 5px;}
.goods_dwrap .good_dtop .right .goods_option div:last-of-type {margin-bottom: 0;}
.goods_dwrap .good_dtop .right .goods_option div span {width: 46px; height: 46px; display: inline-block; margin-right: 15px;}
.goods_dwrap .good_dtop .right .goods_option div p {font-size: 14px; font-family: var(--font-l);}

.goods_dwrap .good_dtop .right .goods_price {display: flex;}
.goods_dwrap .good_dtop .right .goods_price p {width: 50%; font-family: var(--font-m); font-size: 17px;}
.goods_dwrap .good_dtop .right .goods_price span {width: 50%; font-size: 17px;}


.goods_dwrap .goods_img img {width: 900px; margin: 0 auto; display: block;}


/* 태블릿 */
@media screen and (max-width: 1200px) {
    .goods_dwrap .good_dtop .left {width: 40%;}
    .goods_dwrap .good_dtop .left .swiper-slide img {width: 100%;}

    .goods_dwrap .good_dtop .right {width: 60%;}
    .goods_dwrap .goods_img img {width: 100%;}
}
/* 모바일 */
@media screen and (max-width:767px) {
    .goods_dwrap .good_dtop {display: block; margin-bottom: 50px;}
    .goods_dwrap .good_dtop .left {width: 100%;}

    .goods_dwrap .good_dtop .right {width: 100%; padding: 30px 10px;}
    .goods_dwrap .good_dtop .right .goods_dtxt .gd_tit {font-size: 22px; line-height: 30px;}
    .goods_dwrap .good_dtop .right .goods_dtxt .gd_stit {font-size: 15px; line-height: 18px;}
    .goods_dwrap .good_dtop .right .goods_dtxt .gd_stxt {font-size: 16px; line-height: 20px;}


}