body{
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}

.fw-600{
  font-weight: 600;
}

.popup-layer {
  border: #fff solid 3px;
  background: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
.popup-layer img {
  vertical-align: top;
}

.popclose {
  position: relative;
  height: 30px;
  background: #fff;
  color: #000;
  text-align: left;
  padding: 4px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

.popclose .btn-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 6px;
  padding: 0 4px 0 4px;
  border: 1px solid #ddd;
  background: transparent;
  vertical-align: middle;
}

.popclose .btn-close i {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.popclose .checkbox {
  display: block;
  position: relative;
}

.popclose .checkbox label {
  line-height: 20px;
  min-height: 20px;
  padding-left: 30px;
  cursor: pointer;
}

.popclose .checkbox .input-style {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  left: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #poplayer1, #poplayer2, #poplayer3, #poplayer4, #poplayer5 { width: auto !important; left: 10px !important; right: 10px !important; top: 85px !important; }
  #poplayer1 img, #poplayer2 img, #poplayer3 img, #poplayer4 img { vertical-align: top; }
}

header{
  position: relative;
  top:0;
  height: 135px;
  z-index: 9999;
  width: 100%;
  background: #fff;
}

header .top {
  position: relative;
  height: 60px;
  width: 80%;
  margin: 10px auto 0 auto;
}

.lang-wrap {
  position: absolute;
  left: 0;
}
.lang-wrap .lang .lang-en {display:block; position:relative; width:50px; height:35px; border:3px solid #333333; transition:all 0.3s; box-sizing:border-box;}
.lang-wrap .lang:hover .lang-en {box-shadow:inset 0 0 0 2px #333333;}
.lang-wrap .lang .lang-en span {font-size:14px; font-weight:700; line-height:27px; color:#333333; letter-spacing:-0.5px;}
.lang-wrap .lang button {
  display:block;
  position:relative;
  width:130px;
  height:50px;
  border-radius:30px;
  border:0;
  text-align:center;
  background-color:#f4f4f4;
  cursor:pointer;
  z-index:10;
  letter-spacing:0;
}
.lang-wrap .lang button span {
  font-size:14px;
  font-weight:300;
  line-height:35px;
  color:#333;
  background:url("../images/common/icon-lang.png") no-repeat;
  padding:0 0 5px 28px;
}
.lang-wrap .lang button span:after {
  content:'';
  display:block;
  position:absolute;
  top:27px;
  right:22px;
  width:7px;
  height:4px;
  background:url("../images/common/arrow_off.png")50% 50% no-repeat;
}
.lang-wrap .lang:hover button span:after {
  background:url("../images/common/arrow_on.png")50% 50% no-repeat;
}
.lang-wrap .lang #list {
  box-sizing:border-box;
  display:block;
  position:relative;
  width:130px;
  height:0;
  margin-top:-20px;
  padding:0 15px;
  overflow:hidden;
  background:#f4f4f4;
  border-radius: 0 0 30px 30px;
  text-align:center;
  z-index:1;
}
.lang-wrap .lang:hover #list {height:auto;} 
.lang-wrap .lang #list ul {padding:10px 0 10px 0;letter-spacing:0;}
.lang-wrap .lang #list ul li {border-bottom:1px solid #f2f2f2; box-sizing:border-box;}
.lang-wrap .lang #list ul li:last-child {border:0;}
.lang-wrap .lang #list ul li a {display:block; font-size:14px; font-weight:300; line-height:32px; color:#333;}
.lang-wrap .lang #list ul li a:hover {color:#333;}

header .top .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

header .sns-wrap{
  position: absolute;
  right: 0;
}

header .sns-wrap li{
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}

header .sns-wrap li a{
  font-size: 0;
}

header .sns-wrap .sns-ist{
  background-image: url("../images/common/sns-is.png");
}
header .sns-wrap .sns-fb{
  background-image: url("../images/common/sns-fb.png");
}
header .sns-wrap .sns-yt{
  background-image: url("../images/common/sns-yt.png");
}

header .gnb-wrap{
  display: flex;
  justify-content: center;
}

header .gnb-wrap li a{
  font-family: 'Arita-dotum-Medium';
  font-size: 18px;
  padding:20px;
  display: block;
}

header .gnb-wrap li:last-child{
  margin-right: 0;
}




.submenu-wrap{
  display: none;
  position: absolute;
  z-index: 9;
  top: 135px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #fff;
  border-top: 3px solid #9c87b0;
}

.submenu-wrap .tit{
  float: left;
  position: relative;
  width: 560px;
  height: 350px;
  background: url("../images/common/gnb-bg.png") no-repeat;
  overflow: hidden;
}

.submenu-wrap .tit img{
  position: absolute;
  top: 100px;
  left: 200px;;
}

/* .submenu-wrap .con{
  float: left;
  background: #fff;
  margin-left: 50px;
  margin-top: 30px;
} */

.submenu-wrap .con {
  background: #fff;
  position: absolute;
  left: 595px;
  top: 35px;
}

.submenu-wrap .con ul {
  float: left;
  width: 150px;
  height: 280px;
  border-right: 1px solid #f4f4f4;
  margin-right: 20px;
}

.submenu-wrap .con ul li{
  font-size: 16px;
  margin-bottom: 20px;
}

.submenu-wrap .con ul .menu-tit{
  font-size: 20px;
  font-family: 'Arita-dotum-Medium';
  font-weight: 600;
  margin-bottom: 10px;
  color: #775b8f;
}


.d-day-wrap{
  z-index: 9;
  position: fixed;
  top:30px;
  right:0;
  width: 204px;
  height: 170px;
  background: url("../images/common/d-day-bg.png") center no-repeat;
}

.d-day-wrap .d-day-tit{
  font-size: 25px;
  font-weight: 900;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 5px -1px 0 #0c2a3b,
  2px 3px 10px #0c2a3b,
  5px 4px 0px #0c2a3b,
  6px 0px 6px #0c2a3b;  
}
 

.btn {
  display: block !important;
  position: relative;
  border-radius: 50px !important;
  width: 200px;
  height: 65px !important;
}

.btn .bnt-box{
  width: max-content;
}

.btn.btn-st-01{
  background: #ffb807; 
  background: -webkit-linear-gradient(to right, #f67300, #ffb807); 
  background: linear-gradient(to right, #f67300, #ffb807); 
}


.btn span{
  font-family: 'Arita-dotum-Medium';
  color: #fff;
  font-size: 16px;
  float: left;
}

.btn img{
  float: left;
  margin-left:10px;
  margin-top:3px;
}

.btn:hover img,
.btn:focus img{
  animation: arrow 0.7s ease-in-out infinite;
  -webkit-animation: arrow 0.7s ease-in-out infinite;
}

.btn.btn.btn-st-02{
  width: 180px;
  height: 50px!important;
  border:1px solid #ededed;
}

.btn.btn.btn-st-02:hover{
  border:0;
  background: #2d2d48;
  transition: 0.2s;
}

.btn.btn.btn-st-02 span{
  color: #333;
}

.btn.btn.btn-st-02:hover span{
  color: #fff;
  transition: 0.2s;
}

@-webkit-keyframes arrow {0%,100% {-webkit-transform:translateX(0);}50% {-webkit-transform:translateX(5px);}}
@keyframes arrow {0%,100% {transform:translateX(0);}50% {transform:translateX(5px);}}


footer{
  position: relative;
  background: #28292f;
  padding:50px 0;
}

footer .container{
  width: 1400px;
}

footer p{
  color: #fff;
}

.up-btn{
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #bc9ed8;
  background-image: url("../images/common/icon-up.png");
  background-repeat: no-repeat;
  background-position: center;
}

.site-map{
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/common/site-map-bg.png") no-repeat;
  background-size: cover;
}

.site-map .site-map-top{
  position: absolute;
}

.site-map .site-map-top .lang-wrap{
  display: none;
}


.site-map-menu{
  position: relative;
  background: rgba(29,30,47,0.6);
  width: 50%;
  height: 100vh;
}

.img-box{
  position: relative;
  width: 50%;
  height: 100vh;
}

.site-map .close-btn{
  position: absolute;
  top:100px;
  right:100px;
  cursor: pointer;
  z-index: 9999;
}

.site-map .map-tit{
  position: absolute;
  bottom:100px;
  right:100px;
}

.site-map .menu-box{
  color: #fff;
  margin-bottom: 50px;
}

.site-map .menu-box h2{
  font-family: 'Arita-dotum-Medium';
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 20px !important;
}

.site-map .menu-box a{
  font-size: 18px;
  font-weight: 200;
  color: #fff !important;
}

.site-map .menu-box ul li{
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right:1px solid rgba(255,255,255,0.3);
  line-height: 10px;
}

.site-map .menu-box ul li:last-child{
  border-right:0;
}

.site-map-btn{
  position: absolute;
  right: 300px;
  top:0;
  cursor: pointer;
  display: block;
  width: 25px;
  height: 18px;
  background: url("../images/common/site-map-btn.png") no-repeat;
  background-size: cover;
  margin-top:3px;
  margin:3px 0 0 100px;
}

.site-map-btn:hover{
  background: url("../images/common/site-map-btn-on.png") no-repeat; 
  transition: 0.5s;
}

/*------------------------------------------------------------*/

.position-r{
  position: relative;
}
.postion-a{
  position: absolute;
}
.postion-f{
  position: fixed;
}

.pa-center{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.dp-flex{
  display: flex;
}

.dp-b{
  display: block;
}

.dp-ib{
  display: inline-block;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.cr::after{
  display: block;
  content: "";
  clear: both;
}

.ta-l{
  text-align: left;
}

.ta-c{
  text-align: center;
}

.ta-r{
  text-align: right;
}

.fs-i{
  font-style: italic;
}

.fw-b{
  font-weight: 800;
}

.font-ard{
  font-family: 'Arita-dotum-Medium';
}

.fc-w{
  color: #fff;
}

h2{
  font-size: 40px;
}

.border-r{
  border-right: 1px solid rgba(255,255,255,0.1);
}

.m-0auto{
  margin:0 auto;
}

.mlr-10{
  margin:0 10px
}

.mlr-20{
  margin:0 20px
}

.ml-10{
  margin-left: 10px;
}

.ml-20{
  margin-left: 20px;
}

.mr-10{
  margin-right: 10px;
}

.mr-20{
  margin-right: 20px;
}

.mr-50{
  margin-right: 50px;
}

.mt-20{
  margin-top:20px !important;
}

.mt-30{
  margin-top:30px
}

.mt-50{
  margin-top:50px
}

.mt-100{
  margin-top:100px
}

.mt-135{
  margin-top:135px
}

.mb-10{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 20px !important;
}


.mtb-50{
  margin:50px 0;
}

.mtb-100{
  margin:100px 0;
}


.pr-10{
  padding-right: 10px;
}

.b-lr{
  border-left:1px solid #f4f4f4;
  border-right:1px solid #f4f4f4;
}

.wd-60{
  width: 60%;
}

.wd-80{
  width: 80%;
}

.fc-white-01{
  color: rgba(255,255,255,0.1);
}
.fc-white-03{
  color: rgba(255,255,255,0.3);
}


@media screen and (max-width: 768px) { 

  body{
    width: 100%;
    overflow: auto;
  }
 
  .lang-wrap{
    display: none;
  }

  .sns-wrap{
    display: none;
  }

  .gnb-wrap{
    display: none !important;
  }

  .d-day-wrap{
    display: none;
    top:auto;
    bottom: 30px;
  }

  .submenu-wrap{
    display: none;
  }

  header{
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  header .top{
    width: 80%;
    float: left;
  }

  header .top .logo{
    width: 20%;
    left: 63%;
  }

  header .bottom{
    float: right;
    width: auto;
    margin-top: 25px;
  }

  header .site-map-btn{
    position: relative;
    right: auto;
    top:0;
    margin:0;
  }

  header::after{
    display: block;
    content: "";
    clear: both;
  }

  .up-btn{
    display: none;
  }

  footer .container{
    width: 100%;
  }

  footer .foo-logo{
    margin-bottom: 20px;
  }

  .site-map{
    top:0;
  }

  .site-map .site-map-top{
    z-index: 9;
    width: 90%;
    left:50%;
    transform:translateX(-50%);
    top:20px;
  }

  .site-map .site-map-top .lang-wrap{
    display:block;
  }

  .site-map .close-btn{
    top: 0;
    right: 0;
  }

  .site-map-menu .img-box{
    display: none;
  }

  .site-map .site-map-list{
    width: 80%;
    margin-top: 20px;
    height: 675px;
    overflow-y: scroll;
  }

  .site-map .menu-box{
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
  }

  .site-map .menu-box h2{
    font-size: 20px;
  }

  .site-map .menu-box ul  {
    margin-bottom: 0;
  }

  .site-map .menu-box ul li{
    float: none;
    margin-bottom: 20px;
    border-right: 0;
  }

  .site-map .menu-box ul li:last-child {
    margin-bottom: 0;
  }

  .site-map .menu-box a {
    font-size: 15px;
  }

  .mb-30-m{
    margin-bottom: 30px;
  }

  .mb-50-m{
    margin-bottom: 50px;
  }

  .mtb-0auto-m{
    margin: 0 auto;
  }

  .mtb-50auto-m{
    margin: 50px auto;
  }




}/*E:768*/
.header-banner{
  width: 100%;
}
.header-banner img{
  width: 100%;
}
.go-kit{
  position: absolute;
  left: 145px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 25px;
  color: #fff!important;
  font-size: 16px;
  font-weight: 600;
  background: rgb(246,115,0);
  font-family: 'Arita-dotum-Medium';
  background: linear-gradient(156deg, rgba(246,115,0,1) 0%, rgba(255,184,7,1) 100%);
}
.m-mode{
  display: none;
}
.gokit-mo{
  display: none;
}

.ydb {
  margin: 0 0 20px 0;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 20px;
}

.ydb div {
  margin: 0 10px;
  height: 60px;
}
.ydb a{
  width: auto;
  height: 60px;
  padding: 5px 0;
  position: relative;
  border: 1px solid rgba(0,0,0,.1);
}
.ydb a img{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%,-50%);
  height: 35px;
}

}
@keyframes adBalloon {
  0% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  50% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
}

.visiting {
  position: absolute;
  bottom: -120%;
  animation: adBalloon 3s infinite ease-in-out;
}

.visiting-mo {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px; 
  z-index: 1000;
  animation: adBalloon 3s infinite ease-in-out;
}

.visiting-mo img {
  width: 125px;
}

@media (max-width: 768px) { 
  .visiting-mo {
    display: none;
  }
  .lang-wrap .lang button {
    display: none;
  }

  .btn {
      height: 45px !important;
  }

  .m-scr-wrap{
    width: 100%;
    overflow-x: scroll;
  }

  .pc-mode{
    display: none;
  }
  .m-mode{
    display: block;
  }
  .gokit-pc{
    font-size: 12px;
    line-height: 1.4;
    padding: 0 25px;
    display: flex;
    text-align: center;
    align-items: center;
    left: -5px;
    top: 0;
  }
  .gokit-mo{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 997009;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 17px;
    font-size: 14px;
    padding: 15px 0;  
    border-radius: 50%;
    color: #fff!important;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: rgb(246,115,0);
    background: linear-gradient(156deg, rgba(246,115,0,1) 0%, rgba(255,184,7,1) 100%);
    font-family: 'Arita-dotum-Medium';
    }

    .ydb a img{
      width: 55%;
      height: auto;
    }

    .ydb div {
      margin: 0 3px;
  }
}