*{
    font-family: 'pretendard';
}
.con{
    width:100%;
    height: 100vh;
}

.mainback{
    background:#f1f5f4;
}

.whiteback{
    background:#fff;
}

.darkback{
    background: #363636;
}
.grayback{
    background:#f3f5f9;
}
.itl{
    font-style: italic;
    
}

.bar{
    border-bottom: 1px solid #000;
    width:20%;
    display: inline-block;
    padding-bottom: 100px;
}

.contit{
    font-family: 'Noto Serif KR';
    font-weight: 500;
    font-size: 4rem;
    margin: 0;
}

.contxt{
    font-family: 'pretendard';
    font-weight: 100;
    font-size: 2rem;
    color: #a3a6a6;
    margin: 0;
    line-height: 2;
}

.bold{
    font-weight: 700;
}

.mirecle{
    font-family: 'Miracle';
}

.inner{
    width:68%;
    margin: 0 16%;
    height: 100vh;
}

::selection {
				background-color: #96c3e9;
				color: #fff;
			}
*{
    font-family: 'pretendard';
}

.gray{
    font-weight: 200;
    color: #959699;
}

#sf21_con{
    width:100%;
    position: relative;
    top: 200px;
}

/* --------main------------- */
#main{
    position: relative;
    display: flex;
}
.modelImg{
    position: absolute;
    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{
    width:65%;
    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;
}


#main .text{
    margin-bottom: 10%;
}



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

#sec2{
    background-image: url('../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;
}

/* --------sec3------------- */
#sec3 {
   position: relative; 
}
#sec3 .text{
    text-align: center;
    padding-top: 50px;
}
#sec3 .contit{
    font-size: 6rem;
    font-weight: 600;
}

#sec3 .contxt{
    font-family: 'Noto Serif KR';
    font-size: 4rem;
    font-weight: 600;
    color: #525454;
}

.bna {
    width: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.bna img{
     width: 80%;
    transform: translateX(13%);
}
.bna .swiper-pagination{
    margin-bottom: 7%;
}
.bna .swiper-pagination-bullet-active{
    background: #363636!important;
}
.bna .swiper-pagination-bullet{
    background: #fff;
    border: 1px solid #363636;
    width:15px!important;
    height: 15px!important;
}

/* --------sec4------------- */

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

#sec4 .tb{
    font-family: 'pretendard';
    text-align: center;
    line-height: 2rem;
    margin: 100px 0;
}

#sec4 .tb p{
    font-size: .7rem;
    margin: 0;
}

#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%;
}

/* --------sec5------------- */
#sec5 .sec5Inner{
    width:68%;
    margin: 100px 16%;
}

#sec5 .subtext{
    padding-top: 10px;
}


#sec5 .subtext p{
    font-size: .9rem;
    line-height: 1rem;
}

#sec5 img{
    width:80%;
    margin:10%;
}


#sec5 .imgT p{
    width: 70%;
    text-align: center;
    word-break: keep-all;
    font-size: 1.2rem;
    margin: 100px auto;
    line-height: 1.6rem;
}

#sec5 .imgT .bnaI{
    width:70%;
    margin: 0 auto;
    display: block;
}


/* --------sec6------------- */

#sec6 .sec6Inner{
    width:68%;
    margin: 0 16%;
    padding-top:200px;
}

#sec6 .sec6Inner .textBox{
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}

#sec6 .sec6Inner .textBox .contit{
    color: #fff;
}
#sec6 .sec6Inner .textBox .contxt{
    color: #fff;
    font-size: 1.1rem;
    margin-top: 100px;
    line-height: 1.7rem;
}

#sec6 .sec6Inner .imgB img{
    width:100%;
}





/* --------sec7------------- */

#sec7 .sec7Inner{
    width:68%;
    margin: 0 16%;
    padding-top:200px;
}

#sec7 .sec7Inner .textBox{
    display: flex;
    align-items: flex-end;
    padding-bottom: 100px;
}

#sec7 .sec7Inner .textBox .contit{
    color: #fff;
    text-align: right;
}
#sec7 .sec7Inner .textBox .contxt{
    color: #fff;
    font-size: 1.1rem;
    margin-top: 100px;
    line-height: 1.7rem;
    text-align: right;
}

#sec7 .sec7Inner .imgB {
    width:50%;
}
#sec7 .sec7Inner .imgB img{
    width:100%;
}
#sec7 .sec7Inner .text {
    width: 50%;
    display: flex;
    flex-direction: column;
}
#sec7 .proglamImg {
    margin-top: 80px;
    transform: scale(1.6);
    right: 31%;
    position: relative;
}



/* --------sec8------------- */

#sec8 .contit {
    font-family: 'Noto Serif KR';
    font-weight: 500;
    font-size: 4rem;
    margin: 70px 0;  
    text-align: center;
}
#sec8 .contxt {
    font-family: 'pretendard';
    font-weight: 300;
    font-size: 1.3rem;
    color: #999;
    margin: 0 auto;
    margin-bottom: 100px;
    width:80%;
    word-break: keep-all;
    text-align: center;
}

#sec8 img{
    width: 80%;
    margin: 0 auto;
    display: block;
}



/* --------sec9------------- */


#sec9{
    background-image: url(../common/img/sec8/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#sec9 .sec9Inner{
    width:68%;
    margin: 0 16%;
    padding-top:200px;
}

#sec9 .safety{
    margin: 200px 0 0; 
    padding-bottom: 10px;
}



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

#sec10 .sec10Inner{
   width:68%;
    margin: 0 16%;
    padding-top:200px;
    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;
}
#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%;
}


/* --------sec11------------- */
#sec11{
    background-image: url('../common/img/sec11/back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


#sec11 .text , #sec11 .subtext{
    color: #fff;
}
.sec11Inner {
display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#sec11 .text{
    margin-top: 100px;
}
.pr{
    margin-bottom: 100px;
}

.pr img{
    
}

/* --------sec12------------- */
#sec12{
    background-image: url('../common/img/sec12/back.jpg');
}

#sec12 .text{
    margin-top: 200px;
}


/* =============================== */

 #pc_ver {
        display: block;
    } 
    #mo_ver{
        display: none;
    }





/*=====================*/
@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);
  }
}







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
}

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