*{
    font-family: pretendard;
    margin: 0;
    padding:0;
}

body{
    display: flex;
    flex-direction: column;
}

.title{
    width: 1920px;
    height: 102px;
    background-color: #F2E9D8;
}

.logo{
    position: absolute;
    top: 31px;
    left: 320px;
}

.nav-links{
    display: flex;
    list-style: none;
    position: absolute; top: 41px; left: 1206px;
    gap: 30px
}

a{
    text-decoration-line: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;

}

button{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 1px;
    border-radius: 40px;
    background-color: #D97652;
    cursor: pointer;
}

.click{
    line-height: 20px;
    padding: 15px 33px 15px 31px;
    position: absolute; top: 26px; left: 1460px;
}

.intro{
    width: 1280px;
    height: 798px;
    padding-right: 320px;
    padding-left: 320px;
    background-color: #F2E9D8;
}

.write{
    padding-top: 200px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #000000;
}

.sentence{
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.click-button{
    line-height: 19.09px;
    padding: 16px 33px 15px 31px;
}

.cat{
    position: absolute;
    top: 136px;
    left: 1185px;
}

main{
    width: 1920px;
    height: 3977px;
    flex: 1;
}

.lead-in{
    display: flex;
    padding-top: 80px;
    padding-right: 320px;
    padding-left: 320px;
}

.cat-photo{
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}

.explain{
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    width: 510px;
    height: 135px;
    padding-top: 92px;
    padding-bottom: 15px;
    padding-left: 110px;
}

.account{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 93px;
    padding-left: 110px;
}

.paragraph{
    text-align: center;
    padding: 120px 322px 80px 320px;
}

.color{
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #D97652;
}

.explain-writing{
    padding-top: 40px;
    padding-bottom: 88px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.explain-writing span{
    color: #D97652;
    font-weight: 700;
}

.photo {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 72px 72px;
}

.photo img {
    border-radius: 30px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25);
}
.short{
    padding-top: 100px;
    padding-bottom: 28px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.button{
    display: inline-block;
    line-height: 20px;
    padding: 15px 29px 15px 29px;
}

.img-size img{
    width: 378px;
    height: 378px;
}

.line{
    width: 1278px;
    height: 1px;
    margin-top: 80px;
    color: #C4C4C4;
}

.head, .location{
    padding-right: 1205px;
    padding-left: 320px;
}

.head{
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
}

.location{
    padding-bottom: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #606367;
}

#map {
    position: absolute; left: 320px;
    width: 1278px;
    height: 520px;
    border-radius: 12px;
}


.modal-button {
    padding: 15px 29px 15px 29px;
    margin-top: 5px;
    margin-right: 6px;
    margin-bottom: 5px;
    line-height: 20px;
}

.modal-wrap{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content{
    width: 600px;
    height: 400px;
    background-image: url("src/images/Cat photo/무제-1 1.png");
    border-radius: 30px;
}

.modal-content img{
    padding: 60px 245px 24px 245px;
}

.modal-content h3{
    padding-right: 194px;
    padding-left: 194px;
    color: #D97652;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    text-align: Center;
}

.modal-content h4 {
    padding: 12px 127px 38px 108px;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: Center;
}

.subscribe-form {
    width: 1280px;
    height: 200px;
    background-color: #263140;
    border-radius: 30px;
    position: absolute;  left: 320px;
    margin-top: 600px;
}

.subscribe-form h2{
    width: 448px;
    height: 45px;
    padding: 50px 186px 18px 58px;
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    color: #FFFFFF;
}

.subscribe-form p{
    padding-right: 163px;
    padding-bottom: 51px;
    padding-left: 58px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #F2E9D8;
}

.subscribe-email {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 60px;
    position: absolute; top: 70px; left: 692px;
}

.subscribe-email img {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 28px;
}

.subscribe-email input {
    padding: 20px 137px 20px 16px;
    border: none;
    outline: none;
}

.close-button{
    padding: 15px 29px 15px 29px;
    margin-bottom: 40px;
    margin-left: 205px;
    margin-right: 212px;
    line-height: 20px;
}

.cat-image{
    margin-top: 683px;
}

.scroll-button{
    display: inline-block;
    position: absolute; left: 1846px;
    margin-top: 950px;
    cursor: pointer;
}

.dark {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.scroll-button:hover .dark {
    opacity: 1;
}

footer {
    width: 1920px;
    height: 160px;
}

.social-media{
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-media li{
    list-style: none;
}

.big-logo{
    padding: 45px 826px 45px 320px;
}
