@charset "UTF-8";

/*=============================================
=                    ##PC                     =
=============================================*/
@media all and (min-width:1200px){
    /* 레이아웃
    ---------- ---------- ---------- ---------- ---------- */
    .mobile {
        display: none !important;
    }
    .wrap {
        background: url(../img/common/bg-embo.gif) repeat 50% 0;
    }
    .display-mobile {
        display: none;
    }

    /* header */
    .header .logo-wrap {
        text-align: center;
    }
    .header .logo {
        display: inline-block;
        width: 101px;
    }
    .header .logo a {
        display: inline-block;
    }
    .header .logo img {
        width: 100%;
    }

    /* gnb */
    .btn-gnb-open,
    .btn-gnb-close {
        display: none;
    }
    .gnb-bg {
        display: none;
        position: absolute;
        top: 154px;
        left: 0;
        z-index: 10;
        width: 100%;
        background-color: #fff;
        height: 270px;
        border-top: 1px solid #ddd;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    }
    .gnb {
        margin-top: 30px;
        text-align: center
    }
    .gnb .gnb-inner {
        display: inline-block;
        text-align: left;
    }
    .gnb .dep1:after {
        display: block;
        content: "";
        clear: both;
    }
    .gnb .dep1-li {
        position: relative;
        float: left;
        margin-left: 150px;
    }
    .gnb .dep1-li:first-child {
        margin-left: 0;
    }
    .gnb .dep1-tit {
        display: inline-block;
        padding-bottom: 6px;
        font-size: 18px;
        color: #333;
    }
    .gnb .dep1-li.current .dep1-tit {
        padding-bottom: 4px;
        font-weight: 500;
        color: #262262;
        border-bottom: 2px solid #262262;
    }
    .gnb .dep2 {
        display: none;
        position: absolute;
        top: 74px;
        left: 0;
        z-index: 100;
        width: 150px;
    }
    .gnb .dep2-li {
        margin-top: 20px;
        line-height: 1.4;
    }
    .gnb .dep2-li:first-child {
        margin-top: 0;
    }
    .gnb .dep2-tit:hover {
        color: #262262;
    }

    /* header active */
    .header.active {
        background-color: #fff;
    }
    .header.active .gnb .dep2 {
        display: block;
    }
    .header.active .gnb-bg {
        display: block;
    }

    /* main visual rolling */
    .visual-rolling .img-mobile {
        display: none;
    }

    /* content */
    .container {
        background: #fff url(../img/common/bg-container.gif) no-repeat 50% 0;
    }
    .catchphrase .inner {
        height: 438px;
        padding-top: 80px;
    }
    .intro-pdt-menu .menu-li {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .intro-pdt-menu .menu-li:hover {
        transform: translateY(-20px);
    }



    /* footer */
    .footer .logo img {
        width: 119px;
    }
    .footer .addr .addr-list>div {
        display: inline-block;
        margin-left: 20px;
    }

    /* 서브 레이아웃
    ---------- ---------- ---------- ---------- ---------- */
    /* visaul */
    .sub-visual {
        text-align: center;
    }

    /* breadcrumb */
    .breadcrumb {
        margin-bottom: 60px;
        padding-bottom: 20px;
        border-bottom: 2px solid #333;
    }
    .breadcrumb:after {
        display: block;
        content: "";
        clear: both;
    }
    /*.breadcrumb .home {
        float: left;
        padding-right: 17px;
        border-right: 1px solid #bfbfbf;
    }*/
    .breadcrumb .home .btn-link {
        display: block;
        width: 15px;
        height: 15px;
        background: url(../img/sub/ico-home.png) no-repeat 0 0;
        text-indent: -9999em;
    }
    .breadcrumb .list {
        float: left;
    }
    .breadcrumb .list li {
        display: none;
        margin-left: 17px;
        padding-right: 17px;
        border-right: 1px solid #bfbfbf;
    }
    .breadcrumb .list li.current {
        display: block;
    }
    .breadcrumb .list .btn-link {
        display: block;
        position: relative;
        width: 120px;
        height: 15px;
        line-height: 15px;
    }
    .breadcrumb .list .btn-link:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        margin-top: -4px;
        border-width: 7px 4px 0 4px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

    .breadcrumb .dep1:after {
        display: block;
        content: "";
        clear: both;
    }
    .breadcrumb .dep1>li {
        float: left;
        position: relative;
        padding-right: 17px;
        border-right: 1px solid #bfbfbf;
    }
    .breadcrumb .dep1-link {
        display: block;
        position: relative;
        margin-bottom: -1px;
        padding: 0 0 0 17px;
        line-height: 1;
        pointer-events: none;
    }
    .breadcrumb .dep1-link:after {
        display: none;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        margin-top: -4px;
        border-width: 7px 4px 0 4px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }
    .breadcrumb .dep1-link.home {
        display: block;
        width: 15px;
        min-width: 0;
        padding: 0;
        background: url(../img/sub/ico-home.png) no-repeat 0 50%;
        text-indent: -9999em;
    }
    .breadcrumb .dep1-link.home:after {
        display: none;
    }
    .breadcrumb .dep2 {
        display: none;
        position: absolute;
        top: 22px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #bfbfbf;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
        box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
        border-radius: 5px;

    }
    .breadcrumb .dep2-link {
        display: block;
        padding: 6px 17px;
    }

    /* 제품 목록 */
    .pdt-list ul {
        width: 1085px;
        margin: 0 auto;
    }
    .pdt-list .list {
        float: left;
        width: 345px;
        margin-top: 25px;
        margin-right: 25px;
    }
    .pdt-list .list:nth-child(3n) {
        margin-right: 0;
    }
    .pdt-list .list:nth-child(1),
    .pdt-list .list:nth-child(2),
    .pdt-list .list:nth-child(3) {
        margin-top: 0;
    }
    .pdt-list .list-box .img-box-inner {
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .pdt-list .list-box:hover .img-box-inner {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    /* 제품 상세보기 */
    .pdt-rolling {
        width: 600px;
        margin: 0 auto;
    }
    .pdt-info .spec .standard,
    .pdt-info .spec .material {
        float: left;
        width: 50%;
        padding: 0 30px;
    }
    .pdt-info .spec .standard {
        border-right: 1px solid #ddd;
    }
    .pdt-info .spec .material {
        border-left: 1px solid #ddd;
        margin-left: -1px;
    }
    .visual-box .sect1 .txt-box {
        top: 60px;
        left: 60px;
        z-index: 10;
    }
    .visual-box .sect1 .txt-box-inner {
        display: table-cell;
        width: 451px;
        height: 298px;
        padding: 0 40px;
        vertical-align: middle;
    }
    .visual-box .sect2 {
        padding-left: 60px;
    }
    .visual-box .sect2 .inner {
        width: 500px;
    }
    .visual-box .sect3 {
        position: relative;
        height: 470px;
    }
    .visual-box .sect3 .inner {
        position: absolute;
        top: -540px;
        right: 0;
    }
    .visual-box .sect3 .cont {
        width: 630px;
        height: 587px;
    }
    .visual-box .sect3 .img-box {
        overflow: hidden;
        position: absolute;
        bottom: -60px;
        left: 60px;
        width: 510px;
    }
    .recipe-point .list-box .list {
        display: inline-block;
        margin: 0 10px;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .recipe-point .list-box .list:hover {
        transform: translateY(-20px);
    }
    .recipe-point .list-box .list:first-child {
        margin: 0 10px 0 0;
    }
    .recipe-point .list-box .list:last-child {
        margin: 0 0 0 10px;
    }
    .recipe-point .list-box .link-box {
        width: 224px;
        height: 224px;
    }
    .recipe-point .list-box .link-box img {
        width: 100%;
        height: 100%;
    }

    /* 태공레시피 */
    .visual-recipe {
        height: 482px;
        padding-top: 115px;
    }
    .visual-recipe .txt-box .tit {
        font-weight: 500;
        font-size: 45px;
        color: #fff;
    }
    .visual-recipe .txt-box .tit-en {
        margin-top: 15px;
        text-transform: uppercase;
        color: #999;
    }
    .visual-recipe .txt-box .explain {
        margin-top: 10px;
    }
    .visual-recipe .txt-box .explain .ex-kr {
        font-size: 17px;
        color: #eee;
    }
    .visual-recipe .txt-box .explain .ex-en {
        margin-top: 5px;
        color: #999;
    }
    .recipe-list {
        width: 956px;
        margin: -120px auto 0;
    }
    .recipe-list:after {
        display: block;
        content: "";
        clear: both;
    }
    .recipe-list .list {
        width: 224px;
        height: 224px;
        margin-top: 20px;
        margin-right: 20px;
    }
    .recipe-list .list:nth-child(4n) {
        margin-right: 0;
    }
    .recipe-list .list:nth-child(1),
    .recipe-list .list:nth-child(2),
    .recipe-list .list:nth-child(3),
    .recipe-list .list:nth-child(4) {
        margin-top: 0;
    }
    .recipe-list .link-box {
        display: block;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
        box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.3);
    }
    .recipe-list .link-box:hover {
        transform: scale(1.05);
    }
    .recipe-list .link-box img {
        width: 100%;
        height: 100%;
    }
}