/* product-main 8/9 */
@media screen and (max-width: 991px) {
    .content-wrapper {
        overflow: hidden;
    }

    .product-main-title {
        margin-top: 35px;
    }

    .product-main {
        /*margin-bottom: 111px;*/
    }

    .footer-label-dowload {
        display: none;
    }



    .footer-form-select>.dropdown>.footer-form-select-dropdown {
        display: none;
    }

    /* edit text and image top */
    .product-main .product-main-bg {
        position: relative;
    }

    .product-main .product-main-bg img {
        margin-top: 80px;
        width: 100%;
        height: 240px;
    }

    .product-main-title {
        /*margin-top: 30%;*/
        position: absolute;
        transform: translate(15px, 10px);
        display: none;
    }

    .product-main-title h3 {
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-align: center;
        color: #FFFFFF;
    }

    .product-main-title h1 {
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 45px;
        /* or 141% */
        text-align: center;
        color: #FFFFFF;
    }

    .product-main-title-mobile {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .product-main-title-mobile p {
        font-family: 'Noto Sans KR';
        margin-bottom: unset;
        min-width: 550px;
        text-align: center;
    }

    .product-main-title-mobile p:first-child span {
        font-family: 'Noto Sans KR';
        font-weight: 300;
        font-size: 18px !important;
        line-height: 45px;
        text-align: center;
        color: #FFFFFF !important;
    }

    .product-main-title-mobile p span {
        font-family: 'Noto Sans KR';
        font-weight: 700;
        font-size: 24px !important;
        line-height: 35px;
        text-align: center;
        color: #FFFFFF !important;
    }

    /* end edit text and image top */

    /* hide quick-menu-ctn */


    /* end hide quick-menu-ctn */

    /* edit text and image setting */
    .product-main-logo-short-cut-item {
        display: flex;
        flex-direction: row;
        justify-content: start;
        flex-wrap: nowrap;

    }

    .product-main-logo-short-cut {
        margin-top: 50px;
        display: inline;
        flex: 1;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .product-main-logo-short-cut-item {
		width: 100%;
        margin-top: 50px;
        padding: 0 0 25px 0;
        border-bottom: 1px solid #ECECEC;
    }

    .product-main-logo-short-cut-item:last-child {
        margin-top: 50px;
        padding: 0 0 25px 0;
        border-bottom: unset;
    }
    .product-main-logo-short-cut-img {
		width: 30%;
	}

    .product-main-logo-short-cut-img>img {
        flex-shrink: 1;
        margin-right: 9px;
    }

    .group-product-main-content {
        flex-grow: 1;
        text-align: left;
        width: 70%;
    }

    .product-main-logo-short-cut-title {
        margin-top: 0px;
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height, or 150% */
        color: #444444;
    }

    .product-main-logo-short-cut-content {
        margin-top: 10px;
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        /* or 200% */
        color: #444444;
        text-align: left;
    }

    /*end edit text and image setting */

    /* edit slider select device*/
    .slider-product-main {
        position: relative;
        margin: 200px 0 0 0;
        padding: 0;
    }

    .text-left-slider-product-main {
        position: absolute;
        width: 100%;
        z-index: 5;
        top: -52%;
        left: 2%;
        padding: 0 26px;
    }

    .content-left-slider-product-main {
        font-family: 'Noto Sans KR';
        font-style: normal;
        /* font-weight: 700; */
        /*font-weight: 100;*/
        font-size: 18px;
        line-height: 26px;
        /* or 144% */
        /* PointColor */
        color: #0D5CAB;
        margin-top: 15px;
        padding-right: 0px;
    }

    .content-left-slider-product-main>p>span {
        word-break: keep-all;
    }

    .text-right-slider-product-main {
        width: 100%;
        padding-left: 2%;
        position: relative;
    }

    .carousel-product-main>.owl-nav>.owl-prev {
        /*left: 40%;*/
        /*top: -20%;*/
    }

    .carousel-product-main>.owl-nav>.owl-next {
        /*left: 53%;*/
        /*top: -20%;*/
    }

    .carousel-product-main-item {
        width: 175px;
        height: 320px;
    }

    .carousel-product-main-item img {
        top: 5%;
        left: 20%;
        position: unset;
        width: 170px !important;
        height: 170px;
    }

    .title-carousel-product-main-item {
        font-family: 'Noto Sans KR';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 26px;
        color: #444444;
        top: 70%;
        word-break: keep-all;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #img-mobile-product-main1 {
        background: url(/img/product-main/offer-product-main1.png);
    }

    #img-mobile-product-main2 {
        background: url(/img/product-main/offer-product-main2.png);
    }

    #img-mobile-product-main3 {
        background: url(/img/product-main/offer-product-main3.png);
    }

    #img-mobile-product-main4 {
        background: url(/img/product-main/offer-product-main4.png);
    }

    #img-mobile-product-main5 {
        background: url(/img/product-main/offer-product-main5.png);
    }

    #img-mobile-product-main6 {
        background: url(/img/product-main/offer-product-main6.png);
    }

    .carousel-product-main.owl-carousel {
        padding-top: 50px;
    }

    .img-mobile-product-main {
        height: 150px;
        width: 90vw;
        background-repeat: no-repeat !important;
        background-position: 100% 100% !important;
        background-size: cover !important;
    }

    .offer-product-main-list-container {
        margin-top: 15px;
    }

    .offer-product-main-list-container img {
        /*display: none;*/
        height: 175px;
        width: 340px;
        object-fit: cover;
    }

    .more-carousel-product-main-item {
        right: 20%;
        border: 1px solid #444444;
        border-radius: 30px;
        padding: 3px 10px;
    }

    .more-carousel-product-main-item p {
        margin-bottom: unset;
    }

    .owl-nav {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .carousel-product-main>.owl-nav>.owl-prev {
        min-width: 35px;
        margin-right: 30px;
        position: absolute;
        left: -41px;
    }

    .carousel-product-main>.owl-nav>.owl-next {
        min-width: 35px;
        margin-left: 30px;
        position: absolute;
        left: unset;
    }

    .img-recruit {
        width: 300px;
        height: 400px;
        object-fit: cover;
    }

    .title-left-slider-product-main p br {
        display: none;
    }

    .content-left-slider-product-main {
        padding-right: unset;
    }

    .offer-product-main-title {
        padding-top: 30px;
    }

}

@media screen and (max-width: 390px) {
    /*.content-left-slider-product-main p br {*/
    /*    display: none;*/
    /*}*/

    .text-left-slider-product-main {
        position: absolute;
        width: 100%;
        z-index: 5;
        top: -60%;
        left: 2%;
        padding: 0 26px;
    }
}

@media screen and (max-width: 767px) {
    /*.content-left-slider-product-main p br {*/
    /*    display: none;*/
    /*}*/

    .product-main-title-mobile p {
        font-family: 'Noto Sans KR';
        margin-bottom: unset;
        min-width: 450px;
    }
}

@media screen and (max-width: 500px) {
    /*.content-left-slider-product-main p br {*/
    /*    display: none;*/
    /*}*/

    .product-main-title-mobile p {
        font-family: 'Noto Sans KR';
        margin-bottom: unset;
        min-width: 320px;
    }

    .popup-description-product-compairision-row:last-child {
        margin-bottom: 18px;
    }
}

/*end product-main */