/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Nanum+Pen+Script&family=Noto+Sans+KR:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Dongle&family=Nanum+Myeongjo&family=Nanum+Pen+Script&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&display=swap');


*,
*::after,
*::before {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;

}

input,
textarea,
select {
    outline: 1px solid #ffc107;
    border: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 11px 1px #00BCD4;
    border: 0;
}

html,
body {
    width: 100%;
    min-width: 430px;
    margin: 0;
    padding: 0;
}

a,
img,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

header {
    padding: 30rem 0 60rem;
    text-align: center;
    background: white;
}


html {
    font-size: 1px;
}

body {
    /* background-color: #f5f5f5; */
    background-color: #4e4e4e;
    font-family: "Nanum Pen Script", cursive;
    font-family: "Nanum Myeongjo", serif;
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

section {
    font-size: 16rem;
    display: block;
    margin: auto;
    width: 430px;
    /* background-color: #f3eee8; */
    background-color: #f5f5f5;
    position: relative;
    /* max-width: 430px; */
    border-top: 5px solid #cbc49e;
    border-bottom: 10px solid #cbc49e;
}



h3 {
    color: #e5ce88;
    text-align: center;
    margin-bottom: 50rem;
}

header h1 {
    padding: 0 0 10rem;
    margin: 0;
    text-align: center;
    color: #c9b57a;
}

.h1_first {
    font-size: 20rem;
    font-family: "Nanum Myeongjo", serif;
    color: #d5caa9;
}

.h1_second {
    font-weight: 900;
    font-size: 32rem;
    font-family: "Nanum Myeongjo", serif;
    margin: 5rem;
}

.subtitle {
    font-family: "Nanum Myeongjo", serif;
    margin-bottom: 24rem;

}

.btn {
    cursor: pointer;
    text-align: center;
    border-radius: 5rem;
}

.inner {
    padding: 50rem 25rem;
}

.overFlowHidden {
    overflow: hidden;
}

.mainbgWrap {
    position: relative;
    overflow: hidden;
}

.gif {
    background-image: url(/src/img/flower_effect.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#mainbg {
    filter: brightness(1.2);
}



.inlineBlock {
    display: inline-block;
}

.block {
    display: block;
}

.mslogo {
    margin: 60rem 0 20rem;
    width: 120px;
    filter: brightness(1.1);
}

.mslogo2 {
    width: 20px;
    display: block;
    margin: auto;
}

.moreComment {
    text-align: center;
    color: red;
}