section {
    padding: 0 var(--base-padding);
}

.sec-key {
    background: var(--main, #1e716f);
}

.sec-key__cont {
    position: relative;
}

.sec-key__bg {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 900px;
    height: 900px;
    background-image: url(../img/main/img-top-dog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.key-visual {
    height: var(--base-height);
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.key-visual__wrapper {
    width: 100%;
    padding-bottom: 80px;
    max-width: 903px;
}

.key-visual__title {
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 116.667% */
}

.key-visual__desc {
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 133.333% */
}

.key-visual__icon {
    display: block;
    width: 49px;
    height: 49px;
    background-image: url(../img/main/ico-top-copy.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 22px;
}

.sec-company {
    background: #eceded;
}

.sec-title {
    text-align: center;
}

.sec-title--left {
    text-align: left;
}

.sec-title__title {
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
}

.sec-title--light .sec-title__title {
    color: var(--main, #1e716f);
}

.sec-title__desc {
    margin-top: 15px;
    color: var(--main-white-color, #eceded);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 157.143% */
}

.sec-title--light .sec-title__desc {
    color: var(--main, #1e716f);
}

.sec-title__desc--cont {
    margin-top: 30px;
}

.sec-title__sub {
    margin-bottom: 30px;
    color: var(--main, #1e716f);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.sec-company {
    padding-top: 200px;
    padding-bottom: 200px;
}

.company-cont__skybanner {
    margin-top: 80px;
    width: 100%;
}

.company-cont__sub {
    margin-top: 80px;
    color: var(--main, #1e716f);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 133.333% */
}

.company-cont__desc {
    margin-top: 40px;
    color: var(--main, #1e716f);
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 157.143% */
}

.company-cont__list {
    margin-top: 160px;
    display: flex;
}

.company-cont__item {
    flex: 1;
    min-width: 0;
}

.company-cont__item + .company-cont__item {
    margin-left: 100px;
}

.company-cont__no {
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 50px */
    border-bottom: 1px solid #1e716f;
    padding-bottom: 20px;
}

.company-cont__item-title {
    margin-top: 20px;
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 30px */
}

.company-cont__item-desc {
    margin-top: 40px;
    color: var(--main, #1e716f);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.company-cont__btns {
    margin-top: 80px;
    text-align: center;
    font-size: 0;
}

.sec-find {
    background: var(--main, #1e716f);
    padding-top: 200px;
    padding-bottom: 200px;
}

.find-product {
    margin-top: 60px;
    padding: 0 25px;
}

.find-product__slider {
    margin-top: 150px;
}

.find-product__scroll {
    width: 100%;
    max-width: 325px;
    height: 5px;
    background: #235554;
    margin-left: auto;
    margin-right: auto;
}

.find-product__scroll .swiper-scrollbar-drag {
    border-radius: 0;
    background-color: #d9d9d9;
    cursor: pointer;
}

.find-product__item.swiper-slide {
    width: calc((100% - 358px) / 3);
    text-align: center;
}

.find-product__thumb {
    width: 100%;
    position: relative;
}

.find-product__thumb img {
    width: 100%;
}

.find-product__info {
    margin-top: 80px;
}

.find-product__shape {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.find-product__title {
    display: block;
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 147.619% */
}

.find-product__desc {
    margin-top: 10px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.find-product__btn {
    margin-top: 40px;
}

.sec-info {
    background: var(--sub-color, #235554);
    padding-top: 200px;
    padding-bottom: 200px;
}

.info-cont__grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(10, 1fr);
    -ms-column-gap: var(--gutter);
    align-items: center;
}

.info-cont__left {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
    padding-bottom: 10px;
}

.info-cont__right {
    grid-column: auto / span 6;
    -ms-grid-column: auto / span 6;
}

.info-cont__right__btns {
    margin-top: 70px;
}

.info-cont__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: 70px;
    -ms-row-gap: 70px;
}

.info-cont__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    padding-right: 72px;
}

.info-cont__title {
    color: var(--main-white-color, #eceded);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 21px */
}

.info-cont__title {
    color: var(--main-white-color, #eceded);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 21px */
}

.info-cont__desc {
    margin-top: 30px;
    color: var(--main-white-color, #eceded);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.info-cont__btn {
    margin-top: 40px;
}

.sec-about-top {
    background-image: url(../img/about/bg-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-about-top__cont {
    height: 700px;
    display: flex;
    align-items: center;
}

.about-top__cont {
    text-align: center;
}

.about-top__cont__title {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px; /* 116.667% */
}

.about-top__cont__desc {
    margin-top: 20px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "S-Core Dream";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 21px */
}

.sec-intro {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #1e716f;
}

.sec-intro__cont {
    max-width: var(--content-wrapper);
    margin: 0 auto;
    text-align: center;
}

.sec-intro__symbol {
    width: 150px;
}

.sec-intro__title {
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "S-Core Dream";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px; /* 23px */
}

.sec-intro__desc {
    margin-top: 25px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.sec-intro__img {
    margin-top: 80px;
    width: 100%;
}

.sec-history {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #1b6764;
}

.sec-history .sec-title__desc {
    font-family: "Roboto Condensed";
}

.history-cont__list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    -ms-grid-template-columns: repeat(10, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: 200px;
    -ms-row-gap: 200px;
    overflow: hidden;
}

.history-cont__item {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
    position: relative;
}

.history-cont__item--title {
    grid-column: auto / span 4;
    -ms-grid-column: auto / span 4;
}

.history-cont__year {
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 30px */
}

.history-cont__desc {
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 133.333% */
}

.history-cont__item::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 45px;
    left: 0;
    background-image: url(../img/about/ico-history-bullet.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.history-cont__item::after {
    content: "";
    width: calc(100% + var(--gutter));
    height: 1px;
    background-color: #eceded;
    position: absolute;
    top: 48px;
}

.history-cont__item--title::before,
.history-cont__item--title::after {
    display: none;
}

.sec-friend {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #eceded;
}

.friend-cont__list {
    margin-top: 94px;
}

.friend-cont__item {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(10, 1fr);
    -ms-column-gap: var(--gutter);
    align-items: center;
    position: relative;
}

.friend-cont__item + .friend-cont__item {
    margin-top: 20px;
}

.friend-cont__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 17px;
    width: 1px;
    height: calc(100% - 44px);
    background-color: #1e716f;
}

.friend-cont__no {
    display: block;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 50%;
    border: 1px solid #1e716f;
    text-align: center;
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    align-self: baseline;
}

.friend-cont__img {
    grid-column: auto / span 6;
    -ms-grid-column: auto / span 6;
}

.friend-cont__img img {
    max-width: 100%;
}

.friend-cont__info {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
}

.friend-cont__title {
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 30px */
    text-transform: uppercase;
}

.friend-cont-desc {
    margin-top: 20px;
}

.friend-cont-desc__item {
    color: var(--main, #1e716f);
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.sec-corp {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #235554;
}

.corp-cont {
    margin-top: 135px;
    display: flex;
    align-items: center;
}

.corp-cont__symbol {
    margin-left: 45px;
}

.corp-cont__symbol img {
    max-width: 100%;
}

.corp-cont__list {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.corp-cont__item {
    flex: 1;
    max-width: 310px;
    position: relative;
}

.corp-cont__item::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eceded;
}

.corp-cont__no {
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 50px */
}

.corp-cont__title {
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 30px */
    text-transform: uppercase;
}

.corp-cont__desc {
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    word-break: break-all;
}

.sec-choice {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: #1e716f;
}

.sec-choice__symbol {
    margin-bottom: 20px;
}

.choice-cont {
    margin-top: 100px;
}

.choice-cont .swiper-wrapper {
    transition-timing-function: linear !important;
}

.choice-list__item.swiper-slide {
    width: 285px;
}

.choice-list__thumb img {
    width: 100%;
}

.choice-list__slider.swiper-container {
    overflow: visible;
}

.choice-cont__btns {
    text-align: center;
    margin-top: 100px;
}

.sec-product-list {
    background-color: #1e716f;
    padding-top: 160px;
    padding-bottom: 200px;
}

.list-sort {
    padding-top: 198px;
    padding-bottom: 200px;
}

.list-sort__link {
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%; /* 25px */
    text-transform: uppercase;
    pointer-events: none;
}

.list-sort__link.list-sort__link--all {
    pointer-events: visible;
}

.list-sort__item + .list-sort__item {
    margin-top: 40px;
}

.list-sort-sub {
    margin-top: 20px;
}

.list-sort-sub__item + .list-sort-sub__item {
    margin-top: 10px;
}

.list-sort-sub__item input[type="radio"],
.list-sort-sub__item input[type="checkbox"] {
    display: none;
}

.list-sort-sub__item input[type="radio"] + label,
.list-sort-sub__item input[type="checkbox"] + label {
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%; /* 18px */
    cursor: pointer;
}

.list-sort-sub__item input[type="radio"]:checked + label,
.list-sort-sub__item input[type="checkbox"]:checked + label {
    text-decoration: underline;
}

.prd-list-tit {
    margin-bottom: 150px;
}

.prd-list-tit__title {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
}

.product-list__list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-template-columns: repeat(7, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: 150px;
    -ms-row-gap: 150px;
}

.product-list__item {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
    text-align: center;
}

.product-list__item:nth-child(2n) {
    grid-column: 5 / span 3;
    -ms-grid-column: 5 / span 3;
}

.product-list__thumb {
    max-width: 370px;
    display: inline-block;
    vertical-align: top;
}

.product-list__thumb img {
    width: 100%;
}

.product-list__info {
    margin-top: 80px;
}

.product-list__shape {
    width: 60px;
}

.product-list__title {
    display: block;
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 147.619% */
}

.product-list__desc {
    margin: 0 auto;
    max-width: 310px;
    margin-top: 10px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.product-list__btn {
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
}

.product-list__empty {
    grid-column: auto / span 7;
    -ms-grid-column: auto / span 7;
    padding-top: 130px;
    padding-bottom: 130px;
}

.product-list__empty-title {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}

.product-list__empty-desc {
    margin-top: 20px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    opacity: 0.5;
}

.product-list .paging {
    margin-top: 200px;
}

.sec-product-detail {
    background-color: #eceded;
    padding-top: 160px;
    padding-bottom: 300px;
}

.product-detail {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    column-gap: var(--gutter);
    -ms-grid-template-columns: repeat(10, 1fr);
    -ms-column-gap: var(--gutter);
    align-items: start;
}

.product-detail__img {
    grid-column: auto / span 5;
    -ms-grid-column: auto / span 5;
    display: flex;
}

.product-detail__info {
    grid-column: 7 / span 4;
    -ms-grid-column: 7 / span 4;
}

.product-thumb {
    flex: 0 0 60px;
    min-width: 0;
    max-height: 637px;
}

.product-image {
    flex: 1;
    margin-left: 50px;
    min-width: 0;
}

.product-image__item {
    min-width: 0;
}

.product-image__item img {
    width: 100%;
}

.product-thumb__list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-thumb__item {
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.product-thumb__item img {
    width: 100%;
}

.product-thumb__item + .product-thumb__item {
    margin-top: 15px;
}

.product-detail__title-en {
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
}

.product-detail__title-kr {
    margin-top: 20px;
    color: var(--main, #1e716f);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: var(--main-white-color, #eceded);
    font-family: "S-Core Dream";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 103.333% */
}

.product-detail__sub {
    margin-top: 40px;
    color: var(--main, #1e716f);
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; /* 155.556% */
}

.product-detail__desc {
    margin-top: 20px;
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.product-summery {
    margin-top: 60px;
}

.product-summery__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    column-gap: var(--gutter);
    -ms-column-gap: var(--gutter);
    row-gap: 11px;
    -ms-row-gap: 11px;
}

.product-summery__item {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
    display: flex;
    align-items: center;
}

.product-summery__icon {
    width: 50px;
    margin-right: 20px;
}

.product-summery__icon img {
    width: 100%;
}

.product-summery__desc {
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.product-cont {
    margin-top: 56px;
}

.product-cont__item {
    border-top: 1px solid #1e716f;
}

.product-cont__item:last-child {
    border-bottom: 1px solid #1e716f;
}

.product-cont__top {
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

.product-cont__top::after {
    content: "";
    width: 18px;
    height: 12px;
    background-image: url(../img/assets/ico-angle-product-desc.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.product-cont__item.open .product-cont__top::after {
    transform: translateY(-50%) rotate(180deg);
}

.product-cont__title {
    color: var(--main, #1e716f);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    text-transform: uppercase;
}

.product-cont__item.open .product-cont__title {
    font-weight: 600;
    font-style: italic;
}

.product-cont__toggle {
    padding: 20px 0;
}

.product-cont__desc {
    color: var(--main, #1e716f);
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; /* 155.556% */
}

.product-cont__btm {
    height: 0;
    overflow: hidden;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.sec-board-list {
    padding-top: 160px;
    padding-bottom: 200px;
    background-color: #1e716f;
}

.board-list {
    max-width: 940px;
    margin: 0 auto;
    margin-top: 120px;
}

.page-title__title {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
}

.page-title--light .page-title__title {
    color: var(--main, #1e716f);
}

.page-title__desc {
    margin-top: 20px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 21px */
}

.page-title--light .page-title__desc {
    color: var(--main, #1e716f);
}

.board-list__item {
    display: flex;
}

.board-list__item + .board-list__item {
    margin-top: 60px;
}

.board-list__thumb {
    display: block;
    flex: 0 0 394px;
    width: 394px;
    height: 250px;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.board-list__info {
    flex: 1;
    min-width: 0;
    margin-left: 65px;
}

.board-list__title {
    color: var(--main-white-color, #eceded);
    font-family: "Noto Sans CJK KR";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 21px */
}

.board-list__desc {
    margin-top: 20px;
    color: var(--main-white-color, #eceded);
    font-family: "Noto Sans CJK KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.board-list__btn {
    margin-top: 60px;
}

.board-list__btns {
    margin-top: 200px;
    text-align: center;
}

.sec-board-detail {
    padding-top: 160px;
    padding-bottom: 200px;
    background-color: #eceded;
}

.board-detail {
    max-width: 940px;
    margin: 0 auto;
    margin-top: 120px;
}

.board-detail__cont span,
.board-detail__cont p,
.board-detail__cont div,
.board-detail__cont em,
.board-detail__cont i,
.board-detail__cont b,
.board-detail__cont strong,
.board-detail__cont h1,
.board-detail__cont h2,
.board-detail__cont h3,
.board-detail__cont h4,
.board-detail__cont h5,
.board-detail__cont h6,
.board-detail__cont ul,
.board-detail__cont ol,
.board-detail__cont li,
.board-detail__cont dl,
.board-detail__cont dt,
.board-detail__cont dd,
.board-detail__cont table,
.board-detail__cont tr,
.board-detail__cont th,
.board-detail__cont td,
.board-detail__cont blockquote,
.board-detail__cont pre,
.board-detail__cont code,
.board-detail__cont address,
.board-detail__cont form,
.board-detail__cont fieldset,
.board-detail__cont legend {
    line-height: 176%;
}

.board-detail__cont img {
    max-width: 100%;
}

.board-detail__btns {
    margin-top: 200px;
    text-align: center;
}

.sec-contact {
    padding-top: 400px;
    padding-bottom: 446px;
    background-color: #1e716f;
}

.contact-cont {
    text-align: center;
}

.contact-cont__title {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
}

.contact-cont__contacts {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.contact-cont__contact {
    display: flex;
}

.contact-cont__label {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 25px */
    text-transform: uppercase;
}

.contact-cont__val {
    color: var(--main-white-color, #eceded);
    font-family: "Roboto Condensed";
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-left: 9px;
}

.contact-cont__desc {
    margin-top: 40px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    opacity: 0.5;
}

.sec-search {
    padding-top: 400px;
    padding-bottom: 200px;
    background-color: #1e716f;
}

.search-top {
    text-align: center;
}

.serch-top__title {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    text-transform: uppercase;
}

.search-top__field {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    max-width: 460px;
    position: relative;
}

.search-top__input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--main-white-color, #eceded);
    height: 60px;
    padding: 0 16px;
    padding-right: 60px;
    background-color: transparent;
    color: var(--main-white-color, #eceded);
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.search-top__input::placeholder {
    color: #eceded;
}

.search-top__input + label {
    display: none;
}

.search-top__btn {
    font-size: 0;
    width: 35px;
    height: 12px;
    background-image: url(../img/assets/ico-search-large.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.search-btm {
    margin-top: 80px;
    border-top: 1px solid rgba(236, 237, 237, 0.3);
}

.search-btm__head {
    padding-top: 20px;
}

.sarch-btm__result,
.sarch-btm__result span {
    color: var(--main-white-color, #eceded);
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}
.search-list {
    margin-top: 100px;
}

.search-list__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 135px;
    -ms-column-gap: 135px;
    row-gap: 135px;
    -ms-row-gap: 135px;
    padding: 0 67px;
}

.search-list__empty {
    grid-column: auto / span 3;
    -ms-grid-column: auto / span 3;
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
}

.search-list__noti {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}

.search-list__noti-desc {
    margin-top: 20px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    opacity: 0.5;
}

.search-list__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    min-width: 0;
    text-align: center;
}

.search-list__thumb {
    width: 100%;
}

.search-list__thumb img {
    width: 100%;
}

.search-list__info {
    margin-top: 80px;
}

.search-list__title {
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px; /* 147.619% */
}

.search-list__desc {
    margin-top: 10px;
    color: var(--main-white-color, #eceded);
    text-align: center;
    font-family: "Noto Sans CJK KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.search-list__btn {
    margin-top: 40px;
}

.sec-policy {
    background-color: #eceded;
    padding-top: 160px;
    padding-bottom: 200px;
}

.policy__cont {
    margin: 0 auto;
    margin-top: 103px;
    max-width: 940px;
}

.policy__cont p {
    color: var(--main, #1e716f);
    font-family: "Noto Sans CJK KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px; /* 175% */
    word-break: break-all;
    text-align: justify;
}
