/* Reset CSS  */
/* CSS Reset */

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%}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display: block}
body{font-family: 'Noto Sans KR', sans-serif; font-size: 16px; color: #232323; font-weight: 400}
ol, ul{list-style: none}
table{border-collapse: collapse; border-spacing: 0}
address{font-style: normal}
a{color: #333; text-decoration: none}
img{border: 0; vertical-align: top;max-width:100%}
input{border-radius: 3px}

.hidden{display: block; position: absolute; left: -10000%; top: 0; width: 1px; height: 1px; overflow: hidden; color: #fff}
#skipNav{position:relative; width:100%;overflow:hidden}
#skipNav a{display:block; height:1px; margin-bottom:-1px; overflow:hidden; text-align:center; font-size:16px; color: #fff}
#skipNav a:hover,#skipNav a:focus,#skipNav a:active{height:auto;padding:10px 0; background:#333}
/*
font-family: 'Noto Sans KR', sans-serif;
100 300 400 500 700
font-family: 'Lato', sans-serif;
1100 300 400 700 900
font-family: 'Nanum Myeongjo', serif
*/
#wrap{
    overflow: hidden;
    position: relative;
}
.box{
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.9);
    z-index: 30;
    display: none
}
/*헤더 공통*/
#wrap #headerArea{
    position: fixed;
    z-index: 20;
    width: 100%;
    background: #fff;
}
#wrap #headerArea .headerInner{
    position: relative;
    height: 130px;
}
#wrap #headerArea .headerInner .logo{
    width: 171px;
    height: 38px;
    position: absolute;
    left: 80px;
    top: 50%;
    margin-top: -19px;
}
#wrap #headerArea .headerInner .logo a{
    display: block;
    width: 152px;
    height: 38px;
    overflow: hidden;
}
#wrap #headerArea .headerInner .logo a img {
    width: 100%;
}
#gnb{
    display: flex;
    justify-content: flex-end;
    margin-right: 80px;
    height: 100%;
    align-items: center;
    width: 1035px;
    margin-left: auto;
}
#gnb .menu{
    display: flex;
    height: 100%;
}
#gnb .menu .depth {
    margin-right: 63px;
    position: relative;
    height: 100%;
}
#gnb .menu .depth h3 a{
    display: block;
    height: 100%;
    line-height: 130px;
    text-align: center;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size:.875em;
    color:#5b2c36;
}
#gnb .menu .depth ul {
    width: 170%;
    position: absolute;
    left: -35%;
    top: 0;
    z-index: -1;
    opacity: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(21,24,25,.1);
    transition: all .7s;
}
#gnb .menu .depth:hover ul {
    top: 100px;
    opacity: 1;
    z-index: 3;
}
#gnb .menu .depth ul a {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: .875em;
    color: #999;
}
#gnb .menu .depth ul a:hover {
    text-decoration: underline;
    color: #5b2c36;
}
#gnb .sns {
    display: flex;
}
#gnb .sns li:first-of-type {
    margin-right: 10px;
}
#gnb .sns a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #5b2c36;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: -99999999999999999999%;
}
#gnb .sns li:first-of-type a {
    background: url(../img/insta.png) no-repeat center;
}
#gnb .sns li:last-of-type a {
    background: url(../img/facebook.png) no-repeat center;
}
#wrap #headerArea .headerInner .nav_ham{
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    display: none;
}
#wrap #headerArea .headerInner .nav_ham a {
    display: block;
}
#wrap #headerArea .headerInner .nav_ham span{
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    transition: all .5s;
}
#wrap #headerArea .headerInner .nav_ham span:nth-of-type(2) {
    margin:6px 0;
}
#wrap .m_gnb{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    display: none;
}
#wrap .m_gnb .m_gnb_inner {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
#wrap .m_gnb .m_menu {
    width: 100%;
    margin-top: 12vh;
}
#wrap .m_gnb .m_depth>a{
    display: block;
    padding: 15px 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 1.875em;
    font-weight: 700;
}
#wrap .m_gnb .m_sns {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 130px;
}
#wrap .m_gnb .m_sns li:first-of-type {
    margin-right: 10px;
}
#wrap .m_gnb .m_sns a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #acacac;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    text-indent: -99999999999999999999%;
}
#wrap .m_gnb .m_sns li:first-of-type a {
    background: url(../img/insta.png) no-repeat center;
}
#wrap .m_gnb .m_sns li:last-of-type a {
    background: url(../img/facebook.png) no-repeat center;
}
/*푸터공통*/

.footer_inner {
    display: flex;
    height: 130px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 80px;
}
.footer_inner ul {
    display: flex;
    flex-wrap: wrap;
}
.footer_inner li {
    display: flex;
    align-items: center;
    font-size: .713em;
    font-weight: 500;
    color: #989898;
}
.footer_inner li:first-of-type {
    margin-right: 50px;
}
.footer_inner li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.footer_inner li:first-of-type span {
    background: url(../img/map.png) no-repeat center #555;
}
.footer_inner li:last-of-type span {
    background: url(../img/time.png) no-repeat center #555;
}
.footer_inner p {
    font-size: .875em;
    font-weight: 500;
    color: #666;
}
.footer_inner li a {
    font-weight: 700;
}
/*********************
일반pc
*********************/
@media screen and (max-width:1280px){
    #gnb .menu .depth {
        margin-right: 50px;
    }
    #wrap #headerArea .headerInner .logo {
        left: 40px;
    }
    #gnb {
        margin-right: 40px;
    }
    .footer_inner {
        padding: 0 40px;
    }
}
/*********************
테블릿
**********************/
@media screen and (max-width:1024px){
    #wrap #headerArea .headerInner #gnb{
        display: none;
    }
    #wrap #headerArea .headerInner .nav_ham{
        display: block;
    }
    #wrap #headerArea .headerInner {
        height: 70px;
        display: flex;
        align-items: center;
    }
    #wrap #headerArea .headerInner .logo {
        position: static;
        margin-left: 30px;
        margin-top: 0;
    }
    .footer_inner {
        padding: 0;
    }
    .footer_inner ul {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 30px;
    }
    .footer_inner ul li:first-of-type {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer_inner ul li:first-of-type {
        margin-right: 0;
    }
    .footer_inner p {
        padding: 15px 0;
        text-align: center;
        border-top: 1px solid #ddd;
        width: 100%;
    }
}
/*********************
소형 테블릿
**********************/
@media screen and (max-width:768px){


}
/*********************
모바일
**********************/
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        word-break: keep-all;
    }
    #wrap #headerArea .headerInner .logo {
        margin-left: 15px;
    }
    #wrap #headerArea .headerInner .nav_ham {
        right: 15px;
    }
    .footer_inner ul {
        padding: 10px 15px;
    }
    .footer_inner p {
        padding: 10px 0;
    }
}
#wrap .m_gnb .m_sns {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: auto;
}