<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section .section__tit {
    font-size: 46px;
    font-weight: 500;
    color: #4f4f4f;
    line-height: 1em;
    text-align: center;
}

.tab {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab&gt;li {
    width: 230px;
    line-height: 60px;
    border-radius: 30px;
    color: #414141;
    background-color: #f2f1f1;
    text-align: center;
    margin: 0 15px;
    font-size: 20px;
    cursor: pointer;
}

.tab&gt;li.on {
    color: #fff;
    background-color: #414141;
}

.btn__wrap {
    text-align: center;
}

.btn__wrap .more {
    border: 1px solid #999999;
    font-size: 16px;
    color: #3e3e3e;
    display: inline-block;
    padding: 12px 100px;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 500;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.btn__wrap .more:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.mv__wrap .mv {
    position: relative;
}

.mv__wrap .mv .items {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mv__wrap .mv .arrows .arrows__prev {
    background-image: url("/image/main/mv_prev.png");
    width: 21px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 10%;
    top: 45%;
    cursor: pointer;
}

.mv__wrap .mv .arrows .arrows__next {
    background-image: url("/image/main/mv_next.png");
    width: 21px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    top: 45%;
    cursor: pointer;
}

.mv__wrap .mv .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 45px;
}

.mv__wrap .mv .slick-dots li {
    display: inline;
    margin: 0 14px;
}

.mv__wrap .mv .slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #87929c;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.mv__wrap .mv .slick-dots li.slick-active button {
    background-color: #fff;
    position: relative;
}

.mv__wrap .mv .slick-dots li.slick-active button::before {
    content: "";
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: -14px;
}

.prod-intro {
    padding-top: 85px;
}

.prod-intro .prod-intro__list {
    margin-top: 60px;
    margin-bottom: 85px;
    position: relative;
}

.prod-intro .prod-intro__list .items {
    display: inline-block;
}

.prod-intro .prod-intro__list .items .items__thumb {
    width: 345px;
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

.prod-intro .prod-intro__list .items .items__cate {
    color: #fff;
    background-color: #219459;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    padding: 2px 22px;
    line-height: 20px;
}

.prod-intro .prod-intro__list .items .items__name {
    font-size: 18px;
    color: #0c0c0c;
    text-align: center;
    margin-top: 15px;
}

.prod-intro .prod-intro__list .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.prod-intro .prod-intro__list .slick-dots li {
    display: inline;
    margin: 0 8px;
}

.prod-intro .prod-intro__list .slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e1e1e1;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.prod-intro .prod-intro__list .slick-dots li.slick-active button {
    background-color: #156844;
    position: relative;
}

.prod-intro .prod-intro__list .arrows .arrows__prev {
    background-image: url("/image/main/prod-intro_prev.png");
    width: 59px;
    height: 59px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -49px;
    top: 30%;
    cursor: pointer;
}

.prod-intro .prod-intro__list .arrows .arrows__next {
    background-image: url("/image/main/prod-intro_next.png");
    width: 59px;
    height: 59px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -49px;
    top: 30%;
    cursor: pointer;
}


/*踰좎뒪�� �곹뭹*/
.prod-intro .prod-intro__list__best {
    /*margin-top: 60px;*/
    /*margin-bottom: 85px;*/
    position: relative;
}

.prod-intro .prod-intro__list__best .items {
    display: inline-block;
}

.prod-intro .prod-intro__list__best .items .items__thumb {
    width: 345px;
    height: 345px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

.prod-intro .prod-intro__list__best .items .items__cate {
    color: #fff;
    background-color: #219459;
    font-size: 14px;
    border-radius: 20px;
    display: inline-block;
    padding: 2px 22px;
    line-height: 20px;
}

.prod-intro .prod-intro__list__best .items .items__name {
    font-size: 18px;
    color: #0c0c0c;
    text-align: center;
    margin-top: 15px;
}

.prod-intro .prod-intro__list__best .slick-dots {
    text-align: center;
    margin-top: 30px;
}

.prod-intro .prod-intro__list__best .slick-dots li {
    display: inline;
    margin: 0 8px;
}

.prod-intro .prod-intro__list__best .slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e1e1e1;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.prod-intro .prod-intro__list__best .slick-dots li.slick-active button {
    background-color: #156844;
    position: relative;
}

.prod-intro .prod-intro__list__best .arrows .arrows__prev {
    background-image: url("/image/main/prod-intro_prev.png");
    width: 59px;
    height: 59px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -49px;
    top: 30%;
    cursor: pointer;
}

.prod-intro .prod-intro__list__best .arrows .arrows__next {
    background-image: url("/image/main/prod-intro_next.png");
    width: 59px;
    height: 59px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -49px;
    top: 30%;
    cursor: pointer;
}

/*END*/
.prod-intro .prod-intro__catalog {
    background-image: url("/image/main/prod-intro_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.prod-intro .prod-intro__catalog .catalog__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod-intro .prod-intro__catalog .catalog__box .catalog__tit {
    font-size: 32px;
    margin-bottom: 12px;
}

.prod-intro .prod-intro__catalog .catalog__box .catalog__tit02 {
    font-size: 26px;
    margin-bottom: 12px;
}

.prod-intro .prod-intro__catalog .catalog__box .box__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.prod-intro .prod-intro__catalog .catalog__box .box__left .left__txt {
    text-align: right;
    margin-right: 58px;
}

.prod-intro .prod-intro__catalog .catalog__box .box__left .left__txt .download {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-top: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 4px 38px 4px 60px;
    background-image: url("/image/main/download_btn.png");
    background-repeat: no-repeat;
    background-position: 30px;
}

.prod-intro .prod-intro__catalog .catalog__box .box__left .left__img img {
    display: block;
}

.prod-intro .prod-intro__catalog .catalog__box .box__right {
    width: 50%;
}

.prod-intro .prod-intro__catalog .catalog__box .box__right .right__menu {
    padding: 75px 0 75px 175px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: 80px;
    position: relative;
    cursor: pointer;
}

.prod-intro .prod-intro__catalog .catalog__box .box__right .right__menu:first-child {
    border-bottom: 1px solid #464a54;
}

.prod-intro .prod-intro__catalog .catalog__box .box__right .right__menu::before {
    content: "";
    width: 29px;
    height: 55px;
    background-size: cover;
    background-image: url("/image/common/arrow01.png");
    position: absolute;
    top: 0;
    right: 45px;
    top: 78px;
    cursor: pointer;
}

.notice {
    padding: 90px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notice .notice__list {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notice .notice__list&gt;li {
    width: 350px;
    background-color: #fff;
    margin: 0 20px;
    padding: 60px 20px 35px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("/image/main/quo_icon.png");
    background-repeat: no-repeat;
    background-position: center 165px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.notice .notice__list&gt;li:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 2px 2px 8px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 6px rgba(0, 0, 0, 0.2);
}

.notice .notice__list .list__tit {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    white-space: normal;
    line-height: 1.4em;
    height: 2.8em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notice .notice__list .list__cont {
    font-size: 16px;
    color: #818181;
    white-space: normal;
    line-height: 1.4em;
    height: 5.6em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 120px;
}

.notice .notice__list .list__writer {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 45px;
    color: #818181;
}</pre></body></html>