@charset "utf-8";

.free-fortune-area{
  padding-top: 40px;
}
.free-fortune-area > section {
  padding:20px 20px 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.free-fortune-area > section header{
  margin-bottom: 20px;
}
.free-fortune-area > section header h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: center;
}
.free-fortune-area > section header h3::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 36px;
  background: url(/m/img/fortune/today/today_section_bg.png) no-repeat 100%/100%;
  overflow: hidden;
  z-index: -1;
}
.free-fortune-area > section header h3.today-sub5::before,
.free-fortune-area > section header h3.today-sub6::before {
  top: 0;
}


.free-fortune-area > section.todayItem > article {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.free-fortune-area > section.todayItem > article section {
  padding: 20px 0;
  display: flex;
    flex-direction: column;
    align-items: center;
  width: 160px;
  min-height: 82px;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 5px 20px 0 rgba(195, 210, 234, 0.5);
  background-color: #fff;
}
.free-fortune-area > section.todayItem > article section::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  height: 57px;
  width: 2px;
  background-color: #eee;
}
.free-fortune-area > section.todayItem > article section:last-child:after {
  display: none;
}
.free-fortune-area > section.todayItem > article section article {
  margin: 10px 0;
  display: flex;
}
.free-fortune-area > section.todayItem > article section.luck-num{
  margin: 0 5px;
  width: 220px;
}
.free-fortune-area > section.todayItem > article section.luck-num article{
  margin: 0;
}
.free-fortune-area > section.todayItem > article section.luck-num article span{
  display: inline-block;
    width: 50px;
}
.free-fortune-area > section.todayItem > article section article span img{
  display: block;
  width: 100%;
}
.free-fortune-area > section.todayItem > article section header h4 {
  font: 400 14px NotoSansKR;
  line-height: 2.29;
  letter-spacing: -0.14px;
  color: #999999;
}

.star-ttl {
  height: 51px;
  text-align: center;
}
.star-ttl h3 {
  color: #69009d;
  font: bold 16px NotoSansKR;
  line-height: 31px;
}
.week-zodiac-ttl {
  height: 51px;
  text-align: center;
}
.week-zodiac-ttl h3 {
  color: #ff8633;
  font: bold 16px NotoSansKR;
  line-height: 31px;
}
.week-zodiac-ttl h4 {
  font-size: 12px;
}
.today-zodiac-ttl {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.today-zodiac-ttl h3 {
  color: #222;
  font: 500 16px/1 NotoSansKR;
}


.today-line {
  color: #222222;
  font: 500 14px NotoSansKR;
  margin: 5px 0;
  position: relative;
  width: max-content;
  z-index: 3;
}
.today-line::before {
  content: "";
  display: none;
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  background-color: #ff9900;
  box-shadow: 0 1px 7px 1px rgb(255 155 5 / 33%);
}
.today-result {
  font: 400 14px NotoSansKR;
  margin-bottom: 5px;
  text-align: justify;
  line-height: 1.71;
  color: #666666;
}
.today-result > section header{
  margin-bottom: 0;
}


.t-dir {
  color: #222;
  font: bold 14px NotoSansKR;
}
.week-star-section header {
  height: 31px;
}

h3.week-star-sub1 {
  background: url("/m/img/fortune/week_star/sub1_ttl.png");
  height: 31px;
  overflow: hidden;
  text-indent: -2000px;
  width: 180px;
}
h3.week-star-sub2 {
  background: url("/m/img/fortune/week_star/sub2_ttl.png");
  height: 31px;
  overflow: hidden;
  text-indent: -2000px;
  width: 180px;
}
h3.week-star-sub3 {
  background: url("/m/img/fortune/week_star/sub3_ttl.png");
  height: 31px;
  overflow: hidden;
  text-indent: -2000px;
  width: 180px;
}

.week-star-result {
  color: #555555;
  font: 12px NotoSansKR;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: justify;
}

.week-star-icon-area {
  display: inline-block;
  margin-top: 10px;
}
.week-star-icon-area ul li {
  float: left;
  margin-bottom: 11px;
}
.week-star-icon-area ul li a {
  float: left;
  height: 54px;
  margin: 0 4px 0 5px;
  width: 40px;
}
.week-star-icon-top {
  display: block;
  height: 40px;
  width: 40px;
}
.week-star-icon-top img {
  float: left;
}
.week-star-icon-bottom {
  color: #303030;
  display: block;
  font: 10px NotoSansKR;
  height: 15px;
  letter-spacing: -1px;
  text-align: center;
  width: 40px;
}

h3.zodiac-sub img {
  margin-right: 5px;
}
.zodiac-result {
  color: #555555;
  font: 12px NotoSansKR;
  line-height: 18px;
  margin-bottom: 5px;
  text-align: justify;
}
.my_zodiac {
  float: left;
  margin-right: 10px;
  margin-bottom: 50px;
}

.fortune-list-area ul {
  background: #fff;
}
/* main renewal 20210609 */
.fortune-list-area ul li {
  position: relative;
  padding: 15px;
  border-top: 1px solid #eeeeee;
  height: 75px;
}
/* main renewal 20210609 */
.fortune-list-area ul li:first-child {
  border-top: none;
}
.fortune-list-area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* main renewal 20210609 */
.fortune-list-area2 {
  position: relative;
  background-color: #fff;
}
/* main renewal 20210609 */
.fortune-list-area2 ul li {
  padding: 15px;
  box-sizing: border-box;
}
/* main renewal 20210609 */
.fortune-list-area2 ul li:first-child {
  border-top: none;
}
/* main renewal 20210609 */
.fortune-list-area2 ul li a {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
/* main renewal 20210609 */
.fortune-icon-area {
  float: left;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
}
/* main renewal 20210609 */
.fortune-icon-area img {
  width: 100%;
}

.fortune-ttl-area {
  color: #7f7e7e;
  font: 11px/1.5 NotoSansKR;
  letter-spacing: -1px;
  padding-left: 10px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
}
.fortune-ttl-area h5 {
  color: #4b1e0b;
  font: bold 14px NotoSansKR;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fortune-list-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ed6a1b;
  font: bold 12px NotoSansKR;
  text-align: center;
}
/* today unse */
.content-title{
  position: relative;
}
.content-title .favorite{
  position: absolute;
  right: 0;
  top: 0;
}
.content-title .favorite input[type="checkbox"]{
  padding: 0;
  display: block;
  appearance: none;
  -webkit-appearance: none;
}
.content-title .favorite input[type="checkbox"] + label{
  display: block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/m/img/main/renewal/icon/heart-icon-off@2x.png);
}
.content-title .favorite input[type="checkbox"]:checked + label{
  background-image: url(/m/img/main/renewal/icon/heart-icon-on@2x.png);
}
.content-title h2{
  position: absolute;
  top:50%;
  left: 10%;
  transform: translateY(-50%);
  font: 600 26px NotoSansKR;
  color: #67afd3;
}
.saju-input-area {
  padding: 10px;
}
.saju-input-area header {
  margin-bottom: 15px;
  height: 20px;
  display: block;
  width: 100%;
}
.saju-input-area header h3 {
  color: #8986ff;
  font: 600 14px NotoSansKR;
}

.saju-input .input67p{ 
  border-radius: 25px;
  border: solid 1px #e1e8f4;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-left: 15px;
  font: 400 12px NotoSansKR;
 }
 .saju-input .select25p,
 .saju-input .select35p{
  border-radius: 25px;
  border: solid 1px #e1e8f4;
  background-color: #fff;
  margin: 0 3px 0 0;
  padding: 0;
  height: 100%;
  padding-left: 12px;
  font: 400 12px NotoSansKR;
  appearance: auto;
 }
 .saju-input.coinWrap{
  border-radius: 20px;
  background-color: #f7f9fc;
  width: 100%;
    height: 80px;
 }
 .saju-input.coinWrap.coin dl dt{
  width: 100%;
 }
 .saju-input.coinWrap.coin dl dd p{
  height: auto;
 }
 .saju-input dl.coin{
  display: inline-flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    float: left;
 }
 .saju-input dl {
  margin-bottom: 5px;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 100%;
}
.saju-input dl dt,
dd {
  float: left;
}
.saju-input dl dt {
  padding: 10px;
  color: #aab7ce;
  font: 600 11px NotoSansKR;
  width: 25%;
  border-radius: 25px;
  background-color: #f7f9fc;
  box-sizing: border-box;
}
.saju-input dl dd {
  margin-left: 5px;
  width: 69%;
  height: 100%;
}
.saju-input dl dd span {
  color: #626262;
  line-height: 34px;
}
.saju-input.coin dl dd p{
  display: inline-flex;
  align-items: center;
  color: #aab7ce;
    float: none;
    font: 600 12px NotoSansKR;
  line-height: normal;
  letter-spacing: normal;
    margin-right: 0;
    height: 100%;
}
.saju-input.coin dl dd p.user_pay{
  color: #8986ff;
}
.saju-input.coin dl dd p.user_have::before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/m/img/main/renewal/icon/coin_off@2x.png);
}
.saju-input.coin dl dd p.user_pay::before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/m/img/main/renewal/icon/coin_on@2x.png);
}
.pay_ps {
  font-size: 12px;
  margin-top: 10px;
  font-family: NotoSansKR;
  src: url("/m/font/NotoSansKR.eot");
  src: url("/m/font/NotoSansKR.woff") format("woff");
}

/* ???? : s */
.tarot-title-area{
    margin: 0 10px 20px;
    padding: 10px 20px;
    height: auto;
    background: #f9f9f9;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.tarot-title-area .tarot-title-right h3 {
    margin-bottom: 0;
    font: 600 18px NotoSansKR;
    line-height: 1.78;
    letter-spacing: -0.18px;
    text-align: left;
    color: #ffb74b;
  }
  .tarot-title-top h3{
      margin-bottom: 5px;
    font: 600 14px NotoSansKR;
    line-height: 2;
    letter-spacing: -0.12px;
    text-align: left;
  }
  .tarot-title-left{
      padding-right: 13px;
    float: left;
    max-width: 100px;
    border-radius: 3px;
    overflow: hidden;
    }
  .tarot-title-left img{
        width: 100%;
    }
  
  .tarot-title-right p {
    font: 400 12px NotoSansKR;
    line-height: 1.78;
    letter-spacing: -0.18px;
    text-align: left;
    color: #222;
  }
.today_wish .tarot-title-area {
  margin: 0;
  padding: 0;
  border-radius: unset;
    height: 260px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #82a4d9;
    background-position: bottom;
    background-image: url(/m/img/main/renewal/img/luck_img_bg@3x.png);
}
.today_wish .tarot-title-area .tarot-title-right {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 228px;
}
.today_wish .tarot-title-area .tarot-title-right h3 {
    margin-bottom: 15px;
    font: 600 18px NotoSansKR;
    text-align: left;
    color: #fff;
  }

.today_wish .tarot-title-area .tarot-title-right p {
    font: 400 14px NotoSansKR;
    text-align: left;
    color: #fff;
  }

#Tarot_Form.today_wish_form {
  padding-bottom: 0;
}
#Tarot_Form.today_wish_form .wish-tarot-title-area{
  padding-left: 10px;
  height: 40px;
  border-radius: 30px;
  border: solid 1px #e1e8f4;
  background-color: #fff;
  overflow: hidden;
  display: flex;
    align-items: center;
}
#Tarot_Form.today_wish_form .wish-tarot-title-area input[type="submit"]{
  border-radius: 30px;
  background-color: #8986ff;
  border: none;
  color:#fff;
  font-size: 14px;
  height: 100%;
  padding: 0 20px;
}
#Tarot_Form.today_wish_form textarea {
  width: 100%;
  height: 100%;
  font: 400 14px NotoSansKR;
  color: #aab7ce;
  border: none;  
  outline: none;
  resize: none;
  overflow: hidden;
}
#Tarot_Form.today_wish_form textarea::placeholder{
  color: #aab7ce;

}

#Tarot_Form .noname-area {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 10px 0;
}
#Tarot_Form .noname-area .inputWrap {
  display: flex;
  align-items: center;
}
#Tarot_Form .noname-area .txt_num {
  position: unset;
}
#Tarot_Form .today-wish-ps {
  margin: 30px 10px;
  font: 500 14px NotoSansKR;
  line-height: 1.71;
  letter-spacing: -0.14px;
  color: #666;
}
#Tarot_Form .today-wish-ps li {
  position: relative;
  padding-left: 13px;
}
#Tarot_Form .today-wish-ps li::before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#Tarot_Form.today_wish_form::after {
  display: none;
}

.today_wish .btn-talk-list-more .btn_orange_bg {
  color: #fff;
  padding: 25px 35px;
}
article.today_wish {
  padding-bottom: 100px;
}
/* ???? : e */

.tarot-q-area {
  border-top: 1px solid #f9a820;
  padding: 20px 0 10px;
  margin: 10px;
}
.tarot-q-copy {
  color: #666;
  font: 500 13px NotoSansKR;
}
.tarot-questions {
  margin-top: 15px;
}
.tarot-questions li {
  color: #f9a820;
}

.tarot-shuffle-area {
  height: 424px;
  margin: 10px;
  border-radius: 3px;
}
.tarot-shuffle-area legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -2000px;
}
.tarot-input-area {
  height: 100%;
}
.tarot-input-inner-area {
  padding: 10px;
  text-align: center;
}
.tarot-input-inner-area label,
input,
select {
  display: inline;
}
.tarot-input-inner-area label {
  color: white;
  font: 500 11px NotoSansKR;
}
input.tarot-name {
  border: 1px solid #eee;
  border-radius: 3px;
  width: 15%;
}
select.tarot-gender {
  height: 26px;
  border: 1px solid #eee;
  border-radius: 3px;
  font: 12px NotoSansKR;
}

.tarot-btn-area {
  height: 40px;
}
.tarot-btn-area ul {
  height: 31px;
  margin: 0 auto;
  padding-top: 5px;
  width: 225px;
}
.tarot-btn-area ul li {
  float: left;
  margin-left: 5px;
}
.tarot-btn-area ul li img {
  cursor: pointer;
  float: left;
}
/* tarot */
.tarot-shuffle-bg {
  background: url("/m/img/fortune/tarot/tarot_bg.jpg");
  height: 353px;
  margin: 0 auto;
  width: 310px;
}
.tarot-shuffle-bg ul {
  float: left;
  height: 333px;
  margin: 10px 0 0 10px;
  position: relative;
  width: 291px;
}
.tarot-shuffle-bg ul li {
  left: 124px;
  position: absolute;
  top: 128px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.tarot-shuffle-bg ul li img {
  display: block;
  width: 46px;
}

.t_card01 {
  left: 0;
  position: absolute;
  top: 0;
}
.t_card02 {
  left: 49px;
  position: absolute;
  top: 0;
}
.t_card03 {
  left: 98px;
  position: absolute;
  top: 0;
}
.t_card04 {
  left: 147px;
  position: absolute;
  top: 0;
}
.t_card05 {
  left: 196px;
  position: absolute;
  top: 0;
}
.t_card06 {
  left: 245px;
  position: absolute;
  top: 0;
}
.t_card07 {
  left: 0;
  position: absolute;
  top: 84px;
}
.t_card08 {
  left: 49px;
  position: absolute;
  top: 84px;
}
.t_card09 {
  left: 98px;
  position: absolute;
  top: 84px;
}
.t_card10 {
  left: 147px;
  position: absolute;
  top: 84px;
}
.t_card11 {
  left: 196px;
  position: absolute;
  top: 84px;
}
.t_card12 {
  left: 245px;
  position: absolute;
  top: 84px;
}
.t_card13 {
  left: 0;
  position: absolute;
  top: 168px;
}
.t_card14 {
  left: 49px;
  position: absolute;
  top: 168px;
}
.t_card15 {
  left: 98px;
  position: absolute;
  top: 168px;
}
.t_card16 {
  left: 147px;
  position: absolute;
  top: 168px;
}
.t_card17 {
  left: 196px;
  position: absolute;
  top: 168px;
}
.t_card18 {
  left: 245px;
  position: absolute;
  top: 158px;
}
.t_card19 {
  left: 49px;
  position: absolute;
  top: 252px;
}
.t_card20 {
  left: 98px;
  position: absolute;
  top: 252px;
}
.t_card21 {
  left: 147px;
  position: absolute;
  top: 252px;
}
.t_card22 {
  left: 196px;
  position: absolute;
  top: 252px;
}

.tarot-shuffle-area3 {
  height: 424px;
  margin: 0 10px;
  border-radius: 3px;
}
.tarot-shuffle-area3 legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -2000px;
}
.tarot-shuffle-bg3 {
  background: url("/m/img/fortune/tarot/tarot_bg3.jpg");
  height: 353px;
  margin: 0 auto;
  width: 310px;
}
.tarot-shuffle-bg3 ul {
  float: left;
  height: 333px;
  margin: 10px 0 0 10px;
  position: relative;
  width: 291px;
}
.tarot-shuffle-bg3 ul li img {
  display: block;
  width: 46px;
}

.tarot-shuffle-area4 {
  height: 424px;
  margin: 0 10px;
  border-radius: 3px;
}
.tarot-shuffle-area4 legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -2000px;
}
.tarot-shuffle-bg4 {
  background: url("/m/img/fortune/tarot/tarot_bg4.jpg");
  height: 353px;
  margin: 0 auto;
  width: 310px;
}
.tarot-shuffle-bg4 ul {
  float: left;
  height: 333px;
  margin: 10px 0 0 10px;
  position: relative;
  width: 291px;
}
.tarot-shuffle-bg4 ul li img {
  display: block;
  width: 46px;
}

.tarot-shuffle-area5 {
  height: 424px;
  margin: 0 10px;
  border-radius: 3px;
}
.tarot-shuffle-area5 legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -2000px;
}
.tarot-shuffle-bg5 {
  background: url("/m/img/fortune/tarot/tarot_bg5.jpg");
  height: 353px;
  margin: 0 auto;
  width: 310px;
}
.tarot-shuffle-bg5 ul {
  float: left;
  height: 333px;
  margin: 10px 0 0 10px;
  position: relative;
  width: 291px;
}
.tarot-shuffle-bg5 ul li img {
  display: block;
  width: 46px;
}

.tarot-shuffle-area6 {
  height: 424px;
  margin: 0 10px;
  border-radius: 3px;
}
.tarot-shuffle-area6 legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -2000px;
}
.tarot-shuffle-bg6 {
  background: url("/m/img/fortune/tarot/tarot_bg6.jpg");
  height: 353px;
  margin: 0 auto;
  width: 310px;
}
.tarot-shuffle-bg6 ul {
  float: left;
  height: 333px;
  margin: 10px 0 0 10px;
  position: relative;
  width: 291px;
}
.tarot-shuffle-bg6 ul li img {
  display: block;
  width: 46px;
}

.tarot-shuffle-area7 {
  height: 424px;
  margin: 0 10px;
  border-radius: 3px;
}
.tarot-shuffle-area7 legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -2000px;
}
.tarot-shuffle-bg7 {
  background: url("/m/img/fortune/tarot/tarot_bg7.jpg");
  height: 353px;
  margin: 0 auto;
  width: 310px;
}
.tarot-shuffle-bg7 ul {
  float: left;
  height: 333px;
  margin: 10px 0 0 10px;
  position: relative;
  width: 291px;
}
.tarot-shuffle-bg7 ul li img {
  display: block;
  width: 46px;
}

.tarot-shuffle-area8 {
  height: 424px;
  margin: 0 10px;
  border-radius: 3px;
}
.tarot-shuffle-area8 legend {
  height: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -2000px;
}
.tarot-shuffle-bg8 {
  background: url("/m/img/fortune/tarot/tarot_bg8.jpg");
  height: 353px;
  margin: 0 auto;
  width: 310px;
}
.tarot-shuffle-bg8 ul {
  float: left;
  height: 333px;
  margin: 10px 0 0 10px;
  position: relative;
  width: 291px;
}
.tarot-shuffle-bg8 ul li img {
  display: block;
  width: 46px;
}

@media all and (min-width: 550px) {
  .tarot-shuffle-area {
    height: 700px;
  }

  .tarot-input-area {
    height: 100%;
  }
  .tarot-input-inner-area {
    padding: 10px;
    text-align: center;
  }
  .tarot-input-inner-area label,
  input,
  select {
    display: inline;
  }
  .tarot-input-inner-area label {
    color: white;
    font: 500 11px NotoSansKR;
  }
  input.tarot-name {
    border: 1px solid #eee;
    border-radius: 3px;
    width: 15%;
  }
  select.tarot-gender {
    height: 26px;
    border: 1px solid #eee;
    border-radius: 3px;
    font: 12px NotoSansKR;
  }

  .tarot-shuffle-bg {
    background: url("/m/img/fortune/tarot/tarot_bg_big.jpg");
    background-size: 560px 598px;
    width: 560px;
    height: 598px;
    margin: 0px auto 0;
  }
  .tarot-shuffle-bg ul {
    float: left;
    height: 622px;
    margin: 20px 0 0 20px;
    position: relative;
    width: 544px;
  }
  .tarot-shuffle-bg ul li {
    left: 235px;
    position: absolute;
    top: 244px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .tarot-shuffle-bg ul li img {
    display: block;
    width: 71px;
  }

  .t_card01 {
    left: 0;
    position: absolute;
    top: 0;
  }
  .t_card02 {
    left: 49px;
    position: absolute;
    top: 0;
  }
  .t_card03 {
    left: 98px;
    position: absolute;
    top: 0;
  }
  .t_card04 {
    left: 147px;
    position: absolute;
    top: 0;
  }
  .t_card05 {
    left: 196px;
    position: absolute;
    top: 0;
  }
  .t_card06 {
    left: 245px;
    position: absolute;
    top: 0;
  }
  .t_card07 {
    left: 0;
    position: absolute;
    top: 74px;
  }
  .t_card08 {
    left: 49px;
    position: absolute;
    top: 74px;
  }
  .t_card09 {
    left: 98px;
    position: absolute;
    top: 74px;
  }
  .t_card10 {
    left: 147px;
    position: absolute;
    top: 74px;
  }
  .t_card11 {
    left: 196px;
    position: absolute;
    top: 74px;
  }
  .t_card12 {
    left: 245px;
    position: absolute;
    top: 74px;
  }
  .t_card13 {
    left: 0;
    position: absolute;
    top: 158px;
  }
  .t_card14 {
    left: 49px;
    position: absolute;
    top: 158px;
  }
  .t_card15 {
    left: 98px;
    position: absolute;
    top: 158px;
  }
  .t_card16 {
    left: 147px;
    position: absolute;
    top: 158px;
  }
  .t_card17 {
    left: 196px;
    position: absolute;
    top: 158px;
  }
  .t_card18 {
    left: 245px;
    position: absolute;
    top: 158px;
  }
  .t_card19 {
    left: 49px;
    position: absolute;
    top: 242px;
  }
  .t_card20 {
    left: 98px;
    position: absolute;
    top: 242px;
  }
  .t_card21 {
    left: 147px;
    position: absolute;
    top: 242px;
  }
  .t_card22 {
    left: 196px;
    position: absolute;
    top: 242px;
  }

  .tarot-shuffle-area3 {
    height: 700px;
    margin-top: 5px;
  }
  .tarot-shuffle-area3 legend {
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -2000px;
  }
  .tarot-shuffle-bg3 {
    background: url("/m/img/fortune/tarot/tarot_bg3_big.jpg") no-repeat;
    background-size: 560px 598px;
    width: 560px;
    height: 598px;
    margin: 10px auto 0;
  }
  .tarot-shuffle-bg3 ul {
    float: left;
    position: relative;
    width: 544px;
    height: 622px;
    margin: 20px 0 0 20px;
  }
  .tarot-shuffle-bg3 ul li img {
    display: block;
    width: 71px;
  }

  .tarot-shuffle-area4 {
    height: 700px;
    margin-top: 5px;
  }
  .tarot-shuffle-area4 legend {
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -2000px;
  }
  .tarot-shuffle-bg4 {
    background: url("/m/img/fortune/tarot/tarot_bg4_big.jpg") no-repeat;
    background-size: 560px 598px;
    height: 598px;
    margin: 0 auto;
    width: 560px;
  }
  .tarot-shuffle-bg4 ul li {
    background: url("/m/img/fortune/tarot/input_card_back4.png");
    width: 46px;
    height: 81px;
    position: absolute;
    top: 244px;
    left: 235px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .tarot-shuffle-bg4 ul li img {
    display: block;
    width: 71px;
  }

  .tarot-shuffle-area5 {
    height: 700px;
    margin-top: 5px;
  }
  .tarot-shuffle-area5 legend {
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -2000px;
  }
  .tarot-shuffle-bg5 {
    background: url("/m/img/fortune/tarot/tarot_bg5_big.jpg") no-repeat;
    background-size: 560px 598px;
    height: 598px;
    margin: 0 auto;
    width: 560px;
  }
  .tarot-shuffle-bg5 ul {
    float: left;
    height: 333px;
    margin: 20px 0 0 20px;
    position: relative;
    width: 291px;
  }
  .tarot-shuffle-bg5 ul li img {
    display: block;
    width: 71px;
  }

  .tarot-shuffle-area6 {
    height: 700px;
    margin-top: 5px;
  }
  .tarot-shuffle-area6 legend {
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -2000px;
  }
  .tarot-shuffle-bg6 {
    background: url("/m/img/fortune/tarot/tarot_bg6_big.jpg") no-repeat;
    background-size: 560px 598px;
    height: 598px;
    margin: 0 auto;
    width: 560px;
  }
  .tarot-shuffle-bg6 ul {
    float: left;
    height: 333px;
    margin: 20px 0 0 20px;
    position: relative;
    width: 291px;
  }
  .tarot-shuffle-bg6 ul li img {
    display: block;
    width: 71px;
  }

  .tarot-shuffle-area7 {
    height: 424px;
    margin-top: 5px;
  }
  .tarot-shuffle-area7 legend {
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -2000px;
  }
  .tarot-shuffle-bg7 {
    background: url("/m/img/fortune/tarot/tarot_bg7_big.jpg");
    height: 353px;
    margin: 0 auto;
    width: 310px;
  }
  .tarot-shuffle-bg7 ul {
    float: left;
    height: 333px;
    margin: 10px 0 0 10px;
    position: relative;
    width: 291px;
  }
  .tarot-shuffle-bg7 ul li img {
    display: block;
    width: 46px;
  }

  .tarot-shuffle-area8 {
    height: 700px;
    margin-top: 5px;
  }
  .tarot-shuffle-area8 legend {
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -2000px;
  }
  .tarot-shuffle-bg8 {
    background: url("/m/img/fortune/tarot/tarot_bg8_big.jpg") no-repeat;
    background-size: 560px 598px;
    height: 598px;
    margin: 0 auto;
    width: 560px;
  }
  .tarot-shuffle-bg8 ul {
    float: left;
    height: 333px;
    margin: 20px 0 0 20px;
    position: relative;
    width: 291px;
  }
  .tarot-shuffle-bg8 ul li img {
    display: block;
    width: 71px;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tarot-shuffle-bg iframe {
    height: 622px;
  }
}

/* �����ֿ� */
/* coin-fortune coin-0 */
.coin-fortune-area {
    margin: 10px 0;
    font: 500 12px NotoSansKR;
    overflow: hidden;
}
.coin-fortune-txt {
  overflow: hidden;
}
.coin-fortune-txt img {
  float: left;
  margin-right: 5px;
}
.coin-fortune-txt01 {
  background: url("/m/img/fortune/coin/coin_icon01.png") left top no-repeat;
  padding-left: 60px;
  height: 70px;
}
.coin-fortune-txt02 {
  background: url("/m/img/fortune/coin/coin_icon04.png") left top no-repeat;
  padding-left: 60px;
  height: 70px;
}

.coin-bg {
  width: 260px;
  height: 330px;
  margin: 20px 0;
  background: url("/m/img/fortune/coin/coin_bg.jpg") left top no-repeat;
  margin: 0 auto;
}
.coin-shuffle-bg ul li {
  left: 80px;
  position: absolute;
  top: 101px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.coin-shuffle-bg {
  width: 260px;
  height: 330px;
  margin: 13px 0 0 5px;
}
.coin-shuffle-bg ul {
  float: left;
  height: 300px;
  margin: 10px 0 0 0;
  position: relative;
  width: 240px;
}
.coin-shuffle-bg ul li img {
  display: block;
  width: 80px;
}
.t_coin01 {
  left: 0;
  position: absolute;
  top: 0;
}
.t_coin02 {
  left: 80px;
  position: absolute;
  top: 0;
}
.t_coin03 {
  left: 160px;
  position: absolute;
  top: 0;
}
.t_coin04 {
  left: 0;
  position: absolute;
  top: 101px;
}
.t_coin05 {
  left: 80px;
  position: absolute;
  top: 101px;
}
.t_coin06 {
  left: 160px;
  position: absolute;
  top: 101px;
}
.t_coin07 {
  left: 0;
  position: absolute;
  top: 202px;
}
.t_coin08 {
  left: 80px;
  position: absolute;
  top: 202px;
}
.t_coin09 {
  left: 160px;
  position: absolute;
  top: 202px;
}
/*.coin-shuffle-bg ul li { float:left; width:33.3%;}*/

.btn-coin {
  overflow: hidden;
  text-align: center;
}
.btn-coin li {
  display: inline-block;
  margin-top: 5px;
}

/* coin-week-fortune 03 */
.coin-week-fortune-subttl {
  color: #6a6231;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 24px;
}
.coin-week-fortune-subttl-txt {
  color: #82793f;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.coin-week-sut-ttl {
  background: url("/m/img/fortune/coin/coin_icon02.png") 0 5px no-repeat;
  padding-left: 25px;
  color: #2789aa;
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 0;
}

/* coin-today-fortune 04 */
.gwae {
  float: left;
  text-align: center;
  border: 3px solid #f18325;
  border-radius: 5px;
  margin-right: 8px;
  padding: 5px;
  -webkit-box-shadow: inset 0 0 2px 0 #0f0a0f;
  box-shadow: inset 0 0 2px 0 #0f0a0f;
}
.gwae img {
  vertical-align: middle;
  border: 1px solid #999;
}

/* 6������ �÷��� �κ� */

.six-coin-bg {
  width: 298px;
  height: 274px;
  margin: 0 auto;
  background: url("/m/img/fortune/coin/six_coin_bg.jpg") left top no-repeat;
}
.six-coin-shuffle-bg {
  width: 296px;
  height: 274px;
  margin: 33px 0 0 12px;
}
.six-coin-shuffle-bg ul {
  position: relative;
  float: left;
  width: 290px;
  height: 249px;
}
.six-coin-shuffle-bg ul li {
  left: 118px;
  position: absolute;
  top: 77px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.six-coin-shuffle-bg ul li img {
  display: block;
  width: 46px;
}
.six-coin-01 {
  position: absolute;
  left: 0;
  top: 0;
}
.six-coin-02 {
  position: absolute;
  left: 46px;
  top: 0;
}
.six-coin-03 {
  position: absolute;
  left: 92px;
  top: 0;
}
.six-coin-04 {
  position: absolute;
  left: 144px;
  top: 0;
}
.six-coin-05 {
  position: absolute;
  left: 190px;
  top: 0;
}
.six-coin-06 {
  position: absolute;
  left: 236px;
  top: 0;
}
.six-coin-07 {
  position: absolute;
  left: 0px;
  top: 77px;
}
.six-coin-08 {
  position: absolute;
  left: 46px;
  top: 77px;
}
.six-coin-09 {
  position: absolute;
  left: 92px;
  top: 77px;
}
.six-coin-10 {
  position: absolute;
  left: 144px;
  top: 77px;
}
.six-coin-11 {
  position: absolute;
  left: 190px;
  top: 77px;
}
.six-coin-12 {
  position: absolute;
  left: 236px;
  top: 77px;
}
.six-coin-13 {
  position: absolute;
  left: 0px;
  top: 154px;
}
.six-coin-14 {
  position: absolute;
  left: 46px;
  top: 154px;
}
.six-coin-15 {
  position: absolute;
  left: 92px;
  top: 154px;
}
.six-coin-16 {
  position: absolute;
  left: 144px;
  top: 154px;
}
.six-coin-17 {
  position: absolute;
  left: 190px;
  top: 154px;
}
.six-coin-18 {
  position: absolute;
  left: 236px;
  top: 154px;
}

@media all and (min-width: 550px) {
  /* 3������ ���� */
  .coin-bg {
    width: 560px;
    height: 500px;
    margin: 20px 0;
    background: url("/m/img/fortune/coin/coin_big_bg.jpg") left top no-repeat;
    margin: 0 auto;
  }
  .coin-shuffle-bg {
    width: 553px;
    height: 630px;
    margin: 4px;
  }
  .coin-shuffle-bg ul {
    float: left;
    position: relative;
    width: 553px;
    height: 630px;
    margin: 20px 0 0 20px;
  }
  .coin-shuffle-bg ul li {
    left: 190px;
    position: absolute;
    top: 231px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .coin-shuffle-bg ul li img {
    display: block;
    width: 132px;
  }
  .t_coin01 {
    left: 0;
    position: absolute;
    top: 0;
  }
  .t_coin02 {
    left: 185px;
    position: absolute;
    top: 0;
  }
  .t_coin03 {
    left: 370px;
    position: absolute;
    top: 0;
  }
  .t_coin04 {
    left: 0;
    position: absolute;
    top: 210px;
  }
  .t_coin05 {
    left: 185;
    position: absolute;
    top: 210px;
  }
  .t_coin06 {
    left: 370px;
    position: absolute;
    top: 210px;
  }
  .t_coin07 {
    left: 0;
    position: absolute;
    top: 420px;
  }
  .t_coin08 {
    left: 185px;
    position: absolute;
    top: 420px;
  }
  .t_coin09 {
    left: 370px;
    position: absolute;
    top: 420px;
  }

  /* 6������ ���� */
  .six-coin-bg {
    width: 560px;
    height: 488px;
    margin: 0 auto;
    background: url("/m/img/fortune/coin/six_coin_big_bg.jpg") left top
      no-repeat;
  }
  .six-coin-shuffle-bg {
    width: 560px;
    height: 488px;
  }
  .six-coin-shuffle-bg ul {
    position: relative;
    float: left;
    width: 553px;
    height: 480px;
    margin: 30px 0 0 10px;
  }
  .six-coin-shuffle-bg ul li {
    left: 238px;
    position: absolute;
    top: 156px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .six-coin-shuffle-bg ul li img {
    display: block;
    width: 82px;
  }
  .six-coin-01 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .six-coin-02 {
    position: absolute;
    left: 92px;
    top: 0;
  }
  .six-coin-03 {
    position: absolute;
    left: 184px;
    top: 0;
  }
  .six-coin-04 {
    position: absolute;
    left: 276px;
    top: 0;
  }
  .six-coin-05 {
    position: absolute;
    left: 368px;
    top: 0;
  }
  .six-coin-06 {
    position: absolute;
    left: 460px;
    top: 0;
  }
  .six-coin-07 {
    position: absolute;
    left: 0px;
    top: 160px;
  }
  .six-coin-08 {
    position: absolute;
    left: 91px;
    top: 160px;
  }
  .six-coin-09 {
    position: absolute;
    left: 184px;
    top: 160px;
  }
  .six-coin-10 {
    position: absolute;
    left: 276px;
    top: 160px;
  }
  .six-coin-11 {
    position: absolute;
    left: 368px;
    top: 160px;
  }
  .six-coin-12 {
    position: absolute;
    left: 460px;
    top: 160px;
  }
  .six-coin-13 {
    position: absolute;
    left: 0px;
    top: 320px;
  }
  .six-coin-14 {
    position: absolute;
    left: 92px;
    top: 320px;
  }
  .six-coin-15 {
    position: absolute;
    left: 184px;
    top: 320px;
  }
  .six-coin-16 {
    position: absolute;
    left: 276px;
    top: 320px;
  }
  .six-coin-17 {
    position: absolute;
    left: 368px;
    top: 320px;
  }
  .six-coin-18 {
    position: absolute;
    left: 460px;
    top: 320px;
  }
}

/* �����ֿ� end */

/* �ñ��ϸ� 500�� */
.cont_subbox_bg {
  padding: 8px;
  font: 12px/16px NotoSansKR;
}

.myinfo-modify-coin-area {
  text-align: center;
}
.myinfo-modify-coin-area dl {
  overflow: hidden;
  width: 100%;
}
.myinfo-modify-coin-area dl dt {
  float: left;
  font-weight: bold;
  line-height: 25px;
  width: 20%;
  height: 25px;
}
.myinfo-modify-coin-area dl dd {
  float: left;
}
.myinfo-modify-coin-area dl dd.myinfo-modify-coin-name {
  width: 80px;
}
.myinfo-modify-coin-area dl dd.myinfo-modify-coin-sex {
  width: 70px;
  margin-left: 20px;
}
.myinfo-modify-coin-area dl dd.myinfo-modify-coin-qlist {
  width: 82px;
}
.myinfo-modify-coin-area dl dd input {
  float: left;
  width: 100%;
  border: 1px solid #ff7b01;
  border-radius: 5px;
  height: 25px;
}
.myinfo-modify-coin-area dl dd select {
  float: left;
  width: 100%;
  border: 1px solid #ff7b01;
  border-radius: 5px;
  height: 28px;
}

.coin_list_ttl {
  border-bottom: 1px solid #f7a021;
}
.coin_list_ttl_txt li {
  border-bottom: 1px dotted #d8d8d8;
  padding: 5px 0 3px 0;
}
.coin_list_ttl_txt li a {
  color: #6b6b6b;
  font-weight: bold;
}

.coin-fortune-ttl {
  padding: 5px;
}
.coin-fortune-qttl {
  color: #7b300e;
  font-weight: bold;
}

.coin-question-area {
  border: 1px solid #dee4d8;
  background-color: #edf7e8;
  padding: 5px;
  color: #646263;
  font: 12px/18px NotoSansKR;
}
.coin-question-ttl {
  text-align: center;
}
.coin-question-qttl {
  color: #4b759e;
  font-weight: bold;
}

.coin-question-sub-area {
  border: 1px solid #e0dacc;
  background-color: #fff;
  padding: 10px;
}

.coin-juyukimage-area {
  text-align: center;
}
.coin-juyukimage-bg {
  display: inline-block;
  background: url("/m/img/fortune/coin/coin-juyukimage-bg.jpg") left top
    no-repeat;
  width: 144px;
  height: 124px;
}
.coin-juyukimage-bg img {
  display: inline-block;
  text-align: center;
  margin: 38px 0 0 2px;
  border: 1px solid #b4b4b4;
}

.coin-question-sub-ttl {
  background: url("/m/img/fortune/coin/icon01.jpg") 0 50% no-repeat;
  color: #1f9cae;
  font-size: 13px;
  font-weight: bold;
  padding-left: 18px;
}
.coin-juyukimage-name {
  color: #646263;
}

/* �ñ��ϸ� 500�� end */

/* �ɸ��׽�Ʈ */
.psy_gnb_top a img {
  border: 1px solid #378da3;
  border-radius: 5px;
}
.psy_gnb {
  width: 100%;
  text-align: center;
  display: block;
}
.psy_gnb a img {
  max-width: 48%;
  border: 1px solid #378da3;
  border-radius: 5px;
}

.psy_gnb_list_area li {
  height: 28px;
  color: #303030;
  font: bold 12px/28px NotoSansKR;
}
/* �ɸ��׽�Ʈ end */

/* �Ҹ��� �ζ� */
.sorum_lotto_top_bg {
  height: 140px;
  background: url("/m/img/fortune/sorum_lotto/lotto_input_bg.jpg");
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px;
  padding: 10px 0;
}
.sorum_lotto_ttl_tip {
  color: #666;
  font: bold 11px/16px NotoSansKR;
}

/* ������ �ֿ�� */
.coin_list_qttl {
  color: #ff2a00;
  font: bold 16px NotoSansKR;
}

.coin-juyuk-bg {
  width: 300px;
  height: 240px;
  margin: 0 auto;
}
.coin-juyuk-bg ul li {
  float: left;
  width: 16%;
}

.coin-juyukimage-bg2 img {
  display: inline-block;
  text-align: center;
  margin: 28px 0 0 2px;
  border: 1px solid #b4b4b4;
}
/* ������ �ֿ�� end */

/* �ֿ������� */
.love-juyuk-shuffle-bg-a {
  width: 288px;
  height: 259px;
  padding: 10px 5px 5px;
  background: url("/m/img/fortune/juyuk_unse/six_coin_bg.jpg") left top
    no-repeat;
  margin: 0 auto;
}
.love-juyuk-shuffle-bg {
  width: 258px;
  height: 259px;
  margin: 0 auto;
}
.love-juyuk-shuffle-bg ul {
  position: relative;
  float: left;
  width: 258px;
  height: 274px;
  margin: 0px 0 0 0px;
}
.love-juyuk-shuffle-bg ul li {
  position: absolute;
  left: 121px;
  top: 102px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.love-juyuk-shuffle-bg ul li img {
  display: block;
  width: 49px;
}
.love_juyuk_01 {
  position: absolute;
  left: 12px;
  top: 8px;
}
.love_juyuk_02 {
  position: absolute;
  left: 84px;
  top: 8px;
}
.love_juyuk_03 {
  position: absolute;
  left: 156px;
  top: 8px;
}
.love_juyuk_04 {
  position: absolute;
  left: 229px;
  top: 8px;
}
.love_juyuk_05 {
  position: absolute;
  left: 12px;
  top: 71px;
}
.love_juyuk_06 {
  position: absolute;
  left: 84px;
  top: 71px;
}
.love_juyuk_07 {
  position: absolute;
  left: 156px;
  top: 71px;
}
.love_juyuk_08 {
  position: absolute;
  left: 229px;
  top: 71px;
}
.love_juyuk_09 {
  position: absolute;
  left: 12px;
  top: 132px;
}
.love_juyuk_10 {
  position: absolute;
  left: 84px;
  top: 132px;
}
.love_juyuk_11 {
  position: absolute;
  left: 156px;
  top: 132px;
}
.love_juyuk_12 {
  position: absolute;
  left: 229px;
  top: 132px;
}
.love_juyuk_13 {
  position: absolute;
  left: 12px;
  top: 195px;
}
.love_juyuk_14 {
  position: absolute;
  left: 84px;
  top: 195px;
}
.love_juyuk_15 {
  position: absolute;
  left: 156px;
  top: 195px;
}
.love_juyuk_16 {
  position: absolute;
  left: 229px;
  top: 195px;
}

/* �ֿ������� end */

@media all and (min-width: 550px) {
  /* 4��ī�� �ֿ� ���� */
  .love-juyuk-shuffle-bg-a {
    width: 560px;
    height: 450px;
    background: url("/m/img/fortune/juyuk_unse/juyuk_big_bg.jpg") left top
      no-repeat;
    margin: 0px auto;
  }
  .love-juyuk-shuffle-bg {
    width: 550px;
    height: 450px;
    margin: 0 auto;
    padding: 5px;
  }
  .love-juyuk-shuffle-bg ul {
    position: relative;
    float: left;
    width: 550px;
    height: 628px;
    margin: 5px 0 0 10px;
  }
  .love-juyuk-shuffle-bg ul li {
    position: absolute;
    left: 208px;
    top: 247px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
  }
  .love-juyuk-shuffle-bg ul li img {
    display: block;
    width: 72px;
  }
  .love_juyuk_01 {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .love_juyuk_02 {
    position: absolute;
    left: 138px;
    top: 0px;
  }
  .love_juyuk_03 {
    position: absolute;
    left: 276px;
    top: 0px;
  }
  .love_juyuk_04 {
    position: absolute;
    left: 414px;
    top: 0px;
  }
  .love_juyuk_05 {
    position: absolute;
    left: 0px;
    top: 157px;
  }
  .love_juyuk_06 {
    position: absolute;
    left: 138px;
    top: 157px;
  }
  .love_juyuk_07 {
    position: absolute;
    left: 276px;
    top: 157px;
  }
  .love_juyuk_08 {
    position: absolute;
    left: 414px;
    top: 157px;
  }
  .love_juyuk_09 {
    position: absolute;
    left: 0px;
    top: 314px;
  }
  .love_juyuk_10 {
    position: absolute;
    left: 138px;
    top: 314px;
  }
  .love_juyuk_11 {
    position: absolute;
    left: 276px;
    top: 314px;
  }
  .love_juyuk_12 {
    position: absolute;
    left: 414px;
    top: 314px;
  }
  .love_juyuk_13 {
    position: absolute;
    left: 0px;
    top: 471px;
  }
  .love_juyuk_14 {
    position: absolute;
    left: 138px;
    top: 471px;
  }
  .love_juyuk_15 {
    position: absolute;
    left: 276px;
    top: 471px;
  }
  .love_juyuk_16 {
    position: absolute;
    left: 414px;
    top: 471px;
  }
}

/* �˷��� Ÿ�� */
.one_card_tarot_input {
  width: 78%;
  font: bold 11px/18px NotoSansKR;
}
.one_card_tarot_questions {
  color: #ff6c00;
  font: bold 11px/18px NotoSansKR;
  letter-spacing: -1px;
}

.one_card_tarot {
  color: #7b300e;
  border-bottom: 1px solid #f18325;
  padding-bottom: 5px;
}
.one_card_qzone {
  position: relative;
  margin-top: 10px;
}
.one_card_qzone .one_card_sel {
  position: absolute;
  left: 195px;
  top: -5px;
}
.one_card_qzone .one_card_sel select {
  border: 1px solid #f9a820;
  border-radius: 3px;
  height: 25px;
}

.coin_list_ttl_txt {
  width: 100%;
}
.coin_list_ttl_txt li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* �˷��� Ÿ�� end */

/* ������ ���̿����� */
.bio-btn-ok {
  position: relative;
  margin: 10px 0;
}
.bio-btn-ok div a {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}
.bio-btn-ok .btn_orange_bg p.btn_orange_bgr {
  position: absolute;
  right: 0;
  top: 0;
}

/* sorum_lotto 20160829 */
.sorum_lotto_cont {
  color: #626262;
  font-size: 11px;
  line-height: 1.5em;
}

.lotto_tab {
  display: inline-block;
  width: 100%;
}
.lotto_tab li {
  float: left;
  width: 42%;
}
.lotto_tab li:nth-child(2) {
  float: right;
}
.lotto_tab li a {
  color: #626262;
  font-size: 11px;
  line-height: 1.5em;
}
.lotto_tab li a strong {
  color: #015ca9;
  font-size: 14px;
  letter-spacing: -1px;
}

.sorum_lotto_type dl {
  overflow: hidden;
}
.sorum_lotto_type dl dt {
  float: left;
  width: 28%;
}
.sorum_lotto_type dl dd select {
  height: 30px;
  border: 1px solid #f9a820;
  border-radius: 5px;
  color: #626262;
  font-size: 11px;
}
.sorum_lotto_type dl dd span {
  display: inline-block;
  margin-right: 15px;
}
.sorum_lotto_type dl:first-child {
  margin-bottom: 15px;
  line-height: 30px;
}
.sorum_lotto_type dl dd input[type="radio"] {
  vertical-align: middle;
}

.lotto_ball {
  overflow: hidden;
}
.lotto_ball li {
  float: left;
  width: 11.1%;
  text-align: center;
}
.lotto_num_img {
  width: 28px;
  cursor: pointer;
}

.btn_lotto a {
  color: #ffffff;
  font: 12px/26px NotoSansKR;
}

.sorum_lotto_area {
  color: #626262;
  font-size: 11px;
}
.lotto_ball {
  overflow: hidden;
}
.lotto_ball li {
  float: left;
  width: 11.1%;
  text-align: center;
}
.lotto_num_img {
  width: 28px;
}

.lotto_xth {
  background-color: #ffeacf;
  border-radius: 5px 5px 0 0;
  padding: 8px 0;
  text-align: center;
}
.lotto_xth_tit {
  color: #015ca9;
  font: bold 14px/20px NotoSansKR;
}
.lotto_xth_tit span {
  color: #fb4747;
}

.lotto_win_xth {
  text-align: right;
  margin: 5px;
}
.lotto_win_xth .lotto_win_sel {
  height: 26px;
  border: 1px solid #c14812;
  border-radius: 5px;
}
.btn_lotto_search {
  display: inline-block;
  width: 50px;
  height: 24px;
  background: url("/m/img/common/btn/btn_orange_bg.jpg") 0 0 repeat-x;
  border: 1px solid #c14812;
  border-radius: 5px;
  color: #fff;
  font: 12px/24px NotoSansKR;
  text-align: center;
  cursor: pointer;
}

.lotto_win_num {
  background-color: #f1f7fb;
  border: 1px solid #dae7f5;
  line-height: 40px;
  padding: 5px 10px;
  margin: 5px;
}
.lotto_win_tit {
  display: inline-block;
  width: 20%;
  font-weight: bold;
}

.lotto_tb_area {
  padding: 0 5px 10px;
}
.lotto_tb_tit {
  color: #015ca9;
  font: bold 12px NotoSansKR;
  margin: 10px 0 5px;
}
.lotto_tb {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.lotto_tb thead th,
.lotto_tb tbody td {
  border-top: 1px solid #dddddd;
}
.lotto_tb thead th {
  height: 27px;
  background-color: #ececec;
  color: #626262;
  font: 12px NotoSansKR;
  text-align: center;
}
.lotto_tb tbody td {
  height: 30px;
  background-color: #fff;
  color: #626262;
  font: 11px NotoSansKR;
  text-align: center;
  letter-spacing: -1px;
}
.lotto_tb tbody td.winner {
  color: #f47a62;
}
.lotto_ps {
  line-height: 18px;
  margin-top: 10px;
}

.lotto_tab_txt01 {
  display: none;
}
.lotto_tab_txt02 {
  display: none;
}
/* sorum_lotto end */

/* aptitude 20170217 */
.aptitude_test_bnr {
  height: 100px;
  background-color: #92adb8;
  border: 1px solid #f9a820;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.aptitude_test_bnr img {
  width: 300px;
  height: 100px;
}
.aptitude_test_area {
  padding: 10px 10px 0;
  margin-top: 5px;
}
.aptitude_test_area h3 {
  color: #7b300e;
  font: bold 14px NotoSansKR;
  border-bottom: 1px solid #f9a820;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.aptitude_select li {
  color: #6b6b6b;
  font: 12px NotoSansKR;
  margin-top: 5px;
}
.aptitude_select li.aptitude_a {
  border-bottom: 1px dotted #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.aptitude_select li.aptitude_a.nlb {
  border-bottom: none;
}
.aptitude_select li select {
  width: 85%;
  height: 25px;
  border: 1px solid #f9a820;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 11px;
}

.parents2 {
  border-top: 1px solid #f18325;
  padding-top: 10px;
  margin-top: 10px;
}
.parents_chk {
  overflow: hidden;
}
.parents_chk li {
  float: left;
  width: 50%;
  color: #626262;
  font-weight: bold;
}
.parents_chk li input {
  vertical-align: middle;
}
/* aptitude 20170217 end */
/* ���� */
.pr5 {
  padding-right: 5px;
}

.ml55 {
  margin-left: 85px;
}

.mr5 {
  margin-right: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}

.tc {
  text-align: center;
}
.hide {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.deli_event_desc {
  color: #c05f34;
  font: bold 12px NotoSansKR;
  line-height: 1.4;
  word-break: keep-all;
  margin: 10px 0px;
}
