.detail {
    gap: 30px;
}

.detail .slide .swiper {
    position: relative;
    margin-bottom: 20px;
}
.detail .slide .swiper .swiper {
    position: static;
    margin: 0 30px;
}
.detail .slide .swiper .swiper-slide {
    height: 0;
    padding-bottom: 16.5%;
    border-radius: 10px;
    overflow: hidden;
}
.detail .slide .swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}


.detail .subject {
    gap: 20px;
}
.detail .subject .info {
    flex: 1;
    width: 100%;
    gap: 15px;
}
.detail .subject h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 400;
}
.detail .subject h2 .wish_btn {
	width: 30px;
	height: 30px;
	background: url("../images/ic_heart.svg")no-repeat 50% 50% / 100%;
}
.detail .subject h2 .wish_btn.on {
	background: url("../images/ic_heart_on.svg?v=2")no-repeat 50% 50% / 100%;
}
.detail .subject .user {
    gap: 10px;
    font-weight: 500;
    font-family: 'Pretendard';
}
.detail .subject .user img {
    width: 20px;
    vertical-align: middle;
}
.detail .subject .user .memo_btn {
    width: 20px;
	height: 20px;
	background: url("../images/ic_memo_black.svg")no-repeat 50% 50% / 100%;
}
.detail .subject .util {
    color: #7C7C7C;
    gap: 10px;
    font-family: 'Pretendard';
    font-weight: 500;
}
.detail .subject .util span {
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 22px;
}
.detail .subject .util span.view {
    background-image: url("../images/ic_view.svg");
}
.detail .subject .util span.cmt {
    background-image: url("../images/ic_cmt.svg");
}
.detail .subject .util span.like {
    background-image: url("../images/ic_like.svg");
}
.detail .subject .util span.date {
    background-image: url("../images/ic_date.svg");
}
.detail .subject .tel a {
    display: block;
    width: 250px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}


.detail_info > div {
    border-top: 1px solid #E8E8E8;
    padding: 40px 0;
    gap: 30px;
    font-family: 'Pretendard';
    box-sizing: border-box;
}
.detail_info > div:first-child {
    padding: 20px 0;
    gap: 20px;
}
.detail_info > div > h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'GmarketSans';
}
.detail_info .txt {
    font-weight: 500;
}
.detail_info .tag {
    color: #7C7C7C;
    font-weight: 500;
    gap: 5px;
}
.detail_info .list_flex {
    gap: 20px;
    font-weight: 500;
}
.detail_info .list_flex > div > p {
    width: 80px;
    color: #7C7C7C;
}
.detail_info .list_flex > div > div {
    flex: 1;
    width: 100%;
}
.detail_info .course .title {
    font-weight: 500;
    padding: 10px;
    box-sizing: border-box;
}
.detail_info .course .item {
    padding: 20px 10px;
    border-bottom: 1px solid #E8E8E8;
    text-transform: uppercase;
    font-weight: 500;
    gap: 15px;
    box-sizing: border-box;
}
.detail_info .course .item .info {
    gap: 10px;
}
.detail_info .course .item .info strong {
    font-weight: 500;
}
.detail_info .course .item .info p {
    color: #7c7c7c;
}
.detail_info .course .item .price {
    text-align: right;
}
.detail_info .course .item .price strike {
    color: #7c7c7c;
    font-size: 20px;
}
.detail_info .course .item .price h3 {
    font-size: 30px;
    line-height: 1;
}
.detail_info .course .item .price h3 span {
    font-size: 20px;
}

.detail_info .list_btn {
    display: inline-block;
    width: 58px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 30px;
}


.comment {
    gap: 30px;
}
.comment .cmt_write form {
	gap: 10px;
}
.comment .cmt_write textarea {
    flex: 1;
    height: 59px;
    resize: none;
    border: 0;
    padding: 15px 20px;
    font-size: 16px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
}
.comment .cmt_write button {
	width: 112px;
    height: 59px;
	border-radius: 5px;
    font-size: 16px;
    font-family: 'GmarketSans';
}
.comment .cmt_list {
    gap: 10px;
}
.comment .cmt_list .item .cmt_box {
	position: relative;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	padding: 20px;
    font-weight: 500;
	box-sizing: border-box;
}
.comment .cmt_list .item .reply {
    margin: 0 0 0 30px;
}
.comment .cmt_list .item .reply .reply_box {
    position: relative;
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	padding: 20px;
    font-weight: 500;
    margin-top: 10px;
	box-sizing: border-box;
}
.comment .cmt_list .item .top {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment .cmt_list .item .top .name {
	font-weight: 500;
}
.comment .cmt_list .item .top .name img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.comment .cmt_list .item .top > div {
    color: #7C7C7C;
    gap: 10px;
}
.comment .cmt_list .item .top > div > button {
	color: #7C7C7C;
	font-size: inherit;
    border-right: 1px solid #7C7C7C;
    padding-right: 10px;
}
.comment .cmt_list .item .top > div > button.del_btn {
	width: 13px;
	height: 13px;
	background: url("../images/ic_del.svg")no-repeat 50% 50%;
    border-right: 0!important;
    padding-right: 0!important;
}
.comment .cmt_list .item .cont .view {
    min-height: 40px;
}
.comment .cmt_list .item .box_wrap {
	display: none;
	gap: 10px;
}
.comment .cmt_list .item .box_wrap textarea {
    display: block;
    flex: 1;
    height: 60px;
    resize: none;
    border: 0;
    padding: 10px;
    font-size: 16px;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
}
.comment .cmt_list .item .box_wrap button {
	width: 112px;
    height: 59px;
	border-radius: 5px;
    font-family: 'GmarketSans';
}
.comment .cmt_list .item .reply_write {
    display: none;
}
.comment .cmt_list .item .reply_write .box_wrap {
    display: flex;
    margin: 10px 0 0 30px;
}
.comment .more_btn {
    justify-content: center;
}
.comment .more_btn button {
    width: 117px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #CDCDCD;
    color: #7C7C7C;
    font-size: 16px;
    font-weight: 500;
}
.comment .more_btn button:after {
    content: '';
    display: inline-block;
    vertical-align: -2px;
    width: 15px;
    height: 15px;
    background: url("../images/arrow-down.svg")no-repeat 50% 50% / 100%;
    margin-left: 10px;
}



 





@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
    .detail .subject h2 {
        font-size: 22px;
    }
    .detail .subject .tel a {
        width: 160px;
        height: 65px;
        line-height: 69px;
        font-size: 18px;
    }
    .detail_info > div > h4 {
        font-size: 18px;
    }
    .detail_info .course .item .price strike {
        font-size: 18px;
    }
    .detail_info .course .item .price h3 {
        font-size: 24px;
    }
    .detail_info .course .item .price h3 span {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .detail .slide .swiper .swiper-slide {
        padding-bottom: 25%;
    }

    .detail .subject .info {
        flex: none;
        gap: 5px;
    }
    .detail .subject .util {
        font-size: 14px;
    }
    .detail .subject .tel {
        width: 100%;
    }
    .detail .subject .tel a {
        width: 100%;
        height: 45px;
        line-height: 47px;
        font-size: 16px;
    }

    .detail_info > div {
        padding: 25px 0;
        gap: 20px;
    }
    .detail_info > div:first-child {
        gap: 15px;
    }

    .detail_info .course .item > div {
        width: 100%;
    }
    .detail_info .course .item .price strike {
        font-size: 16px;
    }
    .detail_info .course .item .price h3 {
        font-size: 22px;
    }
    .detail_info .course .item .price h3 span {
        font-size: 16px;
    }
    .detail_info .list_btn {
        font-size: 14px;
    }

    .comment {
        gap: 20px;
    }
    .comment .cmt_list .item {
        font-size: 14px;
    }
    .comment .cmt_write textarea {
        font-size: 14px;
    }
    .comment .cmt_write button {
        width: 100px;
        font-size: 14px;
    }
    .comment .cmt_list .item .box_wrap button {
        width: 100px;
        font-size: 14px;
    }
    .comment .cmt_list .item .box_wrap textarea {
        font-size: 14px;
    }
    .comment .cmt_list .item .reply {
        margin: 0 0 0 20px;
    }
    .comment .more_btn button {
        width: 100px;
        height: 38px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .detail .slide .swiper .swiper-slide {
        padding-bottom: 40%;
    }

    .comment .cmt_list .item .top .name {
        width: 100%;
        margin-bottom: 10px;
    }
    .comment .cmt_write button {
        width: 100%;
        height: 35px;
        line-height: 37px;
    }
    .comment .cmt_list .item .box_wrap button {
        width: 100%;
        height: 35px;
        line-height: 37px;
    }
    .comment .cmt_list .item .top > div {
        position: relative;
        width: 100%;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .comment .cmt_list .item .top > div > button.del_btn {
        position: absolute;
        top: 3px;
        right: 0;
    }
}
@media screen and (max-width: 380px) {
}