/* common */
/*:root {*/
/*	-webkit-tap-highlight-color:transparent; !* �꾩씠�� �대�吏� ���� 留됯린 *!*/
/*	color-scheme:light only; */
/*	--theme-bg:#FCF9F6;*/
/*	--point-color:#FFDB86;*/
/*	--txt-color:#1F2024;*/
/*}*/
.theme-bg {
  background-color: var(--theme-bg);
}

.point-color {
  color: var(--point-color);
}

.txt-color {
  color: var(--txt-color);
}

html, body {
  -ms-content-zooming: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

html {
  height: 100%;
  touch-action: manipulation;
  text-size-adjust: none;
  overflow-x: hidden;
  -webkit-touch-callout: none;
}

body {
  background-color: #fff;
}

body.scroll-lock {
  position: fixed;
  width: 100%;
  height: 100%;
}

.section,
.img-box {
  position: relative;
  display: block;
  margin: 0 auto;
}

.blind {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  font-size: 0 !important;
  border: none !important;
  line-height: 0;
  overflow: hidden;
}

/*.btn-prev img{*/
/*  width: 100% !important;*/
/*  height: 100% !important;*/
/*}*/

.drag-none {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 110%;
}

.ellipsis02 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.underline {
  display: inline-block;
  padding-bottom: .5rem;
  box-shadow: inset 0 -1rem 0 var(--point-color);
}

.br-pc {
  display: none;
}

.br-mo {
  display: block;
}

.w-regular {
  font-weight: 400;
}

.pt30 {
  padding: 3rem 0 0;
}

.pb30 {
  padding: 0 0 3rem;
}

.pb60 {
  padding: 0 0 6rem;
}

.btn-common {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  background-color: var(--point-color);
  color: var(--txt-color);
  font-size: 1.5rem;
  font-weight: 700;
}

/* fixed-box */
.fixed-box {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fixed-box .btn-common:disabled {
  background-color: #E4E9F4;
  color: #BCC3D3;
}

/* header */
.header {
  z-index: 80;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-bottom: 1px solid var(--theme-bg);
  background-color: #fff;
}

.header .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 768px;
  height: 5.6rem;
  margin: 0 auto;
}

.header .btn-prev, .header .btn-index {
  z-index: 5;
  position: absolute;
  left: 1.6rem;
  width: 4rem;
  height: 4rem;
}

.header .btn-prev img, .header .btn-index img {
  width: 2.4rem;
}

.header h1 {
  font-size: 1.6rem;
}

.header + .container {
  padding-top: 5.6rem;
}

.container {
  position: relative;
}

.section.line {
  margin-top: 1rem;
}

.section .inner {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}

/* container */
.title-box {
  padding: 0 0 2rem;
}

.title-box .pre-title {
  padding-bottom: .8rem;
  color: #818c9a;
  font-size: 1.4rem;
  font-weight: 500;
}

.title-box .title {
  padding-bottom: 0;
}

.title-box .sub-title {
  padding-top: 4.8rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.title {
  padding-bottom: 2.4rem;
  font-size: 1.8rem;
}

.sub-box {
  position: relative;
  padding: 3rem 2rem;
}

.sub-box.total {
  padding-top: 10rem;
}

.sub-box .sub-title {
  padding-bottom: 1rem;
  font-size: 1.6rem;
}

.sub-txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}

.desc {
  font-size: 1.5rem;
  line-height: 2.8rem;
}

.desc + .desc {
  padding-top: 1.8rem;
}

.sub-box.foretell {
  font-weight: 700;
  text-align: center;
}

.sub-box.foretell .foretell-txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.sub-box.foretell + .sub-box {
  text-align: center;
}

.sub-box .sub-box {
  padding: 4rem 0 0;
}

.sub-box .sub-box .title {
  padding-bottom: 1rem;
  font-size: 1.6rem;
}

.sub-box .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
}

.sub-box .tag-list li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.7rem;
  margin-top: .8rem;
  margin-right: .8rem;
  padding: 1.2rem 1.5rem;
  border-radius: 2.1rem;
  border: 1px solid #e4e9f4;
  background-color: #f4f7fe;
  font-size: 1.3rem;
}

.sub-box .tag-list li:last-child {
  margin-right: 0;
}

.sub-box .list-type li .name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.sub-box .list-type li .job {
  color: #818c9a;
  font-size: 1.2rem;
}

.sub-box .list-type01 {
  padding: 0 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid #eaeef7;
}

.sub-box .list-type01 li {
  display: flex;
  padding: 2.1rem 0;
}

.sub-box .list-type01 li + li {
  border-top: 1px solid #eaeef7;
}

.sub-box .list-type01 li .birth {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.2rem;
  margin-top: .1rem;
  margin-right: 1.2rem;
  padding: .2rem 1rem;
  border-radius: 1.1rem;
  border: 1px solid #e4e9f4;
  background-color: #f4f7fe;
  font-size: 1.4rem;
  font-weight: 500;
}

.sub-box .list-type01 li .job {
  padding-top: .6rem;
}

.sub-box .list-type02 li {
  display: flex;
  align-items: center;
  height: 6.4rem;
  padding: 0 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid #eaeef7;
}

.sub-box .list-type02 li .name {
  margin-right: 1.2rem;
}

.sub-box .list-type02 li + li {
  margin-top: 1rem;
}

.more-box {
  padding: 0 0 3.6rem;
  text-align: center;
}

.more-box .btn-counselor-more {
  display: inline-flex;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #818C9A;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 2rem;
  border: 1px solid #EAEEF7;
  background-color: #FFF;
  box-shadow: 0 .4rem .5rem 0 rgba(0, 0, 0, 0.04);
}

/* sec-ad */
/* .sec-ad {height:9.6rem; background-color:#fff;} */
.type-bg .sec-ad,
.type-bg .fixed-box {
  /*background-color: transparent;*/
}

.sec-ad .inner {
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.sec-ad .inner > a {
  display: block;
}

.sec-ad .inner img {
  width: 100%;
  max-width: 320px;
  object-fit: cover;
}

.sec-ad.ad-main .inner img {
  max-width: 100%;
}

.sec-ad.round .inner img {
  max-width: 100%;
}

/*2023-08-25 jiwoo 踰좊꼫 �뚮줈�� �묒뾽*/
.sec-ad.floating-box {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

/* sec-result */
.sec-result {
  background-color: #fff;
}

.sec-result + .sec-result {
  margin-top: .1rem;
}

.sec-result .title-box {
  padding: 6rem 0 4.5rem;
  text-align: center;
}

.sec-result .title-box .name {
  display: block;
  padding-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-result .title-box .page-title {
  font-size: 2.4rem;
}

.sec-result .title-box .score {
  display: block;
  margin-top: 2rem;
  font-size: 7rem;
  font-weight: 700;
  line-height: 8.6rem;
}

.sec-result .title-box + .sub-box {
  padding-top: 1.2rem;
}

.sec-result .sub-txt {
  width: 27.6rem;
  padding: 0 1.2rem;
  margin: 0 auto;
  word-break: keep-all;
}

/* �� �댁꽭, 蹂꾩옄由� �댁꽭 */
.sec-result .detail-info {
  text-align: center;
}

.sec-result .detail-info .img-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border: 1px solid #EAEEF7;
  border-radius: 50%;
  background-color: #fff;
}

.sec-result .detail-info img {
  width: 4.8rem;
}

.sec-result .detail-info .name {
  padding-top: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.sec-result .detail-info .sub-txt {
  padding-top: 3rem;
}

/* �됱슫�� 踰덊샇 */
.sec-result .number-box {
  padding: 0 2rem 3rem;
}

.sec-result .number-box .number-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
  padding: 2.4rem 0;
  background-color: #F4F7FE;
}

.sec-result .number-box .number-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.sec-result .number-box .notify-txt {
  padding: 1.6rem 0 2rem;
  color: #818c9a;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}

/* sec-counselor */
.sec-counselor {
  margin-top: 1rem;
  background-color: #fff;
}

.sec-counselor .inner {
  padding: 4rem 2rem;
}

.sec-counselor .swiper {
  margin: 0 -2rem;
  padding: 1.6rem 2rem 0;
}

.sec-counselor .swiper-slide {
  width: 9.6rem;
  padding: 0 .3rem;
}

.sec-counselor .swiper-slide + .swiper-slide {
  margin-left: 1.6rem;
}

.sec-counselor .thumb {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  margin-bottom: 1.2rem;
  overflow: hidden;
}

.sec-counselor .thumb img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
}

.sec-counselor .thumb .status {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
}

.sec-counselor .thumb .status::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.sec-counselor .swiper-slide.type-on .thumb .status::before {
  background-color: #4dd934;
}

.sec-counselor .swiper-slide.type-ing .thumb .status::before {
  background-color: #ffdf2c;
}

.sec-counselor .swiper-slide.type-off .thumb .status::before {
  background-color: #bcbcbc;
}

.sec-counselor .info {
  padding-bottom: 1.2rem;
  text-align: center;
}

.sec-counselor .info > p {
  padding-bottom: .4rem;
  color: #818c9a;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.sec-counselor .info > strong {
  display: block;
  font-size: 1.4rem;
}

.sec-counselor .btn-counselor {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 9.6rem;
  height: 3.6rem;
  margin-left: -.3rem;
  border-radius: 1.8rem;
  background-color: var(--point-color);
  color: var(--txt-color);
  font-size: 1.2rem;
  font-weight: 700;
}

.sec-counselor .swiper-slide.type-ing .btn-counselor,
.sec-counselor .swiper-slide.type-off .btn-counselor {
  pointer-events: none;
  background-color: #e4e9f4;
  color: #bcc3d3;
}

/* sec-items */
.sec-items {
  background-color: #fff;
}

.sec-items {
  padding: 3rem 0 0;
}

.sec-items .sub-box.lucky-items {
  padding-right: 1.2rem;
}

/* sec-luck */
.sec-luck .inner {
  padding: 4rem 2rem;
}

.sec-luck .title-box {
  padding: 0 0 3.2rem;
}

.sec-luck .title-box .title {
  padding-bottom: 0;
  font-size: 1.6rem;
}

.sec-luck .luck-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.sec-luck .luck-list > li {
  width: calc(50% - .8rem);
  height: 7.4rem;
  border-radius: 1.2rem;
  background-color: #fff;
}

.sec-luck .luck-list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 700;
}

.sec-luck .luck-list > li > a > span {
  display: inline-flex;
  align-items: center;
  padding-left: .8rem;
}

/* sec-charm */
.sec-charm {
  background-color: #fff;
}

.sec-charm .inner {
  padding: 5rem 2rem 6rem;
}

.sec-charm .charm-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #eaeef7;
}

.sec-charm .charm-list .thumb {
  flex-shrink: 0;
  width: 6.6rem;
  height: 9.6rem;
}

.sec-charm .charm-list .thumb img {
  width: 100%;
}

.sec-charm .charm-list .txt-box {
  display: flex;
  flex-direction: column;
  padding: 0 5.6rem 0 2rem;
}

.sec-charm .charm-list .charm-title {
  padding-bottom: .8rem;
  font-size: 1.4rem;
}

.sec-charm .charm-list .charm-type {
  padding-bottom: .8rem;
  color: #818c9a;
  font-size: 1.2rem;
  font-weight: 500;
}

.sec-charm .charm-list .charm-desc {
  color: #818c9a;
  font-size: 1.2rem;
  line-height: 1.8rem;
  word-break: keep-all;
}

.sec-charm .charm-list .btn-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4.4rem;
}

/* sec-about */
.sec-about {
  background-color: #fff;
}

.sec-about .inner {
  padding: 0 0 1.4rem;
}
.ico-title{
  text-align: center;
}

.sec-about h2.ico-title {
  position: relative;
  padding: 4.4rem 2.4rem 3.4rem 6rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.sec-about h2.ico-title::before {
  content: '';
  position: absolute;
  top: 4rem;
  left: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-size: 100%;
}

.sec-about h2.ico-title.ico-heart::before {
  background-image: url('./img/partner/ico_heart.png');
}

.sec-about h2.ico-title.ico-heart02::before {
  background-image: url('./img/partner/ico_heart02.png');
}

/* sec-search */
.sec-search .inner {
  padding: 2rem;
}

.sec-search .input-box {
  height: 4.8rem;
  padding: 0 6rem 0 2rem;
  border-radius: .8rem;
  background-color: #fff;
}

.sec-search .input-search {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  border: none;
  font-size: 1.4rem;
}

.sec-search .input-search::placeholder {
  color: #BCC3D3;
}

.sec-search .btn-search {
  position: absolute;
  top: 2.4rem;
  right: 3.2rem;
  width: 4rem;
  height: 4rem;
}

.sec-search .btn-search img {
  width: 2.4rem;
}

/* sec-keyword */
.sec-keyword {
  background-color: #fff;
}

.sec-keyword .inner {
  padding: 2rem 2rem 12.8rem;
}

.sec-keyword .swiper.keyword {
  margin: 0 -2rem;
  padding: 0 2rem 2rem;
}

.sec-keyword .swiper-slide {
  width: auto;
  border: 1px solid #EAEEF7;
  border-radius: 2rem;
  background-color: #fff;
}

.sec-keyword .swiper-slide.on {
  border-color: var(--point-color);
  background-color: var(--point-color);
  color: var(--txt-color);
}

.sec-keyword .swiper-slide > a {
  display: inline-block;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-keyword .swiper-slide + .swiper-slide {
  margin-left: .8rem;
}

.sec-keyword .depth02-list,
.sec-keyword .depth03-list {
  display: none;
}

.sec-keyword .depth01 .btn-dropdown.on + .depth02-list,
.sec-keyword .depth02 .btn-dropdown.on + .depth03-list {
  display: block;
}

.sec-keyword .btn-dropdown {
  position: relative;
  display: block;
  padding: 2rem 1rem;
  border-bottom: 1px solid #EAEEF7;
  font-size: 1.5rem;
  font-weight: 500;
}

.sec-keyword .btn-dropdown::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url('../images/ico_arrow_off.svg') no-repeat 0 0 / 100%;
}

.sec-keyword .btn-dropdown.on::after {
  background-image: url('../images/ico_arrow_on.svg');
}

.sec-keyword .depth01 > .btn-dropdown.on {
  border-color: #1F2024;
}

.sec-keyword .depth03-list {
  padding-left: 2rem;
}

.sec-keyword .depth03-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.4rem;
}

.sec-keyword .depth03-list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background-color: #1F2024;
}

.sec-keyword .depth03-list li + li {
  border-top: 1px solid #EAEEF7;
}

.sec-keyword .depth03-list li > a {
  display: block;
  padding: 2rem 0;
}

/* sec-title */
.sec-title .inner {
  padding: 4.5rem 4rem 2.8rem;
}

.sec-title h2 {
  color: #818C9A;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
}

/* sec-form */
.sec-form {
  background-color: #fff;
}

.sec-form .inner {
  padding: 4rem 4rem 0;
}

.sec-form .input-row,
.sec-form .input-col,
.sec-form .row-box {
  position: relative;
}

.sec-form .input-row + .input-row {
  margin-top: 4.8rem;
}

.sec-form .input-row > label {
  display: block;
  padding-bottom: 1rem;
  color: #818C9A;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-form .input-row input,
.sec-form .input-row select,
.sec-form .input-row textarea {
  width: 114%;
  height: 4rem;
  margin-left: -7%;
  border: none;
  border-bottom: 1px solid #BCC3D3;
  font-size: 1.6rem;
  transform: scale(.875);
  line-height: 4rem;
  letter-spacing: -.7px;
}

.sec-form .input-row input:focus,
.sec-form .input-row select:focus,
.sec-form .input-row textarea:focus,
.sec-form .input-row input.active,
.sec-form .input-row select.active,
.sec-form .input-row textarea.active,
.sec-form .input-row select#formEmailType {
  border-color: #1F2024 !important;
}

.sec-form .input-row input.error,
.sec-form .input-row select.error,
.sec-form .input-row textarea.error {
  border-color: #F72B3A !important;
  color: #F72B3A;
}

.sec-form .input-row select {
  background: url('../images/ico_arrow.svg') no-repeat center right / 1.6rem;
  cursor: pointer;
}

.sec-form .input-row textarea {
  overflow: hidden;
}

.sec-form .input-row input::placeholder,
.sec-form .input-row textarea::placeholder {
  color: #BCC3D3;
}

.sec-form select option[disabled] {
  display: none;
}

.sec-form select,
.sec-form select:invalid {
  color: #BCC3D3;
}

.sec-form select.active {
  color: #1F2024;
}

.sec-form select option[selected][disabled] {
  color: #BCC3D3;
}

.sec-form select option[selected] {
  color: #1F2024;
}

.sec-form .row-box {
  margin-top: 1.2rem;
}

.sec-form .row-box:nth-of-type(1) {
  margin-top: 0;
}

.sec-form .col-box {
  display: flex;
  justify-content: space-between;
}

.sec-form .col-box.check-box {
  margin-top: 1rem;
}

.sec-form .col-box.check-box .input-col {
  width: calc(50% - 1rem);
}

.sec-form .input-col {
  width: calc(50% - 0.6rem);
}

.sec-form .input-col input[type="radio"] {
  height: 100%;
  border: none;
  cursor: pointer;
}

.sec-form .input-col input[type="radio"] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  border-radius: 4rem;
  background-color: #F8F8F8;
  color: #BCC3D3;
  font-size: 1.4rem;
}

.sec-form .input-col input[type="radio"]:checked + label {
  background-color: #1F2024;
  color: #fff;
}

.sec-form .col-box.file-box {
  justify-content: flex-start;
  gap: 1rem;
}

.sec-form .col-box.file-box .input-col {
  width: 6rem;
}

.sec-form .col-box.file-box .upload-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #EAEEF7;
  border-radius: 1.6rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.sec-form .col-box.file-box .btn-file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border: 1px solid #EAEEF7;
  border-radius: 1.6rem;
}

.sec-form .col-box.file-box .btn-file img {
  width: 3.2rem;
}

.sec-form .valid-msg {
  display: none;
  margin-top: 1.2rem;
  color: #F72B3A;
  font-size: 1.2rem;
}

.sec-form .valid-msg.error {
  display: block
}

.sec-form .notify-txt {
  padding-top: 1.2rem;
  color: #BCC3D3;
  font-size: 1.2rem;
  line-height: 2rem;
}

/* sec-notice */
.sec-notice {
  color: #BCC3D3;
}

.sec-notice.type-cs .inner {
  padding: 4rem 2rem 14.4rem;
}

.sec-notice.type-cs h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

.sec-notice.type-cs .notice-list {
  list-style: decimal;
  padding-top: 1.2rem;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.sec-notice.type-info .inner {
  padding: 4rem 2rem 8.8rem;
}

.sec-notice.type-info .notify-txt {
  font-size: 1.2rem;
  line-height: 1.9;
  text-align: center;
}

.sec-notice.type-info .notify-txt.txt-mo {
  display: block;
}

.sec-notice.type-info .notify-txt.txt-pc {
  display: none;
}

.sec-notice.type-info .notify-txt > a {
  text-decoration: underline;
}

/* �ъ＜遺꾩꽍 愿묎퀬 */
.ad-container.ad01,
.ad-container.ad02.none-ad {
  padding: 0 0 16rem;
}

.ad-container.ad02 {
  padding: 0 0 17.6rem;
}

.ad-container h2 {
  padding: 2.4rem 0;
  font-size: 1.6rem;
  text-align: center;
}

/*.ad-container h2 {padding:8.4rem 0 2.4rem 0; font-size:1.6rem; text-align:center;}*/
.ad-container .sec-ad.round {
  max-width: 360px;
  width: 100%;
  height: 250px;
}

.ad-container .sec-ad.round .inner {
  border-radius: 3.2rem;
}

.ad-container .sec-ad.round + .sec-ad.round {
  margin: 2.4rem auto 0;
}

/*.ad-container.ad02 .sec-ad.round.type-banner .ad-banner {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*}*/

.ad-container.ad02 .sec-ad.round.type-logo .inner {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.ad-container.ad02 .sec-ad.round.type-logo .ad-logo {
  width: 9.8rem;
  margin: 0 auto;
}

.ad-container.ad02 .sec-ad.round.type-logo .ad-logo > img {
  width: 100%;
}

.ad-container.ad02 .sec-ad.round.type-logo .ad-box {
  width: 16.5rem;
  height: 16.5rem;
  margin: 2rem auto 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* �쒕뵫�섏씠吏� �낅젰�� */
.ad-container.ad02.landing {
  padding-bottom: 6rem;
}

.ad-container.ad02.landing .sec-title .inner {
  padding: 5.6rem 2rem 0;
}

.ad-container.ad02.landing .sec-title h2 {
  padding: 3.2rem 0 0;
  color: #1F2024;
  font-size: 1.8rem;
  text-align: left;
}

.ad-container.ad02.landing .sec-form .inner {
  padding: 3.2rem 2rem 4.8rem;
}

.ad-container.ad02.landing .sec-form .input-row + .input-row {
  margin-top: 3.6rem;
}

.ad-container.ad02.landing .sec-ad .inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.ad-container.ad02.landing .sec-ad .ad-box {
  position: relative;
  max-width: 320px;
  width: 100%;
  height: 230px;
  margin: 0 auto;
}

.ad-container.ad02.landing .sec-ad .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
}

.ad-container.ad02.landing .fixed-box .btn-common {
  font-weight: 400;
}

.ad-container.ad02.landing .fixed-box .btn-common > strong {
  padding-left: .4rem;
}

/* �쒕뵫�섏씠吏� */
.ad-container.ad03.landing .sec-ad {
  max-width: 360px;
  width: 100%;
}

.ad-container.ad03.landing .sec-ad.type-logo .ad-logo {
  width: 98px;
  margin: 10px;
}

.ad-container.ad03.landing .sec-ad.type-logo .ad-logo > img {
  width: 100%;
}

.ad-container.ad03.landing .sec-ad.type-logo .ad-box {
  position: relative;
  max-width: 360px;
  width: 100%;
}

.ad-container.ad03.landing .sec-ad.type-logo .ad-box img {
  max-width: 360px;
  width: 100%;
  object-fit: contain;
}

.ad-container.ad03.landing .sec-ad .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
}

.ad-container.ad03.landing .sec-branch .inner {
  padding: 3.2rem 2rem;
}

.ad-container.ad03.landing .sec-branch .title-box {
  padding: 0 0 4rem;
  text-align: left;
}

.ad-container.ad03.landing .sec-branch .title-box .main-txt {
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.ad-container.ad03.landing .sec-branch .title-box .notify-txt {
  padding-top: 1rem;
  color: #818C9A;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ad-container.ad03.landing .sec-branch .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 5%;
}

.ad-container.ad03.landing .sec-branch .category-list .item {
  width: 21.25%;
  text-align: center;
}

.ad-container.ad03.landing .sec-branch .category-list .item .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.8rem;
  height: 6.8rem;
  margin-bottom: .8rem;
  border-radius: 50%;
  /*background-color: #fff;*/
}

.ad-container.ad03.landing .sec-branch .category-list .item .img-box img {
  width: 4.8rem;
}

.ad-container.ad03.landing .sec-branch .category-list .item .img-box + .txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.ad-container .sec-msg {
  max-width: 32rem;
  padding: 2rem 0 0;
}

.ad-container .sec-msg .msg-box {
  display: flex;
}

.ad-container .sec-msg .msg-box .img-box {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.ad-container .sec-msg .msg-box .img-box img {
  width: 100%;
  height: 100%;
}

.ad-container .sec-msg .msg-box .list {
  display: flex;
  flex-direction: column;
  width: 27rem;
}

.ad-container .sec-msg .msg-box .list li {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.95rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 1.6rem;
}

.ad-container .sec-msg .msg-box .list li.show-before::before {
  content: '';
  position: absolute;
  top: -.2rem;
  left: -.4rem;
  width: 1.2rem;
  height: 1.25rem;
  background: url('../images/ico_msg.svg') no-repeat 0 0 / 100%;
}

.ad-container .sec-msg .msg-box .list li + li {
  margin-top: 1.2rem;
}

.ad-container .sec-msg .msg-box .list .item01 {
  display: none;
  margin-top: 1rem;
}

.ad-container .sec-msg .msg-box .list .item02 {
  display: none;
  padding: 1.2rem 1.6rem;
}

.ad-container .sec-msg .msg-box .list .item03 {
  display: none;
}

.ad-container .sec-msg .msg-box .list .item04 {
  padding: 1.9rem 1.5rem;
}

.ad-container .sec-msg .msg-box .list li .tip-img {
  display: inline-block;
  width: 2.8rem;
  height: 1.7rem;
  margin-right: 0.2rem;
}

.ad-container .sec-msg .msg-box .list li .tip-img img {
  width: 100%;
  height: 100%;
}

.ad-container .sec-msg .msg-box #message-loading {
  display: flex;
  width: 3rem;
  height: 0.6rem;
}

.ad-container .sec-gauge {
  text-align: center;
}

.ad-container .sec-gauge .gauge {
  width: 100%;
  height: 6rem;
  position: relative;
  background-color: #E4E9F4;
  overflow: hidden;
}

.ad-container .sec-gauge .gauge > p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 9;
  color: var(--txt-color);
  font-size: 1.5rem;
  font-weight: 700;
}

.ad-container .sec-gauge .gauge .progress {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: var(--point-color);
  transition: width 0.3s ease;
}

.ad-container .sec-gauge .btn-result {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.5rem;
  line-height: 6rem;
  background-color: var(--point-color);
  color: var(--txt-color);
}

.ad-container .sec-gauge .btn-result > strong {
  padding-left: .4rem;
}

.ad-container .sec-gauge #skip-btn {
  display: none;
  position: absolute;
  background-color: red;
  color: #fff;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3rem;
  font-size: 1.5rem;
}

/* sec-blood */
.sec-blood .inner {
  display: flex;
  gap: 1.6rem;
  padding: 3.6rem 2rem 0;
}

.sec-blood h2 {
  padding-bottom: 2rem;
  color: #818C9A;
  font-size: 1.5rem;
}

.sec-blood .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8rem;
  height: 8.8rem;
  margin: 0 auto 4rem;
  border-radius: 50%;
  background-color: #fff;
}

.sec-blood .thumb img {
  width: 4.8rem;
}

.sec-blood .check-box {
  padding: 2.4rem 1.6rem;
  border-radius: 1.2rem;
  background-color: #F8F8F8;
  text-align: center;
}

.sec-blood .blood-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.sec-blood .blood-list > li label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}

.sec-blood .blood-list > li input[type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url('../images/ico_checked.svg') no-repeat 0 0 / 100%;
}

.sec-blood .male .blood-list > li label {
  color: #5CACF0;
}

.sec-blood .male .blood-list > li input[type="radio"]:checked + label {
  border-color: #5CACF0;
}

.sec-blood .female .blood-list > li label {
  color: #FC6666;
}

.sec-blood .female .blood-list > li input[type="radio"]:checked + label {
  border-color: #FC6666;
}

/* sec-constellation */
.sec-constellation .inner {
  display: flex;
  gap: 1.6rem;
  padding: 3.6rem 2rem 0;
}

.sec-constellation .check-box {
  width: calc(50% - 0.8rem);
  padding: 2.4rem 0;
  border-radius: 1.2rem;
  background-color: #F8F8F8;
  text-align: center;
}

.sec-constellation h2 {
  padding-bottom: 2rem;
  color: #818C9A;
  font-size: 1.5rem;
}

.sec-constellation .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8rem;
  height: 8.8rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background-color: #fff;
}

.sec-constellation .thumb img {
  width: 4.8rem;
}

.sec-constellation .txt-box .txt01 {
  padding-bottom: .8rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.sec-constellation .txt-box .txt02 {
  padding-bottom: 2rem;
  color: #818C9A;
  font-size: 1.2rem;
}

.sec-constellation .btn-select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  border-radius: 2rem;
  background-color: #1F2024;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-constellation .select-box {
  position: relative;
  width: 10rem;
  margin: 0 auto;
}

.sec-constellation select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .6rem 0;
  border: none;
  /*color: transparent;*/
  font-size: 1.4rem;
}

.sec-constellation .btn-select.on + select {
  display: block;
}

.sec-constellation select option[disabled] {
  display: none;
}

.sec-constellation select option:not(first-child) {
  color: #1F2024;
}

/* sec-category */
.sec-category .inner {
  padding: 2.4rem 0;
}

.sec-category .swiper {
  padding-left: 2rem;
}

.sec-category .swiper-slide {
  width: 6.8rem;
  text-align: center;
}

.sec-category .swiper-slide + .swiper-slide {
  margin-left: 1.6rem;
}

.sec-category .swiper-slide:last-child {
  margin-right: 2rem;
}

.sec-category .swiper-slide .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.8rem;
  height: 6.8rem;
  margin-bottom: .8rem;
  border-radius: 50%;
  background-color: #fff;
}

.sec-category .swiper-slide .img-box img {
  width: 4.8rem;
}

.sec-category .swiper-slide .img-box + .txt {
  font-size: 1.2rem;
  font-weight: 500;
}

/* sec-counselor-info */
.sec-counselor-info {
  margin-top: 1px;
  background-color: #fff;
}

.sec-counselor-info .inner {
  padding: 2.8rem 2rem 3.2rem;
}

.sec-counselor-info .info-box {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
}

.sec-counselor-info .info-box .thumb {
  flex-shrink: 0;
  width: 9.6rem;
  height: 9.6rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}

.sec-counselor-info .info-box .thumb img {
  width: 9.6rem;
  height: 9.6rem;
  object-fit: cover;
}

.sec-counselor-info .info-box .info {
  width: 100%;
}

.sec-counselor-info .info-box h2 {
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
}

.sec-counselor-info .info-box h2 + p {
  padding-bottom: 1.2rem;
  color: #818c9a;
  font-size: 1.2rem;
  font-weight: 500;
}

.sec-counselor-info .info-box h2 + p > span + span {
  margin-left: .4rem;
}

.sec-counselor-info .info-list {
  display: inline-flex;
  align-items: center;
  gap: 4.8rem;
}

.sec-counselor-info .info-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.sec-counselor-info .info-list li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2.4rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1rem;
  background-color: #EAEEF7;
}

.sec-counselor-info .info-list.type01 li img {
  width: 2.1rem;
  margin-right: .6rem;
}

.sec-counselor-info .info-list.type01 .txt {
  font-size: 1.3rem;
}

.sec-counselor-info .info-list.type01 .txt .num {
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-counselor-info .info-list.type02 {
  display: flex;
  gap: 0;
}

.sec-counselor-info .info-list.type02 li {
  flex-direction: column;
  width: 33.3%;
}

.sec-counselor-info .info-list.type02 li + li::before {
  left: 0;
}

.sec-counselor-info .info-list.type02 .info-title {
  padding-bottom: 1.2rem;
  color: #818C9A;
  font-size: 1.2rem;
  font-weight: 500;
}

.sec-counselor-info .info-list.type02 .txt {
  font-size: 1.2rem;
  font-weight: 500;
}

.sec-counselor-info .info-list.type02 .txt .num {
  font-size: 1.5rem;
  font-weight: 700;
}

.sec-counselor-info .sound-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  height: 6rem;
  margin-top: 3rem;
  border-radius: 3rem;
  background-color: var(--point-color);
  color: var(--txt-color);
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-counselor-info .sound-box .btn-sound > img {
  width: 2.8rem;
}

.sec-counselor-info .sound-box .txt-time {
  padding: 0 1.5rem;
}

.sec-counselor-info .sound-box .btn-control {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #fff;
}

.sec-counselor-info .sound-box .btn-control[data-status="pause"] {
  display: none;
}

.sec-counselor-info .sound-box .btn-control > img {
  width: 1.6rem;
}

/* sec-main */
.main-container {
  padding-top: 0;
}

.sec-main .tab-list {
  display: flex;
  max-width: 768px;
  margin: 0 auto;
  padding: 2.4rem 2rem;
  background-color: #fff;
}

.sec-main .tab-list li {
  color: #BCC3D3;
  font-size: 1.6rem;
  font-weight: 500;
}

.sec-main .tab-list li.on {
  color: #1F2024;
  font-weight: 700;
}

.sec-main .tab-list li + li {
  margin-left: 2.6rem;
}

.sec-main .tab-list li.on > a {
  display: inline-block;
  padding-bottom: .5rem;
  box-shadow: inset 0 -1rem 0 var(--point-color);
}

.sec-main .tab-contents .content {
  display: none;
}

.sec-main .tab-contents .content.on {
  display: block;
}

.sec-main .tab-contents .content01 {
  padding: 1.2rem 2rem 10rem;
  max-width: 768px;
  margin: 0 auto;
}

.sec-main .tab-contents .content02 .inner {
  position: static;
  max-width: 768px;
  margin: 0 auto;
  padding: 3.2rem 2rem 0;
}

.btm-box {
  width: 100%;
}

.btm-box .link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background-color: #2F2F2F;
  color: #D0D0D0;
  font-size: 1.2rem;
  font-weight: 700;
}

.btm-box .link-list li + li {
  position: relative;
  margin-left: 3.2rem;
}

.btm-box .link-list li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1.6rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background-color: #EAEEF7;
}

/* �댁꽭 */
.sec-main .content01 .section {
  padding: 2rem 0;
}

.sec-main .main-title {
  padding-bottom: 2rem;
}

.sec-main .main-title h2 {
  font-size: 1.6rem;
}

.sec-main .main-title .sub-title {
  padding-top: .8rem;
  color: #818C9A;
  font-size: 1.2rem;
}

.sec-main .item-box .item a,
.sec-main .item-box .item label {
  display: block;
}

.sec-main .item-box .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: .8rem;
  background-color: var(--theme-bg);
}

.sec-main .item-box .thumb img {
  width: 4.8rem;
}

.sec-main .item-box.type01 {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.sec-main .item-box.type01 .thumb {
  flex-shrink: 0;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 1.6rem;
}

.sec-main .item-box.type01 strong {
  display: inline-block;
  padding-top: .8rem;
  font-size: 1.3rem;
}

.sec-main .item-box.type02 .item > a {
  display: flex;
  align-items: center;
}

.sec-main .item-box.type02 .item + .item {
  margin-top: 2rem;
}

.sec-main .item-box.type02 .thumb {
  margin-right: 1.6rem;
}

.sec-main .item-box.type02 .pre-title {
  padding-bottom: .8rem;
  color: #818C9A;
  font-size: 1.2rem;
}

.sec-main .item-box.type02 strong {
  font-size: 1.5rem;
  font-weight: 500;
}

/* .sec-main .content01 .sec-banner {margin:0 -2rem;} */
/*.sec-main .content01 .sec-banner .inner {display:flex; flex-direction:column; justify-content:center; height:8rem; padding:0 2.5rem; background-color:#FCF4F7; font-size:1.3rem; line-height:1.8rem; text-align:left;} 2023-08-23 jiwoo �섏젙*/
.sec-main .content01 .sec-banner .inner {
  display: block;
  text-align: center;
}

/* 怨좎젙媛� */
.sec-main .content01 .sec-banner .inner img {
  max-width: 320px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .sec-main .content01 .sec-banner .banner-img {position:absolute; bottom:0; right:3rem; width:9.6rem;} */

/* ui datepicker */
#ui-datepicker-div {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.sec-main .ui-datepicker-trigger {
  display: none;
}

#ui-datepicker-div input,
#ui-datepicker-div select,
#ui-datepicker-div textarea,
#ui-datepicker-div button {
  font-family: 'NotoSans', sans-serif;
}

#ui-datepicker-div {
  width: 284px;
  padding: 16px 14px 14px;
  border: none;
  border-radius: 10px;
  background-color: #F5F5F5;
}

#ui-datepicker-div .ui-widget-header {
  padding: 0;
  border: none;
  /*background-color: transparent;*/
}

#ui-datepicker-div .ui-datepicker-title {
  margin: 0 0 16px;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 14, 51, 0.05);
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-prev {
  left: 0;
}

#ui-datepicker-div .ui-datepicker-next {
  right: 0;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  margin: 0;
  background-image: url('./img/arrow.svg');
  background-position: center;
}

#ui-datepicker-div .ui-datepicker-next span {
  transform: rotate(180deg) translate(-50%, -50%);
  transform-origin: 0 0;
}

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus,
#ui-datepicker-div .ui-button:hover,
#ui-datepicker-div .ui-button:focus {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  font-weight: inherit;
}

#ui-datepicker-div .ui-datepicker-title select {
  width: 60px;
  height: 30px;
  margin: 0 2px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 14, 51, 0.05);
  cursor: pointer;
}

#ui-datepicker-div th {
  padding: 0 0 14px;
  font-size: 12px;
}

#ui-datepicker-div td {
  padding: 2px;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default,
#ui-datepicker-div .ui-button,
#ui-datepicker-div .ui-button.ui-state-disabled:hover,
#ui-datepicker-div .ui-button.ui-state-disabled:active {
  padding: 8px 0;
  border-color: transparent;
  border-radius: 6px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 14, 51, 0.05);
}

#ui-datepicker-div .ui-state-disabled .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-disabled .ui-state-default {
  background-color: transparent;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  color: #333;
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active,
#ui-datepicker-div a.ui-button:active,
#ui-datepicker-div .ui-button:active,
#ui-datepicker-div .ui-button.ui-state-active:hover {
  background-color: #0047fe;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker-current {
  display: none;
}

#ui-datepicker-div .ui-state-default.ui-datepicker-close,
#ui-datepicker-div .ui-widget-content .ui-state-default.ui-datepicker-close {
  padding: 8px 14px;
}

/* �곷떞 */
.sec-main .btn-benefit {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  padding: 1.2rem;
  border-radius: .8rem;
  border: 1px solid #EAEEF7;
  background-color: #fff;
  color: #1F2024;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.sec-main .btn-benefit .mo {
  display: block;
}

.sec-main .btn-benefit .pc {
  display: none;
}

.sec-main .swiper.keyword {
  padding: 0 2rem 3rem;
  margin: 0 -2rem;
}

.sec-main .swiper-slide {
  width: auto;
  border: 1px solid #EAEEF7;
  border-radius: 2rem;
  background-color: #fff;
}

.sec-main .swiper-slide.on {
  border-color: var(--point-color);
  background-color: var(--point-color);
  color: var(--txt-color);
}

.sec-main .swiper-slide > a {
  display: inline-block;
  padding: 1.2rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.sec-main .swiper-slide + .swiper-slide {
  margin-left: .8rem;
}

.sec-main .counselor-list {
  padding-bottom: 2.4rem;
}

.sec-main .counselor-box {
  padding: 2rem;
  border: 1px solid #E4E9F4;
  border-radius: 2.8rem;
  background-color: #fff;
}

.sec-main .counselor-box + .counselor-box {
  margin-top: 2rem;
}

.sec-main .counselor-box .info-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 1.6rem;
}

.sec-main .counselor-box .status {
  z-index: 2;
  position: absolute;
  top: 0.2rem;
  left: 6.7rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
}

.sec-main .counselor-box .status::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.sec-main .counselor-box.type-on .status::before {
  background-color: #4dd934;
}

.sec-main .counselor-box.type-ing .status::before {
  background-color: #ffdf2c;
}

.sec-main .counselor-box.type-off .status::before {
  background-color: #bcbcbc;
}

.sec-main .counselor-box .info-box .thumb {
  position: relative;
  flex-shrink: 0;
  width: 9rem;
  height: 9rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
}

.sec-main .counselor-box .info-box .thumb img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
}

.sec-main .counselor-box .info-box .thumb .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.2rem;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
}

.sec-main .counselor-box .info-box .info {
  width: 100%;
  overflow: hidden;
}

.sec-main .counselor-box .info-title {
  display: flex;
  padding-bottom: 1.2rem;
}

.sec-main .counselor-box .info-title .name {
  max-width: 11.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: -.5px;
}

.sec-main .counselor-box .info-title .num {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  white-space: nowrap;
}

.sec-main .counselor-box .info-title .num::before {
  content: '';
  position: absolute;
  top: 50%;
  left: .7rem;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background-color: #EAEEF7;
}

.sec-main .counselor-box .info-title .num > strong {
  font-size: 1.5rem;
}

.sec-main .counselor-box .tag {
  padding-bottom: 1.2rem;
  color: #818c9a;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.sec-main .counselor-box .rate {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.sec-main .counselor-box .rate > img {
  width: 1.6rem;
}

.sec-main .counselor-box .rate-num {
  font-size: 1.4rem;
}

.sec-main .counselor-box .review-num {
  color: #818C9A;
  font-size: 1.4rem;
  font-weight: 700;
}

.sec-main .counselor-box .btn-counselor {
  border-radius: 1.2rem;
}

.sec-main .counselor-box .btn-counselor:disabled {
  pointer-events: none;
  background-color: #e4e9f4;
  color: #bcc3d3;
}

/* sec-counselor-detail */
.sec-counselor-detail {
  background-color: #fff;
}

.sec-counselor-detail .inner {
  padding: 4rem 2rem 0;
}

.sec-counselor-detail .tab-list {
  display: flex;
}

.sec-counselor-detail .tab-list li {
  color: #BCC3D3;
  font-size: 1.6rem;
  font-weight: 500;
}

.sec-counselor-detail .tab-list li.on {
  color: #1F2024;
  font-weight: 700;
}

.sec-counselor-detail .tab-list li + li {
  margin-left: 2.6rem;
}

.sec-counselor-detail .tab-list li.on > a {
  display: inline-block;
  padding-bottom: .5rem;
  box-shadow: inset 0 -1rem 0 var(--point-color);
}

.sec-counselor-detail .tab-contents {
  padding-top: 1.2rem;
}

.sec-counselor-detail .tab-contents .content {
  display: none;
}

.sec-counselor-detail .tab-contents .content01 {
  padding-bottom: 8rem;
}

.sec-counselor-detail .tab-contents .content02 {
  padding-bottom: 6rem;
}

.sec-counselor-detail .tab-contents .content.on {
  display: block;
}

.sec-counselor-detail .detail-box {
  position: relative;
  padding: 2.8rem 0 0;
}

.sec-counselor-detail .detail-box .title {
  padding-bottom: 2.4rem;
  font-size: 1.6rem;
}

.sec-counselor-detail .detail-box .desc {
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.sec-counselor-detail .detail-box .desc .list li {
  position: relative;
  padding-left: .6rem;
}

.sec-counselor-detail .detail-box .desc .list li::before {
  content: '';
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  background-color: #1F2024;
}

.sec-counselor-detail .detail-box .desc .list li + li {
  margin-top: .4rem;
}

.sec-counselor-detail .qna-wrap {
  padding-left: 4.8rem;
}

.sec-counselor-detail .qna-box + .qna-box {
  border-top: 1px dashed #EAEEF7;
}

.sec-counselor-detail .q-box,
.sec-counselor-detail .a-box {
  position: relative;
  padding: 2rem 0;
}

.sec-counselor-detail .q-box {
  border-bottom: 1px dashed #EAEEF7;
  font-size: 1.3rem;
  font-weight: 700;
}

.sec-counselor-detail .a-box {
  font-size: 1.2rem;
  line-height: 2rem;
}

.sec-counselor-detail .q-box::before,
.sec-counselor-detail .a-box::before {
  position: absolute;
  left: -4.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.2rem;
  text-align: center;
}

.sec-counselor-detail .q-box::before {
  content: 'Q';
  top: 1rem;
  color: #fff;
  background-color: #1F2024;
}

.sec-counselor-detail .a-box::before {
  content: 'A';
  top: 2rem;
  color: var(--txt-color);
  background-color: var(--point-color);
}

.sec-counselor-detail .none-box {
  padding: 10rem 0 11rem;
  color: #BCC3D3;
  font-size: 1.5rem;
  text-align: center;
}

.sec-counselor-detail .none-box > p {
  margin-top: .8rem;
}

.sec-counselor-detail .rate {
  flex-shrink: 0;
  position: relative;
  background: url('../images/ico_rate_bg.svg') no-repeat 0 0 / cover;
  width: 8rem;
  height: 1.3rem;
  margin: 2rem auto .4rem;
}

.sec-counselor-detail .rate .rate-chk {
  position: absolute;
  background: url('../images/ico_rate.svg') no-repeat 0 0 / cover;
  width: auto;
  height: 1.3rem;
}

.sec-counselor-detail .rate + p {
  font-size: 1rem;
}

.sec-counselor-detail .rate-box {
  display: flex;
  margin-top: 2.8rem;
  padding: 1.5rem 0;
  border: 1px solid #E4E9F4;
  text-align: center;
}

.sec-counselor-detail .rate-box .box01 {
  flex-shrink: 0;
  align-self: center;
  width: 14rem;
}

.sec-counselor-detail .rate-box .box01 .num {
  font-size: 3.4rem;
}

.sec-counselor-detail .rate-box .box02 {
  width: 100%;
  border-left: 1px solid #E4E9F4;
}

.sec-counselor-detail .gauge-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
}

.sec-counselor-detail .gauge-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-counselor-detail .gauge-list .num-tooltip {
  position: relative;
  margin-bottom: .6rem;
  padding: .2rem .5rem;
  border-radius: .3rem;
  background-color: #EAEEF7;
  color: #BCC3D3;
  font-size: .8rem;
  font-weight: 700;
}

.sec-counselor-detail .gauge-list .num-tooltip::before {
  content: '';
  position: absolute;
  bottom: -.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: .6rem;
  height: .7rem;
  background: url('../images/ico_tooltip.svg') no-repeat 0 0 / 100%;
}

.sec-counselor-detail .gauge-list .gauge {
  position: relative;
  width: .6rem;
  height: 6.8rem;
  border-radius: .3rem;
  background-color: #EAEEF7;
}

.sec-counselor-detail .gauge-list .gauge-chk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: .3rem;
  background-color: #BCC3D3;
}

.sec-counselor-detail .gauge-list > li > strong {
  padding-top: .2rem;
  font-size: .9rem;
}

.sec-counselor-detail .gauge-list > li.max .num-tooltip {
  background-color: #20DEE5;
  color: #fff;
}

.sec-counselor-detail .gauge-list > li.max .num-tooltip::before {
  background-image: url('../images/ico_tooltip02.svg');
}

.sec-counselor-detail .gauge-list > li.max .gauge-chk {
  background-color: #20DEE5;
}

.sec-counselor-detail .gauge-list > li.max > strong {
  color: #20DEE5;
}

.sec-counselor-detail .keyword-box {
  min-height: 18rem;
  padding: 4rem 0 1.6rem;
}

.sec-counselor-detail .title-box {
  position: relative;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #EAEEF7;
}

.sec-counselor-detail .title-box .title {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}

.sec-counselor-detail .btn-tooltip img {
  width: 1.8rem;
}

.sec-counselor-detail .btn-tooltip.on + .tooltip-content {
  display: block;
}

.sec-counselor-detail .tooltip-content {
  display: none;
  position: absolute;
  top: 2.2rem;
  left: 2rem;
  width: 30rem;
  padding: 1.6rem;
  border-radius: .6rem;
  border: 1px solid #1F2024;
  background-color: #fff;
}

.sec-counselor-detail .tooltip-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
}

.sec-counselor-detail .tooltip-content .btn-close img {
  width: 100%;
}

.sec-counselor-detail .tooltip-content > strong {
  font-size: 1.2rem;
}

.sec-counselor-detail .tooltip-content > p {
  padding-top: 1.2rem;
  font-size: 1.1rem;
  line-height: 2rem;
}

.sec-counselor-detail .title-box .count-keyword {
  font-size: 1.3rem;
  font-weight: 500;
}

.sec-counselor-detail .title-box .count-keyword > span {
  color: #BCC3D3;
}

.sec-counselor-detail .keyword-box .none-txt {
  margin-top: .8rem;
  color: #BCC3D3;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-align: center;
}

.sec-counselor-detail .keyword-list.type01 {
  margin: .8rem 0;
}

.sec-counselor-detail .keyword-list.type01 .keyword {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 0 1.2rem;
  border-radius: .6rem;
  background-color: #F4F7FE;
  font-size: 1.3rem;
  font-weight: 500;
}

.sec-counselor-detail .keyword-list.type01 .keyword + .keyword {
  margin-top: .4rem;
}

.sec-counselor-detail .keyword-list.type01 .keyword.hide {
  display: none;
}

.sec-counselor-detail .keyword-list.type01 .keyword .num {
  color: #818C9A;
}

.sec-counselor-detail .keyword-list.type01 + .btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  border: 1px solid #EAEEF7;
  border-radius: .6rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.sec-counselor-detail .keyword-list.type01 + .btn-more > .txt {
  margin-right: .4rem;
}

.sec-counselor-detail .keyword-list.type01 + .btn-more > img {
  width: 1.6rem;
}

.sec-counselor-detail .keyword-list.type01 + .btn-more.on img {
  margin-top: .4rem;
  transform: rotate(180deg);
}

.sec-counselor-detail .review-list {
  padding-bottom: 2.4rem;
}

.sec-counselor-detail .review-list > li {
  padding: 2rem 0;
  border-bottom: 1px dashed #EAEEF7;
}

.sec-counselor-detail .review-list .writer {
  padding-bottom: 1.2rem;
}

.sec-counselor-detail .review-list .writer > strong {
  font-size: 1.4rem;
}

.sec-counselor-detail .review-list .use-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  width: auto;
  height: 2.2rem;
  margin-left: .4rem;
  padding: 0 1rem;
  border-radius: 2rem;
  border: 1px solid #EAEEF7;
  background-color: #F7F9FF;
  font-size: 1rem;
}

.sec-counselor-detail .review-list .use-type > img {
  width: 1.2rem;
}

.sec-counselor-detail .review-list .review-info {
  display: flex;
  padding-bottom: 1.2rem;
}

.sec-counselor-detail .review-list .review-info .rate {
  margin: 0;
}

.sec-counselor-detail .review-list .review-date {
  padding-left: 1.2rem;
  color: #BCC3D3;
  font-size: 1.2rem;
  font-weight: 500;
}

.sec-counselor-detail .review-list .review-date .time {
  padding-left: .4rem;
}

.sec-counselor-detail .review-list .txt {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 2rem;
}

.sec-counselor-detail .keyword-list.type02 {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.sec-counselor-detail .keyword-list.type02 li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.8rem;
  padding: 0 .6rem;
  border-radius: .4rem;
  background-color: #F4F7FE;
  font-size: 1.2rem;
}

.sec-counselor-detail .keyword-list.type02 li.hide {
  display: none;
}

/* chart radar */
#chart-score {
  position: relative;
  width: 24.5rem;
  height: 26rem;
  margin: 0 auto;
  padding: 1rem;
  background: url('../images/bg_graph.png') no-repeat center;
  background-size: 27.3rem 27.1rem;
}

#chart-score .dots > span {
  position: absolute;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  border: 1px solid rgb(188, 195, 211);
  background-color: #fff;
}

#chart-score .dots > span:first-child {
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

#chart-score .dots > span:nth-child(2) {
  top: 7rem;
  right: 2.2rem;
}

#chart-score .dots > span:nth-child(3) {
  bottom: 7.2rem;
  right: 2.2rem;
}

#chart-score .dots > span:nth-child(4) {
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#chart-score .dots > span:nth-child(5) {
  bottom: 7.2rem;
  left: 2.2rem;
}

#chart-score .dots > span:nth-child(6) {
  top: 7rem;
  left: 2.2rem;
}

#chart-score .category > li {
  position: absolute;
  font-size: 1.1rem;
  font-weight: 500;
}

#chart-score .category > li:first-child {
  top: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
}

#chart-score .category > li:nth-child(2) {
  top: 6.6rem;
  right: -1.4rem;
}

#chart-score .category > li:nth-child(3) {
  bottom: 7rem;
  right: -1.4rem;
}

#chart-score .category > li:nth-child(4) {
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
}

#chart-score .category > li:nth-child(5) {
  bottom: 7rem;
  left: -1.4rem;
}

#chart-score .category > li:nth-child(6) {
  top: 6.6rem;
  left: -1.4rem;
}

/* chart area */
#chart-daily {
  font-size: 1.1rem;
}

.apexcharts-custom-class {
  box-shadow: 0 .8rem 1.6rem 0 rgba(0, 0, 0, 0.98);
}

.daily-category {
  display: flex;
  justify-content: space-between;
  margin-top: -3rem;
  padding: 0 2.4rem 2.4rem;
  border-bottom: 1px solid #f4f7fe;
  color: #17939f;
  font-size: 1.1rem;
  font-weight: 500;
}

/* progress area */
.progress-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 27.6rem;
  margin: 0 auto;
  text-align: center;
}

.progress-box .progress-item {
  margin-right: 2.4rem;
}

.progress-box .progress-item:nth-child(3n),
.progress-box .progress-item:last-child {
  margin-right: 0;
}

.progress-box .progress-item:nth-child(3n) ~ .progress-item {
  margin-top: 2.2rem;
}

.progress-box.cell {
  padding: 0 8rem;
}

.progress-box.cell .progress-item {
  margin-right: 2.4rem;
}

.progress-box.cell .progress-item:nth-child(2n),
.progress-box.cell .progress-item:last-child {
  margin-right: 0;
}

.progress-box.cell .progress-item:nth-child(2n) ~ .progress-item {
  margin-top: 2.2rem;
}

.progress-box + .sub-box {
  padding: 6rem 0 3rem;
}

.progress-box .progress-item svg {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  box-shadow: 0 .8rem 1.6rem 0 rgba(0, 0, 0, 0.08);
}

.progress-box .circle-progress-circle {
  stroke-width: .1rem;
  stroke: #e8e8e8;
}

.progress-box .circle-progress-value {
  position: relative;
  stroke-width: .1rem;
  stroke: #20dee5;
}

.progress-box .progress {
  position: relative;
}

.progress-box .progress-item .ring {
  z-index: 2;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .8s transform, 2s opacity ease-in-out;
}

.progress-box .progress-item .ring:after {
  content: '';
  position: absolute;
  top: -.15rem;
  left: 50%;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #20dee5;
  transform: translateX(-50%);
}

.progress-box .circle-progress-text {
  fill: #1f2024;
  font-size: 28px;
  font-weight: 700;
}

.progress-box .progress + strong {
  display: block;
  padding-top: 1rem;
  font-size: 1.2rem;
}

.progress-box .progress + strong + span {
  display: block;
  padding-top: .6rem;
  font-size: 1.1rem;
  color: #818c9a;
}

.progress-box .progress-item.none .progress {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  border: .2rem solid #e8e8e8;
  background: url('../images/logo.png') no-repeat center;
  background-size: 4.4rem;
  box-shadow: 0 .8rem 1.6rem 0 rgba(0, 0, 0, 0.08);
}

.progress-box .progress-item.none .ring {
  display: none;
}

/* tarot */
.tarot .section + .section {
  border-top: 2rem solid #f4f7fe;
}

.tarot .sub-box {
  padding: 3.4rem 2.4rem 0;
}

.tarot .title-box {
  margin-bottom: -1.8rem;
}

.tarot .img-box.tarot {
  width: 16rem;
  margin: 5rem auto -.8rem;
}

.tarot .title-box + .img-box.tarot {
  margin: 0 auto -.8rem;
}

.tarot .title {
  padding-bottom: 1.5rem;
  font-size: 1.9rem;
}

.tarot .title > span {
  color: #20dee5;
  font-size: 2rem;
}

.tarot .star-box {
  display: flex;
  align-items: center;
}

.tarot .star-box .ico-star {
  display: flex;
}

.tarot .star-box .ico-star > i {
  width: 1.3rem;
  height: 1.25rem;
  background: url('../images/ico_star_off.jpg') no-repeat 0 0;
  background-size: 100%;
}

.tarot .star-box .ico-star > i + i {
  margin-left: .3rem;
}

.tarot .star-box .ico-star > i.on {
  background-image: url('../images/ico_star_on.jpg');
}

.tarot .star-box .num {
  margin-left: .6rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.tarot .hashtag-list {
  display: flex;
  flex-wrap: wrap;
  padding: .6rem 0 1rem;
}

.tarot .hashtag-list li {
  display: inline-flex;
  margin-top: .8rem;
  margin-right: 1rem;
  color: #838e9c;
  font-size: 1.4rem;
  letter-spacing: -.04rem;
}

.tarot .hashtag-list li:last-child {
  margin-right: 0;
}

/* 1�� �ъ＜, 2�� �ъ＜ */
.saju-container .sec-saju .inner {
  max-width: 36rem;
  padding: 2.4rem 2rem 17.6rem;
}

.saju-container.none-ad .sec-saju .inner {
  padding: 2.4rem 2rem 16rem;
}

.saju-container .color-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 1.6rem;
  background-color: #E4E9F4;
  font-size: 3.2rem;
  font-weight: 700;
}

.saju-container .member-box {
  padding: 1.6rem 1.8rem 2.4rem;
  border-radius: 1rem;
  background-color: #fff;
}

.saju-container .member-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.4rem;
}

.saju-container .member-title h2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.saju-container .member-title .btn-change {
  width: 5.5rem;
  height: 2.6rem;
  border-radius: 2rem;
  background-color: var(--point-color);
  color: var(--txt-color);
  font-size: 1.2rem;
  font-weight: 500;
}

.saju-container .member-content {
  display: flex;
  justify-content: center;
}

.saju-container .member-ohang {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 4rem;
}

.saju-container .member-ohang .ohang-title {
  margin-top: .8rem;
  font-size: 1.2rem;
}

.saju-container .member-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 4rem;
  font-size: 1.2rem;
}

.saju-container .member-info .member-name {
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
}

.saju-container .member-info .member-gender {
  padding-bottom: .4rem;
  font-weight: 500;
}

.saju-container .member-info .member-birth {
  line-height: 1.8rem;
}

.saju-container .saju-head {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  padding: 2rem 0;
  color: #818C9A;
  font-size: 1.4rem;
  font-weight: 700;
}

.saju-container .saju-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 0;
  border-radius: .8rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.saju-container .saju-row + .saju-row {
  margin-top: 1.6rem;
}

.saju-container .saju-row .saju-cell {
  width: 100%;
  text-align: center;
}

.saju-container .saju-row .saju-cell + .saju-cell {
  border-left: 1px solid #EAEEF7;
}

.saju-container .saju-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem 1.2%;
  margin: 2rem 0;
}

.saju-container .saju-detail .color-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.saju-container .saju-detail .color-txt01 {
  font-size: 2.8rem;
  font-weight: 700;
}

.saju-container .saju-detail .color-txt02 {
  padding-top: .8rem;
  font-size: 1rem;
  font-weight: 500;
}

.saju-container .lucky-box h3 {
  padding-top: 3.6rem;
  font-size: 1.6rem;
  text-align: center;
}

.saju-container .lucky-box .saju-head {
  border-bottom: 1px solid #EAEEF7;
}

.saju-container .lucky-box .saju-detail {
  margin: 2rem 0 0;
}

.saju-container .lucky-box.box02 {
  padding-top: 2.4rem;
}

.saju-container .lucky-box.box02 .saju-detail {
  gap: 1.2rem 5.5%;
}

.saju-container .member-saju .btn-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2.6rem;
  margin-top: .8rem;
  border-radius: 2rem;
  background-color: #F4F7FE;
  color: #818C9A;
  font-size: 1.2rem;
}

.saju-container .member-saju + .member-saju {
  margin-top: 2.4rem;
}

.saju-container .member-saju .saju-box {
  display: none;
}

.saju-container .member-saju .saju-box.on {
  display: block;
}

.saju-container .member-saju .btn-box {
  padding: .6rem 0 0;
  text-align: center;
}

.saju-container .member-saju .btn-box > strong {
  font-size: 1.2rem;
}

.saju-container .member-saju .btn-add {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.2rem;
  border-radius: 1.6rem;
  border: 1px solid #1F2024;
}

.saju-container .member-saju .btn-add > img {
  width: 1.6rem;
}

.fixed-box .type-box {
  display: flex;
}

.fixed-box .type-box .btn-common {
  width: 33.3%;
}

.fixed-box .type-box .btn-common + .btn-common {
  border-left: 2px solid #fff;
}

/* modal */
.modal-wrap {
  display: none;
}

.modal-wrap .modal-dimmed {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/*.modal-wrap .modal-inner {z-index:201; position:fixed; bottom:0; left:50%; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; width:100%; padding:6rem 0 4rem; border-top-left-radius:4rem; border-top-right-radius:4rem; background-color:#fff;}*/
.modal-wrap .modal-inner {
  z-index: 201;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 6rem 0 4rem;
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
  background-color: #fff;
}

.modal-wrap .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
}

.modal-wrap .modal-title {
  padding-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.modal-wrap .modal-content {
  padding: 0 2rem;
  text-align: center;
}

.modal-wrap .modal-content .txt {
  white-space: nowrap;
  letter-spacing: -.5px;
}

.modal-wrap .modal-content .txt01 {
  padding-bottom: .8rem;
  font-size: 1.6rem;
  line-height: 3rem;
}

.modal-wrap .modal-content .txt02 {
  padding-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.modal-wrap .modal-content .btn-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  background-color: var(--point-color);
  color: var(--txt-color);
  font-size: 1.5rem;
  font-weight: 700;
}

.modal-wrap .modal-content .btn-tel.ver-pc {
  display: none;
}

.modal-wrap .modal-content .sub-txt {
  padding-top: 1.2rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

.modal-wrap .modal-content .notice-box {
  padding-top: 4rem;
  color: #BCC3D3;
  text-align: left;
}

.modal-wrap .modal-content .notice-title {
  font-size: 1.3rem;
  font-weight: 700;
}

.modal-wrap .modal-content .notice-list {
  list-style: decimal;
  padding-top: 1.2rem;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.modal-wrap .modal-content .notice-list > li > a {
  text-decoration: underline;
}
.change-saju-img-box{
  display: flex;
  justify-content: right;
  padding-right: 2rem;
  cursor: pointer;
}

@media screen and (min-width: 450px) {
  .progress-box .circle-progress-text {
    font-size: 30px;
    transition: font .3s;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.7778vw;
  }
}

/* Tablet & PC */
@media (min-width: 768.1px) {
  html {
    font-size: 10px;
  }

  .br-pc {
    display: block;
  }

  .br-mo {
    display: none;
  }

  .sub-box {
    padding: 3rem 6rem;
  }

  /* sec-ad */
  /* .sec-ad {height:20.48rem;} */
  /* sec-result */
  /* �됱슫�� 踰덊샇 */
  .sec-result .number-box {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0 3rem;
  }

  /* sec-counselor */
  .sec-counselor .inner {
    padding: 4rem 6rem;
  }

  .sec-counselor .swiper-slide:last-child {
    margin-right: 0;
  }

  /* sec-luck */
  .sec-luck .inner {
    padding: 4rem 6rem;
  }

  /* sec-charm */
  .sec-charm .inner {
    padding: 5rem 6rem 6rem;
  }

  /* sec-about */
  .sec-about h2.ico-title {
    padding: 4.4rem 2.4rem 3.4rem 10rem;
  }

  .sec-about h2.ico-title::before {
    left: 6rem;
  }

  /* sec-keyword */
  .sec-keyword .inner {
    padding: 2rem 6rem 3.2rem;
  }

  /* sec-form */
  .sec-title .inner {
    padding: 7.2rem 12rem 2.8rem;
  }

  .sec-form .inner {
    padding: 7.2rem 12rem 0;
  }

  .sec-form .input-row input,
  .sec-form .input-row select,
  .sec-form .input-row textarea {
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
    transform: scale(1);
  }

  /* sec-notice */
  .sec-notice.type-cs .inner {
    padding: 4rem 12rem 14rem;
  }

  .sec-notice.type-cs .notice-list {
    line-height: 2.3rem;
  }

  .sec-notice.type-info .inner {
    padding: 6rem 2rem 8.8rem;
  }

  .sec-notice.type-info .notify-txt.txt-pc {
    display: block;
  }

  .sec-notice.type-info .notify-txt.txt-mo {
    display: none;
  }

  /* �ъ＜遺꾩꽍 愿묎퀬 */
  .ad-container.ad02 {
    padding: 0 0 29rem;
  }

  .ad-container .fixed-box {
    padding-top: 0;
  }

  /* �쒕뵫�섏씠吏� �낅젰�� */
  .ad-container.ad02.landing .sec-title .inner {
    padding: 5.6rem 12rem 0;
  }

  .ad-container.ad02.landing .sec-form .inner {
    padding: 3.2rem 12rem 5rem;
  }

  /* sec-blood */
  .sec-blood .inner {
    padding: 3.6rem 6rem 0;
  }

  .sec-blood .check-box {
    padding: 2.4rem 3rem;
  }

  /* sec-category */
  .sec-category .inner {
    max-width: 1200px;
  }

  .sec-category .swiper {
    padding-left: 6rem;
  }

  /* sec-main */
  .sec-main .tab-list {
    padding: 2.4rem 6rem;
  }

  .sec-main .tab-contents .content01 {
    padding: 0 6rem 10rem;
  }

  .sec-main .tab-contents .content02 .inner {
    padding: 3.2rem 6rem 0;
  }

  .sec-main .fixed-box {
    position: fixed;
    padding: 0;
  }

  /* �댁꽭 */
  .sec-main .tab-contents .content01.on {
    display: flex;
    flex-wrap: wrap;
  }

  .sec-main .item-box .item {
    position: relative;
  }

  .sec-main .content01 .section:nth-child(odd) {
    margin-left: 0;
  }

  .sec-main .content01 .section:nth-child(even) {
    margin-right: 0;
  }

  .sec-main .content01 .sec-date {
    width: 32rem;
    padding: 1.2rem 0;
  }

  /*.sec-main .content01 .sec-banner {width:28rem; margin:0; padding:4.8rem 0;} 2023-08-23 jiwoo�섏젙*/
  .sec-main .content01 .sec-banner {
    width: 30rem;
    margin: 0;
    padding: 4.8rem 0;
  }

  /*.sec-main .content01 .sec-banner .inner {height:9.6rem; padding:0 2rem; border-radius:1.2rem;} 2023-08-23 jiwoo�섏젙*/
  .sec-main .content01 .sec-banner .inner {
    border-radius: 1.2rem;
    overflow: hidden;
  }

  .sec-main .content01 .sec-banner .inner img {
    max-width: none;
    height: 100%;
    object-fit: cover;
  }

  .sec-main .content01 .sec-banner .banner-img {
    right: .8rem;
  }

  .sec-main .content01 .sec-ready {
    width: 31.2rem;
    padding: 3rem 0;
  }

  .sec-main .content01 .sec-snack {
    width: 31.2rem;
    padding: 3rem 0;
  }

  /* �곷떞 */
  .sec-main .btn-benefit {
    top: 1.2rem;
    right: calc(50% - 32.4rem);
  }

  .sec-main .btn-benefit .pc {
    display: block;
    line-height: 2rem;
  }

  .sec-main .btn-benefit .pc > img {
    width: 2rem;
    margin-right: 1rem;
  }

  .sec-main .btn-benefit .mo {
    display: none;
  }

  .sec-main .swiper.keyword {
    margin: 0;
    padding: 0 0 3rem;
  }

  .sec-main .counselor-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sec-main .counselor-box .info-box {
    flex-shrink: 0;
    width: 38rem;
    padding-bottom: 0;
  }

  .sec-main .counselor-box .btn-counselor {
    width: 20rem;
  }

  /* sec-counselor-info */
  .sec-counselor-info .inner {
    padding: 2.8rem 22.4rem 3.2rem;
  }

  /* sec-counselor-detail */
  .sec-counselor-detail .inner {
    padding: 4rem 6rem 0;
  }

  /* sec-constellation */
  .sec-constellation .inner {
    padding: 6rem 6rem 0;
  }

  /* 1�� �ъ＜, 2�� �ъ＜ */
  .saju-container .sec-saju .inner {
    padding: 2.4rem 2rem 29rem;
  }

  .saju-container.none-ad .sec-saju .inner {
    padding: 2.4rem 2rem 16rem;
  }

  /* sec-branch */
  .ad-container.ad03.landing .sec-branch .inner {
    padding: 3.2rem 14rem;
  }

  .ad-container.ad03.landing .sec-branch .category-list {
    gap: 2.4rem 1.6rem;
  }

  .ad-container.ad03.landing .sec-branch .category-list .item {
    width: 6.8rem;
  }

  /* modal */
  .modal-wrap .modal-inner {
    width: 64.8rem;
  }

  .modal-wrap .modal-content {
    padding: 0 7rem;
  }

  .modal-wrap .modal-content .inner-box {
    padding: 0 11rem;
  }

  .modal-wrap .modal-content .txt02 {
    padding-bottom: 3rem;
  }

  .modal-wrap .modal-content .btn-tel.ver-mo {
    display: none;
  }

  /*.modal-wrap .modal-content .btn-tel.ver-pc {display:flex; width:100%; background-color:#E4E9F4; pointer-events:none;}*/
  .modal-wrap .modal-content .btn-tel.ver-pc {
    display: flex;
    width: 100%;
    pointer-events: none;
  }

  .modal-wrap .modal-content .btn-tel.ver-pc > img {
    width: 1.6rem;
    margin-left: .6rem;
  }

  .safari-notify {
    text-align: center;
  }
}

/* PC */
@media (min-width: 1200px) {
  .container {
    padding-top: 0;
  }

  /* fixed-box */
  .fixed-box {
    position: static;
    padding: 8.4rem 0 10rem;
    background-color: #fff;
  }

  .dream-container .fixed-box {
    padding: 8.4rem 0 0;
  }

  .ad-container .fixed-box,
  .saju-container .fixed-box {
    position: fixed;
    padding: 0;
  }

  .counselor-container .fixed-box {
    position: fixed;
    padding: 2.4rem 0;
  }

  .ad-container .fixed-box .sec-gauge {
    /*padding: 2.4rem 0;*/
    background-color: var(--theme-bg);
  }

  .saju-container .fixed-box .sec-button {
    padding: 2.4rem 0;
    background-color: var(--theme-bg);
  }

  .fixed-box .btn-common {
    width: 22rem;
    margin: 0 auto;
  }

  .fixed-box .type-box {
    width: 36.8rem;
    margin: 0 auto;
  }

  .fixed-box .ad-fixed {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .fixed-box .btn-common + .sec-ad {
    margin: 10rem auto -10rem;
  }

  .fixed-box .btn-common + .sec-ad.ad-fixed {
    margin: 0;
  }

  /* �ъ＜遺꾩꽍 愿묎퀬 */
  .ad-container .sec-gauge .gauge,
  .ad-container .sec-gauge .btn-result {
    width: 22rem;
    margin: 0 auto;
  }

  /* �쒕뵫�섏씠吏� �낅젰�� */
  .ad-container.ad02.landing .fixed-box {
    position: static;
    padding: 8.4rem 0 10rem;
    background-color: #fff;
  }

  /* sec-blood */
  .sec-blood .inner {
    padding: 6.4rem 6rem 0;
  }

  /* sec-category */
  .sec-category .swiper {
    padding-left: 0;
  }

  .sec-category .swiper .swiper-wrapper {
    justify-content: center;
  }

  /* sec-counselor-detail */
  .sec-counselor-detail .tab-contents .content01 {
    padding-bottom: 12rem;
  }

  .sec-counselor-detail .tab-contents .content02 {
    padding-bottom: 8.4rem;
  }

  .sec-counselor-detail .rate-box .box01,
  .sec-counselor-detail .rate-box .box02 {
    width: 50%;
  }

  /* sec-notice */
  .sec-notice.type-cs .inner {
    padding: 4rem 12rem 0;
  }

  .sec-notice.type-info .inner {
    padding: 6rem 2rem 0;
  }

  /* 1�� �ъ＜, 2�� �ъ＜ */
  .saju-container .sec-saju .inner {
    padding: 8rem 2rem 31.4rem;
  }

  .saju-container .sec-saju .inner.member02 {
    display: flex;
    justify-content: center;
    gap: 5.4rem;
    max-width: 768px;
  }

  .saju-container.none-ad .sec-saju .inner {
    padding: 8rem 2rem 18.4rem;
  }

  .saju-container .member-saju {
    width: 32rem;
  }

  /*.saju-container .member-saju + .member-saju {margin-top:0;}*/
  .saju-container .member-saju .btn-detail {
    display: none;
  }

  .saju-container .member-saju .saju-box {
    display: block;
  }
}
