@charset "UTF-8";
@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKkr-Regular.eot");
  src: url("../fonts/NotoSansCJKkr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Regular.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKkr-Medium.eot");
  src: url("../fonts/NotoSansCJKkr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Medium.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansKR";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKkr-Bold.eot");
  src: url("../fonts/NotoSansCJKkr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKkr-Bold.otf") format("opentype"), url("../fonts/NotoSansCJKkr-Bold.woff") format("woff");
}

/* default */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  min-width: 320px;
  font-size: 15px;
  font-family: "Noto Sans CJK KR", "Noto Sans KR", "NotoSansKR", sans-serif, Dotum, Gulim, Verdana, Tahoma;
  line-height: 1.5;
  word-break: keep-all;
}

header,
section,
article,
aside,
footer,
nav {
  display: block;
}

fieldset {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
}

pre {
  white-space: pre-wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

ul,
li,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin: 0;
}

a,
select,
button,
input,
textarea {
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input[type=submit] {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

caption.sr-only {
  position: static;
  width: auto;
  height: 0;
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* 간격 */
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.m-12 {
  margin: 60px !important;
}

.m-13 {
  margin: 65px !important;
}

.m-14 {
  margin: 70px !important;
}

.m-15 {
  margin: 75px !important;
}

.m-16 {
  margin: 80px !important;
}

.m-17 {
  margin: 85px !important;
}

.m-18 {
  margin: 90px !important;
}

.m-19 {
  margin: 95px !important;
}

.m-20 {
  margin: 100px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.p-12 {
  padding: 60px !important;
}

.p-13 {
  padding: 65px !important;
}

.p-14 {
  padding: 70px !important;
}

.p-15 {
  padding: 75px !important;
}

.p-16 {
  padding: 80px !important;
}

.p-17 {
  padding: 85px !important;
}

.p-18 {
  padding: 90px !important;
}

.p-19 {
  padding: 95px !important;
}

.p-20 {
  padding: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.mb-20 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pt-13 {
  padding-top: 65px !important;
}

.pt-14 {
  padding-top: 70px !important;
}

.pt-15 {
  padding-top: 75px !important;
}

.pt-16 {
  padding-top: 80px !important;
}

.pt-17 {
  padding-top: 85px !important;
}

.pt-18 {
  padding-top: 90px !important;
}

.pt-19 {
  padding-top: 95px !important;
}

.pt-20 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pl-13 {
  padding-left: 65px !important;
}

.pl-14 {
  padding-left: 70px !important;
}

.pl-15 {
  padding-left: 75px !important;
}

.pl-16 {
  padding-left: 80px !important;
}

.pl-17 {
  padding-left: 85px !important;
}

.pl-18 {
  padding-left: 90px !important;
}

.pl-19 {
  padding-left: 95px !important;
}

.pl-20 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pr-13 {
  padding-right: 65px !important;
}

.pr-14 {
  padding-right: 70px !important;
}

.pr-15 {
  padding-right: 75px !important;
}

.pr-16 {
  padding-right: 80px !important;
}

.pr-17 {
  padding-right: 85px !important;
}

.pr-18 {
  padding-right: 90px !important;
}

.pr-19 {
  padding-right: 95px !important;
}

.pr-20 {
  padding-right: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.pb-13 {
  padding-bottom: 65px !important;
}

.pb-14 {
  padding-bottom: 70px !important;
}

.pb-15 {
  padding-bottom: 75px !important;
}

.pb-16 {
  padding-bottom: 80px !important;
}

.pb-17 {
  padding-bottom: 85px !important;
}

.pb-18 {
  padding-bottom: 90px !important;
}

.pb-19 {
  padding-bottom: 95px !important;
}

.pb-20 {
  padding-bottom: 100px !important;
}

.clearfix {
  position: relative;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.vertical-top {
  vertical-align: top !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

.tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tile-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #b4b4b4 !important;
}

.text-red {
  color: #ec1c43;
}

.text-normal {
  font-weight: normal !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-xs {
  font-size: 10px !important;
  letter-spacing: 0;
}

.text-sm {
  font-size: 13px !important;
}

.text-md {
  font-size: 15px !important;
}

.text-lg {
  font-size: 16px !important;
}

.text-xl {
  font-size: 20px !important;
}

.title-area {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.title1 {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.text-default {
  color: #000 !important;
}

.text-primary {
  color: #2CBBB6 !important;
}

.text-secondary {
  color: #FF3A4A !important;
}

.text-gray {
  color: #B7C1C4 !important;
}

.text-darkgray {
  color: #7d7d7d !important;
}

.bg-primary {
  background-color: #2CBBB6 !important;
  color: #fff;
}

.bg-lightgray {
  background-color: #ECF0F1 !important;
  color: #000;
}

.bg-white {
  background-color: #fff !important;
  color: #000;
}

.ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  color: transparent;
  white-space: nowrap;
  text-align: center;
}

.ico-back {
  width: 10px;
  height: 17px;
  line-height: 17px;
  background-image: url("../images/ico-back@2x.png");
}

.ico-back-white {
  width: 10px;
  height: 17px;
  line-height: 17px;
  background-image: url("../images/ico-back-white@2x.png");
}

.ico-close {
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-image: url("../images/ico-close@2x.png");
}

.ico-close-circle {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url("../images/ico-close-circle@2x.png");
}

.ico-handle {
  width: 32px;
  height: 4px;
  line-height: 4px;
  background-image: url("../images/ico-handle@2x.png");
}

.ico-xs-calendar {
  width: 15px;
  height: 16px;
  line-height: 16px;
  background-image: url("../images/ico-xs-calendar@2x.png");
}

.ico-chevron-down-white {
  width: 12px;
  height: 6.5px;
  line-height: 6.5px;
  background-image: url("../images/ico-chevron-down-white@2x.png");
}

.ico-arrows-up {
  width: 11px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-arrows-up@2x.gif");
}

.ico-coin {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url("../images/ico-coin@2x.png");
}

.ico-calendar {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url("../images/ico-calendar@2x.png");
}

.ico-cardlist {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url("../images/ico-cardlist@2x.png");
}

.ico-xs-chevron-right-gray {
  width: 6px;
  height: 10px;
  line-height: 10px;
  background-image: url("../images/ico-xs-chevron-right-gray@2x.png");
}

.ico-sm-chevron-right-gray {
  width: 11px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-sm-chevron-right-gray@2x.png");
}

.ico-heart-normal {
  width: 17px;
  height: 14px;
  line-height: 14px;
  background-image: url("../images/ico-heart-normal@2x.png");
}

.ico-heart-normal-press {
  width: 17px;
  height: 14px;
  line-height: 14px;
  background-image: url("../images/ico-heart-normal-press@2x.png");
}

.ico-profile {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-profile@2x.png");
}

.ico-person-refresh {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-person-refresh@2x.png");
}

.ico-gps {
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-image: url("../images/ico-gps@2x.png");
}

.ico-weather {
  width: 40px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-weather@2x.png");
}

.ico-arrows-left {
  width: 26px;
  height: 10px;
  line-height: 10px;
  background-image: url("../images/ico-arrows-left@2x.png");
}

.ico-arrows-right {
  width: 26px;
  height: 10px;
  line-height: 10px;
  background-image: url("../images/ico-arrows-right@2x.png");
}

.ico-refresh {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-image: url("../images/ico-refresh@2x.png");
}

.ico-xs-close-white {
  width: 9px;
  height: 9px;
  line-height: 9px;
  background-image: url("../images/ico-xs-close-white@2x.png");
}

.ico-telephone {
  width: 14px;
  height: 15px;
  line-height: 15px;
  background-image: url("../images/ico-telephone@2x.png");
}

.ico-item-1 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-item-1@2x.png");
}

.ico-item-2 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-item-2@2x.png");
}

.ico-item-3 {
  width: 34px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-item-3@2x.png");
}

.ico-item-4 {
  width: 34px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-item-4@2x.png");
}

.ico-controller-forward {
  width: 33px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-controller-forward@2x.png");
}

.ico-controller-play {
  width: 21px;
  height: 24px;
  line-height: 24px;
  background-image: url("../images/ico-controller-play@2x.png");
}

.ico-controller-pause {
  width: 15px;
  height: 22px;
  line-height: 22px;
  background-image: url("../images/ico-controller-pause@2x.png");
}

.ico-controller-rewind {
  width: 33px;
  height: 20px;
  line-height: 20px;
  background-image: url("../images/ico-controller-rewind@2x.png");
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.btn .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn-sm {
  min-width: 120px;
  height: 30px;
  padding: 0 15px;
  font-size: 13px;
}

.btn-md {
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
}

.btn-lg {
  min-width: 120px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.modal-alert .btn-lg {
  height: 47px;
}

.btn-xl {
  min-width: 120px;
  height: 52px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: bold;
}

.btn-round {
  border-radius: 10px;
}

.btn-round.btn-sm {
  border-radius: 5px;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.btn-outline-primary {
  color: #212121;
  border-color: #212121;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #4D3DD3;
}

.btn-secondary {
  color: #fff;
  background-color: #FF3A4A;
}

.btn-outline-darkgray {
  color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-tertiary {
  color: #fff;
  background-color: #6250FF;
}

.btn-outline-tertiary {
  color: #6250FF;
  border-color: #6250FF;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-group {
  margin: -3px;
}

.btn-group .btn {
  margin: 3px;
}

.btn-group-center {
  text-align: center;
}

.btn-group-center .btn {
  min-width: 200px;
}

.btn-group-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3px;
}

.btn-group-flex .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 3px;
}

.btn-bottom-sheet {
  position: fixed;
  z-index: 800;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: -2px 0px 3px 3px rgba(200, 200, 200, 0.25);
          box-shadow: -2px 0px 3px 3px rgba(200, 200, 200, 0.25);
  border-radius: 15px 15px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-bottom-sheet .text {
  margin-top: 5px;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.65%, #FF3A4A), to(rgba(71, 71, 71, 0)));
  background: linear-gradient(180deg, #FF3A4A 28.65%, rgba(71, 71, 71, 0) 100%);
  -webkit-background-clip: text;
}

/* 모달 팝업 */
.modal-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-popup.hide {
  opacity: 0;
  visibility: hidden;
}

.modal-popup.hide .popup-inner {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.modal-popup.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.modal-popup.show .popup-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.modal-popup.modal-full {
  padding: 10px;
}

.modal-popup.modal-full .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: scroll;
}

.modal-popup.modal-full .popup-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 30px 15px 10px;
}

.modal-popup.modal-full .popup-title {
  font-weight: 500;
  font-size: 16px;
  color: #474747;
  line-height: 22px;
}

.modal-popup.modal-full .popup-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 27px 25px;
  overflow-y: auto;
}

.modal-popup.modal-full .btn-close-popup {
  position: fixed;
  right: 15px;
  top: 10px;
  width: 15px;
  height: 15px;
}

.modal-popup .dimed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-popup .popup-inner {
  position: relative;
  z-index: 1100;
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* 얼럿, 컨펌 */
.modal-alert {
  padding: 50px 0;
}

.modal-alert .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 307px;
  font-size: 15px;
  line-height: 21px;
  background-color: #fff;
  max-height: calc(100%);
}

.modal-alert .popup-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 20px 20px;
  min-height: 148px;
  color: #4C4C4C;
}

.modal-alert .popup-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 15px 24px 17px;
}

.modal-alert .btn-group-flex {
  margin: -5.5px;
}

.modal-alert .btn-group-flex .btn {
  margin: 5.5px;
}

/* 바텀 시트 */
.modal-bottom-sheet {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.modal-bottom-sheet .popup-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
}

.modal-bottom-sheet .popup-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 20px;
  padding: 20px 13px;
}

.modal-bottom-sheet .popup-header .popup-title {
  font-size: 18px;
}

.modal-bottom-sheet .popup-header .popup-title .text-xl {
  max-width: 100%;
  white-space: nowrap;
  max-height: 1em;
  line-height: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: calc(100% - 100px);
  overflow: hidden;
  vertical-align: middle;
}

.modal-bottom-sheet .popup-header .popup-title small {
  margin-top: 4px;
  vertical-align: middle;
  font-size: 15px;
}

.modal-bottom-sheet .popup-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  border-radius: 15px 15px 0px 0px;
  -webkit-box-shadow: 0px -2px 2px rgba(200, 200, 200, 0.25);
          box-shadow: 0px -2px 2px rgba(200, 200, 200, 0.25);
  overflow: hidden;
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-bottom-sheet .popup-body .banner img {
  width: 100%;
}

.modal-bottom-sheet .btn-close-popup {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
}

.modal-bottom-sheet .btn-close-popup2 {
  position: absolute;
  right: 15px;
  top: -45px;
}

/* 이벤트 팝업 */
.modal-event {
  padding: 65px 0 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal-alert .inner-event-type {
  width: calc(100% - 14px);
  border-radius: 10px;
  height: 100%;
  line-height: 17px;
}

.modal-alert .inner-event-type .popup-body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  border-radius: 10px 10px 0 0;
}

.modal-alert .inner-event-type .popup-body .event-item {
  width: 100%;
}

.modal-alert .inner-event-type .popup-body .content-popup-type {
  margin: 0 auto 10px;
}

.modal-alert .inner-event-type .popup-body .content-popup-type .content-desc strong {
  line-height: 20px;
}

.modal-alert .inner-event-type .popup-body .event-btn .btn {
  padding: 10px 15px;
  height: 40px;
  border-radius: 10px;
}

.modal-alert .inner-event-type .footter-event-type {
  padding: 7px 15px;
}

.modal-alert .inner-event-type .footter-event-type .btn-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-alert .inner-event-type .footter-event-type .btn-footer label {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #acacac;
}

.modal-alert .inner-event-type .footter-event-type .btn-footer label input {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(210, 210, 210, 0.5);
  background-image: none;
  margin-right: 5px;
}

.modal-alert .inner-event-type .footter-event-type .btn-footer label input:checked {
  background-image: url(../images/ico-xs-checkbox-on@2x.png);
  background-size: 9px 7px;
  background-position: center;
}

.modal-alert .inner-event-type .footter-event-type .btn-footer a {
  border-radius: 10px;
  background-color: #7F93C7;
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box {
  margin-top: 12px;
  padding: 20px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 2px rgba(156, 156, 156, 0.25);
          box-shadow: 0px 2px 2px rgba(156, 156, 156, 0.25);
}

.loadingbar,
.loadingbar-2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.loadingbar.show-type,
.loadingbar-2.show-type {
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}

.loadingbar.show,
.loadingbar-2.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.loadingbar .text,
.loadingbar-2 .text {
  font-size: 12px;
  line-height: 14px;
  margin-top: 5px;
  color: #474747;
}

.loadingbar .artwork,
.loadingbar-2 .artwork {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-perspective: 120px;
          perspective: 120px;
}

.loadingbar .artwork .item,
.loadingbar-2 .artwork .item {
  width: 60px;
  height: 60px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: rotate3d 2s infinite;
          animation: rotate3d 2s infinite;
}

.loadingbar .artwork .item.front,
.loadingbar-2 .artwork .item.front {
  position: absolute;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.loadingbar .artwork .item.back,
.loadingbar-2 .artwork .item.back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.loadingbar .artwrok-2,
.loadingbar-2 .artwrok-2 {
  width: 192px;
  height: 64px;
}

.loadingbar .artwrok-2 img,
.loadingbar-2 .artwrok-2 img {
  width: 100%;
  overflow: hidden;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

.datepicker {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.datepicker .form-datepicker {
  padding-right: 45px;
  text-align: center;
}

.datepicker .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 0 0 5px;
  background-color: #fff;
}

#inseq-datepicker {
  position: absolute;
  width: 276px;
  padding: 24px 16px 16px;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 15px rgba(66, 73, 80, 0.15);
          box-shadow: 0px 8px 15px rgba(66, 73, 80, 0.15);
  border-radius: 4px;
  z-index: 1000;
  left: 50% !important;
  margin-left: -138px !important;
}

#inseq-datepicker:after {
  display: block;
  height: 16px;
}

#inseq-datepicker caption {
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#inseq-datepicker table {
  table-layout: auto;
  margin-top: 0;
  width: 100%;
  text-align: center;
  border: 0px solid #000;
  color: #000;
}

#inseq-datepicker table th {
  height: auto;
  background: none;
  border: 0;
  margin: 0;
  padding: 0 0 8px;
  color: #000;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}

#inseq-datepicker table td {
  margin: 0;
  height: auto;
  text-align: center;
  border: 0;
  line-height: 1;
}

#inseq-datepicker #tableCalendar,
#inseq-datepicker #tableYear,
#inseq-datepicker #tableMonth {
  text-align: center;
}

#inseq-datepicker #tableCalendar td {
  padding: 4px 0;
  width: 28px;
  height: 28px;
  color: #767676;
}

#inseq-datepicker #tableCalendar a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  display: block;
  margin: auto;
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  will-change: background-color;
}

#inseq-datepicker #tableCalendar a.today {
  color: #fff !important;
  background-color: #2CBBB6;
}

#inseq-datepicker #tableCalendarTitle,
#inseq-datepicker #tableYearTitle,
#inseq-datepicker #tableMonthTitle {
  height: 24px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}

#inseq-datepicker #tableCalendar th:first-child,
#inseq-datepicker #tableCalendar td:first-child {
  color: #FF4D6D;
}

#inseq-datepicker #tableCalendar th:first-child a,
#inseq-datepicker #tableCalendar td:first-child a {
  color: inherit;
}

#inseq-datepicker #tableCalendar th:last-child a,
#inseq-datepicker #tableCalendar td:last-child a {
  color: inherit;
}

#inseq-datepicker #tableYear,
#inseq-datepicker #tableMonth {
  margin-top: -6px;
}

#inseq-datepicker #tableYear td,
#inseq-datepicker #tableMonth td {
  padding: 6px 4px !important;
}

#inseq-datepicker #tableYear a,
#inseq-datepicker #tableMonth a {
  display: block;
  border: 1px solid #c8c8c8;
  line-height: 38px;
  border-radius: 4px;
}

#inseq-datepicker .prev,
#inseq-datepicker .next {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 0;
  padding: 0;
  background: url(../images/ico-xs-chevron-left-lightgray@2x.png) no-repeat center center;
  background-size: 16px auto;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
}

#inseq-datepicker .prev {
  float: left;
  margin-left: 40px;
  background-position: right center;
}

#inseq-datepicker .next {
  float: right;
  margin-right: 40px;
  background-image: url(../images/ico-xs-chevron-right-lightgray@2x.png);
  background-position: left center;
}

#inseq-datepicker .btn-cal-close {
  position: absolute;
  top: 0;
  right: 0;
}

#inseq-datepicker .btn-cal-close a {
  display: block;
  width: 40px;
  height: 40px;
  color: transparent;
  background: url(../images/ico-xs-close-lightgray@2x.png) no-repeat center center;
  background-size: 16px auto;
}

.toast {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 55px;
  right: 55px;
  bottom: 170px;
  text-align: center;
  color: #FFFFFF;
  z-index: 1500;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.toast .message {
  display: inline-block;
  min-width: 250px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.form-control {
  width: 100%;
  max-width: 100%;
  height: 18px;
  border-radius: 0;
  padding: 0 15px;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  appearance: none;
  border: 1px solid transparent;
  border-bottom-color: #C8C8C8;
  text-align: center;
}

.form-control::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly], .form-control[readonly=readonly], .form-control.readonly {
  color: #b4b4b4;
  opacity: 1;
}

.form-control:disabled::-ms-value, .form-control[readonly]::-ms-value, .form-control[readonly=readonly]::-ms-value, .form-control.readonly::-ms-value {
  color: #b4b4b4 !important;
}

select.form-control {
  display: block;
  background: #fff url(../images/ico-select@2x.png) no-repeat right 3px center;
  background-size: 6px auto;
  padding-right: 30px;
}

.check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-item input[type="checkbox"] {
  margin-right: 12px;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  border: none;
  background-image: url(../images/ico-checkbox-off@2x.png);
}

.check-item input[type="checkbox"]:checked {
  background-image: url(../images/ico-checkbox-on@2x.png);
}

.check-item input[type="radio"] {
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
}

.check-item input[type="radio"]:checked {
  background-image: url(../images/ico-radio-on@2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 10px;
  height: 10px;
}

.check-item-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-item-lg input[type="checkbox"] {
  margin-right: 21px;
  margin-left: 3px;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.wrapper #header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper #content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper #fixed-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper #footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper-type2 {
  background: #ECF0F1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wrapper-type2 #content {
  overflow: visible;
}

.wrapper-type3 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wrapper-type3 #content {
  overflow: visible;
}

.wrapper-type3 #footer {
  background-color: #ECF0F1;
}

.container {
  padding: 12px 13px;
}

.container:after {
  display: block;
  clear: both;
  content: '';
}

.container-main {
  padding-top: 0;
}

.container-psychology {
  padding: 10px 20px;
}

#content {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#footer {
  font-size: 10px;
  color: #ACACAC;
}

#footer .service-info {
  padding: 16px 17px;
}

#footer .policy-menu-list li {
  display: inline-block;
  position:relative;
  margin-left:2px;
  letter-spacing:-0.04em;
}

#footer .policy-menu-list li + li:before {
  content: '';
  display:block;
  position:absolute;
  width:1px;
  height:10px;
  left:-2px;
  background-color:#ccc;
  top:50%;
  transform:translateY(-50%);
}

/* #footer .policy-menu-list li:last-child { */
/*   display: block; */
/* } */

/* #footer .policy-menu-list li:last-child:before { */
/*   content: ''; */
/* } */

#footer .address {
  border-top: 1px solid #E6E6E6;
  padding: 12px 17px;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 11px;
}

.footer-type {
  padding-bottom: 70px;
}

#fixed-bottom {
  overflow: hidden;
}

#fixed-bottom .btn-group,
#fixed-bottom .btn-group-flex {
  padding: 11px 15px;
}

.bottom-fixed-type {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.bottom-fixed-type2 {
  position: fixed;
  bottom: 0;
  width: 100%;	
  left: 50px;
  transform: translate(-50%, 0);
}

.fortune-menu-list-box {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -13px -11px;
  padding: 0 13px 0;
}

.fortune-menu-list-box .fortune-menu-list {
  width: 100%;
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -13px 0;
  padding: 11px 13px 11px;
  overflow-x: auto;
}

.fortune-menu-list-box .fortune-menu-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 40px;
}

.fortune-menu-list-box .fortune-menu-list li + li {
  margin-left: 10px;
}

.fortune-menu-list-box .fortune-menu-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 2px rgba(156, 156, 156, 0.25);
          box-shadow: 0px 2px 2px rgba(156, 156, 156, 0.25);
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
}

.fortune-menu-list-box .white-bg {
  background-color: rgba(255, 255, 255, 0.5);
}

.section-concerns .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #474747;
  font-weight: 500;
}

.section-concerns .concerns-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 15px;
}

.section-concerns .concerns-header .tag-list {
  display: -webkit-box;
  font-size: 11px;
  font-weight: 300;
  line-height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  max-height: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section-concerns .concerns-header .tag-list .tag-item {
  display: inline-block;
  margin-right: 4px;
}

.section-concerns .concerns-header .allview {
  font-size: 11px;
  font-weight: 200;
  text-decoration: underline;
  color: #747474;
}

.section-concerns .artwork {
  position: relative;
  margin-bottom: 24px;
  border-radius: 5px;
}

.section-concerns .artwork a {
  display: block;
}

.section-concerns .artwork img {
  width: 100%;
}

.section-concerns .artwork strong {
  position: absolute;
  left: 8px;
  bottom: 7px;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  max-height: 22px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  padding: 0 10px 0 11px;
  border-radius: 15px;
  max-width: 220px;
  height: 22px;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0;
  background: rgba(0, 0, 0, 0.5);
}

.section-concerns .tip-list {
  padding: 0;
  margin: -10px 0;
}

.section-concerns .tip-list li:last-child {
  border-bottom: 0;
}

.section-concerns .tip-list a {
  padding: 10px 0;
}

.box-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.box-profile .profile-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.box-profile .profile-left .ico-profile {
  margin-right: 10px;
}

.box-profile .profile-left span {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
  line-height: 15px;
}

.box-profile .profile-right {
  position: relative;
}

.box-profile .profile-right:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #b4b4b4;
}

.box-weather .weather-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-weather .weather-title strong {
  font-size: 12px;
  font-weight: 700;
}

.box-weather .weather-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-weight: 300;
}

.box-weather .weather-title a .ico-gps {
  margin-left: 5px;
}

.box-weather .weather-content {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-weather .weather-content .ico-weather {
  margin-right: 8px;
}

.box-weather .weather-content .weather-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: 500;
}

.box-weather .weather-content .weather-desc .item {
  line-height: 15px;
}

.box-weather .weather-content .weather-desc .item p {
  font-size: 11px;
  color: #000000;
  display: inline-block;
}

.box-weather .weather-content .weather-desc .item span {
  font-size: 11px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}

.box-weather .weather-content .weather-desc .weather-rolling {
  max-width: 100px;
  overflow: hidden;
  pointer-events: none;
}

.box-weather .weather-content .temperature-scrolling {
  max-width: 160px;
  pointer-events: none;
}

.box-weather .weather-content .temperature-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-weather .weather-content .temperature-info .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.box-weather .weather-content .temperature-info .item p {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

.box-weather .weather-content .temperature-info .item p span {
  display: block;
}

.box-weather .weather-content .temperature-info .item p .text-lightblue {
  color: #32a1ff;
}

.box-weather .weather-content .temperature-info .item p .text-lightgreen {
  color: #00c73c;
}

.box-weather .weather-content .temperature-info .item p .text-orange {
  color: #fda60e;
}

.box-weather .weather-content .temperature-info .item p .text-darkorange {
  color: #ff7700;
}

.box-today-luck {
  padding: 20px 0 0 0;
  position: relative;
}

.box-today-luck .box-today-area {
  padding: 0 20px 24px;
  background-repeat: no-repeat;
  background-size: 172px;
  background-position-x: calc(100% - 5px);
  background-position-y: calc(100% + 20px);
}

.box-today-luck .box-today-area strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #474747;
  margin-bottom: 5px;
}

.box-today-luck .box-today-area p {
  font-size: 11px;
  font-weight: 300;
  color: #474747;
}

.box-today-luck .box-today-area h3 {
  margin: 23px auto 20px;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 2;
}

.box-today-luck .box-today-area .content-time strong {
  font-weight: 400;
  font-size: 10px;
  color: #474747;
}

.box-today-luck .box-today-area .content-time .time-desc {
  font-size: 10px;
  margin-left: 8px;
}

.box-today-luck .box-today-area .content-time .time-desc strong {
  font-weight: 400;
}

.box-today-luck .box-today-area .content-time .time-desc p {
  height: 24px;
  display: inline-block;
  color: #000000;
}

.box-today-luck .box-today-area .content-time .time-desc p:first-child {
  margin-top: 5px;
}

.box-today-luck .box-today-area .content-time .time-desc p span {
  font-size: 12px;
  font-weight: 500;
}

.box-today-luck .box-today-area .content-time .time-desc p .text-mint {
  color: #2CBBB6;
}

.box-today-luck .box-today-area .content-time .time-desc p .text-red {
  color: #D12727;
}

.box-today-luck .box-today-area .content-time .time-desc .bar {
  width: 110px;
  height: 1px;
  background-color: #747474;
  margin: 3px 0;
}

.box-today-luck .box-today-area .today-img {
  text-align: right;
  min-width: 290px;
  min-height: 190px;
}

.box-today-luck .bg-type {
  background-image: none;
  padding: 0 20px;
  overflow:hidden;
}

.box-today-luck .btn-group {
  margin: 0 20px;
  height: 50px;
}

.box-today-luck .btn-group a {
  border-top: 1px solid #d2d2d2;
  background-color: transparent;
  width: 100%;
  color: #030101;
  height: 100%;
  border-radius: 0;
  margin: 0;
}

.luck-type {
  padding: 0;
}

.luck-type .content-today {
  padding-top: 45%;
  font-size: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.luck-type .content-today .today-desc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
}

.luck-type .content-today .today-desc strong {
  font-size: 18px;
  font-weight: 500;
  color: #474747;
  display: block;
}

.luck-type .content-today .today-desc p {
  display: inline-block;
  margin-top: 15px;
  width: 200px;
}

.box-luck-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding: 0;
  height: 0;
  padding-top: 76%;
}

.box-luck-item .luck-content {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.box-luck-item .luck-content strong {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}

.box-luck-item .luck-content p {
  max-width: 200px;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 300;
  color: #474747;
  text-align: right;
  max-height: 100px;
  overflow-y: auto;
}

.box-luck-item .luck-content a {
  text-decoration: underline;
  font-size: 12px;
}

.box-color-luck {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding: 0;
  height: 0;
  padding-top: 76%;
}

.box-color-luck .color-luck-content {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 25px 20px;
}

.box-color-luck .color-luck-content strong {
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}

.box-color-luck .color-luck-content p {
  margin-top: 5px;
  font-weight: 300;
  font-size: 10px;
  color: #474747;
}

.box-color-luck .color-luck-content .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}

.box-color-luck .color-luck-content .btn span {
  font-size: 72px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.box-recommend strong {
  font-size: 18px;
  font-weight: 500;
}

.box-recommend .sub-tag {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 11px;
}

.box-recommend .sub-tag .tag-list {
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.box-recommend .sub-tag .tag-list li {
  display: inline-block;
}

.box-recommend .sub-tag .btn-all {
  font-family: "Noto Sans";
  font-size: 11px;
  font-weight: 200;
  text-decoration: underline;
  color: #747474;
}

.box-recommend .recommend-slide {
  position: relative;
  display: block;
  margin: 0 -20px 30px;
}

.box-recommend .recommend-slide .slide-item {
  padding: 0 20px;
}

.box-recommend .recommend-slide .slide-item .btn-img {
  width: 100%;
  margin: 15px auto 0;
}

.box-recommend .recommend-slide .slide-item .btn-img img {
  width: 100%;
}

.box-my-today {
  margin: 12px -13px 0;
  padding: 0;
}

.box-my-today .my-today-slide {
  position: relative;
  margin-bottom: 0 !important;
}

.box-my-today .my-today-slide .btn {
  border: 0;
}

.box-my-today .my-today-slide .item {
  min-height: 275px;
  position: relative;
  overflow: hidden;
  margin: 0 13px 5px;
  padding: 0;
  border-radius: 5px;
}

.box-my-today .my-today-slide .item img {
  width: 100%;
}

.box-my-today .my-today-slide .item .item-content {
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
}

.box-my-today .my-today-slide .item .item-content strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #474747;
}

.box-my-today .my-today-slide .item .item-content .score {
  margin: 50px 0 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  width: 79px;
  height: 57px;
  font-size: 48px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-my-today .my-today-slide .item .item-content .unit {
  font-size: 12px;
  color: #474747;
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 2.5;
}

.box-my-today .my-today-slide .item .item-content .text-blue {
  color: #6094E2;
}

.box-my-today .my-today-slide .item .item-content .text-pink {
  color: #FFB8C9;
}

.box-my-today .my-today-slide .item .item-content .text-lightpurple {
  color: #DDC9FE;
}

.box-my-today .my-today-slide .item .item-content .bg-yellow {
  background-color: #FBD369;
  color: #ffffff;
}

.box-my-today .my-today-slide .item .item-content .bg-blue {
  background-color: #6094E2;
  color: #ffffff;
}

.box-my-today .my-today-slide .item .item-content .bg-pink {
  background-color: #FFB8C9;
  color: #ffffff;
}

.box-my-today .my-today-slide .item .item-content .bg-lighitpurple {
  background-color: #DDC9FE;
  color: #ffffff;
}

.box-my-today .my-today-slide .item .item-content p {
  margin-top: 25px;
  font-weight: 300;
  font-size: 11px;
  color: #474747;
}

.box-my-today .my-today-slide .item .item-content p span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.box-my-today .my-today-slide .slick-dots {
  position: absolute;
  bottom: 20px;
}

.box-today-taro strong {
  font-size: 18px;
  font-weight: 500;
  color: #3f3f3f;
}

.box-today-taro p {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 300;
  color: #474747;
}

.box-today-taro .taro-img {
  text-align: center;
  width: 100%;
  height: 71%;
  min-width: 280px;
  min-height: 140px;
  padding: 7px;
  margin: 0 auto 10px;
}

.box-today-taro .btn-group {
  margin: 10px 7px 0;
  text-align: center;
}

.box-today-taro .btn-group .btn {
  width: 100%;
  /* min-width: 280px; */
  margin: 0 auto;
  font-size: 12px;
}

.box-month-luck strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #474747;
  margin-bottom: 5px;
}

.box-month-luck p {
  font-weight: 300;
  font-size: 11px;
  color: #474747;
}

.box-month-luck .data-img {
  margin-top: 15px;
  width: 100%;
  min-width: 280px;
  /* min-height: 200px; */
  margin: 10px auto 0;
  position: relative;
  padding: 0 5px;
}

.box-month-luck .data-img img {
  width: 100%;
}

.box-month-luck .btn-group {
  margin: 15px 7px 0;
}

.box-month-luck .btn-group .btn {
  width: 100%;
  margin: 0;
  font-size: 12px;
}

.box-my-luck {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: relative;
  height: 0;
  padding-top: 90%;
  border-radius: 5px;
}

.box-my-luck .my-luck-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
}

.box-my-luck .my-luck-content strong {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.box-my-luck .my-luck-content p {
  margin-top: 5px;
  font-weight: 300;
  font-size: 11px;
  color: #ffffff;
}

.box-my-luck .my-luck-content a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
}

.box-my-life {
  padding-top: 63%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.box-my-life .box-my-life-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.box-my-life .box-my-life-area strong {
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}

.box-my-life .box-my-life-area p {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 300;
  color: #474747;
}

.box-my-life .box-my-life-area a {
  margin-left: 30px;
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
}

.box-my-life .flex-end-type {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-my-life .flex-end-type strong {
  font-weight: 300;
  font-size: 11px;
}

.my-life-type {
  padding-top: 85%;
}

.box-wise-saying {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 120px 140px;
}

.box-wise-saying strong {
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}

.box-wise-saying .sub-txt {
  margin-top: 5px;
  font-size: 11px;
  font-weight: normal;
}

.box-wise-saying .cont {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  color: #474747;
  margin-bottom: 12px;
}

.box-wise-saying span {
  font-size: 11px;
  color: #474747;
  display: inline-block;
}

.box-histroy-today strong {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}

.box-histroy-today .histroy-today {
  padding-left: 10px;
  line-height: 15px;
}

.box-histroy-today .histroy-today strong {
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 0;
}

.box-histroy-today .histroy-today .history-content {
  margin-top: 5px;
}

.box-histroy-today .histroy-today .history-content .content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}

.box-histroy-today .histroy-today .history-content .content-desc:last-child {
  margin-bottom: 0;
}

.box-histroy-today .histroy-today .history-content .content-desc span {
  display: inline-block;
  font-size: 11px;
  color: #747474;
  margin-right: 10px;
}

.box-histroy-today .histroy-today .history-content .content-desc p {
  font-size: 11px;
  color: #474747;
}

.box-trial-test .trial-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.box-trial-test .trial-title strong {
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}

.box-trial-test .trial-title .btn {
  font-size: 11px;
  font-weight: 200;
  font-family: "Noto Sans";
  text-decoration: underline;
  color: #747474;
}

.box-trial-test ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  overflow-x: auto;
}

.box-trial-test ul li {
  display: inline-block;
  margin: 10px;
  width: 135px;
  height: 125px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.box-trial-test ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 80px;
  position: absolute;
  top: 7px;
  right: -10px;
  background-color: #d2d2d2;
}

.box-trial-test ul li .trial-img {
  max-width: 135px;
  max-height: 90px;
}

.box-trial-test ul li .trial-img img {
  width: 100%;
}

.box-trial-test ul li .img-txt {
  position: absolute;
  top: 70px;
  left: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  font-weight: 300;
  font-size: 11px;
  color: #000000;
  padding: 0 3px;
  max-width: 120px;
}

.box-trial-test ul li:last-child:after {
  content: '';
  display: none;
}

.box-trial-test ul li p {
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  font-weight: 300;
  font-size: 10px;
  color: #474747;
}

.box-care {
  padding: 0 0 20px;
}

.box-care .care-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.box-care .care-title strong {
  font-weight: 500;
  font-size: 18px;
  color: #474747;
}

.box-care .care-title .btn {
  font-weight: 200;
  font-size: 11px;
  color: #747474;
  text-decoration: underline;
}

.box-care .care-slide {
  margin-bottom: 30px;
}

.box-care .care-slide .item {
  padding: 20px 20px 0;
}

.box-care .care-slide .item img {
  width: 100%;
}

.box-care .care-slide .item p {
  margin-top: 5px;
  color: #474747;
}

.box-psychology .psychology-slide {
  margin: 0 -20px;
  margin-bottom: 30px;
}

.box-psychology .psychology-slide .psychology-item {
  padding: 0 20px;
}

.box-psychology .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}

.box-psychology .title strong {
  font-weight: 500;
}

.box-psychology .title .btn {
  color: #747474;
  font-size: 11px;
  text-decoration: underline;
  font-weight: 200;
}

.box-psychology .psychology-person {
  padding: 20px 0 15px;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-psychology .psychology-person .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}

.box-psychology .psychology-person .col-left strong {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: normal;
  display: block;
}

.box-psychology .psychology-person .col-left strong span {
  min-width: 50px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.2em;
}

.box-psychology .psychology-person .col-left .sub-txt {
  margin-top: 5px;
  font-weight: 600;
  font-size: 12px;
}

.box-psychology .psychology-person .col-left p {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 300;
  color: #474747;
}

.box-psychology .psychology-person .col-left .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-psychology .psychology-person .col-left .item-list li {
  margin-right: 5px;
}

.box-psychology .psychology-person .col-left .item-list li:last-child {
  margin-right: 0;
}

.box-psychology .psychology-person .col-left .list-type {
  margin-bottom: 10px;
  display: block;
}

.box-psychology .psychology-person .col-left .list-type li {
  float: left;
  text-align: center;
  margin-right: 10px;
  max-width: 40px;
  margin-top: 10px;
}

.box-psychology .psychology-person .col-left .list-type li.item-down:nth-child(3) {
  clear: both;
}

.box-psychology .psychology-person .col-left .list-type:after {
  content: '';
  display: block;
  clear: both;
}

.box-psychology .psychology-person .col-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-left: 36px;
}

.box-psychology .psychology-person .col-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  margin-left: 45px;
}

.box-psychology .psychology-person .col-type .img-profile {
  max-width: 90px;
}

.box-psychology .psychology-person .text-darkgray-type {
  color: #474747;
}

.box-psychology .psychology-person .text-black-type {
  color: #000000;
}

.box-psychology .row-person {
  padding: 20px 10px 15px;
}

.box-psychology .row-person-type {
  padding: 20px 10px 15px;
  display: block;
}

.box-psychology .row-person-type .col-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-psychology .row-person-type .cont-txt {
  font-size: 11px;
  color: #474747;
  font-weight: 300;
}

.box-psychology .telephone-area {
  margin-top: 15px;
  padding: 0 17px;
}

.box-psychology .telephone-area .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-weight: 400;
}

.box-psychology .telephone-area .tag-list {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-psychology .telephone-area .tag-list li {
  margin-right: 5px;
  width: 60px;
}

.box-psychology .telephone-area .tag-list li:last-child {
  margin-right: 0;
}

.box-psychology .telephone-area .tag-list li a {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  border: 1px solid #d04132;
  border-radius: 10px;
  text-align: center;
  color: #d04132;
}

.box-psychology .telephone-area .tag-list .on {
  background-color: #D04132;
  color: #fff;
}

.btn-floating-event {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #6250FF;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(146, 146, 146, 0.25);
          box-shadow: 0 2px 2px rgba(146, 146, 146, 0.25);
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button:before {
  background-color: #474747;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #474747;
  content: '';
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
}

.join-agreement {
  padding: 30px 13px 0;
}

.join-agreement .guide-message {
  color: #767676;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.join-agreement .box-check-title {
  padding: 10px 15px;
  border: 2px solid #d9dadb;
}

.join-agreement .box-check-title .label {
  padding-left: 5px;
}

.join-agreement .box-check-list {
  margin-bottom: 20px;
  background-color: #F5F7F8;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 18px;
  color: #4C4C4C;
  border-right: 2px solid #d9dadb;
  border-left: 2px solid #d9dadb;
  border-bottom: 2px solid #d9dadb;
}

.join-agreement .box-check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join-agreement .box-check-list li + li {
  margin-top: 15px;
}

.join-agreement .price-info {
  text-align: center;
  font-size: 17px;
  line-height: 1.333333;
}

.join-agreement .service-list {
  margin-top: 34px;
  background: #FFF;
  border: 2px solid #D8D8D8;
  border-radius: 5px;
  padding: 17px;
}

.join-agreement .service-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 27px;
}

.join-agreement .service-list li:first-child {
  margin-top: 0;
}

.join-agreement .service-list li .ico {
  margin-right: 16px;
}

.join-agreement .service-list li strong {
  display: block;
  font-weight: normal;
}

.join-agreement .service-list li span {
  font-size: 13px;
}

.join-agreement .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 18px auto;
  padding-right: 24px;
}

.join-agreement .d-flex input[type="checkbox"] {
  margin-left: 10px;
  margin-right: 20px;
}

.btn-group-boxshadow .btn {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

/* 이용약관 */
.agreement-article {
  color: #747474;
  line-height: 16px;
  font-size: 12px;
}

.agreement-article .title {
  margin: 15px 0 5px;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  font-weight: normal;
}

.agreement-article .title .title {
  margin-top: 10px;
}

.form-header {
  padding: 3px 12px;
}

.form-header .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.form-header .desc {
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #797979;
}

.form-myinfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-right: 10px;
}

.form-myinfo dt,
.form-myinfo dd {
  margin: 11px 0;
}

.form-myinfo dt {
  width: 77px;
}

.form-myinfo dd {
  width: calc(100% - 77px);
}

.form-myinfo .form-item-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.form-myinfo .form-item-type .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-myinfo .form-control-type .form-control {
  text-align-last: center;
  text-align: center;
  height: 20px;
  padding: 0 43px;
}

.form-myinfo .btn-group-flex {
  margin: 48px 6px -7px;
}

.form-myinfo .btn-group-flex .btn {
  margin: 7px;
}

.location-list {
  padding: 14px;
}

.location-list dt {
  padding: 0 16px 33px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #474747;
}

.location-list dd {
  margin-bottom: 32px;
}

.location-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
}

.location-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: calc(33.33333% - 16px);
  max-width: calc(33.33333% - 16px);
  margin: 8px;
  font-size: 14px;
  font-weight: 500;
}

.location-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  border-radius: 5px;
  background: #fff;
}

.location-list ul li.on a {
  background: #212121;
  color: #fff;
}

.today-leave {
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.today-leave .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
}

.today-leave .artwork-leave {
  margin-bottom: 43px;
}

.today-leave .message1 {
  margin-bottom: 24px;
}

.artwork-leave {
  width: 160px;
}

.today-leave-apply {
  padding-top: 50px;
}

.today-leave-apply .form-row {
  line-height: 1;
  height: 22px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.today-leave-apply .form-row .col1 {
  width: 120px;
}

.today-leave-apply .form-row .col2 {
  width: 150px;
  margin-left: 10px;
}

.today-leave-apply .form-row select {
  padding-left: 50px;
  color: #C4C4C4;
}

.today-leave-apply .form-row .form-control {
  vertical-align: top;
}

.today-leave-apply .form-row .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.today-leave-apply .form-row .captcha .captcha-image {
  width: 92px;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(71, 71, 71, 0.5);
}

.today-leave-apply .form-row .captcha .captcha-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.today-leave-apply .form-row .captcha .btn-refresh {
  width: 22px;
  height: 22px;
  margin-left: -1px;
  border: 1px solid rgba(71, 71, 71, 0.5);
}

.today-leave-apply .message3 {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  color: #797979;
}

.tip-list {
  padding: 20px 30px 0;
}

.tip-list li {
  border-bottom: 1px solid #D2D2D2;
}

.tip-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

.tip-list .subject {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 44px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  word-break: break-all;
}

.tip-list .content {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  max-height: 18px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
  font-size: 13px;
  color: #4C4C4C;
}

.tip-list .content-type {
  white-space: normal;
  max-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  word-break: break-all;
  margin-right: 20px;
}

.tip-list .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-group-more {
  padding: 15px 17px;
}

.btn-group-type {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-group-type .btn {
  background-color: #8D59B6;
}

.btn-group-type3 {
/*   background-color: rgba(255, 255, 255, 0.6); */
  padding: 10px 17px;
}

/* .btn-group-type3 .btn {
  background-color: #2BB7B4;
} */

.btn-group-type3 .btn .text {
  font-size: 12px;
  font-weight: 300;
}

.visual-image {
  text-align: center;
  margin-bottom: 15px;
}

.visual-image img {
  width: 100%;
}

.visual-image-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 60px 0;
  position: relative;
  height: 0;
  padding-top: 72.3333%;
  border-radius: 10px;
  overflow: hidden;
}

.visual-image-audio img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 260px;
}

.tip-audio-content {
  margin: 20px 65px 0;
  color: #ffffff;
  text-align: center;
}

.tip-audio-content dt {
  font-size: 16px;
  font-weight: 500;
}

.tip-audio-content dd {
  font-size: 12px;
  font-weight: 500;
}

.tip-controller {
  margin: 30px 30px 0;
}

.tip-controller .bar-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  margin-bottom: 5px;
}

.tip-controller .bar {
  position: relative;
  width: 100%;
  height: 5px;
}

.tip-controller .bar .bar-gauge {
  position: absolute;
  left: 0;
  display: block;
  height: 5px;
  background-color: #fff;
  max-width: 100%;
}

.tip-controller .bar .bar-gauge:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -4px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.tip-controller .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 15px 0;
}

.tip-controller .btn-group .btn {
  margin: 0;
  padding: 3px 13px;
}

.tip-controller .btn-group .btn-area {
  padding: 0 10px;
}

.visual-video {
  width: 100%;
  height: 0;
  padding-top: 59%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.visual-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 0;
}

.tip-view {
  margin: 15px 40px 0;
}

.tip-view dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #474747;
}

.tip-view dd {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #4C4C4C;
}

.tip-view .mt-type {
  margin-top: 20px;
}

.tip-view-btns {
  margin-top: 50px;
  text-align: center;
}

.tip-view-btns .btn-heart {
  padding: 0 10px;
}

.tip-view-btns .btn-heart.on {
  border-color: #6250FF;
  background-color: #6250FF;
  color: #fff;
}

.tip-view-btns .btn-heart.on .ico-heart-normal {
  background-image: url(../images/ico-heart-press@2x.png);
}

.tip-view-btns .btn-heart .ico {
  margin-right: 4px;
}

.tip-view-btns .btn-heart-type {
  padding: 0 10px;
}

.tip-view-btns .btn-heart-type.on {
  border-color: #8D59B6;
  background-color: #8D59B6;
  color: #fff;
}

.tip-view-btns .btn-heart-type.on .ico-heart-normal {
  background-image: url(../images/ico-heart-press@2x.png);
}

.tip-view-btns .btn-heart-type .ico {
  margin-right: 4px;
}

.tip-view-btns .btn {
  border-radius: 5px;
}

.tip-view-btns .btn + .btn {
  margin-left: 16px;
}

.tip-view-interval {
  margin-top: 25px;
}

.bg-audio {
  background-image: url(../images/img-bg-sample@2x.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
}

.visual-type {
  position: relative;
  height: 0;
  padding-top: 69.4444%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visual-type img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visual-tit {
  text-align: center;
  margin-top: 20px;
  color: #3f3f3f;
}

.visual-tit dt {
  font-size: 18px;
  font-weight: 800;
}

.visual-tit dd {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.btn-group-type2 {
  text-align: center;
  margin: 50px 0 35px;
}

.btn-group-type2 .btn {
  background-color: #8D59B6;
  color: #ffffff;
  padding: 13px 35px;
}

.btn-group-type2 .btn dt {
  font-size: 20px;
  font-weight: 700;
}

.btn-group-type2 .btn dd {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}

.event-item {
  text-align: center;
}

.event-item .banner {
  margin-bottom: 14px;
}

.event-item .banner img {
  width: 100%;
}

.event-item .event-btn {
  padding-bottom: 10px;
}

.event-item .event-btn .btn {
  min-width: 200px;
  font-size: 15px;
  font-weight: 500;
}

.event-item .event-content {
  width: calc(100% - 48px);
  margin: 0 auto 60px;
  text-align: left;
}

.event-item .event-content .content-desc strong {
  font-weight: 700;
  font-size: 15px;
  color: #426BD2;
  display: block;
}

.event-item .event-content .content-desc ul {
  margin-bottom: 10px;
}

.event-item .event-content .content-desc .content-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.event-item .event-content .content-desc .content-list li span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.event-item .event-content .content-desc .content-list li p {
  font-size: 13px;
}

.event-item .event-content .content-desc .content-list li .txt-weight {
  font-weight: 600;
}

.container-todayluck {
  padding-top: 0;
}

.todayluck-area .header-box {
  position: relative;
  padding: 0 30px;
}

.todayluck-area .header-box h2 {
  font-size: 16px;
  font-weight: 400;
}

.todayluck-area .header-box .tit-weight {
  font-weight: 500;
}

.todayluck-area .header-box p {
  font-size: 12px;
  margin-top: 5px;
  color: #797979;
}

.todayluck-area .header-box .title-xl {
  font-size: 16px;
}

.todayluck-area .color-gray {
  color: #474747;
}

.todayluck-area .color-gray p {
  color: #474747;
  font-size: 13px;
}

.todayluck-area .slide-title {
  font-size: 12px;
  color: #747474;
  text-align: center;
  display: block;
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.todayluck-area .slide-title .ico-arrows-left {
  margin-right: 12px;
}

.todayluck-area .slide-title .ico-arrows-right {
  margin-left: 12px;
}

.todayluck-area .box-line {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 23px auto;
  z-index: 0;
  border-bottom: 1px solid #d2d2d2;
}

.todayluck-area .box-line:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ECF0F1;
  position: absolute;
  border: 1px solid #d2d2d2;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.todayluck-area .box-line:after {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

.todayluck-area .box-line .box-side:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #d2d2d2;
  bottom: -3px;
  background-color: #ffffff;
}

.todayluck-area .box-line .box-side:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: 0;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #d2d2d2;
  bottom: -3px;
  background-color: #ffffff;
}

.todayluck-area .box-line-bgwhite:before {
  background-color: #fff;
}

.todayluck-area .box {
  padding: 20px 17px;
  -webkit-box-shadow: 2px 2px 3px 3px rgba(200, 200, 200, 0.25);
          box-shadow: 2px 2px 3px 3px rgba(200, 200, 200, 0.25);
}

.todayluck-area .box .box-title {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}

.todayluck-area .box .box-title .card-title {
  font-size: 24px;
  color: #000000;
}

.todayluck-area .box .box-title .tit-txt {
  font-size: 24px;
}

.todayluck-area .box h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 auto 35px;
  display: inline-block;
}

.todayluck-area .box h3:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-quotes-top@2x.png);
  background-size: 20px 20px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-repeat: no-repeat;
}

.todayluck-area .box h3:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-quotes-bottom@2x.png);
  background-size: 20px 20px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  background-repeat: no-repeat;
}

.todayluck-area .box p {
  font-size: 13px;
  font-weight: 400;
}

.todayluck-area .box .content-card .card-img {
  padding-top: 30px;
  max-width: 142px;
  margin: 0 auto;
  text-align: center;
}

.todayluck-area .box .content-card strong {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
}

.todayluck-area .box .content-card .content-text {
  padding: 10px 30px 0;
  color: #747474;
  font-size: 12px;
}

.todayluck-area .box .content-card .my-img {
  max-width: 224px;
  margin: 30px auto 0;
  text-align: center;
}

.todayluck-area .box .content-card .card-content {
  padding: 0 30px;
  color: #747474;
}

.todayluck-area .box .card-desc {
  padding: 10px;
}

.todayluck-area .box .card-desc .card-tit {
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  color: #474747;
}

.todayluck-area .box .card-desc strong {
  font-weight: 700;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.todayluck-area .box .card-desc p {
  margin-top: 10px;
  font-size: 13px;
}

.todayluck-area .box .content-text {
  padding: 0 10px;
}

.todayluck-area .box-layout-time {
  padding: 20px 17px;
}

.todayluck-area .box-layout-time p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
}

.todayluck-area .box-layout-time p strong {
  font-weight: 400;
}

.todayluck-area .box-layout-time .time-content {
  display: table;
  table-layout: fixed;
  margin-top: 5px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  word-break: break-all;
}

.todayluck-area .box-layout-time .time-content span {
  width: 50%;
  display: table-cell;
  padding: 5px 18px;
  vertical-align: middle;
}

.todayluck-area .box-layout-time .time-content .bg-red {
  background-color: #D9304E;
  border-radius: 15px 0 0 15px;
}

.todayluck-area .box-layout-time .time-content .bg-blue {
  background-color: #1F689C;
  text-align: right;
  border-radius: 0 15px 15px 0;
}

.todayluck-area .box-content-color .content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.todayluck-area .box-content-color .content-list .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.todayluck-area .box-content-color .content-list .item span {
  font-size: 13px;
  font-weight: 700;
}

.todayluck-area .box-content-color .content-list .item .bg-color {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 12px auto;
}

.todayluck-area .box-content-color .content-desc {
  margin-top: 18px;
  font-size: 13px;
}

.todayluck-area .box-content-list {
  padding: 27px 20px;
  text-align: center;
}

.todayluck-area .box-content-list .content-item h4 {
  font-size: 15px;
  font-weight: 700;
}

.todayluck-area .box-content-list .content-item .title-desc {
  font-size: 12px;
  color: #797979;
  margin: 10px 30px;
  text-align: center;
}

.todayluck-area .box-content-list .content-item .item-score {
  font-size: 12px;
  font-weight: 500;
}

.todayluck-area .box-content-list .content-item .item-score .score {
  font-size: 72px;
}

.todayluck-area .box-content-list .content-item .item-score .text-aqua {
  color: #09B2C9;
}

.todayluck-area .box-content-list .content-item .item-score .text-lightyellow {
  color: #FBD369;
}

.todayluck-area .box-content-list .content-item .item-score .text-lightpurple {
  color: #DDC9FE;
}

.todayluck-area .box-content-list .content-item .item-score .text-lightpink {
  color: #FFD6DF;
}

.todayluck-area .box-content-list .content-item .item-score .text-lightblue {
  color: #6094E2;
}

.todayluck-area .box-content-list .content-item p {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.todayluck-area .box-content-list .content-item .content-text {
  padding: 0 10px;
}

.todayluck-area .box-luck-list .box-content strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.todayluck-area .box-luck-list .box-content .luck-desc-1 {
  font-size: 12px;
  font-weight: 400;
  margin: 10px auto 20px;
  text-align: right;
  color: #747474;
}

.todayluck-area .box-luck-list .box-content .luck-desc-2 {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.todayluck-area .box-luck-list .box-content .content-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #74D8D4;
  border-radius: 40px;
  color: #ffffff;
  font-size: 64px;
  font-weight: 500;
  margin-top: 20px;
}

.todayluck-area .box-luck-list .box-content .sub-txt {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.todayluck-area .box-luck-list .box-content .sub-desc {
  display: block;
  text-align: center;
  font-size: 13px;
}

.todayluck-area .trao-card-slide-area {
  padding: 10px;
  overflow: hidden;
}

.todayluck-area .trao-card-slide-area .card-slider {
  position: relative;
  margin-top: 7px;
  padding: 0 15px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  min-width: 260px;
  border-radius: 5px;
  background-color: #fff;
  height: 434px;
  -webkit-box-shadow: 10px 0 15px rgba(64, 81, 145, 0.2);
          box-shadow: 10px 0 15px rgba(64, 81, 145, 0.2);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.premium-content .todayluck-area .trao-card-slide-area .card-slider .card-item {
  height: 490px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-2 {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-2 .tarocard-title {
  margin-bottom: 32px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-2 .tarocard-content {
  overflow-y: auto;
  height: 240px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 10px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-2 .tarocard-content p {
  font-weight: 500;
  font-size: 13px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-3 {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-3 .tarocard-list {
  margin-top: 200px;
  padding: 15px;
  overflow-y: auto;
  height: 230px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-3 .tarocard-list .tarocard-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-3 .tarocard-list .tarocard-content .content-tit {
  width: 25px;
  margin-right: 7px;
  font-size: 12px;
  color: #474747;
  font-weight: 500;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-tarocard-3 .tarocard-list .tarocard-content .content-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #747474;
  font-size: 12px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-d-flex .confirmation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 10px 35px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-d-flex .confirmation-content strong {
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  color: #474747;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-d-flex .confirmation-content .btn-group {
  margin-top: 10px;
}

.todayluck-area .trao-card-slide-area .card-slider .card-item .item-d-flex .confirmation-content .btn-group .btn {
  width: 50px;
  min-width: 50px;
  height: 18px;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 11px;
}

.todayluck-area .trao-card-slide-area .card-slider .swiper-slide-prev {
  opacity: .5;
}

.todayluck-area .trao-card-slide-area .card-slider .swiper-slide-next {
  opacity: .5;
}

.todayluck-area .card-pagination {
  width: 100%;
  max-width: 150px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  height: 3px;
  border-radius: 10px;
}

.todayluck-area .swiper-pagination-bullet {
  height: 3px;
  opacity: 1;
  border-radius: 0;
  background-color: #fff;
}

.todayluck-area .swiper-pagination-bullet:first-child {
  border-radius: 10px 0 0 10px;
}

.todayluck-area .swiper-pagination-bullet:last-child {
  border-radius: 0 10px 10px 0;
}

.todayluck-area .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px !important;
}

.card-choice-wrap .card-choice-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.card-choice-wrap p {
  font-size: 12px;
  font-weight: 400;
  color: #797979;
  text-align: center;
  max-width: 175px;
  margin: 0 auto;
}

.cards-shuffle {
  position: relative;
  height: 185px;
  margin: 30px 0 25px;
  overflow: hidden;
}

.cards-shuffle .tarot-card-item {
  position: absolute;
  left: 50%;
  width: 107px;
  height: 185px;
  background: url(../images/img-tarot-back-deafult.png) no-repeat;
  background-size: cover;
}

.cards-shuffle .tarot-card-item1 {
  margin-left: -13.5px;
}

.cards-shuffle .tarot-card-item2 {
  margin-left: -53.5px;
}

.cards-shuffle .tarot-card-item3 {
  margin-left: -93.5px;
}

.cards-shuffle .tarot-card-item4 {
  margin-left: -13.5px;
}

.cards-shuffle .tarot-card-item5 {
  margin-left: -53.5px;
}

.cards-shuffle .tarot-card-item6 {
  margin-left: -93.5px;
}

.cards-shuffle.shuffling .tarot-card-item {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.cards-shuffle.shuffling .tarot-card-item1 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-animation-name: shuffleRight;
          animation-name: shuffleRight;
}

.cards-shuffle.shuffling .tarot-card-item2 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-name: shuffleRight;
          animation-name: shuffleRight;
}

.cards-shuffle.shuffling .tarot-card-item3 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-name: shuffleLeft;
          animation-name: shuffleLeft;
}

.cards-shuffle.shuffling .tarot-card-item4 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-animation-name: shuffleRight;
          animation-name: shuffleRight;
}

.cards-shuffle.shuffling .tarot-card-item5 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-name: shuffleLeft;
          animation-name: shuffleLeft;
}

.cards-shuffle.shuffling .tarot-card-item6 {
  -webkit-animation-name: shuffleLeft;
          animation-name: shuffleLeft;
}

.btn-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-card-group .btn-sm {
  min-width: 100px;
  margin: 5px;
}

@-webkit-keyframes shuffleLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shuffleLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes shuffleRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shuffleRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.psychological-content .change-area-list {
  padding-top: 21px;
  word-break: keep-all;
}

.psychological-content .change-area-list .item {
  display: none;
}

.psychological-content .change-area-list .item.on {
  display: block;
}

.psychological-content .change-area-list .question-area {
  text-align: center;
  margin: 60px auto 0;
  padding: 0 10px;
  width: 80%;
}

.psychological-content .change-area-list .question-area strong {
  max-width: 200px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #3f3f3f;
  margin: 0 auto;
}

.psychological-content .change-area-list .answer-btn-area {
  margin: 40px auto 40px;
}

.psychological-content .change-area-list .answer-btn-area .answer-item {
  text-align: center;
}

.psychological-content .change-area-list .answer-btn-area .answer-item button {
  padding: 20px 28px;
  font-size: 12px;
  background: #6250FF;
  color: #fff;
  width: 80%;
  border-radius: 12px;
  margin: 0 auto;
}

.psychological-content .change-area-list .answer-btn-area .both-side {
  margin: 18px auto;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #3f3f3f;
}

.psychological-content .change-area-list .current-ground-area {
  text-align: center;
}

.psychological-content .change-area-list .current-ground-area .percent-bar-area {
  width: calc(100% - 30px);
  height: 5px;
  background: #e7e7e7;
  margin: 0 auto;
  border-radius: 14px;
  margin-bottom: 7.5px;
  overflow: hidden;
}

.psychological-content .change-area-list .current-ground-area .percent-bar-area .percent {
  height: 18px;
  background: #6250FF;
}

.psychological-content .change-area-list .current-ground-area .current-number-area {
  display: none;
  font-weight: bold;
  font-size: 12px;
}

.psychological-content .change-area-list .btn-area {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.psychological-content .change-area-list .btn-area > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.psychological-content .change-area-list .btn-area > div + div {
  margin-top: 12px;
}

.psychological-content .change-area-list .btn-area button {
  min-width: 124px;
  height: 32px;
  background: #6250FF;
  color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: bold;
}

.psychological-content .prev-btn-area {
  margin-top: 62px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.psychological-content .prev-btn-area button {
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.psychological-content .prev-btn-area button .btn-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}

/* 심리상담사 상세 */
.psychology-wrap .content-list {
  margin-top: 20px;
  padding: 0 15px;
}

.psychology-wrap .content-list > li + li {
  margin-top: 20px;
}

.psychology-wrap .content-list strong {
  font-size: 12px;
  font-weight: 600;
}

.psychology-wrap .content-list p {
  margin-top: 15px;
  font-weight: 300;
  font-size: 11px;
  color: #747474;
}

.psychology-wrap .content-list .col-list {
  margin-top: 15px;
}

.psychology-wrap .content-list .col-list li {
  position: relative;
  font-size: 11px;
  font-weight: 300;
  color: #747474;
  padding-left: 10px;
}

.psychology-wrap .content-list .col-list li:before {
  content: '·';
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.psychology-wrap .content-list .faq-list {
  margin-top: 15px;
}

.psychology-wrap .content-list .faq-list dt {
  font-size: 11px;
  font-weight: 300;
}

.psychology-wrap .content-list .faq-list dd {
  margin-top: 15px;
  padding: 0 10px;
  text-align: left;
  font-size: 10px;
  font-weight: 300;
}
/*# sourceMappingURL=style.css.map */

/* 테스트결과 BType */
.box.result-box {
	padding: 0 45px 50px !important;
}
.tit-header .back-btn {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	text-indent:-999999px;
	background: url("../images/ico-back@2x.png") no-repeat;
	background-size: cover;
}

.result-content .dq-tit {
  display: inline-block;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #8D59B6;
}

.result-content .box-title { 
	text-align: center;
}

.result-content .dq-tit:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-quotes-top-1.png);
  background-size: 20px 20px;
  position: absolute;
  top: 10px;
  left: -20px;
  background-repeat: no-repeat;
}

.result-content .dq-tit:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/ico-quotes-bottom-1.png);
  background-size: 20px 20px;
  position: absolute;
  bottom: 10px;
  right: -24px;
  background-repeat: no-repeat;
}


.result-content .result-content {
	text-align: center;
}

.result-content .img-area {
	padding: 40px 0 12px 0;
	text-align: center;
}

.result-content .result-1 {
	padding-bottom: 25px;
}

.result-1 .result-txt {
	word-break: keep-all;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	color: #747474;
}

.result-content .resutl-2 {
	padding: 24px 0;	
	text-align: center;
}
.result-content .resutl-2 .tit {
	display: inline-block;
	padding: 4px 10px;
	background: #8D59B6;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.result-content .resutl-2 .result-txt {
	padding: 10px 0 20px 0;
	word-break: keep-all;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #000;
}

.result-content .resutl-2 .sTit {
	font-size: 18px;
	font-weight: 700;
}

.result-content .resutl-2 .sTit span{
	color: #8D59B6;
}

.result-content .resutl-2 .result-txt ul {
	padding-left: 16px;
}

.result-content .resutl-2 .result-txt ul li {
	list-style: disc;
	text-align: left;
}
.bottom-v{
		border-bottom: 1px solid #ECECEC;
}

.result-content .banner-area {
	text-align: center;
}

/* 이벤트 카드 08-16추가 */

/* .main-card {
	padding-bottom: 20px;
} */

.main-card .card-wrap {
	position: relative;
	margin-top: 12px;
	padding: 22px 18px 42px;
	border-radius: 5px;
}

/* .main-card .card-wrap .text-right .evt-img{
  padding: -10px 0;
} */

.main-card .card-wrap .bottom-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background: #fff;
	opacity: 0.2;
}


.main-card .card-wrap .evtcard-lt {
  height: 150px;
}

.main-card .card-wrap .bottom-layer + a.font-e{
	background: url("../images/more_btn 1.png") right 17px top 0 no-repeat;
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 0 39px 0 0;
	z-index: 999;
}

.bg-c-1 {
	background: #9013FE;
}

.font-c, .font-e {
	font-size: 11px;
	font-weight: 400;
	color: #fff;
}

.font-d {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
}

/* 보름달소망운시작 08-16추가 */

.evt-title{
  line-height: 3;
  font-weight: 600;
  text-align: left;
  padding: 0 0 10px 20px;
}

.event-item .evtbanner {
	background-color: #9013FE;
  padding: 15px;
}


.event-btn .btn-moon{
  background-color: #333;
  min-width: 288px !important;
}

.event-content2 p{
  width: calc(100% - 48px);
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  padding-top: 20px;
}

/* 보름달소망운상세 08-16추가 */

.moonbanner{
  width: 100%;
  background-color: #9013fe;
  
}

.event-btn .btn-moon2{
  background-color: #9013FE;
  min-width: 288px !important;
  height: 60px !important;
}

/* 보름달소망운로딩, 공통로딩 08-17추가 */

.loadingbar-3{
  opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}
.loadingbar-3.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.load-text{
  text-align: center;
}

/* 추천운세 */

.reco_fortune_hrline{
  margin-top: 10px;
  height: 1px;
  background: #D2D2D2;
  border: 0;
}

.reco_fortune_text{
  margin-top: 10px;
}

.text_hl{
  display: inline-block;
  background: linear-gradient(to top, #9AFFFB 50%, transparent 50%);
}

.display_b{
  display: block;
}

.text-s {
  font-size: 11px !important;
}

/* 실시간추천운세상세 */

.btn-wrap_reco_dt{
  margin: 30px 40px;
}

.btn-wrap_reco_dt button{
  background-color: #000 !important;
}

.dthr{
  width: 80%;
  margin: 30px auto;
}

.fc_black{
  color: #000 !important;
}

.reco_fortune_btns{
  margin: 20px 40px 0;
  display: flex;
}

.reco_fortune_btns .reco_fortune_btns_banner{
  margin-right: 20px;
}

.modal-popup .popup-inner .popup-body{
  text-align: center;
}

.amulet_img{
  width: 88%;
  margin: 0 auto;
}

.btn-wrap_reco_dt_pu{
  margin: 30px 20px;
}

.btn-wrap_reco_dt_pu button{
  background-color: #000 !important;
}

.modal-popup .btn-close-popup2 {
  position: absolute;
  right: 15px;
  top: -15px;
}

.ico-close-circle2 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url("../images/ico-close-circle@2x.png");
}

.bgcwht{
  background-color: #fff !important;
}

.bgcwht .container{
  padding: 0 0 20px 0 !important;
}

/* UI 리뉴얼 */

/* buttons */

#fixed-bottom .onebtn_group, #fixed-bottom2 .onebtn_group{
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
}

#fixed-bottom2{
  width: 100%;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  background-color: #fff;
  z-index: 9999;
}


.btn-group-flex23 button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 3px;
}

.onebtn_pw{
  font-size: 1.667rem;
  font-weight: 700;
  color: #fff;
  background-color: #4d3dd3;
  text-align: center;
  border-radius: 0.5rem;
  max-width: 978px;
  width: 100%;
  height: 4.8rem;
  margin: 0 1.7rem 1.4rem !important;
  line-height: 4.8rem;
}

.ppbtn_off{
  color: #989898 !important;
  background-color: #e9e9ea !important;
}

.whbtn_off{
  color: #989898 !important;
  background-color: #fff !important;
  border: 0.167rem solid #989898 !important;
}

.twobtn_on_pu{
  font-size: 1.533rem;
  font-weight: 700;
  color: #fff;
  background-color: #4d3dd3;
  text-align: center;
  border-radius: 0.5rem;
  max-width: 372px;
  width: 40%;
  height: 4.7rem;
  margin: 0 0.6rem 1.4rem !important;
}

.twobtn_off_pu{
  font-size: 1.533rem;
  font-weight: 700;
  color: #4d3dd3;
  background-color: #fff;
  text-align: center;
  border: 0.167rem solid #4d3dd3;
  border-radius: 0.5rem;
  max-width: 372px;
  width: 40%;
  height: 4.7rem;
  margin: 0 0.6rem 1.4rem !important;
}


/* freemember regist */

.ncolor{
  background-color: #4d3dd3 !important;
}

.freeregist_wrap{
  padding: 6rem 1.7rem 6rem !important;
  /* position: absolute;
  bottom: 10rem; */
  width: 100% !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #fff;
  /* z-index: 9999; */
}

.freeregist_wrap .guide-message{
  font-weight: 500 !important;
  font-size: 1.7rem !important;
  color: #232323 !important;
  text-align: left;
  margin-bottom: 2.8rem !important;
}

.freeregist_wrap .box-check-title{
  border: 0px solid;
  background-color: #fff;
  padding: 0 !important;
  margin-bottom: 0.733rem;
}

.freeregist_wrap .box-check-list{
  border: 0px solid;
  background-color: #fff;
  padding: 0 !important;
  margin-bottom: 1.267rem !important;
  max-height: 14rem !important;
  overflow-y: scroll;
}

.mh18rem{
  max-height: 18rem !important;
}

.freeregist_wrap .box-check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.freeregist_wrap .box-check-title .check-item input[type="checkbox"]{
  width:2.433rem !important;
  height:2.433rem !important;
  background-image: url(../images/btn_check_box_2_n.png) !important;
  background-size:2.433rem 2.433rem !important;
  margin-right: 0.933rem !important;
}

.box-check-title .check-item input[type="checkbox"]:checked{
  background-image: url(../images/btn_check_box_2_p.png) !important;
}

.freeregist_wrap .box-check-title .label{
  padding: 0 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.redtext{
  color: #ff0000 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.freeregist_wrap .box-check-list .check-item input[type="checkbox"]{
  width:2.433rem !important;
  height:2.433rem !important;
  background-image: url(../images/terms_check_off.png) !important;
  background-size:1.2rem 0.867rem !important;
  margin-right: 0.933rem !important;
}

.freeregist_wrap .box-check-list .check-item input[type="checkbox"]:checked{
  background-image: url(../images/terms_check_on.png) !important;
}

.freeregist_wrap .box-check-list li{
  margin-top: 0 !important;
  height: 3.367rem !important;
}

.freeregist_wrap .ico-xs-chevron-right-gray{
  width: 0.6rem;
  height: 1rem;
  line-height: 1rem;
  background-image: url(../images/join_arr_g.png) !important;
}

.freeregist_wrap .box-check-list .check-item span{
  font-weight: 400;
  font-size: 1.2rem;
  color: #232323;
}

.redtxt{
  color: #ff0000 !important;
}


/* member regist */

.memberwrap{
  padding-top: 3.167rem !important;
  position: static !important;
}

.memberwrap .price-info p{
  font-size: 1.667rem !important;
  font-weight: 500;
}

.price-info .text-secondary{
  color: #ea273a !important;
  display: flex;
  flex-direction: column;
}

.memberwrap .text-lg{
  font-size: 1.5rem !important;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.memberwrap .text-sm{
  font-size: 1rem !important;
  font-weight: 500;
}

.memberwrap .service-list{
  border: 0px solid !important;
  padding: 0 !important;
}

.memberwrap .service-list li{
  height: 5.333rem;
}

.memberwrap .service-list li strong{
  font-weight: 400;
  font-size: 1.5rem;
  color: #4c4c4c;
  margin-bottom: 0.667rem;
}

.memberwrap .service-list li span{
  font-weight: 400;
  font-size: 1.3rem;
  color: #797979;
}

.memberwrap .ico-coin{
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
}

.memberwrap .service-list li .ico{
  margin-right: 1.933rem;
  margin-left: 1.833rem;
}

.memberwrap .d-flex{
  line-height: 3.666rem;
}

.memberwrap .check-item-lg .label{
  font-weight: 400;
  font-size: 1.5rem;
  color: #373536;
}

.memberwrap .check-item-lg input[type="checkbox"]{
  background-image: url(../images/btn_checkbox_off.png) !important;
  width: 1.833rem !important;
  height: 1.833rem !important;
  margin-left: 0.317rem !important;
  margin-right: 1.217rem !important;
}

.memberwrap .check-item-lg input[type="checkbox"]:checked{
  background-image: url(../images/btn_checkbox_on.png) !important;
}

.memberwrap .d-flex{
  padding-right: 0 !important;
}


/* 사주정보관리 */

.psr{
  position: relative;
}

.form-myinfo dt{
  font-weight: 400;
  font-size: 1.4rem;
}

.form-item-type .check-item .label{
  font-weight: 500;
  font-size: 1.4rem;
}

.ktday2309rn{
  height: 4.8rem !important;
  border: 0rem solid transparent;
  border-radius: 0.5rem !important;
  padding: 0px 1.667rem !important;
  font-size: 1.4rem !important; 
  background-color: #EEF0F4 !important;
  position: relative;
}

.ktday2309rn:focus{
  height: 4.8rem !important;
  border: 0.167rem solid #858585 !important;
  border-radius: 0.5rem !important;
  padding: 0px 1.667rem !important;
  font-size: 1.4rem !important; 
  background-color: #fff !important;
}

.check-item input[type="radio"]{
  background-image: url(../images/btn_radio_off.png);
  border: 0px solid transparent;
  background-size: 1.6rem 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}

.check-item input[type="radio"]:checked{
  background-image: url(../images/btn_radio_on.png);
  background-size: 1.6rem 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
}

.datepicker .btn{
  background-color: transparent !important;
  right: 2rem !important;
}

.select_arrow{
  background: url(../images/icon_drop_arr_down.png) no-repeat center center;
  background-size: 1.1rem 0.633rem;
  width: 1.1rem;
  height: 0.633rem;
  padding-right: 0.333rem;
}

.form-myinfo .form-control-type .ktday2309rn{
  text-align-last: left;
  text-align: left;
}

.selected{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.35rem 0rem;
}

.form-control-type ul{
  display: none;
  width: calc(100% + 3.354rem);
  margin-left: -1.677rem;
}

.form-control-type.active{
  height: 4.8rem !important;
  border: 0.167rem solid #858585 !important;
  border-radius: 0.5rem !important;
  padding: 0px 1.667rem !important;
  font-size: 1.4rem !important; 
  background-color: #fff !important;
}

.form-control-type.active .select_arrow{
  background: url(../images/icon_drop_arr_up.png) no-repeat center center;
  background-size: 1.1rem 0.633rem;
  width: 1.1rem;
  height: 0.633rem;
  padding-right: 0.333rem;
}

.form-control-type.active ul{
  display: block;
  width: 100%;
  margin-left: -1.677rem;
  position: absolute;
  z-index: 999;
}

.ktday2309rn .option{
  font-size: 1.4rem;
  background-color: #EEF0F4;
  line-height: 5.433rem;
  border: 0px solid transparent;
  padding-left: 1.677rem;
}

.focus{
  height: 4.8rem !important;
  border: 0.167rem solid #858585 !important;
  border-radius: 0.5rem !important;
  padding: 0px 1.667rem !important;
  font-size: 1.4rem !important; 
  background-color: #fff !important;
}

.psr .btn-group-flex23{
  margin: 0;
  margin-top: 2rem;
  margin-bottom: -2rem;
  z-index: 1;
}

/* 팝업 */

.modal-alert .popup-body23 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 3.933rem 2.333rem 4.233rem;
  color: #4C4C4C;
}

.modal-alert .popup-footer23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.btn-group-flex23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 1.733rem;
}


.modal-alert .btn-group-flex23 {
  margin: 0;
}

/* 비회원->유료가입 */

.freeregist_wrap2{
  padding: 2.1rem 0rem 0rem !important;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #fff;
  z-index: 9999;
}

.freeregist_wrap2 .guide-message{
  font-weight: 500 !important;
  font-size: 1.7rem !important;
  color: #232323 !important;
  text-align: left;
  margin-bottom: 2.8rem !important;
}

.freeregist_wrap2 .box-check-title{
  border: 0px solid;
  background-color: #fff;
  padding: 0 !important;
  margin-bottom: 0.733rem;
}

.freeregist_wrap2 .box-check-list{
  max-height: 17rem;
  height: 30vh;
  overflow-y: scroll;
  border: 0px solid;
  background-color: #fff;
  padding: 0 !important;
}

.freeregist_wrap2 .box-check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.freeregist_wrap2 .box-check-title .check-item input[type="checkbox"]{
  width:2.433rem !important;
  height:2.433rem !important;
  background-image: url(../images/btn_check_box_2_n.png) !important;
  background-size:2.433rem 2.433rem !important;
  margin-right: 0.933rem !important;
}

.freeregist_wrap2 .box-check-title .check-item input[type="checkbox"]:checked{
  background-image: url(../images/btn_check_box_2_p.png) !important;
}


.freeregist_wrap2 .box-check-title .label{
  padding: 0 !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
}

.freeregist_wrap2 .box-check-list .check-item input[type="checkbox"]{
  width:2.433rem !important;
  height:2.433rem !important;
  background-image: url(../images/terms_check_off.png) !important;
  background-size:1.2rem 0.867rem !important;
  margin-right: 0.933rem !important;
}

.freeregist_wrap2 .box-check-list .check-item input[type="checkbox"]:checked{
  background-image: url(../images/terms_check_on.png) !important;
}

.freeregist_wrap2 .box-check-list li{
  margin-top: 0 !important;
  height: 3.367rem !important;
}

.freeregist_wrap2 .ico-xs-chevron-right-gray{
  width: 0.6rem;
  height: 1rem;
  line-height: 1rem;
  background-image: url(../images/join_arr_g.png) !important;
}

.freeregist_wrap2 .box-check-list .check-item span{
  font-weight: 400;
  font-size: 1.2rem;
  color: #232323;
}

.ovfy_hd{
  overflow-y: hidden !important;
}

@media screen and (max-height:667px){
  
  .freeregist_wrap2 .box-check-list{
    max-height: 17rem;
    height: 10vh;
  }
}

.scrollLock{
  overflow-y: hidden;
}

/* 
.btn_rnd23{
  border-radius: 0.5rem;
}

.m_20{
  margin: 0px -20px;
} */

/* freeregist_24 */

.freeregist_info_wrap{
  padding: 3rem 2.5rem 0;
  text-align: center;
}

.freeinfo_title{
  font-weight: 700;
  font-size: 1.833rem;
  color: #212121;
}

.freeinfo_sub{
  font-weight: 500;
  font-size: 1.4rem;
  color: #212121;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.freeinfo_script{
  font-weight: 400;
  font-size: 1.4rem;
  color: #7c7c7c;
  margin-bottom: 3.167rem;
}

.freeinfo_banner{
  border-radius: 1.433rem;
  overflow: hidden;
}

.freeregist_wrap .price-info p{
  font-size: 1.667rem !important;
  font-weight: 500;
}

.psfixed{
  position: fixed !important;
}

.btnbt0{
  bottom: 0 !important;
}


@media screen and (min-width:690px){
  .freeinfo_banner{
    max-width: 70%;
    margin: 0 auto;
  }

  .freeregist_wrap{
    position: static !important;
    max-height: none !important;
    margin-top: 16%;
  }

  .freeregist_wrap .box-check-list{
    height: 100% !important;
    max-height: none !important;
  }
}


/* 2025 YEAR */

.year25_bg{
  background: url(../images/year202501_bg.png);
  background-size: contain;
  height: 100%;
  position: relative;
}

.year2501_wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  border-radius: 14px;
  border: 2px solid #ffff;
  padding: 3px;
}

.year2501_inner{
  padding-top: 40px;
  padding-bottom: 46px;
  background-color: #fff;
  border-radius: 10px;
}

.year2501_title{
  text-align: center;
}

.y2501_s{
  font-size: 28px;
  font-weight: bold;
  color: #061939;
  line-height: 1;
}

.y2501_l{
  font-size: 35px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1 !important;
  color: #061939;
}

.progress_text{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.year2501_description{
  color: #061939;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}

.to_year2502{
  background-color: #003DBF;
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}

/* 2025year2 */

.year25_bg2{
  background-color: #fff;
}

.year2502_description{
  width: 80%;
  margin: 10px auto 40px;
}

.y2502_title{
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 6px;
}

.y2502_desc{
  font-size: 14px;
  color: #000;
  text-indent: 4px;
}

.to_year2503{
  background-color: #333;
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0 auto 46px;
}

/* 2025year3 */

.year2503_description{
  width: 80%;
  margin: 30px auto 40px;
}

.y2503_title{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.y2503_title img{
  width: 132px;
}

.y2503_desc{
  font-size: 14px;
  color: #474747;
  text-indent: 4px;
}

.y2503_title:first-child{
  margin-top: 0;
}

/* 2025 건강운 */

.heal25_bg{
  background: url(../images/25health_bg.png);
  background-size: contain;
  height: 100%;
  position: relative;
}

.to_heal2502{
  background-color: #212121;
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
}

/* 2025 직장운 */

.job25_bg{
  background: url(../images/25job_bg.png);
  background-size: contain;
  height: 100%;
  position: relative;
}

/* 2025 애정운 */

.love25_bg{
  background: url(../images/25love_bg.png);
  background-size: contain;
  height: 100%;
  position: relative;
}