@charset "utf-8";

/* reset */
body,
div,
ul,
li,
p,
span,
button,
a {
  font-family: 'NotoSansCJKkr-Regular';
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #959595;
}
body {
  line-height: 1.5;
}
ul,
li,
ol {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* style */
.section_wrap .section.sec01 .txt_box,
/* .section_wrap .section.sec02 .txt_box, */
.section_wrap .section.sec03 .txt_box
/* .section_wrap .section.sec04 .txt_box */ {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
}

.section_wrap .txt_box .tit_big {
  font-size: 40px;
}

.section_wrap .txt_box .tit {
  font-size: 62px;
  font-family: 'GmarketSansMedium', sans-serif;
}

.section_wrap .txt_box .tit.mobile {
  display: none;
}

.section_wrap .txt_box p {
  font-size: 26px;
}

.section_wrap .txt_box ul li {
  font-size: 24px;
}

.section_wrap .txt_box ul li {
  font-size: 18px;
}

.section_wrap .txt_box .sub_tit {
  margin-top: 15px;
  font-family: 'GmarketSansLight';
}

.section_wrap .txt_box .sub_tit.mobile {
  display: none;
}

.section_wrap .txt_box {
  margin-right: 50px;
}

.section_wrap .sec01 .contents_wrap .img_box,
.section_wrap .sec03 .contents_wrap .img_box {
  width: 20%;
  position: absolute;
  right: 22%;
  bottom: 0px;
}

.section_wrap .sec01 .contents_wrap .img_box img,
.section_wrap .sec03 .contents_wrap .img_box img {
  width: 100%;
}

.section_wrap .sec02 .contents_wrap .img_box {
  width: 400px;
  position: absolute;
  left: 15%;
  bottom: 0px;
}

.section_wrap .sec02 .contents_wrap .img_box img,
.section_wrap .sec04 .contents_wrap .img_box img {
  width: 100%;
}

.section_wrap .sec04 .contents_wrap .img_box {
  position: absolute;
  left: 15%;
  width: 450px;
  top: 50%;
  transform: translateY(-50%);
}

.section_wrap .sec02 .txt_box,
.section_wrap .sec04 .txt_box {
  color: #000 !important;
  position: absolute;
  top: 50%;
  right: 19%;
  transform: translate(0, -50%);
}

.section_wrap .btn_wrap .btn {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  width: 160px;
  text-align: center;
}

.section_wrap .btn_wrap .btn.black {
  border: 1px solid #000 !important;
  color: #000;
}

#fullpage .footer_wrap {
  font-family: 'NotoSans_Regular';
  font-weight: normal;
  width: 100%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 0;
}

.detail {
  font-size: 12px;
}
.detail ul {
  padding: 10px 0 5px;
  /* border-bottom: 1px solid #959595; */
}
.detail ul::after {
  display: block;
  content: '';
  clear: both;
}
.detail ul li {
  float: left;
  padding-left: 10px;
  color: #959595;
  font-size: 12px;
}
.detail ul li:first-child {
  padding-left: 0;
}

.detail address {
  font-style: normal;
  color: #959595;
}
.detail address a,
.detail address p {
  line-height: 20px;
}
.detail address p {
  margin-top: 5px;
}

.detail address a.company {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.detail span {
  padding: 0 5px;
}

/* 공통 */

/* header */
#header {
  position: fixed;
  background: none;
  width: 100%;
  height: 70px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 99999;
}

#header .header_inner,
.footer_inner {
  /* padding: 0 20px; */
  padding: 0 100px;
}

#header .logo_box {
  position: relative;
  top: 20px;
  display: inline-block;
  padding-right: 5px;
  width: 155px;
  height: 40px;
  background: url('../images/img_header_logo.png') no-repeat;
}

#header.change {
  background: #fff !important;
}

#header .logo_box.change {
  /* background: url(../images/img_logo_black.png) no-repeat !important; */
}

.down {
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-duration: 1s;
  transition-timing-function: ease;
}

#fp-nav ul li a span {
  display: block !important;
  width: 6px !important;
  height: 6px !important;
  background: transparent !important;
  border: 1px solid #000 !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #000 !important;
  border-radius: 100% !important;
}
/* fullpage */
#fullpage .fp-tableCell {
  /* padding: 70px 100px 0; */
}

.section.sec01.fp-section {
  background: #f7f7f7;
}
.section.sec02.fp-section {
  background: #fffce4;
}
.section.sec03.fp-section {
  background: #ecf8ff;
}
.section.sec04.fp-section {
  background: #e2fdff;
}

/* 반응형 */
@media screen and (max-width: 1440px) {
  #fullpage .fp-tableCell {
    padding: 70px 50px 0;
  }

  .section_wrap .txt_box p.tit.pc {
    display: none !important;
  }

  .section_wrap .txt_box p.tit.mobile {
    display: block !important;
  }

  .section_wrap .txt_box p.tit {
    font-size: 48px;
  }

  .section_wrap .txt_box p.sub_tit {
    font-size: 25px;
  }

  .section_wrap .txt_box p.sub_tit.pc {
    display: none !important;
  }

  .section_wrap .txt_box p.sub_tit.mobile {
    display: block !important;
  }

  .section_wrap .txt_box {
    margin-right: 0 !important;
    transform: none !important;
    top: 40% !important;
  }

  .section_wrap .section.sec01 .txt_box,
  .section_wrap .section.sec03 .txt_box {
    left: 13%;
  }
  .section_wrap .section.sec02 .txt_box {
    right: 20% !important;
  }
  .section_wrap .section.sec04 .txt_box {
    right: 10% !important;
  }
  .section_wrap .sec01 .contents_wrap .img_box {
    width: 30% !important;
    right: 14% !important;
  }
  .section_wrap .sec03 .contents_wrap .img_box {
    width: 33% !important;
    right: 12% !important;
  }

  .section_wrap .sec02 .contents_wrap .img_box {
    width: 35% !important;
    left: 13% !important;
  }

  .section_wrap .sec04 .contents_wrap .img_box {
    width: 35% !important;
    left: 11% !important;
  }

  #fullpage .fp-tableCell {
    padding: 70px 20px 0 !important;
  }
}

@media screen and (max-width: 1336px) {
  #header .header_inner,
  .footer_inner {
    padding: 0 50px;
  }

  .section_wrap .txt_box {
    margin-right: 0 !important;
    transform: none !important;
    top: 40% !important;
  }

  .section_wrap .section.sec01 .txt_box,
  .section_wrap .section.sec03 .txt_box {
    left: 8%;
  }
  .section_wrap .section.sec02 .txt_box {
    right: 17% !important;
  }
  .section_wrap .section.sec04 .txt_box {
    right: 5% !important;
  }

  .section_wrap .txt_box p.tit.pc {
    display: none !important;
  }

  .section_wrap .txt_box p.tit.mobile {
    display: block !important;
  }

  .section_wrap .txt_box p.tit {
    font-size: 42px;
  }

  .section_wrap .txt_box p.sub_tit {
    font-size: 22px;
  }

  .section_wrap .txt_box p.sub_tit.pc {
    display: none !important;
  }

  .section_wrap .txt_box p.sub_tit.mobile {
    display: block !important;
  }

  #fullpage .fp-tableCell {
    padding: 70px 50px 0;
  }

  .section_wrap .sec01 .contents_wrap .img_box,
  .section_wrap .sec03 .contents_wrap .img_box {
    width: 35% !important;
    right: 8% !important;
  }

  .section_wrap .sec02 .contents_wrap .img_box,
  .section_wrap .sec04 .contents_wrap .img_box {
    width: 38% !important;
    left: 7% !important;
  }
}

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

@media screen and (max-width: 768px) {
  #header .header_inner,
  .footer_inner {
    padding: 0 20px !important;
  }

  #header .logo_box {
    top: 24px !important;
    height: 33px !important;
    background-size: 75% !important;
  }
  /* #header .logo_box.change {
    background-size: 75% !important;
  } */

  #fullpage .fp-tableCell {
    padding: 70px 20px 0 !important;
  }
  .section_wrap .txt_box p.tit {
    font-size: 23px !important;
  }

  .section_wrap .txt_box {
    margin-right: 0 !important;
    left: 50% !important;
    width: 100% !important;
    right: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  .section_wrap .txt_box p {
    font-size: 14px !important;
  }

  .section_wrap .img_box {
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  .section_wrap .txt_box p {
    text-align: center;
  }

  .section_wrap .txt_box .sub_tit.pc {
  }

  .section_wrap .section.sec01 .txt_box {
    top: 18% !important;
  }
  .section_wrap .section.sec03 .txt_box {
    top: 18% !important;
  }

  .section_wrap .sec02 .txt_box,
  .section_wrap .sec04 .txt_box {
    top: 20% !important;
  }

  .section_wrap .sec01 .contents_wrap .img_box {
    width: 45% !important;
  }

  .section_wrap .sec02 .contents_wrap .img_box {
    width: 55% !important;
    left: 50% !important;
  }

  .section_wrap .sec03 .contents_wrap .img_box {
    width: 50% !important;
  }

  .section_wrap .sec04 .contents_wrap .img_box {
    left: 50% !important;
    width: 65% !important;
    transform: translate(-50%, -40%) !important;
  }
}

@media screen and (max-width: 440px) {
  .section_wrap .txt_box {
    margin-right: 0 !important;
    left: 50% !important;
    width: 100% !important;
    right: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  .section_wrap .img_box {
    left: 50% !important;
    right: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  .section_wrap .txt_box p {
    text-align: center;
  }

  .section_wrap .txt_box .sub_tit.pc {
    display: none !important;
  }

  .section_wrap .txt_box .sub_tit.mobile {
    display: block !important;
  }

  .section_wrap .section.sec01 .txt_box {
    top: 18% !important;
  }
  .section_wrap .section.sec03 .txt_box {
    top: 18% !important;
  }

  .section_wrap .sec02 .txt_box,
  .section_wrap .sec04 .txt_box {
    top: 20% !important;
  }

  .section_wrap .sec01 .contents_wrap .img_box {
    /* width: 75% !important; */
    width: 55% !important;
  }

  .section_wrap .sec02 .contents_wrap .img_box {
    /* width: 85% !important; */
    width: 65% !important;
  }

  .section_wrap .sec03 .contents_wrap .img_box {
    /* width: 83% !important; */
    width: 63% !important;
  }

  .section_wrap .sec04 .contents_wrap .img_box {
    /* width: 83% !important; */
    width: 65% !important;
    transform: translate(-50%, -40%) !important;
  }
}

/* mystore_info */

.fc-g {
  color: #036635;
}
.mystore_info.wrap {
  font-size: 3.73333vw;
}

.mystore_info.wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 3.88889vw;
  font-weight: 500;
  color: #333;
  text-align: left;
  height: 14.93333vw;
  text-decoration: none;
}

.mystore_info.wrap .btn.btn_blue {
  font-size: 4.26667vw;
  background: #f5df4d;
  color: #000;
}

.mystore_info.wrap .container .contents_wrap {
  padding: 14.9333vw 4.26667vw 8.5333vw;
}

.mystore_info.wrap .container .contents .mystore_img {
  width: 80%;
  padding-left: 6.9333vw;
}

.mystore_info.wrap .container .contents .info_box {
  background: #f2f2f2;
  padding: 8.53333vw 4.26667vw 4.26667vw;
  text-align: center;
  position: relative;
  top: -1.3333vw;
}

.mystore_info.wrap .container .contents .info_box img {
  width: 84%;
}

.mystore_info.wrap .container .contents .info_box ul {
  width: 97%;
  margin: 0 auto;
}

.mystore_info.wrap .container .contents .info_box ul li:first-child {
  margin-top: 3.73333vw;
}

.mystore_info.wrap .container .contents .info_box ul li {
  text-align: left;
  padding: 3.2vw 3.2vw 3.2vw 14.93333vw;
  background: #fff;
  border-radius: 1.3333vw;
  margin-bottom: 1.6vw;
  position: relative;
}

.mystore_info.wrap .container .contents .info_box ul li .num {
  position: absolute;
  padding: 0 2.6667vw;
  background: #f5df4d;
  border-radius: 0.8vw;
  color: #fff;
  width: 9.6vw;
  text-align: right;
  left: -4%;
  top: 50%;
  transform: translateY(-90%);
  font-size: 4.2667vw;
}

.mystore_info.wrap .container .contents .info_box ul li h3 {
  margin: 0;
  font-size: 3.73333vw;
}

.mystore_info.wrap .container .contents .info_box ul li p {
  color: #666666;
}

.mystore_info.wrap .container .contents .event_wrap {
  background: #dcd2c7;
  text-align: left;
  flex: 1;
  margin-top: 3.2vw;
}

.mystore_info.wrap .container .contents .event_wrap .event {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystore_info.wrap .container .contents .event_wrap .event .img_wrap {
  height: 17.6vw;
  width: 21.3333vw;
  padding: 5.3333vw 0 4.2667vw;
}

.mystore_info.wrap .container .contents .event_wrap .event img {
  width: 100%;
}

.mystore_info.wrap .container .contents .event_wrap .event p {
  flex: 3;
  font-size: 3.4667vw;
}
