@font-face {
    font-family: "gFont";
    src: url("font/Pretendard-Regular.ttf") format('truetype');
    font-display: swap;
}
* {
    box-sizing: border-box;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-family: "gFont";
}
body {
    box-sizing: border-box;
    border: 0px;
    padding: 0px;
    margin: 0px;
    word-break: keep-all;
    
}
.col-12 {
    padding: 0px;
}
.logo {
    padding: 0px;
}
a {
    text-decoration: none;
}

/*네비 컨트롤*/
.hide {
    display: none;
}
nav {
    text-align: center;
    background-color: white;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 3;
}
.navLogo {
    width: 100%;
    height: fit-content;
}
.navLogo > img {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar {
    background-color: #423e42;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.navbar2 {
    width: 100%;
    background-color: #423e42;
}
.navbar > a {
    font-size: 18px;
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    text-align: center;
    color: rgb(224, 224, 224);
}
.navbar > a:hover {
    color: white;
    transition: 0.5s;
}
.navbarPick {
    color: white;
    border-bottom: 1px solid white;
}
@media (max-width: 500px) {
    .navbar {
        justify-content: center;
    }
    .navbar > a {
        font-size: 14px;
        width: fit-content;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*section1*/
.section1 {
    padding-top: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.m200 {
    padding-top: 300px;
}
.m100 {
    padding-top: 100px;
}
.section1 > img {
    margin-top: 20px;   
    margin-bottom: 20px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.map {
    width: 100%;
    height: 360px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#map {
    width: 100%;
    height: 360px;
}
.map2 {
    height: 400px;
    width: 100%;
    display: block;
    background-image: url("indexImg/map.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    text-decoration: none;
}
.map2 > p {
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: transparent;
    font-size: 24px;
}
.map2 > p:hover {
    background-color: #6b6b6b86;
    transition: 0.5s;
    color: white;
}

footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


.section3RightBox {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}
.section3RightBoxContent {
    width: 100%;
    margin-top: 20px;
}
.section3RightBoxContent > p {
    font-size: 18px;
}
.section3RightBoxContent > input {
    width: 100%;
    height: 50px;
    border: 1px solid black;
    padding-left: 5px;
}
.red {
    color: red;
}
#이메일 {
    width: 100%;
    height: 200px;
    border: 1px solid black;
}
#문의내용 {
    width: 100%;
    height: 200px;
    border: 1px solid black;
}
.content {
    width: 100%;
    height: 200px;
    border: 1px solid black;
}
#전송버튼 {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    color: black;
    border: 1px solid black;
    background-color: white;
}
#전송버튼:hover {
    color: white;
    background-color: black;
}
.전송버튼 {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    color: black;
    border: 1px solid black;
    background-color: white;
}
.전송버튼:hover {
    color: white;
    background-color: black;
}
@media (max-width: 992px) {
    .section3 {
        display: block;
    }
    .section3RightBox {
        width: 80%;
    }
}
.hide {
    display: none;
}