/*------------------------------------*\
            ic_portal.css
\*------------------------------------*/

/*
    * General.....................General use
    * Banner
    * Portal
    * Media Query.................RWD Setting
        * General.....................
*/

/*------------------------------------
            $General
------------------------------------*/

section {
    overflow: hidden;
}

*:focus {
    outline: none !important;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

/*------------------------------------
            $Banner
------------------------------------*/

.banner {
    /*background-image: url();*/
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(20.83333vw);
    width: 100%;
}

/*------------------------------------
            $subcategory
------------------------------------*/

.subcategory {
    background-color: #e7e7e7;
    height: 130px;
    width: 100%;
    overflow: hidden;
}

.subcategory .slick-arrow {
    height: 100%;
    background-color: rgba(210, 210, 210, 0.7);
    z-index: 1;
}

.subcategory .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.subcategory .slick-prev:before,
.subcategory .slick-next:before {
    color: #333333;
}

.subcategory .slick-prev {
    left: -20px;
}

.subcategory .slick-prev:before {
    content: '\f104';
}

.subcategory .slick-next {
    right: -20px;
}

.subcategory .slick-next:before {
    content: '\f105';
}

.subcategory-tab {
    background-color: #e7e7e7;
    width: calc(100%/5);
    height: 130px;
    text-align: center;
    line-height: 1;
    padding: 0 20px 0 20px;
}

.subcategory-tab a {
    color: #666;
    font-size: calc(0.125vw + 15.6px);
    text-transform: uppercase;
}

.subcategory-tab.active {
    background-color: #4e4e4e;
}

.subcategory-tab.active a {
    color: #fff;
}

.subcategory-tab.active > a:after {
    background-color: #ff9f00;
    height: 8px;
}

.subcategory-tab:hover {
    background-color: #4e4e4e;
}

.subcategory-tab:hover a {
    color: #fff;
    font-family: 'Roboto';
}

.subcategory-tab > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

.subcategory-tab:hover .subcategory-icon {
    fill: #fff;
}

.subcategory-in {
    padding: 20px 0 20px 0 !important;
}

.subcategory-icon {
    fill: #666;
    width: 60px;
    height: 60px;
}

.active .subcategory-icon {
    fill: #fff;
}

/*------------------------------------
            $Type
------------------------------------*/

.Type-item {
    width: calc(100%/4 - 10px);
    height: 50px;
    background-color: #666;

    /*18-16*/
    margin: 10px 10px 10px 0;
}

.Type-item:hover {
    background-color: #ffa106;
}

.Type-text {
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-family: 'Roboto';
    font-size: calc(0.125vw + 15.6px);
    text-transform: uppercase;
}

/*------------------------------------
            $content
------------------------------------*/

.flex-to-align {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    flex-direction: column;
}

.flex-to-large {
    flex: 1;
}

.packs-html {
    overflow: hidden;
}

.combo-item {
    width: 45%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.combo-item-all {
    width: 100%;

    /* border-top: 1px solid #e7e7e7; */
}

.combo-item-all:first-child {
    border-top: none;
}

.contentpack-price {
    margin-top: 10px;
}

.combo-item-all .contentpack-price {
    margin-top: 5px;
}

.combo-item-all .contentpack-price:first-child {
    margin-right: 50px;
}

.contentpack-item-container {
    margin-top: 0px;
    width: 100%;
}

.combo-item-all .contentpack-item-container {
    margin-top: 0;
    width: 100%;
}

/*contentitem*/

.nomargin {
    margin: 0 !important;
    height: 100%;
}

.img-ccdMainPhoto {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.contentpack-imgs {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.contentpack-imgs .slick-slider {
    background-color: #eee;
    padding: 15px;
    max-width: 1000px;
}

.contentpack-mainimg {
    margin-bottom: 18px;
    background-color: #eeeeee;
    max-width: 1000px;
    padding-bottom: 56.2%;
    width: 100%;
    max-height: 562px;
    position: relative;
}

.contentpack-slideshow {
    margin-top: 20px;
}

.contentpack-slideshow .slick-arrow {
    height: 100%;
    background-color: rgba(210, 210, 210, 0.7);
    z-index: 1;
}

.contentpack-slideshow .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.contentpack-slideshow .slick-prev:before,
.contentpack-slideshow .slick-next:before {
    color: #333333;
}

.contentpack-slideshow .slick-prev {
    left: 0;
}

.contentpack-slideshow .slick-prev:before {
    content: '\f104';
}

.contentpack-slideshow .slick-next {
    right: 0;
}

.contentpack-slideshow .slick-next:before {
    content: '\f105';
}

/* 
.contentpack-slideshow a {
    margin-left: 9px;
    margin-right: 9px;
} */

.contentpack-slideshow .thumbnail-container img {
    border: 1px solid #ddd;
}

.contentpack-slideshow .thumbnail-container {
    width: 176px;
    height: 99px;
    overflow: hidden;
}

.contentpack-slideshow .thumbnail-container img.youtube {
    max-width: 100%;
    height: auto;
    width: auto;
    position: absolute;
    top: -12.5%;
    left: 0%;
}

.contentpack-slideshow .thumbnail-container img.image {
    max-width: 100%;
    max-height: 100%;
}

/*------------------------------------
            $Packs
------------------------------------*/
.packs-desc-wrap {
    width: 100%;
}

.packs-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #4e4e4e;
    line-height: 1.3;
    font-size: calc(0.375vw + 16.8px);
    font-family: 'Roboto', Medium;
    padding-left: 20px;
    border-left: 15px solid #ffa106;
    height: 30px;
}

.packs-desc {
    margin-top: 15px;
    font-size: calc(0.125vw + 13.6px);
    line-height: 1.3;
    color: #666;
    font-weight: 300;
}

.packs-desc2 {
    margin-top: 15px;
    font-size: calc(0.125vw + 13.6px);
    line-height: 1.3;
    color: #666;
    font-weight: 300;
}

.packs-desc a {
    color: #666;
    text-decoration: none;
}

.packs-desc2 a {
    color: #666;
    text-decoration: none;
}

.packs-desc p {
    font-size: calc(0.125vw + 13.6px);
    line-height: 1.3;
    color: #666;
}

.packs-desc2 p {
    font-size: calc(0.125vw + 13.6px);
    line-height: 1.3;
    color: #666;
}

.packs-PackInclude ul {
    margin-top: 10px;
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 0px;
}

.packs-PackInclude2 ul {
    margin-top: 10px;
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 0px;
}

.packs-PackInclude li {
    width: calc(100%/2 - 20px);
    padding-right: 15px;
    margin: 3px;
    float: left;
    font-size: calc(0.125vw + 13.6px);
    color: #666;
    line-height: 1.3;
}

.packs-PackInclude a {
    color: #666;
    text-decoration: none;
}

.packs-PackInclude2 li {
    width: calc(100%/5);
    padding-right: 15px;
    margin: 3px;
    float: left;
    font-size: calc(0.125vw + 13.6px);
    line-height: 1.3;
    color: #666;
}

.packs-PackInclude2 a {
    color: #666;
    text-decoration: none;
}

.packs-desc-title {
    margin-top: 30px;
    line-height: 1;
    font-family: 'Roboto', Medium;
    color: #4e4e4e;
    font-size: calc(0.1875vw + 14.4px);
    font-weight: 500;
}

.packs-desc-title2 {
    margin-top: 30px;
    line-height: 1;
    font-family: 'Roboto', Medium;
    color: #666;
    font-size: calc(0.125vw + 13.6px);
    font-weight: 500;
}

.packs-Required {
    margin-top: 20px;
    line-height: 1;
    color: #666;
    font-family: 'Roboto', light;
    font-size: calc(0.125vw + 13.6px);
    width: 100%;

    /*16-14*/
}

.combo-item .label-percentOff, .combo-item-all .label-percentOff {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -50px;
    left: inherit;
    top: inherit;
    right: -20px;
    font-size: calc(0.1875vw + 16.4px);

    /*20-17*/
    border-radius: 50%;
    background: rgb(255, 162, 4);
    padding: 10px;
    text-align: center;
    line-height: 1;
    min-width: calc(0.5vw + 55.4px);
    min-height: calc(0.5vw + 55.4px);
    z-index: 3;
    color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(40%, 40%, 40%, 0.5);
}

.label-percentOff .text-off {
    font-size: calc(0.125vw + 15.6px);

    /* 18 -> 16*/
    font-weight: 400;
    line-height: 1;
    display: block;
}

.contentpack-slideshow .slick-slide {
    margin: 0 7.5px;
}

.contentpack-slideshow .slick-list {
    margin: 0 -7.5px;
}

.contentpack-slideshow.slick-slider {
    overflow: hidden;
}

.combo-price {
    float: left;
    min-width: 250px;
    padding-top: 30px;
}

.list-price {
    width: 100%;
}

.theme-listprice {
    font-size: calc(0.17346053772766695vw + 14.669557675628795px);

    /* 18(1920) 16(767) 16(320) */
    font-weight: 400;
    text-decoration: line-through;
    line-height: 1;
}

.btn-buy {
    width: 130px;
    cursor: pointer;
}

.theme-btn {
    font-size: 18px;
    border: none;
    background-color: #ff9f00;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
    float: right;
    border: solid 2px #ff9f00;
}

.theme-btn:hover {
    background-color: #fff;
    color: #ff9f00;
    border: solid 2px #ff9f00;
}

.theme-btn:hover,
.theme-btn:focus {
    outline: none;
}

.pack-banner {
    color: #666;
    padding: 0 40 0 40px;
    line-height: 1;
    font-family: 'Roboto', light;
    font-size: calc(1.125vw + 20.4px);
    text-transform: uppercase;
    height: calc(2.0625vw + 50.4px);
    border: 1px solid #666;
    text-align: center;
    width: 100%;
}

.justify-space-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.justify-space-end2 {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.justify-space-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.price {
    margin-right: 10px;
}

.theme-price {
    font-weight: 600;
    color: #333;
    font-size: 32px;

    /*32-24*/
    line-height: 40px;
    float: left;
}

.rl-card-bottom-contaienr {
    display: none;
}

.rl-moreInfo-top-area {
    display: none;
}

.packlower {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

/*------------------------------------
           $Media Query
------------------------------------*/

@media (max-width: 1201px) {
    .combo-item .contentpack-price {
        width: 100%;
    }

    /* .combo-item-all .contentpack-price {
        width: 100%;
    } */
    /* .combo-item-all .contentpack-price:first-child {
        margin-right: 0;
    } */
    .label-percentOff {
        right: -10px;
    }
}

@media (max-width: 767px) {
    .rl-row-1440 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .combo-item {
        width: 100%;
        max-width: inherit;
        padding: 0 20 0 20;
    }

    .contentpack-price {
        width: 100%;
    }

    .combo-item-all .contentpack-price {
        width: 100%;
    }

    .combo-item-all .contentpack-price:first-child {
        margin-right: 0;
    }

    .combo-item:nth-child(n+1) {
        border-top: 1px solid #cccccc;
    }

    .combo-item:first-child {
        border-top: none;
    }

    .banner-text {
        margin-top: 0;
    }

    .banner-title {
        text-align: center;
    }

    .price-right {
        padding-left: none;
    }

    .packs-desc p,
    h4 {
        display: none;
    }

    .packs-PackInclude ul {
        width: 100%;
    }

    .packs-PackInclude li {
        width: 100%;
    }

    .packs-PackInclude2 ul {
        width: 100%;
    }

    .packs-PackInclude2 li {
        width: 100%;
    }

    .packs-desc2 p,
    h4 {
        display: none;
    }

    .label-percentOff {
        right: -10px;
    }
}

@media (max-width: 598px) {
    .combo-item-all .contentpack-price:first-child {
        margin-right: 0;
    }

    .combo-item {
        width: 100%;
        padding: 0 20 0 20;
    }

    .combo-item:nth-child(n+1) {
        border-top: 1px solid #cccccc;
    }

    .combo-item:first-child {
        border-top: none;
    }

    .combo-price {
        width: 100%;
        padding-left: 0 !important;
    }

    .contentpack-price {
        width: 100%;
    }

    .combo-item-all .contentpack-price {
        width: 100%;
    }

    .Type-text {
        color: #666;
    }

    .Type-item {
        width: auto;
        height: auto;
        background-color: initial;

        /*18-16*/
        margin: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 10px;
        border-right: 1px solid #cccccc;
    }

    .non-style {
        display: block !important;
        float: left;
    }

    /*.price {
        margin-top: 10px;
    }
    .btn-buy {
        margin-top: 10px;
    }*/
}
