li{
    cursor: pointer;
}
button{
    cursor: pointer;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
a {
    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;
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-container:hover img{
    transform: scale(1.1);
  }
  
  .underline:hover::after{
    opacity: 1;
  }
  
  section::after{
    display: none;
  }
}


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: "pretendard";
    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
}
/*

body * {
    box-sizing: border-box;
    word-break: keep-all
}
*/

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

strong {
    font-weight: 400
}

.light {
    font-weight: 300
}

.bold {
    font-weight: 700
}

img {
    max-width: 100%;
    vertical-align: top
}

#skipNav {
    overflow: hidden;
    position: absolute;
    left: -9999px;
    width: 0;
    height: 1px;
    margin: 0;
    padding: 0
}

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

.ir_pm {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px
}

.ir_pm,.ir_wa {
    display: block;
    overflow: hidden
}

.ir_wa {
    position: relative;
    z-index: -10;
    width: 100%;
    height: 100%
}

.screen_out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px
}

.f_l {
    float: left
}

.f_r {
    float: right
}

.cl_b {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both
}

.show {
    display: block
}

.hide {
    display: none
}

.p_r {
    position: relative
}

.p_a {
    position: absolute
}

.clear:after {
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    content: ""
}
/*

.container {
    width: 100%;
    max-width: 1430px;
    padding: 0 15px;
    margin: auto;
    position: relative
}
*/

.container.sm {
    max-width: 1200px;
}

.container.md {
    max-width: 1300px;
}


.mobile-content {
    display: none
}

.clear {
    display: flex;
    flex-direction: row;
}
.txt_bar {
    font-size: 12px;
    color: #b6b6b6
}

.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;
}


.sect_space {
    margin-bottom: 150px
}

.main-header {
    width: 100%;
    padding: 1.8% 3% 1%;
    background: hsla(0,0%,100%,0);
    z-index: 99;
    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;
}
.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;
}

/*
#main{
    background: #fff;
    width:100vw;
    max-width: 1920px;
    height: 100vh;
    max-height: 1080px;
}
*/

/*슬라이드*/


#slide section:not(#sectionPin) {
  min-height: 120vh;
  width: 100%;
  position: relative;
/*
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
*/
/*  padding: 520px 10vw 0;*/
  margin: auto;
  place-items: center;
}



/*
#slide > section:not(#sectionPin) {
    min-height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem;
    margin: auto;
    place-items: center;
}
*/

.section {
  display: flex;
/*  width: 100vw;*/
  height: 100vh;
  overflow: auto;
}

.slide {
  width: 100vw;
  height: 100vh;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slide .slide1 {
  height: 80vh;
  width: auto;
  object-fit: cover;
}
#slide .slide1 h2 {
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
    font-size: 3rem;
    margin-bottom: 50px;
    color: #112759;
}
#slide .slide1 ul{
    margin-left: 50px;
}
#slide .slide1 ul li{
   color: #a5bed4; 
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-family: 'Pretendard';
    font-weight: 200;
    width: 200px;
}



#slide #main {
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 1rem;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  width:100vw;
    height: 100vh;
  overflow-wrap: break-word;
  hyphens: auto;
}

#skull{
    display: flex;
}
#skull .subtext {
    width: 100%;
}
#skull .subtext p{
    font-family: "pretendard";
    line-height: 1.7;
}
#skull .subtext h1{
    font-family: "Noto Serif KR", serif;
    font-size:3rem;
    margin-bottom: 100px;
    line-height: 1;
}
.bold {
    font-weight: 700;
}
@media (max-width: 768px) {
 #slide h1 {
    font-size: 16vw;
  }
}

#slide h2 {
  font-size: 2rem;
  max-width: 400px;
}
#slide .credit {
  font-family: Termina, sans-serif;
}
#slide .credit a {
  color: var(--text-color);
}
* {
  box-sizing: border-box;
}
#sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
  background: var(--text-color);
  color: var(--bg-color);
}
#slide .pin-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 10vw;
}
#slide .pin-wrap > * {
    width: 67vw;
    min-width: 60vw;
    padding: 40px 13vw;
}


#sectionPin2 {
  overflow: hidden;
  display: flex;
  left: 0;
  justify-content: center;
}
#slide .pin-wrap2 {
    display: flex;
    object-fit: cover;
}
#slide .pin-wrap2 > * {
    width: 100vw;
    padding: 50px 0;
}
#slide .slide2 {
  padding: 40px;
}
#slide .slide2 h2 {
  font-family: "Noto Serif KR", serif;
  font-weight: 300;
    font-size: 3rem;
    margin-bottom: 50px;
    color: #112759;
}
#slide .slide2 ul{
    margin-left: 50px;
}
#slide .slide2 ul li{
   color: #a5bed4; 
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-family: 'Pretendard';
    font-weight: 200;
    width: 200px;
}


/*

#slide p {
  position: absolute;
  bottom: 10vw;
  right: 10vw;
  width: 200px;
  line-height: 1.5;
}
*/

.slide2 h3{
    font-family: 'Pretendard';
    font-size: 1.5rem;
    margin: 10px 0;
    color: #b5b5b5;
}

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
}

.pin {
    width: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: .6rem
}



.main-visual .swiper-slide {
    position: relative;
    height: 100%
}

.main-visual .swiper-pagination {
    width: 60%;
    left: 50%;
    transform: translateX(-50%)
}

.main-visual .swiper-pagination-bullet {
    border-radius: 0;
    height: 3px;
    background: hsla(0,0%,100%,.57);
    width: 14.375em
}

.main-visual .swiper-pagination-bullet-active {
    background: rgba(162,189,209,.57)
}


 .wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  perspective: 1000;
}

.slick-prev, .slick-next{
    display: none!important;
}


/* --------sec2------------- */

#sec2{
    background-image: url("http://www.seoulface21.com/sf21_/common/img/sec2/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.subtext{
    font-family: 'pretendard';
    color: #000;
    width:60%;
    font-size: 1.2rem;
    font-weight: 300;
    word-break: keep-all; 
    margin: 0;
    padding-top: 100px;
    line-height: 1.7rem;
}
.sec2Inner{
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: center;
     width:68%;
    margin: 0 16%;
    height: 100%;
}



/* --------sec4------------- */
#sec4{
    font-family: 'pretendard';
}

#sec4 .sec4Inner {
    width:68%;
    margin: 0 16%;
    height: 100%;
}
#sec4 .textBox{
    padding-top: 100px;
}

#sec4 .tb{
    font-family: 'pretendard';
    text-align: center;
    line-height: 2rem;
    margin: 100px auto;
    width: 100%;
        display: flex;
    flex-direction: column;
    align-items: center;
}
}

#sec4 .tb p{
    font-size: 1rem;
    margin: 0;
    display: inline-block;
}
#sec4 .tb h1{
    font-size: 3rem;
}
#sec4 .expT {
    display: flex;
    padding-top: 30px;
    align-items: center;
    padding-bottom: 100px;
}
#sec4 .expT .txtImg{
    width:40%;
    font-family: 'Dolce & Amyara';
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    text-align: center;
    display: block;
    transform:scale(.4); 
}

#sec4 .expT p:nth-child(2){
    width:60%;
    font-family: 'pretendard';
    line-height: 1.5rem;
    margin: 0;
    word-break: keep-all;
    font-size: 1.1rem;
}
#sec4 .expT .small{
    font-family: 'Miracle';
    display: block;
    line-height: 4rem;
}
#sec4 .expT .mirecle{
    font-size: 4rem;
}

#sec4 .inner{
    width:68%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 100px;
}

#sec4 img{
    width: 100%;
}
#sec4 .subtext{
    width:90%;
    line-height: 2;
}


/* --------sec10------------- */

#sec10 .sec10Inner{
   width:68%;
    margin: 0 16%;
    height: auto;
        display: flex;
    flex-direction: column;
}

#sec10 .Mimg ul{
    display: flex;
    justify-content: space-between;
}

#sec10 .Mimg li{
    float: left;
}
#sec10 .docInfo p, #sec10 .hosInfo p, #sec10 .medInfo p {
    margin-bottom: 100px;
    margin-top: 15px;
    color: #959699;
    font-family: 'pretendard';
    position: relative;
    bottom: 0;
    right: auto;
    left: 0;
    width: auto;
    line-height: 3;
}
#sec10 .Mimg li:last-child{
    margin-bottom: 200px;
}
.medInfo{
    padding-bottom: 50px;
}

.Hslide{
    overflow: hidden;
}

.slitext h1{
    font-size: 1.5rem;
    line-height: 1rem;
}

.slitext .num{
    margin: 20px 0!important;
}
.slitext .subc{
    font-size: .9rem;
    word-break: keep-all;
}

.sec10_sli{
    width: 100%;
}

.gry {
    font-weight: 200;
    color: #959699;
}
.grayback {
    background: #f3f5f9;
}
.safety{
    margin: 200px 0 0; 
    padding-bottom: 10px;
}
.contit {
    font-family: 'Noto Serif KR';
    font-weight: 500;
    font-size: 4rem;
    margin: 0;
    position: relative !important;
    width: 100vw !important;
    right: 0 !important;
    bottom: 0!important;
}

.contxt {
    font-family: 'pretendard';
    font-weight: 100;
    font-size: 2rem;
    color: #a3a6a6;
    margin: 0;
    position: relative !important;
    width: 100vw !important;
    right: 0 !important;
    bottom: 0!important;
    line-height: 3;
}
::selection {
    background-color: #96c3e9;
    color: #fff;
}
.docInfo h1 , .hosInfo h1{
    font-family: 'Pretendard';
    font-size: 1rem;
    font-weight: 600;
}
.docInfo h1 span , hosInfo h1 span {
  display: contents;
}   

<!--전후사진-->
input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    margin-top: 5px;
    border:none;
    border-radius:100%;
    -webkit-border-radius: 100%;
    z-index:1; 
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: transparent;
	width: 2.750rem; height: 2.750rem; background: url(http://www.seoulface21.com/img/landing/landing_section07_bna_cursor.png)right top/100% no-repeat;
    opacity:1;
    cursor: pointer;
    border-radius:100%;
    -webkit-border-radius: 100%;
    border:none;
}
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    background: transparent;
	width: 2.750rem; height: 2.750rem; background: url(http://www.seoulface21.com/img/slider-button.png)right top/100% no-repeat;
    opacity:1;
    border-radius:100%;
    -webkit-border-radius: 100%;
    border:none;
}

input[type=range]:focus {
    -webkit-appearance: none;
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
    border:none;
    border-radius:100%;
    -webkit-border-radius: 100%;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent; 
    border-color: transparent;
    color: transparent;
    border:none;
    border-radius:100%;
    -webkit-border-radius: 100%;
}
.range-input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    margin:0;
    margin-top: 5px;
    border:none;
    border-radius: 100%;
	-webkit-border-radius: 100%;
    z-index:1; 
}

.range-input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
	background: transparent; 
	width: 2.750rem; height: 2.750rem; background: url("http://www.seoulface21.com/img/slider-button.png")right top/100% no-repeat;
    opacity:1;
    cursor: pointer;
    border:none;
    border-radius: 100%;
	-webkit-border-radius: 100%;
}
.range-input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
	background: transparent; 
	width: 2.750rem; height: 2.750rem; background: url('http://www.seoulface21.com/img/landing/landing_section07_bna_cursor.png')right top/100% no-repeat;
    opacity:1;
    border:none;
    border-radius: 100%;
	-webkit-border-radius: 100%;
}
.range-input[type=range]:focus {
    -webkit-appearance: none;
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
    border:none;
    border-radius: 100%;
	-webkit-border-radius: 100%;
    
}

.case-img-tab01 .case-after{text-align:center;}
.case-after{opacity: 0.5;}
.case-area{ position:relative; width: 100%; }
.on .case-after{ animation: fadeIn50 1s forwards .3s; -webkit-animation: fadeIn50 1s forwards .3s; }
.on .case-after.move{animation: none;}
.case-thumb-img{width: 60%;}
.case-thumb-more{width: 40%; padding:6% 4%; text-align: center;}


.case-slider{position:relative; padding: 0% 0% 0% 0%; margin-top:-5%; z-index: 8;    display: -webkit-box;}
.case-slider {
    position: absolute;
    padding: 0% 0% 0% 0%;
    /* margin-top: -5%; */
    z-index: 8;
    display: -webkit-box;
    width: 50%;
    bottom: -67px;
    left: 15%;
}
.prog-bar:after{position: absolute; content:''; top:54%; left:0%; width: 100%; height: 2px; z-index: -1; background: rgba(0, 0, 0, 0.6);}
.prog-slider-sm{ width: 1.8rem; display: inline-block; vertical-align: middle; margin-right: .4rem; animation:lnr 1.6s infinite linear; -webkit-animation:lnr 1.6s infinite linear; }
.prog-slider-sm img{width: 100%;}
.main-case .sect-title{right:0; top:2rem; z-index: -1; color: #f1f1f1; font-size: 12.5vw;}

.tabcont1{
width: 25%;
}

.case-after{ position: absolute; bottom:0; left:0%; width:100%; height:100%; overflow: hidden;}

.case-img-tab01 .case-before{text-align:center;}
.prog-bar {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.prog-bar:after {
    position: absolute;
    content: '';
    top: 54%;
    left: 0%;
    width: 100%;
    height: 2px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
}

.case-after{opacity: 0.5;}

.on .case-after{ animation: fadeIn50 1s forwards .3s; -webkit-animation: fadeIn50 1s forwards .3s; }
.on .case-after.move{animation: none;}

range-input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
    margin:0;
    margin-top: 5px;
    border:none;
    border-radius: 100%;
	-webkit-border-radius: 100%;
    z-index:1; 
}
#bna {
    display: flex;
    justify-content: center;
    flex-direction: row;
   
}
#ban_sec{
     width: 68%;
    margin: 0 16%;
    padding-top: 200px;
}


.bnaplus{
    text-align: right;
    line-height:5;
    font-family: 'pretendard';
    max-width:1220px;
}


#cou_cont{

    padding-left: 10%;
}
#cou_sec{
    background-image: url(../img/back.jpg);
    background-size: cover;
    width: 100vw;
    height: 1020px;
    position: relative;
    left: -20%;
}
#cou_sec .text{
    margin: 2% 16%;
}
.cou_box{
    margin: 0 16%; 
}
.cou_box input{
    width: 300px;
    height: 50px;
    outline: none;
    border: 1px solid #96c3e9; 
    font-family: 'pretendard';
    padding-left: 10px;
}
.cou_box input.tel{
    width: 300px;
    height: 50px;
    outline: none;
    border: 1px solid #96c3e9;
    font-family: 'pretendard';
    padding-left: 10px;
}
.cou_box textarea{
    width: 606px;
    height: 200px;
    outline: none;
    border: 1px solid #96c3e9;
    font-family: 'pretendard';
    margin:10px 0;
    padding: 10px;
}
.cou_box label{
    font-family: 'pretendard';
}
input[id="pry"] + label {
				display: inline-block;
				width: 20px;
				height: 20px;
				border: 2px solid #bcbcbc;
				cursor: pointer;
			}
			input[id="pry"]:checked + label {
				background-color: #96c3e9;
                border: 2px solid #fff;
			}
			input[id="pry"] {
				display: none;
			}
.cou_box input.btn{
    width: 606px;
    height: 100px;
    outline: none;
    background: #96c3e9;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'pretendard';
    margin:10px 0;
    padding-left: 10px;
    font-size: 1.3rem;
    cursor: pointer;
}
#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;
}


#j_ytb{
    width: 80%;
    margin: 3% 10%;
    height: a;
    display: flex;
}

.youtube-sect {
    background: #f7f7f7;
    padding: 6.6% 0 2%;
    position: relative;
    overflow: hidden
}

.youtube-sect .container {
    z-index: 1
}

.youtube-sect .title-area {
    width: 32%
}

.video-area {
    width: 66%
}

.play-area {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    z-index: 1
}

.play-area iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.video-thumb-list li {
    margin-right: .6rem;
    cursor: pointer
}

.video-thumb-list li:last-child {
    margin-right: 0
}

.video-thumb-list li button {
    padding: 0;
    border: 0;
    cursor: pointer
}

.video-thumb-click {
    position: absolute;
    bottom: 0;
    width: 100%
}

.video-thumb-click li {
    width: 100%;
    margin-right: .6rem;
    cursor: pointer
}

.video-thumb-click li:last-child {
    margin-right: 0
}

.video-thumb-click li div {
    padding: 56.25% 0 0
}

.dp_f,.dp_sb {
    display: flex
}
.m_20 {
    margin-bottom: 20px
}

.dp_sb {
    justify-content: space-between
}

.youtube-sect .title-area {
    width: 32%;
}
.title-area {
    padding: 2% 0 0 3.6%;
}

/* --------model------------- */


.svg_wrap:nth-of-type(2) {
    filter: blur(14px);
}

.svg_wrap.st-start-transition {
    opacity: 1;
    transition: top 900ms cubic-bezier(0.215, 0.61, 0.355, 1), left 1000ms cubic-bezier(0.39, 0.575, 0.565, 1), transform 1000ms ease;
}


#model{
    position: relative;
    display: flex;
}
.modelImg{
    position: relative;
    width:85%;
    bottom: 0;
    right: 5%;
    z-index: 1;
}

.leftT {
    width: 10%;
    color: #999;
    font-family: 'pretendard';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2.5%;
}
 .rightT{
    width:10%;
    color: #999;
    font-family: 'pretendard';
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    
     padding: 0 2.5%;
}
.detail{
    position: absolute;
    width:100%;
    padding: 2.5%;   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail h1{
    font-family: 'Dolce & Amyara';
    font-size: 5rem;    
    line-height: 2em; 
    font-weight: 100;
    margin: 0;
}
.detail > .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail > .tit span{
    font-family: 'Dolce & Amyara';
}
.ani_t{
    animation: rotate 10s linear infinite;
}

/*=====================*/
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#m_sec4{
    display: none;
}
#m_sec2{
    display: none;
}

#gobtn {
    position: absolute;
    font-family: 'Noto Serif KR';
    width: 100%;
    z-index: 9;
}
#gobtn p:nth-child(1){
    position: absolute;
    top: 300px;
    left: 1200px;
    display:block;
    width: 100%;
}
#gobtn p:nth-child(2){
    position: absolute;
    top: 400px;
    left: 1200px;
    display:block;
    width: 100%;
}
#gobtn p:nth-child(3){
    position: absolute;
    top: 500px;
    left: 1200px;
    display:block;
    width: 100%;
}
#gobtn p:nth-child(4){
    position: absolute;
    top: 550px;
    left: 1200px;
    display:block;
    width: 100%;
}
#m_model{
    display: none;
}


@media (max-width: 768px) {
     .m_inner{
        width: 80%;
        margin: 0 10%;
        overflow: hidden;
    }
    .m_inner img{
        width: 100%;
    }
    #m_model{
    display: block;
}
    #model{
    display: none;
}
    #sec2{
        display: none;
    }
    #m_sec2{
        display: block;
    }
    #sec4{
        display: none;
    }
    #m_sec4{
        display: block;
    }
     #m_main ,#m_sec2 ,#m_sec3 {
        background: #f1f5f4;
    }
    .m_main_model{
        position: relative;
        right: 0px;
        transform: scale(.9);
    }


     #m_sec2{

        background: #363636;
        background-image: url('http://www.seoulface21.com/sf21_/common/img/mobile/sec2_back.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position:-300px;
        background-attachment: fixed;

    }
    #m_sec2 .m_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 50px 0;
    }
    
    
     #m_sec2 .text_wrap .contit{
        font-size: 2rem;
    }   
    
    
    #m_sec2 .text_wrap .contxt{
        font-size: 1.1rem;
         text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #FFF,0 -1px 0 #FFF;
        font-weight: 300;
            margin-top: 20px;
    }   
    #m_sec2 .text_wrap .subtext{ 
    width:100%;
        font-weight: 400;
/*
        -webkit-text-stroke:1px #fff;
  -webkit-text-fill-color:#999;
*/
        color: #000;
        text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #FFF,0 -1px 0 #FFF;
        font-size: 1rem;
    }

    .m_sec2_t{
        margin-top: 180px;
    } 
    
    #m_sec4 .textBox .contit{
        font-size: 2rem;
        font-weight: 500;
    }
    
    #m_sec4 .textBox .contxt{
        font-size: 1rem;
    }
    
    
    #m_sec4 .sang{
        width: 80%;
        margin: 0 10%;
    }
    #m_sec4 .sang .subtext{
        width: 100%;
        padding-top: 0;
    }
    
    #m_sec4 .ha{
        width: 80%;
        margin: 0 10%;
    }
    #m_sec4 .ha .subtext{
        width: 100%;
    }
    
    
    #m_sec4 .textBox .contxt{
        font-size: 1.1rem;
            margin-top: 20px;
    }
    #m_sec4 .bone {
    width: 100%;
    left: 0%;
    position: relative;
}
    
    #m_sec4 img{
        margin-top:10%;
    }

    #m_sec4 img:last-child{
        margin-bottom: 10%;
    }
    .sub_t{
        width: 100%;
    }
    
    .youtube-sect {
        padding: 12% 0
    }

    .youtube-sect .dp_sb {
        flex-wrap: wrap
    }
.title-area {
    padding: 2% 6%;
}
    .youtube-sect .title-area,.youtube-sect .video-area {
        width: 100%
    }

    .youtube-sect .dp_sb.video-thumb-list li {
        width: 18.8%;
        margin-right: 2px
    }

    
    .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;
}
    
    #slide #main {
    font-size: 5rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 0;
    position: relative;
    top: 100px;
    left: 0;
    z-index: -1;
    width: auto;
    height: 300px;
    overflow-wrap: break-word;
    hyphens: auto;
}
    
    #slide .slide1 h2 {
    font-family: "Noto Serif KR", serif;
    font-weight: 300;
    font-size: 2rem;
    margin: 50px 0;
    color: #112759;
}
   #slide .slide2 h2 {
    font-family: "Noto Serif KR", serif;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 50px;
    color: #112759;
}
    
    #sec10 .Mimg ul {
    display: none;
    justify-content: space-between;
}
    
    .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;
}
#slide .pin-wrap {
    display: block;
    padding: 50px;
    justify-content: flex-start;
    align-items: flex-start;
}
    #slide .pin-wrap > * {
    width: 100vw;
    min-width: 100vw;
    padding: 0px;
    height: auto;
}
   #sectionPin {
    height: auto;
    overflow: hidden;
    display: flex;
    left: 0;
    background: var(--text-color);
    color: var(--bg-color);
    position: relative;
}
    #slide .slide1 ul {
    margin-left: 0px;
}
    .safety {
    margin: 10px 0 0;
    padding-bottom: 10px;
}
    #slide .pin-wrap {
    display: flex;
        flex-direction: column;
    padding: 100px 0px 20px 0px!important;
}
    .flex-div{
        display: flex;
        flex-direction: column;
    }
    #slide .slide1 ul {
        text-align: center;
        margin-top: 30px;
    }
    
    #slide .slide1 ul li {
    color: #a5bed4;
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: 'Pretendard';
    font-weight: 200;
    width: 100px;
        float: left;
}
    .contit {
    font-family: 'Noto Serif KR';
    font-weight: 500;
    font-size: 2rem;
    margin: 0;
    position: relative !important;
    width: 100% !important;
    right: 0 !important;
    bottom: 0 !important;
}
  .contxt {
    font-family: 'pretendard';
    font-weight: 100;
    font-size: 1rem;
    color: #a3a6a6;
    margin: 0;
    position: relative !important;
    width: 100% !important;
    right: 0 !important;
    bottom: 0 !important;
    line-height: 3;
} 
    #slide h1 {
    font-size: 3vw;
}
    #sec10 p {
    margin-bottom: 10px;
    margin-top: 15px;
    color: #959699;
    font-family: 'pretendard';
    position: relative;
    bottom: 0;
    right: auto;
    left: 0;
    width: auto;
    line-height: 1.5;
}
   #ban_sec {
    width: 100%;
    margin: 0 0 0 0%;
    padding-top: 100px;
} 
    #ban_sec .text{
        padding-left: 10%;
    }
    .case-area{
        display: none;
    }
    #bna {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    align-content: center;
}
    .bnaLink{
        margin-top: 0!important;
    }
    
    #sec10 .docInfo p,  #sec10 .hosInfo p {
    margin-bottom: 10px;
    margin-top: 15px;
    color: #959699;
    font-family: 'pretendard';
    position: relative;
    bottom: 0;
    right: auto;
    left: 0;
    width: auto;
    line-height: 1.3;
}
    #cou_cont {
    padding-left: 0%;
}
    .cou_box {
    margin: 0%;
}
    
    .cou_box input {
    width: 90%;
        margin:0 5%; 
}
    
    .cou_box textarea {
    width: 90%;
        margin: 0 5%;
}
    
    .cou_box input.name {
    width: 80%;
        margin: 0 10%;
    height: 50px;
    outline: none;
    border: 1px solid #96c3e9;
    font-family: 'pretendard';
    padding-left: 10px;
}
    .cou_box input.tel {
    width: 80%;
        margin: 0 10%;
    height: 50px;
    outline: none;
    border: 1px solid #96c3e9;
    font-family: 'pretendard';
    padding-left: 10px;
}
 
    .bnaplus{
        margin-right: 5%;
    }
    
    
    .cou_box input.textbox {
    width: 80%;
    margin: 0 10%;
    padding: 0 10%;
    height: 200px;
    outline: none;
    border: 1px solid #96c3e9;
    font-family: 'pretendard';
    padding-left: 10px;
}
    .cou_box input.btn {
    width: 80%;
        margin: 0 10%;
    height: 100px;
    outline: none;
    background: #96c3e9;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'pretendard';
    padding-left: 10px;
    font-size: 1.3rem;
    cursor: pointer;
}
    .cou_box label{
     margin:3% 10%!important;   
    }
    #cou_sec {
    background-image:none;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    left: 0%;
}
    #cou_sec .text {
    margin: 0;
}   
    #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;
}
    .slick-slide{
        height: auto!important;
    }
#sec10 .sec10Inner {
    width: 100%;
    margin: 0%;
    padding: 0 10%;
    height: auto;
    display: flex;
    flex-direction: column;
}
   .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;
}
    
    #skull{
    display: flex;
flex-direction: column;
        width: 100%;
    }
   #canvas {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 10%;
} 
    
 #skull {
        padding: 0 10%;
    } 
    #skull .subtext h1 {
    font-family: "Noto Serif KR", serif;
    font-size: 2rem;
    margin-bottom: 100px;
        text-align: 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;
    
    }
}