@charset "utf-8";
/*-------------------------------------------------------------------
    파일정의: Contents Page
-------------------------------------------------------------------*/

@media screen and (min-width:1141px) {
    .content {
        width: 1140px;
        min-height: 200px;
        padding-top: 80px;
        margin: 0 auto;
    }

    .content-body {
        width: 100%;
        min-height: 100px;
    }

    .page-title-area {
        width: 100%;
    }

    .page-title-area .page-keyword {
        width: 140px;
        height: 30px;
        border-radius: 30px;
        display: block;
        border: 2px solid #00B16A;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: -0.21px;
        color: #00B16A;
        text-align: center;
        margin: 0 auto;
        line-height: 27px;
    }

    .page-title-area .page-title {
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        letter-spacing: -1.89px;
        margin: 20px 0;
    }

    .page-title-area .page-title-sub {
        font-size: 17px;
        font-weight: 400;
        color: #666666;
        text-align: center;
        width: 100%;
        display: block;
    }

    .share {
        width: 100%;
        height: 40px;
        margin: 20px 0 20px;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 10px;
    }

    .share .share-img {
        width: 26px;
        height: 26px;
        float: right;
        cursor: pointer;
        position: relative;
    }

    .share .share-img .share-popup {
        display: none;
        position: relative;
        padding: 10px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
        width: 100px;
        top: -120px;
        left: -57px;
    }

    .share-popup .triangle {
        position: absolute;
        bottom: -10px;
        left: 79%;
        transform: translateX(-50%);
        width: 20px;
        height: 10px;
        filter: url(#dropshadow);
    }

    .share .share-img .share-popup.on {
        display: block;
    }

    .share .share-img .share-popup button {
        background-color: transparent;
        border: none;
        width: 100%;
        height: 26px;
        cursor: pointer;
        padding-left: 20px;
    }

    .share .share-img .share-popup button.kakaotalk {
        background-image: url('/static/img/kakaotalk.svg');
        background-repeat: no-repeat;
        background-position: 4px 7px;
    }

    .share .share-img .share-popup button.link {
        background-image: url('/static/img/linkcopy.svg');
        background-repeat: no-repeat;
        background-position: 4px 7px;
    }


    .page-content {
        width: 100%;
        min-height: 400px;
        position: relative;
        padding: 20px 0;
    }

    .page-content .side-banner {
        position: absolute;
        right: -200px;
        top: 20px;
        width: 166px;
        height: 390px;
        overflow: hidden;
    }

    .page-content .side-banner img {
        width: 100%;
    }

    .page-content .content-view {
        min-height: 400px;
        width: 900px;
        margin: 0 auto 40px;
    }

    .page-content .content-view p {
        margin-bottom: 1rem;
    }

    .btns {
        width: 100%;
        height: 50px;
        text-align: center;
        margin: 50px 0 50px;
    }

    .btns button {
        width: 250px;
        height: 50px;
        color: #FFF;
        background-color: #00B16A;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: -1.08px;
        border-radius: 34px;
        border: none;
        cursor: pointer;
        margin: 0 20px;
    }

    /* bottom contents */
    .content-title {
        position: relative;
        width: 100%;
        height: 30px;
        margin-bottom: 12px;
    }

    .content-title img {
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
    }

    .content-title span {
        position: absolute;
        top: -8px;
        left: 26px;
        display: block;
        font-weight: 700;
        font-size: 22px;
    }

    .content-title.eng span {
        position: absolute;
        top: -7px;
        left: 26px;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 22px;
    }


    .bottom-contents {
        width: 100%;
        height: 150px;
        margin: 80px 0 50px;
    }

    .bottom-contents .sharp {
        left: 0;
        color: #00B16A;
    }

    .bottom-contents .text {
        left: 0;
    }

    .bottom-contents .list-content {
        width: 100%;
        height: 110px;
    }

    .bottom-contents .list-content ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        max-height: 75px;
        overflow: hidden;
    }

    .bottom-contents .list-content ul li {

    }

    .bottom-contents .list-content ul li a {
        display: block;
        padding: 2px 15px;
        border: 1px solid #ccc;
        border-radius: 15px;
        margin: 0 11px 11px 0;
        color: #ccc;
    }

    .bottom-contents .list-content ul li a:hover {
        background-color: #00B16A;
        border: 1px solid #00B16A;
        color: #FFF;
    }

    .full-content {
        width: 100%;
        background-color: #F6F6F6;
    }

    .full-content .editor-box {
        width: 700px;
        height: 150px;
        margin: 30px auto;
        padding: 30px 0;
    }

    .full-content .editor-box .editor {
        width: 350px;
        height: 90px;
        padding: 0 20px;
        float: left;
    }

    .full-content .editor-box .editor-img {
        width: 90px;
        height: 90px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .full-content .editor-box .editor-img img {
        width: 100%;
        height: 100%;
    }

    .full-content .editor-box .editor-text,
    .full-content .editor-box .designer-text {
        height: 90px;
        width: 220px;
        float: left;
        position: relative;
    }

    .full-content .editor-box .editor-text .title,
    .full-content .editor-box .designer-text .title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #00B16A;
        position: absolute;
        top: 30px;
        left: 20px;
    }

    .full-content .editor-box .bar {
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        position: absolute;
    }

    .full-content .editor-box .name {
        font-weight: 400;
        font-size: 15px;
        color: #2B2C31;
        position: absolute;
    }

    .full-content .editor-box .editor-text .bar {
        top: 33px;
        left: 90px;
    }

    .full-content .editor-box .editor-text .name {
        top: 34px;
        left: 100px;
    }

    .full-content .editor-box .designer-text .bar {
        top: 33px;
        left: 120px;
    }

    .full-content .editor-box .designer-text .name {
        top: 34px;
        left: 125px;
    }

    .content-list {
        width: 100%;
        min-height: 100px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .content-list .mob-list{
        display: none;
    }
    .content-list li {
        float: left;
        width: 360px;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: .2s ease-in-out;
        overflow: hidden;
    }

    .content-list li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .content-list li:nth-child(3n) {
        margin-right: 0;
    }

    .content-list li a {
        display: block;
        width: 100%;
        height: 323px;
    }

    .content-list li a .img {
        width: 100%;
        height: 203px;
    }

    .content-list li a .img img {
        width: 100%;
        height: 100%;
    }

    .content-list li a .text-box {
        width: 100%;
        height: 120px;
        padding: 15px 15px;
        position: relative;
    }

    .content-list li a .text-box .title {
        font-weight: 600;
        font-size: 19px;
        color: #2b2c31;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-list li a .text-box .text {
        font-weight: 400;
        font-size: 15px;
        color: #999999;
    }

    .content-list li a .text-box .text-sub {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }

    .content-list li a .text-box .text-sub .part {
        position: absolute;
        bottom: 4px;
        left: 14px;
        font-size: 12px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }

    .content-list li a .text-box .text-sub .part:hover {
        color: #758ab5;
    }

    .content-list li a .text-box .text-sub .date {
        position: absolute;
        bottom: 4px;
        right: 14px;
        float: right;
        font-weight: 400;
        font-size: 14px;
        color: #C1C1C1;
    }

    .btns a {
        display: block;
        width: 250px;
        height: 50px;
        line-height: 50px;
        color: #323232;
        border: 1px solid #707070;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: -1.08px;
        border-radius: 34px;
        margin: 0 auto;
    }

    .btns a:hover {
        color: #00B16A;
        border: 1px solid #00B16A;
    }

    /* promotion-content */
    .promotion-content {
        width: 100%;
        min-height: 100px;
        margin-top: 20px;
    }

    .promotion-content ul li {
        float: left;
        width: 360px;
        margin-right: 30px;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: .2s ease-in-out;
        overflow: hidden;
    }

    .promotion-content li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .promotion-content ul li:nth-child(3n) {
        margin-right: 0;
    }

    .promotion-content ul li a {
        display: block;
        width: 100%;
        height: 323px;
    }

    .promotion-content .list-img {
        width: 100%;
        height: 203px;
        position: relative;
    }

    .promotion-content .list-img .dday {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 12px;
        font-size: 12px;
        background-color: #00B16A;
        color: #FFF;
        font-weight: 600;
    }

    .promotion-content .list-img .dday.end {
        background-color: #000;
        padding: 5px 12px;
    }

    .promotion-content .list-img img {
        width: 100%;
        height: 100%;
    }

    .promotion-content .list-content {
        width: 100%;
        height: 120px;
        padding: 15px 15px;
        position: relative;
    }

    .promotion-content .list-content .part {
        color: #999999;
        font-size: 16px;
        font-weight: 400;
    }

    .promotion-content .list-content p {
        margin-top: 5px;
        font-size: 20px;
        font-weight: 600;
        color: #2B2C31;
        margin-bottom: 40px;
    }

    .promotion-content .list-content .date {
        display: block;
        width: 100%;
        color: #C1C1C1;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

    .btn-bar {
        width: 100%;
        min-height: 100px;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }

    .content-view p img {
        max-width: 100%;
    }

    /* product detail */
    .product-top {
        width: 100%;
        height: 352px;
        margin-bottom: 20px;
    }

    .product-top .logo-area {
        width: 300px;
        height: 300px;
        float: left;
        border: 1px solid #DDDDDD;
    }

    .product-top .logo-area img {
        width: 100%;
        height: 100%;
    }

    .product-top .text-area {
        float: left;
        width: calc(100% - 300px);
        padding: 20px 30px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
    }

    .flex-inner {
    }

    .text-area p {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 15px;
        width: 100%;
    }

    .text-area span {
        font-size: 16px;
        width: 100%;
    }

    .product-btns {
        width: 100%;
        height: 90px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
        border-bottom: 1px solid #DDDDDD;
    }

    .product-btns a {
        width: 200px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        border-radius: 20px;
        background-color: #00B16A;
        color: #FFF;
        border: none;
        margin: 0 10px;
    }

    .bottom-area {
        width: 100%;
        height: 520px;
        overflow: hidden;
        margin-bottom: 80px;
    }

    .bottom-area > .title {
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        color: #00B16A;
        height: 40px;
    }

    .bottom-area ul {
        width: 101%;
        padding: 3px 3px;
    }

    .bottom-area ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .bottom-area ul li {
        width: 358px;
        height: 358px;
        float: left;
        margin-right: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: .2s ease-in-out;
        overflow: hidden;
    }

    .bottom-area ul li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .bottom-area ul li .img {
        width: 100%;
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFF;
    }

    .bottom-area ul li .img img {
        width: 100%;
    }

    .bottom-area ul li:nth-child(3) {
        margin: 0;
    }

    .bottom-area ul li .text_wrap {
        width: 100%;
        height: 138px;
        padding: 10px 10px;
    }

    .bottom-area ul li .text_wrap .title {
        font-weight: 600;
        font-size: 21px;
        text-align: center;
    }

    .bottom-area ul li .text_wrap .text {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        margin: 7px 0;
    }

    .bottom-area ul li .text_wrap .subtext {
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        color: #909090;
    }

    .bottom-area .btnbar {
        width: 100%;
        height: 50px;
        margin-top: 50px;
    }

    .bottom-area .btnbar .listbtn {
        display: block;
        width: 250px;
        height: 50px;
        color: #333;
        background-color: #FFF;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: -1.08px;
        border-radius: 34px;
        border: none;
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        margin: 0 auto;
        border: 1px solid #333;
    }

    .bottom-area .btnbar .listbtn:hover {
        border: 1px solid #00B16A;
        color: #00B16A;
    }

    .content-after {
        border-top: 1px solid #DDDDDD;
        margin-top: 80px;
    }

    .product-top .top-titlebar {
        width: 100%;
        height: 50px;
        position: relative;
    }

    .product-top .top-titlebar .titleicon {
        position: absolute;
        left: 0;
        top: 5px;
    }

    .product-top .top-titlebar .titletext {
        position: absolute;
        left: 30px;
        top: 1px;
        font-weight: 600;
        font-size: 17px;
    }
    .filter-box-mob, .filter-box-mob-open{
        display: none;
    }
    .recomm-product-list{
        display: none;
    }

    .promotion-content-mob{
        display: none;
    }
}

@media screen and (max-width:1140px){


    .filter-box-mob{
        width: 100%;
        height: 40px;
        overflow: hidden;
        position: relative;
    }
    .filter-box-mob .filters{
        position: absolute;
        background: #f3f3f3;
    }
    .filter-box-mob .filters li{
        display: inline-block;
        padding: 0 20px;
        line-height: 40px;
        font-size: 14px;
    }
    .filter-box-mob .gradient-layer {
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(to left, #F3F3F3, transparent);
    }
    .filter-box-mob .open-btn {
        border: none;
        background-color: transparent;
        cursor: pointer;
        padding: 10px;
        outline: none;
        position: absolute;
        right: 5px;
        top: 0;
    }
    .filter-box-mob-open{
        display: none;
        width: 100%;
        height: 80px;
        position: relative;
    }
    .filter-box-mob-open ul{
        width: 100%;
        height: 80px;
        background: #F3F3F3;
    }
    .filter-box-mob-open ul li{
        width: 24%;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        color: #212121;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
    }
    .filter-box-mob-open .cover-layer{
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.55);
        position: absolute;
        z-index: 10;
    }
    .filter-box-mob-open .close-btn{
        position: absolute;
        right: 10px;
        bottom: -50px;
        border: none;
        z-index: 11;
        background: none;
    }

    .page-title-area {
        width: 100%;
        margin-top: 80px;
        padding: 0 30px;
    }

    .page-title-area .page-keyword {
        padding: 0 20px;
        width: fit-content;
        height: 30px;
        border-radius: 30px;
        display: block;
        border: 2px solid #00B16A;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: -0.21px;
        color: #00B16A;
        text-align: center;
        margin: 0 auto;
        line-height: 27px;
    }

    .page-title-area .page-title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: -1.89px;
        margin: 20px 0;
    }

    .page-title-area .page-title-sub {
        font-size: 15px;
        font-weight: 400;
        color: #666666;
        text-align: right;
        width: 100%;
        display: block;
        margin-top: 60px;
    }

    .share {
        width: 100%;
        padding: 20px 30px;
        position: relative;
    }

    .share .share-img {
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: relative;
        bottom: 40px;
    }
    .share .share-img img{
        width: 100%;
    }

    .share .share-img .share-popup {
        display: none;
        position: relative;
        padding: 10px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
        width: 100px;
        top: -120px;
        left: 0;
    }

    .share-popup .triangle {
        position: absolute;
        bottom: -10px;
        left: 22%;
        transform: translateX(-50%);
        width: 20px;
        height: 10px;
        filter: url(#dropshadow);
    }

    .share .share-img .share-popup.on {
        display: block;
    }

    .share .share-img .share-popup button {
        background-color: transparent;
        border: none;
        width: 100%;
        height: 26px;
        cursor: pointer;
        padding-left: 20px;
    }

    .share .share-img .share-popup button.kakaotalk {
        background-image: url('/static/img/kakaotalk.svg');
        background-repeat: no-repeat;
        background-position: 4px 7px;
    }

    .share .share-img .share-popup button.link {
        background-image: url('/static/img/linkcopy.svg');
        background-repeat: no-repeat;
        background-position: 4px 7px;
    }

    .side-banner{
        display: none;
    }

    .page-content .content-view {
        min-height: 400px;
        width: 100%;
        margin: 0 auto 40px;
        padding: 0 20px;
    }

    .page-content .content-view p {
        margin-bottom: 1rem;
    }
    .page-content .content-view p > img,
    .page-content .content-view p > iframe,
    .page-content .content-view b > img,
    .page-content .content-view p > a > img
    {
        width: 100%;
    }

    .btns {
        width: 100%;
        text-align: center;
        margin: 50px 0 50px;
    }

    .btns button {
        width: 150px;
        height: 40px;
        color: #FFF;
        background-color: #00B16A;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -1.08px;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        margin: 0 10px 20px;
    }

    .bottom-contents {
        width: 100%;
        max-height: 102px;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .bottom-contents .sharp {
        left: 0;
        color: #00B16A;
    }

    .bottom-contents .text {
        left: 0;
        font-size: 18px;
        font-weight: 700;
    }

    .bottom-contents .list-content {
        width: 100%;
        max-height: 60px;
    }

    .bottom-contents .list-content ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        max-height: 60px;
        overflow: hidden;
    }

    .bottom-contents .list-content ul li {

    }

    .bottom-contents .list-content ul li a {
        display: block;
        padding: 2px 15px;
        border: 1px solid #ccc;
        border-radius: 15px;
        margin: 0 7px 7px 0;
        color: #ccc;
        font-size: 12px;
    }

    .bottom-contents .list-content ul li a:hover {
        background-color: #00B16A;
        border: 1px solid #00B16A;
        color: #FFF;
    }

    .full-content {
        width: 100%;
        background-color: #F6F6F6;
        padding: 30px 30px;
        margin-bottom: 50px;
    }

    .full-content .editor-box {
        width: 320px;
        height: 30px;
        margin: 0 auto;
    }

    .full-content .editor-box .editor {
        width: 50%;
        height: 30px;
        float: left;
    }

    .full-content .editor-box .editor-img {
        width: 30px;
        height: 30px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .full-content .editor-box .editor-img img {
        width: 100%;
        height: 100%;
    }

    .full-content .editor-box .editor-text,
    .full-content .editor-box .designer-text {
        height: 30px;
        width: 120px;
        float: left;
        position: relative;
    }

    .full-content .editor-box .editor-text .title,
    .full-content .editor-box .designer-text .title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #00B16A;
        position: absolute;
        top: 6px;
        left: 5px;
    }

    .full-content .editor-box .bar {
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        position: absolute;
    }

    .full-content .editor-box .name {
        font-weight: 400;
        font-size: 15px;
        color: #2B2C31;
        position: absolute;
    }

    .full-content .editor-box .editor-text .bar {
        top: 3px;
        left: 59px;
    }

    .full-content .editor-box .editor-text .name {
        top: 5px;
        left: 67px;
        font-size: 14px;
    }

    .full-content .editor-box .designer-text .bar {
        top: 3px;
        left: 83px;
    }

    .full-content .editor-box .designer-text .name {
        top: 5px;
        left: 91px;
        font-size: 14px;
    }

    .content-after{
        padding: 0 30px 20px;
    }

    .content-after .content-list {
        width: 100%;
    }
    .content-after #contentList{
        display: none;
    }

    .content-after .content-list a {
        display: flex;
        width: 100%;
        margin-bottom: 22px;
    }
    .content-after .content-list a .list-img {
        flex: 1 1 50%;
    }
    .content-after .content-list a .list-img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .content-after .content-list a .list-content {
        flex: 1 1 50%;
        border-bottom: 1px solid #EEEFEF;
        position: relative;
        padding: 2px 15px;
    }
    .content-after .content-list a .list-content .category {
        font-weight: 500;
        font-size: 13px;
        color: #999999;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-after .content-list a .list-content .title {
        margin-top: 2px;
        font-weight: 500;
        font-size: 13px;
        color: #2b2c31;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2;
    }

    .content-after .content-list a .list-content .list-content-sub {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }

    .content-after .content-list a .list-content .list-content-sub .part {
        position: absolute;
        bottom: -4px;
        left: 15px;
        font-size: 10px;
        font-weight: 400;
        color: #acb8d2;
        background-color: #D9E1F2;
        border-radius: 6px;
        padding: 3px 10px;
    }

    .content-after .content-list a .list-content .list-content-sub .date {
        position: absolute;
        bottom: -2px;
        right: 15px;
        float: right;
        font-weight: 400;
        font-size: 10px;
        color: #C1C1C1;
    }

    .content-after .btns a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        color: #323232;
        border: 1px solid #707070;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -0.94px;
        border-radius: 34px;
        margin: 0 auto;
        text-align: center;
    }

    /* bottom contents */
    .content-title {
        position: relative;
        width: 100%;
        height: 30px;
        margin-bottom: 12px;
    }

    .content-title img {
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
    }

    .content-title span {
        position: absolute;
        top: -8px;
        left: 26px;
        display: block;
        font-weight: 700;
        font-size: 22px;
    }

    .content-title.eng span {
        position: absolute;
        top: -3px;
        left: 21px;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 18px;
    }


    .promotion-content {
        width: 100%;
        min-height: 100px;
        margin-top: 20px;
    }

    .promotion-content ul li {
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: .2s ease-in-out;
        overflow: hidden;
    }

    .promotion-content li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .promotion-content ul li:nth-child(3n) {
        margin-right: 0;
    }

    .promotion-content ul li a {
        display: block;
        width: 100%;
    }

    .promotion-content .list-img {
        width: 100%;
        position: relative;
    }

    .promotion-content .list-img .dday {
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 12px;
        font-size: 12px;
        background-color: #00B16A;
        color: #FFF;
        font-weight: 600;
    }

    .promotion-content .list-img .dday.end {
        background-color: #000;
        padding: 5px 12px;
    }

    .promotion-content .list-img img {
        width: 100%;
        height: 100%;
    }

    .promotion-content .list-content {
        width: 100%;
        padding: 15px 15px;
        position: relative;
    }

    .promotion-content .list-content .part {
        color: #999999;
        font-size: 16px;
        font-weight: 400;
    }

    .promotion-content .list-content p {
        margin-top: 5px;
        font-size: 20px;
        font-weight: 600;
        color: #2B2C31;
        margin-bottom: 40px;
    }

    .promotion-content .list-content .date {
        display: block;
        width: 100%;
        color: #C1C1C1;
        font-size: 14px;
        font-weight: 400;
        text-align: right;
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

    .btn-bar .btns {
        width: 100%;
        height: 50px;
        text-align: center;
        margin: 20px 0;
    }

    .product-top{
        padding: 20px 20px;
        margin: 30px 0 0;
    }

    .product-top .top-titlebar{
        position: relative;
        width: 100%;
        height: 30px;
    }
    .product-top .top-titlebar .titleicon{
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
    }
    .product-top .top-titlebar .titletext{
        position: absolute;
        top: -4px;
        left: 26px;
        font-weight: 600;
        font-size: 16px;
    }
    .product-top .logo-area{
        width: 50%;
        border: 1px solid #DDDDDD;
        margin: 30px auto;
    }
    .product-top .logo-area img{
        width: 100%;
    }
    .product-top .text-area {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px 60px;
    }

    .product-top .text-area p {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
        width: 100%;
        color: #252525;
    }

    .product-top .text-area span {
        font-size: 16px;
        width: 100%;
    }

    .product-btns {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .product-btns a {
        width: 160px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        border-radius: 10px;
        background-color: #00B16A;
        color: #FFF;
        border: none;
        margin: 0 10px;
    }

    .bottom-area{
        display: none;
    }

    .recomm-product-list {
        width: 100%;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .recomm-product-list ul li {
        width: 100%;
        position: relative;
    }

    .new-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .recomm-product-list ul li:last-child {
        margin-right: 0;
    }

    .recomm-product-list ul li a {
        display: block;
        width: 100%;
        height: 120px;
        padding: 10px 10px;
        margin-bottom: 10px;
        background-color: #f2f5f8;
        overflow: hidden;
    }

    .recomm-product-list ul li a:hover {
        border: 1px solid #00B16A;
    }

    .recomm-product-list ul li a .img-box {
        float: left;
        width: 100px;
        height: 100px;
        background: #FFF;
    }

    .recomm-product-list ul li a .img-box .img-box-inner {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .recomm-product-list ul li a .img-box .img-box-inner img {
        width: 100%;
    }
    .recomm-product-list ul li a .text-box{
        float: left;
        width: calc(100% - 100px);
        height: 100%;
        padding: 0 20px;
        position: relative;
    }


    .recomm-product-list ul li a .recomm {
        display: none;
    }

    .recomm-product-list ul li a .category {
        font-weight: 500;
        font-size: 13px;
        color: #999999;
        display: block;
        margin-bottom: 8px;
        margin-top: 5px;
    }

    .recomm-product-list ul li a p {
        font-weight: 600;
        font-size: 16px;
        color: #2b2c31;
    }

    .recomm-product-list ul li a .exp {
        font-weight: 400;
        font-size: 14px;
        color: #999999;
        position: absolute;
        bottom: 5px;
    }
    .recomm-product-list .title{
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        color: #00B16A;
        height: 40px;
    }
    .promotion-content-pc{
        display: none;
    }
}