@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Della+Respira&family=Fauna+One&family=Poller+One&family=Protest+Strike&family=Scope+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&family=Nanum+Myeongjo&family=Noto+Serif+KR:wght@200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

/* 스크롤바 설정*/
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  height: 17%;
  background-color: rgba(160, 158, 158, 0.7);
  border-radius: 10px;
}

/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track {
  background-color: rgba(245, 245, 245, 0.7);
}

html {
  font-size: 10px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  max-width: 76.8rem;
  margin: 0 auto;
  color: #4c4e55;
  word-break: keep-all;
  line-height: 1.23;
}

a {
  outline: none;
  text-decoration: none;
  color: #4c4e55;
}

button.btn,
.btn {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  outline: none;
  background: none;
  border: none;
  height: 5rem;
  line-height: 5rem;
  padding: 0 2rem;
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}
button.btn.primary,
.btn.primary {
  color: #fff;
  font-size: 1.6rem;
  background: linear-gradient(135deg, #c1a039 40%, #987b1f 100%);
  background: linear-gradient(135deg, #c1a039 40%, #987b1f 100%);
  border-radius: 0.6rem;
  box-shadow: 2px 2px 5px 1px rgba(109, 89, 22, 0.5);
}
button.btn.primary::after,
.btn.primary::after {
  position: absolute;
  top: 0;
  right: 2rem;
  display: block;
  content: "";
  width: 2rem;
  height: 5rem;
  background: url(../images/arr_right_w.svg) no-repeat center;
}
button.btn.primary_border,
.btn.primary_border {
  color: #987b1f;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(152, 123, 31, 0.3);
  box-shadow: 2px 2px 5px 1px rgba(109, 89, 22, 0.5);
}
button.btn.primary_border::after,
.btn.primary_border::after {
  position: absolute;
  top: 0;
  right: 2rem;
  display: block;
  content: "";
  width: 2rem;
  height: 5rem;
  background: url(../images/arr_right_p.svg) no-repeat center;
}
button.btn.kakao,
.btn.kakao {
  color: #fff;
  font-size: 1.6rem;
  background: linear-gradient(135deg, #c1a039 40%, #987b1f 100%);
  background: linear-gradient(135deg, #c1a039 40%, #987b1f 100%);
  border-radius: 0.6rem;
  box-shadow: 2px 2px 5px 1px rgba(109, 89, 22, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
button.btn.kakao::before,
.btn.kakao::before {
  display: block;
  content: "";
  width: 2rem;
  height: 5rem;
  background: url(../images/icon_kakao_w.svg) no-repeat center;
}
button.btn.secondary_border,
.btn.secondary_border {
  color: #987b1f;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(152, 123, 31, 0.3);
}
button.btn.secondary,
.btn.secondary {
  color: #fff;
  background: rgb(152, 123, 31);
  border-radius: 0.6rem;
  font-size: 1.6rem;
}
button.btn.radius,
.btn.radius {
  border-radius: 10rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=password] {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  border: 1px solid #ddd;
  background: #fff;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 0.2rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
}

.dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.dropdown::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 3.6rem;
  background: url(../images/dropdown.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 1.2rem;
  transition: all 0.3s;
}
.dropdown .value {
  border: 1px solid #ddd;
  background: #fff;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 0.2rem;
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
}
.dropdown .options {
  display: none;
  position: absolute;
  z-index: 5;
  top: 3.5rem;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0.2rem;
  border: 1px solid #ddd;
}
.dropdown .options li {
  line-height: 3rem;
  border-top: 1px solid #ddd;
  padding: 0 1.6rem;
  font-size: 1.2rem;
}
.dropdown .options li:hover {
  background: rgba(247, 240, 207, 0.3);
}
.dropdown .options li:first-child {
  border-top: 0;
}
.dropdown.on::after {
  transform: rotate(180deg);
}

.py-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

img {
  width: 100%;
}

button {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 76.8rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.3);
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 5rem;
  gap: 1rem;
  position: relative;
}
header .inner .logo {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  font-family: "Cinzel Decorative", serif;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5rem;
}
header .inner .logo img {
  display: block;
  width: 2rem;
  height: auto;
}
header .menu {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
header .my {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
header .home {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  margin-left: auto;
}
header .btn_close {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: 2rem;
}
header .snb_wr {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  background: #f9f5e1;
  top: 0;
  transition: all 0.3s;
  left: 0;
  padding: 12rem 2.4rem 2.4rem;
  left: -100vw;
}
header .snb_wr.on {
  left: 0;
}
header .snb_wr li {
  line-height: 5rem;
  padding: 0 1rem;
  font-size: 2rem;
  border-bottom: 1px solid #987b1f;
}

.main_wr {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.main_wr .deco_wr > div {
  position: absolute;
  border-radius: 50%;
}
.main_wr .deco_wr .deco01 {
  width: 40rem;
  height: 40rem;
  background: #f9f5e1;
  top: -12rem;
  right: -10rem;
  box-shadow: -7px -5px 10px 11px rgba(249, 245, 225, 0.8);
}
.main_wr .deco_wr .deco02 {
  width: 50rem;
  height: 50rem;
  background: #d4af37;
  top: 50%;
  transform: translateY(-50%);
  left: -20rem;
  opacity: 0.3;
  box-shadow: 3px -4px 10px 11px rgba(212, 175, 55, 0.8);
}
.main_wr .deco_wr .deco03 {
  width: 30rem;
  height: 30rem;
  background: #ffd700;
  bottom: -10rem;
  right: -10rem;
  opacity: 0.5;
  box-shadow: -2px -5px 10px 11px rgba(255, 215, 0, 0.8);
}
.main_wr .main_container {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(247, 247, 248, 0.6);
  width: 100%;
  padding: 5rem 2.4rem 10rem;
  display: flex;
  flex-direction: column;
}
.main_wr .main_container .logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem 0;
  border-top: 1px solid #987b1f;
  border-bottom: 1px solid #987b1f;
  width: 23rem;
  margin: 0 auto 5rem;
  font-family: "Cinzel Decorative", serif;
  font-size: 3rem;
}
.main_wr .main_container .logo img {
  display: block;
  width: 7rem;
  height: auto;
}
.main_wr .main_container .logo.logo2 {
  font-family: "Poller One", serif;
}
.main_wr .main_container .logo.logo3 {
  font-family: "Cinzel Decorative", serif;
}
.main_wr .main_container .logo.logo4 {
  font-family: "Fauna One", serif;
}
.main_wr .main_container .logo.logo5 {
  font-family: "Della Respira", serif;
}
.main_wr .main_container .logo.logo6 {
  font-family: "Scope One", serif;
}
.main_wr .main_container .info {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Gowun Dodum", sans-serif;
  margin-bottom: auto;
}
.main_wr .main_container .main_btn_wr {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 5rem;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}
.main_wr .main_container .main_btn_wr .btn {
  border-radius: 10px;
  padding: 20px;
  height: auto;
  line-height: initial;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  transition: all 0.3s;
}
.main_wr .main_container .main_btn_wr .btn:hover {
  transform: translateY(-10px);
}
.main_wr .main_container .main_btn_wr .btn .img_bx {
  width: 80px;
  text-align: center;
}
.main_wr .main_container .main_btn_wr .btn .img_bx img {
  width: 50px;
}
.main_wr .main_container .main_btn_wr .btn .txt_bx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main_wr .main_container .main_btn_wr .btn .txt_bx h4 {
  font-size: 20px;
  text-align: left;
}
.main_wr .main_container .main_btn_wr .btn .txt_bx .price {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
.main_wr .main_container .main_btn_wr .btn .txt_bx .price b {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}
.main_wr .main_container .main_btn_wr .btn:nth-child(1) .img_bx img, .main_wr .main_container .main_btn_wr .btn:nth-child(2) .img_bx img {
  width: 30px;
}
.main_wr .main_container h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
.main_wr .main_container .login_title {
  margin-top: auto;
}
.main_wr .main_container.st2 .logo {
  width: 28rem;
  border-top: none;
}
.main_wr .main_container.st2 .info {
  font-family: "Nanum Myeongjo", serif;
}
.main_wr .main_container.st2 .main_btn_wr {
  padding: 0;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 2px 2px 5px 1px rgba(109, 89, 22, 0.5);
}
.main_wr .main_container.st2 .main_btn_wr p {
  width: 100%;
  background: linear-gradient(135deg, #c1a039 40%, #987b1f 100%);
  height: 5rem;
  line-height: 5rem;
  color: #fff;
  text-align: center;
}
.main_wr .main_container.st2 .main_btn_wr ul li {
  line-height: 4.8rem;
  border-top: 1px solid #f7f0cf;
  padding: 0 2rem;
  text-align: center;
}
.main_wr .main_container.st2 .main_btn_wr ul li:first-child {
  border-top: none;
}
@media (max-width: 375px) {
  .main_wr .main_container {
    padding: 5rem 1rem 10rem;
  }
}
.main_wr.dark_main_wr .main_container {
  background: linear-gradient(to bottom, #2e4a60 70%, #0c0f1a);
}
.main_wr.dark_main_wr .main_container .main_menu_wr ul {
  background: rgba(255, 255, 255, 0.8);
}

.main_card {
  padding: 4rem 0;
  margin: 0 auto;
  width: 15rem;
  position: relative;
}
.main_card img {
  border-radius: 1rem;
}
.main_card::before {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background: url(../images/divider_top.png) no-repeat center;
  background-size: 100%;
  margin-bottom: 1rem;
}
.main_card::after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  background: url(../images/divider_bottom.png) no-repeat center;
  background-size: 100%;
  margin-top: 1rem;
}

.result_txt_bx h2 {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  font-family: "Gowun Dodum", sans-serif;
  text-align: center;
  margin-bottom: 3rem;
}
.result_txt_bx h2 span {
  display: block;
}
.result_txt_bx .desc {
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-family: "Gowun Dodum", sans-serif;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 600;
}
.result_txt_bx .advice_wr {
  padding: 5rem 2rem;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  overflow: hidden;
}
.result_txt_bx .advice_wr .advice_result_bx {
  display: none;
}
.result_txt_bx .advice_wr h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
}
.result_txt_bx .advice_wr h3::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(../images/icon_down.svg) no-repeat center;
  transition: all 0.3s;
}
.result_txt_bx .advice_wr.on h3:after {
  transform: rotate(180deg);
}
.result_txt_bx .advice_card {
  width: 14rem;
  margin: 0 auto 2rem;
  padding: 3rem 2rem;
  position: relative;
}
.result_txt_bx .advice_card img {
  border-radius: 1rem;
}
.result_txt_bx .advice_card::after, .result_txt_bx .advice_card::before {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 1rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/card_frame.png) no-repeat center;
  transform: rotate(-90deg);
  background-size: 100%;
}
.result_txt_bx .advice_card::after {
  top: initial;
  left: initial;
  bottom: 2rem;
  right: 1rem;
  transform: rotate(90deg);
}
.result_txt_bx.border {
  border-bottom: 1px solid #ddd;
}

.bottom_sheet {
  position: fixed;
  bottom: -100vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 76.8rem;
  min-height: 30rem;
  background: #fff;
  z-index: 20;
  border-radius: 4rem 4rem 0 0;
  box-shadow: 0px -2px 10px 1px rgba(152, 123, 31, 0.3);
  transition: all 0.3s;
}
.bottom_sheet.on {
  bottom: 0;
}
.bottom_sheet .inner {
  padding: 4rem 2rem 2rem;
}
.bottom_sheet .inner h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.bottom_sheet .inner .info_input_wr {
  padding: 2rem 0 4rem;
}
.bottom_sheet .inner .btn {
  max-width: 30rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.info_input_wr .input_item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.info_input_wr .input_item h3 {
  font-size: 1.6rem;
  width: 10rem;
  flex-shrink: 0;
  margin-top: 0;
}
.info_input_wr .input_item input[type=text],
.info_input_wr .input_item input[type=number] {
  width: 100%;
}

.gender_select {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(152, 123, 31, 0.3);
  width: 20rem;
  border-radius: 0.2rem;
  background: #fff;
}
.gender_select label {
  display: block;
  text-align: center;
  border-radius: 0.2rem;
  line-height: 3.6rem;
  padding: 0 2rem;
  width: 10rem;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.4rem;
}
.gender_select input[type=radio] {
  display: none;
}
.gender_select input[type=radio]:checked + label {
  background: #987b1f;
  color: #fff;
}

.mypage_wr {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 36rem);
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}
.mypage_wr .btn {
  margin-top: auto;
}
.mypage_wr .info_input_wr h3 {
  text-align: left;
}
.mypage_wr .info_input_wr .input_item {
  margin-top: 1.6rem;
}

footer {
  background: #201a07;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 3rem 2rem 10rem;
  font-weight: 300;
}
footer h2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.select_box {
  width: 100%;
  max-width: 21.6rem;
  padding: 1rem 0 2rem;
  width: 100%;
  max-width: 21.6rem;
  margin: 0 auto;
}

div.drum-wrapper {
  float: left;
  height: 26rem;
}
div.drum-wrapper .inner {
  height: 26rem;
}

div.drum {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

div.drum figure {
  text-align: left;
  font-size: 2.4rem;
  font-weight: var(--txt-medium);
  line-height: 3.4rem;
  height: 3.4rem;
  text-align: center;
}

div.drum-wrapper .dial {
  background: transparent;
}

#drum_date {
  width: 40px;
}

#drum_time {
  width: 30rem;
  height: 230px;
}
#drum_time .inner {
  top: 15px;
  height: 205px;
}

#drum_hours,
#drum_minutes,
#drum_seconds {
  width: 30px;
}

#drum_month,
#drum_date {
  width: 6rem;
  height: 230px;
}
#drum_month .inner,
#drum_date .inner {
  top: 15px;
  height: 205px;
}

#drum_fullYear {
  width: 70px;
  height: 230px;
  margin-right: 10px;
}
#drum_fullYear .inner {
  top: 15px;
  height: 205px;
}

.drum-wrapper .container,
.drum-wrapperfigure {
  height: 35px;
}

#drum_month .container,
#drum_date .container,
#drum_fullYear .container,
#drum_time .container {
  top: 90px;
  height: 35px;
}
#drum_month .dial,
#drum_date .dial,
#drum_fullYear .dial,
#drum_time .dial {
  height: 100px;
}
#drum_month .dial div,
#drum_date .dial div,
#drum_fullYear .dial div,
#drum_time .dial div {
  width: 35px;
}

.modal_wr {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal_wr .modal {
  width: 30rem;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.modal_wr .modal .inner {
  padding: 3rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal_wr .modal .btn_wr {
  display: flex;
  align-items: center;
}
.modal_wr .modal .btn_wr .btn {
  flex: 1;
  border-radius: 0;
}

.year_wr {
  width: 100%;
  max-width: 36rem;
  min-height: 50rem;
  margin: 0 auto;
  background: url(../images/year_bg.png) no-repeat center;
  background-size: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.year_wr h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.year_wr .select_box {
  position: relative;
  z-index: 2;
  padding: 0;
}
.year_wr .select_box::after {
  content: "";
  display: block;
  width: 12rem;
  height: 3.4rem;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 1px rgba(152, 123, 31, 0.3);
  z-index: 1;
  position: absolute;
  top: calc(50% + 0.7rem);
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  filter: blur(0.8px);
  background: rgba(255, 255, 255, 0.8);
}
.year_wr #drum_fullYear {
  float: initial;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.year_detail {
  padding-top: 2rem;
}
.year_detail h2 {
  font-family: "Gowun Dodum", sans-serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}
.year_detail .result_txt_bx .desc {
  padding: 0 2.4rem;
}
.year_detail .month_card_wr {
  padding: 5rem 0;
  position: relative;
}
.year_detail .month_card_wr::before, .year_detail .month_card_wr::after {
  width: 100%;
  max-width: 30rem;
  height: 5rem;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/slider_divider.png) no-repeat center;
  background-size: 100%;
  top: 0;
}
.year_detail .month_card_wr::after {
  top: initial;
  bottom: 0;
}
.year_detail .month_card_slide .card {
  width: 30rem;
  padding: 3rem 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  border-radius: 1rem;
}
.year_detail .month_card_slide .card img {
  border-radius: 1rem;
  transition: all 0.1s;
  border: 5px solid transparent;
}
.year_detail .month_card_slide .card h3 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  margin-top: 0;
  height: 5rem;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(0.3px);
  color: #fff;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  text-shadow: 2px 2px 2px #000;
}
.year_detail .month_card_slide .card:hover {
  transform: scale(1.05) translateY(5px);
  z-index: 2;
}
.year_detail .month_card_slide .card:hover img {
  border: 5px solid #000;
}
@media (max-width: 600px) {
  .year_detail .month_card_slide .card {
    padding: 1rem 0;
  }
  .year_detail .month_card_slide .card h3 {
    font-size: 1.2rem;
  }
}

.month_wr {
  padding-top: 5rem;
}
.month_wr h2 {
  font-family: "Gowun Dodum", sans-serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
.month_wr .month_card_wr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
  padding: 3rem 0;
}
.month_wr .month_card_wr::before, .month_wr .month_card_wr::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 30rem;
  height: 3rem;
  background: url(../images/month_card_divider.png) no-repeat center;
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.month_wr .month_card_wr::after {
  top: initial;
  bottom: 0;
  transform: rotate(180deg) translateX(50%);
}
.month_wr .month_card_wr .card {
  width: 33.33%;
  padding: 0.5rem;
  transition: all 0.3s;
  position: relative;
}
.month_wr .month_card_wr .card img {
  border-radius: 2rem;
  transition: all 0.3s;
  border: 5px solid transparent;
}
.month_wr .month_card_wr .card h3 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3rem);
  margin-top: 0;
  height: 5rem;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(0.3px);
  color: #fff;
  z-index: 2;
  font-size: 1.4rem;
  line-height: 5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.month_wr .month_card_wr .card.on, .month_wr .month_card_wr .card:hover {
  transform: scale(1.1);
  z-index: 2;
}
.month_wr .month_card_wr .card.on img, .month_wr .month_card_wr .card:hover img {
  border: 5px solid #000;
  box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.7);
}
@media (max-width: 600px) {
  .month_wr .month_card_wr {
    padding: 3rem 2rem;
  }
  .month_wr .month_card_wr .card {
    padding: 0;
  }
}

.preview_wr {
  width: 100%;
  max-width: 40rem;
  padding: 2rem 0;
  margin: 0 auto;
}
.preview_wr h2 {
  font-family: "Gowun Dodum", sans-serif;
  color: #987b1f;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.2rem;
}
.preview_wr h2 small {
  font-size: 2rem;
}
.preview_wr .info_bx {
  line-height: 2.4rem;
}
.preview_wr .info_bx p {
  margin-bottom: 1.6rem;
}
.preview_wr .info_bx li {
  margin-bottom: 1.6rem;
  text-indent: -2.1rem;
  padding-left: 2.1rem;
}
.preview_wr .info_bx li span {
  color: #987b1f;
  font-weight: 600;
  font-size: 1.8rem;
}
.preview_wr .preview_bx {
  padding: 2rem 0 5rem;
  position: relative;
}
.preview_wr .preview_bx h1 {
  background: #fff;
  border-radius: 10rem;
  border: 2px solid #987b1f;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
.preview_wr .preview_bx .inner {
  padding: 2rem 0;
  border: 2px solid #987b1f;
  border-radius: 3rem;
  overflow: hidden;
  background: #fff;
}
.preview_wr .preview_bx .result_txt_bx .desc {
  filter: blur(2px);
}
@media (max-width: 350px) {
  .preview_wr h2 small {
    font-size: 1.6rem;
  }
}

.payment_wrap {
  padding: 1.4rem 1.5rem 2.7rem;
}
.payment_wrap .inner {
  overflow-y: initial;
  background-blend-mode: plus-lighter;
  -webkit-backdrop-filter: blur(52px);
          backdrop-filter: blur(52px);
  padding: 0;
}
.payment_wrap .inner .title {
  font-size: 2.4rem;
  font-weight: var(--txt-semibold);
  line-height: 3.2rem;
  text-align: center;
}
.payment_wrap .inner .payment_box {
  margin-bottom: 4rem;
}
.payment_wrap .inner .payment_box .item {
  padding: 1rem 0 1.2rem;
  margin-top: 1.6rem;
  border-radius: 12px;
  border: 1px solidr #987b1f;
  background: #eee;
  background-blend-mode: normal, plus-lighter;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.payment_wrap .inner .payment_box .item.on {
  border-radius: 12px;
  border: 1px solid #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(381.67% 381.67% at 0% -84.91%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.07) 33.33%, rgba(255, 255, 255, 0.07) 66.67%, rgba(255, 255, 255, 0.2) 100%);
  background-blend-mode: normal, plus-lighter;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.payment_wrap .inner .payment_box .item.on p {
  font-weight: var(--txt-bold);
}
.payment_wrap .inner .payment_box .item span {
  height: 6.4rem;
  display: flex;
  align-items: center;
}
.payment_wrap .inner .payment_box .item span img {
  width: 5rem;
}
.payment_wrap .inner .payment_box .item p {
  font-size: 1.4rem;
  font-weight: var(--txt-medium);
  line-height: 1.6rem;
  text-align: center;
}
.payment_wrap .inner .payment_box .item.naver span img {
  height: 6.4rem;
}
.payment_wrap .inner .btn.disabled {
  border-radius: 14px;
  opacity: 0.4;
  background: linear-gradient(0deg, rgba(10, 10, 14, 0.5) 0%, rgba(10, 10, 14, 0.5) 100%), #fff;
  background-blend-mode: color-burn, plus-lighter;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.payment_wrap .inner .input_bx {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
.payment_wrap .inner .payment_info {
  width: 100%;
  padding: 2.2rem 2rem;
  border-radius: 16px;
  border: 1px solid #987b1f;
  margin-bottom: 3.2rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment_wrap .inner .payment_info .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment_wrap .inner .payment_info .title {
  font-size: 2rem;
  font-weight: var(--txt-bold);
  line-height: 2.2rem;
  min-height: 4.4rem;
  text-align: left;
  background: url(../images/icon_square_star.svg) no-repeat right top;
  background-size: 4.4rem 4.4rem;
}
.payment_wrap .inner .payment_info .price s {
  opacity: 0.5;
  font-size: 2rem;
  color: #726e6e;
  line-height: 2rem;
  margin-bottom: 0.2rem;
  display: block;
}
.payment_wrap .inner .payment_info .price b {
  font-size: 2.4rem;
  font-weight: var(--txt-semibold);
  line-height: 2.4rem;
}
.payment_wrap .inner .agree_wrap {
  margin-bottom: 2rem;
}
.payment_wrap .inner .agree_wrap .hd {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
}
.payment_wrap .inner .agree_wrap .hd .btn_toggle {
  width: 2rem;
  height: 2rem;
  background: url(../images/dropdown.svg) no-repeat center;
  background-size: 1.6rem;
  transition: all 0.3s;
}
.payment_wrap .inner .agree_wrap .hd .btn_toggle.on {
  transform: rotate(180deg);
}
.payment_wrap .inner .agree_wrap .bd {
  display: none;
}
.payment_wrap .inner .agree_wrap .check_wrap {
  padding-left: 3.2rem;
  position: relative;
}
.payment_wrap .inner .agree_wrap .check_wrap input[type=checkbox] {
  display: none;
}
.payment_wrap .inner .agree_wrap .check_wrap label {
  font-size: 1.6rem;
  line-height: 2.24rem;
  font-weight: var(--txt-semibold);
}
.payment_wrap .inner .agree_wrap .check_wrap label::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #987b1f;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.payment_wrap .inner .agree_wrap .check_wrap input[type=checkbox]:checked + label::before {
  background: url(../images/check_on.svg) no-repeat center;
  background-size: 3rem;
}
.payment_wrap .inner .agree_wrap .agree_box {
  margin: 1rem 0;
  border-radius: 16px;
  background: rgba(221, 221, 221, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 1.6rem 1rem 1.6rem 2rem;
}
.payment_wrap .inner .agree_wrap .agree_box .box {
  padding-right: 1rem;
  height: 100%;
  font-size: 1.4rem;
  font-weight: var(--txt-regular);
  line-height: 1.96rem;
  letter-spacing: -0.042rem;
}
.payment_wrap .inner .agree_wrap .agree_box .box h3 {
  margin-top: 1rem;
}
.payment_wrap .inner .agree_wrap .agree_box .box h3:first-child {
  margin-top: 0;
}
.payment_wrap .inner .agree_wrap .agree_box .box::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
}
.payment_wrap .inner .agree_wrap .agree_box .box::-webkit-scrollbar {
  width: 3px;
}
.payment_wrap .inner .agree_wrap .desc {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: -0.045rem;
  opacity: 0.5;
  margin-bottom: 4rem;
}
.payment_wrap .inner .pay_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.payment_wrap .inner .pay_list .item {
  flex: 1;
}

.bottom_sheet {
  width: 100%;
  max-height: 100vh;
  max-width: 76.8rem;
  position: fixed;
  bottom: -100rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 11;
  border-radius: 3rem 3rem 0 0;
  transition: all 0.3s;
}
.bottom_sheet.on {
  bottom: 0;
}
.bottom_sheet .inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 2rem 3rem;
}

.dim {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

/* bar chart*/
.barChart_bx {
  width: 100%;
  height: 300px;
  max-width: 600px;
  margin: 70px auto 50px;
  padding: 20px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 20px;
  box-shadow: 0px 0px 6px 2px rgba(212, 175, 55, 0.3);
}
.barChart_bx .barChart {
  width: 100%;
  height: 100%;
}

.main_container .main_menu_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.main_container .main_menu_wr ul {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 100px;
  width: auto;
}
.main_container .main_menu_wr ul li {
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 100px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
.main_container .main_menu_wr ul li.on {
  background: #fff;
  font-weight: 600;
  box-shadow: 0px 0px 3px 2px rgba(152, 123, 31, 0.2);
  transform: scale(1.05);
}
.main_container .main_menu_wr ul li:nth-child(1) {
  color: #f72f57;
}
.main_container .main_menu_wr ul li:nth-child(1).on {
  box-shadow: 0px 0px 3px 2px rgba(247, 47, 87, 0.2);
}
.main_container .main_menu_wr ul li:nth-child(2) {
  color: #8d75d1;
}
.main_container .main_menu_wr ul li:nth-child(2).on {
  box-shadow: 0px 0px 3px 2px rgba(141, 117, 209, 0.2);
}
.main_container .main_menu_wr ul li:nth-child(3) {
  color: rgb(75, 132, 240);
}
.main_container .main_menu_wr ul li:nth-child(3).on {
  box-shadow: 0px 0px 3px 2px rgba(75, 132, 240, 0.2);
}
.main_container .main_menu_wr ul li:nth-child(4) {
  color: rgb(91, 161, 196);
}
.main_container .main_menu_wr ul li:nth-child(4).on {
  box-shadow: 0px 0px 3px 2px rgba(91, 161, 196, 0.2);
}
@media (max-width: 500px) {
  .main_container .main_menu_wr ul li {
    padding: 0 10px;
    min-width: initial;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .main_container .main_menu_wr ul li {
    font-size: 12px;
  }
}
.main_container .main_contents_wr .main_cont {
  padding: 0 0 20px !important;
  display: none;
}

.ai_tarot_main {
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 50px;
}
.ai_tarot_main .ai_tarot_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #5ba1c4;
}
.ai_tarot_main .main_img {
  width: 150px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.ai_tarot_main .main_img::before, .ai_tarot_main .main_img::after {
  content: "";
  width: 100px;
  height: 20px;
  display: block;
  background: url(../images/divider_top.png) no-repeat center/contain;
}
.ai_tarot_main .main_img::after {
  transform: rotate(180deg);
}
.ai_tarot_main .main_img img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.ai_tarot_main .question_wr h3 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ai_tarot_main .question_wr h3::before {
  content: "";
  width: 3px;
  height: 10px;
  background: #5ba1c4;
  display: block;
  border-radius: 5px;
}
.ai_tarot_main .question_wr input[type=text] {
  width: 100%;
}
.ai_tarot_main .btn_wr {
  padding: 30px 0 50px;
  text-align: center;
}
.ai_tarot_main .btn_wr .btn {
  background: #5ba1c4;
  color: #fff;
  font-size: 16px;
  width: 200px;
  border-radius: 6px;
}
.ai_tarot_main .dropdown::after {
  background: url(../images/dropdown_blue.svg) no-repeat center;
  background-size: 20px auto;
}
.ai_tarot_main .ai_result_wr {
  margin-top: 50px;
}
@media (max-width: 350px) {
  .ai_tarot_main {
    padding: 20px 10px;
  }
}

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tags li {
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 100px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  gap: 4px;
}
.tags li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_heart.svg) no-repeat center/contain;
  transition: all 0.3s;
}
.tags li:hover::before {
  transform: translateY(-6px);
}
.tags li.love {
  background: rgba(247, 169, 182, 0.3);
  border-color: rgb(247, 169, 182);
}
.tags li.love::before {
  background: url(../images/icon_heart_3.svg) no-repeat center/contain;
}
.tags li.love.on {
  border-color: rgb(247, 169, 182);
  background: #fff;
  color: rgb(247, 82, 110);
  font-weight: 500;
}
.tags li.love.on::before {
  transform: translateY(-6px);
}
.tags li.money {
  background: rgba(164, 172, 248, 0.3);
  border-color: rgb(164, 172, 248);
}
.tags li.money::before {
  background: url(../images/icon_money.svg) no-repeat center/contain;
}
.tags li.money.on {
  border-color: rgb(164, 172, 248);
  background: #fff;
  color: rgb(77, 91, 218);
  font-weight: 500;
}
.tags li.money.on::before {
  transform: translateY(-6px);
}
.tags li.job {
  background: rgba(173, 216, 230, 0.3);
  border-color: rgb(173, 216, 230);
}
.tags li.job::before {
  background: url(../images/icon_job.svg) no-repeat center/contain;
}
.tags li.job.on {
  border-color: rgb(173, 216, 230);
  background: #fff;
  color: rgb(75, 196, 236);
  font-weight: 500;
}
.tags li.job.on::before {
  transform: translateY(-6px);
}
.tags li.etc {
  background: rgba(173, 179, 230, 0.3);
  border-color: rgb(173, 179, 230);
}
.tags li.etc::before {
  background: url(../images/icon_etc.svg) no-repeat center/contain;
}
.tags li.etc.on {
  border-color: rgb(173, 179, 230);
  background: #fff;
  color: rgb(75, 86, 236);
  font-weight: 500;
}
.tags li.etc.on::before {
  transform: translateY(-6px);
}