@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300;400;500;600;800&display=swap");

/***************pc screen*/
@media screen and (min-width: 769px) {
 body {
  padding-top: 80px;
 }

 #wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
 }

 /*header 시작*/
 .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
 }
 .header .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
 }
 .header .logo {
  float: left;
  width: 144px;
  height: 54px;
  text-indent: -9999px;
  background: url(../../images/web/logo_header.png) no-repeat 0 0;
  background-size: contain;
  margin-top: 14px;
 }
 .header .logo a {
  display: block;
  width: 100%;
  height: 100%;
 }
 .header .gnb {
  float: right;
  margin-top: 30px;
 }
 .header .gnb li {
  float: left;
  margin-left: 40px;
 }
 .header .gnb li:first-child {
  margin-left: 0 !important;
 }
 .header .gnb li a {
  transition: all 0.5s;
  font-size: 17px;
  color: #161616;
  font-weight: bold;
 }
 .header .gnb li a:hover {
  color: #00c6ff;
 }
 /*header 끝*/

 /*main-visual 시작*/
 .main-visual {
  oveflow: hidden;
  width: 100%;
  height: 760px;
  background: url(../../images/web/bg_main.png) no-repeat center center;
  background-size: cover;
  position: relative;
 }
 .main-visual .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .main-visual .inner-wrap .text {
  position: absolute;
  width: 600px;
  height: 400px;
  top: 50%;
  margin-top: -200px;
 }
 .main-visual .inner-wrap .text h4 {
  margin-top: 16px;
  letter-spacing: -1px;
  font-size: 42px;
  font-weight: bold;
  color: #161616;
 }
 .main-visual .inner-wrap .text h4 strong {
  font-weight: bold;
  color: #00c6ff;
 }
 .main-visual .inner-wrap .text p {
  color: #565656;
  font-size: 24px;
  margin-top: 16px;
 }
 .main-visual .inner-wrap .text .store-btn {
  width: 100%;
  display: inline-block;
 }
 .main-visual .inner-wrap .text .store-btn li {
  transition: all 0.5s;
  margin-top: 32px;
  position: relative;
  float: left;
  text-align: center;
  width: 200px;
  height: 60px;
  border: 1px solid #161616;
  border-radius: 4px;
 }
 .main-visual .inner-wrap .text .store-btn li:first-child {
  margin-right: 10px;
 }
 .main-visual .inner-wrap .text .store-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #161616;
  font-weight: 500;
  line-height: 60px;
  padding-left: 28px;
 }
 .main-visual .inner-wrap .text .store-btn li.google:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 16px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_google.png) no-repeat 0 0;
  background-size: contain;
 }
 .main-visual .inner-wrap .text .store-btn li.apple:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 16px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_apple.png) no-repeat 0 0;
  background-size: contain;
 }
 .main-visual .inner-wrap .text .store-btn li:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0);
 }
 .main-visual .inner-wrap .illust {
  display: block;
  width: 100%;
  height: auto;
 }
 .main-visual .inner-wrap .illust .mockup {
  z-index: 1;
  position: absolute;
  width: 660px;
  height: 660px;
  right: -160px;
  bottom: 0;
  background: url(../../images/web/main_mockup.png) no-repeat 0 0;
  background-size: contain;
 }
 .main-visual .inner-wrap .illust .symbol {
  z-index: 0;
  position: absolute;
  width: 500px;
  height: 500px;
  right: -240px;
  bottom: 200px;
  background: url(../../images/web/main_symbol.png) no-repeat 0 0;
  background-size: contain;
 }
 /*main-visual 끝*/

 /*sub-visual 시작*/
 .sub-visual {
  width: 100%;
  height: 680px;
  background: linear-gradient(to top, #00c6ff, #00c6ff, #00e5ff);
  position: relative;
 }
 .sub-visual .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .sub-visual .inner-wrap .text {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
 }
 .sub-visual .inner-wrap .text h4 {
  margin-top: 100px;
  letter-spacing: -1px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
 }
 .sub-visual .inner-wrap .text p.pc-only {
  color: #fff;
  font-size: 24px;
  margin-top: 16px;
 }
 .sub-visual .inner-wrap .text p.mobile-only {
  display: none;
 }
 .sub-visual .inner-wrap .text p span {
  color: #fff;
  font-size: 24px;
 }
 .sub-visual .inner-wrap .illust {
  position: relative;
  margin-top: 16px;
  display: inline-block;
  width: 1076px;
  height: 272px;
  background: url(../../images/web/illust_sub_visual.png) no-repeat 0 0;
  background-size: contain;
 }
 .section-01 {
  width: 100%;
  height: 680px;
  background: #fff;
  position: relative;
 }
 .section-01 .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-01 .inner-wrap .text {
  padding-top: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  display: inline-block;
  width: 600px;
  height: 400px;
  text-align: left;
 }
 .section-01 .inner-wrap .text h4 {
  margin-top: 100px;
  letter-spacing: -1px;
  font-size: 38px;
  font-weight: bold;
  color: #161616;
 }
 .section-01 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-01 .inner-wrap .text p {
  color: #565656;
  font-size: 18px;
  margin-top: 24px;
 }
 .section-01 .inner-wrap .illust {
  position: absolute;
  bottom: 0;
  right: -100px;
  display: inline-block;
  width: 540px;
  height: 540px;
  background: url(../../images/web/illust_section_01.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-02 {
  width: 100%;
  height: 680px;
  background: #f9fdfe;
  position: relative;
 }
 .section-02 .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-02 .inner-wrap .text {
  padding-top: 40px;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  display: inline-block;
  width: 600px;
  height: 400px;
  text-align: right;
 }
 .section-02 .inner-wrap .text h4 {
  margin-top: 100px;
  letter-spacing: -1px;
  font-size: 38px;
  font-weight: bold;
  color: #161616;
 }
 .section-02 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-02 .inner-wrap .text p {
  color: #565656;
  font-size: 18px;
  margin-top: 24px;
 }
 .section-02 .inner-wrap .illust {
  position: absolute;
  bottom: 0;
  left: -120px;
  display: inline-block;
  width: 540px;
  height: 540px;
  background: url(../../images/web/illust_section_02.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-03 {
  width: 100%;
  height: 680px;
  background: #fff;
  position: relative;
 }
 .section-03 .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-03 .inner-wrap .text {
  padding-top: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  display: inline-block;
  width: 600px;
  height: 400px;
  text-align: left;
 }
 .section-03 .inner-wrap .text h4 {
  margin-top: 100px;
  letter-spacing: -1px;
  font-size: 38px;
  font-weight: bold;
  color: #161616;
 }
 .section-03 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-03 .inner-wrap .text p {
  color: #565656;
  font-size: 18px;
  margin-top: 24px;
 }
 .section-03 .inner-wrap .illust {
  position: absolute;
  bottom: 0;
  right: -100px;
  display: inline-block;
  width: 540px;
  height: 540px;
  background: url(../../images/web/illust_section_03.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-04 {
  width: 100%;
  height: 680px;
  background: #f9fdfe;
  position: relative;
 }
 .section-04 .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-04 .inner-wrap .text {
  padding-top: 40px;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -200px;
  display: inline-block;
  width: 600px;
  height: 400px;
  text-align: right;
 }
 .section-04 .inner-wrap .text h4 {
  margin-top: 100px;
  letter-spacing: -1px;
  font-size: 38px;
  font-weight: bold;
  color: #161616;
 }
 .section-04 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-04 .inner-wrap .text p {
  color: #565656;
  font-size: 18px;
  margin-top: 24px;
 }
 .section-04 .inner-wrap .illust {
  position: absolute;
  bottom: 0;
  left: -120px;
  display: inline-block;
  width: 540px;
  height: 540px;
  background: url(../../images/web/illust_section_04.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-download {
  width: 100%;
  height: 320px;
  background: url(../../images/web/bg_download.jpg) no-repeat center bottom;
  background-size: auto;
  background-attachment: fixed;
  position: relative;
 }
 .section-download .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
 }
 .section-download .inner-wrap .text {
  padding-top: 16px;
  display: inline-block;
  width: 720px;
  height: 200px;
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -360px;
  text-align: center;
 }
 .section-download .inner-wrap .text p {
  font-size: 24px;
  color: #fff;
 }
 .section-download .inner-wrap .text h4 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 8px;
 }
 .section-download .inner-wrap .text .store-btn {
  width: 100%;
  display: inline-block;
  magin: 0 auto;
 }
 .section-download .inner-wrap .text .store-btn li {
  background: #fff;
  transition: all 0.5s;
  display: inline-block;
  margin-top: 24px;
  position: relative;
  text-align: center;
  width: 200px;
  height: 60px;
  border-radius: 4px;
 }
 .section-download .inner-wrap .text .store-btn li:first-child {
  margin-right: 10px;
 }
 .section-download .inner-wrap .text .store-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #161616;
  font-weight: 500;
  line-height: 60px;
  padding-left: 28px;
 }
 .section-download .inner-wrap .text .store-btn li.google:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 16px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_google.png) no-repeat 0 0;
  background-size: contain;
 }
 .section-download .inner-wrap .text .store-btn li.apple:before {
  margin-right: 0 !important;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 16px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_apple.png) no-repeat 0 0;
  background-size: contain;
 }
 .section-download .inner-wrap .text .store-btn li:hover {
  box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.4);
 }

 .footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 300px;
  color: #fff;
 }
 .footer .inner-wrap {
  margin: 0 auto;
  width: 1080px;
  padding: 40px 0 80px;
  display: block;
  height: auto;
 }
 .footer .inner-wrap .text-1 {
  float: left;
 }
 .footer .inner-wrap .text-1 h4 {
  font-size: 15px;
  color: #565656;
  font-weight: bold;
  letter-spacing: -1px;
 }
 .footer .inner-wrap .text-1 p {
  font-size: 14px;
  line-height: 2;
  color: #868686;
  margin-top: 16px;
 }
 .footer .inner-wrap .text-1 .copyright {
  color: #b6b6b6;
  font-size: 12px;
  margin-right: 16px;
 }

 .footer .inner-wrap .text-2 {
  float: right;
  text-align: right;
 }
 .footer .inner-wrap .text-2 h4 {
  font-size: 15px;
  color: #565656;
  font-weight: bold;
  letter-spacing: -1px;
 }
 .footer .inner-wrap .text-2 a {
  display: block;
  font-size: 28px;
  color: #00c6ff;
  margin-top: 16px;
  font-weight: bold;
 }
 .footer .inner-wrap .text-2 p {
  font-size: 14px;
  line-height: 2;
  color: #868686;
 }

 .footer .inner-wrap .agreement {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
 }
 .footer .inner-wrap .agreement ul {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
 }
 .footer .inner-wrap .agreement ul li {
  cursor: pointer;
  display: inline-block;
  margin-left: 16px;
  font-size: 13px;
 }
 .footer .inner-wrap .agreement ul li:hover {
  text-decoration: underline;
 }
 .footer .inner-wrap .agreement ul li:first-child {
  margin-left: 0;
 }

 /*modal-terms 시작*/
 .modal {
  display: none;
  width: 420px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
 }
 .modal .inner-wrap {
  width: 100%;
  height: auto;
  padding: 24px;
 }
 .modal .inner-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 40px;
 }
 .modal .inner-wrap p {
  padding: 16px;
  width: 100%;
  height: 400px;
  border-radius: 8px;
  background: #f6f6f6;
  color: #868686;
  font-size: 13px;
  overflow-y: scroll;
 }
 .modal .inner-wrap .modal-close {
  transition: all 0.5s;
  width: 100%;
  height: 50px;
  border: 1px solid #00c6ff;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  font-size: 15px;
  background: #00c6ff;
  color: #fff;
  margin-top: 24px;
  border-radius: 4px;
 }
 .modal .inner-wrap .modal-close:hover {
  background: #fff;
  border: 1px solid #00c6ff;
  color: #00c6ff;
 }
 /*modal-terms 끝*/

 /* 2021-2-13 */
 .btn-menu {
  display: none;
 }
 .section-05 {
  height: 602px;
  padding: 0 0 120px;
  background-color: #f9fdfe;
 }
 .section-05 .inner-wrap {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .s5-header {
  z-index: 1;
  left: 0;
  top: 100px;
  position: absolute;
  width: 100%;
  height: 62px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 .s5-header h4 {
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -1.26px;
  text-align: center;
  color: #161616;
 }
 .s5-header h4 strong {
  font-weight: bold;
  color: #00c6ff;
 }
 .s5-header .score {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  color: #565656;
 }
 .s5-header .score {
  display: flex;
  justify-content: flex-end;
  align-items: center;
 }
 .s5-header .score:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 8px 0 0;
  width: 24px;
  height: 24px;
  background: url(../../images/web/icon_star_rating_s.png);
  background-size: contain;
 }
 .s5-header .score span {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.72px;
  text-align: center;
  color: #161616;
 }
 .s5-header .score em {
  display: inline-block;
  margin: 0 4px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  color: #565656;
 }
 .s5-header .score span:first-child {
  margin-left: 16px;
 }

 /*■■■슬라이더*/
 .section-05 .swiper-container {
  z-index: 1;
  left: 0;
  top: 262px;
  position: absolute;
  width: 100%;
  height: auto;
 }
 .section-05 .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
 }
 .section-05 .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 8px 0;
 }
 .section-05 .swiper-container .swiper-wrapper .swiper-slide article {
  width: 294px;
  height: 220px;
  padding: 0 24px;
  margin: 0 4px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
 }
 .section-05 .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 56px;
  height: 56px;
  cursor: pointer;
  top: 344px;
  left: -104px;
  background: url(../../images/web/icon_slider_prev.png) no-repeat 0 0;
  background-size: contain;
 }
 .section-05 .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 56px;
  height: 56px;
  cursor: pointer;
  top: 344px;
  right: -104px;
  background: url(../../images/web/icon_slider_next.png) no-repeat 0 0;
  background-size: contain;
 }

 .star-rating-medium ul {
  display: inline-block;
 }
 .star-rating-medium ul li {
  margin-right: -5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/web/icon_star_rating_n.png) no-repeat 0 0;
  background-size: contain;
 }
 .star-rating-medium ul li.active {
  background: url(../../images/web/icon_star_rating_s.png) no-repeat 0 0;
  background-size: contain;
 }
 .star-rating-medium .star-score {
  padding-top: 4px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-left: 6px;
  font-size: 13px;
  color: #565656;
  font-weight: 500;
 }

 .rv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 24px;
 }
 .rv-header .name {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
 }
 .rv-cont {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  display: -webkit-box;
  line-height: 1.5em;
  height: 7.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
 }

 .category-slider {
  padding-left: 16px;
  width: 400px;
  height: 40px;
  background: #fff;
  border: 1px solid #e9e9e9;
 }
 .category-slider .swiper-container {
  width: 100%;
  height: 100%;
 }
 .category-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
 }
 .category-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
 }
 .category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #868686;
  line-height: 40px;
  padding: 0 4px;
  margin: 0 8px;
 }
 .category-slider
 .swiper-container
 .swiper-wrapper
 .swiper-slide
 .category.active {
  font-weight: 600;
  color: #161616;
 }

 .section-06 {
  width: 100%;
  height: 840px;
  background-image: linear-gradient(to top, #00c6ff 103%, #00e5ff -41%);
  position: relative;
 }
 .section-06 .inner-wrap {
  display: block;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-06 .inner-wrap .text {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
 }
 .section-06 .inner-wrap .text h4 {
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -1.26px;
  text-align: center;
  color: #ffffff;
 }
 .section-06 .inner-wrap .text p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.72px;
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
 }
 .section-06 ul {
  position: absolute;
  top: 306px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
 }
 .section-06 ul li {
  width: 512px;
 }
 .section-06 h5 {
  width: 320px;
  height: 96px;
  margin: 0 auto 20px;
  position: relative;
  display: block;
 }
 .section-06 h5 span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -110px;
  z-index: 1;
  width: 220px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #00c6ff;
 }
 .section-06 li:first-child h5 span {
  background-color: #ffffff;
 }
 .section-06 li:last-child h5 span {
  background-color: #ffe97a;
 }
 .section-06 h5 img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin-left: -160px;
  width: 320px;
  height: 96px;
 }
 .section-06 .video {
  width: 512px;
  height: 288px;
  background-color: #ffffff;
 }
 .section-06 .video iframe {
  width: 512px;
  height: 288px;
 }
}

/***************mobile screen*/

@media screen and (max-width: 768px) {
 body {
  padding-top: 50px;
 }

 #wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
 }

 /*header 시작*/
 .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
 }
 .header .inner-wrap {
  display: block;
  width: calc(100% - 16px);
  height: 100%;
  margin: 0 8px;
 }
 .header .logo {
  width: 120px;
  height: 45px;
  text-indent: -9999px;
  background: url(../../images/web/logo_header.png) no-repeat 0 0;
  background-size: contain;
  margin-top: 2px;
 }
 .header .logo a {
  display: block;
  width: 100%;
  height: 100%;
 }
 .header .btn-menu {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-idnex: 1;
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_menu.png);
  background-size: cover;
 }
 .header .inner-wrap.active .gnb {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
 }
 .header .inner-wrap.active .gnb ul {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  flex-direction: column;
  width: 160px;
  background-color:#fff;
  border: 1px solid #e9e9e9;
 }
 .header .inner-wrap.active .btn-menu {
  display: none;
 }
 .header .gnb {
  display: none;
 }
 .header .gnb li a {
  transition: all 0.5s;
  font-size: 14px;
  padding: 14px 16px;
  letter-spacing: -0.72px;
  color: #161616;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #e9e9e9;
 }
 .header .gnb li a:hover {
  color: #00c6ff;
 }
 /*header 끝*/

 /*main-visual 시작*/
 .main-visual {
  overflow: hidden;
  width: 100%;
  height: 520px;
  background: url(../../images/web/bg_main.png) no-repeat center center;
  background-size: cover;
  position: relative;
 }
 .main-visual .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
 }
 .main-visual .inner-wrap .text {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 300px;
  top: 50%;
  margin-top: -216px;
 }
 .main-visual .inner-wrap .text h4 {
  margin-top: 16px;
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: bold;
  color: #161616;
 }
 .main-visual .inner-wrap .text h4 strong {
  font-weight: bold;
  color: #00c6ff;
 }
 .main-visual .inner-wrap .text p {
  color: #565656;
  font-size: 15px;
  margin-top: 16px;
 }
 .main-visual .inner-wrap .text .store-btn {
  margin-top: 200px;
  width: 100%;
  display: inline-block;
 }
 .main-visual .inner-wrap .text .store-btn li {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  margin-top: 24px;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 140px;
  height: 50px;
  border: 1px solid #161616;
  border-radius: 4px;
 }
 .main-visual .inner-wrap .text .store-btn li:first-child {
  margin-right: 10px;
 }
 .main-visual .inner-wrap .text .store-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #161616;
  font-weight: 500;
  line-height: 50px;
  padding-left: 28px;
 }
 .main-visual .inner-wrap .text .store-btn li.google:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 8px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_google.png) no-repeat 0 0;
  background-size: contain;
 }
 .main-visual .inner-wrap .text .store-btn li.apple:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 8px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_apple.png) no-repeat 0 0;
  background-size: contain;
 }
 .main-visual .inner-wrap .text .store-btn li:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0);
 }
 .main-visual .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  bottom: -40px;
  left: -120px;
  display: block;
  width: 100%;
  height: auto;
 }
 .main-visual .inner-wrap .illust .mockup {
  z-index: 1;
  position: absolute;
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: 0;
  background: url(../../images/web/main_mockup.png) no-repeat 0 0;
  background-size: contain;
 }
 .main-visual .inner-wrap .illust .symbol {
  z-index: 0;
  position: absolute;
  width: 250px;
  height: 250px;
  right: -200px;
  bottom: 160px;
  background: url(../../images/web/main_symbol.png) no-repeat 0 0;
  background-size: contain;
 }
 /*main-visual 끝*/

 /*sub-visual 시작*/
 .sub-visual {
  overflow: hidden;
  width: 100%;
  height: 600px;
  background: linear-gradient(to top, #00c6ff, #00c6ff, #00e5ff);
  position: relative;
 }
 .sub-visual .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .sub-visual .inner-wrap .text {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
 }
 .sub-visual .inner-wrap .text h4 {
  margin-top: 80px;
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
 }
 .sub-visual .inner-wrap .text p.pc-only {
  display: none;
 }
 .sub-visual .inner-wrap .text p.mobile-only {
  color: #fff;
  font-size: 15px;
  margin-top: 16px;
 }
 .sub-visual .inner-wrap .illust {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -195px;
  display: inline-block;
  width: 420px;
  height: 344px;
  background: url(../../images/web/illust_sub_visual_mobile.png) no-repeat 0 0;
  background-size: contain;
 }
 /*sub-visual 끝*/

 .section-01 {
  overflow: hidden;
  width: 100%;
  height: 640px;
  background: #fff;
  position: relative;
 }
 .section-01 .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-01 .inner-wrap .text {
  z-index: 1;
  left: 0;
  top: 80px;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
 }
 .section-01 .inner-wrap .text h4 {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: bold;
  color: #161616;
 }
 .section-01 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-01 .inner-wrap .text p {
  color: #565656;
  font-size: 14px;
  margin-top: 16px;
 }
 .section-01 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -190px;
  display: inline-block;
  width: 400px;
  height: 400px;
  background: url(../../images/web/illust_section_01.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-02 {
  overflow: hidden;
  width: 100%;
  height: 640px;
  background: #f9fdfe;
  position: relative;
 }
 .section-02 .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-02 .inner-wrap .text {
  z-index: 1;
  left: 0;
  top: 80px;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
 }
 .section-02 .inner-wrap .text h4 {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: bold;
  color: #161616;
 }
 .section-02 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-02 .inner-wrap .text p {
  color: #565656;
  font-size: 14px;
  margin-top: 16px;
 }
 .section-02 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -190px;
  display: inline-block;
  width: 400px;
  height: 400px;
  background: url(../../images/web/illust_section_02.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-03 {
  overflow: hidden;
  width: 100%;
  height: 640px;
  background: #fff;
  position: relative;
 }
 .section-03 .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-03 .inner-wrap .text {
  z-index: 1;
  left: 0;
  top: 80px;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
 }
 .section-03 .inner-wrap .text h4 {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: bold;
  color: #161616;
 }
 .section-03 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-03 .inner-wrap .text p {
  color: #565656;
  font-size: 14px;
  margin-top: 16px;
 }
 .section-03 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -190px;
  display: inline-block;
  width: 400px;
  height: 400px;
  background: url(../../images/web/illust_section_03.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-04 {
  overflow: hidden;
  width: 100%;
  height: 640px;
  background: #f9fdfe;
  position: relative;
 }
 .section-04 .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-04 .inner-wrap .text {
  z-index: 1;
  left: 0;
  top: 80px;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 200px;
  text-align: center;
 }
 .section-04 .inner-wrap .text h4 {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: bold;
  color: #161616;
 }
 .section-04 .inner-wrap .text h4 strong {
  letter-spacing: -1px;
  font-weight: bold;
  color: #00c6ff;
 }
 .section-04 .inner-wrap .text p {
  color: #565656;
  font-size: 14px;
  margin-top: 16px;
 }
 .section-04 .inner-wrap .illust {
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -190px;
  display: inline-block;
  width: 400px;
  height: 400px;
  background: url(../../images/web/illust_section_04.png) no-repeat 0 0;
  background-size: contain;
 }

 .section-download {
  overflow: hidden;
  width: 100%;
  height: 200px;
  background: url(../../images/web/bg_download_mobile.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
 }
 .section-download .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
 }
 .section-download .inner-wrap .text {
  padding-top: 48px;
  display: inline-block;
  width: 100%;
  text-align: center;
 }
 .section-download .inner-wrap .text p {
  font-size: 14px;
  color: #fff;
 }
 .section-download .inner-wrap .text h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 4px;
 }

 .section-download .inner-wrap .text .store-btn {
  width: 100%;
  display: inline-block;
 }
 .section-download .inner-wrap .text .store-btn li {
  background: rgba(255, 255, 255, 1);
  transition: all 0.5s;
  margin-top: 16px;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 140px;
  height: 50px;
  border-radius: 4px;
 }
 .section-download .inner-wrap .text .store-btn li:first-child {
  margin-right: 10px;
 }
 .section-download .inner-wrap .text .store-btn li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #161616;
  font-weight: 500;
  line-height: 50px;
  padding-left: 28px;
 }
 .section-download .inner-wrap .text .store-btn li.google:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 8px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_google.png) no-repeat 0 0;
  background-size: contain;
 }
 .section-download .inner-wrap .text .store-btn li.apple:before {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 8px;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../images/web/icon_apple.png) no-repeat 0 0;
  background-size: contain;
 }
 .section-download .inner-wrap .text .store-btn li:hover {
 }

 .footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 300px;
  color: #fff;
  text-align: center;
 }
 .footer .inner-wrap {
  margin: 0 auto;
  width: 100%;
  padding: 60px 0 80px;
  display: block;
  height: auto;
 }
 .footer .inner-wrap .text-1 {
  display: inline-block;
 }
 .footer .inner-wrap .text-1 h4 {
  font-size: 13px;
  color: #565656;
  font-weight: bold;
  letter-spacing: -1px;
 }
 .footer .inner-wrap .text-1 p {
  font-size: 12px;
  line-height: 2;
  color: #868686;
  margin-top: 16px;
 }
 .footer .inner-wrap .text-1 .copyright {
  color: #b6b6b6;
  font-size: 12px;
  margin-right: 16px;
 }

 .footer .inner-wrap .text-2 {
  display: inline-block;
  margin-top: 40px;
 }
 .footer .inner-wrap .text-2 h4 {
  font-size: 13px;
  color: #565656;
  font-weight: bold;
  letter-spacing: -1px;
 }
 .footer .inner-wrap .text-2 a {
  display: block;
  font-size: 20px;
  color: #00c6ff;
  margin-top: 16px;
  font-weight: bold;
 }
 .footer .inner-wrap .text-2 p {
  font-size: 12px;
  line-height: 2;
  color: #868686;
 }

 .footer .inner-wrap .agreement {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
 }
 .footer .inner-wrap .agreement ul {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
 }
 .footer .inner-wrap .agreement ul li {
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
 }
 .footer .inner-wrap .agreement ul li:hover {
  text-decoration: underline;
 }
 .footer .inner-wrap .agreement ul li:first-child {
  margin-left: 0;
 }

 /*modal-terms 시작*/
 .modal {
  display: none;
  margin-top: 32px;
  width: 328px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
 }
 .modal .inner-wrap {
  width: 100%;
  height: auto;
  padding: 24px;
 }
 .modal .inner-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 24px;
  text-align: center;
  margin-top: 40px;
 }
 .modal .inner-wrap p {
  padding: 16px;
  width: 100%;
  height: 360px;
  border-radius: 8px;
  background: #f6f6f6;
  color: #868686;
  font-size: 13px;
  overflow-y: scroll;
 }
 .modal .inner-wrap .modal-close {
  transition: all 0.5s;
  width: 100%;
  height: 50px;
  border: 1px solid #00c6ff;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  font-size: 15px;
  background: #00c6ff;
  color: #fff;
  margin-top: 24px;
  border-radius: 4px;
 }
 .modal .inner-wrap .modal-close:hover {
  background: #fff;
  border: 1px solid #00c6ff;
  color: #00c6ff;
 }
 /*modal-terms 끝*/

 /* 2021-2-13 */
 .section-05 {
  height: 468px;
  padding: 0 0 60px;
  background-color: #f9fdfe;
 }
 .section-05 .inner-wrap {
  width: 100;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .s5-header {
  z-index: 1;
  left: 0;
  top: 60px;
  position: absolute;
  width: 100%;
  height: 62px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
 }
 .s5-header h4 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -1.26px;
  text-align: center;
  color: #161616;
 }
 .s5-header h4 strong {
  font-weight: bold;
  color: #00c6ff;
 }
 .s5-header .score {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  color: #565656;
  margin-top: 16px;
 }
 .s5-header .score {
  display: flex;
  justify-content: flex-end;
  align-items: center;
 }
 .s5-header .score:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 8px 0 0;
  width: 24px;
  height: 24px;
  background: url(../../images/web/icon_star_rating_s.png);
  background-size: contain;
 }
 .s5-header .score span {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.72px;
  text-align: center;
  color: #161616;
 }
 .s5-header .score em {
  display: inline-block;
  margin: 0 4px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  color: #565656;
 }
 .s5-header .score span:first-child {
  margin-left: 16px;
 }

 /*■■■슬라이더*/
 .section-05 .swiper-container {
  z-index: 1;
  left: 0;
  top: 184px;
  position: absolute;
  width: 100%;
  height: auto;
 }
 .section-05 .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
 }
 .section-05 .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 8px 0;
 }
 .section-05 .swiper-container .swiper-wrapper .swiper-slide article {
  width: auto;
  height: 210px;
  padding: 0 32px;
  margin: 0 32px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
 }
 .section-05 .slider-btn-prev {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 290px;
  left: 4px;
  background: url(../../images/web/icon_slider_prev.png) no-repeat 0 0;
  background-size: contain;
 }
 .section-05 .slider-btn-next {
  z-index: 10;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 290px;
  right: 4px;
  background: url(../../images/web/icon_slider_next.png) no-repeat 0 0;
  background-size: contain;
 }

 .star-rating-medium ul {
  display: inline-block;
 }
 .star-rating-medium ul li {
  margin-right: -5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../images/web/icon_star_rating_n.png) no-repeat 0 0;
  background-size: contain;
 }
 .star-rating-medium ul li.active {
  background: url(../../images/web/icon_star_rating_s.png) no-repeat 0 0;
  background-size: contain;
 }
 .star-rating-medium .star-score {
  padding-top: 4px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-left: 6px;
  font-size: 13px;
  color: #565656;
  font-weight: 500;
 }

 .rv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 24px;
 }
 .rv-header .name {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: left;
  color: #161616;
 }
 .rv-cont {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.39px;
  text-align: left;
  color: #565656;
  display: -webkit-box;
  line-height: 1.5em;
  height: 7.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
 }

 .category-slider {
  padding-left: 16px;
  width: 400px;
  height: 40px;
  background: #fff;
  border: 1px solid #e9e9e9;
 }
 .category-slider .swiper-container {
  width: 100%;
  height: 100%;
 }
 .category-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
 }
 .category-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
 }
 .category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  font-size: 13px;
  color: #868686;
  line-height: 40px;
  padding: 0 4px;
  margin: 0 8px;
 }
 .category-slider
 .swiper-container
 .swiper-wrapper
 .swiper-slide
 .category.active {
  font-weight: 600;
  color: #161616;
 }

 .section-06 {
  width: 100%;
  height: 940px;
  background-image: linear-gradient(to top, #00c6ff 103%, #00e5ff -41%);
  position: relative;
 }
 .section-06 .inner-wrap {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
 }
 .section-06 .inner-wrap .text {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
 }
 .section-06 .inner-wrap .text h4 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -1.26px;
  text-align: center;
  color: #ffffff;
 }
 .section-06 .inner-wrap .text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.72px;
  text-align: center;
  color: #ffffff;
  margin-top: 16px;
 }
 .section-06 ul {
  position: absolute;
  top: 168px;
  left: 0;
  width: 100%;
 }
 .section-06 ul li {
  width: 100%;
 }
 .section-06 h5 {
  width: 320px;
  height: 96px;
  margin: 0 auto 20px;
  position: relative;
  display: block;
 }
 .section-06 h5 span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -110px;
  z-index: 1;
  width: 220px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.48px;
  text-align: center;
  color: #00c6ff;
 }
 .section-06 li:first-child h5 span {
  background-color: #ffffff;
 }
 .section-06 li:last-child {
  margin-top: 32px;
 }
 .section-06 li:last-child h5 span {
  background-color: #ffe97a;
 }
 .section-06 h5 img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  margin-left: -160px;
  width: 320px;
  height: 96px;
 }
 .section-06 .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overfloew: hidden;
  background-color: #ffffff;
 }
 .section-06 .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 ​
}
