@charset "utf-8";

/* ==========================================================================
	seafood02_main
========================================================================== */


/*----- main 공통부분 -----*/
.seafood02_main_tit {}

.seafood02_main_tit h3 {
color: #222;
font-family: Pretendard;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.28px;
    margin: 0;
}

.seafood02_main_tit p {
    color: #888;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.2px;
}

/*----- main 공통부분 / -----*/



/* seafood02_main_visual */
.seafood02_main_visual {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 116px;
    max-height: 720px;
    
    aspect-ratio: 1 / 0.4285;
}

.seafood02_main_visual .swiper-slide {
    overflow: hidden;
}

.seafood02_main_visual .swiper-slide img {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.seafood02_main_visual .swiper-slide img.pc_ver {
    display: block;
}

.seafood02_main_visual .swiper-slide img.m_ver {
    display: none;
}

@media all and (max-width:1400px) {
    .seafood02_main_visual .swiper-slide img {
        width: 1600px;
    }
}

@media all and (max-width:1200px) {
    .seafood02_main_visual .swiper-slide img {
        width: 1400px;
    }
}

@media all and (max-width:1000px) {
    .seafood02_main_visual .swiper-slide img {
        width: 100%;
    }

    .seafood02_main_visual .swiper-slide img.pc_ver {
        display: none;
    }

    .seafood02_main_visual .swiper-slide img.m_ver {
        display: block;
    }
}



/* seafood02_main_con01 */
.seafood02_main_con01 {
    margin: 100px 0;
}

.seafood02_main_con01 .seafood02_main_tit {
    position: relative;
}

.seafood02_main_con01 .seafood02_main_tit .plus_btn {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
}

.seafood02_main_con01 .img_box {
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
}

.seafood02_main_con01 .img_box img {
    width: 100%;
    height: 100%;
}

.seafood02_main_con01 .img_box .hover_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.seafood02_main_con01 .new_icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 400;
    background: #aa0000;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.seafood02_main_con01 .text {
    font-size: 0;
    letter-spacing: -4px;
}

.seafood02_main_con01 .text .tit_box {
    display: inline-block;
    vertical-align: top;
    /* width: calc(100% - 90px); */
    width: calc(100%);
    padding-right: 10px;
    box-sizing: border-box;
}

.seafood02_main_con01 .text .tit_box h4 {
    font-size: 20px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: bold;
    margin: 0;
    min-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_over_02 {
	overflow: hidden !important;
	white-space: normal !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient:
		vertical !important;
		word-break: break-word;
}

.seafood02_main_con01 .text .tit_box p {
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.025em;
    font-weight: 300;
    min-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 9px;
}

.swiper-slide text {
    display: flex
;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}


.seafood02_main_con01 .text .price_box {
    display: inline-block;
    vertical-align: top;
    /* width: 90px; */
    width: 100%;
    text-align: right;

        display: flex
;
    align-items: center;
    justify-content: end;
}

.seafood02_main_con01 .text .price_box .before_price {
    font-size: 16px;
    color: #aaaaaa;
    letter-spacing: -0.025em;
    font-weight: 300;
    position: relative;
    padding: 0 5px;
    min-height: 24px;
}

.seafood02_main_con01 .text .price_box .before_price:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #aaaaaa;
}

.seafood02_main_con01 .text .price_box .price {
    display: block;
    font-size: 20px;
    color: #222222;
    letter-spacing: -0.025em;
    font-weight: 500;
    min-height: 33px;
}

.seafood02_main_con01 .img_box:hover {}

.seafood02_main_con01 .img_box:hover .hover_img {
    opacity: 1;
}

@media all and (max-width:1000px) {
    .seafood02_main_con01 .new_icon {
        right: 10px;
        bottom: 10px;
    }
}

/* type01 슬라이더 */
.seafood02_main_con01.type01 {
    margin: 100px 0;
}

.seafood02_main_con01.type01 .swiper-container {
    margin-top: 30px;
}

.seafood02_main_con01.type01 .swiper-container.ofv {
    overflow: visible;
    position: static;
    margin: 0;
}

.seafood02_main_con01.type01 .swiper-slide {
    overflow: hidden;
    position: relative;
}

.seafood02_main_con01.type01 .swiper-slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.seafood02_main_con01.type01 .swiper-button-prev {
    width: 11px;
    height: 21px;
    background: url('/img/seafood02_slider_prev.png') no-repeat center center / contain;
    top: 40px;
    left: auto;
    right: 30px;
    transform: none;
}

.seafood02_main_con01.type01 .swiper-button-next {
    width: 11px;
    height: 21px;
    background: url('/img/seafood02_slider_next.png') no-repeat center center / contain;
    top: 40px;
    right: 0;
    transform: none;
}

/* type02 단순콘텐츠 */
.seafood02_main_con01.type02 {}

.seafood02_main_con01.type02 ul {
    margin: 0;
    margin-top: 10px;
    font-size: 0;
    letter-spacing: -4px;
}

.seafood02_main_con01.type02 ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    margin: 20px 0;
    margin-right: 40px;
    cursor: pointer;
}

.seafood02_main_con01.type02 ul li:nth-of-type(4n) {
    margin-right: 0;
}

@media all and (max-width:1000px) {
    .seafood02_main_con01.type02 ul li {
        width: calc(33.333333% - 27px);
    }

    .seafood02_main_con01.type02 ul li:nth-of-type(4n) {
        margin-right: 40px;
    }

    .seafood02_main_con01.type02 ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media all and (max-width:767px) {
    .seafood02_main_con01.type02 ul li {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .seafood02_main_con01.type02 ul li:nth-of-type(3n) {
        margin-right: 40px;
    }

    .seafood02_main_con01.type02 ul li:nth-of-type(2n) {
        margin-right: 0;
    }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}


/* seafood02_main_con03 */
.seafood02_main_con03 {
    background: url('/img/main_con03_bg.jpg') no-repeat center center / cover;
    text-align: center;
    max-width: 1920px;
    margin: 0 auto;
    height: 420px;
    position: relative;
    cursor: pointer;
}

.seafood02_main_con03 .inner {
    height: 100%;
}

.seafood02_main_con03 .text {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.seafood02_main_con03 h4 {
    font-size: 34px;
    color: #fff;
    letter-spacing: -0.065em;
    font-weight: 200;
    margin: 0;
}

.seafood02_main_con03 h4 span {
    position: relative;
}

.seafood02_main_con03 h4 span:before {
    content: '';
    display: block;
    position: absolute;
    width: 163px;
    height: 32px;
    background: url('/img/seafood02_main_con03_deco.png') no-repeat center center / contain;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.seafood02_main_con03 h4 b {
    position: relative;
}

.seafood02_main_con03 a {
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.065em;
    font-weight: 200;
    width: 200px;
    padding: 10px 0;
    background: url('/img/seafood02_main_con03_btn.png') no-repeat center center / contain;
    margin: 40px auto 0;
    text-align: center;
}

@media all and (max-width:1200px) {
    .seafood02_main_con03 {
        background-position-x: 19%;
    }
}

@media all and (max-width:1000px) {
    .seafood02_main_con03 {
        height: 280px;
    }
}





/* seafood02_main_con05 - footer에 공통 */
.seafood02_main_con05 {
    margin-top: 100px;
    padding-bottom: 140px;
}

.seafood02_main_con05 .swiper-container {
    margin-top: 30px;
}

.seafood02_main_con05 .swiper-container.ofv {
    overflow: visible;
    position: static;
    margin: 0;
}

.seafood02_main_con05 .swiper-slide {
    overflow: hidden;
    position: relative;
}

.seafood02_main_con05 .swiper-slide a {
    display: block;
}

.seafood02_main_con05 .swiper-slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.seafood02_main_con05 .swiper-button-prev {
    width: 11px;
    height: 21px;
    background: url('/img/seafood02_slider_prev.png') no-repeat center center / contain;
    top: 40px;
    left: auto;
    right: 30px;
    transform: none;
}

.seafood02_main_con05 .swiper-button-next {
    width: 11px;
    height: 21px;
    background: url('/img/seafood02_slider_next.png') no-repeat center center / contain;
    top: 40px;
    right: 0;
    transform: none;
}


.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}