@charset "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import "font.css";

/* todo white-space:nowrap 확인하기*/
body {
  white-space: nowrap;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

/* Custom CSS
 * --------------------------------------- */
@media only screen and (min-width: 769px) {
  .pcOnly {
    display: block;
  }
  .mobileOnly {
    display: none;
  }

  .section {
    text-align: left;
    min-width: 1280px;
  }
}

#main {
  background-color: #ececec;
  box-sizing: border-box;
  padding-top: 22px;
  display: flex;
  justify-content: center;
  background: #181b42;
  background: -webkit-radial-gradient(circle, #181b42 50%, #181b42 85%, #05050d 99%);
  background: -moz-radial-gradient(circle, #181b42 50%, #181b42 85%, #05050d 99%);
  background: -o-radial-gradient(circle, #181b42 50%, #181b42 85%, #05050d 99%);
  background: radial-gradient(circle, #181b42 50%, #181b42 85%, #05050d 99%);
}

#main #content {
  display: flex;
  flex-direction: column;
  margin-left: 198px;
  margin-right: 182px;
}

#main #contentRow {
  display: flex;
  flex-direction: row;
}

#main #content #wrapper {
  position: relative;
  padding-right: 142px;
}

#main #content #img {
  margin-top: 18px;
}

#logoImg {
  margin-top: 18px;
  width: 46px;
  height: 46px;
}

#main .storeBtn {
  display: flex;
  flex-direction: row;
  height: 126px;
}

#main div a {
  height: 56px;
  margin-bottom: 14px;
}

#main h2 {
  color: #fff;
  font-size: 59px;
  /* bold */
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  letter-spacing: -1.18pt;
  margin: 166px 0 12px 0;
}
#main h3 {
  color: #fff;
  /* light */
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.06pt;
  margin: 0px 0 26px 0;
}

#content1 {
  background-color: rgb(246 246 246);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
}

#content1 h2 {
  color: rgb(32, 31, 30);
  font-size: 50px;
  /* medium */
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  line-height: 81px;
  letter-spacing: -2.5pt;
}

#content2 {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 290px;
  padding-bottom: 290px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
}

#content2 .slideWrap {
  width: 534px;
  overflow: hidden;
}

#content2 .slideWrap .slideList {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#content2 .slideWrap .slideList > li {
  display: block;
  transition: all 0.5s;
}

#content2 .slideWrapY {
  width: 660px;
  overflow: hidden;
  height: 302px;
}

#content2 .slideWrapY .slideList {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

#content2 .slideWrapY .slideList > li {
  display: block;
  /* vertical-align:middle; */
  transition: all 0.5s;
  /* (height) 276 + (h3 margin-bottom) = 296 20 */
  height: 302px;
}

#content2 #container {
  width: 534px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#content2 #container #tag1Row img {
  width: 167px;
  height: 167px;
}

#content2 #container #tag2Row img {
  width: 140px;
  height: 140px;
}

#content2 #container #tag3Row img {
  width: 460px;
  height: 96px;
}

#content2 #img {
  margin-right: 48px;
}

#content2 #tagSide {
  height: 100%;
  margin-left: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#content2 #tag {
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  width: 648px;
  justify-content: space-between;
}

#content2 #tag p {
  padding: 12px 28px;
  background-color: rgb(226, 226, 226);
  border-radius: 34px;
  color: #fff;
  font-size: 32px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  line-height: 36px;
}

#content2 h2 {
  color: rgb(32, 31, 30);
  font-size: 56px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -2.8pt;
  margin-bottom: 8px;
}

#content2 h3 {
  color: rgb(95, 94, 93);
  font-size: 26px;
  /* regular */
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 20px;
}

#content3 {
  height: 1001px;
  padding-left: 0px;
  margin-bottom: 145px;
  padding-top: 86px;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-image: url(../images/bg_content_3.png);
}

#content3 #img {
  margin-left: 73px;
  position: relative;
}

#content3 #content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  /* margin-right: 108px; */
}

#content3 h2 {
  color: rgb(32, 31, 30);
  font-size: 56px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -2.8pt;
  margin-bottom: 8px;
}

#content3 h3 {
  color: rgb(95, 94, 93);
  font-size: 26px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -1.3pt;
  line-height: 50px;
}

#content4 {
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 162px;
  padding-bottom: 250px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#content4 #wrapper {
  display: flex;
  flex-direction: row;
}

#content4 .slideWrap {
  width: 440px;
  /* 마진 확인 */
  margin: 0 auto;
  overflow: hidden;
}

#content4 .slideList {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
}

#content4 .slideList > li {
  display: block;
  width: 440px;
  transition: all 0.5s;
}

#content4 #container {
  display: flex;
  flex-direction: row;
  width: 440px;
  justify-content: center;
  align-items: center;
}

#content4 #img {
  margin-right: 70px;
}

#content4 #tagSide {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

#content4 h2 {
  color: rgb(32, 31, 30);
  font-size: 56px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  line-height: 84px;
  letter-spacing: -2.8pt;
  margin-bottom: 8px;
}

#content4 h3 {
  color: rgb(95, 94, 93);
  font-size: 26px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -1.3pt;
  line-height: 50px;
}

#content4 #indicator {
  width: 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}

#content4 #indicator p {
  width: 10px;
  height: 10px;
  background-color: rgb(238, 238, 238);
  border-radius: 100%;
}

#content5 {
  padding: 200px 0 200px 0;
  background-color: rgba(241, 236, 227, 0.6);
  box-sizing: border-box;
  text-align: center;
}
#content5 #content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#content5 #content .interval {
  margin-right: 80px;
}

#content5 #img {
  height: 530px;
  width: 580px;
  margin-bottom: 40px;
}

#content5 h2 {
  color: #000;
  font-size: 60px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 80px;
}

#content5 #frame {
  overflow: hidden;
}
#content5 h3 {
  color: rgb(70, 66, 60);
  font-size: 46px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  letter-spacing: -0.92pt;
  margin-bottom: 4px;
}
#content5 h4 {
  color: rgb(255, 128, 30);
  font-size: 27px;
  font-family: "	HCR Dotum Ext";
  font-weight: 400;
  letter-spacing: -1.35px;
  margin-bottom: 10px;
}
#content5 h5 {
  color: rgb(93, 89, 83);
  font-size: 23px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  letter-spacing: -0.46pt;
  line-height: 38px;
}

#content6 {
  text-align: center;
  padding: 200px 0 235px 0;
  background-color: #f9f9f9;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

#content6 #content {
  width: 60vw;
  min-width: 1000px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#content6 .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#content6 h2 {
  color: #222;
  font-size: 60px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  letter-spacing: -1.8px;
  margin-bottom: 60px;
}

#content6 #img {
  margin-bottom: 73px;
  position: relative;
}

#content6 #img img {
  height: 270px;
  width: 270px;
}

#content6 #img div {
  position: absolute;
  top: 308px;
  display: inline;
  white-space: nowrap;
  /* background-color: red; */
  left: 50%;
  transform: translateX(-50%);
}
#content6 #img div h3 {
  color: rgb(32, 31, 30);
  font-size: 28px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  margin-bottom: 20px;
}
#content6 #img div h4 {
  color: rgb(95, 94, 93);
  font-size: 26px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -1.3pt;
}

#content7 {
  background-color: #ff6f33;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 80px 0;
  box-sizing: border-box;
  text-align: center;
}

#content7 h2 {
  color: #fff;
  font-size: 60px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  letter-spacing: -1.8pt;
  margin-bottom: 20px;
}
#content7 h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}

#content8 {
  padding-top: 70px;
  padding-bottom: 62px;
  padding-left: 0px;
  background-color: #fafafa;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.footer {
  width: 66.66%;
  box-sizing: border-box;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
}

.footer .row {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.footer .titleRow {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.footer .titleWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 20px;
}

.footer #oneftLogoBadge {
  width: 50px;
  height: 50px;
}

.footer #instaLogoBadge img {
  width: 50px;
  height: 50px;
}

.footer h2 {
  font-size: 22px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  letter-spacing: -0.66px;
  margin-left: 20px;
  align-self: center;
}

.footer h3 {
  font-size: 20px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -0.2px;
  margin-right: 26px;
  margin-bottom: 12px;
}

.footer h4 {
  font-size: 14px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  letter-spacing: -0.14px;
  margin-top: 23px;
}

.footer a {
  margin-top: 20px;
  margin-right: 15px;
}
.footer h5 {
  font-size: 14px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -0.25px;
  /* margin-bottom: 40px; */
}

html,
body,
.backgroundTransition,
.backgroundTransition .image-top,
.backgroundTransition .image-bottom {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
}

body .backgroundTransition {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}

body .backgroundTransition .image-bottom,
body .backgroundTransition .image-top {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: top center;
}

body .backgroundTransition .image-bottom {
  z-index: -2;
}

body .backgroundTransition .image-top {
  z-index: -1;
  display: none;
}

#image-download {
  display: none;
}
#content7 .fp-slidesNav {
  position: absolute;
  left: 49% !important;
  top: 65% !important;
  width: 440px;
  height: 10px;
  overflow: hidden;
  margin: 0 !important;
  text-align: left;
}
#content7 .fp-slidesNav ul {
  padding: 0;
}
#content7 .fp-slidesNav ul li {
  width: 110px;
  height: 10px;
  margin: 0;
  display: block;
  float: left;
}
#content7 .fp-slidesNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#content7 .fp-slidesNav ul li a span {
  width: 110px;
  height: 10px;
  border-radius: 0;
  margin: 0;
  background: #ddd;
  top: 0;
  left: 0;
}
#content7 .fp-slidesNav ul li a.active span {
  width: 110px;
  height: 10px;
  border-radius: 0;
  margin: 0;
  background: #333;
}

@media only screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .mobileOnly {
    display: block;
  }

  .section {
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #main {
    background-color: #ececec;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 20px;
    height: auto;
  }

  #main #content {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #main #contentRow {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #main #content #wrapper {
    padding-right: 0px;
  }

  #main #content #bgImg {
    width: 198px;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  #main #content #img {
    margin-top: 0px;
    position: relative;
  }

  #main #content #img img {
    width: 161px;
  }

  #logoImg {
    margin-top: 0px;
    width: 38px;
    height: 38px;
  }

  .storeBtnWrapper {
    position: fixed;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .storeBtnWrapper .storeBtn {
    background-color: #ff4b00;
    height: 57px;
    color: #fff;
    font-size: 20px;
    font-family: "Spoqa Han Sans Neo";
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  #main h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.72px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #main h3 {
    font-size: 15px;
    letter-spacing: 0.04px;
    margin-bottom: 48px;
  }

  #content1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #content1 h2 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -1pt;
  }

  #content2 {
    flex-direction: column;
    padding: 0 0 0 0;
    height: 798px;
    overflow: hidden;
  }

  #content2 #container {
    display: flex;
    flex-direction: column;
    width: 330px;
    align-items: center;
    justify-content: flex-start;
  }

  #content2 .slideWrap {
    width: 330px;
  }

  #content2 .slideWrapY {
    height: 150px;
    width: 100%;
  }

  #content2 .slideWrapY .slideList > li {
    height: 150px;
  }

  #content2 #container #tag1Row img {
    width: 91px;
    height: 91px;
  }

  #content2 #container #tag2Row img {
    width: 76px;
    height: 76px;
  }

  #content2 #container #tag3Row img {
    width: 252px;
    height: 52px;
  }

  #content2 #img {
    margin-top: 100px;
    margin-right: 0px;
  }

  #content2 h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    letter-spacing: -0.84pt;
  }

  #content2 h3 {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 22px;
  }

  #content2 #tagSide {
    height: auto;
    margin-left: 0px;
    align-items: center;
    margin-bottom: 60px;
  }

  #content2 #tag {
    margin-top: 0px;
    width: 307px;
    justify-content: space-between;
  }

  #content2 #tag p {
    padding: 7px 16px;
    /* margin-right: 0px; */
    background-color: rgb(226, 226, 226);
    border-radius: 34px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }

  #content3 {
    background-image: url(../images/bg_content_3_mo.png);
    background-size: cover;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }

  #content3 #content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /* margin-right: 108px; */
  }

  #content3 #img {
    margin-left: 0px;
    margin-top: 64px;
    margin-right: 0px;
    /* height:345px; */
    width: 52.6vw;
  }

  #content3 #img img {
    /* height:345px; */
    width: 52.6vw;
  }

  #content3 h2 {
    margin-top: 100px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
    letter-spacing: -0.84pt;
  }
  #content3 h3 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  #content4 {
    padding: 105px 0 100px 0;
    overflow: hidden;
  }
  #content4 #wrapper {
    flex-direction: column;
  }

  #content4 h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.4pt;
    margin-bottom: 14px;
    letter-spacing: -0.84pt;
  }

  #content4 h3 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.7pt;
    margin-bottom: 51px;
  }

  #content4 .slideWrap {
    width: 204px;
  }

  #content4 .slideList > li {
    width: 204px;
  }

  #content4 #container {
    width: 204px;
  }

  #content4 #container div img {
    width: 178px;
  }

  #content4 #indicator {
    width: 50px;
    margin-top: 40px;
    bottom: 16px;
  }

  #content4 #indicator p {
    width: 7px;
    height: 7px;
  }

  #content5 {
    padding: 100px 0 100px 0;
  }

  #content5 #content {
    flex-direction: column;
  }

  #content5 #content .interval {
    margin-bottom: 50px;
    margin-right: 0px;
  }

  #content5 #img {
    height: 313px;
    width: 335px;
    margin-bottom: 20px;
  }

  #content5 #fontImg1 {
    width: 206px;
  }

  #content5 #fontImg2 {
    width: 132px;
  }

  #content5 #img img {
    height: 313px;
    width: 335px;
  }

  #content5 h2 {
    font-size: 28px;
    letter-spacing: -0.84px;
    margin-bottom: 40px;
  }
  #content5 h3 {
    font-size: 22px;
    letter-spacing: -0.44pt;
    margin-bottom: 2px;
  }
  #content5 h4 {
    font-size: 12px;
    letter-spacing: -0.36pt;
    margin-bottom: 6px;
  }
  #content5 h5 {
    font-size: 12px;
    letter-spacing: -0.2pt;
    line-height: 16px;
    letter-spacing: -0.24pt;
  }

  #content6 {
    padding: 100px 0 100px;
    overflow: hidden;
  }

  #content6 #content {
    flex-direction: column;
    width: 276px;
  }

  #content6 h2 {
    font-size: 28px;
  }

  #content6 #img {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }
  #content6 #img img {
    width: 138px;
    height: 138px;
  }

  #content6 #img div {
    width: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #content6 #img div h3 {
    color: rgb(32, 31, 30);
    font-size: 16px;
    margin-bottom: 20px;
  }
  #content6 #img div h4 {
    color: rgb(95, 94, 93);
    font-size: 14px;
    letter-spacing: -0.6pt;
  }

  #content6 #img div {
    position: static;
    left: 0%;
    transform: translateX(0%);
  }

  #content6 #img.interval1 {
    margin-right: 0px;
  }

  #content8 {
    background-color: #eee;
    padding-top: 58px;
    padding-bottom: 50px;
  }

  .footer {
    background-color: #eee;
    text-align: left;
    display: block;
    width: 335px;
    margin-bottom: 77px;
  }

  .footer .row {
    flex-direction: column;
  }

  .footer .titleWrapper {
    height: 39px;
    margin-bottom: 12px;
  }

  .footer #oneftLogoBadge {
    width: 39px;
    height: 39px;
  }

  .footer #instaLogoBadge img {
    width: 39px;
    height: 39px;
  }

  .footer h2 {
    font-size: 16px;
    letter-spacing: 0.48px;
    margin-left: 12px;
  }

  .footer h3 {
    font-size: 12px;
    letter-spacing: -0.48px;
    margin-bottom: 7px;
  }

  .footer .mobileOnly h3 {
    font-weight: 500;
  }

  .footer h4 {
    font-size: 12px;
    letter-spacing: -0.48px;
    margin-top: 22px;
  }

  .footer a {
    margin-top: 0px;
    margin-bottom: 7px;
    margin-right: 0px;
  }
  .footer h5 {
    font-size: 12px;
    letter-spacing: -0.48px;
  }

  /* .footer a {
		position: absolute;
		right:0;
		top:0;
	}
	.footer a img {
		width:39px;
		height:39px;
	} */
}
