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

/* header */
header {
    width: 100%;
    height: 20vw;
    position: fixed;
    z-index: 999999999999;

}

.top_header{
	width:100%;
	position: fixed;
    display: flex;
    box-sizing: border-box;
        overflow: hidden;
    height: 19vw;
}
.navbg {
    width: 100%;
    opacity: 1;
    position: absolute;
    z-index: -1;
}
#logo_con {
    width: 60%;
    height: 19vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999999;
}
#logo_con img {
    width: 50%;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.call_btn {
    width: 20%;
    height: 20vw;
    position: relative;
    left: inherit;
    cursor: pointer;
    box-sizing: border-box;
    position: absolute;
    right: 0;
}
.call_btn a {
    display: block;
    height: 100%;
}
.call_btn img {
    width: 25%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 33%;
    left: 0.7vw;
}
#menu_bar{
	clear:both;
	width:100%;
}
nav {
    z-index: 999999 !important;
}
#nav { 
    position: fixed;
    top: 0;
    width:100%; 
    display:none; 
    z-index: 1;
    height: 100%;
    height: cale(100%);
    padding-top: 18vw;
    z-index: -1;
}
#nav ul.menu { 
    width:100%; 
    margin:0; 
    padding:0;
    position: relative;
    height: 100%;
    background-size: cover;
    background: #fff;
}
#nav ul.menu li a {
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
    font-size: 4.4vw;
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    line-height: 3em;
    text-indent: 1.4em;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    
}
#nav ul.menu li a:hover {
    background: #fff;
    color: #2d0d61;
}
#nav ul.menu li .sub {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
}
#nav ul.menu li .sub a {
    position: relative;
    font-size: 3.9vw;
    float: left;
    display: block;
    width: 100%;
    z-index: 999;
    background: #eee;
    list-style-type: disc;
    color: #777;
    padding-left: 1.6vw;
}
#nav ul.menu li .sub a:hover {
    background: #2d0d61;
    color: #fff;
}
#menu_btn {
    width: 20%;
    height: 17vw;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
#menu_btn img {
    width: 25%;
    position: absolute;
    left: auto;
    right: 7vw;
    top: 35%;
}
#menu_top {
    z-index: 99999999999 !important;
    width: 20%;
    top: 0vw;
    left: 0;
    position: relative;
    height: 17vw;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
#menu_top img {
    width: 24%;
    margin: 0 auto;
    position: absolute;
    top: 38%;
    left: 50%;
    display: block;
    z-index: 999;
    transform: translateX(-50%);
}
/* header end*/
/* footer start */
footer {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 5vw;
    border-top: 1px solid #eee;
}

footer .fbtn {
    width: 70%;
    margin: 0 auto;
    padding: 5vw 0;
    position: relative;
}
footer .flink {
    width: 100%;
    height: 8vw;
    position: absolute;
    display: flex;
    z-index: 99;
}
footer .flink a {
    display: block;
    width: 33.3333%;
}
#footer a {
	display: block;
    width: 15%;
    height: 4vw;
    right: 19%;
    position: absolute;
    z-index: 9;
    bottom: 17%;
}
.foot{
    position: relative;
    width: 90%;
    display: block;
    margin: 0 auto;
}
.ds {
    width: 27vw;
    height: 4vw;
    position: absolute;
    top: 86%;
    left: 36%;
    opacity: 0;
    z-index: 111111;
}
/* footer end */