@charset "utf-8";
*{margin: 0; padding: 0; }
ul{list-style: none;}
a{text-decoration: none; color: #000;}

.asta-sans-<uniquifier> {
  font-family: "Asta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* 헤더 */
.header{
    width: 100%; background-color: none;
    border-bottom: 1px solid rgb(194, 194, 194);
    position: fixed; z-index: 997;
    font-size: 18px;
    margin-bottom: 50px;
    top: 0;
    /* background-color: #e2e8ef; */
    background: linear-gradient(silver,white,white,silver);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.header.on{
    background-color: #fff;
}
.header-wrap{
    max-width: 1200px; height: 80px; margin: 0 auto;
    display: flex; flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
}
.header-wrap a p{
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.header-wrap ul{
    display: flex; flex-basis: 50%;
    justify-content: space-around;
}
.header-wrap ul li{
    margin: 0 15px;
}
.header-wrap ul li a{
    color: #000;
}
.header-wrap ul li a:hover{
    font-weight: bold;
}


/* 모바일 메뉴 */
.m_menu{
    position: fixed; right: -350px; top: 0;
    width: 300px; height: 100%;
    background-color: #fff;
    transition: 1s; z-index: 999;
    padding: 15px;
    display: none;
}
.m_menu.on{
    right: 0;
}

.m_menu-wrap .hamburger{
    width: 50px; height: 50px;
    position: fixed; right: 4%; top: 27px;
    cursor: pointer;
    z-index: 999;
}
.m_menu-wrap .hamburger .line{
    width: 30px; height: 3px;
    background-color: #000;
    margin: 5px;
    transition: 1s;
}
.m_menu-wrap .hamburger.on .line:nth-of-type(1){
    transform: rotate(45deg) translateY(11px);
}
.m_menu-wrap .hamburger.on .line:nth-of-type(2){
    opacity: 0;
    transform: translate(-45px);
}
.m_menu-wrap .hamburger.on .line:nth-of-type(3){
    transform: rotate(-45deg) translateY(-12px);
}

.m_menu-wrap .menu-content{
    text-align: center; margin-top: 80px;
}
.m_menu-wrap .menu-content .nav ul li.main1{
    cursor: pointer;
    width: 280px; height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    line-height: 35px;
}
.m_menu-wrap .menu-content .nav ul li.main2{
    cursor: pointer;
    width: 280px; height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    line-height: 35px;
}
.m_menu-wrap .menu-content .nav ul li.main3{
    cursor: pointer;
    width: 280px; height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    line-height: 35px;
}
.m_menu-wrap .menu-content .nav ul li.main4{
    cursor: pointer;
    width: 280px; height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    line-height: 35px;
}
.m_menu-wrap .menu-content .nav ul li.on.main1,
.m_menu-wrap .menu-content .nav ul li.on.main2,
.m_menu-wrap .menu-content .nav ul li.on.main3,
.m_menu-wrap .menu-content .nav ul li.on.main4{
    background-color: #000;
    font-weight: bold;
}
.m_menu-wrap .menu-content .nav ul li.on.main1 a,
.m_menu-wrap .menu-content .nav ul li.on.main2 a,
.m_menu-wrap .menu-content .nav ul li.on.main3 a,
.m_menu-wrap .menu-content .nav ul li.on.main4 a{
    color: #fff;
}
.m_menu-wrap .info{
    margin-top: 30px;
    text-align: center;
}

/* 푸터 */
.footer{
    margin-top: 50px; width: 100%;
    /* background-color: #708090; */
    background-color: silver;
}
.footer-wrap{
    width: 750px; height: 120px;
    margin: 0 auto; position: relative;
    margin-top: 25px;
    padding: 30px 0;
    align-items: center;
    display: flex; flex-wrap: nowrap;
    justify-content: space-between;
}
.footer-wrap .logo{
    width: 220px;
}
.footer-wrap .logo p{
    font-size: 11px; color: #fff;
    margin-left: 2px;
}
.footer-wrap h2{
    font-size: 30px; color: #fff;
    margin-top: -7px;
}
.footer-wrap .p{
    /* width: 470px; */
    /* display: flex; flex-wrap: wrap; */
    position: relative;
    margin-left: 130px;
}
.footer-wrap .p p{
    margin-left: 15px; color: #fff;
    font-size: 14px;
}
/* .footer-wrap .p p:nth-of-type(1){
    margin-left: 0;
}
.footer-wrap .p p:nth-of-type(4){
    margin-left: 0;
} */

@media screen and (min-width: 501px) and (max-width: 1000px){
    .header .header-wrap{width: 350px; padding: 0 1%;}
    .header-wrap a p{
        font-weight: 700;
        font-size: 24px;
        color: #000;
    }
    .header ul{display: none;}
    .header ul li{display: none;}
    .m_menu{display: block;}
    .content{margin-top: 80px;}
    .footer{display: none;}
}
@media screen and (min-width: 326px) and (max-width: 500px){
    .header .header-wrap{width: 350px;}
    .header-wrap a p{
        font-weight: 700;
        font-size: 24px;
        color: #000;
    }
    .header ul{display: none;}
    .header ul li{display: none;}
    .m_menu{display: block;}
    .content{margin-top: 80px;}
    .footer{display: none;}
}
@media screen and (max-width: 325px){
    .header .header-wrap{width: 300px;}
    .header-wrap a p{
        font-weight: 700;
        font-size: 24px;
        color: #000;
    }
    .header ul{display: none;}
    .header ul li{display: none;}
    .m_menu{display: block;}
    .content{margin-top: 80px;}
    .footer{display: none;}
}