@charset "utf-8";

/* ---------------------------------- main */
/*
	main visual
*/
.main-visual {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* main-visual-banner */
.MODULE-banner__bg {
    display: none !important;
}

.main-visual .slick>div {
    position: relative;
    text-align: center;
}

.main-visual .slick .slick_col {
    position: relative;
    height: 500px;
    background-position: center center;
    background-color: #272727;
}

@media screen and (min-width:769px) {
    .main-visual .slick .slick_col {
        height: 1260px;
    }
}

@media screen and (min-width:1201px) {
    .main-visual .slick .slick_col {
        height: 1490px;
    }
}

.main-visual .slick>div a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fefefe;
}

.main-visual .slick>div a .visual-text {
    position: absolute;
    top: 37%;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    font-size: 0;
    text-align: left;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    font-family: 'Noto Sans KR', sans-serif;
}

.main-visual .slick>div a .visual-text .text-inner {
    width: 100%;
}

@media screen and (min-width:601px) {
    .main-visual .slick>div a .visual-text {
        top: 30%;
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
    }
}

@media screen and (min-width:769px) {
    .main-visual .slick>div a .visual-text {
        top: 7%;
        -webkit-transform: translateY(-7%);
        -ms-transform: translateY(-7%);
        transform: translateY(-7%);
    }
}

/* @media screen and (min-width:992px) {
    .main-visual .slick>div a .visual-text {
        top: 30%;
        left: 50%;
        -webkit-transform: translateX(-50%)translateY(-30%);
        -ms-transform: translateX(-50%)translateY(-30%);
        transform: translateX(-50%)translateY(-30%);
    }
} */
@media screen and (min-width:1201px) {
    .main-visual .slick>div a .visual-text {
        top: 30%;
        left: 50%;
        -webkit-transform: translateX(-50%)translateY(-30%);
        -ms-transform: translateX(-50%)translateY(-30%);
        transform: translateX(-50%)translateY(-30%);
        width: 1200px;
    }
}

.main-visual .slick_txt>* {
    position: relative;
    transition: font-size 0.5s;
    opacity: 0;
}

.main-visual-hgroup {
    display: inline-block;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

@media screen and (min-width:769px) {
    .main-visual-hgroup {
        padding-bottom: 3rem;
        margin-bottom: 1.75rem;
    }
}

.main-visual .slick>div a h1 {
    z-index: 111;
    font-weight: 800;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1;
}

@media screen and (min-width:769px) {
    .main-visual .slick>div a h1 {
        font-size: 4.25rem;
    }
}

@media screen and (min-width:992px) {
    .main-visual .slick>div a h1 {
        font-size: 5rem;
    }
}

@media screen and (min-width:1201px) {
    .main-visual .slick>div a h1 {
        font-size: 6.5625rem;
    }
}

.main-visual .slick .tit-gradi {
    color: #d61718;
    background: -webkit-linear-gradient(bottom left, #f57273, #d61718 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
}

.main-visual .slick>div a p {
    font-size: 1rem;
}

.main-visual .slick>div a .txt-space {
    display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.main-visual .slick>div a .txt-space>.space {
    margin-right: .5rem;
}

@media screen and (min-width:769px) {
    .main-visual .slick>div a p {
        font-size: 1.25rem;
    }

    .main-visual .slick>div a .txt-space>.space {
        margin-right: .75rem;
    }
}

@media screen and (min-width:992px) {
    .main-visual .slick>div a p {
        font-size: 1.5rem;
    }

    .main-visual .slick>div a .txt-space>.space {
        margin-right: 1rem;
    }
}

@media screen and (min-width:1201px) {
    .main-visual .slick>div a p {
        font-size: 1.75rem;
    }

    .main-visual .slick>div a .txt-space>.space {
        margin-right: 1.25rem;
    }
}

.main-visual .slick>div a .sub-descript {
    font-size: .875rem;
}

@media screen and (min-width:769px) {
    .main-visual .slick>div a .sub-descript {
        font-size: 1rem;
    }
}

@media screen and (min-width:992px) {
    .main-visual .slick>div a .sub-descript {
        font-size: 1.125rem;
    }
}

/* visual visual__MODULE */
.MODULE-banner__bg {
    width: 100%;
}

/* visual pager */
.main-visual .slick-dots {
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.main-visual .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: auto;
    height: auto;
}

.main-visual .slick-dots li button {
    display: block;
    padding: 0;
    width: 16px;
    height: 16px;
    background: none;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    transform-origin: center;
}

.main-visual .slick-dots li.slick-active button {
    background: #003e7e;
    width: 49px;
    border-radius: 20px;
    border-color: #003e7e;
}

.main-visual .slick-dots li button:before {
    display: none;
}

.main-visual .slick-prev:before,
.main-visual .slick-next:before {
    display: none;
}

/* main-visual slick arrow */
#MODULE-nav {
    margin-top: 1rem;
}

@media screen and (min-width:769px) {
    #MODULE-nav {
        margin-top: 3.5rem;
    }
}

.main-visual #MODULE-nav a {
    display: block;
    width: 44px;
    height: 44px;
}

/* main-visual-quick */
.main-visual-quick {
    position: static;
    z-index: 1;
    transform: translateY(-7%);
    -webkit-transform: translateY(-7%);
    width: 100%;
    min-height: 380px;
}

@media screen and (min-width:601px) {
    .main-visual-quick {
        transform: translateY(-12%);
        -webkit-transform: translateY(-12%);
    }
}

@media screen and (min-width:769px) {
    .main-visual-quick {
        position: absolute;
        bottom: 4%;
        transform: translateY(-4%);
        -webkit-transform: translateY(-4%);
        7
    }
}

@media screen and (min-width:1201px) {
    .main-visual-quick {
        bottom: 5%;
        transform: translateY(-5%);
        -webkit-transform: translateY(-5%);
    }
}

.main-visual-quick-menu {
    display: flex;
    -ms-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    counter-reset: main-quick-counter;
}

@media screen and (min-width:1201px) {
    .main-visual-quick-menu {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

.main-visual-quick-menu__item {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 1.5rem;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    counter-increment: main-quick-counter;
}

@media screen and (min-width: 576px) {
    .main-visual-quick-menu__item {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width:1201px) {
    .main-visual-quick-menu__item {
        margin-bottom: 0;
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }
}

.main-visual-quick-menu__item:before {
    content: counter(main-quick-counter);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1rem;
    margin-left: 1.875rem;
    border-bottom: 1px solid;
    color: #545454;
    font-size: 1.5625rem;
    line-height: 1;
    z-index: 1;
}

@media screen and (min-width:1201px) {
    .main-visual-quick-menu__item:before {
        margin-top: 1.875rem;
    }
}

.main-visual-quick-menu__item-detail {
    position: relative;
    height: 100%;
    padding-top: 3.25rem;
    padding-left: 1.875rem;
    padding-bottom: 1.875rem;
    padding-right: 1.875rem;
    background-color: #fff;
    border: 1px solid #d1c8c8;
}

.main-visual-quick-menu__item-detail:before,
.main-visual-quick-menu__item-detail:after {
    content: '';
    display: block;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #dfdfdf;
    z-index: -1;
    transition-property: right, bottom;
    /* text-align: center; */
}

.main-visual-quick-menu__item-detail:before {
    right: -10px;
    bottom: -10px;
    background-color: #cbcbcb;
    z-index: -2;
}

@media screen and (min-width:1201px) {
    .main-visual-quick-menu__item-detail {
        padding-top: 6.375rem;
        padding-bottom: 1.875rem;
    }
}

.main-visual-quick-menu__item-detail .img-wrap {
    display: inline-block;
    height: 48px;
}

@media screen and (min-width:481px) {
    .main-visual-quick-menu__item-detail .img-wrap {
        height: 58px;
    }
}

@media screen and (min-width:769px) {
    .main-visual-quick-menu__item-detail .img-wrap {
        height: 68px;
    }
}

.main-visual-quick-menu__item-detail .img-wrap>img {
    max-height: 100%;
}

.main-visual-quick-menu__item-detail .caption__tit {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1c1c1c;
    font-family: 'Noto Sans KR', sans-serif;
}

@media screen and (min-width:1201px) {
    .main-visual-quick-menu__item-detail .caption__tit {
        font-size: 2.1875rem;
    }
}

.main-visual-quick-menu__item-detail .caption__descript {
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    margin-bottom: .875rem;
    font-size: 0.875rem;
    line-height: 20px;
    word-break: keep-all;
    letter-spacing: -1px;
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .main-visual-quick-menu__item-detail .caption__descript {
        font-size: 0.9375rem;
    }
}

.main-visual-quick-menu__item-detail .btn-circle-arrow {
    display: block;
    width: 100%;
    font-size: .875rem;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
}

@media screen and (min-width:1201px) {
    .main-visual-quick-menu__item-detail .btn-circle-arrow {
        font-size: 1.25rem;
    }
}

/* hover event */
/* .main-visual-quick-menu__item-detail */
.main-visual-quick-menu__item-detail:hover:before,
.main-visual-quick-menu__item-detail:hover:after {
    right: 0;
    bottom: 0;
    transition-duration: .5s;
}

.main-visual-quick-menu__item-detail:hover:after {
    transition-delay: .1s;
}

/* btn */
.main-visual-quick-menu__item-detail:hover .btn-circle-arrow {
    color: #ff0000;
}

.main-visual-quick-menu__item-detail:hover .btn-circle-arrow .btn__ico:after {
    transform: scale(1.5);
    /* background-color: #492f30; */
}

/*
	main contents
*/
.main-section {
    padding-top: 6.25rem;
    padding-bottom: 3.875rem;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.main-hgroup .txt-space {
    font-size: 0.8125rem;
    color: #bfa780;
}

.main-hgroup .tit-wrap {
    display: inline-block;
}

.main-conts-title {
    position: relative;
    color: #492f30;
    font-weight: bold;
    font-size: 4rem;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1;
    letter-spacing: -0.5px;
}

.main-conts-title--line-top {
    position: relative;
    padding-top: .5rem;
}

.main-conts-title--line-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    display: inline-block;
    width: 33px;
    height: 0px;
    padding-top: 1.5rem;
    border-top: 4px solid #492f30;
}

.main-conts-title+p,
.tit-wrap+p {
    margin-bottom: 50px;
    color: #535353;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

@media screen and (max-width:1200px) {
    .main-section {
        padding: 60px 0;
    }

    .main-conts-title {
        font-size: 36px;
    }
}

@media screen and (max-width:768px) {
    .main-section {
        padding: 50px 0;
    }

    .main-conts-title {
        font-size: 2rem;
    }

    .main-conts-title+p,
    .tit-wrap+p {
        margin-bottom: 30px;
        font-size: .875rem;
    }
}

@media screen and (max-width:640px) {}

/*
    main-product
*/
.main-product {
    background-image: url(/html/_skin/seil/img/main/bg_main_product.jpg);
}

@media (min-width: 1641px) {
    .main-product .col-hgroup {
        -ms-flex: 0 0 38.36%;
        flex: 0 0 38.36%;
        max-width: 38.36%;
    }

    .main-product .col-slider {
        -ms-flex: 0 0 61.64%;
        flex: 0 0 61.64%;
        max-width: 61.64%;
    }
}

.main-product .product-hgroup-btn-wrap {
    /* max-width: 50%; */
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 5rem;
    text-align: left;
}

@media screen and (min-width:769px) {
    .main-product .product-hgroup-btn-wrap {
        max-width: 50%;
        padding-left: 0;
    }
}

.product-hgroup-btn-wrap .main-hgroup {
    margin-bottom: 1.5rem;
}

.product-hgroup-btn-wrap .main-hgroup .tit-wrap {
    margin-bottom: 1rem;
}

.product-hgroup-btn-wrap .main-hgroup .txt-space {
    margin-bottom: .875rem;
    font-weight: bold;
}

.product-hgroup-btn-wrap .main-hgroup>p {
    font-size: 1rem;
    color: #535353;
    letter-spacing: -1px;
    word-break: keep-all;
}

@media screen and (min-width:769px) {
    .product-hgroup-btn-wrap .main-hgroup>p {
        width: 82%;
    }
}

/* main-proder-slider */
.main-product__slider {
    position: relative;
    margin-left: -15px;
    margin-right: -32px;
    padding-left: 17px;
    padding-bottom: 10px;
}

.main-product__slider:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 149px;
    height: 243px;
    background: url(/html/_skin/seil/img/main/bg_slash_gray.gif);
    background-position: center center;
}

.main-product__slider-item {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.main-product__slider-item__figure {
    display: inline-block;
    overflow: hidden;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.08);
}

.main-product__slider-item__figure figcaption {
    padding: 1rem;
    background-color: #979797;
    color: #fff;
    font-weight: 300;
}

@media screen and (min-width:640px) {}

/* product slider */
/* #main-product-nav {
    margin-top: 1.75rem;
} */

/*
    main-news
*/
.main-news {
    background-image: url(/html/_skin/seil/img/main/bg_main_news.jpg);
}

.main-news .main-hgroup .main-conts-title,
.main-news .main-hgroup .main-conts-title+p {
    color: #fff;
}

.main-news .main-hgroup .main-conts-title {
    margin-bottom: 1rem;
}

/* main-news board inc */
.main-news .board-wrap .gallery-list {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    /* text-align: left; */
}

.main-news .board-wrap .gallery-list figure {
    width: 25%;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 0;
}

.main-news .board-wrap .gallery-list figure a figcaption {
    position: relative;
    background-color: #fff;
    text-align: left;
}

@media screen and (max-width:800px) {
    .main-news .board-wrap .gallery-list figure {
        width: 50%;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:575px) {
    .main-news .board-wrap .gallery-list figure {
        width: 100%;
    }
}

.main-news .board-wrap .gallery-list .gallery-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3125rem;
    font-family: 'Noto Sans KR', sans-serif;
}

.main-news .board-wrap .gallery-list figure a figcaption li:last-of-type {
    width: calc(100% - 45px);
    height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 20px;
    color: #535353;
}

.main-news .board-wrap .gallery-list figure a figcaption .btn-more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #c6ad86;
    opacity: 0;
    z-index: 1;
    transition: all, .2s;
}

.main-news .board-wrap .gallery-list figure a figcaption .btn-more__ic {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/html/_skin/seil/img/common/ico_plus_white.png);
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform, .3s;
}

/* btn of img wrap when mouse over */
.main-news .board-wrap .gallery-list figure:hover .btn-more {
    opacity: 1;
    width: 45px;
    height: 45px;
}

.main-news .board-wrap .gallery-list figure:hover .btn-more__ic {
    transform: rotate(360deg);
}

/*
    main-gallery, main-location
*/
/* main-gallery */
.main-section.main-gallery-location {
    padding-bottom: 6.25rem;
}

.main-gallery {
    padding: 2rem 2rem 3rem 2rem;
    margin-bottom: 1.5rem;
    background-color: #f3f3f3;
    box-shadow: 3.2px 6.2px 8px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width:769px) {
    .main-gallery {
        padding: 3.125rem 3.125rem 4.125rem 3.125rem;
    }
}

@media screen and (min-width:1025px) {
    .main-gallery {
        margin-bottom: 0;
    }
}

.main-gallery .main-hgroup {
    text-align: left;
    line-height: 1.5;
}

.main-gallery .main-hgroup .logo,
.main-gallery .main-hgroup img {
    display: inline-block;
}

.main-gallery .main-hgroup .logo {
    width: 64%;
}

@media screen and (min-width:769px) {
    .main-gallery .main-hgroup .logo {
        width: auto;
    }
}

.main-gallery-detail {
    margin-top: 2.5rem;
    text-align: left;
    word-break: keep-all;
}

@media screen and (min-width:769px) {
    .main-gallery-detail {
        margin-top: 3.25rem;
    }
}

.main-gallery-detail .gallery-title {
    margin-bottom: .875rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}

@media screen and (min-width: 769px) {
    .main-gallery-detail .gallery-title {
        margin-bottom: 1.5rem;
    }
}

.main-gallery .main-gallery-detail dd {
    font-size: .875rem;
}

@media screen and (min-width: 769px) {
    .main-gallery .main-gallery-detail dd {
        font-size: 1rem;
    }
}

/*main-gallery board*/
.main-gallery .main-hgroup .main-conts-title {
    padding-top: 1rem;
    line-height: 1.5;
}

.main-gallery .board-wrap {
    padding: 0;
}

.main-gallery .board-wrap .gallery-list {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    text-align: left;
}

.main-gallery .board-wrap .gallery-list figure {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    pointer-events: none;
}

.main-gallery .board-wrap .gallery-list figure a figcaption {
    text-align: left;
}

.main-gallery .board-wrap .gallery-list .thumb-wrap.embed-responsive-16by9,
.main-gallery .board-wrap .gallery-list .gallery-date--top {
    display: none;
}

.main-gallery .board-wrap .gallery-list .gallery-title {
    margin-bottom: .875rem;
    font-size: 1.125rem;
    color: #000;
}

@media screen and (min-width:769px) {
    .main-gallery .board-wrap .gallery-list .gallery-title {
        margin-bottom: 1.5rem;
    }
}

.main-gallery .board-wrap .gallery-list figure a figcaption {
    margin-top: .875rem;
    padding: 0;
    min-height: 100px;
}

@media screen and (min-width:769px) {
    .main-gallery .board-wrap .gallery-list figure a figcaption {
        margin-top: 3.25rem;
    }
}

.main-gallery .board-wrap .gallery-list figure a figcaption li {
    font-size: .875rem;
}

@media screen and (min-width:769px) {
    .main-gallery .board-wrap .gallery-list figure a figcaption li {
        font-size: 1rem;
    }
}

.main-gallery .board-wrap .gallery-list figure a figcaption li:last-of-type {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 20px;
    height: 40px;
}

@media screen and (min-width:769px) {
    .main-gallery .board-wrap .gallery-list figure a figcaption li:last-of-type {
        max-width: 70%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        word-break: keep-all;
        line-height: 20px;
        height: 80px;
    }
}

.main-gallery .board-wrap .gallery-list .gallery-date--bottom {
    /**/
    display: none;
    color: #535353;
    font-size: 1rem;
    font-weight: normal;
}

/* slick nav */
#main-gallery-nav {
    display: none;
}

.main-gallery-nav-wrap {
    position: absolute;
    right: 15px;
    bottom: 0;
}

/*main-gallery board end*/
/* location */
.main-location-col {
    min-height: 260px;
}

.main-location-link:hover .btn-arrow-bottom {
    color: #492f30;
    padding-right: 1.8rem;
}

.main-location {
    position: relative;
    height: 100%;
    padding: 3.75em 2.875rem;
    background-image: url(/html/_skin/seil/img/main/bg_main_location.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 3.2px 6.2px 8px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
}

.main-location:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 50%);
}

.main-location__inner {
    /* for z-index */
    position: relative;
    z-index: 2;
}

.main-location .main-hgroup {
    margin-bottom: 1.5rem;
}

.main-location .main-hgroup .txt-space {
    color: #492f30;
    font-weight: bold;
    font-size: 0.8125rem;
}

@media screen and (min-width:769px) {
    .main-location .main-hgroup .main-conts-title {
        font-size: 1.125rem;
    }
}

.main-location .main-hgroup .main-conts-title {
    font-size: 2rem;
    font-family: 'NanumSquare', sans-serif;
}

@media screen and (min-width:769px) {
    .main-location .main-hgroup .main-conts-title {
        font-size: 2.8125rem;
    }
}

/* main section common */
.main-section .basic-board-list,
.main-section .webzine-board-list {
    display: none;
}
