#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  overflow-x: hidden;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
  height: 0;
  width: 0;
  font-size: 0;
}

img {
  width: 100%;
}

/*main*/

#main {
  display: block;
  position: relative;
  width: 100%;
  height: 135vw;
  overflow: hidden;
}

.main_visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 135vw;
  overflow: hidden;
  z-index: 10;
  box-sizing: border-box;
}

.maintext01 {
  position: absolute;
  left: 12.5%;
  top: -3%;
  opacity: 0;
  width: 74%;
  z-index: 100;
}

.maintext02 {
  position: absolute;
  left: 20%;
  margin-top: 2%;
  opacity: 0;
  width: 60%;
  z-index: 100;
}

.main_open_box {
  position: absolute;
  left: 15%;
  opacity: 0;
  width: 70%;
  z-index: 100;
}

.fixed_box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 0;
}

/*main_pr*/

#main_pr {
  display: block;
  width: 100%;
}

#main_pr img {
  width: 100%;
}

.main_pr_inner {
  display: block;
  width: 100%;
  height: 140vw;
  /*border: 1px dashed orange;*/
  box-sizing: border-box;
  position: relative;
  top: 0;
  background: url(../img/pre_bg.jpg) center top no-repeat;
  background-size: cover;
}

.pr_title {
  display: block;
  width: 60%;
  position: absolute;
  left: 20%;
  top: 12vw;
  /*border: 1px dashed red;*/
  z-index: 100;
}

/*main_pr 슬라이드*/

.main_pr_slide {
  position: absolute;
  left: 5%;
  top: 30vw;
  width: 90%;
  height: 90vw;
  margin-top: 10vw;
  z-index: 100;
  /*border: 1px dashed orangered;*/
  box-sizing: border-box;
  overflow: hidden;
}

.rolling_bt {
  position: relative;
  width: 100%;
  top: 47%;
}

.swiper-button-prev {
  position: absolute;
  left: 2%;
  width: 7vw;
  z-index: 999;
  opacity: 1;
}

.swiper-button-next {
  position: absolute;
  right: 2%;
  width: 7vw;
  z-index: 999;
  opacity: 1;
}

/*location*/

#location {
  display: block;
  width: 100%;
}

.location_inner {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 110vw;
  background: url(../img/location_bg.jpg) center center no-repeat;
  background-size: 100%;
}

.location_title {
  width: 65%;
  margin: 0 auto;
  padding-top: 13vw;
}

.rotate_circle {
  position: relative;
  display: block;
  width: 100%;
}

.rotating_logo {
  position: absolute;
  right: 0;
  top: 0;
  width: 17%;
  z-index: 300;
}

.rotating_text {
  position: absolute;
  right: 0;
  width: 17%;
  animation: rotate_image 10s linear infinite;
  transform-origin: 50% 50%;
  z-index: 200;
}

@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}

.location_slide {
  position: absolute;
  left: 5%;
  top: 24vw;
  width: 90%;
  height: 46vw;
  margin-top: 10vw;
  z-index: 100;
  box-sizing: border-box;
  overflow: hidden;
}

.location_bt {
  position: relative;
  width: 100%;
  top: 25%;
}

.location-button-prev {
  position: absolute;
  left: 2%;
  width: 7vw;
  z-index: 999;
  opacity: 1;
}

.location-button-next {
  position: absolute;
  right: 2%;
  width: 7vw;
  z-index: 999;
  opacity: 1;
}

/* //location */

/*footer*/

#footer {
  display: block;
  width: 100%;
}

.footer_inner {
  width: 100%;
  position: relative;
}

#footer img {
  display: block;
  width: 100%;
}

.dasan_bt {
  width: 14vw;
  height: 3.5vw;
  position: absolute;
  bottom: 7vw;
  right: 11vw;
  background: pink;
  opacity: 0;
  z-index: 100;
}

.naver_map01 {
  position: absolute;
  left: 36vw;
  bottom: 34vw;
  width: 11vw;
  height: 4vw;
  background: purple;
  opacity: 0;
  z-index: 500;
}

.naver_map02 {
  position: absolute;
  right: 8vw;
  bottom: 34vw;
  width: 11vw;
  height: 4vw;
  background: pink;
  opacity: 0;
  z-index: 500;
}

.naver_map03 {
  position: absolute;
  right: 5vw;
  bottom: 28.5vw;
  width: 43vw;
  height: 4.5vw;
  background: blue;
  opacity: 0;
}

.gonggo_bt {
  position: absolute;
  left: 8vw;
  bottom: 35vw;
  width: 82.5vw;
  height: 6vw;
  background: #000;
  opacity: 0;
}

.internet_guide_bt {
  position: absolute;
  left: 33vw;
  bottom: 19vw;
  width: 34.5vw;
  height: 7vw;
  background-color: pink;
  opacity: 0;
}

.pdfbox {
  width: 23vw;
  height: 20vw;
  right: 5vw;
  top: 27.5vw;
  position: absolute;
  z-index: 100;
}

.pdfbox a {
  display: block;
  position: relative;
  width: 19vw;
  height: 15vw;
  background: pink;
  opacity: 0;
  left: 2vw;
  top: 0vw;
  border: 1px dashed red;
}

.customer_box {
  width: 97%;
  margin: 0 auto;
}

.vbot {
  width: 100%;
  position: relative;
}
.vbot img {
  width: 100%;
  display: block;
}

/*sub*/

#sub_header {
  display: block;
  width: 100%;
  height: 33vw;
  position: relative;
  top: 0;
  overflow: hidden;
}

.s_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.s_title {
  width: 51%;
  position: absolute;
  left: 23%;
  margin-top: 2%;
}

/**/
#sub {
  width: 100%;
  position: relative;
  padding-bottom: 10vw;
  background: #231f20;
}

.stit {
  width: 100%;
  position: relative;
}

.stit img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.stit .stit_img {
  position: absolute;
  bottom: 0;
  width: 60vw;
  top: 10vw;
  left: 20vw;
  z-index: 1;
}

.stit .stit_img.ver2 {
  position: absolute;
  bottom: 0;
  width: auto;
  top: 11vw;
  margin-left: -113px;
  left: 50%;
  max-width: 226px;
  z-index: 1;
}

.stit .stit_img.ver3 {
  position: absolute;
  bottom: 0;
  width: auto;
  top: 11vw;
  margin-left: -94px;
  left: 50%;
  max-width: 193px;
  z-index: 1;
}

.stit .stit_img.ver4 {
  position: absolute;
  bottom: 0;
  width: auto;
  top: 11vw;
  margin-left: -53px;
  left: 50%;
  max-width: 86px;
  z-index: 1;
}

.stit .stit_img.ver5 {
  position: absolute;
  bottom: 0;
  width: auto;
  top: 11vw;
  margin-left: -93px;
  left: 50%;
  max-width: 172px;
  z-index: 1;
}

.stit .stit_img.ver2:after {
  content: "";
  position: absolute;
  top: -17px;
  right: -49px;
  background: url(../img/sub_top/ci_bg.png) no-repeat;
  width: 72px;
  height: 63px;
  z-index: -1;
}

.stxt {
  width: 100%;
  position: relative;
  margin: 9% 0 0 0;
}
.stxt img {
  width: 2% !important;
  display: block;
  margin: 0 auto;
  padding-top: 4vw;
}

.slabel {
  font-size: 6vw;
  font-weight: 400;
  color: #fff;
  background: #231f20;
  text-align: center;
  padding-top: 8vw;
  padding-bottom: 7vw;
  letter-spacing: -0.9px;
}

.slabel ~ span {
  font-size: 2.3vw;
  display: block;
  width: 100%;
  text-align: center;
  white-space: pre-wrap;
  line-height: 3.5vw;
  color: #999;
}

.page {
  width: 100%;
  background: #231f20;
  position: relative;
  padding-bottom: 5vw;
  margin-bottom: 7vw;
}

.page img {
  position: relative;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}

.page iframe {
  position: relative;
  width: 100% !important;
}

.iframebox {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10vw;
  background: #fff;
}

.div_iframe {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30vw;
}

/* sub vr */

.video_subbox {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 3%;
  box-sizing: border-box;
}

.subvideo {
  height: 0;
  padding-bottom: 56.34%;
  position: relative;
  overflow: hidden;
}
.subvideo.widescreen {
  padding-bottom: 56.34%;
}
.subvideo.vimeo {
  padding-top: 0;
}
.subvideo embed,
.subvideo iframe,
.subvideo object,
.subvideo video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.customer_box {
  width: 95%;
  margin: 0 auto;
}
.customer_box h2 {
  text-align: center;
  font-size: 5vw;
  padding-top: 3%;
}
.vr_title {
  width: 95%;
  margin-top: 10%;
}

.vr_title img {
  width: 100%;
}
/* ---sub vr 끝*/

/**/

.ntlist {
  width: 71.4%;
  padding: 7% 10%;
  position: relative;
  margin: 0 auto;
  margin-top: 5%;
  border: 1px solid #ddd;
  line-height: 3.9vw;
  font-size: 2.6vw;
  text-align: center;
  color: #999;
  margin-bottom: 4vw;
}

.ntlist .title {
  font-size: 3vw;
  margin-bottom: 2.4vw;
  font-weight: bold;
  color: #222;
}

/*서브탭메뉴*/
.smenu {
  display: none;
  /*서브메뉴 숨겨놓고 서브페이지에서 각 호출예정*/
}

.smenu ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.smenu ul li {
  width: 100%;
  line-height: 9vw;
  font-size: 3.2vw;
  letter-spacing: -0.1vw;
}

.smenu ul li:first-child a {
  border-left: none;
}

.smenu ul li a {
  display: block;
  box-sizing: border-box;
  background: #000000;
  border-left: 1px solid #ccc;
  color: #ffffff;
  /*  border-bottom: 1px solid #ccc; */
  font-size: 14px;
}

/*  */

.submap {
  position: relative;
  width: 90%;
  height: 55vw;
  top: 5vw;
  margin: 0 auto 27px;
  margin-bottom: 25%;
}

/*  */

.go_area {
  width: 100%;
  height: 100%;
  position: relative;
}

.go_links {
  width: 70%;
  position: absolute;
  bottom: 24vw;
  right: 13vw;
  height: 8vw;
  z-index: 999;
}

.gogo_link1 {
  width: 100%;
  right: 0;
  display: block;
  top: 2vw;
  height: 5vw;
  position: absolute;
}

.gogo_link2 {
  width: 100%;
  right: 0;
  display: block;
  bottom: 0;
  height: 5vw;
  position: absolute;
}

.rel_btnbox {
  position: relative;
}

/***********스몰탭************/

.stab_wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 0px;
  padding-top: 15px;
}

.samll_tab {
  display: none;
}

.samll_tab ul {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: space-between;
  border: 1px solid #4b155b;
}

.samll_tab ul li {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-right: 1px solid #4b155b;
}

.samll_tab ul li:first-child {
  float: left;
  margin-left: 0;
}

.samll_tab ul li:last-child {
  border-right: 0;
}

.samll_tab ul li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 45px;
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  background: #fff;
  color: #636363;
  /*  transform: rotate(-0.03deg); */
}

.naver_bt {
  position: absolute;
  width: 100%;
  left: 54%;
  top: 45%;
}

.naver_bt img {
  width: 15%;
  transition: 0.6s;
}

.naver_bt img:hover {
  opacity: 0.7;
}

.iframbox2 {
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 5%;
  box-sizing: border-box;
}

@media (max-width: 580px) {
}
