@font-face {
    font-family: 'YESMyoungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESMyoungjo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GyeonggiBatang';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');
/* font-family: "Nanum Myeongjo", serif; */
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&family=Nanum+Myeongjo&display=swap');
/* font-family: "nanummyeongjo", serif; */
@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style:none;
}

a {
    text-decoration-line: none;
}

.common_width {
    width: 1400px;
    margin: 0 auto; 
}

.flex_xy_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_x_between_y_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_x_between_y_end {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.flex_column_x_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex_column_y_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex_column_xy_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text_red {color: #f96d6d;}

/* 모바일 반응 */
.m_show_block,
.m_show_inline,
.m_show_flex,
.m_show_inline_480 {
    display: none !important;
}

/* 스크롤 시 애니메이션 */
.scroll_wrap { overflow: hidden; }
.scroll_on { opacity: 0; transition: all 1s; }
.scroll_on.active { opacity: 1 !important; transform: translate(0, 0) !important;}
.scroll_on.type_top { transform: translate(0, -50px); }
.scroll_on.type_bottom { transform: translate(0, 50px); }
.scroll_on.type_left { transform: translate(-50px, 0); }
.scroll_on.type_right { transform: translate(50px, 0); }
.scroll_on.type_left200 { transform: translate(-200px, 0); }
.scroll_on.type_right200 { transform: translate(200px, 0); }

.scroll_on.delay01s { transition-delay: 0.1s; }
.scroll_on.delay02s { transition-delay: 0.2s; }
.scroll_on.delay03s { transition-delay: 0.3s; }
.scroll_on.delay04s { transition-delay: 0.4s; }
.scroll_on.delay05s { transition-delay: 0.5s; }
.scroll_on.delay06s { transition-delay: 0.6s; }
.scroll_on.delay07s { transition-delay: 0.7s; }
.scroll_on.delay08s { transition-delay: 0.8s; }
.scroll_on.delay09s { transition-delay: 0.9s; }
.scroll_on.delay10s { transition-delay: 1.0s; }
.scroll_on.delay11s { transition-delay: 1.1s; }

@media screen and (max-width: 1440px) {
    .common_width {
        width: 100%;
        padding: 0 20px;
        margin: 0; 
    }
}

@media screen and (max-width: 1400px) {
    .hide_1400 { display: none; }
}

@media screen and (max-width: 768px) {
    .m_show_block { display: block !important; }
    .m_show_inline { display: inline !important; }
    .m_show_flex { display: flex !important; }
    
    .m_hide { display: none !important; }
}

@media screen and (max-width: 480px) {
    .common_width {
        padding: 0 15px;
    }

    .m_show_inline_480 { display: inline !important; }

    .m_hide_480 { display: none !important; }
}