@charset "utf-8";

.mContainer {
  width: 100%;
  position: relative;
}

.section1 {
  position: relative;
  padding: 360px 20px 40px;
  /*overflow: hidden;*/
}

.section1 .mainBg {
  background: url(/mobile/images/bg_main.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  z-index: -1;
}

.section1 .text {
  line-height: 1.4em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.section1 .text span {
  display: block;
  font-size: 1.7em;
  font-weight: 500;
}

.mainSlide {
  width: 100%;
  margin: 40px auto 0;
  border-radius: 10px;
  /*overflow: hidden;*/
}

/** 갤러리
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

#mainSlide {
  height: 100%;
}

#mainSlide li {
  max-height: 363px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/** THEME
===================================*/
.bx-wrapper {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -70px;
  width: 100%;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/mobile/images/main/main_arw_l.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/mobile/images/main/main_arw_r.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  z-index: 5;
  margin-top: -11px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{ bottom: 10px; padding-top: 0;}
.bx-wrapper .bx-pager.bx-default-pager a{ border-radius: 50%; border: 1px solid #999; background-color: #fff;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{background-color: #5e1e79;}

.section2 {
  width: 90%;
  margin: auto;
}

.section2 .instaTit {
  width: 100%;
  overflow: hidden;
}

.section2 .instaTit h1 {
  width: 40px;
  float: left;
  margin-right: 10px;
}

.section2 .instaTit h1 img {
  width: 100%;
}

.section2 .instaTit ul {
  float: left;
}

.section2 .instaTit ul li {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 500;
}

.section2 .instaTit ul li span {
  font-weight: 300;
  font-size: inherit;
}

.section2 .instaTit ul li.gray {
  color: #888;
  font-weight: 300;
}

.section2 .instaTit p {
  clear: both;
  float: left;
  margin: 10px 0;
  font-size: 12px;
  position: relative;
}

.section2 .instaTit p::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 10px;
  left: 100px;
  background-color: #000;
}

.instaBoxWrap {
  width: 100%;
  font-size: 0;
}

.instarBox {
  display: inline-block;
  width: 31%;
  margin: 1%;
  overflow: hidden;
  position: relative;
}

.instarBox::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.instarBox .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.instarBox .inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}