/* 기본색상 지정 default*/
:root {
    --font-color-base: #000;
    --font-color-title: #333;
    --font-color-desc: #4d4d4d;
    --font-color-heading: #000;
    --font-color-gray: #777;
    --font-color-primary: #16b6df;
    --font-color-secondary: #ef441f;
    --font-color-warn: #ec2a1d;
    --font-color-success: #0985df;
    --font-color-hover: #00ccff;
    --font-color-default: #EE2737;
    /* ----------------------------
  폰트, 색상, 폰트종류 설정값 
  /* ----------------------------*/
    --black-color: #000;
    --dark-grey: #333;
    --grey: #666;
    --white-grey: #999;
    --border-line: #eee;
    --primary-color: #16b6df;
    --menu-font-size: 18px;
    --content-font-size: 14px;
    --content-small-font-size: 13px;
    --input-content-font-size: 12px;
    --custom-price-font-size: 18px;
    --percent-font-size: 18px;
    --sell-font-size: 22px;
    --default-font-family: "Pretendard";
    --sub-font-family: "NanumSquareNeo";
    --eng-font-family: "Kanit";

    --secondary-color: #E0E4E7;
    --eng-font: "adobe-garamond-pro", serif;
    --cmm-padding: 80px 0;
    --sub-bg: #f9f9f9;
    --btn-cac-border: #cbcbcb;
    --shop-inner-padding: 100px 0 0;

    /*  각 페이지 타이틀 사이즈  */
    --page-tit: 40px;
}

@media (max-width:768px) {
    :root {
        --shop-inner-padding: 60px 0 0;
    }
}

/* 공통페이지 ----------------------------------------- */
/*
#sct_location {
    display: none !important;
}
*/

#wrapper_title {
    display: none !important;
}

.product_tit_kr {
    padding: 80px 0 60px;
    text-align: left;
    max-width: 1280px;
    margin: 0 auto;
}

.product_tit {
    padding: 80px 0 60px;
    text-align: center;
}

.product_tit_kr h2 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    color: #111;
    font-weight: 600;
}

.product_tit h2 {
    font-size: var(--page-tit);
    text-transform: uppercase;
    line-height: 1;
    color: #111;
    font-family: var(--eng-font);
    font-weight: 400;
}

@media (max-width:768px) {
    .product_tit {
        padding: 40px 0 20px;
    }

    .product_tit h2 {
        font-size: 28px;
    }
}

/* ------ */


.chk_box input[type="radio"]:checked + label,
.chk_box input[type="radio"]:checked + label span:before,
.chk_box input[type="radio"]:checked + label span:before {
    color: var(--font-color-primary);
}

.chk_box input[type="radio"]:checked + label span:before {
    background: var(--font-color-primary);
}

/* .btn_submit:hover{background: #00ccff;} */
#hd {
    background: #fff;
    color: #333;
    border-bottom: none;
    transition: all 0.5s;
}

#hd.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    transform: translateY(-106px);
    z-index: 1000;
}

#hd_wrapper_logo {
    margin-left: 10px;
    margin-right: 5px;
    display: none;
}

#hd_wrapper_logo .logo_txt {
    font-family: "Kanit";
    font-size: 25px;
    letter-spacing: -1px;
    ;
    font-weight: 500;
    color: var(--font-color-base);
    transition: all 1s;
}

#hd_wrapper_logo .logo_txt b {
    font-family: "Kanit";
    color: var(--font-color-primary);
    font-weight: 700;
}

#hd.fixed #hd_wrapper_logo {
    display: inline-flex;
}

.top_notice {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b6cad1;
    color: #3f6a79;
    font-weight: bold;
}

#side_menu {
    display: none;
}

#aside {
    display: none;
}

#container .shop-content {
    position: relative;
}

#container .shop_inner {
    padding: var(--shop-inner-padding);
}

@media (max-width:768px) {
    #container .shop-content {
        padding: 0;
    }
}

#container .is_index {
    margin-left: 0px
}



#tnb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 70px;
    position: relative;
}

#hd_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr {
    width: 1200px;
}

#hd #sub_menu {
    width: 100%;
    min-height: 100px;
    position: absolute;
    top: 148px;
    left: 0;
    z-index: 10000;
    background: #fff;
    display: flex;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.08);
    border-top: 1px solid #eee;
    display: none;
}

/* #hd.view_sub_menu #sub_menu{display: flex; opacity: 1;} */
.inner_sub_menu {
    width: 1200px;
    margin: 0 auto;
}

.sub_menu_list {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 15px 0;
}

.sub_menu_list > li {
    display: inline-flex;
    width: 20%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    justify-content: center;
}

.sub_menu_list > li:last-child {
    border-right: none;
}

#display_pay_button .btn_submit {
    font-size: 16px;
    font-weight: 500;
}

#display_pay_button .btn01 {
    font-size: 16px;
    font-weight: 500;
}

#sod_ws_act .btn02,
#sod_ws_act .btn01 {
    font-size: 16px;
    font-weight: 500;
}

#tnb .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo {
    display: inline-flex;
    margin-left: 15px;
}

#logo .logo_txt {
    font-family: "Kanit";
    font-size: 35px;
    letter-spacing: -1px;
    ;
    font-weight: 500;
    color: var(--font-color-base)
}

#logo .logo_txt b {
    font-family: "Kanit";
    color: var(--font-color-primary);
    font-weight: 700;
}

.hd_sch_wr {
    padding: 0;
    background: #f5f5f5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 10px 20px;
}

.hd_sch_wr.focus {
    padding: 0;
    background: var(--font-color-primary);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 10px 20px;
}

#hd_sch #sch_submit {
    background: transparent;
}

.hd_sch_wr.focus #hd_sch #sch_str {
    color: #fff;
}

.hd_sch_wr.focus #hd_sch #sch_str::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.hd_sch_wr.focus #sch_submit i {
    color: #fff;
    background: none;
}

#hd_sch h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#hd_sch {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#hd_sch #sch_str {
    width: 200px;
    height: 20px;
    padding-left: 15px;
    height: auto;
    border: none;
    background: none;
    outline: none;
    font-size: 1em;
    color: #333;
    padding: 10px;
}

#hd_sch #sch_str:focus {
    outline: none;
}

#hd_sch #sch_submit {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    margin-left: 10px;
}

#sch_submit i {
    color: #555;
    font-size: 22px;
}

#sch_submit:hover i {
    color: var(--font-color-primary)
}

input:focus {
    outline: none;
}

#hd_sch #sch_str::placeholder {
    color: #777;
    opacity: 1;
    /* Firefox */
    letter-spacing: -0.5px;
    font-size: 13px;
}

#sit_qa_wbtn a {
    padding: 0px 15px;
}

#hd_sch #sch_str::-ms-input-placeholder {
    color: #777;
    letter-spacing: -0.5px;
    font-size: 13px;
}

#hd_menu {
    display: inline-flex;
    font-size: 15.5px;
    font-weight: 700;
    letter-spacing: -0.5px;
    float: left;
}

#hd.fixed #hd_menu {
    margin-left: -80px;
}

#hd_menu:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#hd_menu button#menu_open {
    float: left;
    height: 50px;
    border: 0;
    background: #3a8afd;
    text-align: left;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
    font-size: 1.167em
}

.hd_menu {
    display: inline-flex;
    font-size: 16px;
}

.hd_menu > li {
    padding: 12px 15px;
    line-height: 26px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 18px;
}

.hd_menu li:last-child a {
    border-right: 0
}

.hd_menu li a {
    font-family: "Pretendard";
    font-size: 18px;
    display: inline-flex;
    color: #333;
    align-items: center;
}

.hd_menu li a span {
    margin-right: 5px;
    font-size: 30px;
}

.hd_menu li a:hover {
    color: var(--font-color-primary)
}

.category_sub_menu {
    position: absolute;
    left: 10px;
    top: 50px;
    z-index: 100000;
    display: none;
}

.category_sub_menu > ol {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    padding: 10px 0;
    padding-right: 10px;
}

.category_sub_menu > ol > li {
    display: flex;
    width: auto;
}

.category_sub_menu > ol > li > a {
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    white-space: nowrap;
}

.hd_login {
    display: inline-flex;
    color: #333;
    justify-content: flex-end;
    align-items: center;
}

.hd_login > li {
    float: left;
    position: relative;
    margin: 0 7px;
}

.hd_login > li a {
    color: #333
}

.hd_login > li a:hover {
    opacity: .8;
}

.hd_login > li.shop_login {
    margin-top: -15px;
}

.shop_login button,
.shop_login a {
    font-family: 'NanumSquareNeo';
}

.shop_login a {
    font-size: 13px;
}

.hd_login .fa-shopping-cart {
    font-size: 1.6em
}

.hd_login .count {
    display: inline-block;
    position: absolute;
    min-width: 20px;
    min-height: 20px;
    top: -5pxpx;
    right: -10px;
    line-height: 12px;
    padding: 0 5px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.hd_login .count1 {
    display: inline-block;
    position: absolute;
    min-width: 20px;
    min-height: 20px;
    top: 2px;
    right: -10px;
    line-height: 12px;
    padding: 0 5px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

#hd_qnb {
    margin-right: 10px;
}

#hd_qnb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#hd_qnb li {
    float: left;
    font-size: 1.083em;
    line-height: 14px;
    border-right: 1px solid #eee;
    position: relative;
    text-align: center;
    margin: 15px 5px 15px 5px;
    padding-right: 10px
}

#hd_qnb li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

#hd_qnb li a {
    display: inline-block;
    color: #555;
    font-family: 'NanumSquareNeo';
    font-size: 12.5px;
    font-weight: 500;
}

#hd_qnb li a:hover {
    color: var(--font-color-primary)
}

#container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 500px;
    height: auto !important;
}

/*
#container .shop-content {
    position: relative;
    padding: 1px 0;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 500px;
}
*/

#container .is_index {
    margin-left: 0;
    background: #fff;
}

.sct_wrap {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    margin: 20px auto 10px;
}

.sct_wrap header {
    padding: 20px 0 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.sct_wrap h2 {
    font-size: 22px;
    letter-spacing: -1.5px;
    font-weight: 500;
    color: #777;
    margin-bottom: 10px;
}

.sct_wrap h2 b {
    font-size: 25px;
    font-weight: 700;
    color: var(--font-color-title);
    margin-bottom: 3px;
}

.sct_wrap h4 {
    letter-spacing: -0.5px;
    color: var(--font-color-gray);
    font-size: 15px;
    font-weight: 300;
}

.sub_banner_wrapper {
    display: flex;
    width: 100%;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    background: #f7f7f7;
}

.category_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 120px 0 50px;
}

.category_container > ul {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.category_container > ul > li {
    display: inline-flex;
    width: 21%;
}

/*네비게이션*/
#sct_location .go_home {
    font-size: 13px;
    font-family: 'Pretendard';
    font-weight: 400;
    color: #777
}


/* 메인화면 사이트 소개 */
.site_desc_list {
    list-style: none;
}

.site_desc_list li {
    margin-bottom: 10px;
}

.site_desc_list > .img > span {
    width: 70px;
    height: 70px;
    display: inline-flex;
    background: #efefef;
}

.site_desc_list > .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--font-color-title);
    margin: 7px 0;
}

.site_desc_list > .desc {
    font-family: 'NanumSquareNeo';
    font-size: 13px;
    line-height: 1.7em;
    color: var(--font-color-desc)
}


.icon_list {
    width: 50%;
}

.notice_list {
    width: 50%;
}

.content_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.content_container {
    width: 1200px;
}

.grey_wrapper {
    background: none;
}

/*  장바구니  ******************************************************/

#sod_bsk {
    max-width: 1200px;
    margin: 0 auto 100px;
}

#wrapper_title {
    display: flex;
    justify-content: center;
}

#wrapper_title > div {
    width: 1200px;
    text-align: center;
}

#forderform {
    max-width: 900px;
    margin: 0 auto;
    background: var(--sub-bg);
}

#sit_ov_btn {
    display: none;
}

#sit_sel_option {
    display: none;

}

.new_win .new_win_con {
    margin: 0;
    padding: 0;
}

a.btn01 {
    cursor: pointer;
    padding: 5px 7px;
    font-size: 12px;
}

/*
메인화면 회원정보
*/
.btn_member_mn {
    display: flex;
    align-items: center;
    color: #000
}

.hd_login > li.shop_login {
    margin-top: 0px;
}

#ol_after_private a strong {
    min-width: 20px;
    text-align: center;
}

.btn_member_mn_on {
    border: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    ;
}

.member_mn {
    border: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
}

/* 메인화면 상품 */

/*추천강좌 */
.smt_10 {
    margin: 0;
    justify-content: space-between;
}

.smt_10 .sct_li {
    margin: 0;
    width: 280px;
}

.smt_10 .sct_img {
    box-shadow: none;
    height: 280px;
    position: relative;
}

.smt_10 .sct_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.smt_10 .sct_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.smt_10 .sct_img:hover {
    cursor: pointer;
}

.smt_10 .sct_img:hover a img {
    transform: scale(1.2);
}

.smt_10 .sct_txt {
    font-size: 20px;
    margin: 15px 0 10px;
}

.smt_10 .sct_basic {
    color: var(--font-color-desc);
    line-height: 1.4em;
    margin-bottom: 10px;
}

.smt_10 .sct_cost {
    font-size: 24px;
    letter-spacing: -1px;
    flex-direction: column;
    align-items: flex-start;
}

.smt_10 .sct_cost .custom_price {
    color: #aaa;
    text-decoration: line-through;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.default_price {
    display: flex;
    align-items: center;
}

.default_price > span {
    color: #e00f00;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500;
}

.default_price > span > span {
    font-size: 14px;
    margin-left: 1px;
}

.detail_content {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: -130px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.3s;
    padding: 15px;
    box-sizing: border-box;
}

.detail_content > p {
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    margin-bottom: 7px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.smt_10 .sct_img:hover .detail_content {
    bottom: 0;
}

.detail_content > p > .material-symbols-outlined.main-icon {
    font-size: 20px;
    margin-right: 5px;
    font-weight: 300;
}

/*새로운 강좌 */
.new_content .smt_10 {
    margin: 0;
    justify-content: space-between;
}

.new_content .smt_10 .sct_li {
    margin: 0;
    width: 220px;
}

.new_content .smt_10 .sct_img {
    box-shadow: none;
    height: 220px;
}

.new_content .smt_10 .sct_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.new_content .smt_10 .sct_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.new_content .smt_10 .sct_img:hover a img:hover {
    transform: scale(1.2);
}

.new_content .smt_10 .sct_txt {
    font-size: 18px;
    margin: 15px 0 10px;
}

.new_content .smt_10 .sct_basic {
    color: var(--font-color-desc);
    line-height: 1.4em;
    margin-bottom: 10px;
}

.new_content .smt_10 .sct_cost {
    font-family: "Pretendard";
    font-size: 22px;
    letter-spacing: -1px;
    flex-direction: column;
    align-items: flex-start;
}

.new_content .smt_10 .sct_cost .custom_price {
    color: #aaa;
    text-decoration: line-through;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.default_price {
    display: flex;
    align-items: center;
}

.default_price > span {
    color: #e00f00;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500;
}

.default_price > span > span {
    font-size: 14px;
    margin-left: 1px;
}

/*인기강좌.*/
.smt_10 .sct_li.favorite_product {
    margin: 0;
    width: 220px;
}

.smt_10 .sct_li.favorite_product .sct_img {
    box-shadow: none;
    height: 200px;
}

.smt_10 .sct_li.favorite_product .sct_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.smt_10 .sct_li.favorite_product .sct_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smt_10 .sct_txt {
    font-size: 18px;
    margin: 15px 0 10px;
}

.smt_10 .sct_basic {
    font-family: 'NanumSquareNeo';
    color: var(--font-color-desc);
    line-height: 1.6em;
    margin-bottom: 10px;
    font-size: 13px;
}

.smt_10 .sct_cost {
    font-family: "Pretendard";
    font-size: 22px;
    letter-spacing: -1px;
    flex-direction: column;
    align-items: flex-start;
}

.smt_10 .sct_cost .custom_price {
    color: #aaa;
    text-decoration: line-through;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.default_price {
    display: flex;
    align-items: center;
}

.default_price > span {
    color: #e00f00;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500;
}

.default_price > span > span {
    font-size: 14px;
    margin-left: 1px;
}

/* 이벤트 강좌 */
.event_content .smt_10 {
    margin: 0;
    justify-content: space-between;
}

.event_content .smt_10 .sct_li {
    margin: 0;
    width: 190px;
}

.event_content .smt_10 .sct_img {
    box-shadow: none;
    height: 150px;
}

.event_content .smt_10 .sct_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.event_content .smt_10 .sct_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    border-radius: 10px;
}

.event_content .smt_10 .sct_img a img:hover {
    transform: scale(1.2);
}

.event_content .smt_10 .sct_txt {
    font-size: 18px;
    margin: 15px 0 10px;
}

.event_content .smt_10 .sct_basic {
    color: var(--font-color-desc);
    line-height: 1.4em;
    margin-bottom: 10px;
}

.event_content .smt_10 .sct_cost {
    font-family: "Pretendard";
    font-size: 22px;
    letter-spacing: -1px;
    flex-direction: column;
    align-items: flex-start;
}

.event_content .smt_10 .sct_cost .custom_price {
    color: #aaa;
    text-decoration: line-through;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.event_content {
    width: 1200px;
    display: flex;
    flex-direction: row;
}

.event_innner_content {
    flex-direction: column;
}

.event_content .left {
    flex: 1
}

.event_content .right {
    width: 350px;
    justify-content: end;
    display: flex;
    align-items: center;
}

.event_content .right img {
    width: 70%;
}

.event_content header {
    padding: 0px 0 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.event_content h2 {
    font-size: 22px;
    letter-spacing: -1.5px;
    font-family: 'Pretendard';
    font-weight: 500;
    color: #777;
    margin-bottom: 10px;
}

.event_content h2 b {
    font-size: 25px;
    font-weight: 700;
    color: var(--font-color-title);
    margin-bottom: 3px;
}

.event_content h4 {
    font-family: "Pretendard";
    letter-spacing: -0.5px;
    color: var(--font-color-gray);
    font-size: 15px;
    font-weight: 300;
}


/*메인화면 수강후기*/
#sps_main > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#sps_main > ul > li {
    flex-direction: column;
    border: 1px solid #eee;
    width: 220px;
    border-radius: 10px;
    padding: 0;
}

#sps_main > ul > li > .sps_img {
    position: relative !important;
    top: auto;
    left: auto;
}

#sps_main > ul > li > .sps_section {
    padding: 10px;
    float: clear;
}

#sps_main > ul > li > .sps_section h2 {
    font-size: 15px;
    color: var(--font-color-title);
    margin-top: 3px;
}

#sps_main .sps_img {
    height: 180px;
}

#sps_main .sps_img a {
    display: block;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#sps_main .sps_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.5s;
}

#sps_main .sps_img a img:hover {
    transform: scale(1.2);
}

#sps_main > ul > li > .sps_section {
    padding: 0px;
    display: flex;
    ;
    flex-direction: column;
}

#sps_main > ul > li > .sps_section .star {
    display: block;
}

#sps_main > ul > li > .sps_section .star img {
    height: 13px;
}

#sps_main > ul > li > .sps_section .sps_dl {
    margin: 0;
    color: #999;
    margin-bottom: 3px;
}

#sps_main .sps_section_content {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

#sps_main .sps_con_btn {
    width: 100%;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    text-align: right;
    padding: 10px
}

#sps_main .sps_con_btn button {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: 11px;
    background: #f5f5f5;
    letter-spacing: -1px;
    color: var(--font-color-gray)
}

#sps_main .itemuse_content {
    font-family: "NanumSquareNeo";
    margin: 15px 0;
    font-size: 12.5px;
}

/* 풋터 */
#ft {
    background: #fff;
    color: var(--font-color-base);
    margin-top: 100px;
    margin-bottom: 50px;
    font-family: "Pretendard";
}

#ft_wr {
    width: 1200px !important;
    max-width: 1200px;
    padding: 50px 0 40px;
}

#ft .footer_menu {
    display: flex;
    justify-content: center;
    background: #eaeaea;
    padding: 25px;
    font-size: 16px;
}

#ft .footer_menu > ul {
    width: 1200px;
}

.footer_content {
    display: flex;
    flex-direction: row;
    width: 1200px;
    justify-content: space-between;
}

.ft_info {
    flex-direction: column;
    flex: 1;
}

.call_center {
    width: 250px;
}

.call_center .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--font-color-desc)
}

.call_center .tel {
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    color: var(--font-color-desc)
}

.account_info {
    width: 300px;
}

.account_info .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--font-color-desc)
}

.account_info .account_number {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0;
    color: var(--font-color-desc)
}



/*상세화면*/
.item_navi {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}



#sit_star_sns span {
    color: #fff;
    font-size: 16px;
}

#btn_wish .btn_wish_num {
    min-width: 18px;
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    bottom: -6px;
}

#sit_title {
    font-size: 2em;
}

.navi_container {
    width: 1200px;
    display: flex;
    justify-content: flex-end;
    font-family: "NanumSquareNeo";
    font-size: 12px;
}

#sit_info {
    width: 1200px;
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 0;
    min-height: 120px;
}

#sit_dex {
    min-height: 120px;
    margin-top: 20px;
    font-family: "NanumSquareNeo";
    margin-bottom: 50px;
}

/* #sit_dex *{font-family:"NanumSquareNeo";} */
#sit_inf_explan {

    font-size: 13px;
}

#sit_buy {
    width: 350px;
    top: 278px;
    box-sizing: border-box;
    padding: 0px;
    position: fixed;
    left: 50%;
    margin-left: 250px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    transition: all 0.5s;
    display: none;
}

#sit_buy.fixed {
    top: 90px;
}

#sit_tab {
    width: 770px;
    display: flex;
    flex-direction: column;
    font-family: "Pretendard";
}

.shop_select_to_html .option.selected,
.shop_select_to_html .option.selected a {
    color: var(--font-color-primary)
}

.shop_select_to_html .option.selected,
.shop_select_to_html .option.selected a:hover {
    color: var(--font-color-primary)
}

#sit_tab .tab_con {
    padding: 0px;
}

.sit_buy_inner {
    border: none
}

#sit_ov_from {
    height: 300px;
    background: #0a325d;
}

#sit_ov_wrap {
    width: 1200px;
    border: none;
    padding: 0;
}

#sit_ov {
    width: 700px;
    padding: 40px
}

#sit_ov_from form {
    border: none;
}

#sit_tab .tab_tit {
    padding: 0;
}

#sit_tab .tab_tit li button {
    font-family: "Pretendard";
}

#sit_pvi_big a.visible {
    border-radius: 0;
    height: auto !important;
    width: 100%;
    box-shadow: none;
}

#sit_pvi_big img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sit_inf {
    padding: 30px 0;

}

#sit_inf * {}

#sit_pvi,
#sit_pvi_big {
    width: 100%;
    height: 100%;
}

#sit_tab .tab_tit li .selected:after {
    bottom: -1px;
}

#sit_tab .tab_tit {
    margin-bottom: 0px;
}

.sit_btn_buy {


    font-family: "Pretendard";
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.sit_btn_buy:hover {}

.sit_btn_cart {
    font-family: "Pretendard";
    font-size: 20px;
    border: 1px solid #ddd;
}

.sit_btn_cart,
.sit_btn_buy {
    border-radius: 0px;
}

.sit_sel_option .opt_name {
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
}

/*
.sit_opt_added li div {
    color: #555;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    
}
*/

.sit_sel_option .opt_dflx {
    display: flex;
    justify-content: space-between;
}

.sit_opt_added li div label {
    display: inline-block;
    width: 80px;
    color: #777;
}

.sit_opt_added li div strong {
    color: #222;
    font-size: 20px;
}

.real_price {
    color: #333;
}

.item_detail_info {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
}

.item_detail_info h2 {
    margin-bottom: 32px;
}

.useitem_btn_grp {
    max-width: 1200px;
    margin: 0 auto;
}

.useitem_btn_grp .left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 20px;
}

.useitem_btn_grp .middle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 20px;
}

.useitem_btn_grp .left .point,
.useitem_btn_grp .middle .point {
    font-size: 20px;
    margin-top: 5px;
}

.useitem_btn_grp .left .point b,
.useitem_btn_grp .middle .point b {
    color: #111;
}

.sum_section {}

.sns_wrapper {
    margin-top: 10px;
}

#sit_btn_opt {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto
}

.sit_qaa_done {
    background: #81d101;
}

/* #btn_wish > span{color:rgba(255, 255, 255, 0.6); font-size:30px; } */
#btn_wish > span.material-symbols-outlined {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-variation-settings:
        'FILL'1,
        /* 0, 1 */
        'wght'700,
        /* 100 ~ 700 */
        'GRAD'200,
        /*  -25, 0, 200 */
        'opsz'40
        /* 20, 24, 40, 48 */
}

#sit_tab .tab_tit li .selected {
    font-size: 18px;
}

#sit_qa_wbtn a {
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
}

.new_win .btn_submit {
    height: 35px;
}

.new_win .btn_close {
    width: 75px;
    height: 35px;
}

.new_win #win_title {
    box-shadow: none;
    padding-left: 0px;
    margin-top: 40px;
}

.frm_input {
    height: 40px;
}

.pg_current {
    background: #111;

}

.sit_qaa_done {
    height: 25px;
    line-height: 25px;
    letter-spacing: -0.5px;
}

.sit_qaa_yet {
    height: 25px;
    line-height: 25px;
    letter-spacing: -0.5px;
}

/* 아코디언 스타일 */
.cur_accordion {
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px;
}

.cur_accordion-item {
    border-bottom: 1px solid #ddd;
}

.cur_accordion-header {
    background-color: #f7f7f7;
    padding: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

.cur_accordion-item:last-child {
    border-bottom: none;
}

.cur_accordion-content {
    display: none;
    background-color: #fff;
    font-size: 12.5px;
}

.cur_accordion-content li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.cur_accordion-content li:last-child {
    border-bottom: none;
}

.cur_accordion-content li > span {
    display: inline-flex;
    align-items: center;
}

/* 활성화 상태 */
.cur_accordion-header.active {
    background-color: #f5f5f5;
}

.cur_accordion-header.active + ol > li > span.priview_btn {
    cursor: pointer;
}

.cur_accordion-header > .left {
    display: inline-flex;
    align-items: center;
}

.cur_accordion-header > .left > span.arrow {
    transition: all 0.3s;
}

.cur_accordion-header.active > .left > span.arrow {
    transform: rotate(90deg)
}

;

.cur_accordion-header.active + .cur_accordion-content {
    display: block;
}

.priview_btn {
    display: inline-flex;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    margin-right: 5px;
}

.no_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background: #f5f5f5;
}

/*수강평 작성 */
.sit_use_wrapper {
    display: none;
}

.sit_use_top {
    position: fixed;
    z-index: 10001;
    padding: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    ;
}

.sit_use_top input[type=text],
.sit_use_top textarea {
    border: 1px solid #ddd;
    box-shadow: none !important;
    box-shadow: none !important;
    line-height: 1.7em;
}

@media (max-width:768px) {
    .sit_use_top {
        width: 90%;
    }

    #sit_use_write_star {
        gap: 8px;
        display: flex;
        flex-wrap: wrap;
    }
}

.sit_use_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10000;
}

#sit_use_write_star {
    padding: 20px 0;
}

.item_use_title {
    display: flex;
    justify-content: space-between;
}

#sit_use_ol {
    border-top: none;
}

@media (max-width:768px) {
    #sit_use_ol {
        padding: 0 20px;
    }
}

#sit_tab .tab_tit li .selected:after {
    background: var(--font-color-primary)
}

.useitem_btn_grp {
    padding: 25px;
    border-top: 3px solid #111;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.useitem_btn_grp > .left {
    flex: 1;
    border-right: 1px solid #eee;
}

.useitem_btn_grp > .middle {
    flex: 1;
    border-right: 1px solid #eee;
}

.useitem_btn_grp > .right {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
    color: #777;
    padding: 0 35px;
}

.useitem_btn_grp > .right > p {
    margin-bottom: 5px;
}

#itemuse_write_btn {
    cursor: pointer;
    padding: 0px 10px;
    line-height: 35px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.useitem_close_btn {
    cursor: pointer;
}

a.btn02 {
    background: #111;
}

.win_btn button {
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background: #888;
    color: #fff;
    padding: 0 16px;

}

.win_btn button.btn_submit {
    background: #111;
    border: none;
    padding: 0 16px;
    margin-right: 4px;
}



.sit_use_dl .sit_use_tit {
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: 400;
}

.sit_use_dl .sit_use_star {
    margin-bottom: 10px;
}

.itemuse_writer {
    font-size: 13px;
}

.sit_use_li {}

.star_bg {
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: inline-block;
    background-size: 50%;
    margin-right: 5px;
}

.sit_use_p {
    font-size: 13px;
    line-height: 1.7em;
}

.use_reply_name {
    margin-right: 10px;
}

/* 장바구니 */
#wrapper_title {
    font-size: 25px;
    padding: 100px 20px 15px 25px;
    margin-top: 40px;
    border-top: none;
}

.tbl_head03 thead th {
    border-top: 1px solid #999;
}

.tbl_head03 td {
    border-left: none;
    border-top: 1px solid #eee;
    font-size: 16px;
}

.sod_opt li:before {
    font-family: "NanumSquareNeo";
    font-size: 12px;
    padding: 3px 6px;
}

.tbl_head03 table {
    border-bottom: 1px solid #eee;
}

.td_numbig {
    width: 120px;
}

.od_prd_list .total_prc {
    font-size: 20px;
    letter-spacing: -0.5px;
}

.basket_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tbl_wrap {
    flex: 1;
}

.basket_price {
    width: 460px;
    margin-left: 40px;
}

.btn_cart_del {
    border-bottom: none;
}

#sod_bsk_act {
    display: flex;
    flex-direction: column;
    margin: 0;
    background: #fff;
}

#sod_bsk_act .btn01,
#sod_bsk_act .btn_submit {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

#sod_bsk_act .btn01 {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 500;
}

.od_prd_list .td_prd .sod_img {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #eee;
    top: 15px;
}

.od_prd_list .td_prd .sod_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.od_prd_list .td_prd .sod_name {
    min-height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.basket_price .sod_opt {
    color: #999;
}

.sod_opt {
    color: #999;
    font-size: 14px;
    margin-top: 0;
}

.sod_bsk_act_btn {
    margin: 0;
    border: none;
}

#sod_bsk_act.no_cart .btn01 {
    margin: 0
}

/* 상품문의하기 */
.tbl_wrap table {
    font-size: 15px;
}

.sit_qa_li_title {
    font-weight: normal;
    font-size: 1em;
}

.sit_qa_dl {
    font-family: "NanumSquareNeo";
    font-size: 13px;
}

.tbl_head03 thead th {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
}

.od_prd_list .td_prd .prd_name {
    font-size: 16px;
    font-weight: 500 !important;
}

.sod_opt li {}

/* 주문상세내역 */
#sod_fin {
    max-width: 660px;
    margin: 0 auto;
    border: 1px solid #eee;
    background: #eee;
}

/* 마이페이지 */
#smb_my {
    max-width: 1200px;
    margin: 0 auto;
}

#smb_my_list {
    width: 850px;
    float: clear;
}

.btn_member_mn {
    border: 1px solid #fff;
}

.btn_member_mn.btn_member_mn_on {
    border: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* 사용후기 */
#sps {
    width: 1200px;
    margin: 0 auto;
}

.shop-content form {
    margin: 0 auto;
}

.sit_use_reply {
    background: #f5f5f5;
    border-top: none;
    border-radius: 5px;
}

.use_reply_icon {
    left: 8px;
}

.use_reply_p {
    background: inherit;
    margin-right: 5px;
}

.sps_dl > dd {
    display: flex;
    align-items: center;
}

.sps_dl > dd > span {
    font-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #ddd;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
}

.review_tp_cnt > span {
    margin-bottom: 5px;
}

#sqa {
    width: 1200px;
    min-height: 600px;
    margin: 0 auto;
}

/* 주문내역 */
#sod_v {
    max-width: 1200px;
    margin: 0 auto;
}

/* 위시리스트 */

/* 수강바구니 */
.sod_option_btn button {
    font-size: 12px;
    font-family: "NanumSquareNeo"
}

#sod_bsk #sod_bsk_tot {
    margin: 0;
    border: 1px solid #ddd;
}

#sod_bsk #sod_bsk_tot li {
    background: #fff;
    color: #111;
}

#sod_bsk #sod_bsk_tot .sod_bsk_cnt {
    width: 100%;
    font-size: 1.5em;
    background: #fff;
    font-size: 18px;
    height: 51px;
    line-height: 30px;
    padding: 10px 20px;
}

/* #sod_bsk_act{ border:1px solid #212a37; padding:10px;} */
#sod_bsk #sod_bsk_tot li {
    width: 100%;
    border: none;
    padding: 10px;
}

/* 주문서 작성 */
.order_form_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#sod_frm_pay .pay_tbl td .btn_frmline {
    padding: 0;
    height: 26px;
    line-height: 26px;
}

#sod_frm_pay .pay_tbl td.coupon_apply strong {
    line-height: 26px;
}



#sod_frm #sod_frm_pt_alert {
    margin: 10px 0;
}

.sod_left {
    width: 100%;
    margin-right: 0
}

.sod_grp {
    display: flex;
    width: 340px;
    flex-direction: column;
}

#sod_frm section h2 {}

#sod_frm .tbl_frm01 th,
#sod_frm .tbl_frm01 td {
    padding: 0 5px;
}

#sod_frm #od_name,
#sod_frm #od_tel,
#sod_frm #od_hp,
#sod_frm #od_pwd,
#sod_frm #od_b_name,
#sod_frm #od_b_tel,
#sod_frm #od_b_hp,
#sod_frm #ad_subject,
#sod_frm #od_hope_date {
    width: 100%;
    height: 30px;
}

#sod_frm .tbl_frm01 th,
#sod_frm .tbl_frm01 td {
    padding: 0;
}

#sod_frm .tbl_frm01 th,
#sod_frm .tbl_frm01 td {
    line-height: 35px;
}

.order_form_wrapper {
    display: flex;
    flex-direction: row;
}

.order_form_left {
    flex: 1;
}

.order_form_right {
    width: 340px;
    margin-left: 40px;
}



#od_email {
    height: 30px;
}

#sod_frm div.tbl_frm01,
#sod_frm_taker div.tbl_frm01 {
    padding: 10px 15px !important;
}

.tbl_frm01 {
    margin: 0 0 10px
}

#display_pay_button {
    padding: 10px;
}

/* 상품문의 */
.qa_search_form {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    align-items: center;
    padding: 20px 0 10px;
}

.sqa_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 20px;
}

.sqa_img img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

#sql > ol > li {
    display: flex;
    flex-direction: row;
}

.sqa_section {
    flex: 1;
    width: 1060px;
}

/* 자주하는 질문 */
#faq_sch {
    padding: 20px;
}

#bo_cate,
#faq_wrap {
    width: 1200px;
    margin: 0 auto;
}

#bo_cate_ul {
    margin: 10px 0 20px;
}

#faq_sch .btn_submit {
    border: none;
}

#bo_cate #bo_cate_on {
    border: 1px solid var(--font-color-primary);
    background-color: var(--font-color-primary);
    box-shadow: none;
}

#bo_cate a {
    border: 1px solid var(--font-color-primary);
    color: var(--font-color-primary)
}

/* 위시리스트 */
.sod_ws_img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.sod_ws_img > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sod_ws_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sod_ws li .info_date {
    color: #999;
    margin-top: 0;
    font-weight: 400;
}

#sod_ws li .wish_chk {
    top: -11px;
}

#sod_ws li .wish_del {
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#sod_ws li .wish_info {
    border-bottom: none;
}

#sod_ws li .info_link {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #333;
}

/* 1:1 문의 */


.tbl_head01 thead th {
    border-top: 1px solid #222;
    padding: 15px 0;
}

#bo_list .txt_done,
#bo_v_rel .txt_done {
    background: var(--font-color-primary);
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-family: "NanumSquareNeo";
    font-weight: normal;
}

.bo_cate_link {
    font-family: "NanumSquareNeo";
    font-size: 12px;
}

/* 쿠폰존 */
.couponzone_list {
    width: 1200px;
    margin: 0 auto;
}

/* 사용후기 카테고리 */
#sps li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sps_con_btn {
    border-top: 1px solid #eee;
}

.sps_img_inner {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.sps_img_inner > a {
    display: block;
    width: 100%;
    height: 100%;
}

.sps_img_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sps_section {
    padding-left: 100px
}

.sps_con_btn button.review_detail {
    font-family: "NanumSquareNeo";
    font-size: 12px;
    margin-top: 5px;
}

#sps dl {
    margin-bottom: 10px;
    margin-top: 0;
}

.sps_section .sps_pd_name {
    color: #777;
    font-size: 16px;
}

.sps_section .sps_rv_tit {
    font-size: 16px;
    font-weight: 400;
}

.sps_con_btn {
    border-top: none;
    width: 100px;
}

.review_detail_in {
    width: 700px;
    max-height: 650px;
    margin-left: -350px;
    margin-top: -225px;
}

.sps_con_btn .sps_dl {
    float: none;
    display: block;
    margin: 3px 0;
    color: #777;
}

.sps_reply_content {
    display: block;
}

h2.is_use_reply {
    font-size: 15px;
    font-weight: 500;
}

.sps_reply {
    border-top: none;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
}

.review_summ {
    border: 1px solid #eee;
}

.review_summ img:nth-child(1) {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    margin-right: 5px;
    border-radius: 5px;
    object-fit: cover;
}

.review_tp_cnt {
    padding-bottom: 0;
    border-bottom: 0;
}

.review_tp_cnt {
    margin-bottom: 0;
}

/* 마이페이지 */
#smb_my_ov {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 70px;
}

#smb_my_od h2 {
    margin: 10px 0 15px;
    font-size: 16px;
}

.status_01,
.status_02,
.status_03,
.status_03,
.status_05 {
    font-size: 12px;
    padding: 2px 7px;
    font-family: "NanumSquareNeo";
}

#smb_my_wish .smb_my_img img {
    width: 100px;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 5px;
    object-fit: cover;
}

#smb_private a > span {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

#smb_private a > span span {
    margin-right: 5px;
    font-size: 22px;
}

#smb_private a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#smb_private a strong {
    float: right;
}

#smb_my_ov .smb_me a.smb_info,
#smb_my_ov .smb_me a {
    border-radius: 5px;
    padding: 2px 10px;
}

#sod_fin_grp {
    display: flex;
    justify-content: space-between;
}

#sod_fin_list {
    flex: 1;
}

#sod_price_group {
    width: 340px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

#sod_fin .sod_left th,
#sod_fin .sod_left td {
    padding: 3px 0;
}

#sod_bsk_tot2 li {
    line-height: 30px;
}

#sod_fin_list .td_prd img {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    object-fit: cover;
    border-radius: 5px;
}

.tbl_head03 td {
    font-size: 14.5px;
    color: #555;
}

.tbl_head03 thead th {
    font-size: 15px;
    letter-spacing: -0.5px;
}

/* 강좌페이지 */
.lecture_container {
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 750px;
}

#hd_login_msg {
    display: none;
}

.lecture_content {
    width: 500px;
    height: 100%;
    background: #eee;
    position: fixed;
    transition: all 0.5s;
    right: 100px;
    right: -400px;
    min-height: 750px;
}

.lecture_content .title {
    padding: 0 20px;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    padding: 20px;
    font-weight: 700;
    align-items: center;
    cursor: pointer;
}

#curriculumn {
    width: 100%;
    height: 100%;
    position: relative;
}

#curriculumn .title {
    padding: 0 20px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    font-weight: 700;
    color: #555;
}

#curriculumn .list {
    width: 100%;
    height: calc(100% - 192px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.lecture_content .period {
    font-size: 13px;
    color: #777;
    padding: 5px 0 0;
}

.lecture_content .my_lec_progress {
    font-size: 13px;
    color: #777;
    padding: 0 20px 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
}

.lecture_content .my_lec_progress .my_lec_icon {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 5px;
}

.lecture_content .my_lect_progress_info_box {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    flex: 1;
}

.lecture_content .my_lect_progress_info {
    display: flex;
    flex-direction: row;
}

.lecture_content .my_lect_progress_info .progress_info_count {
    margin-right: 10px;
}

.my_lect_progress_info b {
    color: var(--font-color-primary)
}

.lecture_content .list {
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    box-sizing: border-box;
}

.lecture_content.active {
    right: 100px;
}

.lecture_player {
    width: calc(100% - 100px);
    height: 100%;
    background: #333;
    color: "#fff";
    display: flex;
    justify-content: center;
    align-items: center;
}

.lecture_content_menu {
    position: fixed;
    width: 100px;
    height: 100%;
    background: #f5f5f5;
    z-index: 1;
    right: 0;
    top: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.lecture_content_menu_list {}

.lecture_content_menu_list > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

.lecture_content_menu_list > li:hover {
    color: var(--font-color-primary)
}

.lecture_content_menu_list > li.active {
    color: var(--font-color-primary)
}

.my_lect_progress_info_box {
    margin-bottom: 10px;
}

.my_lec_progressbar {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 7px;
}

.my_lect_progressbar_color {
    height: 100%;
    background-color: var(--font-color-primary);
}

.player_lecture_list {}

.player_lecture_list > li {
    background: #e2e2e2;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.player_lecture_title {
    padding: 15px 20px;
    font-size: 15px;
    color: #333;
}

.player_sub_lecture_list {}

.player_sub_lecture_list > li {
    background: #f3f3f3;
    font-size: 16px;
    color: #777;
}

.player_sub_lecture_list > li {
    padding: 7px 20px;
}

.sub_lect_list_item {
    display: flex;
    flex-direction: row;
    align-items: start;
    cursor: default;
}

.sub_lect_list_item.active {
    color: #333;
    cursor: pointer;
}

.sub_lect_list_item > span {
    font-size: 23px;
    margin-right: 5px;
    margin-top: -1px;
}

.item_time {
    font-size: 13px;
    margin-top: 3px;
}

#community {
    width: 100%;
    height: 100%;
    position: relative;
}

#com_read {
    width: 100%;
    height: calc(100% - 101px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.com_list {
    height: calc(100% - 64px);
}

.community_btn_area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    background: var(--font-color-primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
}

.community_search {
    padding: 0 20px;
    position: relative;
    margin-bottom: 10px;
}

.community_search > .search_icon {
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 26px;
}

input.search_string {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.community_list {
    width: 100%;
    height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
}

.community_list_wrapper {
    margin: 30px 20px;
}

.community_list .title {
    padding: 10px 0;
    font-size: 18px;
}

.community_list_content {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.cl_list_content {
    padding: 15px;
}

.cl_content_info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-top: 1px solid #ddd;
    padding: 15px;
    align-items: center;
}

.cl_content_info .content {
    display: inline-flex;
    align-items: center;
    color: #999;
    font-size: 18px;
}

.cl_content_info .content .date {
    font-size: 13px;
    margin-left: 5px;
    color: #999;
}

.cl_content_info .content_info {
    display: inline-flex;
    align-items: center;
    color: #777;
}

.cl_content_info .content_info span {
    margin-left: 15px;
    margin-right: 5px;
    font-size: 22px;
}

.com_write {
    padding: 0 20px;
}

.com_write_input,
.com_write_textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.com_write_textarea {
    min-height: 300px;
    border-radius: 5px
}

.input_label {
    font-size: 15px;
    color: #777;
    margin-bottom: 5px;
    padding-left: 5px;
}

.com_write_btn_grp {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-top: 10px;
}

.com_write_btn_grp > div {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

#btn_save {
    background: var(--font-color-primary);
    border: none;
    color: #fff;
    margin-right: 5px;
}

#btn_cancel {
    background: #fff;
}

.lecture_content .content {
    font-size: 16px;
    color: #777;
}

.lecture_content .content .person_icon {
    font-size: 22px;
    width: 26px;
    height: 26px;
    background: #ddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
}

.sun-editor .se-wrapper .se-wrapper-wysiwyg {
    font-family: "NanumSquareNeo";
}

.com_subject {
    font-size: 18px;
    font-weight: 600;
}

.com_writer {
    padding: 5px 0;
    font-size: 13px;
    color: #777;
    position: relative;
}

.com_writer > span > span::after {
    content: "|";
    padding: 0 5px;
    font-size: 11px;
    color: #aaa;
}

.com_writer > span {
    font-size: 13px;
    color: #555;
}

.com_writer > span b {
    margin-right: 15px;
    font-size: 13px;
    color: #555;
    font-weight: normal;
    color: #777;
}

.com_content {
    padding: 10px 0;
}

.com_content_btn_grp {
    border-top: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: end;
}

.com_content_btn_grp > button {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 12px;
}

.com_content_btn_grp > button.com_reply_btn {
    background: #777;
    color: #fff;
    border: none;
}

.reply_article {
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    ;
    margin-bottom: 15px;
}

.editor_box {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    z-index: 20;
    background: #fff;
}

.editor_box > textarea {
    width: 100%;
    height: 100%;
}

.editor_box > .editor_box_btn_grp {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.editor_box > .editor_box_btn_grp > button {
    width: 49%;
    height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
}

.editor_box > .editor_box_btn_grp > button.reply_save {
    width: 49%;
    height: 35px;
    border: none;
    background: #333;
    color: #fff;
}


.dim {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.subject_box {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    display: none;
}

.subject_box > input {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
}

.origin_article {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.curriculumn_title {
    padding: 20px 20px 0;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

/* 스크롤바의 폭 너비 */
.community_list::-webkit-scrollbar,
#com_read::-webkit-scrollbar,
#curriculumn .list::-webkit-scrollbar {
    width: 4px;
}

.community_list::-webkit-scrollbar-thumb,
#com_read::-webkit-scrollbar-thumb,
#curriculumn .list::-webkit-scrollbar-thumb {
    background: rgb(211, 211, 211);
    /* 스크롤바 색상 */
    border-radius: 6px;
    /* 스크롤바 둥근 테두리 */
}

.community_list::-webkit-scrollbar-track,
.com_read::-webkit-scrollbar-track,
#curriculumn .list::-webkit-scrollbar-track {
    background: rgba(230, 230, 230, 0.1);
    /*스크롤바 뒷 배경 색상*/
}

.community_list_content {
    cursor: pointer;
}

#com_read table {
    border-collapse: collapse;
}

#com_read table td {
    border: 1px solid #ddd;
    padding: 10px;
}




/* 커뮤니티 */
.community_top {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    margin-top: -2px;
}

.com_title {
    width: 1200px;
    font-size: 25px;
    padding: 15px 0;
    font-weight: 700;
    margin-top: 50px;
}

.tbl_head01 a {
    font-size: 15px;
    font-weight: 400;
    color: #555;
}


#bo_w .btn_submit {
    border-radius: 5px;
}

#bo_v_title .bo_v_tit {
    font-size: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
}

.bo_vc_w textarea {
    box-shadow: none;
    border-radius: 0;
}

#bo_v_info .profile_info .pf_img {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

#bo_v_info .profile_info .pf_img img {
    width: 30px;
    height: 30px;
}

#bo_v_info .profile_info {
    display: flex;
    align-items: center;
}

#bo_v_info .profile_info a,
#bo_v_info .profile_info strong {
    display: inline-flex;
    align-items: center;
}



#bo_vc article .pf_img {
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

#bo_vc article .pf_img img {
    width: 40px;
    height: 40px;
}

#bo_v_info .profile_info .profile_info_ct {
    line-height: 10px;
    padding: 0;
}

#bo_v_top ul a.btn_b01,
#bo_v_top ul .btn_b01 {
    font-size: 15px;
    border: 1px solid #ddd;
    line-height: 30px;
    height: 30px;
    color: #555;
    padding: 0 15px;
    border-radius: 5px;
}

.btn_bo_user > li {
    width: auto;
}

.bo_vc_hdinfo {
    display: inline-flex;
    justify-items: center;
}

#bo_vc article .cm_wrap {}

.btn_bo_user > li > button,
.btn_bo_user > li > a {
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #555;
}

#bo_w .frm_info {
    padding-left: 20px;
}

#bo_v_top ul:not(.more_opt) a.btn_b01,
#bo_v_top ul:not(.more_opt) .btn_b01 {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    color: #555;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#bo_v_ans_form .btn_submit {
    height: 40px;
}

#bo_v_con > table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

#bo_v_con > table td {
    border: 1px solid #eee;
}

#bo_list .txt_rdy,
#bo_v_rel .txt_rdy {
    font-weight: normal;
    font-size: 12px;
    font-family: "NanumSquareNeo";
    line-height: 25px;
    height: 25px;
}

a.btn_b01,
.btn_b01 {
    color: #555;
    font-weight: normal;
    ;
}

/*추가*/
#sct_sortlst {
    max-width: 1200px;
    margin: 0 auto 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding-right: 10px;
}

.sct_10.lists-row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 100px;
    display: flex;
    flex-wrap: wrap;
}

.loading_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 139, 253, 0.2);
    border-radius: 50%;
    border-top-color: #00b5fd;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -25px;

}

.com_list_subject a {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #222;
}

.com_list_content {
    font-size: 14px;
    color: #777;
    padding: 5px 0;
}

.com_list_bottom_info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 0 0;
}

.com_list_write_info > span {
    display: inline-flex;
    justify-content: center;
    margin-right: 5px;
    font-family: "NanumSquareNeo";
    line-height: 16px;
}

.com_list_write_info > span > i {
    margin-right: 3px;
}

.com_list_bottom_count_info > span {
    display: inline-flex;
    justify-content: center;
    margin-left: 7px;
    font-family: "NanumSquareNeo";
    ;
    line-height: 16px;
}

.com_list_bottom_count_info > span > i {
    margin-right: 3px;
}

td.com_list_wrapper {
    cursor: pointer;
    padding: 20px;
}

td.com_list_wrapper:hover {
    background: #f5f5f5;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


#bo_list .bo_tit .new_icon {
    font-size: 10px;
    padding: 0px 5px 0 4px;
    color: #fff;
    background: #88cdff;
    border-radius: 4px;
    ;
}

#bo_list .cnt_cmt {
    padding: 0 5px 0 4px;
}

.site_intro_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    min-height: 500px;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}

/* 네비게이션 */
#sct_location.view_location,
#sct_location {
    border-bottom: 1px solid #eee;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
}

#sct_location {
    display: none !important;
}

.shop_select_to_html .menulist {
    z-index: 10000;
}

/* 강의검색 */
#ssch {
    width: 1200px;
    margin: 20px auto;
}

#wrapper {}

.shop_icon {
    font-size: 10px;
    font-family: "NanumSquareNeo";
    border-radius: 4px;
    padding: 4px 5px;
    line-height: 1em;
}

#ssch_frm {
    border-radius: 8px;
    padding: 15px 30px;
    margin-bottom: 60px;
}

#ssch_frm .ssch_scharea,
#ssch_frm .ssch_option,
#ssch_cate {
    border-bottom: 1px solid #eee;
}

.sct_10.lists-row {}


/**/


#ssch_sort li {

    font-size: 13.5px;
}

#sct_lst button {
    width: 35px;
}

.sct_10 .sct_txt {
    border-bottom: none;
    padding: 0;
}

.sct_10 .sct_txt a {
    font-size: 18px;
}

.sct_10 .sct_dict {
    margin-top: 3px;
}

.sct_10 .sct_img img {
    border-radius: 7px;

    object-fit: cover;
}

.shop_icon_2 {
    background: #ffaa00
}

.shop_icon_4 {
    background: var(--font-color-primary)
}

.shop_icon_5 {
    background: #fa6400
}

.shop_icon_3 {
    background: #6ac700
}

#ssch h2 .ssch_result_total {
    background: #ff005a;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

#sct_sort li a {
    font-family: "NanumSquareNeo";
    font-size: 11.5px;
}

.sct_10 .sct_cart .btn_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
}

.shop_select_to_html:hover .category_title,
.shop_select_to_html:hover .category_title i {
    color: var(--font-color-primary)
}

.arrow_wrap {
    position: absolute;
    top: -15px;
    left: 25px;
}

.arrow_wrap .arrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
}

.arrow_wrap .arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 2px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.arrow_wrap .arrow.top:before {
    transform: translate(-50%, -50%) rotate(45deg);
}



/* 제품 하위메뉴 */
.sct_ct {
    max-width: 1200px;
    margin: 10px auto;
    padding: 10px 20px;
    border: none;
}

#sct_ct_1 ul {
    display: flex;
    justify-content: center;
}

#sct_ct_1 li {
    float: none;
    width: auto;
    border: none;
}

#sct_ct_1 li a:hover {
    color: #111;
    opacity: .6;
}


/* 제품 상세 */
.sit_dflx {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    padding: 40px 0 80px;
}

.sit_dflx .info_left {
    width: 50%;
}

.sit_dflx .info_right {
    width: 50%;
    margin-left: 80px;
}

.sit_dflx .info_left .bg {}

.sit_dflx .info_right .tit {
    margin-bottom: 40px;
}

.sit_dflx .info_right .price_wrap {
    margin-bottom: 32px;
}

.sit_dflx .info_right .it_cust_price {
    color: #888;
    text-decoration: line-through;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;

    display: none;
}

.sit_dflx .info_right .real_price {
    font-size: 24px;
    line-height: 1;
    color: #111;
}

.sit_dflx .info_right .real_price .sale-percent {
    color: #fb1c31;
}

.sit_dflx .info_right .tit h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    color: #111;
    margin-bottom: 12px;
}

.sit_dflx .info_right .tit p {
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    word-break: keep-all;
    max-width: 300px;
}

.sit_dflx .info_right .sit_order_btn {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.sit_dflx .info_right .order_btn button {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
}

.sit_dflx .info_right .sit_order_btn button.sit_btn_cart {
    background: #f1f1f1;
    color: #333;
}

.sit_dflx .info_right .sit_order_btn button.sit_btn_buy {
    background: #111;
    color: #fff;
}

#sit_inf_explan {
    text-align: center;

}

#sit_inf_explan img {
    width: 1024px;
}

.sit_info_wrap {
    padding: 100px 0;
    background: #f9f9f9;
}

.sit_info_wrap.on {}

.sit_info_wrap .stky {
    top: 90px;
    position: sticky;
    width: 100%;
    z-index: 9999;
}

.sit_info_wrap ul.info_nav {

    display: flex;
    justify-content: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 60px;
    align-items: center;
    background: #fff;
}

.sit_info_wrap ul.info_nav li:not(:last-child) {
    margin-right: 36px;
}

.sit_info_wrap ul.info_nav li a {
    font-size: 18px;
    display: inline-block;
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
}

.sit_info_wrap ul.info_nav li a.active {
    border-bottom: 2px solid #111;
    font-weight: bold;
}



/* 상품 상세 상단 *****************************************************************/
.prd_detail_wrap_top {
    padding: 100px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.prd_detail_wrap_top .accordion {
    margin: 20px auto;
    border-top: 1px solid #999;
    border-radius: 5px;
    overflow: hidden;
}

.prd_detail_wrap_top .accordion-item {
    border-bottom: 1px solid #999;
}

.prd_detail_wrap_top .accordion-header {
    padding: 16px 0;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prd_detail_wrap_top .accordion-header h2 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    line-height: 1;
}

.prd_detail_wrap_top .accordion-content {
    display: none;
    padding: 0 0 24px;
}

.prd_detail_wrap_top .accordion-content .info_list dl {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
}

.prd_detail_wrap_top .accordion-content .info_list dl:last-child {
    border-bottom: none;
}

.prd_detail_wrap_top .accordion-content .info_list dt {
    width: 380px;
}

.prd_detail_wrap_top .accordion-content .info_list dd {
    flex: 1;
}

.prd_detail_wrap_top .arrow {
    transition: transform 0.3s ease;
}

.prd_detail_wrap_top .arrow.rotate {
    transform: rotate(180deg);
}


/* 상품 상세 하단 *****************************************************************/
.prd_detail_wrap_bot {
    padding: 100px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.prd_detail_wrap_bot .accordion {
    margin: 20px auto;
    border-top: 1px solid #999;
    overflow: hidden;
}

.prd_detail_wrap_bot .accordion-item {
    border-bottom: 1px solid #999;
}

.prd_detail_wrap_bot .accordion-header {
    padding: 24px 0;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prd_detail_wrap_bot .accordion-header h2 {
    font-size: 28px;
    font-weight: 400;
    font-family: var(--eng-font);
    color: #111;
    line-height: 1;
}

.prd_detail_wrap_bot .accordion-content {
    display: none;
    padding: 24px 0;
}

.prd_detail_wrap_bot .accordion-content .info_list dl {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
}

.prd_detail_wrap_bot .accordion-content .info_list dl:last-child {
    border-bottom: none;
}

.prd_detail_wrap_bot .accordion-content .info_list dt {
    width: 380px;
}

.prd_detail_wrap_bot .accordion-content .info_list dd {
    flex: 1;
    color: #666;
    line-height: 1.5;
}

.prd_detail_wrap_bot .arrow {
    transition: transform 0.3s ease;
}

.prd_detail_wrap_bot .arrow.rotate {
    transform: rotate(180deg);
}

@media (max-width:1440px) {
    .sit_dflx {
        padding: 80px 60px 40px;
    }
}

@media (max-width:1024px) {
    .sit_dflx {
        flex-direction: column;
        padding: 20px 20px 40px;
    }

    .sit_dflx .info_left,
    .sit_dflx .info_right {
        width: 100%;
    }

    .sit_dflx .info_right {
        margin-top: 40px;
        margin-left: 0;
    }

    .sit_dflx .info_right .tit h2 {
        font-size: 24px;
    }

    #sit_inf_explan img {
        width: 100%;
    }

    .sit_info_wrap .detail-content {
        padding: 0 20px;
    }

    .prd_detail_wrap_bot {
        padding: 0 20px;
    }
}

@media (max-width:768px) {
    .prd_detail_wrap_bot .accordion-header h2 {
        font-size: 20px;
    }

    .prd_detail_wrap_bot .accordion-content {
        padding: 4px 0;
    }

    .prd_detail_wrap_bot .accordion-content .info_list dl {
        flex-direction: column;
        padding: 16px 0;
    }

    .prd_detail_wrap_bot .accordion-content .info_list dt {
        width: 100%;
        margin-bottom: 4px;
    }

    .prd_detail_wrap_bot .accordion-content .info_list dd {
        color: #666;
    }

    .useitem_btn_grp {
        flex-wrap: wrap;
    }

    .useitem_btn_grp > .left {
        width: 50%;
        flex: auto;
    }

    .useitem_btn_grp > .middle {
        width: 50%;
        flex: auto;
    }

    .useitem_btn_grp > .right {
        width: 100%;
        margin-top: 32px;
    }
}

/* 마이페이지 ************************************************************/
