@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("../font/GmarketSansMedium.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSans";
  src: url("../font/GmarketSansLight.woff2") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSans";
  src: url("../font/GmarketSansBold.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
}

html,
body {
  margin: 0;
  height: 100%;
  font-family: "Pretendard", sans-serif;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: "Pretendard", sans-serif;
  font-weight: inherit;
}
small,
a,
button,
ul,
li,
strong {
  font-family: "Pretendard", sans-serif;
}
img {
  vertical-align: middle;
}
/* a 태그 초기화 */
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
/* button 태그 초기화 */
button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
.swiper-pagination-bullet-active {
  background: #6701ba !important;
}

/* 헤더 */
.logo {
  width: 44px;
}
.logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.heade-top {
  background-color: #6701ba;
  padding: 7px 0;
}
.heade-top .top-ban {
  width: 600px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  justify-content: space-around;
}
.heade-top .top-ban li {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.heade-center {
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heade-center .login-bar {
  width: 380px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  align-items: center;
}
.header .point-btn {
  padding: 4px 20px;
  border-radius: 15px;
  background-color: #6701ba;
  color: #fff;
  border-color: #6701ba;
}
.mobile-btn {
  display: none;
  width: 36px;
  height: 36px;
}
.mobile-btn img {
  width: 100%;
  height: 100%;
}
.heade-bottom {
  border: 1px solid #e7e7e7;
  border-width: 1px 0;
}
.heade-bottom .nav-pc {
  max-width: 1080px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 24px;
}
.heade-bottom .nav-pc > li {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 100;
}
.heade-bottom .nav-pc > li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  color: #434343;
}

.heade-bottom .nav-pc .sub-menu {
  display: none;
  position: absolute;
  width: 160px;
  list-style-type: none;
  top: 100%;
  left: 10px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  padding: 20px 30px;
  line-height: 34px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.heade-bottom .nav-pc .sub-menu a:hover {
  color: #6701ba;
}
.heade-bottom .nav-pc > li:hover .sub-menu {
  display: block;
}
.heade-bottom .nav-mobile {
  display: none;
}
.heade-bottom .nav-box {
  position: absolute;
  display: flex;
  background: #fff;
  right: 0;
  top: 0;
  width: 80%;
  min-height: 100vh;
  padding: 60px 30px 80px;
  max-width: 334px;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  z-index: 1000;
}

.nav-pc > li.depth > a {
  background: url(../images/icon_down.png) no-repeat center right;
  background-size: 24px 24px;
  width: 160px;
}

.nav-pc > li.active.depth > a,
.nav-pc > li.depth:hover > a {
  color: #6701ba;
  background: url(../images/icon_down_b.png) no-repeat center right;
  background-size: 24px 24px;
}
.nav-pc > li:hover > a {
  color: #6701ba;
}
#nav-mobile-menu > li > a {
  display: block;
  max-width: 128px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#nav-mobile-menu > li.depth > a {
  background: url(../images/icon_down.png) no-repeat center right;
  background-size: 24px 24px;
}
#nav-mobile-menu li.depth .sub-menu {
  display: none;
  padding-left: 20px;
  margin-top: 15px;
}
#nav-mobile-menu li.active .sub-menu {
  display: block;
}
#nav-mobile-menu li.active .sub-menu a {
  display: block;
  width: 128px;
}
#nav-mobile-menu > li.active > a,
#nav-mobile-menu > li:hover > a,
#nav-mobile-menu .sub-menu > li:hover > a,
#nav-mobile-menu .sub-menu > li.active > a {
  color: #6701ba;
}
#nav-mobile-menu li.depth.active > a {
  background: url(../images/icon_up.png) no-repeat center right;
  background-size: 24px 24px;
}
.heade-bottom .nav-box .closed {
  position: absolute;
  padding: 24px;
  right: 0;
  top: 0;
  width: 76px;
  height: 76px;
}
.heade-bottom .nav-box .closed img {
  width: 100%;
  height: 100%;
}
#nav-mobile-menu {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}
#nav-mobile-menu li {
  margin-bottom: 20px;
}
.nav-mobile .nav-info li a {
  display: block;
  width: 150px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 30px;
  border: 1px solid #e7e7e7;
  padding: 7px 20px;
}
.nav-mobile .nav-info li + li {
  margin-top: 10px;
}
#back {
  display: none;
  width: 36px;
  text-align: center;
}
#back img {
  width: 15px;
  height: auto;
}
.hide {
  display: none;
}
/* 기본 스타일*/
.point {
  color: #6701ba !important;
}
.gary {
  color: #888 !important;
}
.black {
  color: #000 !important;
}
textarea {
  padding: 20px;
  color: #434343;
}
.mask {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity = 40);
  z-index: 100;
}
.wrap {
  max-width: 1080px;
  margin: 0 auto 72px;
  padding: 0 24px;
}

.wrap .red {
  color: #ed2218 !important;
}
.txt-right {
  text-align: right;
}

.wrap h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 30px 0;
  text-align: center;
  color: #434343;
}
.wrap .data-none {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #b0b0b2;
  padding: 40px 0;
  text-align: center;
}
.mypage-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #ed2218;
}
.line-btn {
  font-size: 14px;
  line-height: 24px;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  color: #ed2218;
  font-weight: 600;
}
.line-btn:hover {
  text-decoration: underline;
}
.new-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  border-radius: 100px;
  background: #ff6047;
  padding: 2px 6px;
  vertical-align: middle;
  margin-left: 5px;
}
.pagination {
  display: block;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  margin: 0 auto;
}
.pagination_btn {
  display: inline-block;
}
.pagination_btn li {
  display: inline-block;
  margin: 0 7px;
}
.pagination_btn li a {
  display: block;
  width: 30px;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 12px;
}
.pagination_btn li img {
  width: 30px;
  height: 28px;
}
.pagination_btn li a:hover,
.pagination_btn li.active a {
  border: 1px solid #e3e6ec;
}
input:focus,
input.star:focus,
textarea:focus {
  outline: none;
}
.star-rating {
  display: flex;
}
.star {
  appearance: none;
  padding: 1px;
}

.star::after {
  content: "★";
  color: #d9d9d9;
  font-size: 16px;
  margin-right: 4px;
}

.star.active::after,
input.star:hover::after,
input.star:has(~ input.star:hover)::after,
input.star:checked::after,
input.star:has(~ input.star:checked)::after {
  color: #9747ff;
}

input.star:hover ~ input.star::after {
  color: #d9d9d9;
}
input.star {
  cursor: pointer;
  outline: none;
}
.review-pop .star-rating {
  justify-content: space-around;
}
.review-pop .star-rating .star::after {
  font-size: 22px;
}
.top-banner {
  background-color: #f7ebff;
  margin-bottom: 80px;
}
.top-banner div {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  padding: 46px 24px;
}
.top-banner div::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("../images/page_top_bg.png") no-repeat bottom right;
  background-size: cover;
  z-index: 1;
}
.top-banner.bg_info div::after {
  background: url("../images/page_top_info.png") no-repeat bottom right;
  background-size: cover;
  z-index: 1;
}
.top-banner.bg01 div::after {
  background: url("../images/page_top_01.png") no-repeat bottom right;
  background-size: cover;
  z-index: 1;
}
.top-banner.bg02 div::after {
  background: url("../images/page_top_02.png") no-repeat bottom right;
  background-size: cover;
  z-index: 1;
}
.top-banner.bg03 div::after {
  background: url("../images/page_top_03.png") no-repeat bottom right;
  background-size: cover;
  z-index: 1;
}
.top-banner.bg04 div::after {
  background: url("../images/page_top_04.png") no-repeat bottom right;
  background-size: cover;
  z-index: 1;
}
.top-banner.bg05 div::after {
  background: url("../images/page_top_05.png") no-repeat bottom right;
  background-size: cover;
  z-index: 1;
}
.top-banner .title {
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  color: #6701ba;
}
.top-banner .txt {
  position: relative;
  z-index: 10;
  color: #8981aa;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  word-break: keep-all;
}
/* 메인 ***********/
.dim-pop {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 24px;
}
.dim-pop .box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  z-index: 101;
  border-radius: 8px;
  overflow: hidden;
  width: calc(100% - 48px);
  max-width: 400px;
  margin-top: 330px;
}
.dim-pop2 .box {
  max-width: 400px;
}
.dim-pop .swiper-pagination {
  position: absolute;
  right: 10px;
  left: auto;
  top: 10px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 23px;
  line-height: 23px;
  border-radius: 30px;
  font-size: 12px;
}
.dim-pop .box a img {
  width: 100%;
}
.dim-pop .box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #434343;
  height: 64px;
  display: flex;
  background-color: #fff;
  padding: 0 24px;
}
.dim-pop .box .bottom label,
.dim-pop .box .bottom button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dim-pop .box .bottom input[type="checkbox"] {
  margin: 0;
}
.dim-pop .box .bottom button img {
  width: 26px;
}
.main-header {
  position: relative;
  z-index: 11;
}
.main-header .nav-pc > li:hover > a {
  color: #fff;
  font-weight: 800;
}
.main-header .heade-bottom .nav-pc > li > a,
.main-header .heade-bottom .nav-pc > li,
.main-header .heade-center .login-bar a {
  color: #fff;
}
.main-header .nav-pc > li.depth > a {
  background: url(../images/icon_down_w.png) no-repeat center right;
  background-size: 24px 24px;
  width: 150px;
  margin-right: 22px;
  color: #fff;
}
.main-header .heade-bottom {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-width: 1px 0;
}
.main-header .nav-pc > li.active.depth > a,
.main-header .nav-pc > li.depth:hover > a {
  color: #fff;
  background: url(../images/icon_down_w.png) no-repeat center right;
  background-size: 24px 24px;
  font-weight: 800;
}
.main {
  position: relative;
}
.main .wrap {
  padding: 60px 24px;
  overflow: hidden;
}
.band-banner {
  margin-bottom: 50px;
}
.band-banner a {
  display: block;
  width: 100%;
  height: 134px;
  font-size: 0px;
  color: transparent;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.band-banner .mobile {
  display: none;
}
.band-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 87px;
  margin-left: 235px;
  width: 52px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 28px;
  line-height: 26px;
  border-radius: 30px;
  font-size: 12px;
  z-index: 1;
}
.band-banner .swiper-container {
  position: relative;
  overflow: hidden;
}
.band-banner .swiper-button-next:after,
.band-banner .swiper-button-prev:after {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 30px;
  font-size: 12px;
  border-radius: 17px;
  padding: 3px;
  text-align: center;
  height: 25px;
  line-height: 20px;
}
.band-banner .swiper-button-prev {
  right: auto;
  left: 50%;
  top: 100px;
  margin-left: 296px;
}
.band-banner .swiper-button-next {
  right: auto;
  left: 50%;
  top: 100px;
  margin-left: 330px;
}
.ribbon-banner {
  margin-bottom: 60px;
}
.ribbon-banner a {
  display: block;
  width: 100%;
  height: 134px;
  font-size: 0px;
  color: transparent;
  background-size: cover;
  background-position: 40% top;
  background-repeat: no-repeat;
}
.ribbon-banner .mobile {
  display: none;
  background-position: center top;
}
.bast-container {
  display: flex;
  gap: 25px;
}
.bast-container .box {
  width: 34%;
}
.bast-container .box .img {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 17px;
}
.bast-container .box img {
  width: 100%;
}
.bast-container .box .img .img_tag {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 58px;
  width: 20%;
}
.bast-container .box .img .img_tag img {
  width: 100%;
  margin: 6px 0 0 6px;
  border-radius: 0 0 5px 5px;
}
.bast-container .box .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 83px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.91) 93.98%
  );
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 16px;
}
.bast-container .best-box {
  display: flex;
  justify-content: space-between;
}
.bast-container .best-box .review {
  width: 52px;
  height: 52px;
  padding: 8px 0;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
}
.bast-container .best-box .review span {
  color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
}
.bast-container .best-box .review b {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.bast-container .box .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
}
.bast-container .box .info {
  font-size: 14px;
  line-height: 20px;
}
.main .main_full_ban {
  display: block;
}
.main .main_full_ban img {
  width: 100%;
}
.main .main_full_ban .pc {
  display: block;
}
.main .main_full_ban .mobile {
  display: none;
}
.main .title {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #434343;
  margin-bottom: 10px;
  word-break: keep-all;
}
.main .title .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.main .title .right-btn {
  position: absolute;
  right: 0px;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #6701ba;
  color: #fff;
  padding: 3px 8px;
}
.main .title .right-btn:hover {
  background-color: #002e78;
}
.main .center-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.main .center-title .small {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.main-top-banners.swiper-container {
  position: relative;
  margin-top: -164px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-top-banners .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-top-banners .swiper-slide img {
  object-fit: cover;
  height: 658px;
  width: 100%; /* 너비를 100%로 설정 */
  box-sizing: border-box;
  transform: scale(1.2);
}
.main-top-banners .swiper-slide .cont {
  position: absolute;
  display: flex;
  bottom: 110px;
  width: 100%;
  color: hsl(0, 0%, 100%);
  font-size: 32px;
  font-weight: 200;
  line-height: 124%;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  padding: 0 20px;
  word-break: keep-all;
}
.main-top-banners .swiper-slide .cont strong {
  font-size: 64px;
  line-height: 124%;
}
.main-top-banners .swiper-slide-active .cont {
  opacity: 1;
}

.main-top-banners .swiper-slide .badge-w {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #951db6;
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.main-top-banners .swiper-slide strong {
  font-weight: 900;
  color: #fff;
}

.main .center-title .underline {
  box-shadow: inset 0 -8px 0 #ffb7b4;
}
.main .center-title .red-txt {
  color: #ed2218;
}
.main .txt_banner_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  overflow: hidden;
}
.main .txt_banner_list .box {
  position: relative;
  display: block;
  width: 193px;
  height: 118px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  background-color: #6701ba;
}
.main .txt_banner_list .box::after {
  position: absolute;
  display: block;
  right: 20px;
  bottom: 20px;
  width: 9px;
  height: 6.5px;
  content: "";
  background: url("../images/banner_bg.png") center;
  background-size: 9px 6.5px;
}
.main .txt_banner_list .img-box {
  display: flex;
  background-color: #f4f4f4;
  margin-left: -10px;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  height: 118px;
}
.main .txt_banner_list .img-box img {
  max-width: 145px;
  height: auto;
}
.main .ban-img-slide {
  position: relative;
  max-width: 1032px;
  width: 100%;
  margin: 40px auto 30px;
  overflow: hidden;
}
.main .ban-img-slide .swiper-pagination-bullet {
  background-color: #fff;
}
.main .ban-img-slide .big {
  display: block;
}
.main .ban-img-slide .small {
  display: none;
  max-width: 400px;
  margin: 0 auto;
  padding: 24px 24px 0;
}
.main .ban-img-slide img {
  width: 100%;
}
.main .ban-img {
  max-width: 1032px;
  width: 100%;
  margin: 40px auto 30px;
}
.main .ban-img .big {
  display: block;
}
.main .ban-img .small {
  display: none;
  max-width: 400px;
  margin: 0 auto;
}
.main .ban-img img {
  width: 100%;
}
.main .main-slide01 {
  position: relative;
  width: 100%;
}
.main .main-slide01 .swiper-container {
  padding: 0 24px;
}
.main .main-slide01 .box .img {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.main .main-slide01 .box .img img {
  width: 100%;
  height: 100%;
}
.main .main-slide01 .box .img .img_tag {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 58px;
  width: 20%;
}
.main .main-slide01 .box .img .img_tag img {
  width: 100%;
  margin: 6px 0 0 6px;
  border-radius: 0 0 5px 5px;
}
.main .main-slide01 .box .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.main .main-slide01 .box .info {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.main .main-slide01 .swiper-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
.main .main-slide01 .swiper-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.main .main-slide01 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: #434343;
  letter-spacing: -0.2px;
  width: 228px;
}
.main .main-slide01 .swiper-initialized .swiper-wrapper {
  gap: 0;
  justify-content: flex-start;
}
.main-slide01 .swiper-button-next:after,
.main-slide01 .swiper-button-prev:after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b0b0b2;
  background-color: #fff;
  min-width: 48px;
  height: 48px;
  border-radius: 24px;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.15));
  font-size: 20px;
  margin-top: -53px;
}

.main .main-slide02 {
  position: relative;
}
.main .main-slide02 .box .img {
  display: block;
  overflow: hidden;
}
.main .main-slide02 .box .img img {
  width: 100%;
  height: auto;
}
.main .main-slide02 .box .title {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background-color: #595959;
}
.main .main-slide02 .swiper-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.main .main-slide02 .swiper-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.main .main-slide02 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: #434343;
  letter-spacing: -0.2px;
  max-width: 500px;
}
.main .main-slide02 .swiper-initialized .swiper-wrapper {
  gap: 0;
  justify-content: flex-start;
  height: 100%;
}
.main .main-slide02 .swiper-slide iframe {
  height: 284px !important;
}
.main-slide02 .swiper-button-next,
.main-slide02 .swiper-button-prev {
  position: unset;
  margin-top: 0px;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 1 !important;
}
.main-slide02 .swiper-button-next:after,
.main-slide02 .swiper-button-prev:after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d3d3d3;
  min-width: 42px;
  height: 42px;
  border-radius: 24px;
  font-size: 16px;
}
.main-slide02 .button-box {
  display: flex;
  height: 42px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 10px auto;
}
.main-slide02 .swiper-pagination {
  position: unset;
  max-width: 250px;
  display: flex;
}
.main-slide02 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 100%;
  height: 5px;
  border-radius: 0px;
  margin: 0px !important;
}
.main-slide02 .swiper-pagination-bullet-active {
  background-color: #595959;
}
.main-slide02 .video-box img {
  width: 100%;
}
.main .main-slide03 {
  position: relative;
  padding-bottom: 35px;
}
.main .main-slide03 .swiper-initialized .swiper-wrapper {
  gap: 0;
  justify-content: flex-start;
}
.main .main-slide03 .swiper-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.main .main-slide03 .swiper-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.main .main-slide03 .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: #434343;
  letter-spacing: -0.2px;
  width: 100%;
  max-width: 328px;
  background-color: #f4f4f4;
  border: 1px solid #e7e7e7;
  padding: 20px 44px 20px 20px;
}
.main-slide03 .swiper-slide .cont + .cont {
  margin-top: 16px;
}
.main-slide03 .box {
  max-width: 280px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  color: #434343;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}
.main-slide03 .txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #818181;
}
.main-slide03 .swiper-pagination-bullet-active {
  background-color: #434343;
}
.main .info-cont {
  display: flex;
  gap: 24px;
}
.main .info-cont .half-box {
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
  gap: 24px;
  justify-content: space-between;
}
.main .info-cont .box {
  display: flex;
  gap: 16px;
  align-items: center;
}
.main .info-cont .box .cont-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 68px);
}
.main .info-cont .box .cont-box > div {
  display: flex;
  flex-direction: column;
  width: calc(100% - 91px);
}

.main .info-cont .box .date {
  width: 75px;
  text-align: right;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.main .info-cont .box img {
  width: 52px;
  height: auto;
}
.main .info-cont .box .txt {
  font-size: 12px;
  line-height: 20px;
  color: #626280;
}
.main .info-cont .box .sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #434343;
  display: flex;
  align-items: center;
}
.main .info-cont .box .sub-title .sub {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .info-cont .box .cont {
  font-size: 16px;
  line-height: 24px;
  color: #818181;
}
/* ///////  메인 ***********/
/*  플랫폼 소개 ***********/
.introduction-container {
  margin-bottom: 250px;
}
.introduction-container h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  color: #434343;
  text-align: center;
}
.introduction-container h3 .small {
  font-size: 16px;
  display: block;
  line-height: 130%;
  margin-top: 10px;
}
.introduction-container .cont-box {
  display: flex;
  margin-bottom: 130px;
  justify-content: space-between;
  gap: 40px;
}
.introduction-container .cont-box > div {
  display: flex;
  color: #434343;
  flex-direction: column;
  justify-content: center;
  word-break: keep-all;
  width: 100%;
}
.introduction-container .left-box,
.introduction-container .right-box {
  max-width: 50%;
}
.introduction-container .cont-box span {
  opacity: 0;
  transform: translateY(50%);
}
.introduction-container .cont-box.active span {
  opacity: 1;
  transform: translateY(0%);
  transition-timing-function: ease-in;
  transition-duration: 0.3s;
}
.introduction-container .cont-box .sub-title {
  font-size: 16px;
  line-height: 24px;
  color: #6701ba;
  margin-bottom: 4px;
}
.introduction-container .cont-box .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  transition-delay: 0.3s;
}
.introduction-container .cont-box .txt {
  font-size: 16px;
  line-height: 24px;
  transition-delay: 0.6s;
}
.introduction-container .cont-box img {
  width: 100%;
}
/*  ///////// 플랫폼 소개 ***********/
/*************  진학, 입시 컨설팅 리스트 ******************/
.list-container .list-tab {
  display: flex;
  margin: 0 auto 20px;
  justify-content: center;
}
.list-container .list-tab li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #818181;
}
.list-container .list-tab li.active a,
.list-container .list-tab li:hover a {
  color: #6701ba;
  border-bottom: 1px solid #6701ba;
}
.list-container .list-cont {
  display: flex;
  gap: 24px 2.6%;
  flex-wrap: wrap;
  word-break: keep-all;
}
.list-container .list-cont .box {
  position: relative;
  display: block;
  letter-spacing: -0.2px;
  width: 23%;
}
.list-container .list-cont .box .tag {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  padding: 4px 12px;
  border-radius: 2px;
  z-index: 11;
}
.list-container .list-cont .box .img_tag {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 58px;
  width: 20%;
}
.list-container .list-cont .box .img_tag img {
  width: 100%;
  margin: 6px 0 0 6px;
  border-radius: 0 0 5px 5px;
}
.list-container .list-cont .box .end-tag .tag {
  background-color: #656565;
}
.list-container .list-cont .box .new-tag .tag {
  background: #116cff;
}
.list-container .list-cont .box .best-tag .tag {
  background: #ff7a00;
}
.list-container .list-cont .box .img {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.list-container .list-cont .box .img img {
  width: 100%;
  height: 100%;
}
.list-container .list-cont .box .img.end-tag::after {
  content: ""; /* 덮을 텍스트 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(101, 101, 101, 0.5);
  color: white; /* 텍스트 색상 */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 10;
}
.list-container .list-cont .box .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.list-container .list-cont .box .info {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.list-container .list-cont .box .info img {
  width: 24px;
  height: 24px;
  margin-top: -2px;
}
.list-container .list-cont .box:hover .img img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.list-container .list-cont .box:hover .title {
  font-weight: 800;
}
.list-container .list-cont .box:hover .info {
  font-weight: 400;
}
/** /// 진학, 입시 컨설팅 리스트 ******************/

/* products 상세페이지 *************/
.products-container {
  padding: 0 24px 40px;
}
.products-container .container-top {
  display: flex;
  gap: 24px 3%;
}
.products-container .container-top .img-box {
  width: 33%;
  position: relative;
}
.products-container .container-top .img-box .img_tag {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 58px;
  width: 20%;
}
.products-container .container-top .img-box .img_tag img {
  width: 100%;
  margin: 6px 0 0 6px;
  border-radius: 0 0 5px 5px;
}
.products-container .container-top .img-box img {
  width: 100%;
}
.products-container .container-top .info-box {
  width: 33%;
}
.products-container .container-top .info-box .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.products-container .container-top .info-box .price .sale {
  text-decoration: line-through;
  display: block;
  font-weight: 400;
}
.products-container .container-top .info-box .price .small {
  font-size: 12px;
}
.products-container .container-top .review-box {
  width: 34%;
  min-width: 250px;
}
.products-container .container-top .review-box .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.products-container .container-top .review-box .review-list {
  max-height: 290px;
  overflow-y: auto;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
}
.products-container .container-top .review-box .cont {
  margin-bottom: 10px;
}
.products-container .container-top .review-box .box {
  max-width: 95%;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #434343;
}
.products-container .container-top .review-box .txt {
  font-size: 12px;
  color: #818181;
}
.products-container .container-bottom {
  width: 681px;
}
.products-container .detail-tab {
  overflow: hidden;
  margin-top: 20px;
}
.products-container .detail-tab li {
  display: inline-block;
}
.products-container .detail-tab li button {
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #818181;
  line-height: 24px;
  text-align: center;
  padding: 8px 30px;
  font-weight: 400;
}
.products-container .detail-tab li.active button {
  border-bottom: solid 2px #434343;
  color: #434343;
  font-weight: 600;
}
.products-container .tag-box {
  display: flex;
  padding: 20px 0;
  gap: 10px;
  flex-wrap: wrap;
}
.products-container .tag-box span,
.products-container .tag-box a {
  font-size: 14px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #f2f2f2;
}
.products-container .tag-box span {
  background-color: #ede9ff;
  color: #9747ff;
}
.products-container .tab-box {
  display: none;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: -0.06px;
  color: #434343;
}
.products-container .tab-box .cont {
  padding: 12px 20px;
}
.products-container .tab-box.active {
  display: block;
}

.products-container .txt-box .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.products-container .txt-box .info {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.products-container .txt-box .cont {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #818181;
  word-break: keep-all;
}
.products-container .cart-box {
  position: relative;
  z-index: 100;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-weight: 600 !important;
}
.daterangepicker .calendar-table td.off {
  font-weight: 300 !important;
}
.products-container .cart-box dl dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}
.products-container .cart-box dl dd {
  margin-top: 2px;
}
.products-container .cart-box dl dd input[type="text"],
.products-container .cart-box dl dd select {
  max-width: 172px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px 10px;
  text-align: center;
  color: #434343;
}
.products-container .cart-box dl dd + dt {
  margin-top: 20px;
}
.products-container .cart-box dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow_drop_down.png) no-repeat 95% 50%;
  background-size: 18px; /* 화살표 크기 */
}
.products-container .cart-box dl dd select option:disabled {
  color: #000;
}
.products-container .cart-box .buy-btn {
  width: 100%;
  padding: 8px 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background-color: #6701ba;
  color: #fff;
  border-radius: 4px;
}
.products-container .cart-box .buy-btn:hover {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}
.products-container .product-ban {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  background-color: #6701ba;
  word-break: keep-all;
  gap: 40px;
  flex-direction: column;
}
.products-container .product-ban .img {
  max-width: 70%;
}
.products-container .product-ban .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 12px;
  color: #fff;
}
.products-container .product-ban .txt {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.products-container .product-box {
  margin-top: 80px;
}
.products-container .product-box .title {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 130%;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  word-break: keep-all;
  font-family: "GmarketSans";
  color: rgb(139 130 171);
  white-space: pre-line;
}
.products-container .product-box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.products-container .product-box .txt {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  color: #888;
  word-break: keep-all;
  white-space: pre-line;
}
.products-container .video-box {
  margin-bottom: 20px;
  margin-top: 80px;
}
.products-container .video-box iframe {
  height: 400px !important;
  margin: 0;
  padding: 0;
}
.products-container .step-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 40px;
  background-color: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  word-break: keep-all;
}
.products-container .step-cont .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.products-container .step-box {
  display: flex;
  gap: 24px;
  width: 100%;
}
.products-container .step-cont .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 20px 16px;
}
.products-container .step-cont .step {
  color: #6701ba;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  border-radius: 999px;
  border: 1px solid rgba(103, 1, 186, 0.4);
  background: #f7ebff;
  padding: 4px 12px;
  margin-bottom: 12px;
}
.products-container .step-cont .sub-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.products-container .step-cont .txt {
  color: #818181;
  font-size: 14px;
  line-height: 20px;
}
.products-container .step-cont .info-txt {
  color: #b2b2b2;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}
/* //// products 상세페이지 *************/

/* 로그인 페이지 ************/
.login_page .sns div {
  margin: 0 15px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_page .sns div a {
  display: block;
}
.login_page .sns div a img {
  width: 100%;
}
.login_page .loginBtn,
.id_find .idFindBtn,
.id_find .idConfirm,
.id_find .confirmBtn,
.regi_bottom p button {
  background-color: #6701ba;
  color: #fff;
}
.result_success1 span {
  color: #6701ba;
}
.id_tab li.active:after {
  background: #6701ba;
}
.sub_form p input[type="checkbox"]:checked + .idRemember {
  border: 2px solid #6701ba;
}
.sub_form p input[type="checkbox"]:checked + .idRemember:after {
  color: #6701ba;
}
.eye.on {
  fill: #6701ba;
}
.regi_bottom p label {
  line-height: 42px;
}
.regi_bottom p .pwbtn {
  width: 100px !important;
  text-align: center;
}
.login_page .sub_form p {
  color: #6701ba;
}
.login_page .joinBtn {
  color: #6701ba;
  border-color: #6701ba;
}
.login_page .sns_login h3 {
  font-family: "Pretendard" !important;
}
.login_form .eye {
  top: 30px !important;
}
/* //// 로그인 페이지 ************/
/* 아이디 비밀번호 찾기 페이지  ************/
.id_find {
  padding: 0 24px;
  width: 100%;
  max-width: 790px;
}
.id_find .id_tab_content p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.id_tab_content p .confirmBtn {
  margin-left: 5px;
}
.id_find .id_tab_content p .idFindBtn {
  width: 100% !important;
}
.id_find .id_tab li.active a {
  border-color: #6701ba;
  color: #6701ba;
}
.id_find .idFindBtn {
  width: 100% !important;
}
.pwResetArea span:nth-of-type(1),
.pwSameSpan span:nth-of-type(1) {
  width: 68%;
}
.pw_tab_con p label {
  width: 30%;
}
.pwResetArea span:nth-of-type(2),
.pwSameSpan span:nth-of-type(2) {
  margin-left: 30%;
}
/* /////아이디 비밀번호 찾기 페이지  ************/

/* 내정보 수정 *******/
.signUp {
  width: 100%;
  max-width: 792px;
  padding: 0 24px;
}
.signUp .regi_top {
  width: 100%;
  max-width: 792px;
  border-bottom-width: 1px;
}
.signUp .submit_btn {
  width: 100% !important;
  background-color: #6701ba;
}
.infoEye.on {
  fill: #951db6;
}
.regi_bottom p:nth-of-type(1):after,
.regi_bottom p:nth-of-type(2):after,
.regi_bottom p:nth-of-type(3):after,
.regi_bottom p:nth-of-type(4):after {
  display: none;
}
.regi_bottom .email:after,
.regi_bottom .pwArea:after,
.regi_bottom .nameArea:after,
.regi_bottom .phone:after {
  display: block !important;
  content: "";
  background: #ededed;
  width: 100%;
  height: 1px;
  margin: 20px auto;
}
.signUp .checkArea {
  margin-left: 100px;
  display: flex;
}
.signUp .checkArea li {
  font-size: 14px;
  line-height: 20px;
  width: 100px;
}
.signUp .checkArea li + li {
  margin-left: 20px;
}
.signUp .checkArea li input {
  margin-right: 10px;
  vertical-align: top;
}
/* .signUp .border-t{
  border-top: 1px solid #ededed;
} */
/* //// 내정보 수정 *******/
/* 주문하기  *******/
.order-container {
  width: 100%;
  padding: 0 24px;
  max-width: 602px;
}
.order-container .product-cont {
  display: flex;
  gap: 24px;
}
.order-container .product-cont .img-box {
  width: 30%;
  min-width: 100px;
}
.order-container .product-cont .img-box img {
  width: 100%;
}
.order-container .product-cont .txt-box {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
.order-container .product-title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.order-container .product-info {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.order-container .product-cont dl {
  width: 118px;
}
.order-container .product-cont dl dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
  margin-right: 5px;
}
.order-container .product-cont dl dd {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #6701ba;
  padding: 8px 10px;
  background-color: #f7ebff;
  border-radius: 4px;
  margin-right: 5px;
}
.order-container .product-cont .price {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.order-container .order-cont {
  color: #434343;
}
.order-container .order-cont p.title {
  background-color: #f4f4f4;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px;
}
.order-container .order-cont .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1%;
}
.order-container .order-cont .sub-title {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}
.order-container .order-cont .coupon {
  padding: 8px 10px;
  line-height: 24px;
  font-size: 14px;
  width: 83%;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}
.order-container .order-cont .coupon-pop-btn {
  width: 16%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  background-color: #626280;
  border-radius: 4px;
  color: #fff;
}
.order-container .order-cont .coupon-pop-btn:hover {
  background-color: #6701ba;
}
.order-container .order-cont .price-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.order-container .order-cont .price-box dt {
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
  font-weight: 400;
}
.order-container .order-cont .price-box dd {
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #626280;
  text-align: right;
  margin-bottom: 14px;
}
.order-container .order-cont .price-box .total {
  font-size: 16px;
  color: #434343;
  margin-bottom: 0px;
}
.order-container .order-cont .pay-box {
  display: flex;
  gap: 10px;
}
.order-container .order-cont .pay-box li {
  flex: 1 1 0;
}
.order-container .order-cont .pay-box button {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.order-container .order-cont .pay-box button.active {
  color: #6701ba;
  border-color: #6701ba;
  font-weight: 600;
}
.order-container .order-cont .agree-check {
  display: flex;
  align-items: stretch;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  justify-content: center;
  text-indent: 5px;
}
.order-container .order-cont .agree-check input {
  margin-right: 10px;
}
.order-container .order-cont .buy-btn {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  background-color: #6701ba;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
}

.order-container .order-cont .buy-btn:hover {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
}
.order-container .order-cont .info-box {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.order-container .order-cont .info-box strong {
  display: block;
  font-size: 15px;
}
.order-container .order-cont .info-box dt {
  font-weight: 400;
}
.order-container .order-cont .info-box dd {
  margin-bottom: 10px;
}
.order-container input[type="checkbox"] {
  display: none;
}
.order-container input[type="checkbox"] + label.agree-check::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  cursor: pointer;
  background: url("../images/check_no.png") no-repeat center;
  background-size: 100%;
}
.order-container input[type="checkbox"]:checked + label.agree-check::before {
  background: url("../images/check_ok.png") no-repeat center;
  background-size: 100%;
}
.popup {
  display: none;
  width: auto;
}
.popup .cont {
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 20px;
}
.popup .pop-cont {
  position: fixed;
  width: 360px;
  left: 50%;
  top: 10%;
  margin-left: -180px;
  padding: 40px;
  background-color: #fff;
  z-index: 1000;
  border-radius: 8px;
  color: #434343;
}
.popup .pop-cont .center {
  text-align: center;
}
.popup .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}
.popup .cont-none {
  padding: 30px 0;
  text-align: center;
  color: #818181;
}
.popup .top-closed {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 20px;
}
.popup .top-closed img {
  width: 100%;
  height: auto;
}
.popup .txt-input {
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #434343;
}
.popup #confirm-pw {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 5px 10px;
  border-radius: 10px;
}
.btn-box {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.btn-box.left {
  justify-content: flex-end;
}
.btn-box button {
  min-width: 110px;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #e7e7e7;
}
.btn-box .apply {
  color: #6701ba;
  border-color: #6701ba;
}
.popup .textLengthWrap {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  color: #b3b3b3;
}
.popup .textLengthWrap .textCount {
  color: #626280;
}
.popup .txt {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  text-align: center;
}
.popup .complete {
  width: 100%;
  background-color: #6701ba;
  color: #fff;
}
.coupon-pop .txt-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.coupon-pop .txt-box .txt {
  text-align: left;
}
.coupon-pop label.txt-box {
  cursor: pointer;
}
.coupon-pop .cont input[type="checkbox"],
.coupon-pop .cont input[type="radio"] {
  display: none;
}
.coupon-pop label.txt-box::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  background: url("../images/icon_check_off.png") no-repeat center;
  background-size: 100%;
}
.coupon-pop input[type="checkbox"]:checked + label::after,
.coupon-pop input[type="radio"]:checked + label::after {
  background: url("../images/icon_check_on.png") no-repeat center;
  background-size: 100%;
}
.coupon-pop .txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  width: 50%;
}
.coupon-pop .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #ed2218;
  width: 50%;
}
.mypage-container .popup .title {
  text-align: center;
}
.mypage-container .coupon-pop .price {
  text-align: right;
  padding-right: 10px;
}
.coupon-pop .info {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #818181;
}
.coupon-pop .coupon-input {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.coupon-pop .coupon-input .small {
  width: 100%;
  margin-bottom: 5px;
}
.coupon-pop .coupon-input input {
  display: block;
  width: calc(100% - 55px);
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #b2b2b2;
  line-height: 30px;
  padding: 3px 10px;
}
.coupon-pop .coupon-input .coupon-btn {
  width: 50px;
  border-radius: 5px;
  border: 1px solid #b2b2b2;
}
.order-container .pay-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.order-container .pay-cont dt {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.order-container .pay-cont dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.order-container .order-cont .pay-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #626280;
}
.order-container .info-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  word-break: keep-all;
}
.order-container .complete-btn {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 280px;
  background-color: #6701ba;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  padding: 8px 0;
}

/* //// 주문하기  *******/
/* 마이페이지  *******/
.mypage-container {
  overflow: hidden;
}
.mypage-container .my-info {
  color: #434343;
  text-align: right;
}
.mypage-container .my-info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.mypage-container .my-info ul {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.mypage-container .my-info ul li a,
.mypage-container .my-info ul li button {
  display: block;
  width: 88px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #8e8e8e;
}
.mypage-container .reservation-cont {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.mypage-container .reservation-cont > dt {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  align-items: center;
  justify-content: space-between;
}
.mypage-container .reservation-cont > dt .reservation-btn {
  display: block;
  background-color: #626280;
  width: 88px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.mypage-container .reservation-cont > dt .reservation-btn:hover,
.mypage-container .my-info ul li a:hover,
.mypage-container .my-info ul li button:hover {
  border-color: #6701ba;
  background-color: #6701ba;
  color: #fff;
}

.mypage-container .reservation-cont dl {
  color: #434343;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  justify-content: space-around;
  height: 100px;
  padding: 20px;
  gap: 5px;
}
.mypage-container .reservation-cont dl + dl {
  border-top: 1px solid #e7e7e7;
}
.mypage-container .reservation-cont dl dt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-width: 80px;
}
.mypage-container .reservation-cont dl dt:first-child {
  min-width: 120px;
}
.mypage-container .reservation-cont dl dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.mypage-container .reservation-cont dl dd .date {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #6701ba;
  padding: 8px 10px;
  background-color: #f7ebff;
  border-radius: 4px;
  margin-right: 5px;
}
.mypage-container .reservation-cont dl .info-btn {
  display: block;
  width: 80px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #ed2218;
  color: #ed2218;
}
.mypage-container .reservation-cont dl .info-btn:hover {
  background-color: #ed2218;
  color: #fff;
}
.mypage-container .swiper-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  margin-bottom: 30px;
}
.mypage-container .swiper-container .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mypage-container .swiper-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.mypage-container .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  max-width: 328px;
  color: #434343;
}
.mypage-container .swiper-initialized .swiper-wrapper {
  gap: 0;
  justify-content: flex-start;
  padding-bottom: 40px;
}
.mypage-container .swiper-slide .star {
  margin-bottom: 10px;
}
.mypage-container .swiper-slide .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.mypage-container .swiper-slide .txt {
  font-size: 14px;
  line-height: 24px;
}
.mypage-container .swiper-slide .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  color: #818181;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.mypage-container .swiper-slide ul {
  display: flex;
  justify-content: space-between;
}
.mypage-container .swiper-slide ul li {
  display: flex;
  gap: 4px;
}
.mypage-container .swiper-slide ul button,
.mypage-container .swiper-slide ul a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.mypage-container .swiper-slide ul button:hover {
  border-color: #6701ba;
  color: #fff;
  background-color: #6701ba;
}
.mypage-container .swiper-slide ul .point-btn a {
  padding: 0 20px;
  background-color: #6701ba;
  color: #fff;
  border-color: #6701ba;
}
.mypage-container .swiper-slide ul .point-btn a:hover {
  background-color: #002e78;
  border-color: #002e78;
}
.pna-container .top-cont {
  padding: 10px;
  display: flex;
  color: #434343;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}
.pna-container .top-cont h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}
.pna-container .qna-list li {
  display: flex;
  color: #434343;
  padding: 10px 0 20px;
  border-bottom: 1px dashed #e7e7e7;
  word-break: keep-all;
  flex-wrap: wrap;
}
.qna-list .num {
  width: 32px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.qna-list .box {
  width: calc(100% - 32px);
}
.qna-list li .title {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-right: 28px;
}
.qna-list li .title::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon_down.png") no-repeat center;
  background-size: 24px 24px;
}
.qna-list li.active .title::after {
  background: url("../images/icon_up.png") no-repeat center;
  background-size: 24px 24px;
}
.qna-list li .cont {
  flex-direction: column;
  gap: 4px;
  display: none;
  margin-top: 5px;
}
.qna-list li.active .cont {
  display: flex;
}
.qna-list .info {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}
.qna-list .txt {
  color: #6701ba;
  font-size: 16px;
  line-height: 24px;
}
/*  /////  마이페이지  *******/
/* 1:1 문의 ******/
.table_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table_top .txt {
  font-size: 16px;
  line-height: 24px;
  color: #818181;
}
.table_top .btn {
  display: block;
  width: 88px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #8e8e8e;
  padding: 0;
  color: #434343;
}
.table_top .btn:hover {
  background-color: #6701ba;
  color: #fff;
  border-color: #6701ba;
}
.qna_table {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.qna_table caption {
  display: none;
}
.qna_table th {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 10px;
  color: #818181;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.qna_table td {
  position: relative;
  display: table-cell;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #818181;
  border-bottom: 1px solid #e7e7e7;
}
.qna_table td a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 5px;
  color: #434343;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.qna_table td span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.qna_table .pop_btn {
  position: absolute;
  top: 90%;
  right: 0;
  padding: 20px 30px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1;
  flex-direction: column;
  gap: 10px;
  display: none;
}
.qna_table .active + .pop_btn {
  display: flex;
}
.qna_table .more img {
  width: 28px;
}
.qna_table .pop_btn button img {
  width: 28px;
}
.form_list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.form_list label {
  font-size: 12px;
  line-height: 24px;
  color: #434343;
  width: 100%;
}
.form_list li.radio label {
  width: auto;
  margin-right: 20px;
}
.form_list li.radio label input {
  margin-right: 10px;
}
.form_list .input_title {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px;
  color: #434343;
  border: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 4px;
}
.form_list .textarea {
  border: 1px solid #e7e7e7;
  width: 100%;
  height: 500px;
  border-radius: 4px;
  font-size: 16px;
  color: #434343;
}
.upload li {
  position: relative;
  margin-top: 20px;
}
.upload span.txt,
.upload label {
  display: inline-block;
  font-size: 12x;
  color: #434343;
  line-height: 24px;
  vertical-align: middle;
}
.upload li {
  display: flex;
}
.upload .upload-input {
  display: flex;
  align-items: center;
}
.upload label {
  background: #f4f5f8;
  border-radius: 4px;
  padding: 0px 14px;
  cursor: pointer;
}
.upload label:hover {
  background: #ecedf0;
}
.upload span.txt {
  display: inline-block;
  width: 80px;
}
.upload .upload-input span {
  display: inline-block;
  font-size: 12px;
  color: #434343;
  line-height: 24px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}
.upload .upload-input input {
  display: none;
  width: 0;
  height: 0;
}
.upload .delete {
  display: none;
  margin-left: 14px;
  color: #434343;
}
.view_cont {
  display: flex;
  flex-wrap: wrap;
}
.view_cont .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #434343;
  width: 100%;
  margin-bottom: 4px;
}
.view_cont .date {
  font-size: 14px;
  line-height: 20px;
  color: #818181;
}
.view_cont .cont {
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #434343;
  word-break: keep-all;
}
.answer_box .title {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
}
.answer_box .textarea {
  border: 1px solid #e7e7e7;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  font-size: 16px;
  color: #434343;
}
.answer_box .cont {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  padding: 20px 0;
  word-break: keep-all;
}
.bottom_list li {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.bottom_list li + li {
  border-top: none;
}
.bottom_list a {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.bottom_list a:hover {
  background-color: #efefef;
}
.bottom_list li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #818181;
  padding: 0 20px;
}
.bottom_list li .txt {
  color: #1b1d21;
}
.bottom_list li .title {
  color: #1b1d21;
  width: 65%;
}
.bottom_list a span:nth-of-type(1) {
  min-width: 100px;
}
.bottom_list a span:nth-of-type(3) {
  min-width: 195px;
}
.search_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search_box button {
  font-size: 14px;
  line-height: 24px;
  color: #434343;
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
}
.search_box button:hover {
  background-color: #6701ba;
  color: #fff;
  border-color: #6701ba;
}
.search_box input#search {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
}
.search_box input.date {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #434343;
  width: 230px;
}
/* ///////// 1:1 문의 ******/
/* FAQ 페이지 텝 */
.tab_container {
  overflow: hidden;
}
.tab-swiper.swiper-container {
  position: relative;
  margin: 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
}
.tab-swiper .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.tab-swiper .swiper-slide {
  width: auto;
}
.tab-swiper .swiper-slide a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #818181;
}
.tab-swiper .swiper-slide.active a {
  border-bottom: 1px solid #6701ba;
  color: #6701ba;
  font-weight: 600;
}
.qna-list li {
  display: flex;
  flex-wrap: wrap;
  color: #434343;
  padding: 10px 0 20px;
  border-bottom: 1px dashed #e7e7e7;
  word-break: keep-all;
}
.qna-list li .title {
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding-right: 28px;
}
.qna-list li .title::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon_down.png") no-repeat center;
  background-size: 24px 24px;
}
.qna-list li.active .title::after {
  background: url("../images/icon_up.png") no-repeat center;
  background-size: 24px 24px;
}
.qna-list li .cont {
  width: 100%;
  flex-direction: column;
  gap: 4px;
  display: none;
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
}
.qna-list li .cont img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.qna-list li .cont .bg_gray {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0 0;
}
.file_down {
  background-color: #fff;
  margin: 4px 0;
  color: #434343;
  font-size: 12px;
  border-radius: 4px;
  line-height: 20px;
  padding: 2px 10px;
  text-align: left;
  display: block;
  word-break: normal;
}
.file_down:hover {
  background-color: #434343;
  color: #fff;
}
.cont > .file_down:first-child {
  margin-top: 20px;
}
.qna-list li.active .cont {
  display: block;
}
/* ////  FAQ 페이지 텝 *********************/
/* 푸터 */
.topBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  cursor: pointer;
  display: none;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
footer {
  border-top: 1px solid #e3e6ec;
  background-color: #fff !important;
  padding: 0 !important;
}
.footer {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  max-width: 1080px;
  color: #818181;
  margin: 0 auto;
  padding: 10px 28px;
}
.footer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #818181;
}
.footer .bold {
  display: block;
  padding: 10px 0;
}
.footer a {
  display: inline-block;
  color: #434343;
  font-size: 13px;
  margin: 10px 5px;
}
.footer a.btn {
  border: 1px solid #6701ba;
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #6701ba;
  color: #fff;
  margin: 10px 5px;
}
.footer a + a {
  margin-left: 10px;
}
.footer #quick_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 70px;
  color: #fff;
}
.footer #quick_box .quick_btn {
  padding: 3px;
  background-color: #ed2218;
  box-shadow: 0px 5px 15px rgba(0, 0, 0.3);
  border-radius: 30px;
  margin: 0;
}
.footer #quick_box .quick_btn img {
  width: 30px;
  height: auto;
}
.footer #quick_box .quick_btn:hover {
  background-color: #083bff;
}
.footer #quick_box .txt_box {
  display: none;
  font-size: 13px;
  background: #fff;
  padding: 2px 0px 2px 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0.3);
  border-radius: 4px;
  color: #000;
  margin-bottom: 10px;
}
.footer #quick_box.check .txt_box {
  display: block;
}

.footer #quick_box .txt_box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  right: 6px;
  top: 32px;
}
.footer #quick_box .txt_box button {
  padding: 5px 10px;
}
