/*메인 배너*/
#k_main {
    height: 100%;
    overflow: hidden;
    background-image: url(../images/product_bimg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}

.k_main_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.k_main_title>h2 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #fff;
    display: inline-block;
}

.k_main_title>p:nth-child(2) {
    margin: 40px 0;
    color: #fff;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 300;
}

.head_nav>ul>li:nth-child(3)>div>a {
    color: #FF791F !important;
}

/*LOKULOKU, CRUZIN*/
.brand_list {}

.brand_list>li {
    width: 250px;
    height: 50px;
    border: 1px solid #fff;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.brand_list>li:nth-child(1) {
    margin-right: 20px;
}

.brand_list_copy {
    display: none;
}

.brand_list_copy>li {
    width: 500px;
    height: 50px;
    border: 1px solid #808080;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #808080;
    cursor: pointer;
}

.brand_active {
    border: 1px solid #FF791F !important;
    color: #FF791F !important;
}


/*타입*/
.prod_active {
    color: #fff !important;
    font-weight: bold;
    background: #FF791F;
}

.prod_type {}

.prod_type>li {
    width: 25%;
    float: left;
    border: 1px solid #FF791F;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    padding: 15px 0;
    color: #FF791F;
    font-weight: bold;
    cursor: pointer;
}
.prod_type>li:hover {
    opacity: 0.7;
}
/* 
.prod_type>li:nth-child(3),
.prod_type>li:nth-child(7) {
    border-right: 1px solid #ff791f;
}

.prod_type>li:nth-child(1),
.prod_type>li:nth-child(2),
.prod_type>li:nth-child(3) {
    width: 33.33%;
    border-bottom: 0px;
} */
.prod_type>li:nth-child(5),
.prod_type>li:nth-child(6),
.prod_type>li:nth-child(7),
.prod_type>li:nth-child(8),
.prod_type>li:nth-child(9) {
    width:20%;
    border-bottom: 1px solid #FF791F;
}
.prod_type>li:nth-child(4),
.prod_type>li:last-child {
    border-right: 1px solid #FF791F;
}
.prod_desc>li {
    display: none;
}

.prod_desc>li:nth-child(1) {
    display: block;
}

.prod_desc>li>div:nth-child(2) {
    display: none;
}

/*타입 내용*/
.prod_type_cont {
    text-align: center;
    padding: 8% 0 0;
}

.prod_type_cont>h4 {
    font-size: 3rem;
    font-weight: 400;
    color: #3C3C3B;
    display: inline-block;
    margin-bottom: 5%;
}

.prod_type_cont>p {
    color: #3C3C3B;
    font-size: 1rem;
    margin: 3% auto 5%;
    display: none;
}

.prod_type_cont>div:nth-child(3) {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.prod_type_cont>div:nth-child(3)>img {
    width: 100%;
    height: auto;
}

.prod_type_cont_txt {
    padding-top: 8%;
}

.prod_type_cont_txt>li {
    float: left;
    width: 33.33%;
    border-right: 1px solid #e5e5e5;
    padding: 50px 0;
    height: 300px;
}

.prod_type_cont_txt>li:last-child {
    border-right: 0px;
    padding: 50px 3%;
}

.prod_type_cont_txt>li>h5 {
    font-size: 1.25rem;
    color: #FF791F;
}

.k4_stoke {
    width: 1rem;
    height: 2px;
    background: #FF791F;
    text-align: center;
    margin: 20px auto 40px;
}

.prod_type_cont_txt>li>p {
    font-size: 1rem;
    color: #868686;
    line-height: 2rem;
    word-break: keep-all;
}


/*제품 상세*/
.product>li {
    display: none;
}

.product>li:nth-child(1) {
    display: block;
}

.product_detail {}

.product_detail>div:nth-child(1) {
    margin-bottom: 10px;
}

.product_detail>div>h4 {
    font-size: 2rem;
    font-weight: bold;
    float: left;
}

.product_detail>div>div {
    float: right;
    margin-top: 10px;
}

.product_detail>div>div>div {
    float: left;
    margin-left: 10px;
    font-weight: 300;
}

.product_detail>div:nth-child(2) {
    background: #f7f7f7;
}

.detail_active {
    font-weight: bold !important;
    color: #FF791F;
}

.product_detail_list {
    padding: 5% 0;
}

.product_detail_list>li {
    width: 22%;
    margin-right: 4%;
    background: #fff;
    padding: 15px 15px 50px 15px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-bottom: 4%;
}

.product_detail_list>li:nth-child(4n) {
    margin-right: 0px;
}

.product_detail_list>li>h5 {
    font-weight: bold;
    color: #3C3C3B;
    font-size: 1rem;
	min-height:40px;
}

.product_detail_list>li>h5>span {
    font-weight: 300;
    vertical-align: top;
    font-size: 0.875rem;
    padding-top: 3px;
}

.product_detail_list>li>p {
    margin: 3px 0;
    font-size: 12px;
    color: #FF791F;
    line-height: 15px;
}

.product_detail_list>li>span {
    position: absolute;
    bottom: 40px;
    left: 15px;
    font-size: 11px;
    color: #868686;
    line-height: 15px;
    font-weight: 200;
}

/*패키지 리스트*/
.package_list {
    padding: 5% 0;
}

.package_list>li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
}

.package_list>li:nth-child(4n) {
    margin-right: 0px;
}

.package_list>li>a {
    color: #000;
}

.package_list>li>a>h5 {
    font-weight: 300;
    color: #555;
    font-size: 1.25rem;
    text-align: center;
    padding: 10px 0;
    background: #fff;
}

.ca_name_btn {
    cursor: pointer;
}

.ca_name_list>ul:nth-child(2) {
    display: none;
}


.type_cont {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #eeeeee;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #3C3C3B;
    font-size: 1rem;
}

.type_cont>span {
    vertical-align: top;
}

.type_cont2 {
    width: 100%;
    padding: 10px 0;
    background: #eee;
    text-align: center;
}

.type_cont2>span {
    vertical-align: top;
}



.tab_name {
    float: right;
    font-size: 1rem;
    color: #555;
    line-height: 1.3rem;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.tab_name:hover {
    color: #FF791F
}

/*모달창*/
.k_modal {
    position: fixed;
    width: 100%;
    max-width: 500px;
    z-index: 20001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    padding: 10px;
}

.k_modal>h5 {
    font-weight: bold;
    color: #3C3C3B;
    font-size: 1rem;
}

.k_modal>h5>span {
    font-weight: 300;
    vertical-align: top;
}

.k_modal>div {
    margin: 10px 0;
    color: #FF791F;
    font-size: 13px;
}


.back_opc2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20000;
    display: none;
}






@media (max-width:1300px) {
    :root {
        font-size: 15px;
    }

    .k_main_title>p:nth-child(3) {
        margin: 30px 0;
    }

    .brand_list>li {
        width: 200px;
    }
}

@media (max-width:1024px) {
    :root {
        font-size: 14px;
    }

    .k4_stoke {
        margin: 15px auto 30px;
    }

    .brand_list>li {
        width: 150px;
    }

    .prod_type_cont_txt>li {
        width: 50%;
        height: auto;
    }

    .prod_type_cont_txt>li:nth-child(2) {
        border-right: 0px;
    }

    .prod_type_cont_txt>li:nth-child(3) {
        width: 60%;
        float: none;
        display: inline-block;
    }

    .prod_type_cont_txt>li:nth-child(3)>p br {
        display: none;
    }

    .product_detail_list>li {
        width: 32%;
        margin-right: 2%;
    }

    .product_detail_list>li:nth-child(4n) {
        margin-right: 2%;
    }

    .product_detail_list>li:nth-child(3n) {
        margin-right: 0px;
    }

    .package_list>li {
        width: 32%;
        margin-right: 2%;
    }

    .package_list>li:nth-child(4n) {
        margin-right: 2%;
    }

    .package_list>li:nth-child(3n) {
        margin-right: 0px;
    }
}

@media (max-width:768px) {
    :root {
        font-size: 13px;
    }

    .brand_list>li {
        width: 120px;
    }

    .brand_list>li:nth-child(1) {
        margin-right: 10px;
    }

    .brand_list_copy>li {
        width: 100%;
    }

    .k_main_title>p:nth-child(3) {
        margin: 20px 0;
    }

    .prod_type_cont>h4 {
        font-size: 2rem;
    }

    .k4_stoke {
        margin: 10px auto 20px;
    }

    .k_main_title>p:nth-child(2) br {
        display: none;
    }

    .prod_type_cont_txt>li {
        width: 60%;
        height: auto;
        border-right: 0px;
        display: inline-block;
        float: none;
        padding: 20px 0;
    }

    .prod_type_cont_txt>li:nth-child(2) {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    .prod_type_cont_txt>li:nth-child(3) {
        width: 60%;
        float: none;
        display: inline-block;
    }

    .product_detail_list>li {
        width: 47.5%;
        margin-right: 5%;
    }

    .product_detail_list>li:nth-child(4n) {
        margin-right: 5%;
    }

    .product_detail_list>li:nth-child(3n) {
        margin-right: 5%;
    }

    .product_detail_list>li:nth-child(2n) {
        margin-right: 0px;
    }

    .package_list>li {
        width: 47.5%;
        margin-right: 5%;
    }

    .package_list>li:nth-child(4n) {
        margin-right: 5%;
    }

    .package_list>li:nth-child(3n) {
        margin-right: 5%;
    }

    .package_list>li:nth-child(2n) {
        margin-right: 0px;
    }

    .k_modal {
        width: 95%;
    }

    .prod_type_cont>div:nth-child(3) {
        width: 70%
    }

    .prod_type_cont_txt {
        padding: 0px;
    }

    .prod_type_cont {
        padding: 5% 0 0;
    }

}

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

    .k_main_title {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }

    .k_main_title>p:nth-child(3) {
        margin: 10px 0;
    }

    .k_main_title>p:nth-child(3) br {
        display: none;
    }

    .k_main_title>p:nth-child(1) {
        margin-bottom: 0px;
    }

    .brand_list>li {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .brand_list>li:nth-child(1) {
        margin-right: 0px;
    }

    .prod_type_cont_txt>li {
        width: 80%;
    }

    .prod_type>li {
        width: 50% !important;
    }

    .prod_type>li:nth-child(2n) {
        border-right: 1px solid #FF791F;
    }

    .prod_type>li:nth-child(3) {
        border-right: 0px;
    }

    .prod_type>li:nth-child(4) {
        border-bottom: 0px;
    }

    .prod_type>li:nth-child(7) {
        border-top: 0px;
    }

    .product_detail_list>li {
        width: 100%;
        margin-right: 5%;
    }

    .product_detail_list>li {
        margin-right: 0px;
    }

    .package_list>li {
        width: 100%;
        margin-right: 5%;
    }

    .package_list>li {
        margin-right: 0px;
    }

    .prod_type_cont_txt>li:nth-child(3) {
        width: 90%;
    }
}