@charset "UTF-8";
@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 10px);
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  /* Firefox */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  /* Safari and Chrome */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  /* Opera */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  src: url("font/THEFACESHOP.ttf");
  font-family: "THEFACESHOP";
}
@font-face {
  src: url("font/AppleSDGothicNeoM.ttf");
  font-family: "apple";
}
@font-face {
  src: url("font/GmarketSansTTFMedium.ttf");
  font-family: "Gmarket";
}

@font-face {
  src: url("font/GmarketSansTTFMedium.ttf");
  font-family: "Gmarket";
}

@font-face {
  src: url("font/roboto/Roboto-Black.ttf") format("truetype");
  src: url("font/roboto/Roboto-Bold.ttf") format("truetype");
  src: url("font/roboto/Roboto-Light.ttf") format("truetype");
  src: url("font/roboto/Roboto-Italic.ttf") format("truetype");
  src: url("font/roboto/Roboto-Medium.ttf") format("truetype");
  src: url("font/roboto/Roboto-Regular.ttf") format("truetype");
  /* src: url("font/roboto/Roboto-Thin.ttf") format("truetype"); */
  font-family: "roboto";
}
/* @font-face {
  src: url("font/roboto/Roboto-Bold.ttf");
  font-family: "roboto";
}

@font-face {
  src: url("font/roboto/Roboto-Light.ttf");
  font-family: "roboto";
}

@font-face {
  src: url("font/roboto/Roboto-Italic.ttf");
  font-family: "roboto";
}

@font-face {
  src: url("font/roboto/Roboto-Light.ttf");
  font-family: "roboto";
}

@font-face {
  src: url("font/roboto/Roboto-Medium.ttf");
  font-family: "roboto";
}

@font-face {
  src: url("font/roboto/Roboto-Regular.ttf");
  font-family: "roboto";
}

@font-face {
  src: url("font/roboto/Roboto-Thin.ttf");
  font-family: "roboto";
} */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  body {
    color: blue;
  }
}
body {
  image-rendering: -webkit-optimize-contrast;
}

img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-perspective: 1;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: roboto;
  line-height: 1;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -ms-overflow-style: none;
}

strong {
  font-weight: bold;
}
/* clear fix */
.cf::before {
  content: "";
  display: block;
}

.cf::after {
  content: "";
  clear: both;
  display: block;
}
section {
  transition: all 1s cubic-bezier(0.34, -0.6, 0.515, 1.57);
}

/**********************
         header
************************/
#mask {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

header {
  width: 100%;
  position: fixed;
  z-index: 200;
  background-color: white;
}
header .header_wrap {
  margin: auto;
  width: 100%;
  max-width: 1162px;
  padding: 20px 20px 20px 20px;
}
header .header_wrap > div {
  padding-top: 10px;
}

header .header_wrap .mobile_header_img {
  display: none;
}

header .header_wrap .cf .header_img_wrap {
  display: inline-block;
  width: 130px;
  height: 33px;
}


header .header_wrap .cf .header_img_wrap img {
  /*width: auto;*/
  /*height: auto;*/
  width: 169px;
  /*height: 33px;*/
}

header .header_wrap ul {
  float: right;
  display: flex;
}
header .header_wrap ul li {
  padding-left: 56px;
  padding-right: 56px;
  font-size: 1.1rem;
  font-weight: bold;
}
header .header_wrap ul li a {
  text-decoration: none;
  color: black;
}
#host_info .index_banner_wrap .swiper-pagination span {
  margin: 0 10px !important;
}
header .header_wrap ul li:last-child {
  padding-right: 0px !important;
}

/************************************************
		           swiper banner
	 *************************************************/

#fullpage .index_banner_wrap .swiper01 {
  background: url(../img/web/main/main_bg_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}
#fullpage .index_banner_wrap .swiper02 {
  background: url(../img/web/main/main_bg_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}
#fullpage .index_banner_wrap .swiper03 {
  background: url(../img/web/main/main_bg_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}

#host_info .index_banner_wrap .swiper01 {
  background: url(../img/web/host/host_banner_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}
#host_info .index_banner_wrap .swiper02 {
  background: url(../img/web/host/host_banner_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}
#host_info .index_banner_wrap .swiper03 {
  background: url(../img/web/host/host_banner_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
}

.index_banner_wrap {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index_banner_wrap .swiper-slide {
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_banner_wrap .swiper-slide .banner_inner {
  width: 1162px;
}

#index_banner_wrap .swiper-slide .banner_inner .text_wrap {
  color: white;
  position: relative;
  text-align: left;
  padding-left: 60px;
}

#index_banner_wrap .text_wrap h2 {
  display: inline;
  transition: opacity 1s;
  opacity: 0;
  font-size: 3rem;
  color: white;
}

#index_banner_wrap .text_wrap h3 {
  display: inline;
  transition: opacity 1s;
  opacity: 0;
  font-size: 25px;
  font-size: 2.8rem;
  color: white;
  line-height: 1.7 !important;
}

.index_banner_wrap .swiper-slide-active h3 {
  opacity: 1 !important;
}

.index_banner_wrap .swiper-slide-active h2 {
  opacity: 1 !important;
}
.text_wrap button {
  box-shadow: 0px 0px 0px 0px black;
  width: 123px;
  padding: 13px 13px;
  border: 1px solid #36c3be;
  border-radius: 5px;
  margin: 25px 9px 25px 0px;
  cursor: pointer;
  transition: 0.2s;
}

.index_banner_wrap .swiper-pagination {
  bottom: 70px;
  position: absolute;
  width: auto;
  display: flex;
  left: calc(50% - 54px);
}

.index_banner_wrap .swiper-pagination span {
  margin: 0px 10px;
  transition: 0.3s;
  display: block;
  border-radius: 50px;
  border: 3px solid white;
  color: white;
  width: 15px;
  height: 15px;
}

.index_banner_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

/************************************************
		          sec
	 *************************************************/
.sec_wrap {
  background-color: #f5f4fa;
}

.sec_wrap .sec_content_wrap {
  position: relative;
  width: 1162px;
  margin: auto;
}
.sec_wrap .sec_content_wrap .content_box {
  text-align: center;
}

.sec_wrap .sec_content_wrap .content_box h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #6f62fe;
  padding-bottom: 103px;
}

.sec_wrap .sec_content_wrap .content_box .content_item_wrap {
  justify-content: center;
  display: flex;
}
.sec_wrap .sec_content_wrap .content_box .content_item_wrap .sec_item_box {
  position: relative;
  transition: 1s;
  box-shadow: 0 1px 15px 0 rgb(87 87 87 / 15%);
  background-color: white;
  margin: 0px 20px;
  padding-bottom: 30px;
}
.sec_wrap .sec_content_wrap .content_box .content_item_wrap .sec_item_box img {
  width: 100%;
}
.sec_wrap .sec_content_wrap .content_box .content_item_wrap .sec_item_box p {
  margin-top: -130px;
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.sec_wrap .sec_content_wrap .content_box .content_item_wrap .sec_item_box i {
  font-style: normal;
  font-size: 0.9rem;
}

.sec_wrap .sec_content_wrap .content_box .content_item_wrap .active_box i {
  display: block !important;
}
.sec_wrap
  .sec_content_wrap
  .content_box
  .content_item_wrap
  .sec_item_box
  .item_img01 {
  display: none;
  transition: 0.3s;
  margin: 0px auto;
}

.sec_wrap
  .sec_content_wrap
  .content_box
  .content_item_wrap
  .sec_item_box
  .item_img02 {
  display: block;
  transition: 0.3s;
  margin: 0px auto;
}

.sec_wrap .sec_content_wrap .content_box .content_item_wrap .active_box {
  box-shadow: 9px 7px 19px 0px rgb(87 87 87 / 42%);
  background-color: #bd95ff;
}
.sec_wrap
  .sec_content_wrap
  .content_box
  .content_item_wrap
  .active_box
  .item_img01 {
  display: block;
}

.sec_wrap
  .sec_content_wrap
  .content_box
  .content_item_wrap
  .active_box
  .item_img02 {
  display: none;
}

.sec_wrap .sec_content_wrap .content_box .content_item_wrap .active_box p {
  color: white;
}
.sec_wrap .sec_content_wrap .content_box .content_item_wrap .active_box i {
  color: white;
}
.th_wrap .th_content_wrap {
  padding-top: 120px;
  width: 1162px;
  margin: auto;
}
.fth_wrap {
  background-color: #f5f4fa;
}

.fth_wrap .fth_content_wrap {
  width: 100%;
  text-align: center;
}
.fth_wrap .fth_content_wrap p {
  display: inline-block;
  position: absolute;
}
.fth_wrap .fth_content_wrap .top_text {
  margin-top: 2%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #6f62fe;
}

.fth_wrap .fth_content_wrap .bottom_text {
  margin-top: -4%;
  font-size: 1.2rem;
}
.fth_wrap .ftn_img_wrap {
  width: 100%;
  position: relative;
  margin-top: 130px;
}

.fth_wrap .ftn_img_wrap #map {
  height: 40vh;
  width: 100%;
}
.fth_wrap .ftn_img_wrap .map_img {
  width: 100%;
  height: 467px;
}
.fth_wrap .ftn_img_wrap .map_mabile_wrap {
  z-index: 10;
  transition: 1s;
  position: absolute;
  width: 400px;
  left: -415px;
  margin-top: -102px;
}
.fth_wrap .ftn_img_wrap .map_mabile_wrap .map_mabile {
  width: 100%;
}
.map_mabile_wrap .mapPin .pin_wrap {
  transition: 1s;
  position: relative;
}
.map_mabile_wrap .mapPin {
  transition: 1s;
  position: absolute;
  opacity: 0;
}
.map_mabile_wrap .mapPin:nth-child(1) {
  margin-left: 20%;
  top: 50%;
}
.map_mabile_wrap .mapPin:nth-child(2) {
  margin-left: 10%;
  top: 51%;
}
.map_mabile_wrap .mapPin:nth-child(3) {
  margin-left: 7%;
  top: 46%;
}
.map_mabile_wrap .mapPin:nth-child(4) {
  margin-left: 7%;
  top: 42%;
}
.map_mabile_wrap .mapPin:nth-child(5) {
  margin-left: 6%;
  top: 40%;
}
.map_mabile_wrap .mapPin:nth-child(6) {
  margin-left: 4%;
  top: 51%;
}
.map_mabile_wrap .mapPin:nth-child(7) {
  margin-left: 24%;
  top: 52%;
}
.map_mabile_wrap .mapPin:nth-child(8) {
  margin-left: 24%;
  top: 50%;
}
.map_mabile_wrap .mapPin:nth-child(9) {
  margin-left: 10%;
  top: 50%;
}
.map_mabile_wrap .mapPin:nth-child(10) {
  margin-left: 17%;
  top: 38%;
}
.map_mabile_wrap .mapPin:nth-child(11) {
  margin-left: 15%;
  top: 42%;
}
.map_mabile_wrap .mapPin:nth-child(12) {
  margin-left: 15%;
  top: 42%;
}
.map_mabile_wrap .mapPin:nth-child(13) {
  margin-left: 18%;
  top: 68%;
}
.map_mabile_wrap .mapPin:nth-child(14) {
  margin-left: -3%;
  top: 62%;
}
.map_mabile_wrap .mapPin:nth-child(15) {
  margin-left: -6%;
  top: 67%;
}
.map_mabile_wrap .mapPin:nth-child(16) {
  margin-left: -8%;
  top: 57%;
}
.map_mabile_wrap .mapPin:nth-child(17) {
  margin-left: -21%;
  top: 54%;
}
.map_mabile_wrap .mapPin:nth-child(18) {
  margin-left: -7%;
  top: 53%;
}
.map_mabile_wrap .mapPin:nth-child(19) {
  margin-left: -10%;
  top: 52%;
}
.map_mabile_wrap .mapPin:nth-child(20) {
  margin-left: -19%;
  top: 50%;
}
.map_mabile_wrap .mapPin:nth-child(21) {
  margin-left: -13%;
  top: 45%;
}
.map_mabile_wrap .mapPin:nth-child(22) {
  margin-left: 20%;
  top: 47%;
}
.map_mabile_wrap .mapPin:nth-child(23) {
  margin-left: -15%;
  top: 47%;
}
.map_mabile_wrap .mapPin:nth-child(24) {
  margin-left: -17%;
  top: 45%;
}
.map_mabile_wrap .mapPin:nth-child(25) {
  margin-left: -15%;
  top: 42%;
}
.th_content_box {
  text-align: center;
}

.th_content_box img {
  width: 90%;
}
.sgi_img,
.venture_img {
  width: 130px;
  margin-right: 30px;
  height: 40px;
}
/* .th_content_box > div {
  width: 50%;
} */
.fst_img_wrap {
  display: flex;
  justify-content: center; /* 좌우 기준 중앙정렬 */
  max-width: 1156px;
  margin: auto;
}
.fst_img_wrap > div:nth-child(1) {
  width: 53%;
}
.fst_img_wrap > div:nth-child(2) {
  width: 47%;
}
.fst_img_wrap img {
  display: inline-block;
  flex-direction: row-reverse;
}

.fst_img_wrap .img_wrap > div {
  position: relative;
}

.fst_img_wrap .text_wrap {
  padding-top: 100px;
  flex-direction: column;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
}
.fst_img_wrap .img_wrap h1,
.fst_img_wrap .img_wrap p {
  display: none;
  transition: 0.3s;
  opacity: 0;
}

.sec_img_wrap {
  display: flex;
  justify-content: center; /* 좌우 기준 중앙정렬 */
  max-width: 1156px;
  margin: auto;
}
.sec_img_wrap > div:nth-child(1) {
  width: 43%;
}
.sec_img_wrap > div:nth-child(2) {
  width: 57%;
}
.sec_img_wrap .img_wrap h1,
.sec_img_wrap .img_wrap p {
  display: none;
  opacity: 0;
}
.sec_img_wrap .text_wrap {
  padding-top: 100px;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
}
.sec_img_wrap .text_wrap .text_inner {
  width: 50%;
  margin-top: -150px;
}

.sec_img_wrap .img_wrap .img_box {
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.th_content_box .text_wrap h1 {
  padding-bottom: 20px;
  transition: 0.3s;
  opacity: 0;
  width: 300px;
  color: #6f62fe;
  font-size: 1.5rem;
}

.th_content_box .text_wrap p {
  opacity: 0;
  width: 300px;
  line-height: 30px;
  font-size: 1.2rem;
}

.fst_img_wrap .text_wrap p {
  transition: 0.3s;
}
.fst_img_wrap .text_wrap .item_content {
  padding-bottom: 150px;
}

.fst_img_wrap .text_wrap .remark {
  color: #9d9d9d;
}

.th_content_box .img_wrap {
  position: relative;
  justify-content: flex-end;
}
.fst_img_wrap .img_wrap {
  display: flex;
  justify-content: flex-end;
}

.fst_img_wrap .img_wrap .img_point {
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  bottom: 450px;
  width: 180px;
  max-width: 240px;
  left: -25px;
  border-radius: 5px;
  box-shadow: 0 1px 16px 0 rgb(87 87 87 / 15%);
}
.th_content_box .img_wrap .mobile {
  display: none;
}
.fst_img_wrap .img_wrap img {
  margin-top: 30px;
  opacity: 0;
  transition: 0.8s;
  width: auto;
}

.sec_img_wrap .text_wrap h1 {
  margin-top: 50px;
}

.sec_img_wrap .img_wrap img {
  transition: 0.8s;
  width: auto;
  opacity: 0;
  margin-top: 30px;
}

.sec_img_wrap .img_wrap h1 {
  transition: 0.3s;
}
.sec_img_wrap .text_wrap p {
  transition: 0.3s;
}

.sec_img_wrap .text_wrap h1 {
  transition: 0.3s;
}
.sec_img_wrap .img_wrap p {
  transition: 0.3s;
}
.sec_img_wrap .img_wrap .roll_up_wrap {
  transition: 0.5s;
  bottom: -14px;
  opacity: 0;
  box-shadow: -6px 8px 13px 1px rgb(87 87 87 / 15%);
  position: absolute;
  left: 170px;
  height: 245px;
  overflow: auto;
  width: 150px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.sec_img_wrap .img_wrap .roll_up_wrap ul {
  transition: 1s;
  margin-top: 0px;
  border-radius: 4px;
}
.sec_img_wrap .img_wrap .roll_up_wrap ul li {
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  background-color: white;
  padding: 6px;
  font-size: 12px;
}
.th_img_wrap {
  display: flex;
  justify-content: center;
}

.th_img_wrap > div {
  display: flex;
}
.th_img_wrap > div:nth-child(1) {
  width: 51%;
}
.th_img_wrap > div:nth-child(2) {
  width: 49%;
}
.th_img_wrap .img_wrap .img_box {
  position: relative;
}
.th_img_wrap .img_wrap img {
  margin-top: 30px;
  opacity: 0;
  width: auto;
  transition: 0.8s;
  display: inline-block;
  flex-direction: row-reverse;
}
.th_img_wrap .img_wrap img:nth-child(2) {
  top: 100px;
  right: 200px;
  z-index: 10;
  transition: 0.8s;
}
.th_img_wrap .img_wrap .position_box {
  display: none;
}
.th_img_wrap .img_wrap img:nth-child(3) {
  top: 100px;
  right: 200px;
  z-index: 11;
  transition: 0.8s;
}
.th_img_wrap .img_wrap img:nth-child(4) {
  top: 100px;
  right: 200px;
  z-index: 12;
}
.th_img_wrap .img_wrap h1 {
  transition: 0.3s;
  display: none;
}
.th_img_wrap .img_wrap p {
  transition: 0.3s;
  display: none;
}
.th_img_wrap .text_wrap p,
.th_img_wrap .text_wrap h1 {
  transition: 0.3s;
}

.th_img_wrap .text_wrap {
  flex-direction: column;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
}
.last_section .text_wrap div {
  width: auto;
  margin: auto;
}

.last_section .fp-tableCell {
  vertical-align: top !important;
}

.last_section .fp-tableCell .text_wrap {
  vertical-align: middle;
  display: flex;
  width: 100%;
  margin-top: 21vh;
}
.last_section .fp-tableCell .text_wrap p:nth-child(1) {
  font-weight: bold;
  display: inline-block;
  color: #6f62fe;
  margin: auto;
  font-size: 1.5rem;
  padding: 30px;
  vertical-align: middle;
}
.last_section .fp-tableCell .text_wrap p:nth-child(2) {
  display: inline-block;
  margin: auto;
  font-size: 1.2rem;
  padding: 30px;
  vertical-align: middle;
  color: black;
}
.last_section .fp-tableCell .bg_img_wrap {
  width: 100%;
  position: absolute;
  background-size: cover;
  height: 100vh;
}
.last_section .fp-tableCell .bg_img_wrap img {
  width: 100%;
  height: 100%;
}
.fth_wrap .mobile_title_wrap {
  display: none;
}
#fullpage .footer {
  height: 460px !important;
}
#fullpage .footer .fp-tableCell {
  height: 460px !important;
}
.footer {
  position: relative;
  border-top: 1px solid #3f3f3f;
  transition: 0s;
}

.footer .footer_content_wrap {
  width: 1162px;
  padding: 50px 0px;
  margin: auto;
}
.footer .footer_content_wrap .sns_img_wrap {
  margin-bottom: 20px;
}
.footer .footer_content_wrap .sns_img_wrap img {
  display: inline-block;
  margin: 0px 20px;
}
.footer .footer_content_wrap .sns_img_wrap img:nth-child(1) {
  display: inline-block;
  margin: 0px 40px 0px 0px;
}

.footer svg {
  cursor: pointer;
}

.footer .footer_content_wrap .sns_img_wrap img:nth-child(3) {
  cursor: pointer;
}
.footer_content_wrap .footer_text_wrap ul {
  display: flex;
}
.footer_content_wrap .footer_text_wrap ul li {
  color: #666666 !important;
  margin: 10px 0px;
}
.contact_text_item02 a {
  color: white !important;
  text-decoration: none !important;
}
.footer_content_wrap .footer_text_wrap ul li a {
  color: #666666 !important;
  text-decoration: none !important;
}
.footer_content_wrap .footer_text_wrap ul li:nth-child(1) {
  padding-right: 10px;
}
.footer_content_wrap .footer_text_wrap ul li:nth-child(2) {
  padding: 0px 10px;
}
.footer_content_wrap .footer_text_wrap ul li:nth-child(3) {
  padding-left: 10px;
}
.footer_content_wrap .footer_text_wrap ul li:nth-child(1) {
  border-right: 2px solid #adadad;
}
.footer_content_wrap .footer_text_wrap ul li:nth-child(2) {
  border-right: 2px solid #adadad;
}
.footer_content_wrap .footer_text_wrap ul li button {
  background-color: white;
  border: 1px solid #adadad;
  border-radius: 5px;
  color: #adadad;
  padding: 5px 12px;
  margin-top: -10px;
  cursor: pointer;
}
.footer_logo_wrap {
  margin-top: 20px;
  display: flex;
}
.footer_logo_wrap img {
  display: inline-block;
  margin-right: 20px;
}

.footer_logo_wrap .kb_img {
  width: 41px;
}
.footer_logo_wrap .logo_img {
  width: 130px;
  height: 28px;
  margin-top: 10px;
}
.footer_logo_wrap .logo_img_m {
  display: none;
}
.footer .copy_wrap {
  margin-top: 10px;
}

.footer .copy_wrap p {
  color: #adadad;
}

.footer .footer_btn_wrap {
  position: absolute;
  top: -36px;
  right: calc(40vw - 400px);
}

.footer .footer_btn_wrap img {
  width: 80px;
  cursor: pointer;
}
/************************************************
		          company_info
	 *************************************************/
#company_info .sign_img {
  width: 100px;
}
#company_info .info_banner {
  position: relative;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#company_info .info_banner .banner_content {
  width: 1156px;
  margin: auto;
  text-align: center;
}

#company_info .info_banner .banner_content p {
  color: white;
  font-size: 1.5rem;
  line-height: 2;
}
#company_info .info_banner .banner_content p strong {
  font-size: 2.5rem;
}
#company_info .info_content {
  text-align: center;
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

#company_info .info_content p i {
  display: inline-block;
  width: 100%;
  text-align: right;
}

#company_info .info_content p i span {
  padding-right: 20px;
  font-size: 1.5rem;
}

#company_info .info_content p {
  color: black;
  line-height: 1.5;
  width: auto;
  margin: auto;
  font-size: 1.6rem;
  display: inline-block;
}
#company_info .contact_wrap {
  height: 40vh;
  display: flex;
}
#company_info .contact_wrap div {
  width: 50vw;
}
#company_info .contact_wrap .contact_img_wrap {
  position: relative;
}

#company_info .contact_wrap .contact_img_wrap .map {
  height: 100%;
  width: 100%;
}
#company_info .contact_wrap .contact_img_wrap .marker {
  right: 45%;
  top: 34%;
  width: 70px;
  display: block;
  position: absolute;
}
#company_info .contact_wrap .contact_text {
  background-color: #585858;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
#company_info .contact_wrap .contact_text p {
  vertical-align: middle;
  color: white;
  font-size: 28px;
}

#company_info .contact_wrap .contact_text p strong {
  font-size: 44px;
}

#company_info .mobile_store_wrap {
  bottom: 19px;
}
#company_info .contact_wrap .contact_text p strong {
  font-size: 2.5rem;
}
#company_info .info_content .mobile_ln {
  display: none;
}
/************************************************
		          host_info
	 *************************************************/

#host_info .info_banner {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 937px;
  background-color: #bd95ff;
}
#host_info .info_banner .banner_content {
  padding-top: 26vh;
  width: 1356px;
  margin: auto;
  text-align: center;
}
#host_info .info_banner .banner_content h1 {
  padding-bottom: 100px;
  font-size: 1.7rem;
}
#host_info .info_banner .banner_content .contents_item_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#host_info .info_banner .banner_content .contents_item_wrap > div {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: white;
  width: 350px;
  padding: 200px 0px 100px;
}
#host_info .info_banner .banner_content .contents_item_wrap > div:nth-child(2) {
  margin: 0px 30px;
}

#host_info .info_banner .banner_content p {
  color: #3f3f3f;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}
#host_info .info_banner .banner_content p strong {
  font-size: 42px;
}

#host_info .content_wrap02 {
  background-color: #fafafa;
}

#host_info .content_wrap02 .content_box {
  padding: 150px 0px;
  width: 1162px;
  display: flex;
  margin: auto;
}
#host_info .content_wrap02 .content_box > div {
  width: 50%;
  padding-top: 100px;
}
#host_info .contents_title {
  color: #6f62fe;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

#host_info .content_wrap02 .content_box .text_wrap {
}

#host_info .content_wrap02 .content_box .text_wrap .content_item {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}

#host_info .content_wrap02 .content_box .text_wrap .text {
  color: #3f3f3f;
  line-height: 1.6;
  font-size: 28px;
}

#host_info .content_wrap02 .content_box .text_wrap .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#host_info .content_wrap02 .content_box .img_wrap {
}
#host_info .content_wrap03 {
  margin-bottom: 50px;
}
#host_info .content_wrap03 h1 {
  color: black;
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 50px;
}

#host_info .content_wrap03 .title_point {
  width: 100px;
  background-color: black;
  height: 4px;
  margin: 100px auto 40px auto;
}
#host_info .content_wrap03 .content_box {
  padding: 50px 0px 0px 0px;
  width: 1162px;
  margin: auto;
  text-align: center;
}
#host_info .content_wrap03 .content_box .center_text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: black;
  margin-bottom: 40px;
}
#host_info .content_wrap03 .content_box .item_box_wrap {
  padding: 0px 100px 0px 100px;
  display: flex;
  justify-content: center;
}

#host_info .content_wrap03 .content_box .item_box_wrap div {
  width: 400px;
  height: 400px;
  box-shadow: 6px 9px 15px 4px rgb(87 87 87 / 15%);
  margin: 20px;
  text-align: center;
}
#host_info .content_wrap03 .content_box .item_box_wrap div img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
#host_info .content_wrap03 .content_box .item_box_wrap div h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  margin-bottom: 30px;
}
#host_info .content_wrap03 .content_box .item_box_wrap div p {
  font-size: 1.5rem;
  text-align: center;
  color: #3f3f3f;
}

#host_info .content_wrap04 .contents_title {
  margin-bottom: 100px;
}
#host_info .content_wrap04 .content_box {
  padding: 100px 0px;
  width: 1162px;
  margin: auto;
  text-align: center;
}
#host_info .content_wrap04 .content_box .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#host_info .content_wrap04 .content_box .img_wrap > div {
  position: relative;
}

#host_info .content_wrap04 .content_box .img_wrap .process_img {
  width: auto;
}
#host_info .content_wrap04 .content_box .img_wrap div p {
  font-size: 1.2rem;
  margin-top: 25px;
  color: #3f3f3f;
}
#host_info .content_wrap05 {
  background-color: #f5f4fa;
}
#host_info .content_wrap05 .content_box {
  padding: 50px 0px 0px 0px;
  width: 1162px;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: top;
}
#host_info .content_wrap05 .content_box div :nth-child(1) {
  padding: 40px;
}
#host_info .content_wrap05 .content_box p {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  color: #3f3f3f;
}
#host_info .content_wrap05 .content_box .text_content_box {
  margin-top: 70px;
}
#host_info .content_wrap05 .content_box button {
  padding: 13px 36px 11px 37px;
  border-radius: 4px;
  background-color: #212121;
  color: white;
  float: left;
  font-size: 20px;
  margin-left: 40px;
}
#host_info .content_wrap05_mobile {
  display: none;
}
#host_info .process_swiper_wrap {
  display: none;
}
#host_info .content_wrap04 .house_register_btn {
  box-shadow: 6px 9px 15px 4px rgb(87 87 87 / 15%);
  border-radius: 4.1px;
  background-color: #9665ff;
  padding: 15px 0px;
  border: 0px;
  color: white;
  bottom: 140px;
  position: absolute;
  display: block;
  font-size: 1.2rem;
  width: 100%;
  animation: scrolldown 0.7s ease-in infinite alternate;
  cursor: pointer;
}
#host_info .house_reg_process_wrap {
  display: none;
  position: fixed;
  width: 400px;
  height: 400px;
  left: calc(50% - 200px);
  bottom: calc(50% - 200px);
  z-index: 300;
}

#host_info .house_reg_process_wrap .house_reg_process img {
  width: 100%;
  height: 100%;
}
#host_info .house_reg_process_wrap > div {
  position: relative;
}
#host_info .process_close_btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  margin-top: -60px;
}
.mobile_tab_wrap {
  transition: 1s;
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 101;
  padding: 10px 0px 10px 0px;;
}

.mobile_tab_wrap .mobile_style_wrap img {
  display: block;
  width: 200px;
}
.mobile_tab_wrap .kakao_tab img {
  display: block;
  width: 200px;
}
#fullpage .index_banner_wrap img {
  display: none;
}
.main_map_img {
  display: block;
}
.main_m_map_img {
  display: none;
}

.mobile_tab_wrap .ios_tab,
.mobile_tab_wrap .aos_tab,
.mobile_tab_wrap .kakao_tab {
  height: 63px;
  margin-right: -20px;
  padding-right: 20px;
  cursor: pointer;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
  margin-bottom: 10px;
  width: 200px;
  box-shadow: 1px 2px 13px 7px rgb(87 87 87 / 15%);
}
.mobile_tab_wrap .ios_tab,
.mobile_tab_wrap .aos_tab {
  background-color: white;
}
.info {
  margin: 5% 10%;
}
.info .title {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
}
.info .desc {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  color: #686869;
  font-weight: 400;
}
.mobile_store_wrap {
  z-index: 100;
  display: none;
  margin-top: -60px;
}
.mobile_store_wrap .flex_wrap {
  display: flex;
  width: 300px;
}
.mobile_store_wrap .flex_wrap > div {
  box-shadow: 1px 9px 13px 1px rgb(87 87 87 / 15%);
  flex: auto;
  border-radius: 30px;
}
.mobile_store_wrap .flex_wrap > div:nth-child(1) {
  margin-right: 5px;
}
.mobile_store_wrap .flex_wrap > div:nth-child(2) {
  margin-left: 5px;
}
.mobile_store_wrap .flex_wrap > div img {
  display: block;
  margin: auto;
}
.mobile_store_wrap .kakao_tab {
  box-shadow: 1px 9px 13px 1px rgb(87 87 87 / 15%);
  width: 300px;
  margin: 0px auto 10px;
  border-radius: 30px;
}
.mobile_store_wrap .kakao_tab img {
  display: block;
  margin: auto;
}
.close_btn_wrap {
  width: 10px;
  height: 10px;
  background-color: grey;
  float: right;
}
.house_reg_process_wrap .house_reg_process {
  padding-bottom: 20px;
}
.house_reg_process_wrap .swiper-pagination {
  bottom: -2px;
}
.house_reg_process_wrap .swiper-pagination span {
  border: 1px solid white;
}
.house_reg_process_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
#host_info .index_banner_wrap img {
  display: none;
}
.last_section .fp-tableCell .bg_img_wrap {
  display: block;
}
.last_section .fp-tableCell .m_bg_img_wrap {
  display: none;
  width: 100%;
  height: calc(100% - 80px);
  margin-top: 80px;
}
.header_img_wrap .pc_header_img {
  display: inline;
}
.header_img_wrap .mobile_header_img {
  display: none;
}

.house_reg_process_wrap .swiper-container {
  overflow: visible !important;
}
.house_reg_process_wrap .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.3s !important;
  text-align: center;
}
.house_reg_process_wrap .swiper-slide-active {
  opacity: 1 !important;
}
.house_reg_process_wrap .swiper-button-next {
  margin-right: -55px;
  background-image: url("../img/web/host/icon_right.png") !important;
}
.house_reg_process_wrap .swiper-button-prev {
  margin-left: -55px;
  background-image: url("../img/web/host/icon_left.png") !important;
}
.footer_content_wrap .mobile_sns_wrap {
  display: none;
}

.mobile_store_wrap .flex_wrap > div img {
  width: 100%;
}

.m_footer_btn {
  display: none;
}
.fst_img_wrap .img_wrap img,
.th_img_wrap .img_wrap img {
  float: right;
}

.sec_img_wrap .img_wrap img {
  float: left;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.65);
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_content {
  width: 600px;
  height: 478px;
  background: white;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup_close {
  width: 100%;
  display: flex;
  justify-content: end;
}

.popup_title {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  text-align: center;
}

.img_house {
  width: 294px;
  height: 226px;
  margin: 30px 0;
}

.popup_button img {
  width: 245px;
}

/* 여기서부터 리뉴얼 */
.main_container {
  width: 100%;
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
}



@media all and (max-height: 1100px) {
  html {
    font-size: 15px;
  }
  .fst_img_wrap .img_wrap img,
  .th_img_wrap .img_wrap img {
    width: 70%;
    padding-top: 40px;
  }

  .sec_img_wrap .img_wrap img {
    width: 60%;
    padding-top: 40px;
  }
  .index_banner_wrap .swiper-slide .banner_inner {
    left: calc(50% - 500px);
  }
  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h3 {
    font-size: 2.1rem;
  }

  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h2 {
    font-size: 2.3rem;
  }
  .index_banner_wrap .swiper-slide .banner_inner {
    top: calc(45% - 100px);
  }
}

@media all and (max-height: 700px) {
  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h3 {
    font-size: 1.1rem;
  }

  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h2 {
    font-size: 1.3rem;
  }
  .sec_wrap .sec_content_wrap .content_box .content_item_wrap .sec_item_box {
    width: 230px;
  }
  .sec_wrap .sec_content_wrap .content_box h2 {
    padding-bottom: 20px;
  }
  .th_content_box .img_wrap img {
    width: 50%;
    padding-top: 70px;
  }
  .fth_wrap .fth_content_wrap .bottom_text {
    margin-top: -55px;
  }
  @media all and (max-width: 580px) {
    .th_content_box .img_wrap img {
      width: 50%;
      padding-top: 70px;
    }
  }
}

@media all and (max-height: 900px) {
  html {
    font-size: 14px;
  }
  .fth_wrap .fth_content_wrap .top_text {
    margin-top: 20px;
  }
  .fth_wrap .fth_content_wrap .bottom_text {
    margin-top: -70px;
  }
  @media all and (max-width: 580px) {
    .th_content_box .img_wrap img {
      padding-top: 70px;
    }
  }
}
@media all and (max-height: 700px) {
  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h3 {
    font-size: 1.6rem;
  }

  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h2 {
    font-size: 1.8rem;
  }
}

@media all and (max-height: 600px) {
  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h3 {
    font-size: 1.3rem;
  }

  #index_banner_wrap .swiper-slide .banner_inner .text_wrap h2 {
    font-size: 1.5rem;
  }
  .sec_wrap .sec_content_wrap .content_box .content_item_wrap .sec_item_box {
    width: 200px;
  }
  .sec_wrap .sec_content_wrap .content_box h2 {
    padding-bottom: 20px;
  }
  .th_content_box .img_wrap img {
    width: 45%;
    padding-top: 70px;
  }

  .sec_img_wrap img {
    width: 40%;
    padding-top: 70px;
  }
  .fth_wrap .fth_content_wrap .bottom_text {
    margin-top: -55px;
  }
}
@media all and (max-device-height: 800px) and (max-width: 1400px) {
  #host_info .content_wrap04 .content_box .img_wrap > div {
    width: 230px;
  }
  #host_info .content_wrap04 .content_box .img_wrap .process_img {
    width: 90%;
  }

  .mobile_tab_wrap .kakao_tab svg,
  .mobile_tab_wrap .ios_tab svg,
  .mobile_tab_wrap .aos_tab svg {
    width: 170px;
  }

  .mobile_tab_wrap .kakao_tab,
  .mobile_tab_wrap .ios_tab,
  .mobile_tab_wrap .aos_tab {
    width: 170px;
    height: 50px;
  }
}
