@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    font-family: "Playfair Display", "Noto Sans KR", "Noto Serif KR", serif;
    /* scrollbar-width: none; */
    word-break: auto-phrase;
}

body {
    width: 100%;
    height: 100%;
}

.main {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/*---------- 버튼 ----------*/
.btn1 {
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 2px solid #1E274D;
    color: #1E274D;
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 8px;
    padding: 16px 0;
    width: 100%;
    transition: all 0.4s ease;
    cursor: pointer;
}

.btn2 {
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #1E274D;
    border: 2px solid #1E274D;
    color: #ffffff;
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
    border-radius: 8px;
    padding: 18px 0;
    width: 100%;
    transition: all 0.4s ease;
    cursor: pointer;
}

.btn1:hover {
    background-color: #1E274D;
    color: #ffffff;
}

.btn2:hover {
    border: 2px solid #1E274D;
    background: none;
    color: #1E274D;
}

.btn3 {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px 8px 16px;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    border-radius: 60px;
    cursor: pointer;
}



/*---------- 폰트 ----------*/
.strong {
    font-weight: 700;
}

.en_title1 {
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 400;
    line-height: 130%;
}

.en_title2 {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
}

.kr_title3 {
    font-family: "Noto Sans KR";
    font-size: 26px;
    font-weight: 700;
    line-height: 160%;
}

.kr_title4 {
    font-family: "Noto Sans KR";
    font-size: 26px;
    font-weight: 500;
    line-height: 160%;
}

.kr_body1 {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
}

.kr_body2 {
    font-family: "Noto Sans KR";
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
}

.kr_body3 {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
}

.kr_body4 {
    font-family: "Noto Sans KR";
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
}

.kr_body5 {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.kr_body6 {
    font-family: "Noto Sans KR";
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
}

.kr_caption1 {
    font-family: "Noto Sans KR";
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
}
/*---------- 폰트 ----------*/