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

.sec-key {
    padding: 0;
}

.keyvisual-slider {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
}

.keyvisual-slider__slider.swiper-container {
    overflow: visible;
}

.keyvisual-slider__item.swiper-slide {
    width: 100%;
    position: relative;
}

.keyvisual-slider__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    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;
}

.keyvisual-slider__item.active::after {
    background: rgba(0, 0, 0, 0);
}

.keyclip-wrap {
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

.keyclip-wrap__wrapper {
    width: 100%;
    padding-top: 65.7894736842%;
    position: relative;
}

.keyclip-wrap__wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.keyvisual-slider .nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.keyvisual-slider .nav button {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 60px; /* 350% */
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: visible;
    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;
}

.keyvisual-slider .nav button.nav_prev {
    transform: translateX(-50%);
}

.keyvisual-slider .nav button.nav_next {
    transform: translateX(50%);
}

.keyvisual-slider__img--mo {
    display: none;
}

.sec-main-point {
    margin-top: -150px;
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
}

.main-point {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    align-items: start;
}

.main-point__item {
    width: auto;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.main-point__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    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;
}

.main-point__item:hover::after {
    opacity: 1;
}

.main-point__bg {
    width: 100%;
    padding-top: 243.05555555556%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: All 0.6s ease-out;
    -webkit-transition: All 0.6s ease-out;
    -moz-transition: All 0.6s ease-out;
    -o-transition: All 0.6s ease-out;
}

.main-point__item:hover .main-point__bg {
    transform: scale(1.1);
}

.main-point__item--01 {
    margin-top: 60px;
}

.main-point__item--01 .main-point__bg {
    background-image: url(../img/main/img-main-point01.jpg);
}

.main-point__item--02 {
    margin-top: 100px;
}

.main-point__item--02 .main-point__bg {
    background-image: url(../img/main/img-main-point02.jpg);
}

.main-point__item--03 {
    margin-top: 0;
}

.main-point__item--03 .main-point__bg {
    background-image: url(../img/main/img-main-point03.jpg);
}

.main-point__item--04 {
    margin-top: 80px;
}

.main-point__item--04 .main-point__bg {
    background-image: url(../img/main/img-main-point04.jpg);
}

.main-point__item--05 {
    margin-top: 30px;
}

.main-point__item--05 .main-point__bg {
    background-image: url(../img/main/img-main-point05.jpg);
}

.main-point__desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 44px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    z-index: 1;
}

.main-dream {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.main-dream__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.main-dream__title {
    color: #000;
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px; /* 125% */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.main-dream__right {
    margin-top: 100px;
}

.main-dream__right,
.main-dream__left {
    max-width: 600px;
}

.main-dream__img {
    width: 100%;
}

.main-dream__desc {
    margin-top: 40px;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px; /* 125% */
}

.main-sec-title {
    position: relative;
}

.main-sec-title__desc {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px; /* 100% */
}

.main-sec-title__title {
    margin-top: 10px;
    color: #b69769;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px; /* 100% */
    letter-spacing: -5px;
}

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

.main-sec-title__title--ico {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-sec-title__ico {
    height: 70px;
    object-fit: contain;
    margin-left: 26px;
}

.main-sec-title__info {
    margin-top: 26px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
}

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

.main-sec-title__nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.main-sec-title__nav button {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-sec-title__nav button + button {
    margin-left: 20px;
}

.main-sec-title__nav button.nav-prev {
    background-image: url(../img/main/ico-nav-title-prev.svg);
}

.main-sec-title__nav button.nav-next {
    background-image: url(../img/main/ico-nav-title-next.svg);
}

.sec-main-best {
    padding-bottom: 50px;
}

.main-best {
    margin-top: 66px;
    display: flex;
}

.main-best__left {
    flex: 0 0 260px;
    min-width: 0;
}

.main-best__right {
    flex: 1;
    min-width: 0;
    margin-left: 80px;
}

.main-best__btn {
    width: 100%;
    border-radius: 30px;
    border: 4px solid transparent;
    line-height: 52px;
    padding: 0 16px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1.2px;
    text-align: left;
    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;
}

.main-best__btn + .main-best__btn {
    margin-top: 10px;
}

.main-best__btn.current {
    border-color: #404040;
}

.main-best__btn--blue {
    background: #c3dff3;
}

.main-best__btn--green {
    background: #c8ee90;
}

.main-best__btn--yellow {
    background: #f6dbb4;
}

.main-best__cont {
    display: none;
}

.main-best__cont.current {
    display: block;
    animation: showOpacity 0.3s forwards;
}

.main-best__item.swiper-slide {
    width: calc((100% - 80px) / 3);
}

.main-best__thumb {
    width: 100%;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.main-best__thumb:hover {
    opacity: 0.3;
}

.sec-main-pick {
    margin-top: 150px;
}

.main-best__desc {
    margin-top: 40px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px; /* 208.333% */
    letter-spacing: -1.2px;
}

.main-pick {
    margin-top: 65px;
}

.main-pick-slider {
    margin-left: calc(-1 * var(--base-padding));
    width: 100vw;
}

.main-pick-slider__item.swiper-slide {
    width: 460px;
}

.main-pick-slider__thumb {
    width: 100%;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.main-pick-slider__thumb:hover {
    opacity: 0.3;
}

.main-pcik-slider__title {
    margin-top: 40px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px; /* 100% */
    letter-spacing: -1.5px;
}

.main-pcik-slider__desc {
    margin-top: 12px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px; /* 208.333% */
    letter-spacing: -1.2px;
}

.sec-main-tube {
    margin-top: 200px;
    padding-top: 98px;
    padding-bottom: 140px;
    background-color: #f3f3f3;
}

.main-tube {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    margin-top: 88px;
    position: relative;
}

.main-tube__item.swiper-slide {
    width: 450px;
}

.main-tube__slider.swiper-container {
    overflow: visible;
}

.main-tube__thumb {
    width: 100%;
}

.mid-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}

.mid-nav button {
    width: 95px;
    height: 95px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: visible;
}

.mid-nav button.nav-prev {
    background-image: url(../img/main/ico-nav-mid-prev.svg);
    transform: translateX(-50%);
}

.mid-nav button.nav-next {
    background-image: url(../img/main/ico-nav-mid-next.svg);
    transform: translateX(50%);
}

.sec-main-tube__btns {
    margin-top: 100px;
    text-align: center;
}

.btn-border {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; /* 125% */
}

.sec-main-insta {
    margin-top: 100px;
    padding-bottom: 200px;
}

.main-insta {
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
    margin-top: 80px;
}

.main-insta__slider.swiper-container {
    overflow: visible;
}

.main-insta__item.swiper-slide {
    width: 250px;
}

.main-insta__item a {
    display: block;
    padding-top: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-insta__thumb {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}

.sec-main-insta__btns {
    margin-top: 100px;
    text-align: center;
}

.sec-submain {
    padding-top: 210px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.breadcrumbs__item + .breadcrumbs__item {
    position: relative;
}

.breadcrumbs__item + .breadcrumbs__item::before {
    content: "/";
    display: inline-block;
    vertical-align: top;
    color: #ccc;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0 17px;
    width: 6px;
    text-align: center;
}

.submain-title {
    padding-bottom: 164px;
    text-align: center;
}

.submain-title__title {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.breadcrumbs__text--home {
    display: block;
    font-size: 0;
    color: transparent;
    width: 20px;
    height: 20px;
    background-image: url(../img/assets/ico-home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.breadcrumbs__btn {
    color: #ccc;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.breadcrumbs__item.open .breadcrumbs__btn {
    color: #000;
}

.breadcrumbs__list {
    position: absolute;
    top: calc(100% + 5px);
    left: 33px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 0;
    animation: showOpacity 0.3s forwards;
    display: none;
    z-index: 101;
}

.breadcrumbs__item.open .breadcrumbs__list {
    display: block;
}

.breadcrumbs__link {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    text-align: left;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.breadcrumbs__link:hover {
    color: #63021a;
}

.breadcrumbs__link.current {
    background-color: #f4f4f4;
    color: #a9a9a9;
}

.section-group {
    position: relative;
    margin-top: -50px;
    padding-bottom: 200px;
}

.lnb {
    height: var(--lnb-height);
    /* pointer-events: none; */
}

.lnb.fixed {
    pointer-events: visible;
}

.lnb--spacer {
    margin-top: 150px;
}

.lnb--underline::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--common-wrapper);
    height: 1px;
    background: #ccc;
}

.lnb__wrapper {
    height: var(--lnb-height);
    padding: var(--lnb-padding) 0;
    position: absolute;
    top: calc(var(--header-gap) * -1);
    left: 0;
    width: 100%;
    z-index: 100;
}

.lnb.fixed .lnb__wrapper {
    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;
}
/* 
.lnb.fixed .lnb__wrapper {
    position: fixed;
    top: var(--header-height);
} */

.lnb__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lnb__item + .lnb__item {
    margin-left: 20px;
}

.lnb__link {
    display: block;
    border-radius: 10px;
    border: 1px solid #63021a;
    background: #fff;
    padding: 10px 31px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    pointer-events: visible;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.lnb__link.current,
.lnb__link:hover {
    background: #63021a;
    color: #fff;
}

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

.about-tit__info {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.about-tit__title {
    margin-top: 21px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 128px;
    font-weight: 900;
}

.about-tit--white .about-tit__info {
    color: #fff;
}

.about-tit--white .about-tit__title {
    color: rgba(255, 255, 255, 0.2);
}

.ceo-cont__title {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.ceo-cont__desc {
    margin-top: 68px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.ceo-cont__desc span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ceo-cont__desc span img {
    position: absolute;
    bottom: -45px;
    left: calc(100% + 20px);
    width: 220px;
}

.sec-story {
    padding-top: 100px;
    padding-bottom: 150px;
}

.story-cont {
    margin-top: 96px;
}

.story-cont__block + .story-cont__block {
    margin-top: 200px;
}

.story-cont__title {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-weight: 400;
}

.story-cont__desc {
    margin-top: 68px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.story-cont__img {
    max-width: 100%;
    margin-top: 78px;
}

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

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

.history-cont__desc {
    color: #000;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 52px;
}

.history-cont__block + .history-cont__block {
    margin-top: 100px;
}

.history-cont__block {
    display: flex;
}

.history-year {
    flex: 0 0 290px;
}

.history-year__text {
    color: #000;
    font-size: 60px;
    font-weight: 900;
    line-height: 72px;
}

.history-list {
    flex: 1;
}

.history-list__years {
    padding-left: 90px;
    padding-top: 21px;
    position: relative;
}

.history-list__timeline {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.history-list__timeline + .history-list__timeline {
    margin-top: 37px;
}

.history-list__year {
    flex: 0 0 120px;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
}

.history-list__list {
    flex: 1;
}

.history-list__item {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.history-list__item + .history-list__item {
    margin-top: 20px;
}

.history-list__timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -90px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
}

.history-list__timeline::after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: -70px;
    width: 50px;
    height: 4px;
    background-color: #000;
}

.history-year {
    position: relative;
}

.history-year::after {
    content: "";
    display: block;
    position: absolute;
    top: 34px;
    right: 0;
    width: 50px;
    height: 4px;
    background-color: #000;
}

.history-list__years::before {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 8px;
    width: 4px;
    height: calc(100% - 50px);
    background-color: #000;
}

.sec-iden {
    padding-top: 100px;
}

.iden-cont {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #cccccc;
}

.iden-logo {
    border: 1px solid #ccc;
    padding: 146px 40px;
}

.iden-logo__img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.iden-color {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    column-gap: 60px;
    -ms-column-gap: 60px;
    row-gap: var(--gutter);
    -ms-row-gap: var(--gutter);
}

.iden-color__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.iden-color__color {
    width: 100%;
    padding-top: 19.6078431373%;
}

.iden-color__title {
    margin-top: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 900;
}

.iden-color__desc {
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.sec-btm-banner {
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btm-banner--right {
    text-align: right;
}

.btm-banner__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.btm-banner__desc {
    margin-top: 26px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
.btm-banner__btn {
    display: inline-flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 200px;
    padding: 0 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
}

.btm-banner__btn::after {
    content: "▶︎";
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 48px;
}

.btm-banner--dark .btm-banner__title {
    color: #000;
}

.btm-banner--dark .btm-banner__desc {
    color: #000;
}

.btm-banner--dark .btm-banner__btn {
    border-color: #000;
    color: #000;
}

.btm-banner--dark .btm-banner__btn::after {
    color: #000;
}

.sec-product-top {
    padding-top: 400px;
    padding-bottom: 310px;
    background-image: url(../img/product/bg-product-intro.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-top__title {
    color: #fff;
    font-size: 96px;
    font-weight: 400;
}

.product-top__desc {
    margin-top: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 70px; /* 140% */
}

.sec-product-intro {
    padding-top: 300px;
    padding-bottom: 200px;
}

.product-intro-top {
    position: relative;
}

.product-intro-top__menu {
    position: absolute;
    top: -100px;
    left: 0;
    width: 400px;
    height: 400px;
    background: #406903;
    display: flex;
    align-items: center;
    padding: 50px;
    z-index: 2;
}

.product-intro-top__item + .product-intro-top__item {
    margin-top: 10px;
}

.product-intro-top__link {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px; /* 166.667% */
    cursor: pointer;
}

.product-intro-top__link.current {
    font-weight: 900;
}

.product-intro-slider {
    position: relative;
}

.product-intro-slider__info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 50px;
}

.product-intro-slider__title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px; /* 111.111% */
    padding-right: 480px;
}

.product-intro-slider__desc {
    margin-top: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px; /* 200% */
    padding-right: 480px;
}

.product-intro-slider__item img {
    width: 100%;
}

.product-intro-slider .fraction {
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 0;
    z-index: 5;
}

.product-intro-slider .fraction span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: center;
    font-size: 96px;
    font-weight: 400;
    line-height: 150px; /* 41.667% */
}

.product-intro__block {
    margin-top: 200px;
}

.product-intro__title {
    color: #000;
    font-size: 64px;
    font-weight: 700;
    padding-bottom: 23px;
    border-bottom: 2px solid #ccc;
}

.product-intro-guide__top {
    margin-top: 20px;
}

.product-intro-guide__sub {
    color: #000;
    font-size: 40px;
    font-weight: 400;
}

.product-intro-guide__step {
    display: flex;
    margin-top: 82px;
}

.product-intro-guide__step-item {
    width: 300px;
}

.product-intro-guide__step-sep {
    flex: 1;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #800020;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

.product-intro-guide__step-item img {
    width: 100%;
}

.product-intro-guide__text {
    margin-top: 50px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.product-intro-guide__btm {
    margin-top: 72px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.product-intro-guide__types {
    margin-top: 82px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    -ms-column-gap: 40px;
    row-gap: var(--gutter);
    -ms-row-gap: var(--gutter);
}

.product-intro-guide__type {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    display: flex;
    align-items: center;
    min-width: 0;
}

.product-intro-guide__type img {
    flex: 0 0 300px;
}

.product-intro-guide__info {
    flex: 1;
    margin-left: 20px;
}

.product-intro-guide__title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
}

.product-intro-guide__desc {
    margin-top: 26px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.product-intro-value {
    padding-top: 20px;
}

.product-intro__sub {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.product-intro-value__list {
    margin-top: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 190px;
    -ms-column-gap: 190px;
    row-gap: 100px;
    -ms-row-gap: 100px;
}

.product-intro-value__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.product-intro-value__item img {
    width: 100%;
}

.product-intro-value__info {
    margin-top: 50px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.product-intro-why {
    margin-top: 20px;
}

.product-intro-why__list {
    margin-top: 43px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    -ms-column-gap: 40px;
    row-gap: 40px;
    -ms-row-gap: 40px;
}

.product-intro-why__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    padding-top: 67.7419354839%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-intro-why__item--span {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    grid-row: auto / span 2;
    -ms-grid-row: auto / span 2;
}

.product-intro-why__desc {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.product-intro-why__item--span .product-intro-why__desc {
    top: 20px;
    bottom: auto;
}

.product-intro-special {
    margin-top: 20px;
}

.product-intro-special__list {
    margin-top: 43px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    -ms-column-gap: 40px;
    row-gap: 74px;
    -ms-row-gap: 74px;
}

.product-intro-special__item img {
    width: 100%;
}

.product-intro-special__title {
    margin-top: 20px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
}

.product-intro-special__desc {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.sec-prd-top {
    height: 1200px;
    padding-top: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prd-top__title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.prd-top--dark .prd-top__title {
    color: #000;
}

.prd-top__title-sub {
    margin-top: 60px;
    color: #fff;
    font-size: 100px;
    font-weight: 700;
}

.prd-top--dark .prd-top__title-sub {
    color: #000;
}

.prd-top__sub {
    margin-top: 54px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
}

.prd-top--dark .prd-top__sub {
    color: #000;
}

.prd-top__desc {
    margin-top: 46px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px; /* 150% */
}

.prd-top--dark .prd-top__desc {
    color: #000;
}

.sec-tit {
    margin-bottom: 23px;
}

.sec-tit__title {
    color: #000;
    font-size: 64px;
    font-weight: 400;
}

.sec-prd-info {
    padding-top: 200px;
}

.prd-info__img {
    width: 100%;
}

.prd-info__col {
    margin-top: 50px;
    display: flex;
}

.prd-info__copy {
    flex: 1;
}

.prd-info__list {
    flex: 0 0 550px;
    margin-left: 50px;
}

.prd-info__copy {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
}

.prd-info__item {
    display: flex;
}

.prd-info__item + .prd-info__item {
    border-top: 1px solid #ccc;
}

.prd-info__title {
    flex: 0 0 75px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; /* 200% */
    padding: 5px 0;
}

.prd-info__data {
    flex: 1;
    min-width: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px 0;
}

.prd-info__data p {
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.prd-info__data p + p {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
}

.prd-info__data i {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-top: 10px;
}

.prd-info__data i::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    left: 9px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #000;
}

.sec-prd-option {
    padding-top: 200px;
}

.prd-option__gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: 3px;
    -ms-column-gap: 3px;
    row-gap: 3px;
    -ms-row-gap: 3px;
}

.prd-option__gallery img {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    width: 100%;
}

.prd-option__options {
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.prd-option__option + .prd-option__option {
    margin-left: 69px;
}

.prd-option__option {
    width: 126px;
}

.prd-option__option img {
    width: 100%;
}

.prd-option__text {
    margin-top: 11px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.prd-option-type {
    margin-top: 50px;
}

.prd-option-type__title {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
}

.prd-option-type__block {
    display: flex;
    padding: 50px 0;
}

.prd-option-type__left {
    flex: 0 0 250px;
}

.prd-option-type__right {
    flex: 1;
}

.prd-option-type__label {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.option-type-color {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    -ms-column-gap: 50px;
    row-gap: 40px;
    -ms-row-gap: 40px;
}

.option-type-color__item {
    min-width: 0;
}

.option-type-color__chip {
    width: 100%;
    padding-top: calc(100% - 2px);
    border-radius: 50%;
    box-sizing: border-box;
}

.option-type-color__title {
    margin-top: 11px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.prd-option-type__desc {
    margin-top: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.prd-option-type__block + .prd-option-type__block {
    border-top: 1px solid #ccc;
}

.option-type-handle {
    display: flex;
}

.option-type-handle__item + .option-type-handle__item {
    margin-left: 80px;
}

.option-type-handle__type + .option-type-handle__type {
    margin-left: 20px;
}

.option-type-handle__type-img {
    max-width: 100%;
}

.option-type-handle__type--bg .option-type-handle__type-img {
    background-color: #999;
}

.option-type-handle__type-desc {
    margin-top: 7px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.option-type-handle__img {
    max-width: 100%;
}

.option-type-rail {
    display: flex;
}

.option-type-rail__thumb {
    max-width: 100%;
}

.option-type-rail__desc {
    margin-top: 11px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.option-type-rail__item + .option-type-rail__item {
    margin-left: 30px;
}

.option-type-div__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.option-type-div__sub {
    margin-top: 23px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.option-type-div__cont + .option-type-div__sub {
    margin-top: 42px;
}

.option-type-div__cont {
    margin-top: 20px;
}

.option-type-div__cont img {
    display: block;
    height: 150px;
}
.option-type-div__cont img + img {
    margin-top: 40px;
}

.option-type-div__col {
    display: flex;
}

.option-type-div__item + .option-type-div__item {
    margin-left: 50px;
}

.option-type-div + .option-type-div {
    margin-top: 70px;
}

.option-type-glass {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    -ms-column-gap: 10px;
    row-gap: 50px;
    -ms-row-gap: 50px;
}

.option-type-glass__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.option-type-glass__img {
    width: 100%;
}

.option-type-glass__desc {
    margin-top: 13px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.sec-prd-detail {
    padding-top: 200px;
}

.prd-detail__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    -ms-column-gap: 15px;
    row-gap: 74px;
    -ms-row-gap: 74px;
}

.prd-detail__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.prd-detail__item img {
    width: 100%;
}

.prd-detail__title {
    margin-top: 10px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.prd-detail__desc {
    margin-top: 3px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.sec-prd-top--slide-edge {
    text-align: right;
}

.option-type-film__img {
    max-width: 540px;
    width: 100%;
}

.prd-option-type__desc + .option-type-film {
    margin-top: 80px;
}

.option-type-handle__thumb {
    max-width: 200px;
}

.option-type-handle__desc {
    margin-top: 11px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.option-type-hardware {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    -ms-column-gap: 10px;
    row-gap: 10px;
    -ms-row-gap: 10px;
}

.option-type-hardware__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.option-type-hardware__item img {
    width: 100%;
}

.option-type-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

.option-type-color + .option-type-title,
.option-type-handle + .option-type-title {
    margin-top: 90px;
}

.sec-prd-top--panel-auto {
    text-align: right;
}

.sec-prd-top--swing-edge {
    text-align: right;
}

.sec-prd-top--french-french {
    text-align: right;
    padding-top: 250px;
}

.sec-prd-top--french-easy {
    padding-top: 250px;
}

.sec-prd-top--folding-folding {
    padding-top: 500px;
}

.option-type-open img {
    max-width: 100%;
}

.sec-prd-top--folding-glass {
    text-align: right;
}

.option-type-spec__img {
    max-width: 100%;
}

.board-wrap {
    position: relative;
}

.board-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #ccc;
    margin-left: calc(var(--base-padding) * -1);
}

.board-wrap {
    padding-top: 100px;
}

.board-title__title {
    color: #000;
    font-size: 64px;
    font-weight: 400;
}

.board-title {
    margin-bottom: 23px;
}

.board-thumb__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    -ms-column-gap: 60px;
    row-gap: 90px;
    -ms-row-gap: 90px;
}

.board-thumb__item {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
    min-width: 0;
    /* opacity: 0; */
    /* animation: showIn 0.5s forwards; */
}

.board-thumb--event .board-thumb__item {
    animation: none;
    opacity: 1;
}

.board-thumb__img {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.board-thumb__item:hover .board-thumb__img {
    border-radius: 50%;
}

.board-thumb--event .board-thumb__item .board-thumb__img {
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.board-thumb--event .board-thumb__item:hover .board-thumb__img {
    border-radius: 0;
    opacity: 0.3;
}

.board-thumb__info {
    margin-top: 20px;
}

.board-thumb__title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.detail-head {
    padding: 13px 30px;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
    display: flex;
    justify-content: space-between;
}

.detail-head__left,
.detail-head__right {
    display: flex;
}

.detail-head dl {
    display: flex;
    align-items: flex-start;
}

.detail-head dl + dl {
    margin-left: 40px;
}

.detail-head dl dt {
    margin-right: 30px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.detail-head dl dd {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.detail-body__wrapper p,
.detail-body__wrapper span,
.detail-body__wrapper div,
.detail-body__wrapper li,
.detail-body__wrapper h1,
.detail-body__wrapper h2,
.detail-body__wrapper h3,
.detail-body__wrapper h4,
.detail-body__wrapper h5,
.detail-body__wrapper h6 {
    line-height: 160%;
}

.detail-body__wrapper img {
    max-width: 100%;
}

.detail-body {
    padding-top: 150px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.detail-foot {
    padding-top: 20px;
}

.detail-foot__btns {
    text-align: right;
}

.detail-foot__btn {
    display: inline-block;
    vertical-align: top;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    padding: 0 42px;
}

.detail-nav {
    margin-top: 60px;
}

.detail-nav__link {
    display: block;
    padding: 14px 0;
    padding-left: 118px;
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.detail-nav__link:first-child {
    border-top: 1px solid #ccc;
}

.detail-nav__link:first-child::after {
    content: "이전글";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail-nav__link:last-child::after {
    content: "다음글";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.detail-nav__link::before {
    content: "";
    width: 13px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/assets/ico-board-nav.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 19px;
}

.board-grid__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    -ms-column-gap: 60px;
    row-gap: 50px;
    -ms-row-gap: 50px;
}

.board-grid__img {
    display: block;
    width: 100%;
    padding-top: 69.4444444444%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.board-grid__thumb {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.board-grid__info {
    border: 1px solid #ccc;
    padding: 20px 20px 28px;
}

.board-grid__title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    min-height: 58px;
}

.board-grid__title br {
    display: none;
}

.board-grid__desc {
    margin-top: 18px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    overflow: hidden;
    min-height: 72px;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.board-grid__desc br {
    display: none;
}

.board-sns-title {
    margin-bottom: 16px;
}

.board-sns-title__title {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.sns-slider,
.sns-slider02,
.sns-slider03 {
    position: relative;
}

.board-nav {
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.board-nav button {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    pointer-events: visible;
}

.board-nav button + button {
    margin-left: 14px;
}

.board-nav button.nav-prev {
    background-image: url(../img/assets/ico-nav-sns-prev.svg);
}

.board-nav button.nav-next {
    background-image: url(../img/assets/ico-nav-sns-next.svg);
}

.sns-slider__item.board-grid__item {
    width: calc((100% - 120px) / 3);
}

.board-grid__box {
    display: block;
    margin-top: 20px;
}

.board-grid__box .board-grid__title {
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.board-grid + .board-sns-title {
    margin-top: 160px;
}

.form-cont__intro {
    text-align: center;
}

.form-cont__intro img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.form-cont__desc {
    margin-top: 50px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.form-cont__sub {
    margin-top: 17px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.sec-contact {
    padding-top: 100px;
    border-top: 1px solid #ccc;
}

.form-cont__form {
    margin-top: 100px;
}

.form-cont__noti {
    color: #979797;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 11px;
}

.basic-form {
    border-top: 1px solid #ccc;
    padding-top: 26px;
    padding-bottom: 65px;
}

.basic-form__row {
    display: flex;
    align-items: flex-start;
}

.basic-form__row + .basic-form__row {
    margin-top: 30px;
}

.basic-form__label {
    flex: 0 0 240px;
}

.basic-form__label p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 50px;
}

.basic-form__label.required p::after {
    content: "*";
    display: inline-block;
    vertical-align: top;
    color: #f12700;
    font-size: 24px;
    font-weight: 300;
}

.basic-form--text {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 50px;
}

.basic-form__check {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

* + .basic-form__check {
    padding-top: 0;
}

.basic-form__check > div + div {
    margin-left: 11px;
}

.basic-form__check input[type="checkbox"],
.basic-form__check input[type="radio"] {
    display: none;
}

.basic-form__check input[type="checkbox"] + label,
.basic-form__check input[type="radio"] + label {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.basic-form__check input[type="checkbox"] + label::before,
.basic-form__check input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 2px solid #ccc;
    background: #fff;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.basic-form__check input[type="checkbox"]:checked + label::before,
.basic-form__check input[type="radio"]:checked + label::before {
    background-image: url(../img/assets/ico-check.svg);
    background-size: contain;
    border-color: #000;
}

.basic-form__field {
    flex: 1;
    min-width: 0;
}

.basic-form__field--flex {
    display: flex;
    align-items: center;
}

.basic-form__field-wrapper {
    flex: 0 0 480px;
    max-width: 480px;
    display: flex;
    align-items: center;
}

.basic-form__field-wrapper + .basic-form__field-wrapper {
    margin-top: 10px;
}

.basic-form__field-wrapper > div {
    flex: 1;
}

.basic-form__field-wrapper > div.basic-form__sep {
    flex: none;
}

.basic-form__field-wrapper > * + * {
    margin-left: 15px;
}

.basic-form__field input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    height: 50px;
    padding: 0 14px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.basic-form__field input[type="text"] + label {
    display: none;
}

* + .basic-form__select {
    margin-left: 15px;
}

.basic-form__select {
    width: 200px;
    position: relative;
}

.basic-form__select select {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 64px 0 14px;
    text-align: center;
    height: 50px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.basic-form__select::after {
    content: "▼";
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.basic-form__info {
    color: #979797;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.basic-form__field textarea {
    border: 1px solid #ccc;
    background: #fff;
    padding: 14px;
    width: 100%;
    height: 300px;
    resize: none;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.basic-form__letters {
    margin-top: 10px;
    color: #979797;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}

.baseic-form__attach {
    display: flex;
    align-items: center;
}

.baseic-form__attach input {
    display: none;
}

.baseic-form__attach label {
    cursor: pointer;
}

.baseic-form__attach label p {
    background: #000;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.baseic-form__attach-field {
    margin-left: 10px;
    border: 1px solid #ccc;
    background: #fff;
    height: 50px;
    width: 50%;
    max-width: 350px;
    line-height: 48px;
    padding: 0 14px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.basic-form__policy {
    margin-top: 15px;
    padding: 20px;
    height: 300px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    overflow-y: auto;
}

.basic-form__policy p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.basic-form-notice {
    border-top: 2px solid #ccc;
    padding-top: 20px;
    margin-top: 65px;
}

.basic-form-notice__item {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.basic-form-notice__item--highlight {
    color: #800020;
    font-weight: 600;
}

.basic-form__btns {
    margin-top: 84px;
    text-align: center;
}

.basic-form__btn {
    display: inline-block;
    vertical-align: top;
    padding: 0 58px;
    background-color: #000;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.faq-intro {
    text-align: center;
}

.faq-intro__desc {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.faq-intro__search {
    margin: 0 auto;
    margin-top: 62px;
    max-width: 600px;
    width: 100%;
    position: relative;
}

.faq-intro__search input[type="text"] {
    border: none;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 24px;
    font-weight: 300;
}

.faq-intro__search input[type="text"] + label {
    display: none;
}

.faq-intro__btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 50px;
    background-image: url(../img/assets/ico-btn-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    color: transparent;
}

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

.faq-cont__top {
    padding: 23px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.faq-cont__title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    padding-right: 30px;
    cursor: pointer;
}

.faq-cont__title::before {
    content: "Q";
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}

.faq-cont__top::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 25px;
    height: 15px;
    pointer-events: none;
    background-image: url(../img/assets/ico-arrow-faq-toggle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    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;
}

.faq-cont__item.open .faq-cont__top::after {
    transform: rotate(180deg);
}

.faq-cont__answer {
    padding: 20px;
    background: #f3f3f3;
}

.faq-cont__desc {
    color: #000;
    font-size: 24px;
    font-weight: 300;
}

.faq-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;
}

.basic-form__btn-basic {
    padding: 0 23px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    background-color: #000;
}

.sec-contact + .sec-contact {
    margin-top: 100px;
    border-top: none;
}

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

.contact-intro__title {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-weight: 300;
}

.contact-intro__desc {
    margin-top: 28px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.catalog-cont {
    margin-top: 70px;
}

.catalog-cont__list {
    text-align: center;
    font-size: 0;
}

.catalog-cont__item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 120px) / 3);
}

.catalog-cont__item + .catalog-cont__item {
    margin-left: 60px;
}

.catalog-cont__title {
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.catalog-cont__thumb {
    border: 1px solid #ccc;
}

.catalog-cont__thumb img {
    width: 100%;
}

.catalog-cont__btns {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-cont__btn {
    padding: 0 20px;
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background-color: #000;
}

.catalog-cont__btn + .catalog-cont__btn {
    margin-left: 10px;
}

.catalog-cont__btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 14px;
}

.catalog-cont__btn--download::after {
    background-image: url(../img/contact/ico-download.svg);
}

.catalog-cont__btn--preview::after {
    background-image: url(../img/contact/ico-preview.svg);
}

.location-cont {
    margin-top: 70px;
}

.location-nav {
    display: flex;
}

.location-nav__btn {
    flex: 1;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 80px;
    background: #000;
    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;
}

.location-nav__btn + .location-nav__btn {
    margin-left: 20px;
}

.location-nav__btn:hover {
    background: #63021a;
}

.location-location {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 20px;
    -ms-row-gap: 20px;
    position: relative;
}

.location-location::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.location-location__col2 {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
}

.location-location__col1 {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.location-location__title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.location-location__desc {
    margin-top: 28px;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.location-map {
    margin-top: 70px;
    padding-top: 54.1666666667%;
    position: relative;
    overflow: hidden;
}

.location-map__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.location-map__map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.location-map__map2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

.location-gallery {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    -ms-column-gap: 15px;
    row-gap: 15px;
    -ms-row-gap: 15px;
}

.location-gallery__img {
    width: 100%;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.branch-cont {
    margin-top: 40px;
}

.branch-list__list {
    font-size: 0;
}

.branch-list__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 10px;
}

.branch-list__link {
    display: block;
    border: 1px solid #ccc;
    padding: 12px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.branch-list__link.current {
    border-color: #000;
    background-color: #000;
    color: #fff;
}

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

.branch-info th {
    padding-bottom: 14px;
    border-bottom: 2px solid #ccc;
    text-align: left;
    color: #000;
    font-size: 30px;
    font-weight: 700;
}

.branch-info td {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 75px;
    border-bottom: 1px solid #ccc;
}
