@font-face {
    font-family: 'paybooc-Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'paybooc-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (min-width: 1100px) {
    html {
        font-size: 48px;
    }
    .grid {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1099px) {
    html {
        font-size: 40px;
    }
}

@media screen and (max-width: 1023px) {
    html {
        font-size: 32px;
    }
}
    
header {
    width: 100vw;
    height: 100vh;
    background-color: #D8DF4F;
    overflow: hidden;
}

.second {
    width: 100vw;
    height: 100vh;
    background-color: #EEEEEE;
    overflow: hidden;
    text-align: center;
    padding-top: 20vh;
}

.third {
    width: 100vw;
    height: 100vh;
    background-color: #FDFEF1;
    overflow: hidden;
}

.grid {
    position: relative;
    width: 100%;
    height: 100%;
}

header a {
    display: block;
}
    
#logo {
    position: absolute;
    height: 1.354rem;
    top: 0.833rem;
    left: 0.833rem;
    z-index: 1;
}

#logo img {
    height: 1.354rem;
    z-index: 100;
}

#more {
    position: absolute;
    top: 1rem;
    right: 1.1rem;
    z-index: 200;
}

.more {
    font-family: 'SEBANG_Gothic_Bold';
    font-size: 0.6rem;
    color: black;
    text-decoration: none;
}

h1 {
    font-family: 'paybooc-Bold';
    font-size: 1rem;
    letter-spacing: -0.07rem;
    line-height: 1.375rem;
    color: black;
}

h2 {
    font-family: 'paybooc-Bold';
    font-size: 0.7rem;
    letter-spacing: -0.04rem;
    line-height: 1.27rem;
    color: black;
}
    
h3 {
    font-family: 'paybooc-Light';
    font-size: 0.375rem;
    letter-spacing: -0.01rem;
    line-height: 0.667rem;
    color: #222317;
    margin-top: 0.417rem;
}
    
h4 {
    font-family: 'paybooc-Light';
    font-size: 0.4rem;
    letter-spacing: -0.01rem;
    line-height: 0.8rem;
    color: #5D5E4A;
}

.intro {
    width: 100%;
    overflow: hidden;
    padding-top: 25vh;
}

.intro .left {
    margin-right: 50px;
    float: left;
}

.intro .right {
    padding-top: 15px;
}

.intro img {
    display: block;
    width: 11.25rem;
}

.question {
    width: 100%;
    overflow: hidden;
    padding-top: 12vh;
}

.question .left {
    width: 3.94rem;
    overflow: hidden;
    margin-left: 200px;
    float: left;
}

.question .right {
    overflow: hidden;
    margin-left: 50px;
    float: left;
}

.question img {
    width: 3.94rem;
}

.question h3 {
    margin: 27px 0;
}

.second h3 {
    margin-top: 1vh;
    margin-bottom: 6vh;
}

.third .left {
    width: 50%;
    float: left;
    padding-top: 36vh;
    padding-left: 17vw;
}

.third .right {
    width: 50%;
    padding-left: 5vw;
    padding-top: 9vh;
    float: left;
}

.third .left div {
    width: 4px;
    height: 135px;
    margin-right: 20px;
    margin-top: 10px;
    background-color: #D8DF4F;
    float: left;
}

.third .left h1, .third .left h3 {
    float: left;
    width: 330px;
}

.third .right h2{
    margin-top: 11vh;
    margin-bottom: 1vh;
}

.third .right > div {
    width: 100%;
    overflow: hidden;
}

.third .right > div > div {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #D8DF4F;
    float: left;
    margin-right: 17px;
    margin-top: 15px;
}

.third h4 {
    float: left;
}