/* reset css */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* reset css 끝*/


body{
    font-family: Pretendard-Regular;
}
header .nav, main .home-screen{
    background: #F2E9D8;
}
main .home-screen{
    gap: 170px;
}
header .nav{
    gap:756px;
    padding: 31px;
}
.navigation {
    gap: 49px;
}
.navigation ul{
    align-items: center;
    gap: 30px;
}
.navigation ul a{
    text-decoration: none;
    color: black;
}
.down, .click2, #modal .modal-thank_you button, .click{
    background: #D97652;
    width: 76px;
    border: 0;
    border-radius: 40px;
    padding: 15px 33px 15px 31px;
    color: white;
    text-decoration: none;
    text-align: center;
}
main .title{
    font-size: 48px;
    line-height: 60px;
}
main .title, main .home-screen p{
    margin-bottom:40px;
}
main .home-screen .down{
    display: inline-block;
}
main .home-screen2{
    gap: 110px;
    margin: 80px 0 120px;
}
main .home-screen2 .content-text{
    flex-direction: column;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px;
}
main .post{
    flex-direction: column;
    align-items: center;
}
main .post-text .subject{
    font-size: 48px;
    line-height: 60px;
}
main .post-text p{
    text-align: center;
    margin: 40px 0 88px;
}
main .posts {
    margin-bottom: 100px;
}
#img_grid, main .posts{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 72px;
}
main .home-screen2 .home-img2, main .posts img{
    border-radius: 30px;
    box-shadow:10px 10px 30px rgba(0,0,0,0.25);
}
main .post .continue{
    font-size: 24px;
    line-height: 30px;
}
main .post .click{
    margin: 28px 0 80px;
    padding: 15px 29px;
    width: 143px;
    cursor: pointer;
}
main hr{
    width: 1278px;
}
main .bottom_screen{
    flex-direction: column;
    align-items: center;
}
main .bottom_screen .map_text{
    transform: translateX(-515px);
    margin: 60px 0 20px;
}
main .bottom_screen .address{
    color: #606367;
    transform: translateX(-445px);
    margin-bottom: 48px;
}
main .bottom_screen #map{
    border-radius: 12px;
    margin-bottom: 81px;
}
main .bottom_screen .email_bar{
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    padding: 50px 58px 51px 58px;
    background-color: #263140;
    border-radius: 30px;color: white;
    gap: 163px;
}
main .bottom_screen h2{
    font-size: 36px;
}
main .bottom_screen .email_text{
    font-size: 14px;
    margin: 18px 0 0;
}
main .bottom_screen .email{
    justify-content: space-between;
    width: 560px;
    background-color:#FFFFFF;
    border-radius: 60px;
    height: 60px;
}
main .bottom_screen .email .input-group{
    align-items: center;
}
main .bottom_screen .email img{
    margin: 18px 10px 18px 28px;
}
main .bottom_screen .email .click2{
    margin: 5px 6px 5px 0;
    padding: 15px 29px;
    width: 135px;
}
main .bottom_screen .email input {
    border: none;
    color: #767676;
}
main .bottom_screen .main-footer{
    justify-content: center;
}
main .bottom_screen .cat2{
    position: absolute;
    width: 100%;
    height: 340px;
    margin-top: -100px;
    object-fit: cover;
    z-index: 0;
}
main .bottom_screen #scroll_top{
    position: relative;
    z-index: 1;
    margin: 179px 19px 19px 0;
    padding: 13px 10px;
    border-radius: 50px;
    border: none;
    right: -600px;
}
.frame{
    gap: 826px;
}
.frame .logo{
    margin: 45px 0;
}
.frame .link ul{
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 58px 0 60px 0;
}
.frame .link li{
    align-items: center;
    margin-right: 20px;
    border-radius: 60px;
    background-color: #F29D52;
}
.frame .link ul li a{
    width: 42px;
    height: 42px;
}
#modal.hidden {
    display: none;
}
#modal{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;

}
#modal .modal-thank_you{
    text-align: center;
    position: absolute;
    height: 400px;
}
#modal .modal_screen{
    border-radius: 30px;
}
#modal .modal-thank_you img{
    padding: 60px 245px 24px;
}
#modal .modal-thank_you h2{
    margin-bottom:12px;
    font-size: 36px;
    line-height: 45px;
}
#modal .modal-thank_you p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 38px;
}
#modal .modal-thank_you button{
    padding: 15px 29px;
    width: 183px;
    font-size: 15px;
}
#img_grid img {
    width: 378px;
    height: 378px;
    border-radius: 30px;
    box-shadow:10px 10px 30px rgba(0,0,0,0.25);
}
#modal .modal-thank_you h2, main .post-text .subject, main .post-text span{
    color: #D97652;
}
header .nav, main .home-screen, main .home-screen2, .frame, .frame .link ul li a, #modal{
    align-items: center;
    justify-content: center;
}
header .nav, main .home-screen, .navigation,.navigation ul, main .home-screen2 .content-text,
main .post,main .home-screen2, main .bottom_screen, #modal, .frame .link ul li a,
.frame,.frame .link ul, main .bottom_screen .main-footer, main .bottom_screen .email .input-group,
main .bottom_screen .email, main .bottom_screen .email_bar{
    display: flex;
}
@font-face{
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}