@charset "utf-8";

/*** 운세메인 ***/
body { height: 100%;}
.wrap.intro_bg { 
    min-height: 100%;
	background: url(/mobile/images/bg_img_01.png) bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
 }
 .wrap.main_bg_02 { 
    min-height: 100%;
	background: url(/mobile/images/bg_img_02.png) bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
 }
 .wrap.main_bg_03 { 
    min-height: 100%;
	background: url(/mobile/images/bg_img_03.png) bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
 }
 .wrap.main_bg_04 { 
    min-height: 100%;
	background: url(/mobile/images/bg_img_04.png) bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
 }
 .wrap.main_bg_05 { 
    min-height: 100%;
	background: url(/mobile/images/bg_img_05.png) bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
 }

 .lnb_munu.intro_bg { 
    min-height: 100%;
	background: url(/mobile/images/bg_img_01.png) bottom no-repeat;
	background-size:cover;
	background-attachment: fixed;
 }

.intro_cantainer h1 {
    padding-top: 25%;
	text-align: center;
}
.header{
    position: relative;
    height: 60px;
}
.header .btn_back {
    position: absolute;
    top: 20px;
    left: 10px;
}
.header .txt_menu {
    position: absolute;
    top: 25px;
    right: 20px;
}
.header .txt_menu li {
    display:inline-block;
    font-size: 13px;
    color: #fff;font-family: shM;
    margin-left: 10px;
}
.main_menu_tit {
    padding-top: 15%;
	text-align: center;
}
.main_menu_tit .tit_txt_01{
    font-size: 28px;
    color: #fff;
    margin-top: 10px;
}
.main_menu_tit .tit_txt_02{
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}
.main_container .menu_list {
    /*position: relative;*/
	text-align:center;
	margin-top:20px;
}
.main_container .menu_list ul {
    position: absolute;
    top: 15px;
	width: 100%;
    overflow: scroll;
    white-space: nowrap;
	text-align: center;
    font-size: 0;
}
.main_container .menu_list ul li {
    display:inline-block;
	width: 100%;  
	text-align:center; 
}
.main_container .menu_list ul::-webkit-scrollbar {
    display: none;
}
.main_container .menu_list .unse_tit {
    font-size: 25px;
    font-family: shM;
    color: #fff;
    margin-top: 10px;
}
.main_container .menu_list .unse_txt {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}
.black_bg {  
    position:fixed; 
    left:0; 
    top:0; 
	width:100%; 
    height:100%; 
	background:#000; 
	text-align:center;   
 }
.menu_container{
    position: relative;
    z-index: 2;
}
.menu_container .list_tit {
    padding-top: 7%;
	text-align: center;
}
.menu_container .list_tit .tit_txt_01 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}
.menu_container .list_tit.tit_02{
    /*margin-top: -20px;*/
}
.menu_container .menu_list ul {
    font-size: 0;
	width: 90%;
    margin: 0 auto;
}
.menu_container .menu_list ul li {
    display: inline-block;
	width: calc(1/3 * 100%);
    margin-bottom: 20px;
	text-align: center;
}
.menu_container .menu_list ul li .unse_tit {
    font-size: 11px;
    color: #fff;
}
.dot_line {
    height: 1px;
	background: url(/mobile/images/dot_line.png) bottom no-repeat;
	background-size:88%;
    padding-top: 20px;
}

/*** 정보입력 ***/
.saju_info_tit{
	text-align: center;
    padding-top: 12%;
}
.saju_info_tit .tit_txt_01{
    font-size: 15px;
    font-family: shM;
    color: #fff;
    margin-top: 10px;
}
.sub_container .info_area {
    padding: 0 15px;
	box-sizing: border-box;
}
.info_area .round_box {
	background-color:rgba(255, 255, 255, 0.2);
	border-radius: 25px;
    padding: 25px 15px;
	box-sizing: border-box;
}
.info_area .info_tit {
    font-size: 17px;
    font-family: shM;
    padding-left: 10px;
	background: url(/mobile/images/dot.png) left no-repeat;
	background-size: 5px;
}
.info_area .tit_txt{
    font-size: 11px;
    color: #3c3c3c;
}
.input {
	height: 44px;
	border: none;
	border-radius: 5px;
    font-size: 16px;
    padding: 0 10px;
	background: #fff;
	box-sizing: border-box;
}
.input::placeholder {
    color: #000;
}
.select {
	height: 44px;
	border: none;
	border-radius: 5px;
    font-size: 16px;
    padding: 0 10px;
	background: #fff;
	box-sizing: border-box;
}
.agree_area .agree_chk {
    font-size: 14px;
    margin: 15px 0;
}
.agree_area .agree_chk input[type='checkbox'] {
    /*display: none;*//*웹접근성수정 250902*/
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

input[type="checkbox"]:focus-visible + label::before {
   outline: 2px solid #000;
   border-radius: 50%;
   outline-offset: 2px;
}
.agree_area .agree_chk input[type='checkbox']+label::before{
    content: '';
    display: inline-block;
	width: 20px;
    height: 20px;
    vertical-align: middle;
    margin:-5px 0 0 0px;
	margin-right: 10px;
	background: url(/mobile/images/check_off.png) no-repeat;
	background-size: contain;
}
.agree_area .agree_chk input[type='checkbox']:checked+label::before{
	background: url(/mobile/images/check_on.png) no-repeat;
	background-size: contain;
}
.agree_area button { 
    margin-left: 10px;
}
.info_area .policy_content {
    height: 180px;
    padding: 10px 0;
    overflow-y: scroll;
}

/*** 로딩이미지 ***/
.loading_area {
    position: relative;
    z-index: 2;
   text-align: center;
}
.loading_area .loading_tit {
    font-size:30px;
    color: #fff;
    padding-top: 30%;
    line-height: 140%;
}
.loading_area .loading_img {
    margin-top: 10%;
}
.loading_area .loading_txt {
    font-size: 15px;
    font-family: shM;
    color: #fff;
    margin-top: 12%;
}

/*** 결과페이지 ***/

/*** 정통운세 ***/
.result_area .tit_02 {
    font-size: 15px;
    font-weight: bold;
}
.result_area .tit_02 img {
    margin-right: 10px;
    margin-bottom: 5px;
    height: 19px;
    line-height: 19px;
    vertical-align: middle;
}

.box_blue {
    display: inline-block;
    padding: 2px 15px;
	border-radius: 50px;
	background: #3399ff;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
	text-align: center;
}
.box_orange {
    display: inline-block;
    padding: 2px 15px;
	border-radius: 50px;
	background: #F76A12;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
   text-align: center;
}
.box_green {
    display: inline-block;
    padding: 2px 15px;
	border-radius: 50px;
	background: #669900;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
	text-align: center;
}
.box_red {
    display: inline-block;
    padding: 2px 15px;
	border-radius: 50px;
	background: #ff0000;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
   text-align: center;
}
.box_black {
    display: inline-block;
    padding: 2px 15px;
	border-radius: 50px;
	background: #000;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
	text-align: center;
}

.box_blue_02 {
	position: relative;
	bottom: 1px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 50px;
    background: #3399ff;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
    text-align: center;
}
.box_green_02 {
	position: relative;
	bottom: 1px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 50px;
    background: #669900;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
    text-align: center;
}
.box_orange_02 {
	position: relative;
	bottom: 1px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 50px;
    background: #F76A12;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
    text-align: center;
}
.box_red_02 {
	position: relative;
	bottom: 1px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 50px;
    background: #ff0000;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
    text-align: center;
}
.box_black_02 {
	position: relative;
	bottom: 1px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 50px;
    background: #000000;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    min-width: 60px;
    text-align: center;
}


.result_cont .month_li li{
    margin-top: 15px;
}
.month_li p[class ^= "score"]{
	width: 45px;
    height: 45px;
    line-height: 45px;
	text-align: center;
    font-size: 18px;
    color:#fff;
	border-radius: 50px;
    float: left;
    margin-right:15px;
    margin-bottom: 5px;
}
.month_li p[class ^= "score"]>span {
    font-size: 10px;
}
.month_li .score_100 {
	background: #6c4db2;
}
.month_li .score_90 {
	background: #3f51b5;
}
.month_li .score_80 {
	background: #5c6bc0;
}
.month_li .score_70 {
	background: #6392f1;
}
.month_li .score_60 {
	background: #089DE0;
}
.month_li .score_50 {
	background: #43a626;
}
.month_li .score_40 {
	background: #7F9D06;
}
.month_li .score_30 {
	background: #C98602;
}
.month_li .score_20 {
	background: #E57400;
}
.month_li .score_25 {
	background: #E57400;
}
.month_li .score_10 {
	background: #c82452;
}
.result_cont .tab_unse_month { 
	text-align:center; 
    font-size: 0;
}
.result_cont .tab_unse_month li { 
    font-size: 14px;
    display:inline-block;
	width:calc(1/6 * 100% - 1px) ;
	text-align:center; 
	background:#dddddd; 
    color:#919191; 
    margin:0 1px 1px 0;
    padding:5px 0px;  
	box-sizing: border-box;
}
.result_cont .tab_unse_month li.on { 
	background:#4c9686;
    font-weight: bold;
    color: #fff;
}
.result_cont .tab_unse_month li.off { 
	background:#fff;
}
/***월선택버튼 251029 ***/
.result_cont .month_btn {
    display: flex;
    flex-wrap: wrap;
}
.result_cont .month_btn li {
    width:calc(1/6 * 100%) ;
}
.result_cont .month_btn button {
	width: 100%;
    font-size: 14px;
    text-align:center; 
    background:#fff; 
    color:#bbbbbb; 
    padding:5px 0px;  
    box-sizing: border-box;
    border: 1px solid #bbb;
}
.result_cont .month_btn button.on {
    background:#4C9686;
    font-weight: bold;
    color: #fff;
}
.result_cont .sel_month_txt { 
    font-size: 14px;
    letter-spacing: -1px;
	text-align:center; 
}
.result_container {
    overflow-y: scroll;
    height:100%;
}
/*** 오늘의운세 ***/
.result_area {
    padding: 65px 15px 0 15px;
    position: relative;
	box-sizing: border-box;
    /* overflow-y: scroll;
    height: 550px; */
}
.result_area .result_box {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 25px;
    padding: 20px;
	box-sizing: border-box;
    margin-bottom: 10px;
}
.result_area .result_box .unse_img{
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left:-84px;
}
.result_area .result_box .unse_tit h2 {
    margin-top: 70px;
    font-size: 17px;
    font-family: shM;
    font-weight: normal;
    display: inline-block;
}
.result_area .result_box .unse_tit {
    padding-bottom: 5px;
	border-bottom: 1px solid #707070;
    position: relative;
}
.result_area .result_box .saju_info {
    font-size: 11px;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
	bottom: 5px;
}
.result_area .result_box .saju_info_02 {
    font-size: 11px;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
	bottom: 25px;
}
.result_area .result_box .saju_info_03 {
    font-size: 11px;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
	bottom: 5px;
}
.result_cont {
    padding-top: 30px;
}
.result_cont .date_box{
    display: inline-block;
    min-width: 70%;
    padding: 7px;
    margin: 0 auto;
	text-align: center;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid #fff;
	border-radius: 50px;
    font-size: 15px;
    font-family: shM;
}
.result_cont .today_graph {
    margin-top: 30px;
	text-align: center;
    padding-bottom: 20px;
}
.result_cont .today_graph.line{
	border-bottom: 1px solid #707070;
}
.result_cont .graph_bg {
	width: 100%;
    height:10px;
	border-radius: 10px;
}
.result_cont .graph_bar {
    height: 10px;
	border-radius: 10px;
    position: relative;
}

.result_cont .graph_bar .score_bg {
    display: inline-block;
	width: 35px;
    height: 35px;
    line-height: 35px;
    font-size:16px ;
    font-family: 'shM';
	text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top:-12px;
	border-radius: 50px;
}
.graph_bg.graph_blue {
	background: #c5cad3;
}
.graph_bg.graph_green{
	background: #cad3c5;
}
.graph_blue .graph_bar{
	background: #85a8f7;
}
.graph_green .graph_bar{
	background: #88aa74;
}
.graph_blue .score_bg{
	background:#3263d5;
}
.graph_green .score_bg{
	background:#33622d;
}
.result_cont .txt_sm {
    font-size: 12px;
}
.result_cont .result_tit{
    font-size: 17px;
    font-weight: bold;
}
.result_cont .content {
    padding-top: 15px;
    line-height: 180%;  
}
.result_cont .up_list li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.lottom_num {
    font-size: 0;
	width:80%;
    margin: auto;
	text-align: center;
}
.lottom_num li {
    display: inline-block;
	width: calc(100% * 1/5 - 6px);
    margin: 0 3px;
}
.lottom_num li span{
    display:block;
	width:40px;
    height: 40px;
    line-height: 40px;
	border-radius:20px;
    color:#fff;
	text-align: center;
}
.lottom_num .num_00 {
	background:#F06F1D;
}
.lottom_num .num_01 {
	background:#379AD5;
}
.lottom_num .num_02 {
	background:#F86147;
}
.lottom_num .num_03 {
	background:#8B82D5;
}
.lottom_num .num_04 {
	background:#23A467;
}

/*** 월간종합운세 ***/
.result_cont .result_tit_02, .tarot_cont .result_tit_02 {
    margin-top: 0;
    font-size: 15px;
    font-family: shM;
    font-weight: normal;
}
.result_cont .div_day_un  {
    margin-top:0 ;
}

.result_cont .day_unse_li .li_01 {
    list-style: disc;
    margin:0 0 20px 20px;
    padding-left: -10px;
}
.result_cont .div_day_un  .li_cont li:first-child {
    margin-bottom: 10px;
}
.result_cont .icon_ex_m {
   text-align: center;
    margin-top: 20px;
}
.result_cont .icon_ex_m li{
    display: inline-block;
    margin: 0 10px;
}
.result_cont .icon_ex_m li span{
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;  
}
.result_cont .icon_ex_m li img {
    vertical-align: middle;
}
.result_cont .calendar_table .table_st03 td {
    position: relative;
	border-left: none;
}
.result_cont .calendar_table .table_st03 th {
	border-left: none;
}

.result_cont .calendar_table .table_st03 td .icon_mark img {
	width: 22px;
}
.result_cont .calendar_table .table_st03 td .icon_mark{
    position: absolute;
    top:35px;
    left: 50%;
    transform:translateX(-50%)
}
.result_cont .calendar_table .table_st03 td .date {
    position: absolute;
    top:5px;
    left: 50%;
    transform:translateX(-50%)
}

/*** 띠별운세 ***/
.result_cont .ani_li ul {
    font-size: 0;
	text-align: center;
}
.result_cont .ani_li ul li {
    display: inline-block;
	width: calc(1/3 * 100%);
	text-align: center;
    margin-bottom: 20px;
}
.result_cont .ani_li ul li img {
   width: 80px;
}

/***주간운세***/
.result_cont .day_li {
    font-size: 0;
    padding-bottom: 30px;
	border-bottom: 1px solid #707070;
}
.result_cont .day_li li {
    display: inline-block;
	width: calc(1/7 * 100% - 6px);
	text-align: center;
    margin: 0 3px;
}
.result_cont .day_li li a {
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
	border-radius: 40px;
	background: #C4D9CC;
    font-size: 17px;
    font-weight: bold;
}
.result_cont .day_li li.on a{
	background: #33622d;
    color: #fff;
}

/***토정비결 ***/
.result_cont .month_li .li_01 li:first-child{
    /*padding-bottom:10px ;*/
}
.result_cont .month_li .li_01 li:last-child{
   /* margin-bottom: 20px;*/
}
.result_cont .month_li .li_01 li:first-child span {
    font-family: shM;
    font-size: 15px;
    color: #33622d;
}
.result_cont .point_txt {
    color: #33622d;
    font-weight: bold;
}

/***오늘의 타로 ***/
.result_area .tarot_tit {
    font-size: 17px;
    font-family: shM;
	text-align: center;
    padding-top: 65px;
}
.result_cont .card_area {
	position: relative;
	width: 100%;
}
.card_body {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 95%;
	height: 100%; 
	margin: auto;
}
.result_cont .card_area .card_li {
    font-size: 0;
	text-align: center;
}
.result_cont .card_area .card_li li {
    display: inline-block;
	width: calc( 1/5 * 100%);
    padding:0 4px;
	box-sizing: border-box;
    margin-bottom: 10px;
}

.select_card_01 ul {
    font-size: 0;
	text-align: center;
    margin-top: -80px;
}
.select_card_01 ul.card_five{
    margin-top: -50px;
    padding-bottom: 10px;
}
.select_card_01 ul li .card_txt {
    font-size: 12px;
    display: block;
}
.select_card_01 .card_one li {
    display: inline-block;
	width:27%;
    margin-top: 15px;
}
.select_card_01 li img {
    max-width: 90px; 
}
.select_card_01 .card_one img, .select_card_01 .card_three img {
   width: 80px;
} 
.select_card_01 .select_card_tit {
    font-size: 17px;
    font-family: shM;
	text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
	border-bottom: 1px solid #707070;
}

.select_card_01 .card_two{
	width: 60%;
    margin: auto;
}
.select_card_01 .card_two li {
    display: inline-block;
	width:calc(1/2 * 100% - 10px);
    margin: 0 5px;
	box-sizing: border-box;
}
.select_card_01 .card_three {
	width: 90%;
    margin:-80px auto 0;
}
.select_card_01 .card_three li {
    display: inline-block;
	width:calc(1/3 * 100% - 10px);
    margin: 15px 5px 0 5px;
	box-sizing: border-box;
}
.select_card_01 .card_three.style_02 li:nth-child(odd) img{
	width: 80%;
    margin-top: 30px;
    opacity:0.8;
}
.select_card_01 .card_four li {
    display: inline-block;
	width:calc(1/4 * 100% - 6px);
    margin:0 3px;
	box-sizing: border-box;
}
.select_card_01 .card_five li {
    display: inline-block;
	width:calc(1/5 * 100% - 6px);
    margin:0 3px;
	box-sizing: border-box;
}
.result_area .result_box.storybox {
   border-radius: 25px;
}

.lnb_menu_bg { 
    min-height: 100%;
    background: url(/mobile/images/bg_lnb_menu.png) bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
