
@font-face {
    font-family: 'GmarketSansTTFBold';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/GmarketSansTTFBold.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/GmarketSansTTFBold.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Suit Thin';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Suit ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Suit Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Suit Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suit Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Suit SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Suit Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Suit ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


img {
    vertical-align: middle;
}
#commonArea {
    width: 100%;
    margin-bottom: 0;
}
.main_contents {
    width: 100%;
}
.landing_text_xsm {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.45px;
}
.landing_text_xs {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 48px;
}
.landing_text_sm {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.125px;
    line-height: 68px;
}
.landing_text_md {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 90px;
}
.landing_text_lg {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -1.75px;
    line-height: 105px;
}
.landing_white_text {
    color: #fff;
}
.landing_red_text {
    color: #e83525;
}
.background_black {
    background-color: #110707;
    color: #fff;
}
.background_white {
    background-color: #fff;
    color: #110707;
}
.background_red {
    background: #310E0B;
}
.background_dark_brown {
    background-color: #292020;
}
.landing_comment_list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landing_comment_list li {
    position: relative;
    display: flex;
    align-items: center;
}
.landing_comment_list li:nth-child(even) {
    flex-direction: row-reverse;
}
.shine {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    box-shadow: inset -2px -2px 1px -1px rgba(255, 255, 255, 0.5), inset 2px 2px 1px -1px rgba(255, 255, 255, 0.5);
    padding: 0.4rem;
    border-radius: 20px;
}