@charset "UTF-8";

/*=============================================
=                  ##모바일                    =
=============================================*/
@media all and (max-width:1199px){
    /* 공통
    ---------- ---------- ---------- ---------- ---------- */
    body {
        font-size: 13px;
    }
    img {
        width: 100%;
    }
    button, a {
        outline: none;
    }
    .pc {
        display: none !important;
    }

    /* 버튼
    ---------- ---------- ---------- ---------- ---------- */
    .btn-wrap {
        margin-top: 10px;
    }
    .btn-wrap .btn-layout {
        min-width: 0;
    }
    .btn-wrap .btn-detail,
    .btn-wrap .btn-wish,
    .btn-wrap .btn-brochure,
    .btn-wrap .btn-homepage,
    .btn-wrap .btn-ebook,
    .btn-wrap .btn-delete,
    .btn-wrap .btn-modify,
    .btn-wrap .btn-offer-send {
        height: 36px;
        line-height: 36px;
    }
    .btn-wrap.l2 .btn-detail,
    .btn-wrap.l2 .btn-wish,
    .btn-wrap.l2 .btn-delete,
    .btn-wrap.l2 .btn-modify {
        text-indent: -9999em;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: auto 40%;
    }
    .btn-wrap.l2 .btn-detail {
        background-image: url(/images/www/common/ico-btn-detail.png);
    }
    .btn-wrap.l2 .btn-wish {
        background-image: url(/images/www/common/ico-btn-wish.png);
    }
    .btn-wrap.l2 .btn-delete {
        background-image: url(/images/www/common/ico-btn-delete.png);
    }
    .btn-wrap.l2 .btn-modify {
        background-image: url(/images/www/common/ico-btn-modify.png);
    }

    .btn-wrap-type2 {
        text-align: right;
    }
    .btn-wrap-type2 .btn-left,
    .btn-wrap-type2 .btn-right {
        display: inline-block;
        /*float: none;*/
    }
    .btn-wrap-type2 .btn-layout {
        display: inline-block;
        min-width: 70px;
    }
    .btn-wrap-type2 .btn-add,
    .btn-wrap-type2 .btn-list,
    .btn-wrap-type2 .btn-send,
    .btn-wrap-type2 .btn-modify,
    .btn-wrap-type2 .btn-save,
    .btn-wrap-type2 .btn-temp,
    .btn-wrap-type2 .btn-cancel,
    .btn-wrap-type2 .btn-reply,
    .btn-wrap-type2 .btn-delete {
        height: 36px;
        line-height: 36px;
        text-align: center;
    }

    /* 테이블
    ---------- ---------- ---------- ---------- ---------- */
    .table-spec .col-default {
        width: 70px;
    }
    .table-spec th,
    .table-spec td {
        padding: 10px 5px;
    }

    /* 레이아웃
    ---------- ---------- ---------- ---------- ---------- */
    .display-pc {
        display: none;
    }
    .layout {
        width: 100%;
        padding: 0 15px;
    }

    /* header */
    .header {
        position: relative;
        padding: 15px 0;
        border-top: 5px solid #262262;
        border-bottom: 1px solid #ddd;
    }
    .header .layout {
        position: relative;
    }
    .header .logo-wrap:after {
        display: block;
        content: "";
        clear: both;
    }
    .header .logo {
        float: right;
        width: 90px;
        margin-right: 15px;
    }
    .header .logo a {
        display: block;
    }
    .btn-gnb-open {
        display: block;
        position: absolute;
        left: 15px;
        top: 50%;
        width: 32px;
        height: 24px;
        margin-top: -12px;
    }
    .btn-gnb-open .bar-top,
    .btn-gnb-open .bar-middle,
    .btn-gnb-open .bar-bottom {
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #262262;
        border-radius: 3px;
    }
    .btn-gnb-open .bar-top {
        top: 0;
    }
    .btn-gnb-open .bar-middle {
        top: 50%;
        margin-top: -2px;
    }
    .btn-gnb-open .bar-bottom {
        bottom: 0;
    }
    .gnb-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        border-top: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }
    .scroll-wrap {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /*box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);*/
        position: fixed;
        top: -120%;
        left: 0;
        z-index: 1100;
        width: 100%;
        height: 100%;
        /*background-color: #fff;*/

        /*-webkit-transform: translate(-50%, -50%);*/
        /*transform: translate(-50%, -50%);*/
    }
    .gnb {
        padding: 10px;
        /*box-shadow: 0 3px 10px 0 rgba(0,0,0,0.6);*/
    }
    .gnb .dep1-li {
        position: relative;
        padding-left: 35%;
        background-color: #f2f6f9;
        border-radius: 5px;
        border-top: 1px dashed #bbb;
    }
    .gnb .dep1-li:first-child {
        border-top: 0;
    }
    .gnb .dep1-tit {
        position: absolute;
        top: 15px;
        left: 15px;
        color: #333;
    }
    .gnb .dep2 {
        padding: 15px;
        background-color: #fff;
        border-radius: 0 5px 5px 0;
    }
    .gnb .dep2-li {
        margin-top: 10px;
    }
    .gnb .dep2-li:first-child {
        margin-top: 0;
    }

    .btn-gnb-close {
        display: block;
        position: relative;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed #bbb;
        font-size: 13px;
        background-color: #f2f6f8;
        border-radius: 5px;
        text-align: center;
    }
    /*.btn-gnb-close:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-width: 0 12px 12px 12px;
        border-style: solid;
        border-color: transparent transparent #333;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }*/
    /*.btn-gnb-close {
        display: block;
        position: relative;
        height: 40px;
        font-weight: 600;
        color: #fff;
    }
    .btn-gnb-close .txt-close {
        display: inline-block;
        padding-left: 30px;
        background: url(../img/common/ico-arr-gnb.png) no-repeat 0 50%;
        background-size: 20px auto;

    }*/
    /*.btn-gnb-close .bar-top,
    .btn-gnb-close .bar-bottom {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 3px;
        margin-left: -12px;
        background-color: #fff;
    }
    .btn-gnb-close .bar-top {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .btn-gnb-close .bar-bottom {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }*/

    h2.txt-tit {
        font-size: 28px;
    }
    .main-txt-box .txt-sub-en {
        margin-top: 13px;
    }
    .main-txt-box .txt-sub {
        margin-top: 15px;
        font-size: 15px;
    }

    /* main visual rolling */
    .visual .visual-txt {
        width: 320px;
    }
    .visual .visual-txt .txt-sub {
        font-size: 24px;
    }
    .visual .visual-txt .txt-main .layout-block {
        font-size: 50px;
    }
    .visual .visual-txt .txt-corp {
        font-size: 14px;
        text-align: right;
    }
    .visual-rolling .img-pc {
        display: none;
    }
    .visual-rolling .slick-dots {
        bottom: -5px;
    }

    /* content */
    .container {
        padding: 40px 0 60px;
    }
    .slide-recipe {
        margin-top: 30px;
    }
    .slide-recipe .slider-nav {
        top: -60px;
        padding: 0 20px;
    }
    .slide-recipe .slider-nav .slick-prev {
        left: 10px;
        width: 15px;
        height: 29px;
    }
    .slide-recipe .slider-nav .slick-next {
        right: 10px;
        width: 15px;
        height: 29px;
    }

    .catchphrase {
        background-size: 1400px;
    }
    .catchphrase .inner {
        padding: 40px 15px;
    }
    .catchphrase .txt-main {
        font-size: 24px;
    }
    .catchphrase .txt-main:before,
    .catchphrase .txt-main:after {
        width: 18px;
        height: 12px;
        background-size: 100% auto;
    }

    .intro-product {
        padding-top: 60px;
    }
    .intro-pdt-menu-wrap {
        margin-top: 40px;
        padding-bottom: 60px;
        background: url(../img/main/bg-intro-m.jpg) no-repeat 50% 60px;
        background-size: auto 90%;
    }
    .intro-pdt-menu .menu-li {
        width: auto;
        margin: 20px 0 0;
    }
    .intro-pdt-menu .menu-a {
        height: 400px;
        padding-top: 40px;
        margin: 0 10px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .intro-pdt-menu .intro-tit {
        font-size: 24px;
    }
    .intro-pdt-menu .intro-tit-en {
        margin-top: 7px;
    }
    .intro-pdt-menu .intro-explain {
        margin-top: 8px;
    }

    .intro-pdt-menu .slick-center .menu-a {
        transform: translateY(-20px);
    }

    /* footer */
    .footer .layout {
        padding: 40px 15px 35px;
    }
    .footer .logo {
        margin-bottom: 20px;
    }
    .footer .logo img {
        width: 100px;
    }
    .footer .addr-tit {
        margin-right: 10px;
        font-size: 13px;
        color: #92929d;
    }
    .footer .addr-cont {
        font-size: 13px;
        color: #737382;
    }
    .footer .copy {
        font-size: 13px;
        color: #737382;
    }

    /* 서브 레이아웃
    ---------- ---------- ---------- ---------- ---------- */
    .breadcrumb {
        display: none;
    }
    .tit-main {
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 28px;
        text-align: center;
    }
    .sub-visual {
        display: none;
    }

    /* 제품 목록 */
    .pdt-list .list {
        float: left;
        width: 50%;
        margin-top: 10px;
    }
    .pdt-list .list:nth-child(odd) {
        padding-right: 5px;
    }
    .pdt-list .list:nth-child(even) {
        padding-left: 5px;
    }
    .pdt-list .list:nth-child(1),
    .pdt-list .list:nth-child(2) {
        margin-top: 0;
    }
    .pdt-list .thumb .category {
        font-size: 12px;
        height: 28px;
        padding: 0 10px;
        line-height: 28px;
    }
    .pdt-list .tit-box {
        height: auto;
        padding: 7px 10px;
    }
    .pdt-list .tit-box .subject {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: normal;
        white-space: nowrap;
    }
    .pdt-list .tit-box .subject-en {
        margin-top: 1px;
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: normal;
        white-space: nowrap;
    }

    /* 제품 소개 */
    .pdt-rolling .slider-nav {
        margin-top: 10px;
        padding: 0 35px;
    }
    .pdt-rolling .slider-nav .slick-list {
        padding-bottom: 10px;
    }
    .pdt-rolling .slider-nav .slick-slide {
        margin: 0 5px;
        padding: 3px;
        border: 1px solid #ddd;
    }
    .pdt-info {
        padding: 20px 0;
    }
    .txt-box-layout .tit {
        font-size: 24px;
    }
    .txt-box-layout .tit-en {
        margin-top: 10px;
    }
    .txt-box-layout .explain {
        margin-top: 15px;
    }
    .txt-box-layout .explain .ex-kr {
        font-size: 15px;
    }
    .pdt-info .spec {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
    }
    .pdt-info .spec .material li {
        padding-left: 110px;
    }

    /* 제품 설명 */
    .visual-box {
        margin-top: 40px;
    }
    .visual-box .sect1 {
        padding-top: 30px;
        background-size: auto 25px;
    }
    .visual-box .sect1 .txt-box {
        width: 100%;
        padding: 20px;
    }
    .visual-box .sect1 .txt-box-inner {
        top: 0;
        left: 0;
        padding: 10px;
        border: 4px solid #062262
    }
    .visual-box .sect1 .tit-en {
        font-size: 30px;
    }
    .visual-box .sect1 .tit-kr {
        font-size: 18px;
    }
    .visual-box .sect1 .img-box {
        padding-top: 180px;
        background-color: #f9f8f7;
    }
    .visual-box .sect2 {
        padding-top: 60px;
        background-size: 150px auto;
    }
    .visual-box .sect2 .inner {
        width: 80%;
        padding-right: 10%;
        margin: 0 auto;
    }
    .visual-box .sect2 .txt-box {
        margin-top: 20px;
        font-size: 16px;
    }
    .visual-box .sect3 {
        padding-bottom: 100px;
        background: url(../img/sub/bg-visual-sect3.png) no-repeat -30px 115%;
        background-size: 300px auto;
    }
    .visual-box .sect3 .inner {
        position: relative;
        padding-top: 55px;
        padding-left: 25%;
        margin: 0 auto;
        background: url(../img/sub/bg-visual-sect3-imgbox.png) no-repeat 100% 0;
        background-size: auto 55px;
    }
    .visual-box .sect3 .cont {
        padding: 15px 20px 0;
    }
    .visual-box .sect3 .txt-box .main {
        font-size: 20px;
    }
    .visual-box .sect3 .txt-box .ex {
        margin-top: 10px;
        font-size: 14px;
    }
    .visual-box .sect3 .img-box {
        position: relative;
        bottom: -20px;
    }
    .visual-box .sect4 {
        padding-bottom: 40px;
        background-size: 50px auto;
    }
    .visual-box .sect4 .img-box {
        overflow: hidden;
        padding-right: 5%;
    }
    .visual-box .sect4 .img-box img {
        transform: translateX(-30px);
    }
    .visual-box .sect5 {
        padding: 10px 0 40px;
    }
    .visual-box .sect5 .inner {
        width: 60%;
        max-width: 300px;
        margin: 0 auto;
    }
    .visual-box .sect5 .txt-box {
        margin-top: 20px;
        font-size: 14px;
    }

    /* 레시피 포인트 */
    .recipe-point {
        padding-top: 40px;
        border-top: 3px solid #333;
    }
    .recipe-point .list-box {
        margin-top: 30px;
    }
    .recipe-point .list-box .list {
        float: left;
        padding: 5px;
        width: 50%;
    }

    /* 태공레시피 */
    .visual-recipe {
        height: 280px;
        padding-top: 30px;
        background-position: 50% -100px;
        background-size: 700px;
    }
    .visual-recipe .txt-box {
        padding-top: 40px;
        background-size: 25px;
        text-align: center;
    }
    .visual-recipe .txt-box .tit {
        font-size: 28px;
    }
    .visual-recipe .txt-box .tit-en {
        margin-top: 10px;
        text-transform: uppercase;
        color: #999;
    }
    .visual-recipe .txt-box .explain {
        margin-top: 5px;
    }
    .visual-recipe .txt-box .explain .ex-kr {
        font-size: 14px;
        color: #eee;
    }
    .visual-recipe .txt-box .explain .ex-en {
        margin-top: 5px;
        color: #999;
    }
    .recipe-list {
        margin: -80px auto 0;
        padding: 0 10px;
    }
    .recipe-list .list {
        width: 50%;
    }
    .recipe-list .list:nth-child(odd) {
        padding: 5px 5px 5px 0;
    }
    .recipe-list .list:nth-child(even) {
        padding: 5px 0 5px 5px;
    }




}

/* 모바일 small (아이폰 4, 5, SE)
---------- ---------- ---------- ---------- ---------- */
@media all and (max-width:320px) {

}