@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

/*css초기화코드*/
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,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {

    max-width: 1300px;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Gowun Dodum', sans-serif;
    font-family: 'Noto Sans KR', sans-serif;

}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: red;
    font-weight: bold;
}

.logo {
    text-align: center;
}

.logo img {
    width: 500px;
    margin: 10px 0;
}

.nav {
    border-top: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
}

.nav ul {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.25rem;
    margin: auto 0;
    padding: .9375rem 0;
}

.nav ul li {
    display: flex;
    justify-content: center;
    color: black;
}

.warp {
    width: 1300px;
    font-size: 20px;

}

.wrap img {
    width: 100%;
    margin: 20px 0;


}

.wrap .info_img {
    max-width: 56.25rem;
    margin: .625rem auto;
    display: flex;

}

.sub_title {
    width: 100%;
    min-width: 350px;
}

.main_btn {
    display: flex;
    justify-content: space-around;
}

.main_btn img {
    width: 100%;

}


.call img {
    width: 100%;
    margin: 20px 0;

}


.root_daum_roughmap {
    margin: 0 auto !important;
}

.footer {

    border-top: 1px solid #9c9c9c;
}

.footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0;
    text-align: center;

}

.footer span {
    font-weight: 700;
}

/* media query */
@media screen and (min-width:22.5rem) and (max-width:56.25rem) {
    .logo img{
        max-width: 300px;
    }
    .wrap img{
        margin: 0;
    }
    .nav ul {
        font-size: 16px;
    }
    .map {
        margin: 0 0 20px 0;
    }
    .root_daum_roughmap {
        max-width: 400px;
        max-height: 400px;
    }
}

@media screen and (min-width:20rem) and (max-width:22.4375rem) {

    .logo img{
        max-width: 300px;
    }

    .wrap img {
        margin: 0;
         
    }
    

    .nav ul {
        font-size: 14px;
    }

    .map{
        margin: 0 0 20px 0;
    }
    .root_daum_roughmap {
        max-width: 300px;
        max-height: 300px;
    }
    .footer p{
        font-size: 10px;
        margin: 5px auto;
        line-height: 14px;
    }
}