@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;700&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
.nanumpenscript * {
  font-family: 'Nanum Pen Script', cursive;
 }
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Black';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}


.container {    
  position: relative;
  width: 100%;
  overflow: hidden;
}

.w100 {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.section {
  position: relative;
  width: 100%;
}

.section span,
.section p {
  font-family: 'Pretendard-Regular';
  font-size: 20px;
  font-weight: 400;
  color: #222;
}




/* Section 1 */
.section1 {
  background: linear-gradient(180deg, rgba(253,243,215,1) 0%, rgba(207,236,243,1) 100%);
  z-index: 1500;
}
.section1 .w100 {
  margin: 0 auto;
}
.section1 .w100:first-of-type {
  padding: 0;
}
.section1 .w100:first-of-type div {
  display: inline-block;
  width: 208px;
  height: 40px;
  box-sizing: border-box;
  margin-top: 15px;
  cursor: pointer;
}
.section1 .w100:first-of-type img {
  width: 100%;
}
.section1 .w100:last-of-type {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-bottom: 148px;
}
.section1 .w100:last-of-type > div:first-of-type {
  width: 37.5%;
}
.section1 .main {
  width: 346px;
  margin-top: 90px;
}
.section1 .main img {
  width: 100%;
}
.section1 .w100:last-of-type > div p {
  margin-top: 40px;
  line-height: 45px;
  white-space: pre-line;
}
.section1 .store {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.section1 .store div {
  width: 217px;
  height: 64px;
  cursor: pointer;
  border-radius: 5px;
  background: #F6F6F6;
  box-sizing: border-box;
  text-align: center;
}
.section1 .store div img {
  margin-top: 15px;
  vertical-align: middle;
}
.section1 .store div:first-of-type img {
  width: 151px;
}
.section1 .store div:last-of-type img {
  width: 151px;
}
.section1 .store div:last-of-type {
  margin-left: 12px;
}
.section1 .buy_ticket{
  border-radius: 5px;
	background: #2C6C94;
	height: 64px;
	text-align: center;
	margin-top: 12px;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section1 .buy_ticket span{
  font-size:20px;
  color: #fff;
}
.section1 .imgwrap {
  max-width: 320px;
  width: 100%;
  animation: view 0.8s;
  position: relative;
  bottom: 0;
  border: 15px solid #fff;
  border-radius: 52px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.section1 .imgwrap img {
  width: 100%;
  border-radius: 34px;
}



/* Section 2 */
.section2 {}
.section2 .w100 {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}
.section2 .w100 > div:first-of-type {
  width: 50%;
}
.section2 .w100 .title {
  /* width: 533px; */
  width: auto;
  height: 131.5px;
}
.section2 .w100 .title img {
  width: auto;
  height: 100%;
}
.section2 .w100 > div:first-of-type p {
  margin-top: 47px;
  white-space: pre-line;
  line-height: 45px;
}
.section2 .w100 > div:first-of-type p:first-of-type {
  margin-top: 40px;
}
.section2 .w100 > div:last-of-type {
  max-width: 405px;
  width: 100%;
  text-align: center;
  position: relative;
}
.section2 .w100 > div:last-of-type > img {
  width: auto;
  height: 47px;
  margin-top: 10px;
}
.section2 .w100 > div:last-of-type .scroll {
  border: 15px solid #fff;
  border-bottom: 0;
  width: 100%;
  height: 716px;
  border-radius: 52px 52px 0 0;
  margin-top: 17px;
  margin-bottom: -3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  display: inline-block;
  box-sizing: border-box;
}
.section2 .w100 > div:last-of-type .scroll::-webkit-scrollbar {
  display: none;
}
.section2 .view {
  width: 100%;
  display: inline-block;
  border-radius: 52px;
  background-size: 100%;
  margin: 0 auto;
}
.section2 .view p {
  width: 100%;
  display: inline-block;
  border-radius: 37px 37px 0 0;
  background: url(/main/mobile/img/img_reading_table.png) 0 10px no-repeat #30c4db;
  height: 5299px;
  background-size: 100%;
}


/* Section 3 */
.section3 {
  background-color: #F7F6F0;
}
.section3 .w100 {
  padding-top: 140px;
}
.section3 .title {
  margin: 0 auto;
  text-align: center;
  width: auto;
  height: 60px;
}
.section3 .title img {
  width: auto;
  height: 100%;
}
.section3 .title img.mobile {
  display: none;
}
.section3 .tabs {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 126px;
}
.section3 .tabs .top {
  max-width: 690px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section3 .tabs .top label {
  border-radius: 10px;
  width: 210px;
  height: 108px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.section3 .tabs .top label.active {
  background: #2C6C94;
}
.section3 .tabs .top label span {
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  width: 42px;
  height: 39px;
}
.section3 .tabs .top label span img {
  width: 100%;
  height: 100%;
}
.section3 .tabs .top label.active span.on {
  display: block;
}
.section3 .tabs .top label.active span.off {
  display: none;
}
.section3 .tabs .top label span.on {
  display: none;
}
.section3 .tabs .top label span.off {
  display: block;
}
.section3 .tabs .top label p {
  font-size: 18px;
  color: #5E5E5E;
  margin-top: 10px;
}
.section3 .tabs .top label p.mobile {
  display: none;
}
.section3 .tabs .top label.active p {
  color: #fff;
}
.section3 .tabs .bottom .tab {
  display: none;
  text-align: center;
  max-width: 405px;
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}
.section3 .tabs .bottom .tab.active {
  display: block;
}
.section3 .tabs .bottom p {
  text-align: center;
  line-height: 41px;
  margin-top: 40px;
  white-space: pre-line;
}
.section3 .tabs .bottom img {
  max-width: 405px;
  width: 100%;
  margin-top: 25px;
  border-radius: 52px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.section3 .buy_ticket{
  background: #2C6C94;
  color:#fff;
  margin:40px auto 0;
  border-radius: 10px;
  width: 405px;
  height: 64px;
  display:flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.section3 .buy_ticket span{
  color:#fff;
}


/* Section 4 */
.section4 {
  background-color: #fff;
}
.section4 .w100 {}
.section4 .w100.wrap {
  margin-top: 67px;
  padding: 0;
}
.section4 .title {
  margin-top: 140px;
  width: auto;
  height: 131.5px;
}
.section4 .title img {
  width: auto;
  height: 100%;
}
.section4 .wrap > div {
  display: flex;
  justify-content: space-between;
}
.section4 .wrap > div > div:last-of-type {
  margin-top: 180px;
}
.section4 .wrap > div > div {
  border-radius: 40px;
  background: #F7F6F0;
  width: 46.8%;
  height: 740px;
  padding: 60px;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.section4 .wrap > div:last-of-type > div {
  padding-right: 20px;   
}
.section4 .wrap .icon-bg {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(99, 194, 217, .15);
  border-radius: 0 40px 0 60px;
}
.section4 .wrap .icon-bg img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section4 .wrap > div:last-of-type {
  margin-top: -80px;
}
.section4 .wrap .txt > span {
  font-family: 'Pretendard-Bold';
  font-weight: 700;
  color: #065776;
}
.section4 .wrap .txt > span img {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -3px;
}
.section4 .wrap .txt > p {
  white-space: pre-line;
  margin-top: 30px;
  line-height: 45px;
}
.section4 .wrap > div > div .txt .img-wrap {
  width: 490px;
  margin-top: 59px;
  position: absolute;
  bottom: 0;
}
.section4 .wrap > div > div .txt .img-wrap img {
  width: 100%;
}
.section4 .wrap > div > div.calender .txt .img-wrap {
  width: 375px;
  right: 40px;
  border: 15px solid #fff;
  border-bottom: none;
  border-radius: 52px 52px 0 0;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.section4 .wrap > div > div.calender .txt .img-wrap img {
  box-sizing: border-box;
  border-radius: 36px 36px 0 0;
}


/* Section 5 */
.section5 {
  margin-top: 140px;
  background-color: #fff;
  position: relative;
}
.section5 .w100 {
  position: relative;
}
.section5 .w100 > div {}
.section5 .w100 > div:first-of-type {
  position: absolute;
  left: 42px;
}
.section5 .w100 > div:first-of-type .title {
  width: auto;
  height: 131.5px;
}
.section5 .w100 > div:first-of-type .title img {
  width: auto;
  height: 100%;
}
.section5 .w100 > div:first-of-type p {
  white-space: pre-line;
  line-height: 45px;
  margin-top: 40px;
}
.section5 .w100 > div.img-wrap > img {
  width: 100%;
}
.section5 .w100 > div.img-wrap > img.mobile {
  display: none;
}



/* Section6 */
.section6 {
  background-color: #F7F6F0;
  text-align: center;
  margin-top: -37px;
}
.section6 .w100 {
  position: relative;
}
.section6 .seed {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section6 .w100 div:last-of-type {
  padding: 111px 0 70px;
  box-sizing: border-box;
}
.section6 p {
  font-family: 'Pretendard-Medium';
  font-weight: 500;
  white-space: pre-line;
  margin-top: 15px;
}
.section6 p:first-of-type {
  font-size: 36px;
  line-height: 41px;
  margin-top: 4px;
}
.section6 p:first-of-type span {
  display: inline-block;
  margin: auto 7px;
  font-family: 'Pretendard-Black';
  font-size: 52px;
  color: #26ADCF;
  letter-spacing: -3px;
  line-height: 42px;
  vertical-align: bottom;
}
.section6 p:first-of-type span img {
  margin-top: -10px;
  vertical-align: top;
}
.section6 p.pc,
.section6 p.mobile {
  margin-top: 8px;
  font-family: 'Pretendard-Regular';
  font-weight: 400;
}
.section6 p.pc span,
.section6 p.mobile span {
  font-family: 'Pretendard-Bold';
  font-weight: 700;
  color: #26ADCF;
}
.section6 p.mobile {
  display: none;
}



/* Section 7 */
.section7 {
  background: #fff;
  overflow: hidden;
}
.section7 .w100 {
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
  position: relative;
}
.section7 .w100 > div:first-of-type .title {
  width: auto;
  height: 131.5px;
}
.section7 .w100 > div:first-of-type .title img {
  width: auto;
  height: 100%;
}
.section7 .w100 > div:first-of-type p {
  white-space: pre-line;
  line-height: 45px;
  margin-top: 40px;
}
.section7 .w100 > div.pc {
  width: 405px;
  height: 723px;
}
.section7 .w100 > div.pc div {
  position: relative;
  width: 100%;
}
.section7 .w100 > div.pc div img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 52px 52px 0 0;
}
.section7 .w100 > div.pc > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section7 .w100 > div.mobile {
  display: none;
}



/* Section8 */
.section8 {
  background: linear-gradient(180deg, rgba(207,236,243,1) 0%, rgba(253,243,215,1) 100%);
  z-index: 1400;
}
.section8 .w100 {
  padding-top: 140px;
  text-align: center;
}
.section8 .title {
  margin: 0 auto;
  margin-top: 40px;
  width: 447px;
}
.section8 .title img {
  width: 100%;
}
.section8 .w100 > div:first-of-type img {
  width: 120px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.26);
  border-radius: 20px;
}
.section8 .store {
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 446px;
}
.section8 .store div {
  width: 217px;
  height: 64px;
  cursor: pointer;
  border-radius: 5px;
  background: #F6F6F6;
  box-sizing: border-box;
  text-align: center;
}
.section8 .store div img {
  margin-top: 15px;
  vertical-align: middle;
}
.section8 .store div:first-of-type img {
  width: 150px;
}
.section8 .store div:last-of-type img {
  width: 151px;
}
.section8 .img-wrap {
  width: 405px;
  margin: 0 auto;
  margin-top: 60px;
}
.section8 .img-wrap img {
  width: 100%;
}



/* Float */
.float .wrap {
  position: fixed;
  right: 21px;
  bottom: 170px;
  opacity: 1;
  z-index: 1000;
}
.float .wrap.off {
  opacity: 0;
}
.float .wrap div {
  width: 60px;
  cursor: pointer;
}
.float .wrap div:last-of-type {
  margin-top: 20px;
}
.float .wrap div img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}
.float .go-top {
  position: relative;

  position: fixed;
  right: 21px;
  bottom: 70px;

  transition: .5s all;
  cursor: pointer;
  margin-top: 40px;
  width: 60px;
  z-index: 1400;
}
.float .go-top img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

.section .ani {animation: view 1s; position: relative; bottom: 0;}

@keyframes view{
    0%{opacity:0; bottom: -50px}
    100%{opacity:1; bottom: 0;}
}


@media screen and (max-width: 1200px) {
  .w100 {
    max-width: 708px;
    padding: 0 30px;
  }

  .section span,
  .section p {
    font-size: 18px;
  }


  /* Section1 */
  .section1 .w100:first-of-type div {
    width: 156px;
    height: 30px;
  }
  .section1 .w100:last-of-type {
    margin-top: 55px;
    padding-bottom: 112px;
  }
  .section1 .main {
    margin-top: 60px;
    width: 215.5px;
  }
  .section1 .main img {
    width: 100%;
  }
  .section1 .w100:last-of-type > div:first-of-type {
    width: 50%;
  }
  .section1 .w100:last-of-type > div p {
    margin-top: 20px;
    line-height: 34px;
  }
  .section1 .store {
    margin-top: 40px;
    width: 100%;
  }
  .section1 .store div {
    width: 156px;
    height: 46px;
  }
  .section1 .store div:last-of-type {
    margin-left: 8px;
  }
  .section1 .store div img {
    margin-top: 10px;
  }
  .section1 .store div:first-of-type img {
    width: 108px;
  }
  .section1 .store div:last-of-type img {
    width: 108px;
  }
  .section1 .buy_ticket{
    height:46px;
    font-size:14px;
  }
  .section1 .buy_ticket span {
    font-size: 16px;
    color:#fff;
  }
  .section1 .imgwrap {
    width: 40.5%;
    border: 10px solid #fff;
    box-sizing: border-box;
    border-radius: 38px;
  }


  /* Section2 */
  .section2 .w100 {
    margin-top: 60px;
    margin-bottom: 73px;
  }
  .section2 .w100 .title {
    width: auto;
    height: 72.55px;
  }
  .section2 .w100 .title img {
    width: auto;
    height: 100%;
  }
  .section2 .w100 > div:first-of-type p {
    margin-top: 40px;
    line-height: 31px;
  }
  .section2 .w100 > div:last-of-type {
    max-width: 261px;
    width: 100%;
  }
  .section2 .w100 > div:last-of-type > img {
    height: 28px;
  }
  .section2 .w100 > div:last-of-type .scroll {
    border: 9.6px solid #fff;
    height: 543px;
    border-radius: 33px;
    margin-top: 10px;
    margin-bottom: -3px;
  }
  .section2 .view {
    border-radius: 33px;
  }
  .section2 .view p {
    border-radius: 33px;
    border-radius: 23px;
    height: 3420px;
  }


  /* Section3 */
  .section3 .w100 {
    padding-top: 60px;
  }
  .section3 .title {
    height: 31px;
  }
  .section3 .tabs {
    max-width: 428px;
    padding-bottom: 65.5px;
  }
  .section3 .tabs .top {
    max-width: 428px;
  }
  .section3 .tabs .top label {
    width: 136px;
    height: 80px;
  }
  .section3 .tabs .top label span {
    margin-top: 18px;
  }
  .section3 .tabs .top label.tab1 span {
    width: 29px;
    height: auto;
  }
  .section3 .tabs .top label.tab2 span {
    width: 29px;
    height: auto;
  }
  .section3 .tabs .top label.tab3 span {
    width: 29px;
    height: auto;
  }
  .section3 .tabs .top label p {
    font-size: 14px;
    color: #5E5E5E;
    margin-top: 8px;
  }
  .section3 .tabs .bottom p {
    line-height: 31px;
  }
  .section3 .tabs .bottom img {
    width: 260px;
    margin-top: 20px;
    border-radius: 33px;
  }
  .section3 .buy_ticket{
    margin: 20px auto 0;
    height: 46px;
    width: 260px;
	  padding: 0;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .section3 .buy_ticket span{
    font-size:16px;
  }


  /* Section4 */
  .section4 .title {
    margin-top: 60px;
    width: auto;
    height: 79px;
  }
  .section4 .title img {
    width: auto;
  }
  .section4 .w100.wrap {
    margin-top: 40px;
    padding: 0 30px;
  }
  .section4 .wrap > div > div:last-of-type {
    margin-top: 90px;
  }
  .section4 .wrap .txt > span img {
    margin: 0 10px;
    margin-top: -3px;
    width: 6px;
  }
  .section4 .wrap > div > div {
    border-radius: 20px;
    height: 445px;
    width: 47.5%;
    padding: 30px;
  }
  .section4 .wrap > div:last-of-type > div {
    padding-right: 18px;   
  }
  .section4 .wrap .icon-bg {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(99, 194, 217, .15);
    border-radius: 0 20px 0 30px;
  }
  .section4 .wrap > div:last-of-type {
    margin-top: -30px;
  }
  .section4 .wrap .txt > p {
    margin-top: 25px;
    line-height: 31px;
  }
  .section4 .wrap > div > div .txt .img-wrap {
    width: 260px;
    margin-top: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .section4 .wrap > div > div.calender .txt .img-wrap {
    width: 200px;
    right: 22px;
    border: 8px solid #fff;
    border-bottom: none;
    border-radius: 33px 33px 0 0;
  }
  .section4 .wrap > div > div.calender .txt .img-wrap img {
    box-sizing: border-box;
    border-radius: 23px 23px 0 0;
  }


  /* Section5 */
  .section5 {
    margin-top: 101px;
  }
  .section5 .w100 {}
  .section5 .w100 > div:first-of-type .title {
    width: auto;
    height: 73px;
  }
  .section5 .w100 > div:first-of-type .title img {
    width: auto;
  }
  .section5 .w100 > div:first-of-type p {
    line-height: 31px;
  }


  /* Section6 */
  .section6 .seed {
    width: 90px;
  }
  .section6 .seed img {
    width: 100%;
  }
  .section6 .w100 div:last-of-type {
    padding: 60px 0 50px;
    box-sizing: border-box;
  }
  .section6 p {
    margin-top: 7px;
  }
  .section6 p.pc {
    margin-top: 14px;
  }
  .section6 p:first-of-type {
    font-size: 24px;
  }
  .section6 p:first-of-type span {
    font-size: 36px;
    letter-spacing: -2px;
    margin: auto 10px;
  }


  /* Section7 */
  .section7 .w100 {
    margin-top: 60px;
  }
  .section7 .w100 > div:first-of-type .title {
    width: auto;
    height: 73px;
  }
  .section7 .w100 > div:first-of-type .title img {
    width: auto;
  }
  .section7 .w100 > div:first-of-type p {
    line-height: 31px;
  }
  .section7 .w100 > div.pc {
    display: none;
  }
  .section7 .w100 > div.mobile {
    display: block;
    position: relative;
    width: 291px;
  }
  .section7 .w100 > div.mobile div {
    width: 185px;
    float: right;
  }
  .section7 .w100 > div.mobile div img {
    position: unset;
    margin-top: 7px;
    width: 100%;
    border-radius: 36px 36px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .section7 .w100 div.mobile > img {
    width: 138px;
  }
  .section7 .w100 div.mobile > img {
    position: absolute;
    bottom: 0;
  }


  /* Section8 */
  .section8 .w100 {
    padding-top: 100px;
  }
  .section8 .w100 > div:first-of-type img {
    width: 90px;
  }
  .section8 .title {
    width: 312.5px;
  }
  .section8 .store {
    width: 320px;
  }
  .section8 .store div {
    width: 155px;
    height: 46px;
  }
  .section8 .store div img {
    margin-top: 10px;
  }
  .section8 .store div:first-of-type img {
    width: 108px;
  }
  .section8 .store div:last-of-type img {
    width: 108px;
  }
  .section8 .img-wrap {
    width: 260px;
    margin: 0 auto;
    margin-top: 40px;
  }


  /* Float */
  .float .wrap {
    display: none;
  }
  .float .go-top {
    bottom: 30px;
    width: 45px;
  }
  
}

@media screen and (max-width: 580px) {
  .w100 {
    padding: 0 27px;
  }


  /* Section1 */
  .section1 .w100:first-of-type {
    padding: 0 27px;
  }
  .section1 .w100:last-of-type {
    display: block;
    justify-content: unset;
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .section1 .w100:last-of-type > div:first-of-type {
    width: 100%;
  }
  .section1 .main {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .section1 .w100:last-of-type > div p {
    margin-top: 20px;
    text-align: center;
  }
  .section1 .store {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 320px;
  }
  .section1 .buy_ticket{
    max-width:320px;
    margin:10px auto 0;
  }
  .section1 .imgwrap {
    margin: 0 auto;
    margin-top: 30px;
    width: 261px;
  }
  .section1 .imgwrap img {
    border-radius: 33px;
    width: 100%;
  }


  /* Section2 */
  .section2 .w100 {
    display: block;
    justify-content: unset;
    overflow: hidden;
  }
  .section2 .w100 > div:first-of-type {
    width: 100%;
  }
  .section2 .w100 .title {
    width: 100%;
  }
  .section2 .w100 .title img {
    width: auto;
    height: 100%;
  }
  .section2 .w100 > div:last-of-type {
    width: 261px;
    margin-top: 40px;
    float: right;
  }


  /* Section3 */
  .section3 .title {
    width: 100%;
    height: auto;
  }
  .section3 .title img {
    display: none;
  }
  .section3 .title img.mobile {
    display: block;
    width: 100%;
    height: 73px;
  }
  .section3 .tabs .top {
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .section3 .tabs .top label {
    width: 100px;
    height: 100px;
  }
  .section3 .tabs .top label p:first-of-type {
    display: none;
  }
  .section3 .tabs .top label p.mobile {
    display: block;
    white-space: pre-line;
    margin-top: 12px;
  }
  .section3 .tabs .bottom .tab {
    max-width: 280px;
  }


  /* Section4 */
  .section4 .title {
    height: 72.63px;
  }
  .section4 .title img {
    width: auto;
    height: 100%;
  }
  .section4 .w100.wrap {
    padding: 0 27px;
  }
  .section4 .wrap > div {
    display: block;
    justify-content: unset;
  }
  .section4 .wrap > div > div {
    width: 100%;
  }
  .section4 .wrap > div > div .txt > img {
    width: 216px;
  }
  .section4 .wrap > div:last-of-type > div .txt > img {
    width: 246px;
  }
  .section4 .wrap > div > div:last-of-type {
    margin-top: 40px;
  }
  .section4 .wrap > div:last-of-type {
    margin-top: 40px;
  }


  /* Section 5 */
  .section5 {
    margin-top: 60px;
  }
  .section5 .w100 > div:first-of-type {
    position: unset;
  }
  .section5 .w100 > div:first-of-type .title {
    width: 100%;
  }
  .section5 .w100 > div:first-of-type .title img {
    width: auto;
    height: 100%;
  }
  .section5 .w100 > div.img-wrap {
    margin-top: 20px;
  }
  .section5 .w100 > div.img-wrap > img {
    width: 100%;
    display: none;
  }
  .section5 .w100 > div.img-wrap > img.mobile {
    display: block;
  }


  /* Section6 */
  .section6 {
    margin-top: 0px;
  }
  .section6 p:first-of-type {
    font-size: 24px;
  }
  .section6 p.pc {
    display: none;
  }
  .section6 p.mobile {
    display: block;
    margin-top: 14px;
    line-height: 31px;
  }


  /* Section7 */
  .section7 {
    height: auto;
  }
  .section7 .w100 {
    display: block;
    justify-content: unset;
    margin-top: 60px;
    overflow: hidden;
  }
  .section7 .w100 > div:first-of-type .title {
    width: 78%;
  }
  .section7 .w100 > div:first-of-type p {
    margin-top: 51px;
  }
  .section7 .w100 > div.mobile {
    float: right;
  }
  .section7 .w100 > div.mobile div {
    margin-top: 25px;
  }
  .section7 .w100 > div.mobile div img {
    margin-top: 0;
  }
  .section7 .w100 div.mobile > img {
    position: absolute;
    bottom: 0;
  }


  /* Section8 */
  .section8 .title {
    max-width: 312.5px;
    width: 100%;
  }
  .section8 .store {
    max-width: 320px;
    width: 100%;
  }
  .section8 .store div {
    width: 48.43%;
  }





}