/**********************************************************
                           product
***********************************************************/
.product {

}

.product .sub_banner {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product .sub_banner.single_ul {
    background-image: url(../images/product/single/u.jpg);
}

.product .sub_banner.single_no {
    background-image: url(../images/product/single/n.jpeg);
}

.product .sub_banner.single_su {
    background-image: url(../images/product/single/s.jpeg);
}

.product .sub_banner.single_pr {
    background-image: url(../images/product/single/p.jpg);
}

.product .sub_banner.single_sp {
    background-image: url(../images/product/single/sp.jpg);
}

.product .sub_banner.single_400 {
    background-image: url(../images/product/single/400.jpg);
}

.product .sub_banner.single_500 {
    background-image: url(../images/product/single/500.jpg);
}

.product .sub_banner.single_vsingle {
    background-image: url(../images/product/single/vsingle.jpg);
}

.product .sub_banner.double_he { background-image: url(../images/product/double/h.jpeg); }
.product .sub_banner.double_rs600gd { background-image: url(../images/product/double/600.jpg?ver=2); }

.product .sub_banner.terry_5s {
    background-image: url(../images/product/terry/5s.jpg);
}

.product .sub_banner.punto_sk {
    background-image: url(../images/product/punto/s.jpg);
}

.product .sub_banner.punto_in {
    background-image: url(../images/product/punto/in.jpg);
}

.product .sub_banner.terry_he {
    background-image: url(../images/product/terry/h.jpeg);
}

.product .sub_banner.terry_rst {
    background-image: url(../images/product/terry/terry_rst.jpg);
}

.product .sub_banner.terry_4s {
    background-image: url(../images/product/terry/4s.jpg);
}

.product .sub_banner.terry_da {
    background-image: url(../images/product/terry/d.jpg);
}

.product .sub_banner.terry_sc {
    background-image: url(../images/product/terry/sc_220414.png);
}

.product .sub_banner.terry_850 {
    background-image: url(../images/product/terry/850.jpg);
}

.product .sub_banner.terry_365 {
    background-image: url(../images/product/terry/365.jpg);
}
.product .sub_banner.terry_080 {
    background-image: url(../images/product/terry/080.jpg);
}

.product .sub_banner.terry_cp {
    background-image: url(../images/product/terry/cp.jpg);
}

.product .sub_banner.terry_tdeg {
    background-image: url(../images/product/terry/terry_tdeg.jpg);
}

.product .sub_banner.terry_vterry {
    background-image: url(../images/product/terry/vterry.jpg);
}

.product .sub_banner.corduroy_si {
    background-image: url(../images/product/corduroy/s.jpg);
}

.product .sub_banner.tie_mj {
    background-image: url(../images/product/tiedye/mj.jpg);
}

.product .sub_banner.tie_mjg {
    background-image: url(../images/product/tiedye/mjg.jpeg);
}

.product .sub_banner.tie_ms {
    background-image: url(../images/product/tiedye/ms.jpeg);
}

.product .sub_banner.napping_sh {
    background-image: url(../images/product/napping/s.jpeg);
}

.product .sub_banner.napping_zp {
    background-image: url(../images/product/napping/zp.jpg);
}
.product .sub_banner.napping_rs365gm {
    background-image: url(../images/product/napping/rs365gm.jpg);
}

.product .sub_banner.pk_no {
    background-image: url(../images/product/pk/no.jpg);
}

.product .sub_banner.fraiser_no {
    background-image: url(../images/product/flice/no.jpg);
}

.product .sub_banner.fraiser_rsh {
    background-image: url(../images/product/flice/rsh.jpg);
}
.product .sub_banner.wear_sh{
        background-image: url(../images/product/wear/sh.jpg?ver=2);
}

.all_product .sub_banner p {
    width: 90%;
    bottom: -19%;
}
.product .sub_banner p {
    width: 90%;
    font-family:'NanumSquare';
}

/* product_nav */
.product_nav {
    padding: 50px 0 80px;
}

.product_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 140px;
    position: relative;
}

.product_nav ul li {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    text-align: center;
    width: 20%;
    border-bottom: 1px solid #eee;
}

.product_nav .recv ul.pronav_ul>li.active .product_sub_nav { display: flex !important;  }

.product_nav .product_sub_nav {
    position: absolute;
    top: 100px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 0 0 5px 5px;
    min-height: 0px;
}

.product_nav .product_sub_nav li {
    margin-top: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 12.5%;
    height: 30px;
}

.product_nav .product_sub_nav li::after {
    display: inline-block;
    width: 2px;
    height: 70%;
    content: '';
    position: absolute;
    right: 0;
    background-color: #eee;
}

.product_pc_nav .product_sub_nav { display:none;  }

.product_nav .recv ul.pronav_ul>li.active {
    border-bottom: 3px solid #05008a;
}

.product_nav .recv ul.pronav_ul>li:hover {
    border-bottom: 3px solid #05008a;
}

.product_nav .recv ul.pronav_ul>li:hover>a {
    font-weight: 500;
    color: #05008a;
}

.product_nav ul li a {
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
    display: inline-block;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #cccccc;
}

.product_nav .recv ul.pronav_ul>li.active>a {
    font-weight: 500;
    color: #05008a;
}

.product_detail .product_title {
    word-break: keep-all;
    font-size: 38px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}

.new_box {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.new_box p {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #28257b;
}

/* porduct_detail_box */
/* color_set */
.product_detail_box {
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_detail_box .img_box {
    width: 50%;
    margin-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-bottom: 70px;
}

.product_detail_box .img_box p {
    max-width: 490px;
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.product .list_wrap {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}

.product .list_wrap p {
    cursor: pointer;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    position: relative;
}

.product_detail_box .img_box img {
    top: 180px;
    max-width: 490px;
    width: 100%;
    height: auto;
    min-height: 1px;
}

.product .list_wrap .list_menu {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 2;
}

.product .list_wrap .list_menu li {
    width: auto;
}

.product .list_wrap .list_menu li a {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    font-size: 30px;
    color: #bbbbbb;
}

.product .list_wrap .list_menu li.active a,
.product .list_wrap .list_menu li a:hover {
    color: #000;
    font-weight: 500;
}

.product_detail_box .text_box {
    width: 50%;
}

.product_detail_box .text_box .color_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 500px;
    overflow: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product_detail_box .text_box .color_set.active {
    height: auto;
}

.product_detail_box .text_box .color_set::-webkit-scrollbar {
    width: 4px;
    height: 20px;
}

.product_detail_box .text_box .color_set::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;
}

.product_detail_box .text_box .color_set::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
}

.product_detail_box .text_box .color_set .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product_detail_box .text_box .color_set .item div {
    margin-right: 14px;
    margin-bottom: 20px;
    text-align: center;
    width: 20%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position:relative;
}

.product_detail_box .text_box .color_set .item p {
    font-size: 10px;
    white-space: nowrap;
    position: absolute;
    bottom: -9px;
    left: 0px;
    width:100%;
}

.product_detail_box .text_box .color_set .item img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 8px;
}

.product_detail_box .text_box .color_set .item img.active {
    border: 2px solid #000;
}

.product_detail_box .text_box .product_spec {
    width: 100%;
}

.product_detail_box .product_spec_area p {
    padding-top: 40px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f3f3f;
    margin-bottom: 20px;
}

.product_detail_box .product_color_button {
    margin: 40px 0 48px;
    text-align: center;
}

.product_detail_box .product_color_button button {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    width: 130px;
    height: 35px;
    margin: 0 10px;
    border-radius: 20px;
    background-color: #bbbbbb;
    border: 0px;
    color: #3f3f3f;
    text-align: center;
}

.product_detail_box .product_color_button button:hover {
    color: #fff;
    background-color: #7e7e7e;
}

.product_detail_box .text_box .product_spec tr td {
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 33.333%;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #3f3f3f;
    padding: 5px;
    word-break: keep-all;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(2n) td {
    height: 64px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #7e7e7e;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(1) {
    background-color: #f5d6d8;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(2) {
    background-color: #e3cffc;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(3) {
    background-color: #fcf2d0;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(1) {
    background-color: #e4efdc;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(2) {
    background-color: #d0cece;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(3) {
    background-color: #e0eaf6;
}

/* product icon list  */
/* .product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(1)::before,
.product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(2)::before,
.product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(3)::before,
.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(1)::before,
.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(2)::before,
.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(3)::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/product/product_icon_01.png);
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(2)::before {

    background-image: url(../images/product/product_icon_02.png);

}

.product_detail_box .text_box .product_spec tr:nth-of-type(1) td:nth-of-type(3)::before {

    background-image: url(../images/product/product_icon_03.png);

}

.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(1)::before {

    background-image: url(../images/product/product_icon_04.png);

}

.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(2)::before {

    background-image: url(../images/product/product_icon_05.png);

}

.product_detail_box .text_box .product_spec tr:nth-of-type(3) td:nth-of-type(3)::before {

    background-image: url(../images/product/product_icon_06.png);

} */
/* product icon list  END*/
/* product_detail_box END */
/* prodcut_text */
.product_text {
    padding: 135px 0;
}

/*rs365*/
.product_text.desc_type2 {
    padding: 0;
}

.product_text h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #dda61a;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.product_text .bg_box {
/*    margin-top: 35px;*/
    width: 100%;
    height: 500px;
    background-image: url(../images/product/product_01.png);
    background-size: cover;
    background-position: center;
/*    margin-bottom: 200px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*365t*/
.product_text .bg_box.rs365 {
    margin-top: 0px;
    max-width: 1000px;
    margin: 0 auto;
}

.product_text .bg_box p {
    z-index: 2;
    max-width: 90%;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #2f3542;
    margin: 20px 0 30px;
}

.product_text .bg_box button {
    z-index: 2;
    border: 1px solid #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 152px;
    height: 40px;
    border-radius: 20px;
    color: #eeeeee;
    background-color: #7e7e7e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product_text .bg_box button:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.product_text .bg_box:nth-of-type(3),
.product_text .bg_box.test_wrap {
    height: 600px;
    background-image: url(../images/product/product_02.png);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.product_text .bg_box:nth-of-type(4) {
    height: 600px;
    position: relative;
    background-image: url(../images/product/product_03.png);
}

.bg_sp {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-image: url(../images/product/product_03.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_sp .swiper-wrapper {
    padding: 0;
}

.contents_partner .swiper-slide.logo_area a img,
.product_text .logo_area img {
    background-color: #fff;
}

.product_text .bg_box.test {
    position: relative;
}

.product_text .bg_box.test img {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    max-width: 350px;
    height: auto;
}

.product_text .logo_area img {
    border-radius: 0;
}

.product_text .bg_box:nth-of-type(4) .logo_area {
    margin-top: 40px;
    overflow: auto;
    width: calc(100% - 160px);
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_text .bg_box:nth-of-type(4) .logo_area a {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.product_text .bg_box:nth-of-type(4) .logo_area a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product_text .bg_box:nth-of-type(4) .logo_area a:hover::after {
    opacity: 1;
}

.product_text .bg_box:nth-of-type(4) .logo_area a:hover .logo_title {
    opacity: 1;
}

.product_text .bg_box .logo_title {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    opacity: 0;
    color: white;
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

/* prodcut_text END*/
/* product_iframe */
.iframe_area {
    display: none;
}

.iframe_area.active {
    background-color: #fff;
    display: block;
    border-top: 1px solid #000;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
}

.iframe_area .close {
    position: fixed;
    top: 120px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.iframe_area iframe {
    width: 100%;
    height: calc(100vh - 100px);
}

.bottom_btn {
    width: 100%;
    text-align: center;
}

.bottom_btn a {
    padding: 9px 40px;
    border-radius: 22px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    color: #dddddd;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bottom_btn a:hover {
    color: #7e7e7e;
}

/*.detail_02 { margin-bottom: 100px;  }*/
.detail_test { margin-top: 100px;  }
.detail_foot { margin-top: 100px !important;  }

.product_pc_nav {   }
.product_mob_nav { display:none;  }

/**********************************************************
                        responsive
***********************************************************/
@media screen and (max-width: 1600px) {
    .product_detail.recv {
        padding: 0 20px;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area {
        width: calc(100% - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1023px) {
    .product_detail.recv {
        padding: 0 20px;
    }

    .product .list_wrap .list_menu li a {
        font-size: 24px;
    }

    /* porduct_detail_box */
    /* color_set */
    .product_detail_box {
        width: 100%;
    }

    .product_nav ul.pronav > li {
        height: 40px !important;
    }

    .product_detail_box .img_box {
        width: 300px;
        margin-right: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product_detail_box .img_box .list_wrap {
        max-width: 480px;
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }

    .product_detail_box .img_box .list_wrap p {
        font-size: 30px;
    }

    .product_detail_box .img_box img {
        top: 180px;
        max-width: 490px;
        width: 100%;
        height: auto;
        min-height: 1px;
    }

    .product_detail_box .img_box .list_wrap .list_menu {
        position: absolute;
        top: 55px;
        width: 80%;
    }

    .product_detail_box .img_box .list_wrap .list_menu li a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center;
        display: inline-block;
        padding: 20px 0;
        width: 100%;
        font-size: 20px;
        color: #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }

    .product_detail_box .img_box .list_wrap .list_menu li a:hover {
        color: #7e7e7e;
    }

    .product_detail_box .text_box {
        width: calc(100% - 300px);
    }

    .product_detail_box .text_box .color_set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 300px;
        overflow-y: scroll;
    }

    .product_detail_box .text_box .color_set .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .product_detail_box .text_box .color_set .item img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        cursor: pointer;
    }

    .product_detail_box .text_box .product_spec {
        width: 100%;
    }

    .product_detail_box .product_spec_area p {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
        margin-bottom: 20px;
    }

    .product_detail_box .product_color_button {
        margin: 20px 0 28px;
        text-align: center;
    }

    .product_detail_box .product_color_button button {
        cursor: pointer;
        width: 130px;
        height: 35px;
        border-radius: 20px;
        background-color: #bbbbbb;
        border: 0px;
        color: #3f3f3f;
        text-align: center;
    }

    .product_detail_box .text_box .product_spec tr td {
        vertical-align: middle;
        border: 1px solid #dddddd;
        width: 33.333%;
        height: 30px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
    }

    .product_detail_box .text_box .product_spec tr:nth-of-type(2n) td {
        height: 64px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #7e7e7e;
    }

    /* product_detail_box END */
    /* product_text */
    .product_text .bg_box:nth-of-type(4) .logo_area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area a {
        width: 23%;
        height: auto;
        min-height: 1px;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area a img {
        width: 100%;
    }

    /* product_text END */

    .product_nav .recv ul.pronav_ul>li>a span { font-size: 4vw; font-weight:bold;  }
}

@media screen and (max-width: 759px) {
    .product_nav { padding:0px;  }

    .product_nav ul { min-height:100px; }
    .product_nav ul.pronav_ul {
        width:220%;
        display:block;
        position:relative;
        overflow: scroll;
        white-space: nowrap;
        padding-right:550px;
        -ms-overflow-style: none; /* 인터넷 익스플로러 */
        scrollbar-width: none; /* 파이어폭스 */
    }

    .product_nav ul.pronav_ul::-webkit-scrollbar {
        display: none; /* 크롬, 사파리, 오페라, 엣지 */
    }

    .product_nav ul.pronav_ul > li { width: 90px;  display:inline-block; height:initial; }
    .product_nav .recv ul.pronav_ul>li.active { border-bottom:0px; }

    .product_nav ul li { border-bottom:0px !important; justify-content: flex-start;  }
    .product_nav ul li a {
        font-size: 16px;
        padding: 20px 5px;
    }

    .recv > ul.pronav_ul .product_sub_nav { display:none;  }
    .product_nav .product_sub_nav li { flex:initial; -webkit-box-flex: initial; -ms-flex: initial;  }
    .product_nav .recv .product_pc_nav ul.pronav_ul>li.active .product_sub_nav { display:none !important;  }

    .product_mob_nav { display:block; }
    .product_mob_nav .product_sub_nav { display:none;  }
    .product_mob_nav .pronav_ul li.active { width:100%;  }


    .product_mob_nav .product_nav .product_sub_nav { top: -60px important;  }
    .product_mob_nav .pronav_ul>li>a {  }

    .product_sub_nav{ width:220% !important; padding-right:400px; overflow: scroll; -ms-overflow-style: none; white-space: nowrap;  }
    .product_sub_nav::-webkit-scrollbar {
        display: none; /* 크롬, 사파리, 오페라, 엣지 */
    }
    .product_sub_nav li { width: 100px; display:inline-block;  }

    .product .list_wrap .list_menu li a {
        font-size: 20px;
    }

    /* porduct_detail_box */
    /* color_set */
    .product_detail_box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        /* padding-bottom: 300px; */
    }

    .product_detail_box .img_box {
        width: 300px;
        margin-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product_detail_box .img_box .list_wrap {
        max-width: 480px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        position: relative;
    }

    .product_detail_box .img_box .list_wrap p {
        font-size: 30px;
    }

    .product_detail_box .img_box .list_wrap span:nth-of-type(2) {
        right: -40px;
    }

    .product_detail_box .img_box img {
        top: 180px;
        max-width: 490px;
        width: 100%;
        height: auto;
        min-height: 1px;
    }

    .product_detail_box .img_box .list_wrap .list_menu {
        position: absolute;
        top: 55px;
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #ffffff;
        z-index: 2;
    }

    .product_detail_box .img_box .list_wrap .list_menu li a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center;
        display: inline-block;
        padding: 20px 0;
        width: 100%;
        font-size: 20px;
        color: #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }

    .product_detail_box .img_box .list_wrap .list_menu li a:hover {
        color: #7e7e7e;
    }

    .product_detail_box .text_box {
        width: calc(100% - 300px);
    }

    .product_detail_box .text_box .color_set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 300px;
        overflow-y: scroll;
    }

    .product_detail_box .text_box .color_set .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .product_detail_box .text_box .color_set .item img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        cursor: pointer;
    }

    .product_detail_box .text_box .product_spec {
        width: 100%;
    }

    .product_detail_box .product_spec_area p {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
        margin-bottom: 20px;
    }

    .product_detail_box .product_color_button {
        margin: 20px 0 28px;
        text-align: center;
    }

    .product_detail_box .product_color_button button {
        cursor: pointer;
        width: 130px;
        margin: 5px;
        height: 35px;
        border-radius: 20px;
        background-color: #bbbbbb;
        border: 0px;
        color: #3f3f3f;
        text-align: center;
    }

    .product_detail_box .text_box .product_spec_area {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .product_detail_box .text_box .product_spec tr td {
        vertical-align: middle;
        border: 1px solid #dddddd;
        width: 33.333%;
        height: 30px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
    }

    .product_detail_box .text_box .product_spec tr:nth-of-type(2n) td {
        height: 64px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #7e7e7e;
    }

    /* product_detail_box END */
    /* product_text */
    .product_text .bg_box {
        width: 100%;
        height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area {
        margin-top: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area a {
        width: calc(50% - 20px);
        max-width: 247px;
        height: auto;
        min-height: 1px;
        margin-bottom: 10px;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area a:nth-of-type(2n) {
        margin-left: 10px;
    }

    /* product_text END */
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 499px) {
    .product .list_wrap .list_menu li a {
        font-size: 16px;
    }

    .product_nav ul.pronav_ul > li {
        text-align: center;
        border-bottom: 1px solid #eee;
    }



    .product_nav ul li a {
        font-size: 11px;
        word-break: break-all;
        padding: 10px 0px;
        line-height: 1.2;
    }

    /* porduct_detail_box */
    /* color_set */
    .product_detail_box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        /* padding-bottom: 250px; */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_detail_box .img_box {
        width: 100%;
        margin-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product_detail_box .img_box .list_wrap {
        max-width: 360px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        position: relative;
    }

    .product_detail_box .img_box .list_wrap p {
        font-size: 24px;
    }

    .product_detail_box .img_box .list_wrap span:nth-of-type(2) {
        right: -40px;
    }

    .product_detail_box .img_box img {
        top: 180px;
        max-width: 360px;
        width: 100%;
        height: auto;
        min-height: 1px;
    }

    .product_detail_box .img_box .list_wrap .list_menu {
        position: absolute;
        top: 50px;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #ffffff;
        z-index: 2;
    }

    .product_detail_box .img_box .list_wrap .list_menu li a {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center;
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        font-size: 18px;
        color: #bbbbbb;
        border-bottom: 1px solid #bbbbbb;
    }

    .product_detail_box .img_box .list_wrap .list_menu li a:hover {
        color: #7e7e7e;
    }

    .product_detail_box .text_box {
        width: 100%;
    }

    .product_detail_box .text_box .color_set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 300px;
        overflow-y: scroll;
    }

    .product_detail_box .text_box .color_set .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .product_detail_box .text_box .color_set .item img {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        cursor: pointer;
    }

    .product_detail_box .text_box .product_spec {
        width: 100%;
    }

    .product_detail_box .product_spec_area p {
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
        margin-bottom: 20px;
    }

    .product_detail_box .product_color_button {
        margin: 20px 0 28px;
        text-align: center;
    }

    .product_detail_box .product_color_button button {
        cursor: pointer;
        width: 130px;
        height: 35px;
        border-radius: 20px;
        background-color: #bbbbbb;
        border: 0px;
        color: #3f3f3f;
        text-align: center;
    }

    .product_detail_box .text_box .product_spec_area {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .product_detail_box .text_box .product_spec tr td {
        vertical-align: middle;
        border: 1px solid #dddddd;
        width: 33.333%;
        height: 30px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: normal;
        text-align: center;
        color: #3f3f3f;
    }

    .product_detail_box .text_box .product_spec tr:nth-of-type(2n) td {
        height: 64px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #7e7e7e;
    }

    /* product_detail_box END */
    /* product_text */
    .product_text h3 {
        font-size: 30px;
    }

    .product_text .bg_box {
        width: 100%;
        min-height: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_text .bg_box p {
        font-size: 24px;
    }

    .product_text .bg_box p:nth-of-type(2) {
        font-size: 18px;
    }

    .product_text .bg_box button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 152px;
        height: 40px;
        border-radius: 20px;
        color: #eeeeee;
        background-color: #7e7e7e;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area {
        width: 100%;
        margin-top: 140px;
        margin-bottom: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area a {
        width: 80%;
        max-width: 237px;
        height: auto;
        min-height: 1px;
        margin-bottom: 10px;
    }

    .product_text .bg_box:nth-of-type(4) .logo_area a:nth-of-type(2n) {
        margin-left: 0px;
    }

    /* product_text END*/
}

@media screen and (max-width: 399px) {}

/* 팝업추가 */
#popupDiv,
#popupDiv2 {
    /* 팝업창 css */
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    display: none;
    z-index: 101;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 0;
    z-index:999;
}

#popupDiv .img_area,
#popupDiv2 .img_area {
    max-width: 95vw;
    width: 100%;
    overflow: auto;
    max-height: 80vh;
    height: 80vh;
    background: #fff;
    position:relative;
}

#popupDiv {
    width: 620px;
    max-width: 95%;

}

#popupDiv2 {
    width: 85%;

}

.img_wrap {
    padding-top: 15px;
    background: #fff;
    text-align: center;
}

.img_wrap>img {
    width: 100%;
}

ul.img_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

ul.img_list li {
    text-align: center;
    margin-bottom: 0px;
    padding: 5px;
    line-height: 25px;
    font-size: 15px;
}

ul.img_list img {
    width: 100%;
}

.img_wrap .img_nick {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}

/*#popupDiv img,
#popupDiv2 img {
    max-width: 95vw;
    width: auto;
    height: 90vh;
    min-height: 1px;
}


#popupDiv .img_area::-webkit-scrollbar,
#popupDiv2 .img_area::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#popupDiv .img_area::-webkit-scrollbar-thumb,
#popupDiv2 .img_area::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 0;
}

#popupDiv .img_area::-webkit-scrollbar-track,
#popupDiv2 .img_area::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
}*/
#popupDiv .img_area .close_area {
    width: 100%;
    text-align: right;
}

#popupDiv .img_area .popup_img {
    width: 100%;
    height: auto;
}

#popCloseBtn,
#popCloseBtn2 {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-right: 5px;
    color: #7e7e7e;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    stroke: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 30px;
    text-align:center;
    padding: 5px 7px;
    z-index:999;
}

#popCloseBtn:hover,
#popCloseBtn2:hover {
    color: #2f3542;
}

.pop_down,
.pop_copy,
.pop_plus,
.pop_minus {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    position: absolute;
    bottom: -60px;
    right: 10px;
    margin-right: 5px;
    color: #7e7e7e;
    background: #fff;
    stroke: none;
    outline: none;
    cursor: pointer;
    font-size: 30px;
    padding:2px;
}

.pop_copy::after,
.pop_down::after,
.pop_plus::after,
.pop_minus::after {
    content: '복사하기';
    display: inline-block;
    word-break: keep-all;
    color: #fff;
    position: absolute;
    bottom: -20px;
    left: 0;
    font-size: 12px;
}

.pop_down::after {
    content: '다운로드';
}

.pop_plus::after {
    content: '확대하기';
}

.pop_minus::after {
    content: '축소하기';
}

.pop_down:hover,
.pop_copy:hover {
    color: #2f3542;
}

.pop_copy {
    right: 70px;
}

.pop_minus {
    right: 0px;
}

.pop_plus {
    right: 60px;
}

.pop_minus img,
.pop_plus img {
    transition: 0.3s;
}

.pop_minus:hover img,
.pop_plus:hover img {
    filter: brightness(0.5);
}

#popupDiv2 .mySwiper3 {
    width: 100%;
    max-height: 85vh;
}

#popupDiv2 .mySwiper3 .swiper-slide img {
    width: 100%;
    height: auto;
}

#popup_mask {
    /* 팝업 배경 css */
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background-color: #000;
    opacity: 0.5;
    curosor:pointer;
}

@media screen and (max-width: 1023px) {

    .product_nav .product_sub_nav { flex-wrap: wrap !important; border:0px !important; gap:5px; top: 150px ; }
    .product_nav ul li { height:90px; }
    .product_nav .product_sub_nav li { width: 100px !important; display: inline-block; }

    .product_nav ul.pronav_ul > li { border-bottom:0px;  }
    .product_nav ul.pronav_ul > li:nth-child(n+6) { margin-top: 16vw;  }
    .product_nav .product_sub_nav li:after { display:none !important;  }
    .product_nav .product_sub_nav li a { background: #fff; color:#000; padding: 5px 0 !important; border:1px solid rgb(229, 229, 229); border-radius: 15px; }
    .product_nav .product_sub_nav li a.active { background: #000; color: #fff !important; font-weight: bold !important; }

    #popupDiv,
    #popupDiv2 {
        width: 80vw;
        height: auto;
        background-color: #fff;
    }

    #popupDiv .img_area,
    #popupDiv2 .img_area {
        max-width: 95vw;
        width: auto;
        max-height: 80vh;
        height: auto;
        overflow: auto;
    }

    #popupDiv img,
    #popupDiv2 img {
        max-width: none !important;
        width: 100%;
        height: auto;
        min-height: 1px;
    }

    #popCloseBtn,
    #popCloseBtn2 {
        position: absolute;
        top: 13px;
        right: 10px;
        margin-right: 5px;
        color: #7e7e7e;
        background-color: #fff;
        border: 1px solid #bbbbbb;
        stroke: none;
        outline: none;
        cursor: pointer;
        border-radius: 5px;
        font-size: 24px;
    }

    .pop_down,
    .pop_copy,
    .pop_plus,
    .pop_minus {
        border: 1px solid #bbbbbb;
        border-radius: 5px;
        position: absolute;
        bottom: -50px;
        right: 10px;
        margin-right: 5px;
        color: #7e7e7e;
        background: #fff;
        stroke: none;
        outline: none;
        cursor: pointer;
        font-size: 24px;
    }

    .pop_copy {
        right: 60px;
    }

    .pop_minus {
        right: 110px;
    }

    .pop_plus {
        right: 160px;
    }
}

/* 버튼 등급 추가 */
.grade1 {
    background-color: #302c8a !important;
    color: #fff !important;
}

.grade1:hover {
    background-color: #1a1963 !important;
}

.grade2 {
    background-color: #fcc028 !important;
    color: #fff !important;
}

.grade2:hover {
    background-color: #cd9b18 !important;
}

.grade3 {
    background-color: #0e3d0c !important;
    color: #fff !important;
}

.grade2:hover {
    background-color: #0d370b !important;
}

/* 추가사항 */


.product_nav .product_sub_nav li:nth-of-type(6) {
    width: 0px;
}

.product_nav .product_sub_nav li:last-of-type {
    border-bottom: 0px;
}

.product_nav .product_sub_nav li a {
    color: darkred;
    font-size: 14px;
}

.product_nav .product_sub_nav li a:hover,
.product_nav .product_sub_nav li a.active {
    font-weight: bold;

}
.product_nav .product_sub_nav li.active a{ font-weight: bold; }

.product_text .sub_title {
    line-height: 1.3;
    font-size: 38px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f3f3f;
    margin-top: 40px;
    margin-bottom: 80px;
}

/* 365t */
.product_text .sub_title2 {
    line-height: 1.3;
    font-size: 38px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3f3f3f;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:799px) {
    ul.img_list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    ul.img_list li {
        font-size: 9px;
        -webkit-transform: scale(0.83);
    }

    .product_nav .product_sub_nav { top: 0px; }
}

@media(max-width:699px) {
    .product_nav .product_sub_nav li a {
        font-size: 12px;
        padding: 0 5px;
        max-width:100px;
    }
    .product_nav .product_sub_nav li.active a { font-weight:bold; }

    .product .sec_content .detail_02{
        margin-bottom: 0px;
    }
    .product .sec_content .recv_1603.mg_t150{
        margin-top:0px;
    }
    .product .sec_content .detail_foot{
        margin-top: 0px !important;
    }

    .sub_banner p {
        font-size: 42px;
    }
}

@media(max-width:499px) {

    .product_nav .product_sub_nav li {
        height: 40px;
    }
}

/* product_all */
.product_all {
    padding: 0 0 100px;
}

.product_all .title {
    padding: 100px 0 60px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    position: relative;
}

.product_all .title span {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 60%;
    left: calc(50% + 170px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 28px;
}

.product_all .title span img {
    vertical-align: baseline;
}

.product_all_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product_all_img .box .img_box {
    min-height: 1px;
    position: relative;
}

.product_all_img .box .img_box::after {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    top: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.product_all_img .box .img_box:hover::after {
    opacity: 0;
}

.product_all_img .img_box {
    width: 100%;
}

.product_all_img .img_box img {
    width: 100%;
    height: auto;
}

.product_all_img .box {
    margin-right: 0.65%;
    width: 24.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product_all_img .box:nth-of-type(4n) {
    margin-right: 0;
}

.product_all_img .box p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #3f3f3f;
    margin-top: 10px;
}

.product_all_img .box span {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #7e7e7e;
}

@media screen and (max-width: 799px) {
    .product_all {
        padding: 0 20px 100px;
    }

    .product_all_img { justify-content: space-around;  }

    .product_all_img .box {
        width: 48%;
        gap:10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product_all_img .box:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 599px) {
    .new_box p {
        font-size: 20px;
    }

    .product_all .title {
        padding: 100px 0 60px;
        font-size: 20px;
    }

    .product_all .title span {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 60%;
        left: calc(50% + 140px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50px;
        height: 23px;
    }

    .product_all .title span img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 449px) {
    .product_all_img .box {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* 추가 order */
.product_order {
    padding: 20px 0 180px;
    border-top: 0px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*365t*/
.product_order.rs365 {
    padding: 0 0 100px;
}

.product_order.rs365 img {
    max-width: 1000px;
    margin: 0 auto;
}

.detail_title2 {
    margin-top: 50px !important;
}

.detail_title5 {
    margin-bottom: 50px !important;
}

/*365t*/
.sub_title2 .detail_title5 {
    margin-bottom: 0px !important;
}

/* 원단개발 스토리 추가 210727 */
.develop_class {
    margin-bottom: 50px;
    text-align: center;
}

/* 365t */
.develop_class2 {
    margin-bottom: 0px;
    text-align: center;
}

.develop_class p {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.develop_class span {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.develop_class b {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #28257b;
}

.develop_class img {
    max-width: 100%;
    margin: 0 auto;
    /* margin-bottom: 200px; */
    position: relative;
}

.develop_class2 img {
    max-width: 100%;
/*    margin: 0 auto;*/
    position: relative;
}

.develop_class2 .slick {
    overflow: hidden;
    background: url("../images/product_img/single/365/06.png?ver=2") no-repeat top/cover;
    height: 1150px;
    max-width: 1603px;
    margin: 0 auto;
    position: relative;
}

@media(max-width:700px) {
    .develop_class2 .slick {
        height: 100vw;
    }

}

.develop_class2 .slick .slick-track {
    display: flex;
    position: absolute;
    bottom: 0;
}

.develop_class2 .slick .slick-track .slick-slide {
    cursor: pointer;
}

.develop_class2 .slick-dots {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.develop_class2 .slick-dots button {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 0px;
}

.develop_class2 .slick-active button {
    background: #000;
    outline: 2px solid #fff;
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    color: #fff;;
    border: 0;
    background: none;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    height:80px;

}

.slick-prev {
    left: 20px;
}

.slick-prev:after {
      content: "\f104";
    font: 80px/1 'FontAwesome';
    transition: all 0.3s;
}

.slick-next {
    right: 20px;
    text-align: right;
}

.slick-next:after {
       content: "\f105";
     font: 80px/1 'FontAwesome';
     transition: all 0.3s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

.movie-box {
    margin-bottom: 100px;
}

.develop_class span span,
.develop_class p span,
.develop_class span b {
    width: 100%;
    display: inline-block;
    margin: 0;
    color: #cd9b18;
    font-weight: 600;
}

.develop_class span b {
    font-size: 20px;
    width: auto;
}

.develop_class p span {
    width: auto;
    font-size: 20px;
}

.leaflet-top,
.leaflet-bottom {
    display: none;
}

.develop_class table {
    margin: 0 auto 40px;
    max-width: 800px;
    width: calc(100% - 40px);
}

.develop_class table tr:nth-of-type(1) td {
    font-weight: 600;
}

.develop_class table tr:nth-of-type(1) td:nth-of-type(1) {
    background-color: #fcf2d0;
}

.develop_class table tr:nth-of-type(1) td:nth-of-type(2) {
    background-color: #e3cffc;
}

.develop_class table tr:nth-of-type(1) td:nth-of-type(3) {
    background-color: #e0eaf6;
}

.develop_class table tr:nth-of-type(1) td:nth-of-type(4) {
    background-color: #e4efdc;
}

.develop_class table tr td {
    word-break: keep-all;
    font-size: 18px;
    width: 50%;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 1.5;
}

.develop_class table.table_04 tr td {
    width: 25%;
    vertical-align: middle;
}

.contents_partner {
    padding-bottom: 0 !important;
}

.bottom_btn {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 20px;
}

.bottom_btn a {
    border-color: #2e2e2e;
    color: #2e2e2e;
    display: block;
    width: 100%;
}

.bottom_btn a:hover {
    background-color: #2e2e2e;
    color: #fff;
}

@media(max-width:639px) {
    .product_detail .product_title {
        font-size: 28px;
    }

    .develop_class {
        padding: 0 20px;
    }

    .develop_class table {
        width: 100%;
    }

    .develop_class table tr td {
        font-size: 14px;
    }
}

@media(max-width:499px) {

    .develop_class p,
    .develop_class span,
    .develop_class p span {
        font-size: 16px;
    }

    .develop_class b {
        font-size: 20px;
    }
}

/*  */
.viewport {
    z-index: 1 !important;
}

.mySwiper3 {
    padding: 0 20px;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
}

.swiper-slide img {
    margin: 0;
    padding: 0;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

#popupDiv2 {
    max-width: 1024px;
    background-color: transparent;
}

#popupDiv2 .dummy {
    width: 95%;
    height: 100%;
    background-color: black;
}

.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-button-next {
    width: 45px !important;
    height: 45px !important;
    background-image: none !important;
    right: 0px !important;
    top: calc(50% - 15px);
}

.mySwiper3 .swiper-button-prev {
    left: 0px !important;
}

.mySwiper3 .swiper-button-prev::after,
.mySwiper3 .swiper-button-next::after {
    content: '';
}

.mySwiper3 .swiper-button-next .next,
.mySwiper3 .swiper-button-prev .prev {
    color: #7e7e7e;
    font-size: 28px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mySwiper3 .swiper-slide img {
    transition: filter 0.3s;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    width: 100%;
    height: 200%;
}

.mySwiper3 .swiper-slide.size {
    z-index: 2;
}

.mySwiper3 .swiper-slide.size img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    cursor: pointer;
}

.test_wrap {
    position: relative;
}

.test_wrap img {
    max-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* share icon  */
.text-basic,
.text-basic a {
    color: #212121;
}

.modal_post_social {
    text-align: center;
}

@media screen and (min-width:768px) {
    .modal_post_social:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal_post_social .modal-dialog {
    width: auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 40px auto 80px;
}

.modal_post_social .modal-content {
    padding: 8px 0;
}

.social-btn ul {
    list-style: outside none none;
    padding: 0;
}

.modal_post_social li {
    float: left;
    width: calc(100%/3);
    margin-top: 10px
}

.modal_post_social li a {
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    display: block;
    width: 68px;
    height: 80px;
    background: url("//vendor-cdn.imweb.me/images/site/social_icon3.png?487487") no-repeat;
    background-size: 56px;
    padding-top: 63px;
}

.modal_post_social li.kakao a {
    background-position: 7px 0;
}

.modal_post_social li.line a {
    background-position: 7px -81px;
}

.modal_post_social li.face a {
    background-position: 7px -163px;
}

.modal_post_social li.twitter a {
    background-position: 7px -244px;
}

.modal_post_social li.story a {
    background-position: 7px -325px;
    letter-spacing: -1px;
}

.modal_post_social li.band a {
    background-position: 7px -406px;
}

.modal_post_social li.instagram a {
    background-position: 7px -487px;
}

.modal_post_social li.googleplus a {
    background-position: 7px -568px;
}

.modal_post_social li.naver a {
    background-position: 7px -648px;
}

.modal_post_social li a br {
    line-height: 0
}

.modal_post_social li a:hover {
    background-color: transparent;
}

.modal_post_social .social-btn {
    overflow: hidden;
}

.modal_post_social .url-copy {
    clear: both;
    padding: 0 8px;
    margin-top: 20px;
}

.modal_post_social .url-copy .form-control {
    border: 1px solid rgba(155, 155, 155, 0.4);
    box-shadow: none;
    color: #212121;
}

.url-copy-pop {
    width: 290px;
}

.url-copy-pop .modal-content {
    text-align: Center;
    border-radius: 6px;
    font-size: 16px;
}

.url-copy-pop .modal-content .head {
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 0 30px
}

.url-copy-pop .modal-content .foot {
    font-size: 16px;
    padding: 10px 0
}

.url-copy-pop .modal-content .foot .txt-btn {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.modal_post_social .url-copy button {
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(155, 155, 155, 0.4);
    font-size: 13px;
    padding: 7px 16px;
    height: 34px;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    letter-spacing: 0;
}

.form-control-line {
    position: relative;
}

.ti_br {
    display: block;
    margin-top: 20px;
}

/* 220503 */

.product_text .bg_box:nth-of-type(3),
.product_text .bg_box.test_wrap {
    height: 640px;
}

.product_text .bg_box.test_wrap2 {
    /* 365t를 위한 test box */
    height: 750px;
    max-width: 1000px;
    margin: 0 auto;

}

.test_wrap img {
    max-width: 350px;
}

.develop_class img:nth-of-type(2),
.develop_class img:nth-of-type(3),
.develop_class img:nth-of-type(7),
.product_text .sub_title {
    margin-bottom: 0px;
}

@media (max-width:1024px) {

    .product_text .bg_box,
    .movie-box,
    .develop_class,
    .develop_class img {
        margin-bottom: 20vw;
    }

    .develop_class {
        padding: 0;
    }

    .product_text .sub_title {
        margin-bottom: 6vw;
    }

    .develop_class img:nth-of-type(2),
    .develop_class img:nth-of-type(3),
    .develop_class img:nth-of-type(7),
    .product_text .sub_title {
        margin-bottom: 4.4vw;
    }
}


.develop_class img:nth-of-type(4),
.develop_class img:nth-of-type(5),
.develop_class img:last-of-type {
    margin-bottom: 0 !important;
}

@media(max-width:420px) {
    .develop_class2 .slick-dots {
        margin-bottom: 3px;
    }

    .develop_class2 .slick-dots button {
        width: 10px;
        height: 10px;
    }
}
