@import url("font/font.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500&display=swap");

@font-face {
  font-family: "YUniverse-B";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Apple SD Gothic Neo", arial, sans-serif;
}

/* 비메오 */
#vimeoWrap {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin: 0;
}
#vimeoWrap iframe,
#vimeoWrap object,
#vimeoWrap embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mmovie {
  width: 1200px;
  padding-bottom: 10%; /* 16/9 ratio */
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 auto;
}
#mmovie iframe,
#mmovie object,
#mmovie embed {
  position: relative;
  width: 1200px;
  height: 670px;
  margin: 0 auto;
}

.slideall {
  width: 1920px;
  z-index: -1;
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16/9 ratio */
  overflow: hidden;
  position: relative;
}
.slideall iframe,
.slideall object,
.slideall embed {
  position: relative;
  left: 0;
  width: 100%;
  height: 1080px;
  top: -75px;
}
/*비메오*/
html {
  opacity: 1;
  width: 100%;
  margin: 0 auto;
}
.wrap {
  width: 100%;
  min-width: 100%;
  height: auto;
  margin: 0 auto;
}
.obj {
  position: absolute;
  z-index: -2;
}
/* main css start */

.iframbox {
  width: 1200px;
  margin: 0 auto;
}
/*영상*/

#main {
  position: relative;
  width: 1920px;
  height: 937px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: #fff;
}

.wr_label {
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  background: #00b6bd;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -810px;
  z-index: 9999;
}

.main_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 1;
  min-width: 100%;
}

.main_zoom {
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 1;
  min-width: 100%;
  animation-name: m_zoom;
  animation-duration: 2s;
  animation-delay: 0;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes m_zoom {
  0% {
    width: 110%;
  }
  100% {
    width: 100%;
  }
}
#video-viewport {
  filter: grayscale(1);
}

.maincopy h1 {
  margin: 0;
  padding: 0;
  font-family: "Univers LT Std", sans-serif;
  font-weight: 400;
  font-size: 70px;
  color: #ffffff;
  text-align: center;
}

.letterDrop {
  position: relative;
  top: 0;
  display: inline-block;
  /*text-transform: uppercase; */
  letter-spacing: 25px;
  transform: rotateX(-90deg);
  animation: letterDrop 1.2s ease 1 normal forwards;
}

@keyframes letterDrop {
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.8;
    top: 3.75em;
    transform: rotateX(-360deg);
  }
  100% {
    opacity: 1;
    top: 4.5em;
    transform: rotateX(360deg);
  }
}

/**/

.maincopy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
}
.scline {
  margin-top: 200px;
}
.maincopy ul {
  width: 100%;
  background: none;
}
.maincopy li {
  position: relative;
  opacity: 1;
  color: #fff;
  text-align: center;
  transform: rotate(-0.03deg);
}
.maincopy li:nth-child(1) {
  top: -50px;
}
.maincopy li:nth-child(2) {
  top: 370px;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -1.2px;
  font-weight: 500;
}

.maincopy li:nth-child(3) {
  top: 400px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 400;
  width: 520px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 0 auto;
}

.maincopy li img {
  margin: 0 auto;
  display: block;
}

/**/

.sub_copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  width: 100%;
}
.sub_copy ul {
  width: 100%;
}
.sub_copy li {
  position: relative;
  opacity: 1;
  color: #fff;
  text-align: left;
  transform: rotate(-0.03deg);
}
.sub_copy li:nth-child(1) {
  top: 250px;
  left: 150px;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -1.2px;
  font-weight: 600;
}
.sub_copy li:nth-child(2) {
  top: 300px;
  left: 150px;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1.2px;
  font-weight: 600;
}

/**/

.mbtn {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
}
.mbtn ul {
  display: flex;
  justify-content: center;
}
/* main css end */

/* premium css start */

.premium {
  width: 100%;
  height: 570px;
  margin: 0 auto;
}

.p_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.pre_title {
  position: relative;
  margin-top: 120px;
  margin-bottom: 100px;
}
.pre_title img {
  display: block;
  margin: 0 auto;
}
.pre_title .more {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.pre_title a {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #333;
  font-size: 13px;
}
.sec1Wrap {
  position: relative;
  width: auto;
  width: 1200px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 70px;
}
.premium::before {
  content: "";
  width: 100%;
  height: 280px;
  background: #eee;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.sec1Wrap::before,
.sec1Wrap::after {
  content: "";
  width: 1px;
  height: 215px;
  background: #eee;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
}
.sec1Wrap::before {
  left: 33%;
}
.sec1Wrap::after {
  right: 33%;
}

.sec1Wrap img {
  display: block;
  margin: 0 auto;
}
.sec1Wrap .swiper-slide {
  height: 200px;
  position: relative;
}

.sec1Wrap .swiper-slide img {
  display: block;
}

.pre_arrow {
  position: absolute;
  z-index: 999;
  top: 270px;
  display: flex;
  width: 100%;
}

.swiper-button-next2,
.swiper-button-prev2 {
  position: relative;
}
.swiper-button-next2 {
  left: 100%;
}
.swiper-button-prev2 {
  left: -100px;
}
/* premium css end */

/* location premium start */

.loc_premium {
  background: #263284;
  position: relative;
  width: 1920px;
  height: 790px;
  overflow: hidden;
  margin: 0 auto;
  left: 50%;
  margin-left: -960px;
}

.locp_inner {
  margin: 0 auto;
  position: relative;
  width: 3500px;
  left: -840px;
}
.locp_inner .swiper-wrapper {
  position: relative;
  display: flex;
  top: 90px;
  flex-wrap: nowrap !important;
  width: 100%;
}
.locp_inner .swiper-wrapper .swiper-slide {
  position: relative;
}

.locp_inner .swiper-wrapper .swiper-slide .simg img {
  position: relative;
  filter: brightness(70%);
}

.locp_inner .swiper-wrapper .swiper-slide-active .simg img {
  filter: brightness(100%) !important;
}
.locp_inner .swiper-wrapper .swiper-slide .simg img {
  position: relative;
  filter: brightness(30%);
}
.locp_inner .swiper-wrapper .swiper-slide .stxt {
  position: absolute;
  left: 500px;
  bottom: 0;
  z-index: 99;
  opacity: 0;
}
.locp_inner .swiper-wrapper .swiper-slide-active .stxt {
  opacity: 1;
}

@keyframes locp_in {
  0% {
    opacity: 0;
    bottom: -30px;
  }

  100% {
    opacity: 1;
    bottom: 0;
    animation-fill-mode: backwards;
  }
}

.loc_arrow {
  position: absolute;
  z-index: 999999;
  display: flex;
  width: 100%;
  top: 350px;
}

.loc_arrow .swiper-button-next,
.loc_arrow .swiper-button-prev {
  position: relative;
}
.loc_arrow .swiper-button-next {
  left: 70%;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-left: 80px;
  top: -60px;
}
.loc_arrow .swiper-button-prev {
  left: 280px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-right: 80px;
  top: 120px;
}
.swiper-pagination {
  position: absolute;
  left: 363px;
  top: 653px;
}

.swiper-pagination-bullet {
  background: none;
  font-size: 14px;
  width: auto;
  margin: 0 20px;
  padding-bottom: 16px;
  color: #ffff;
  color: #8a8fb9;
  font-weight: 500;
  transform: rotate(-0.03deg);
  position: relative;
}

.swiper-pagination-bullet-active {
  color: #fff;

  border-bottom: 2px solid #fff;
}
.swiper-pagination-bullet::after {
  content: "ㅣ";
  padding-left: 25%;
  position: absolute;
  right: -1.4vw;
  color: #2e5aa0;
}

.swiper-pagination-bullet:last-child::after {
  display: none;
}

.swiper-pagination-bullet:nth-child(1)::before {
  content: "TRAFFIC";
}
.swiper-pagination-bullet:nth-child(2)::before {
  content: "LIFE";
}
.swiper-pagination-bullet:nth-child(3)::before {
  content: "VALUE";
}
.swiper-pagination-bullet:nth-child(4)::before {
  content: "BRAND";
}
/* location premium css end */

/* bot_content start */

/*다음지도 css*/

[id*="daumRoughmapContainer"] {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 650px;
}
.root_daum_roughmap .wrap_controllers {
  display: none;
}
.root_daum_roughmap .wrap_map {
  height: calc(100%) !important;
}

.sub_map {
  width: 650px;
  height: 570px;
  position: absolute;
  z-index: 999;
  top: 150px;
  left: 50px;
  border: 4px solid #c8c9cb;
}

/* 다음지도 css end */

/* maping css end */

/**/

.subtop {
  position: relative;
  width: 1920px;
  height: 423px;
  overflow: hidden;
  left: 50%;
  margin-left: -960px;
  z-index: -1;
}

.bmbt img {
  display: block;
}

.dmu {
  opacity: 1;
}
.subtop .bmbt::before {
  content: "";
  width: 500px;
  height: 200px;
  top: sken0px;
  background: #fff;
  position: absolute;
  left: 320px;
  border-radius: 100px;
  filter: blur(80px);
}
.subtop .bmbt ul {
  position: absolute;
  top: 48px;
  left: 18%;
}
.subtop .bmbt li {
  z-index: 1;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  opacity: 0;
}
.subtop .bmbt img {
  display: block;
  margin: 0 auto;
}
.subtop .smg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-39.5%, -45%);
}
.subtop .pagetitle,
.subtop .eng_title {
  color: #fff;
  text-align: center;
  position: relative;
  top: 44%;
  transform: rotate(-0.03deg);
}

/**/

.subcopy {
  position: absolute;
  top: 95px;
  left: 210px;
  z-index: 99;
}
.subcopy li {
  position: relative;
  opacity: 1;
}
.subcopy li:nth-child(1) {
  top: 30px;
}
.subcopy li:nth-child(2) {
  top: 55px;
}

.subcopy li:nth-child(3) {
  top: 90px;
}
.subcopy li:nth-child(4) {
  top: 103px;
}
.subcopy li:nth-child(5) {
  top: 140px;
}
.subcopy li:nth-child(6) {
  top: -135px;
  left: -35px;
}

/**/

.sm_all {
  width: 1400px;
  height: 74px;
  line-height: 74px;
  position: relative;
  background: #141414;
  display: flex;
  z-index: 999;
  left: 50%;
  top: -36px;
  transform: translateX(-53.8%);
}
.sm_all .scroll_move {
  width: 74px;
  height: 74px;
  background: #1c3b32;
  position: relative;
}
.sm_all a {
  display: block;
  width: 100%;
  height: 100%;
}
.sm_all .scroll_move img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-60%);
}
.sm_all .open {
  width: 320px;
  position: relative;
}
.sm_all .open img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-55%);
}
.sm_right {
  width: auto;
  position: absolute;
  right: 60px;
}
.sm_right ul {
  display: flex;
}
.sm_right img {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-60%);
}
.sm_right li {
  color: #fff;
  line-height: 72px;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  transform: rotate(-0.03deg);
}
.sm_right li::after {
  content: "";
  background: url(../img/sub/sd_arr.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sm_right li:first-child::after {
  display: none;
}
.sm_all .bar_copy {
  position: relative;
  top: 25px;
  left: 35px;
}

/**/

.ptx {
  font-size: 30px;
  padding-top: 15px;
  color: #fff;
  opacity: 1;
}

.lb_menu {
  width: 100%;
  position: relative;
  height: 80px;
  border-bottom: 1px solid #e3e3e3;
}
.lb_menu ul {
  width: 1200px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -600px;
  height: 100%;
  display: flex;
}
.lb_menu li {
  position: relative;
  padding-right: 46px;
  top: 42%;
  font-size: 16px;
  transform: rotate(-0.03deg);
  font-weight: 500;
  color: #4f4f4f;
}
.lb_menu li::after {
  display: block;
  content: "";
  background: url(../img/subt/arr.png) no-repeat 0 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 2.4px;
  left: -23px;
}
.lb_menu li:nth-child(1)::after {
  display: none;
}

.subpage {
  width: 100%;
  position: relative;
  height: auto;
  max-width: 1300px;
  z-index: 1000;
}
.sub_inner {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.sub_title {
  font-size: 40px;
  position: relative;
  margin-bottom: 90px;
  letter-spacing: -1px;
  font-weight: 600;
}

.subpage img {
  display: block;
  margin: 0 auto;
}

.subpage .ico_text {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 50px;
  letter-spacing: -0.6px;
  font-family: "Apple SD Gothic Neo", arial, sans-serif;
  transform: rotate(-0.03deg);
}

.subpage .ico_text li {
  margin-bottom: 50px;
}

.subpage .ico_text img {
  margin-bottom: 18px;
}
.subpage .ico_text .thumb_gray {
  position: relative;
  filter: grayscale(100%);
  z-index: -1;
}
.subpage .ico_text li:hover .thumb_gray {
  filter: grayscale(0);
  z-index: -1;
}
.subpage .ico_apt .ico_text {
  width: 71%;
}
.subpage .ico_mix .ico_text {
  width: 99%;
}
.subpage .ico_know .ico_text {
  width: 55%;
}
.subpage .ico_apt .ico_text li:last-child {
  width: 25%;
}
.subpage .ico_know .ico_text li:last-child {
  width: 30%;
}
.subpage .ico_text li {
  display: block;
  width: 100%;
}
.subpage .ico_thumbnail {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99;
  background: #fff;
  border: 1px solid #ddd;
}

.ico_thumbnail .pj_xbtn {
  z-index: 999;
  position: absolute;
  right: 0;
}
.subpage .ico_label {
  margin-bottom: 40px;
  width: 240px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.subpage .ico_label span {
  color: #fff;
  display: block;
}

/* .subpage .downbtn {
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
} */

.subpage .downbtn {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 900px;
  width: 64%;
  height: 60px;
  background: black;
  opacity: 0;
  transform: translateX(-50%);
}

.sub_inner {
  width: 1300px;
  position: relative;
  margin: 0 auto;
}

.page .pagetitle {
  font-size: 34px;
  color: #141414;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -0.8px;
  transform: rotate(-0.03deg);
}

.page .eng_title {
  color: #ededed;
  letter-spacing: 0;
  font-size: 50px;
  text-align: center;
  font-family: "YUniverse-B", sans-serif;
  margin-bottom: 10px;
  padding-top: 100px;
  -webkit-text-stroke: 0;
}
.page .ifrbox {
  margin-top: 60px;
  padding-bottom: 80px;
}

/*.page .pagetitle::after {
    background: url(../img/sub/unarrow.png) no-repeat 0 0;    
    width: 21px; height: 9px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}*/

.maplink {
  display: block;
  position: absolute;
  z-index: 9999;
  width: 240px;
  left: 814px;
  top: 240px;
}
.maplink a {
  display: block;
  width: 100%;
  height: 44px;
}
.downbox_wrap {
  display: flex;
  width: 520px;
  margin: 0 auto;
}
.downbox {
  display: block;
  width: 250px;
  height: 60px;
  background: #134337;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  line-height: 60px;
  box-sizing: border-box;
  transition: all 0.5s;
  border: 1px solid #134337;
  transform: rotate(-0.03deg);
}
.downbox:hover {
  background: #fff;
  border: 1px solid #134337;
  color: #134337;
  transition: all 0.5s;
}
/*서브페이지 끝*/

/* experience_page */

/* // experience_page */
