<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ==========================================================================
	공통
========================================================================== */
.frozenfood_main_tit {
    text-align: center;
}

.frozenfood_main_tit h3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 44px;
    color: #222222;
    letter-spacing: 0em;
    font-weight: 500;
    line-height: 1.1;
}

.frozenfood_main_tit h3:before {
    content: "";
    width: 27px;
    height: 34px;
    background: url('/img/frozenfood_main_tit_bg.png')no-repeat center / cover;
    position: absolute;
    left: -25px;
    top: -20px
}

/* ==========================================================================
	frozenfood
========================================================================== */

/* frozenfood_main_visual */
.frozenfood_main_visual .slick-dots {
    bottom: 20px
}

.frozenfood_main_visual .slick-dots li {
    width: 10px;
    height: 10px;
    background: #a5a5a5;
    border-radius: 50%;
    margin: 0 5px
}

.frozenfood_main_visual .slick-dots li button {
    width: 100%;
    height: 100%;
    font-size: 0;
    padding: 0;
}

.frozenfood_main_visual .slick-dots li button:before {
    display: none;
}

.frozenfood_main_visual .slick-dots li.slick-active {
    background: #000;
}

.frozenfood_main_visual ul li img {
    max-width: 1920px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.frozenfood_main_visual ul li img.pc_ver {
    display: block;
}

.frozenfood_main_visual ul li img.m_ver {
    display: none;
}

@media all and (max-width:1000px) {
    .frozenfood_main_visual ul li img.pc_ver {
        display: none;
    }

    .frozenfood_main_visual ul li img.m_ver {
        display: block;
    }
}


/* frozenfood_main_con01 */
.frozenfood_main_con01 {
    margin: 100px 0;
}

.frozenfood_main_con01 ul {
    margin: 50px 0 0;
}

.frozenfood_main_con01 ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.frozenfood_main_con01 ul li {
    cursor: pointer;
    width: 33.333333%;
    display: table;
    float: left;
    padding: 0 20px 0;
    box-sizing: border-box;
    border-right: 1px dashed #d8d8d8
}

.frozenfood_main_con01 ul li:last-child {
    border-righT: 0;
}

.frozenfood_main_con01 ul li:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.frozenfood_main_con01 ul li .left {
    width: 220px;
    height: 220px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.frozenfood_main_con01 ul li .left .progress_bar svg ellipse {
    stroke: #fff8e8
}

.frozenfood_main_con01 ul li .left .progress_bar svg path {
    stroke: #ffac00
}

.frozenfood_main_con01 ul li .left .img_box {
    width: 193px;
    height: 193px;
    overflow: hidden;
    border-radius: 50%;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.frozenfood_main_con01 ul li .left .img_box img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.frozenfood_main_con01 ul li .text {
    width: calc(100% - 220px);
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0 30px 20px;
    box-sizing: border-box;
}

.frozenfood_main_con01 ul li .text .time {
    background: #fff8e8;
    padding: 3px 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}

.frozenfood_main_con01 ul li .text .time p {
    font-size: 18px;
    color: #ffac00;
    letter-spacing: -0.045em;
    font-weight: bold;
    line-height: 24px;
}

.frozenfood_main_con01 ul li .text h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #444444;
    letter-spacing: -0.045em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 2.6em;
}

.frozenfood_main_con01 ul li .text h4 {
    font-size: 16px;
    color: #aaaaaa;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    position: relative;
}

.frozenfood_main_con01 ul li .text h4:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    position: absolute;
    left: 0;
    top: 50%
}

.frozenfood_main_con01 ul li .text&gt;p {
    font-size: 18px;
    color: #444444;
    letter-spacing: -0.045em;
    font-weight: 300;
}

.frozenfood_main_con01 ul li .text&gt;p span {
    font-size: 24px;
    color: #ffac00;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.frozenfood_main_con01 ul li .text&gt;p b {
    font-size: 24px;
}

.frozenfood_main_con01 ul li:nth-of-type(2n) .time {
    background: #ffe6e5
}

.frozenfood_main_con01 ul li:nth-of-type(2n) .time p {
    color: #ec635b
}

.frozenfood_main_con01 ul li:nth-of-type(2n) .text&gt;p span {
    color: #ec635b
}

.frozenfood_main_con01 ul li:nth-of-type(2n) .left .progress_bar svg ellipse {
    stroke: #ffe6e5
}

.frozenfood_main_con01 ul li:nth-of-type(2n) .left .progress_bar svg path {
    stroke: #ec635b
}

@media all and (max-width:1400px) {
    .frozenfood_main_con01 ul li .left {
        width: 160px;
        height: 160px;
    }

    .frozenfood_main_con01 ul li .left .img_box {
        width: 130px;
        height: 130px;
    }
}

@media all and (max-width:1200px) {
    .frozenfood_main_con01 ul li {
        padding: 0 10px;
    }

    .frozenfood_main_con01 ul li .left {
        width: 130px;
        height: 120px;
    }

    .frozenfood_main_con01 ul li .left .img_box {
        width: 110px;
        height: 110px;
    }

    .frozenfood_main_con01 ul li .text {
        padding: 20px 0 20px 10px
    }

    .frozenfood_main_con01 ul li .text .time p {
        font-size: 14px;
    }
}

@media all and (max-width:1000px) {
    .frozenfood_main_con01 ul li {
        width: 100%;
        padding: 10px 0;
        float: none;
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
    }

    .frozenfood_main_con01 ul li .left {
        width: 180px;
        height: 180px;
    }

    .frozenfood_main_con01 ul li .left .img_box {
        width: 160px;
        height: 160px;
    }

    .frozenfood_main_con01 ul li .text {
        padding: 20px 0 20px 20px
    }
}


/* frozenfood_main_con02 */
.frozenfood_main_con02 {
    margin: 100px 0;
}

.frozenfood_main_con02 ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.frozenfood_main_con02 ul li {
    cursor: pointer;
    min-height: 271px;
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
    padding: 60px 60px 40px 60px;
    box-sizing: border-box;
    position: relative;
}

.frozenfood_main_con02 ul li .text {
    position: relative;
    z-index: 2;
}

.frozenfood_main_con02 ul li .text&gt;span {
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #f6d185;
    letter-spacing: 0.1em;
    font-weight: 500;
    background: #34bba1;
}

.frozenfood_main_con02 ul li .text p {
    margin: 25px 0 15px;
    line-height: 1.1;
    font-size: 16px;
    color: #09755f;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.frozenfood_main_con02 ul li .text p .hr {
    width: 77px;
    height: 1px;
    background: #09755f;
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
}

.frozenfood_main_con02 ul li .text h4 {
    margin: 0;
    font-size: 26px;
    color: #09755f;
    letter-spacing: -0.045em;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}

.frozenfood_main_con02 ul li img {
    position: absolute;
    right: 0;
    top: 0;
}

.frozenfood_main_con02 ul li:last-child {
    margin-right: 0;
}

.frozenfood_main_con02 ul li:nth-of-type(1) {
    border-bottom: 5px solid #09755f;
    background: #49d6b8 url('/img/frozenfood_main_con02_bg01.png')no-repeat center / cover;
}

.frozenfood_main_con02 ul li:nth-of-type(2) {
    border-bottom: 5px solid #0f4371;
    background: #54a0e4 url('/img/frozenfood_main_con02_bg02.png')no-repeat center / cover;
}

.frozenfood_main_con02 ul li:nth-of-type(2) .text&gt;span {
    background: #2c74b4;
    color: #f78e88
}

.frozenfood_main_con02 ul li:nth-of-type(2) .text p {
    color: #0f4371
}

.frozenfood_main_con02 ul li:nth-of-type(2) .text p .hr {
    background: #0f4371;
}

.frozenfood_main_con02 ul li:nth-of-type(2) h4 {
    color: #0f4371
}

@media all and (max-width:1200px) {
    .frozenfood_main_con02 ul li {
        padding: 60px 20px 40px;
    }
}

@media all and (max-width:1000px) {
    .frozenfood_main_con02 ul li {
        width: 100%;
        float: none;
        margin: 20px auto;
    }
}


/* frozenfood_main_con03 */
.frozenfood_main_con03 {
    margin: 100px 0
}

.frozenfood_main_con03 ul {
    margin-top: 50px;
}


/* frozenfood_main_con04 */
.frozenfood_main_con04 {
    padding: 100px 0;
    background: url('/img/gye_main_con04.png')no-repeat center / cover;
}

.frozenfood_main_con04 .inner:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.frozenfood_main_con04 .left {
    width: 440px;
    float: left;
    height: 558px;
    background: url('/img/main_con04_left.jpg')no-repeat center / cover;
    padding: 10px;
    overflow: hidden;
    padding: 75px 50px;
    box-sizing: border-box;
    border-radius: 20px;
}

.frozenfood_main_con04 .left h3 {
    margin: 0 0 60px;
    font-size: 44px;
    color: #ffffff;
    letter-spacing: -0.045em;
    font-weight: 200;
    line-height: 1.2;
}

.frozenfood_main_con04 .left a {
    display: block;
    margin: 50px 0 0;
    width: 180px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 500;
}

.frozenfood_main_con04 .right {
    float: right;
    padding-left: 40px;
    width: calc(100% - 440px);
    box-sizing: border-box;
}

.frozenfood_main_con04 .right ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.frozenfood_main_con04 .right ul li {
    cursor: pointer;
    width: calc(50% - 20px);
    margin-right: 40px;
    float: left;
}

.frozenfood_main_con04 .right ul li:last-child {
    margin-right: 0;
}

.frozenfood_main_con04 .right ul li .img_box {
    border-radius: 20px 20px 0 0;
    padding: 50% 0;
    position: relative;
    overflow: hidden;
}

.frozenfood_main_con04 .right ul li .img_box img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.frozenfood_main_con04 .right ul li .text {
    text-align: center;
    padding: 15px 0 0;
}

.frozenfood_main_con04 .right ul li .text h3 {
    font-size: 22px;
    color: #444444;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.frozenfood_main_con04 .right ul li .text p {
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #888888;
    letter-spacing: -0.045em;
    font-weight: 300;
}

.frozenfood_main_con04 .right ul li .text span {
    display: block;
    font-size: 18px;
    color: #444444;
    letter-spacing: -0.045em;
    font-weight: 300;
}

.frozenfood_main_con04 .right ul li .text span b {
    font-size: 24px;
    font-weight: 700;
}

.frozenfood_main_con04 .right&gt;a {
    display: block;
    width: 86px;
    height: 86px;
    background: #ffb929;
    border-radius: 50%;
    position: absolute;
    right: -43px;
    top: 38%;
    box-shadow: 12px 8px 18px rgba(0, 0, 0, 0.38)
}

.frozenfood_main_con04 .right&gt;a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

@media all and (max-width:1000px) {
    .frozenfood_main_con04 .left {
        width: 100%;
        float: none;
        height: 600px;
    }

    .frozenfood_main_con04 .right {
        width: 100%;
        float: none;
        padding: 30px 0 0;
    }

    .frozenfood_main_con04 .right ul li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .frozenfood_main_con04 .right&gt;a {
        position: relative;
        right: auto;
        top: auto;
        margin: 30px auto 0;
    }
}



/* frozenfood_main_con05 */
.frozenfood_main_con05 {
    padding: 100px 0 150px;
}

.frozenfood_main_con05 ul {
    margin-top: 50px;
}

.frozenfood_main_con05 ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.frozenfood_main_con05 ul li {
    width: calc(50% - 20px);
    display: table;
    margin-right: 40px;
    float: left;
    margin-bottom: 40px;
    box-shadow: 7px 9px 21px rgba(0, 0, 0, 0.1);
}

.frozenfood_main_con05 ul li:nth-of-type(2n) {
    margin-right: 0;
}

.frozenfood_main_con05 ul li .text {
    width: 52%;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 20px 40px 40px;
    box-sizing: border-box;
}

.frozenfood_main_con05 ul li .text h3 {
    font-size: 22px;
    color: #444;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.frozenfood_main_con05 ul li .text dl {
    margin: 15px 0;
}

.frozenfood_main_con05 ul li .text dl:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.frozenfood_main_con05 ul li .text dl dt {
    padding-right: 15px;
    position: relative;
    float: left;
    color: #773A34;
    font-size: 16px;
}

.frozenfood_main_con05 ul li .text dl dt:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #d8d8d8;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.frozenfood_main_con05 ul li .text dl dd {
    padding-left: 15px;
    position: relative;
    float: left;
    font-size: 16px;
    color: #aaaaaa;
    letter-spacing: -0.045em;
    font-weight: 300;
}

.frozenfood_main_con05 ul li .text h4 {
    font-size: 18px;
    color: #444444;
    letter-spacing: -0.045em;
    font-weight: 300;
    margin: 0 0 20px;
}

.frozenfood_main_con05 ul li .text h4 b {
color: var(--sdemo-vizensoft-com-tundora, var(--color-grey-27, #444));
font-family: Pretendard;
font-size: var(--line-height-24, 24px);
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.81px;
}

.frozenfood_main_con05 ul li .text&gt;p {
    font-size: 16px;
    color: #666666;
    letter-spacing: -0.045em;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 4.2em;
}

.frozenfood_main_con05 ul li .img_box {
    width: 48%;
    display: table-cell;
    vertical-align: middle;
}

.frozenfood_main_con05 ul li .img_box img {
    width: 100%;
}

.frozenfood_main_con05 a {
    display: block;
    margin: 20px auto 0;
    width: 180px;
    height: 50px;
    background: #773A34;
    border-radius: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 500;
}

.gye_review .img_box {
    padding: 10px;
}




@media all and (max-width:1000px) {
    .frozenfood_main_con05 ul li {
        width: 100%;
        margin: 20px 0;
    }

    .frozenfood_main_con05 ul li .text {
        padding: 30px 30px 30px 20px;
    }
}</pre></body></html>