.mb-100px {
    margin-bottom: 100px;
}


/* main_con start */

.main_con {
    width: 1420px;
    margin: 0 auto;
}

@media (max-width: 1420px) {
    .main_con {
        width: calc(100% - (32px *2));
    }
}

@media (max-width: 480px) {
    .main_con {
        width: calc(100% - (15px *2));
    }
}


/* main_con end */


/* productBox start */

.productBox {}

.productBox .productBox_img_box {
    margin-bottom: 10px;
    border: #dddddd solid 1px;
    background-color: #ffffff;
    position: relative;
}

@media (max-width: 991px) {
    .productBox .sky-love {
        top: 0;
        right: 0;
    }
}

.product_link {
    display: inline-block;
}

.productBox .productBox_img_box .productBox_hover_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(243, 243, 243, 0.8);
    text-align: center;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
}

.productBox .productBox_img_box:hover .productBox_hover_bg {
    display: flex;
}

@media (max-width: 991px) {
    .productBox .productBox_img_box:hover .productBox_hover_bg {
        display: none;
    }
    .productBox .productBox_img_box .productBox_hover_bg {
        display: none;
    }
}

.productBox .productBox_img_box .productBox_hover_bg .productBox_hover_btn_con {}

.productBox .productBox_img_box .productBox_hover_bg .productBox_hover_btn_con .sky-item-button {
    width: 120px;
    height: 40px;
    padding: 0;
}

.productBox .productBox_img_box .productBox_hover_bg .productBox_hover_btn_con .sky-item-button:first-child {
    margin-bottom: 10px;
}

.productBox .productBox_img_box .product_link {
    text-align: center;
    display: block;
}

.productBox .productBox_dec_box {

}

.productBox .productBox_dec_box .itemNo {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
}

.productBox .productBox_dec_box .brandName {
    margin-bottom: 4px;
    font-size: 14px;
    color: #000000;
}

.productBox .productBox_dec_box .productName {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: bold;
    color: #000000;
}

@media (max-width: 480px) {
    .productBox .productBox_dec_box .itemNo {
        font-size: 10pt;
    }
    .productBox .productBox_dec_box .productName {
        font-size: 0.875rem;
        line-height: 1.2;
        height: 32px;
    }
    .productBox .productBox_dec_box .brandName {
        font-size: 11pt;
    }
}

.productBox .productBox_dec_box .product_price_box {
    font-size: 14px;
    color: #23569d;
}

.productBox .productBox_dec_box .product_price_box .price {
    margin-bottom: 4px;
    color: #23569d;
    font-size: 16px;
}

.productBox .productBox_dec_box .product_price_box .price .sub_font {
  font-size: 14px!important;
}

.productBox .productBox_dec_box .product_price_box small {
    height: 14px;
    text-decoration: line-through;
    color: #aaaaaa;
    display: block;
}

@media (max-width: 480px) {
    .productBox .productBox_dec_box .product_price_box .price {
        font-size: 11pt;
    }
}


/* productBox end */


/* sky_sp_title_box start */

.sky_sp_title_box {
    width: 100%;
    height: auto;
    /* padding: 0 10px; */
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .sky_sp_title_box {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .sky_sp_title_box {
        padding: 0;
    }
}

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

.sky_sp_title_box .sky_sp_title_con .sky_sp_title {
    font-size: 20px;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 70px;
}

@media (max-width: 480px) {
    .sky_sp_title_box .sky_sp_title_con .sky_sp_title {
        padding-left: 40px;
        font-size: 14px;
    }
}

.sky_sp_title_box .sky_sp_title_con .sky_sp_title::before {
    content: "";
    background: url(../content/images/ic_title.svg) no-repeat;
    width: 60px;
    height: 8px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

@media (max-width: 480px) {
    .sky_sp_title_box .sky_sp_title_con .sky_sp_title::before {
        content: "";
        background: url(../content/images/ic_title_m.svg) no-repeat;
        width: 30px;
        height: 8px;
    }
}

.sky_sp_title_box .sky_sp_title_con .sky_sp_page {
    font-size: 12px;
    color: #000000;
    align-self: flex-end;
}

@media (max-width: 991px) {
    .sky_sp_title_box .sky_sp_title_con .sky_sp_page {
        display: none;
    }
}


/* sky_sp_title_box end */


/* productBox_line start */

.productBox_line {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 991px) {
    .productBox_line {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.productBox_line .productBox_line_con {
    display: flex;
    position: relative;
}

.productBox_line .product_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.productBox_line .product_label_box {
    height: 20px;
    margin-bottom: 22px;
}

.productBox_line .product_label_box .sky-label {
    margin-right: 5px;
    display: inline-block;
    position: initial;
}

.productBox_line .product_img_box {
    width: 220px;
    height: 220px;
    margin-right: 20px;
    background-position: center;
    background-size: cover;
    border: solid 1px #dddddd;
}

.productBox_line .product_des_box {
    width: 75%;
}

.productBox_line .product_des_box .itemNo {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
}

.productBox_line .product_des_box .brandName {
    height: 16px;
    color: #000000;
}

.productBox_line .product_des_box .productName {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.productBox_line .sky-love {
    top: 0;
    right: 0;
}

.productBox_line .product_price_box {
    position: absolute;
    right: 0;
    bottom: 113px;
    text-align: right;
    font-size: 14px;
    color: #23569d;
}

.productBox_line .product_price_box .price {
    margin-bottom: 4px;
    color: #23569d;
}

.productBox_line .product_price_box small {
    height: 14px;
    text-decoration: line-through;
    color: #aaaaaa;
}

.productBox_line .product_btn_Box {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.productBox_line .product_btn_Box .sky-item-button {
    width: 130px;
    height: 40px;
    margin-left: 5px;
    padding: 0;
    display: inline-block;
}

@media (max-width: 991px) {
    .productBox_line .productBox_line_con {
        padding-top: 35px;
        display: block;
        overflow: hidden;
    }
    .productBox_line .product_img_box {
        width: 96px;
        height: 96px;
        position: absolute;
    }
    .productBox_line .product_label_box {
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .productBox_line .product_des_box {
        width: calc(100% - 96px);
        margin-left: 96px;
        padding-left: 10px;
    }
    .productBox_line .product_des_box .brandName {
        height: 11px;
        margin-bottom: 5px;
    }
    .productBox_line .product_des_box .productName {
        font-size: 14px;
    }
    .productBox_line .product_price_box {
        margin-top: 27px;
        position: inherit;
        text-align: left;
    }
    .productBox_line .product_btn_Box {
        display: none;
    }
}


/* productBox_line end */


/* breadcrumbSection start */

.breadcrumbSection {
    height: 40px;
    margin-bottom: 40px;
    background-color: #f3f3f3;
    color: #23569d;
    font-size: 14px;
}

.breadcrumbSection .main_con {
    height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumbSection .main_con ul {
    display: flex;
    align-items: center;
}

.breadcrumbSection a {
    color: #23569d;
}

@media (max-width: 480px) {
    .breadcrumbSection .main_con ul {
        display: block;
    }
}

.breadcrumbSection .main_con ul li {
    line-height: 23px;
}

@media (max-width: 480px) {
    .breadcrumbSection {
        height: initial;
        min-height: 40px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
    .breadcrumbSection .main_con ul li {
        line-height: 12px;
        margin: 5px 0;
    }
}

.breadcrumbSection .main_con li {
    height: 20px;
    display: inline-flex;
    align-items: center;
}

.breadcrumbSection .main_con li::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(./images/ic-next.png);
    display: inline-block;
}

.breadcrumbSection .main_con li:first-child::before {
    width: 0px;
}


/* breadcrumbSection end */


/* filterSection start */

.filterSection {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .filterSection {
        margin-bottom: 20px;
    }
}

.filterSection .main_con {
    height: auto;
    background-color: #fafafa;
    overflow: hidden;
    transition: height 0.6s ease-in;
}

.filterSection .sky-search-scroll {
    margin-right: -1px;
}

.filterSection .sky-search-scroll:nth-child(4) {
    padding-right: 1px;
    margin-right: 0px;
}

.filterSection .sky-menu-headings {
    border: #dddddd solid 1px;
    padding: 20px 0px 20px 20px;
    margin-bottom: -1px;
    background-color: white;
    position: relative;
    z-index: 5;
}

.filterSection .sky-search-scroll:nth-child(4) .sky-menu-headings {
    width: calc(100% + 3px);
}

.filterSection .sky-search-scroll:nth-child(4) .sky-search_next {
    width: calc(100% + 3px);
}

.filterSection .sky-search-scroll .sky-search_next {
    height: 0px;
    max-height: 380px;
    padding: 0 20px 0 20px;
    transition: height 0.5s ease-in;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    position: relative;
}

.filterSection .sky-search-scroll .sky-search_next::-webkit-scrollbar {
    width: 5px;
}

.filterSection .sky-search-scroll:nth-child(1) .sky-search_next {
    border-left-color: transparent;
}

.filterSection .sky-search-scroll:nth-child(4) .sky-search_next {
    border-right-color: transparent;
}

.filterSection .sky-search-scroll li.sky-item:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sky-search-scroll .sky-search_next li.sky-item .i-checkbox {
    width: 100%;
}

.filterSection .sky-search-scroll>ul {
    margin: 0;
    padding: 20px 0;
}

.filterSection .filterBtnSection {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #dddddd;
}

.filterSection .filterBtnSection .filterBtnBox {
    display: inline-block;
}

.filterSection .filterBtnSection .filterBtnBox .sky-item-button {
    display: inline-block;
    width: 120px;
    margin-left: 10px;
}

.filterSection .filterShowHidBtn {
    width: 100%;
    height: 40px;
    background-color: white;
    border: solid 1px #dddddd;
    position: relative;
}

.filterSection .filterShowHidBtn::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(./images/ic-next.png);
    position: absolute;
    top: 10px;
    right: 10px;
}

.filterSection .pc {
    display: block;
}

.filterSection .mobile {
    display: none;
}

@media (max-width: 991px) {
    .filterSection .pc {
        display: none;
    }
    .filterSection .mobile {
        display: block;
    }
}


/* filterSection end */


/* pagerBox start */

.pagerBox {}

.pagerBox .pc {
    display: block;
}

.pagerBox .mobile {
    display: none;
}

@media (max-width: 480px) {
    .pagerBox .pc {
        display: none;
    }
    .pagerBox .mobile {
        display: block;
        text-align: center;
    }

    .pagerBox .pagination li a {
      font-size: 12px;
    }
}

.pagerBox .pagination li {
    min-width: 32px;
    height: 32px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #23569d;
}

.pagerBox .pagination li a {
    color: #000000;
    border: none;
}

.pagerBox .pagination li:first-child {
    margin-right: 5px;
}

.pagerBox .pagination li:last-child {
    margin-left: 5px;
}

.pagerBox .pagination li.active {
    color: white;
    background-color: #23569d;
}

.pagerBox .pagination li .prev,
.pagerBox .pagination li .next {
    display: inline-flex;
    align-items: center;
    color: #23569d;
}

.pagerBox .pagination li .prev::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(./images/ic-previous.png);
    margin-right: 5px;
    display: inline-block;
}

.pagerBox .pagination li .next::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(./images/ic-next.png);
    margin-left: 5px;
    display: inline-block;
}


/* pagerBox end */


/* productTitle start */

.productTitle {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .productTitle {
        margin-bottom: 20px;
    }
}

.productTitle .titleBox h2 {
    margin-right: 20px;
    font-size: 20px;
    color: #23569d;
    display: inline-flex;
}

.productTitle .title_tools {
    overflow: hidden;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.productTitle .title_tools .item_text {
    font-size: 14px;
    color: #000000;
    display: inline-flex;
}

.productTitle .title_tools .setting_btn {
    font-size: 11px;
    display: none;
    background-color: transparent;
}

.productTitle .title_tools .setting_btn::after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(./images/ic_setting.svg);
}

@media (max-width: 991px) {
    .productTitle {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 15px;
    }
    .productTitle .titleBox h2 {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .productTitle .title_tools {
        display: flex;
    }
    .productTitle .title_tools .item_text {
        font-size: 11px;
        display: block;
    }
    .productTitle .title_tools .setting_btn {
        display: flex;
        align-items: center;
    }
}


/* productTitle end */


/* productStyleFilter start */

.productStyleFilter {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .productStyleFilter {
        display: none;
    }
}

.productStyleFilter .selectBox {
    height: 40px;
    padding: 0 10px;
    margin-right: 10px;
    background-color: #f3f3f3;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.productStyleFilter .selectBox label {
    display: flex;
    align-items: center;
    color: #23569d;
}

.productStyleFilter .selectBox select {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.productStyleFilter .selectBox label::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(./images/ic-dropdown.png);
    margin-left: 5px;
    display: inline-block;
}


/* productStyleFilter end */


/* searchTextInput start */

.searchTextInput {
    position: relative;
    background-color: #ffffff;
}

.searchTextInput::before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url(./images/ic-search.svg);
    display: block;
    position: absolute;
    top: 4px;
    left: 10px;
}

.searchTextInput input {
    width: 100%;
    font-size: 14px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    background-color: transparent;
    padding: 12px 12px 12px 45px;
}

.searchTextInput.s-size input {
    width: 90%;
    padding: 6px 12px 6px 45px;
}

.searchTextInput.s-size::before {
    background-repeat: no-repeat;
    background-size: 70%;
}


/* searchTextInput end */


/* product_main_box start */

.product_main_box {
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
}

@media (max-width: 991px) {
    .product_main_box {
        display: block;
    }
}

.product_main_box .product_img_box {
    width: 480px;
}

@media (max-width: 991px) {
    .product_main_box .product_img_box {
        width: 100%;
    }
}


/* gallery-carousel start */

.product_main_box .product_img_box .gallery-carousel {
    margin-bottom: 20px;
    border: solid 1px #dddddd;
    position: relative;
}

.product_main_box .product_img_box .gallery-carousel .item {
    cursor: url('./images/ic-magnifier.png'), auto;
    position: relative;
}

.product_main_box .product_img_box .gallery-carousel .owl-prev,
.product_main_box .product_img_box .gallery-carousel .owl-next {
    display: none;
    color: white;
    background-color: black;
    opacity: 0.5;
}

.product_main_box .product_img_box .gallery-carousel .owl-prev.disabled,
.product_main_box .product_img_box .gallery-carousel .owl-next.disabled {
    display: none;
}

.product_main_box .product_img_box .gallery-carousel .owl-prev {
    left: 0;
}

.product_main_box .product_img_box .gallery-carousel .owl-next {
    right: 0;
}

@media (max-width: 991px) {
    .product_main_box .product_img_box .gallery-carousel .owl-prev,
    .product_main_box .product_img_box .gallery-carousel .owl-next {
        position: absolute;
        width: 48px;
        height: 80px;
        top: calc((100% - 80px) / 2);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/* gallery-carousel end */


/* gallery-dots start */

.product_main_box .product_img_box .gallery-dots {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .product_main_box .product_img_box .gallery-dots {
        display: none;
    }
}

.product_main_box .product_img_box .gallery-dots .item {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px solid transparent;
}

.product_main_box .product_img_box .gallery-dots .item.select {
    border-color: #23569d;
}

.product_main_box .product_img_box .gallery-dots .owl-prev,
.product_main_box .product_img_box .gallery-dots .owl-next {
    position: absolute;
    width: 48px;
    height: 80px;
    top: 0;
    color: white;
    background-color: black;
    opacity: 0.5;
}

.product_main_box .product_img_box .gallery-dots .owl-prev.disabled,
.product_main_box .product_img_box .gallery-dots .owl-next.disabled {
    display: none;
}

.product_main_box .product_img_box .gallery-dots .owl-prev {
    left: 0;
}

.product_main_box .product_img_box .gallery-dots .owl-next {
    right: 0;
}


/* gallery-dots end */


/* social_box start */

@media (max-width: 991px) {
    .product_main_box .product_img_box .social_box {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }
}

.product_main_box .product_img_box .social_box ul {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .product_main_box .product_img_box .social_box ul {
        justify-content: flex-start;
    }
}

.product_main_box .product_img_box .social_box ul li {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .product_main_box .product_img_box .social_box ul li:first-child {
        margin-left: 0px;
    }
}


/* social_box end */


/* product_detail_box start */

.product_main_box .product_detail_box {
    width: calc( 100% - 480px);
    padding-left: 30px;
}

@media (max-width: 991px) {
    .product_main_box .product_detail_box {
        width: 100%;
        padding-left: 0;
    }
}

.product_main_box .product_detail_box .title_box {
    margin-bottom: 20px;
}

.product_main_box .product_detail_box .title_box small {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #23569d;
    display: inline-block;
}

@media (max-width: 991px) {
    .product_main_box .product_detail_box .title_box small {
        font-size: 14px;
    }
}

.product_main_box .product_detail_box .title_box h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

@media (max-width: 991px) {
    .product_main_box .product_detail_box .title_box h2 {
        font-size: 14px;
    }
}

.product_main_box .product_detail_box .label_box {
    margin-bottom: 20px;
}

.product_main_box .product_detail_box .label_box .sky-label {
    /* margin-left: 5px; */
    position: initial;
    display: inline-block;
}

.product_main_box .product_detail_box .label_box .sky-label>div {
    margin-top: 0;
}

.product_main_box .product_detail_box .des_box li {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}

.product_main_box .product_detail_box .des_box li .disable {
    color: #aaaaaa;
    text-decoration: line-through;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .des_box li,
    .product_main_box .product_detail_box .des_box li p,
    .product_main_box .product_detail_box .des_box li .disable {
        font-size: 11px;
    }
}

.product_main_box .product_detail_box .tools_box {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .product_main_box .product_detail_box .tools_box {
        position: fixed;
        bottom: 0;
        z-index: 999;
        background-color: white;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.product_main_box .product_detail_box .tools_box .price_box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .product_main_box .product_detail_box .tools_box .price_box {
        padding: 15px 20px;
        margin-bottom: 0;
        border-top: 1px solid #dddddd;
    }
}

.product_main_box .product_detail_box .tools_box .price_box .price {
    font-size: 16px;
    color: #23569d;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .tools_box .price_box .price {
        font-size: 11px;
    }
}

.product_main_box .product_detail_box .tools_box .price_box .price .lg {
    font-size: 24px;
    font-weight: bold;
    color: #23569d;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .tools_box .price_box .price .lg {
        font-size: 14px;
    }
}

.product_main_box .product_detail_box .tools_box .price_box .quantity_box {
    display: flex;
    align-items: center;
}

.product_main_box .product_detail_box .tools_box .price_box .quantity_box .btn {
    border: 1px solid;
    border-radius: 32px;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23569d;
    margin: 0 5px;
}

.product_main_box .product_detail_box .tools_box .price_box .quantity_box .btn:disabled {
    color: #aaaaaa;
}

.product_main_box .product_detail_box .tools_box .price_box .quantity_box .quantity {
    width: 60px;
    text-align: center;
}

.product_main_box .product_detail_box .tools_box .btn_box {
    display: flex;
    justify-content: flex-end;
}

.product_main_box .product_detail_box .tools_box .btn_box .sky-item-button {
    margin-left: 10px;
    padding: 12px 15px;
    width: auto;
    font-size: 14px;
}

.product_main_box .product_detail_box .tools_box .btn_box .sky-item-button:first-child {
    margin-left: 0px;
}

@media (max-width: 991px) {
    .product_main_box .product_detail_box .tools_box .btn_box .sky-item-button {
        width: 50%;
        padding: 14px;
        margin-left: 0px;
    }
}

.product_main_box .product_detail_box .currencies {
    padding: 20px 0;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
}

@media (max-width: 991px) {
    .product_main_box .product_detail_box .currencies {
        padding: 12px 0;
    }
}

.product_main_box .product_detail_box .currencies button {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #23569d;
    background-color: transparent;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .currencies button {
        font-size: 14px;
    }
}

.product_main_box .product_detail_box .freeble_box {
    padding-top: 20px;
}

.product_main_box .product_detail_box .freeble_box .freeble_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .freeble_box .freeble_title {
        font-size: 14px;
    }
}

.product_main_box .product_detail_box .freeble_box .freeble_product_box {
    width: 100%;
    padding: 10px;
    background-color: #f3f3f3;
    display: flex;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .freeble_box .freeble_product_box:first-child {
        border-top: solid 1px #dddddd;
    }
}

.product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_img_box {
    width: 100px;
    height: 100px;
    background-color: white;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_img_box {
        width: 96px;
        height: 106px;
        border: solid 1px white;
    }
}

.product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box {
    width: calc(100% - 100px);
    padding-left: 10px;
    position: relative;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box {
        width: calc(100% - 96px);
    }
}

.product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box .product_no {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box .product_no {
        font-size: 10px;
    }
}

.product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box .product_name {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box .product_name {
        font-size: 12px;
    }
}

.product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box small {
    font-size: 12px;
    color: #aaaaaa;
    position: absolute;
    bottom: 0;
    left: 10;
}

@media (max-width: 480px) {
    .product_main_box .product_detail_box .freeble_box .freeble_product_box .freeble_content_box small {
        font-size: 10px;
    }
}


/* product_detail_box end */


/* product_main_box end */


/* detail_box start */

.detail_box {}

@media (max-width: 480px) {
    .detail_box:first-child {
        border-top: 1px solid #dddddd;
    }
}

.detail_box:last-child {
    margin-bottom: 110px;
}

@media (max-width: 480px) {
    .detail_box:last-child {
        margin-bottom: 41px;
    }
}

.detail_header {
    height: 64px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    align-items: center;
    position: relative;
}

@media (max-width: 480px) {
    .detail_header {
        height: 40px;
        border-top: 1px solid #dddddd;
        margin-top: -1px;
    }
}

.detail_header::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-down.png);
    position: absolute;
    right: 20px;
    bottom: 22px;
    transform: rotate(0deg);
}

.detail_header.active::after {
    transform: rotate(180deg);
}

@media (max-width: 480px) {
    .detail_header::after {
        bottom: calc((40px - 20px) / 2);
    }
}

.detail_header h3 {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 480px) {
    .detail_header h3 {
        font-size: 12px;
    }
}

.detail_content {
    padding: 30px 20px;
    word-break: break-word;
}

@media (max-width: 480px) {
    .detail_content {
        padding: 20px 10px;
    }
}

.detail_content .video_con {
    text-align: center;
}

@media (max-width: 991px) {
    .detail_content .video_con {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
    }
    .detail_content .video_con iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.detail_content .image_content_con {
    display: flex;
}

@media (max-width: 991px) {
    .detail_content .image_content_con {
        display: block;
    }
}

.detail_content .image_content_con .image {
    width: 460px;
    height: 345px;
}

@media (max-width: 991px) {
    .detail_content .image_content_con .image {
        width: 100%;
        height: 174px;
        background-size: cover;
    }
}

.detail_content .image_content_con .content {
    width: calc(100% - 460px);
    padding-left: 20px;
}

@media (max-width: 991px) {
    .detail_content .image_content_con .content {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}


/* event start */

.detail_box.event {
    margin-bottom: 60px;
    background-color: #fafafa;
}

@media (max-width: 480px) {
    .detail_box.event {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
    }
}

.detail_box.event .detail_header {
    border-bottom-color: transparent;
}

.detail_box.event .detail_header::before {
    content: '';
    width: 24px;
    height: 24px;
    margin: 0 10px;
    display: block;
    background-image: url(./images/ic-event.png);
}

.detail_box.event .detail_content {
    border-top: 1px solid #dddddd;
}


/* event end */


/* detail_box end */


/* zoomLens start */

.zoomLens {
    cursor: url('./images/ic-magnifier.png'), auto;
}


/* zoomLens end */


/* gallery_popup start */

.gallery_popup {
    width: 100vw;
    height: 100%;
    position: fixed;
    left: 0;
    background-color: black;
    z-index: -1;
    display: none;
}

@media (max-width: 991px) {
    .gallery_popup {
        display: block;
    }
}

.gallery_popup .gallery_popup_con {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.gallery_popup .gallery_popup_con .popup_owl_con {
    display: flex;
    align-items: center;
}

.gallery_popup .gallery_popup_con .popup_owl_con .owl_box {
    width: 100%;
}

.gallery_popup .gallery_popup_con .owl_indx_box {
    padding: 0 10px 10px 0;
    text-align: right;
    color: white;
}

.gallery_popup .gallery_popup_con .popup_close_btn {
    width: 36px;
    height: 36px;
    overflow: hidden;
    background-color: transparent;
    position: fixed;
    right: 10px;
    top: 10px;
}

.gallery_popup .gallery_popup_con .popup_close_btn::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-cancel-w.png);
    position: absolute;
    top: 8px;
    left: 8px;
}

.gallery_popup .gallery_popup_con .popup_close_btn span {
    display: inline-block;
    text-indent: 99px;
}


/* gallery_popup end */


/* moreItemsSection start */

.moreItemsSection .sky-arrivals {
    margin-top: 0;
    margin-bottom: 110px;
}

@media (max-width: 991px) {
    .moreItemsSection .sky-arrivals {
        margin-bottom: 84px;
    }
}

.moreItemsSection .sky-arrivals .moreitems_owl {
    position: relative;
    display: block;
}

.moreItemsSection .sky-arrivals .moreitems_owl .owl-prev,
.moreItemsSection .sky-arrivals .moreitems_owl .owl-next {
    position: absolute;
    top: calc((340px - 40px) / 2);
}

.moreItemsSection .sky-arrivals .moreitems_owl .owl-prev.disabled,
.moreItemsSection .sky-arrivals .moreitems_owl .owl-next.disabled {
    display: none;
}

.moreItemsSection .sky-arrivals .moreitems_owl .owl-prev {
    left: 0;
}

.moreItemsSection .sky-arrivals .moreitems_owl .owl-next {
    right: 0;
}

@media (max-width: 991px) {
    .moreItemsSection .sky-arrivals .moreitems_owl {
        overflow: hidden;
    }
    .moreItemsSection .sky-arrivals .moreitems_owl .item {
        /* width: calc((100% - 10px) / 2); */
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 10px;
        float: left;
    }
    .moreItemsSection .sky-arrivals .moreitems_owl .item:nth-child(odd) {
        margin-left: 0px;
    }
}


/* moreItemsSection end */


/* popup_page start */

.popup_page {
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    /* position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999; */
}

.popup_page.show {
    display: flex;
}

.popup_page .popup_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.popup_page .popup_page_con {
    width: 700px;
    padding: 40px 40px 0 40px;
    position: relative;
    border-radius: 10px;
    background-color: white;
    position: relative;
    z-index: 2;
}

@media (max-width: 480px) {
    .popup_page .popup_page_con {
        width: 310px;
        padding: 30px 30px 0 30px;
    }
}

.popup_page .popup_page_con .popup_close_btn {
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.popup_page .popup_page_con .popup_close_btn::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-cancel.png);
    position: absolute;
    top: 8px;
    left: 8px;
}

.popup_page .popup_page_con .popup_close_btn span {
    display: inline-block;
    text-indent: 99px;
}

.popup_page .popup_page_con .popup_page_title {
    padding-bottom: 40px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 480px) {
    .popup_page .popup_page_con .popup_page_title {
        padding-bottom: 30px;
        margin-bottom: 20px;
        font-size: 14px;
    }
}

.popup_page .popup_page_con .popup_page_content .list_item {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .popup_page .popup_page_con .popup_page_content .list_item {
        margin-bottom: 20px;
        font-size: 12px;
    }
}


/* popup_page end */


/* sky-item-button start */

.sky-item-button {
    /* display: block; */
    background-color: rgba(0, 0, 0, 0);
    border: #23569d solid 1px;
    color: #23569d;
    padding: 10px 30px;
    width: 100%;
    font-size: 0.875rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sky-item-button:hover {
    border-color: #004586;
    color: #004586;
}

.sky-item-button.main {
    background-color: #23569d;
    color: #ffffff;
}

.sky-item-button.main:hover {
    background-color: #004586;
}


/* sky-item-button end */

.page-item.active .page-link {
    background-color: #23569d;
    border-color: #23569d;
}
