li{
    cursor: pointer;
}
.menu-img-list li img{
    max-width: 800px;
    width: 800px;
}
button{
    cursor: pointer;
}

#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 64px;
    height: 64px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px rgba(227, 222, 193, 0.64);
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  
  #cursor.arrow .cursor__circle{
    width: 128px;
    height: 128px;
    background-color: #073099;
    border-color: #073099;
  }
  
  #cursor.arrow::after{
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url('https://svgshare.com/i/MzQ.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #cursor.subtle .cursor__circle{
    opacity: 0.16;
  }
  
  #cursor.overlay .cursor__circle{
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,html {
    font-size: 16px
}

body {
    font-family: Noto Sans KR,sans-serif;
    color: #818181;
    letter-spacing: -.025em
}

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

.ir {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
}
.main-header .box-lf {
    width: 96%;
}
.lang-select {
    position: relative;
    display: block;
    width: auto;
}
.clear {
    display: flex;
    flex-direction: row;
}
.clear:after {
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    content: "";
}
.nav-area {
    width: 80%;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
.txt_bar {
    font-size: 12px;
    color: #b6b6b6
}
.lang-select>div {
    width: 30px;
    height: 30px;
    background: url(../img/gl.png) 0 0 / 300% no-repeat;
    display: inline-block;
}
.logo {
    background: url(../img/logo.png) 50% / 100% no-repeat;
    width: 330px;
    height: 3.75em;
    transition: .2s ease;
}
.main-header.fixed {
    position: fixed;
}
.main-header {
    width: 100%;
    padding: 1.8% 3% 1%;
    background: hsla(0, 0%, 100%, 0);
    z-index: 9;
    position: relative;
    border-bottom-right-radius: 0;
}
.main-header .box-lf {
    width: 96%;
}
.udl {
    display: inline-block;
    position: relative
}

.udl:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 102%;
    height: 1px;
    border-radius: 2px;
    left: 0;
    background: #a3a3a3
}

.c1.udl:after {
    background: #9fbfd6
}

.ham-btn {
    position: fixed;
    top: 3.5%;
    right: 3%;
    z-index: 9999;
}

.hamberger {
    width: 3.625rem;
    height: 2.25rem;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

.hamberger span {
    display: block;
    position: absolute;
    height: .313rem;
    width: 100%;
    background: #666;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.change .hamberger span {
    background: #eee
}

.change .hamberger.open span,.change.nav-up .hamberger span {
    background: #666
}

.hamberger span:first-child {
    top: 0;
    transform-origin: left center
}

.hamberger span:nth-child(2) {
    top: 1rem;
    transform-origin: left center
}

.hamberger span:nth-child(3) {
    top: 2rem;
    left: 1rem;
    width: 70%;
    transform-origin: left center
}

.hamberger.open span:first-child {
    transform: rotate(45deg);
    top: -.188em;
    left: .5rem;
    background-color: #fff;
}

.hamberger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.hamberger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 2.375rem;
    left: .5rem;
    width: 100%;
    background-color: #fff;
}
.rnb .rnb-wrap .inner-con {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
}

.rnb.open {
    right: 0
}

/*
.rnb-wrap {
    padding: 8% 10%;
}
*/

.nav-title1 {
    margin-bottom: 12px;
    font-size: 1.188rem
}

.rnb .main-menu {
    color: #151515;
    font-size: 1.5rem;
    
}

.rnb .main-menu li {
    margin-bottom: .4rem;
    
}

.rnb .main-menu li a {
    padding: .3rem 0;
    display: block;
    
}

.rnb .sub-menu {
    color: #fff;
    font-size: 1.188rem;
    font-weight: 300
}

.rnb .sub-menu li {
    margin-bottom: .5rem;

}

.rnb .sub-menu li a {
    padding: .5rem 0;
    display: block;
    cursor: pointer;
}
.rnb .sub-menu li a:hover{
    font-weight: bold;
    border-bottom: 1px solid #fff;
    
}
.rnb .sub-menu li strong {
    font-size: 1.438rem
}

.rnb li.active a {
    color: #8cb7d5
}


.rnb .rnb-wrap .inner-con {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
}

.rnb .rnb-wrap .top-con {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
}

.rnb .rnb-wrap .top-con .menu-img-wrap {
    width: 50%;
}

.rnb .rnb-wrap .top-con .menu-img-list {
    position: relative;
    max-width: 600px;
    left: 100px;
}

.rnb .rnb-wrap .top-con .menu-img-list li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.8s;
}

.rnb .rnb-wrap .top-con .menu-img-list li.on {
    opacity: 1;
}

.rnb .rnb-wrap .top-con .main-menu-wrap {
    display: flex;
    align-items: center;
    width: 50%;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .menu-wrap {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: start;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list {
    position: relative;
    display: flex;
    margin-bottom: 60px;
    align-items: start;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .cata-num {
    position: absolute;
    font-size: 15px;
    font-family: "VentiCF",sans-serif;
    font-weight: 200;
    color: white;
    top: -20px;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list > a {
    font-size: 40px;
    font-family: "Noto Serif KR", serif;
  font-weight: 600;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    color: #fff;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .sub-menu li {
    margin-right: 25px;
    margin-bottom: 20px;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .sub-menu li a {
    font-size: 15px;
    font-family: "MaruBuri";
    font-weight: 300;
    letter-spacing: -0.03em;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list > a::after {
    width: 1px;
    height: 40px;
    content: "";
    display: inline-block;
    background-color: white;
    transform: rotate(15deg);
    position: absolute;
    right: 0;
    top: 0;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list > a::before {
    content: "";
    display: block;
    width: 35px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(55deg);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
}

.rnb .rnb-wrap .bottom-con {
    width: 100%;
    display: flex;
    padding-bottom: 60px;
}

.rnb .rnb-wrap .bottom-con .tel-wrap {
    width: 50%;
    display: flex;
}

.rnb .rnb-wrap .bottom-con .tel-wrap li {
    font-size: 18px;
    font-family: "MaruBuri";
    font-weight: 300;
    letter-spacing: -0.03em;
}

.rnb .rnb-wrap .bottom-con .tel-wrap li:first-of-type::after {
    content: "/";
    display: inline-block;
    color: white;
    margin: 0 5px;
}

.rnb .rnb-wrap .bottom-con .sns-wrap {
    width: 50%;
    display: flex;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li {
    font-size: 15px;
    font-family: "MaruBuri";
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-right: 30px;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li a {
    display: flex;
    justify-content: end;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li img {
    display: block;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li img {
    margin-right: 5px;
}
.rnb .rnb-wrap .inner-con {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
}
.sect_space {
    margin-bottom: 150px
}

.main-header {
    width: 100%;
    padding: 1.8% 3% 1%;
    background: hsla(0,0%,100%,0);
    z-index: 9;
    position: relative;
    border-bottom-right-radius:0;
}

.main-header.fixed {
    position: fixed
}

.main-header.change {
    color: #eee
}

.main-header.change.nav-up {
    color: #818181
}

.logo {
    background: url(../img/logo.png) 50% / 100% no-repeat;
    width: 330px;
    height: 3.75em;
    transition: .2s ease;
}
#footer{
    display: flex;
    justify-content: space-between;
}
footer .logo {
    background: url(../img/logo.png) 50% / 100% no-repeat;
    width: 269px;
    /* height: 3.75em; */
    transition: .2s ease;
}
footer .infot{
    margin-left: 13%;
    width: 100%;
}
footer .pryT{
    width:100%;
}
.nav-up .logo {
    width: 11.5rem;
    height: 3rem
}

.lang-select {
/*
    position: absolute;
    top: calc(100% + 6px);
    left: 3%
*/
}
.lang-select {
    position: relative;
    display:block;
    width: auto;
}

.lang-select>div {
    width: 30px;
    height: 30px;
    background: url("../img/gl.png")0 0/300% no-repeat;
    display: inline-block;
}

.lang-select .lang-ko {
    background-position: 0 100%;
}

.lang-select .lang-ko.on {
    background-position: 0 0;
}

.lang-select .lang-en {
    background-position: 50% 100%;
}

.lang-select .lang-en.on {
    background-position: 100% 0;
}

.lang-select .lang-cn {
    background-position: 100% 100%;
}

.lang-select .lang-cn.on {
    background-position: 100% 0;
}




.nav-area {
    width: 80%;
}

.nav-list {
    margin:0 8%;
    width: 90%;
    display: flex;
}

.nav-list li {
    display: inline-block;
    margin-right: .4rem;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.nav-list li.active a {
    color: #78a1c6
}

.nav-list li a {
    display: block;
    padding: 10px 10px;
    font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-style: normal;
}

.nav-list li a:hover {
    font-family: "Noto Serif KR", serif;
  font-weight: 500;
    border-bottom: 1px solid #666;
}


.main-header .box-lf {
    width: 96%;
}


.menu {
    display: none;
}


.menu {
    width: 100%;
    height: 250px;
    background: #fff;
    color: #ccc;
    position: fixed;
    top:150px;
    z-index: 99;
}

.menu .menu-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.menu .menu-wrap ul{
    float: left;
    margin:0 4%;
}
.menu .menu-wrap u:first-child{
    margin:0px;
}

.menu .menu-wrap ul:last-child{
    margin-left: 40px;
}
.menu .menu-wrap ul li{
    margin-bottom: 10px;
    font-family: 'pretendard'
}

.menu .menu-wrap ul li:hover{
    color: #11265b;
}
.main-header .head-address {
    width: 263px;
    margin: 10% 10% 0 0;
    display: block;
}


.nav-area {
    width: 80%;
}

.nav-list {
    margin:0 8%;
    width: 90%;
    display: flex;
}

.nav-list li {
    display: inline-block;
    margin-right: .4rem;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.nav-list li.active a {
    color: #78a1c6
}

.nav-list li a {
    display: block;
    padding: 10px 10px;
    font-family: "Noto Serif KR", serif;
  font-weight: 300;
  font-style: normal;
}

.nav-list li a:hover {
    font-family: "Noto Serif KR", serif;
  font-weight: 500;
    border-bottom: 1px solid #666;
}


.main-header .box-lf {
    width: 96%;
}


.menu {
    display: none;
}


.menu {
    width: 100%;
    height: 250px;
    background: #fff;
    color: #ccc;
    position: fixed;
    top:150px;
    z-index: 99;
}

.menu .menu-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.menu .menu-wrap ul{
    float: left;
    margin:0 4%;
}
.menu .menu-wrap u:first-child{
    margin:0px;
}

.menu .menu-wrap ul:last-child{
    margin-left: 40px;
}
.menu .menu-wrap ul li{
    margin-bottom: 10px;
    font-family: 'pretendard'
}

.menu .menu-wrap ul li:hover{
    color: #11265b;
}
.main-header .head-address {
    width: 263px;
    margin: 10% 10% 0 0;
    display: block;
}
.rnb {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: right .6s ease;
    opacity: 1;
    overflow-y: auto;   
    background-color: #11265b;
}

::-webkit-scrollbar {
    width: .8rem
}

::-webkit-scrollbar-thumb {
    background: hsla(0,0%,77.3%,.5)
}

::-webkit-scrollbar-thumb:hover {
    background: #9fbfd4
}

.rnb.open {
    right: 0
}

/*
.rnb-wrap {
    padding: 8% 10%;
}
*/

.nav-title1 {
    margin-bottom: 12px;
    font-size: 1.188rem
}

.rnb .main-menu {
    color: #151515;
    font-size: 1.5rem;
    
}

.rnb .main-menu li {
    margin-bottom: .4rem;
    
}

.rnb .main-menu li a {
    padding: .3rem 0;
    display: block;
    
}

.rnb .sub-menu {
    color: #fff;
    font-size: 1.188rem;
    font-weight: 300
}

.rnb .sub-menu li {
    margin-bottom: .5rem;

}

.rnb .sub-menu li a {
    padding: .5rem 0;
    display: block;
    cursor: pointer;
}
.rnb .sub-menu li a:hover{
    font-weight: bold;
    border-bottom: 1px solid #fff;
    
}
.rnb .sub-menu li strong {
    font-size: 1.438rem
}

.rnb li.active a {
    color: #8cb7d5
}


.rnb .rnb-wrap .inner-con {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end;
}

.rnb .rnb-wrap .top-con {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
}

.rnb .rnb-wrap .top-con .menu-img-wrap {
    width: 50%;
}

.rnb .rnb-wrap .top-con .menu-img-list {
    position: relative;
    max-width: 600px;
    left: 100px;
}

.rnb .rnb-wrap .top-con .menu-img-list li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.8s;
}

.rnb .rnb-wrap .top-con .menu-img-list li.on {
    opacity: 1;
}

.rnb .rnb-wrap .top-con .main-menu-wrap {
    display: flex;
    align-items: center;
    width: 50%;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .menu-wrap {
    display: flex;
    flex-flow: column;
    align-items: start;
    justify-content: start;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list {
    position: relative;
    display: flex;
    margin-bottom: 60px;
    align-items: start;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .cata-num {
    position: absolute;
    font-size: 15px;
    font-family: "VentiCF",sans-serif;
    font-weight: 200;
    color: white;
    top: -20px;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list > a {
    font-size: 40px;
    font-family: "Noto Serif KR", serif;
  font-weight: 600;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    color: #fff;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .sub-menu li {
    margin-right: 25px;
    margin-bottom: 20px;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list .sub-menu li a {
    font-size: 15px;
    font-family: "MaruBuri";
    font-weight: 300;
    letter-spacing: -0.03em;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list > a::after {
    width: 1px;
    height: 40px;
    content: "";
    display: inline-block;
    background-color: white;
    transform: rotate(15deg);
    position: absolute;
    right: 0;
    top: 0;
}

.rnb .rnb-wrap .top-con .main-menu-wrap .main-list > a::before {
    content: "";
    display: block;
    width: 35px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(55deg);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
}

.rnb .rnb-wrap .bottom-con {
    width: 100%;
    display: flex;
    padding-bottom: 60px;
}

.rnb .rnb-wrap .bottom-con .tel-wrap {
    width: 50%;
    display: flex;
}

.rnb .rnb-wrap .bottom-con .tel-wrap li {
    font-size: 18px;
    font-family: "MaruBuri";
    font-weight: 300;
    letter-spacing: -0.03em;
}

.rnb .rnb-wrap .bottom-con .tel-wrap li:first-of-type::after {
    content: "/";
    display: inline-block;
    color: white;
    margin: 0 5px;
}

.rnb .rnb-wrap .bottom-con .sns-wrap {
    width: 50%;
    display: flex;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li {
    font-size: 15px;
    font-family: "MaruBuri";
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-right: 30px;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li a {
    display: flex;
    justify-content: end;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li img {
    display: block;
}

.rnb .rnb-wrap .bottom-con .sns-wrap li img {
    margin-right: 5px;
}

body {
  font-family: termina, sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  overscroll-behavior: none;
}
#btn_toggle{
    position: fixed;
    right: 2%;
    top: 130px;
    z-index: 9999;
    background: none;
    outline: none;
    border: none;
}
#Toggle{
  position: fixed;
    right: 3%;
    top: 240px;
    width: 50px;
    z-index: 9999;
}

body.open {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box
}

.bg_bk {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .4s;
    z-index: 9
}

.bg_bk.open {
    opacity: 1;
    right: 0
}

#footer{
    font-family: 'pretendard';
    margin:3%;
    height: 100px;
}
#footer .box-lf{
    margin-right: 0%;
}
#footer .textcon{
    display: flex;
        justify-content: space-around;
    width: 100%;
}
#footer .pryT li {
    float: left;
    margin-left: 60px;
    font-family: 'pretendard';
    color: #999;
    font-weight: 200;
}
#footer .pryT li:first-child{
   margin-left: 0px; 
}
.dr_j_m{
    display: none;
}
.bna_m{
    display: none;
}
.dr_do_m{
    display: none;
}
#mof{
    display: none!important;
}

#canvas {
  position: relative;
  left: 0;
  width: 40%;
  height: 100%;
  object-fit: contain;
    margin-left: 10%;
}


/*submit*/
#result{
    margin-top: 200px;
    border: 1px solid #333;
    width: 60%;
    border-radius: 50px;
    padding: 20px;
}

.ir {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em
}

@media (max-width: 768px) {
    .lang-select{
        display: none;
    }
    .ham-btn {
    position: fixed;
    top: 3.5%;
    right: 5%;
    z-index: 10;
}
   #btn_toggle {
    position: fixed;
    right: 2%;
    top: 130px;
    z-index: 99;
    background: none;
    outline: none;
    border: none;
}
    
    .main-header{
        width: 100%;
        height: 150px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
   .main-header .logo {
    background: url(../img/logo.png) 50% / 100% no-repeat;
    width: 260px!important;
    max-width: 100%;
    height: 3.75em;
    transition: .2s ease;
       margin-bottom: 20px;
}
    
    .rnb .rnb-wrap .top-con {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    width: 100%;
    flex-direction: column;
}
    
    #slide section:not(#sectionPin) {
    min-height: auto;
    width: 100%;
    position: relative;
    padding: 10vw 0;
    margin: auto;
    place-items: center;
        top: 0;
}
 
    .Mimg ul li img{
        display: none;
    }
    .dr_do_m{
        display: block;
    }
    .dr_j_m{
        display: block;
    }
    .dr_j_pc{
        display: none;
    }
    .bna_m{
        display: block;
    }
    .bna_pc{
        display: none;
    }
    #pcf{
        display: none!important;
    }
    #mof{
    display: flex!important;
}
    .nav-list {
    margin-left: 0%;
    width: 100%;
    display: none;
}
    .nav-list li a {
    display: block;
    padding: .8rem;
    font-family: "Noto Serif KR", serif;
    font-weight: 300;
    font-style: normal;
}
   .main-header .head-address {
    margin-right: 0%;
    padding: 0;
       width: 90vw;
       display: block;
       max-width: 1080px;
       text-align: center;
       margin: 0;
} 
    .menu{
        display: none!important;
    }
    .menu-wrap{
        display: none;
    }
    #Toggle {
    position: fixed;
    right: 6%;
    top: 240px;
    width: 50px;
    z-index: 99;
}
    #footer{
        height: 300px;
    }
  #footer .box-lf {
    margin-right: 0%;
      width: 269px;
      text-align: center;
      display: flex;
      margin: 30px 0;
      background: url(../img/logo.png) 50% / 100% no-repeat;
      transition: .2s ease;
} 
    
    footer .logo {
    background: none;
}
    
      #footer .box-lf h1 {
      text-align: center;
          margin: 0 auto;
          display: block;
}  
   #footer .infot {
    margin-left: 0%;
    width: 100%;
       margin-top: 20px;
} 
    footer .pryT{
        display: flex;
    flex-direction: row;
    justify-content: center;
    }
footer .pryT ul{
    display: flex;
    white-space: nowrap;
    width: 90%;
    padding: 0 5%;
    justify-content: center;
}
    footer .pryT ul li{
        font-size: .9rem;
        
    }  
    
    
#footer .textcon {
    display: flex;
    justify-content: space-around;
    flex-direction: column-reverse;
    width: 100%;
}
    #footer .pryT li {
    float: left;
    margin-left: 10px;
    font-family: 'pretendard';
    color: #999;
    font-weight: 200;
}
   .rnb .rnb-wrap .inner-con{}
     .rnb .rnb-wrap  .inner-con{padding: 10px; justify-content: center;}
     .rnb .rnb-wrap .top-con{margin-bottom: 35px;}
     .rnb .rnb-wrap  .top-con .menu-img-wrap{display: none;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap{width: 100%;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list > a::after{height: 25px;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list > a::before{display: none;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list .sub-menu{margin-top: 0px;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list .sub-menu li{margin-right: 10px; margin-bottom: 10px;f}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list .sub-menu li a{font-size: 12px;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list > a{font-size: 20px; padding-right: 10px; margin-right: 10px;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list .cata-num{font-size: 12px; top: -10px; display: none;}
     .rnb .rnb-wrap  .top-con .main-menu-wrap .main-list{margin-bottom: 25px; }
    
    .logo {
    background: url(../img/logo.png) 50% / 100% no-repeat;
    width: 500px;
    max-width: 50%;
    height: 3.75em;
    transition: .2s ease;
}
    .clear {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
        align-items: center;
}
    
  
}


@media (min-width: 767px)and (max-width: 1200px) {
    .clear {
        display: flex;
        flex-direction: column;
    }
    .lang-select {
        position: absolute;
        display: block;
        width: auto;
        left: 5%;
    }
    .main-header .head-address {
        display: none;
    }
    .main-header{
        display: flex; 
        flex-direction: column;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        height: 200px;
    }
    .nav-list li {
        margin: 0;
        width: 100%;
        white-space:nowrap
        
}
    
    .nav-list li a {
    display: block;
    padding: 10px;
    
    }
}