@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'chosc';
    font-style: normal;
    font-weight: 300;
    src: local('Chosence'),
    url(../font/Chosence-Regular.woff) format('woff'),
    url(../font/Chosence-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'chosc';
    font-style: normal;
    font-weight: 500;
    src: local('Chosence'),
    url(../font/Chosence-Bold.woff) format('woff'),
    url(../font/Chosence-Bold.otf) format('opentype');
}

/* reset
---------- ---------- ---------- ---------- ---------- */
html {
    -webkit-text-size-adjust: none;
}
body {
    font-family: Noto Sans KR, dotum, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: keep-all;
    letter-spacing: -0.03em;
}
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, a, span, button, textarea, header, footer, nav, section, aside, article {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #333;
    line-height: 1;
}
ul, ol, li {
    list-style: none;
}
hr {
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
fieldset {
    border: none;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover, a:active, a:visited {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: top;
}
button, input, select, textarea {
    vertical-align: middle;
    font-family: inherit;
}
button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
    color: #666;
}
input[type=text], input[type=search], input[type=password] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 100px;
    height: 32px;
    padding: 8px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
}
input[type=file] {
    max-width: 100%;
}
select {
    border-radius: 0;
    color: #666;
    box-sizing: border-box;
    background-color: #fff;
}
textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
}
em, address {
    font-style: normal;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
label {
    vertical-align: middle;
    cursor: pointer;
}
strong {
    color: #333;
}
sup {
    font-size: 10px;
}
mark {
    background-color: #fff;
}
::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}
::-moz-placeholder {
    font-size: 13px;
    color: #777;
}
:-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}
input:-moz-placeholder {
    font-size: 13px;
    color: #777;
}

/* 공통
---------- ---------- ---------- ---------- ---------- */
.accessibility {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%
}
.accessibility a {
    display: block;
    width: 1px;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #fff
}
.accessibility a:focus, .accessibility a:active {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background-color: #3c8200;
}
.blind {
    position: absolute;
    left: -1000%;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
}
.caption {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
}
.layout-block {
    display: inline-block;
}

/* 입력
---------- ---------- ---------- ---------- ---------- */
.input-radio {
    display: inline-block;
    position: relative;
}
.input-radio input {
    position: absolute;
    left: 1px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border: none;
    -webkit-appearance: none;
    outline: none;
}
.input-radio label {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    padding-left: 19px;
}
.input-radio label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.input-radio input:checked + label {
    font-weight: 600;
    color: #333333;
}
.input-radio input:checked + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    z-index: 10;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #23a15e;
    border-radius: 50%;
}

/* 버튼
---------- ---------- ---------- ---------- ---------- */
.btn-wrap {
    margin-top: 20px;
}
.btn-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.btn-wrap .btn-layout {
    display: block;
    float: left;
    min-width: 110px;
}
.btn-wrap.l1 .btn-layout {
    width: 100%;
}
.btn-wrap.l2 .btn-layout {
    width: 50%;
}
.btn-wrap.l2 .btn-layout:nth-child(1) {
    padding-right: 5px;
}
.btn-wrap.l2 .btn-layout:nth-child(2) {
    padding-left: 5px;
}
/*.btn-wrap.l3 .btn-layout {
    width: 33.3%;
}*/
.btn-wrap.l4 .btn-layout {
    width: 118px;
}
.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,
.btn-wrap .btn-inquiry,
.btn-wrap .btn-minihp {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
.btn-wrap .btn-wish {
    background-color: #fa7d00;
}
.btn-wrap .btn-ebook,
.btn-wrap .btn-offer-send,
.btn-wrap .btn-inquiry {
    background-color: #50b948;
}
.btn-wrap .btn-detail,
.btn-wrap .btn-brochure,
.btn-wrap .btn-modify,
.btn-wrap .btn-minihp {
    background-color: #23a15e;
}
.btn-wrap .btn-homepage {
    background-color: #999;
}
.btn-wrap .btn-delete {
    background-color: #777;
}
.btn-basic {
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background-color: #333;
    vertical-align: middle;
}
.btn-add-file {
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 32px;
    color: #333;
    text-align: center;
    background-color: #f0f0f0;
    vertical-align: middle;
    border: 1px solid #ddd
}
.btn-wrap-type2 {
    margin-top: 20px;
}
.btn-wrap-type2:after {
    content: "";
    display: block;
    clear: both;
}
.btn-wrap-type2 .btn-left {
    float: left;
}
.btn-wrap-type2 .btn-right {
    float: right;
}
.btn-wrap-type2 .btn-layout {
    display: inline-block;
    min-width: 110px;
}
.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 {
    display: block;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.btn-wrap-type2 .btn-list {
    background-color: #393939;
}
.btn-wrap-type2 .btn-send,
.btn-wrap-type2 .btn-save,
.btn-wrap-type2 .btn-reply,
.btn-wrap-type2 .btn-modify,
.btn-wrap-type2 .btn-add {
    background-color: #23a15e;
}
.btn-wrap-type2 .btn-temp {
    background-color: #fa7d00;
}
.btn-wrap-type2 .btn-cancel,
.btn-wrap-type2 .btn-delete {
    background-color: #777;
}

/* 테이블
---------- ---------- ---------- ---------- ---------- */
.table-spec .col-default {
    width: 107px;
}
.table-spec th,
.table-spec td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: center;
}
.table-spec th {
    font-weight: 300;
    color: #fff;
    background-color: #062262;
}
.table-spec td {
    color: #333;
}

/* 레이아웃
---------- ---------- ---------- ---------- ---------- */
.wrap {
    min-width: 320px;
}
.layout {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.layout:after {
    content: "";
    display: block;
    clear: both;
}

/* header */
.header {
    position: relative;
    padding: 29px 0 20px;
    border-top: 11px solid #262262;
    /*background: url(../img/common/bg-embo.gif) repeat 50% 0;*/
}

/* footer */
.footer {
    font-size: 0;
    background-color: #282831;
    text-align: center;
}
.footer .layout {
    padding: 60px 0 55px;
}
.footer .logo {
    margin-bottom: 30px;
}
.footer .addr-list {
    margin-bottom: 1px;
}
.footer .addr-list>div:first-child {
    margin-left: 0;
}
.footer .addr-list .layout-block {
    margin-right: 10px;
}
.footer .addr-tit {
    margin-right: 10px;
    font-size: 15px;
    color: #92929d;
}
.footer .addr-cont {
    font-size: 15px;
    color: #737382;
}
.footer .copy {
    font-size: 15px;
    color: #737382;
}

/* content */
h2.txt-tit {
    font-weight: 400;
    font-size: 45px;
}
.main-txt-box {
    text-align: center;
}
.main-txt-box .txt-sub-en {
    margin-top: 13px;
    font-weight: 300;
    color: #b1afa7;
    letter-spacing: 0.03em;
}
.main-txt-box .txt-sub {
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    color: #555;
}

/* 행복한 식탁 슬라이드 */
.slide-recipe .slider-nav {
    top: -60px;
    padding: 0 115px;
}
.slide-recipe .slider-nav .slick-list {
    padding-bottom: 20px;
}
.slide-recipe .slider-nav .slick-slide {
    margin: 0 10px;
    text-align: center;
}
.slide-recipe .slider-nav .slick-slide .menu-a {
    display: inline-block;
    -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);
}
.slide-recipe .slider-nav .slick-slide img {
    display: inline-block;
}
.slide-recipe .slider-nav .slick-prev {
    left: 80px;
    width: 15px;
    height: 29px;
    background: url(../img/main/btn-slide-prev.png) no-repeat 0 0;
}
.slide-recipe .slider-nav .slick-next {
    right: 80px;
    width: 15px;
    height: 29px;
    background: url(../img/main/btn-slide-next.png) no-repeat 0 0;
}

/* visual */
.visual {
    text-align: center;
}
.visual .visual-txt {
    display: inline-block;
    color: #333;
    line-height: 1;
    text-align: center;
}
.visual .visual-txt .txt-sub {
    font-size: 40px;
}
.visual .visual-txt .txt-main {
    font-size: 0;
}
.visual .visual-txt .txt-main .layout-block {
    font-size: 90px;
}
.visual .visual-txt .txt-corp {
    font-size: 20px;
    text-align: right;
}

/* main visual rolling */
.visual-rolling .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.visual-rolling .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.visual-rolling .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    font-size: 0;
    line-height: 0;
    background-color: #aaa;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.visual-rolling .slick-dots li.slick-active {
    width: 33px;
}
.visual-rolling .slick-dots li.slick-active button{
    width: 33px;
    background-color: #fff;
}

/* content */
.container {
    max-width: 1920px;
    padding: 80px 0 135px;
    margin: 0 auto;
}
.slide-recipe {
    margin-top: 57px;
}

.catchphrase {
    background: url(../img/main/bg-catch-a.jpg) no-repeat 50% -20px;
    text-align: center;
}
.catchphrase .inner {
    background: url(../img/common/bg-chk-blue.png) repeat 0 0;
}
.catchphrase .txt-main {
    font-size: 40px;
    color: #fff;
}
.catchphrase .txt-main:before,
.catchphrase .txt-main:after {
    display: inline-block;
    content: "";
    width: 73px;
    height: 36px;
}
.catchphrase .txt-main:before {
    background: url(../img/main/ico-quot-start.png) no-repeat 0 0;
}
.catchphrase .txt-main:after {
    background: url(../img/main/ico-quot-end.png) no-repeat 100% 0;
}
.catchphrase .txt-sub {
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
}
.catchphrase .btn-wrap {
    margin-top: 35px;
}
.catchphrase .btn-intro {
    display: inline-block;
    height: 50px;
    padding: 0 35px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 50px;
    /*-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s*/
}
.catchphrase .btn-intro:after {
    display: inline-block;
    content: "";
    width: 9px;
    height: 12px;
    margin-left: 8px;
    background: url(../img/main/ico-catch-arr.png) no-repeat 0 0;
}
.catchphrase .btn-intro:hover {
    background-color: #fff;
    color: #292737;
}
.catchphrase .btn-intro:hover:after {
    background-position: -10px 0;
}

.intro-product {
    padding-top: 90px;
}
.intro-pdt-menu-wrap {
    margin-top: 55px;
    padding-bottom: 90px;
    text-align: center;
    background: url(../img/main/bg-intro.jpg) no-repeat 50% 100%;
}
.intro-pdt-menu:after {
    display: block;
    content: "";
    clear: both;
}
.intro-pdt-menu .menu-li {
    float: left;
    width: 390px;
    margin-left: 15px;
}
.intro-pdt-menu .menu-li:first-child {
    margin-left: 0;
}
.intro-pdt-menu .menu-a {
    display: block;
    height: 560px;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
.intro-pdt-menu .fishmeat .menu-a {
    background-image: url(../img/main/bg-intro-fishmeat.jpg);
}
.intro-pdt-menu .fishcake .menu-a {
    background-image: url(../img/main/bg-intro-fishcake.jpg);
}
.intro-pdt-menu .giftset .menu-a {
    background-image: url(../img/main/bg-intro-giftset.jpg);
}
.intro-pdt-menu .intro-tit {
    position: relative;
    padding-top: 17px;
    font-size: 35px;
    color: #010101;
}
.intro-pdt-menu .intro-tit:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 3px;
    margin-left: -20px;
    background-color: #010101;
}
.intro-pdt-menu .intro-tit-en {
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.intro-pdt-menu .intro-explain {
    margin-top: 14px;
    color: #555;
}
.intro-pdt-menu .fishmeat .intro-tit-en {
    color: #b1afa7;
}
.intro-pdt-menu .fishcake .intro-tit-en {
    color: #bfa682;
}
.intro-pdt-menu .giftset .intro-tit-en {
    color: #b18e65;
}


/* 서브 레이아웃
---------- ---------- ---------- ---------- ---------- */
.tit-main {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
}

/* 제품 목록*/
.pdt-list ul:after {
    display: block;
    content: "";
    clear: both;
}
.pdt-list .list-box {
    display: block;
}
.pdt-list .list-box .img-box-inner {
    display: block;
    height: 100%;
}
.pdt-list .thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: url(../img/common/bg-embo.gif) repeat 50% 0;
}
.pdt-list .thumb .img-box {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.pdt-list .thumb .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 124%;
    height: 124%;
    transform: translate(-50%, -50%);
}
.pdt-list .thumb .category {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 34px;
    color: #fff;
    background-color: rgba(34,64,149,0.7);
}
.pdt-list .tit-box {
    display: block;
    height: 80px;
    padding: 14px 20px 0;
    background-color: #f9f9f9;
}
.pdt-list .tit-box .subject {
    display: block;
    font-size: 17px;
    color: #555;
}
.pdt-list .tit-box .subject-en {
    display: block;
    margin-top: 1px;
    font-weight: 300;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
}

/* 제품 상세보기 */
.pdt-rolling {
    /*padding-bottom: 60px;*/
    text-align: center;
}
.pdt-info {
    padding: 30px 0;
    border-width: 3px 0 2px;
    border-style: solid;
    border-color: #333;
}
.txt-box-layout {
    text-align: center;
}
.txt-box-layout .tit {
    font-weight: 500;
    font-size: 40px;
}
.txt-box-layout .tit-en {
    margin-top: 15px;
    text-transform: uppercase;
    color: #aaa;
}
.txt-box-layout .explain {
    margin-top: 25px;
}
.txt-box-layout .explain .ex-kr {
    font-size: 17px;
    color: #555;
}
.txt-box-layout .explain .ex-en {
    margin-top: 5px;
    color: #999;
}
.recipe-point .txt-box-layout {
    padding-top: 50px;
    background: url(../img/sub/ico-recipe-point.png) no-repeat 50% 0;
}
.pdt-info .spec {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
}
.pdt-info .spec:after {
    display: block;
    content: "";
    clear: both;
}
.pdt-info .spec .tit {
    color: #333;
}
.pdt-info .spec .standard .tit {
    margin-bottom: 15px;
}
.pdt-info .spec .material li {
    margin-top: 15px;
}
.pdt-info .spec .material li:first-child {
    margin-top: 15px;
}
.pdt-info .spec .material li {
    position: relative;
    padding-left: 130px;
}
.pdt-info .spec .material .tit {
    position: absolute;
    top: 0;
    left: 0;
}
.pdt-info .spec .material .cont {
    color: #999;
}
.visual-box {
    margin-top: 60px;
}
.visual-box .sect1 {
    padding-top: 47px;
    background: url(../img/sub/logo-view-visual.png) no-repeat 100% 0;
}
.visual-box .sect1 .inner {
    position: relative;
}
.visual-box .sect1 .txt-box {
    position: absolute;
}
.visual-box .sect1 .txt-box-inner {
    border: 5px solid #062262;
    background-color: rgba(255,255,255,0.6);
}
.visual-box .sect1 .tit-en {
    font-family: 'chosc';
    font-weight: 500;
    font-size: 60px;
    color: #062262;
    line-height: 0.9;
}
.visual-box .sect1 .tit-kr {
    font-size: 25px;
    color: #062262;
    letter-spacing: -0.07em;
}
.visual-box .sect1 .txt-sub {
    color: #333;
}
.visual-box .sect2 {
    padding-top: 120px;
    background: url(../img/sub/bg-visual-sect2.png) no-repeat 100% 0;
}
.visual-box .sect2 .txt-box {
    margin-top: 55px;
    font-weight: 200;
    font-size: 25px;
    color: #999;
    line-height: 1.4;
}
.visual-box .sect3 {
    background: url(../img/sub/bg-visual-sect3.png) no-repeat 0 110%;
}
.visual-box .sect3 .inner {
    padding-top: 151px;
    background: url(../img/sub/bg-visual-sect3-imgbox.png) no-repeat 40px 0;
}
.visual-box .sect3 .cont {
    padding: 55px 60px;
    background-color: #f7fafd;
}
.visual-box .sect3 .txt-box .main {
    font-size: 35px;
    color: #062262;
    line-height: 1.3;
}
.visual-box .sect3 .txt-box .main .thin {
    font-weight: 200;
}
.visual-box .sect3 .txt-box .ex {
    margin-top: 20px;
    font-size: 17px;
    color: #333;
}
.visual-box .sect3 .img-box {
    -webkit-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.6);
}
.visual-box .sect4 {
    background: url(../img/sub/bg-visual-sect4.png) no-repeat 100% 0;
}
.visual-box .sect5 {
    padding: 178px 0 170px;
    text-align: center;
}
.visual-box .sect5 .inner {
    display: inline-block;
}
.visual-box .sect5 .img-box {
    overflow: hidden;
    -webkit-box-shadow: 0 5px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0 5px 6px 0px rgba(0,0,0,0.5);
}
.visual-box .sect5 .txt-box {
    margin-top: 25px;
    font-weight: 500;
    font-size: 17px;
    color: #333;
}
.recipe-point {
    padding-top: 120px;
    border-top: 5px solid #333;
}
.recipe-point .list-box {
    margin-top: 60px;
    text-align: center;
    font-size: 0;
}
.recipe-point .list-box .link-box {
    display: block;
    -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);
}

/* 제품소개 슬라이더 */
.pdt-rolling .slider-nav {
    margin-top: 20px;
    padding: 0 50px;
}
.pdt-rolling .slider-nav .slick-list {
    padding-bottom: 20px;
    text-align: center;
}
.pdt-rolling .slider-nav .slick-track {
    left: 50%;
    transform: translateX(-50%) !important;
}
.pdt-rolling .slider-nav .slick-slide {
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center;
}
.pdt-rolling .slider-nav .slick-slide .menu-a {
    display: inline-block;
    /*-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);*/
}
.pdt-rolling .slider-nav .slick-slide img {
    display: inline-block;
    width: 100%;
}
.pdt-rolling .slider-nav .slick-prev {
    left: 80px;
    width: 15px;
    height: 29px;
    background: url(../img/main/btn-slide-prev.png) no-repeat 0 0;
}
.pdt-rolling .slider-nav .slick-next {
    right: 80px;
    width: 15px;
    height: 29px;
    background: url(../img/main/btn-slide-next.png) no-repeat 0 0;
}

/* 태공레시피 */
.visual-recipe {
    background: url(../img/sub/bg-visual-recipe.jpg) no-repeat 50% 50%;
}
.visual-recipe .txt-box {
    padding-top: 50px;
    background: url(../img/sub/ico-recipe-point-wht.png) no-repeat 50% 0;
    text-align: center;
}
.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:after {
    display: block;
    content: "";
    clear: both;
}
.recipe-list .list {
    float: left;
}
.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-view-tit {
    padding-bottom: 55px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.recipe-view-tit .tit-sub {
    margin-bottom: 10px;
    font-size: 15px;
    color: #999;
}
.recipe-view-tit .tit {
    font-weight: 400;
    font-size: 27px;
    color: #555;
}
