/* header */
.header_line {width: 100%; height: 1px; background: #E6E8EA;}

/* main */
.info_container {margin: 40px auto 0;width: 1200px;}
.wrap_com {width: 1200px !important;}

/* 상단 탭 */
.info_main_title {width: 100%; height: 160px; line-height: 160px; text-align: center; color: #363636;font-size: 45px; font-weight: 400;}
.tab {display: flex; width: 100%; height: 60px; line-height: 60px; text-align: center;background: #fff;;}
.tab .tab_item {transition: all 0.3s; border: 1px solid #ddd; /*border-top: 2px solid #276AC7;*/ cursor: pointer;}
.tab .tab_item a {display: block;height: 58px;}
/*.tab .tab_item:hover {background: #276AC7;border: 1px solid #276AC7;border-top: 2px solid #276AC7;}
.tab .tab_item:hover a {color: #fff;}*/
.tab .tab_item * {font-size: 17px; font-weight: 600;}
.tab .tab_item.current {background: #276AC7; border: 1px solid #276AC7;/*border-top: 2px solid #276AC7;*/border-radius: 10px;}
.tab .tab_item.current * {color: #fff;}
.tab .tab_item:not(.tab_item:first-child) {border-left: 0;}
.tab .tab_item:not(.tab_item.current) * {color: #276AC7;}

.tab .info_tab_item, .tab .info_tab_item a {width: 240px;}

/* main */
.info_contents {display: none;font-size: 17px;}
.info_new_contents {font-size: 17px;}
.info_contents.current {display: block;}
.info_new_img {width: 100%;line-height: 0;}
.info_new_img img {width: 100%;}

@keyframes blink{
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.winBackground{
  -webkit-animation: blink 0.5s ease-in-out infinite alternate;
  -moz-animation: blink 0.5s ease-in-out infinite alternate;
  animation: blink 0.5s ease-in-out infinite alternate;
}


/* ----------------------------------------
이용안내
---------------------------------------- */

/* 미국 복권 구매대행 이용안내 */
.info_1_top {padding:25px 30px 30px;border-radius: 10px;border: 1px solid #ddd;}
.info_1_top_logo {padding-bottom: 30px}
.info_1_top .info_1_top_text {font-weight: 400;}
.info_1_top .info_1_top_text .it1 {padding-bottom: 30px;}
.info_1_top .info_1_top_text .it2 {padding-bottom: 30px;}
.info_1_top .info_1_top_text .it2, .info_1_top .info_1_top_text .it3 {line-height: 30px;}

.info01_top {padding:20px 0px 30px;}
.info01_top_logo {padding-bottom: 30px}
.info01_top .info01_top_text {font-weight: 400; text-align: left;padding: 30px;border-radius: 0px 0px 30px 30px;margin-top: 40px;background: #e2efff;}
.info01_top .info01_top_text .it1 {padding-bottom: 30px;}
.info01_top .info01_top_text .it2 {padding-bottom: 30px;}
.info01_top .info01_top_text .it2, .info01_top .info01_top_text .it3 {line-height: 30px;}

.info01_top_text li {line-height: 30px;font-weight: 400; padding-left: 15px;}
.info01_top_text li:before {position: absolute;content: "";width: 3px;height: 3px;background: #666;border-radius: 100%;display: inline-block;margin-top: 13px;margin-left: -10px;}
.info01_top_text li span {color: #2a65c9; font-weight: 500;}

.info01_top_tit span {color: #2a65c9; text-align: center; display: inline-block; font-size: 15px;}
.info01_top_tit:before, .info01_top_tit:after {display: inline-block;width: 2.8rem;height: 2.2rem;margin-right: 1.8rem;background: url(../img/sub/sub01_before.png) no-repeat;background-size: contain;content: "";}
.info01_top_tit:after {margin-right: 0;margin-left: 1.8rem;background: url(../img/sub/sub01_after.png) no-repeat;background-size: contain;}

.info_list_wrap {padding:0px 0;}
.info_list_title {padding-bottom: 20px;color: #363636;font-size: 20px; font-weight: 600; /*border-bottom: 1px solid #ddd;*/}
.sub1_bottom {margin: 0; margin-bottom: 100px;}

.info_howto_title {padding: 30px 0 60px 0; color: #363636;font-size: 20px; font-weight: 500;}

.info_process_wrap {display: flex; gap:15px; padding-top: 30px;}
.info_process {position: relative; height: 235px;text-align: center; border-radius: 10px; border: 1px solid #ddd;}
.info_process:first-child {width: 390px;}
.info_process:nth-child(2) {width: 545px;}
.info_process:last-child {width: 295px;}
.info_process .process_top_title {position: absolute; top:-10px; left: 50%; transform: translateX(-50%); padding: 0 15px;font-size: 20px; font-weight: 600; background: #fff;}
.info_process:first-child .process_top_title {width: 250px;}
.info_process:nth-child(2) .process_top_title {width: 195px;}
.info_process:last-child .process_top_title {width: 192px;}
.info_process .process_inner_wrap {display: flex; justify-content: center;gap:10px;}
.info_process .process_inner_wrap .process_inner {position: relative;margin-top: 50px;}
.info_process .process_inner_wrap .process_inner span {position: absolute; top: 5px; left: 0;z-index: 1;padding: 2px 15px; border-radius: 30px; color: #fff;font-size: 14px; font-weight: 600;background-color: #2a65c9;}
.info_process .process_inner_wrap .process_inner .info_process_img {position: relative; margin-bottom: 15px;width: 100px; height: 100px; border-radius: 50%; background: #F5F5F5;}
.info_process .process_inner_wrap .process_inner .info_process_img::after {content: ""; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%);display: block; width: 54px; height: 54px; background-image: url('../img/main/icon_guide.png');}
.process_inner .process_img_1::after {background-position: 0 0;}
.process_inner .process_img_2::after {background-position: -57px 3px;}
.process_inner .process_img_3::after {background-position: -110px 0;}
.process_inner .process_img_4::after {background-position: -166px 2px;}
.process_inner .process_img_5::after {background-position: -275px 3px;}
.process_inner .process_img_6::after {background-position: -221px -52px;}
.process_inner .process_img_7::after {background-position: -221px 0;}
.process_inner .process_img_8::after {background-position: 0 -52px;}
.process_inner .process_img_9::after {background-position: -274px -51px;}
.info_process .process_inner_wrap .process_inner .info_process_title {margin-bottom: 5px;font-size: 16px; font-weight: 500;}
.info_process .process_inner_wrap .process_inner .info_process_title:last-child{margin-bottom: 0;}

.info_list01 li{padding-left: 20px; line-height: 30px;}
.info_list01 li:before {content: "";position: absolute;display: inline-block;width: 3px;height: 3px;background: #666;border-radius: 100%;margin-top: 12px;margin-left: -10px;}


.function_wrap {position: relative;padding: 35px 30px 25px;border: 1px solid #ddd;border-radius: 10px;text-align: center;margin-bottom: 20px;}
.function_tit {display: inline-block;margin-bottom: 1rem;color: #313131;letter-spacing: -0.076rem;line-height: 2.8rem;font-size: 1.5rem; font-weight: 700;}

.function_wrap ul {max-width: 89.8rem;margin: 0 auto;text-align: left;}
.function_wrap li {position: relative;margin-bottom: 1.2rem;padding: 1.6rem 1.5rem 1.6rem 5rem;background-color: #F6F6F6;border-radius: 6rem;letter-spacing: -0.09rem;
font-size: 17px;line-height: 1.3;font-weight: 400;}
.function_wrap li:last-child {margin-bottom: 0rem;}
.function_wrap li .num {display: inline-block;position: absolute;top: 50%;left: 0.5rem;width: 3.8rem;height: 3.8rem;background-color: #2a65c9;border-radius: 50%;
color: #fff;text-align: center;font-size: 20px;line-height: 3.8rem;font-weight: 600;transform: translateY(-50%);  -webkit-transform: translateY(-50%);}

.imgbx img{width: 100%; height: 100%; text-align: center; border-radius: 10px 80px 30px 10px}
.contbx {position: relative;margin-top: -140px;z-index: 10;margin-left: 30px;margin-right: 30px;background: #fff;padding: 30px 0 0;border-top: 2px solid #276ac7; border-radius: 30px 30px 0 0;}
.text_bx {/*max-width: 1060px;*/margin: 0 auto;text-align: center;}
.text_bx dt {font-size: 34px;font-weight: bold;padding-bottom: 10px;color: #276ac7;}
.text_bx dd {font-size: 34px;color: #333;}


.pro01 {margin: 0px 0 40px}
.pro01 ul {display: flex;margin-bottom: 20px;}
.pro01 ul li {border-radius: 20px;border: 1px #E3E3E3 solid;flex: 1;margin-left: 50px;padding: 40px 35px 20px 120px;display: flex;position: relative;}
.pro01 ul li.process1 {background: #FFF url(../img/sub/ico-pro01_01.png) no-repeat;background-position: 30px 45px;background-size: 70px;}
.pro01 ul li.process2 {background: #FFF url(../img/sub/ico-pro01_02.png) no-repeat;background-position: 30px 40px;background-size: 70px;}
.pro01 ul li.process3 {background: #FFF url(../img/sub/ico-pro01_03.png) no-repeat;background-position: 30px 45px;background-size: 65px;}
.pro01 ul li.process4 {background: #FFF url(../img/sub/ico-pro01_04.png) no-repeat;background-position: 30px 45px;background-size: 70px;}
.pro01 ul li.process5 {background: #FFF url(../img/sub/ico-pro01_05.png) no-repeat;background-position: 30px 42px;background-size: 70px;}
.pro01 ul li.process6 {background: #FFF url(../img/sub/ico-pro01_06.png) no-repeat;background-position: 30px 45px;background-size: 65px;}
.pro01 ul li.process7 {background: #FFF url(../img/sub/ico-pro01_07.png) no-repeat;background-position: 30px 45px;background-size: 70px;}
.pro01 ul li.process8 {background: #FFF url(../img/sub/ico-pro01_08.png) no-repeat;background-position: 30px 45px;background-size: 70px;}
.pro01 ul li.process9 {background: #FFF url(../img/sub/ico-pro01_09.png) no-repeat;background-position: 30px 45px;background-size: 65px;}

.pro01 ul li:first-child {margin-left: 0;}
.pro01 ul li:before {content: '';width: 50px;height: 2px;border-top: 2px #aaa dashed;position: absolute;left: -50px;top: 50%;}
.pro01 ul li:first-child:before {border: none;}

.pro01 ul li .step {color: #2a65c9;font-size: 16px;font-weight: bold;}
.pro01 ul li .tit {color: #333;font-weight: bold;font-size: 22px;margin: 20px 0 30px;}
.pro01 ul li p {font-size: 16px;color: #777;line-height: 22px;word-break: keep-all;}



/* 메가밀리언 소개, 파워볼 소개 */
.info_2_top {margin-top: 40px; margin-left: 50px; width: 610px; color: #313131;}
.info_2_top p {margin-bottom: 15px;}
.info_2_top p:last-child {margin-bottom: 25px;}

/* 메가밀리언 / 파워볼 상단 소개 추가 */
.info_top_intro {display: flex;justify-content: center;align-items: center;background: #e2efff;padding: 20px;border-radius: 10px 80px 30px 10px;}
.info_img_wrap {width: 460px; text-align: center;}

.info_2_main {display: flex; height:450px; margin-top: 25px;}
.info_2_main .info_2_main_left {width: 695px;background: #000;}
.info_2_main .info_2_main_right {padding:19px 30px;width: 445px; color: #222222;background: #f6f6f6;}
.info_2_main_right_inner .tutorial_1 {font-size: 23px; font-weight: 700;}
.info_2_main_right_inner .tutorial_2 {margin: 20px 0 15px 0; font-size: 28px; font-weight: 800;}
.info_2_main_right_inner .tutorial_2 span {color: #2a65c9;}
.info_2_main_right_inner .tutorial_3 {padding-bottom: 20px; font-weight: 500;border-bottom: 1px solid #D3D3D3;}
.info_2_main_right_inner .tutorial_4 {margin: 20px 0 30px 0; line-height: 20px; font-size: 14px; font-weight: 500;}
.info_2_main_right_inner .tutorial_5 {margin-bottom: 25px;font-size: 20px; font-weight: 700;}
.info_2_main_right_inner .tutorial_6 {margin-bottom: 5px;font-size: 18px;font-weight: 500;}
.info_2_main_right_inner .tutorial_7 {font-size: 18px;font-weight: 500;}
.info_2_main_right_inner .tutorial_6:first-child {color: red;}
.info_2_main .info_2_main_right .info_2_main_right_btn {margin-top: 20px;  text-align: center;}
.info_2_main .info_2_main_right .info_2_main_right_btn button {width: 275px; height: 50px; color: #fff;font-size: 18px; font-weight: 600; border-radius: 30px; border-style: none;background:#2a65c9;}
.tutorial_inner img {margin-right: 8px;/*width: 32px; height: 22px;*/border: 1px solid #d3d3d3;}

.info_2_bottom {margin-bottom: 50px;}
.info_2_bottom table, th, td {font-size: 15px;}
.info_2_bottom .info_2_bottom_title {margin: 40px 0 25px 0;color:#252525;font-size: 23px; font-weight: 700;}
.tb_type2 {text-align: center; border-bottom: 1px solid #d2d2d2; line-height: 1.3}
.tb_type2 col ~ col { border-left:1px solid #e8e8e8}
.tb_type2 thead th { padding: 0.6rem 0.5rem; box-sizing: border-box; font-weight: 500}
.tb_type2 tbody td { padding: 0.7rem 0.5rem; min-height: 2.75rem; box-sizing: border-box; color: #676767}
.tb_type2 tbody tr ~ tr { border-top : 1px solid #d2d2d2}
.tb_type2 td.view_scan { padding: 0}
.tb_type2 .bg_navy {color: #fff;background: #373B46;}
.tb_type2 .bg_navy tr th {color: #fff;}

.info_2_bottom .info_2_bottom_bn {display: flex; gap:30px;margin: 50px 0; background: skyblue;}
.info_2_bottom .info_2_bottom_bn .info_2_bottom_bn_inner {display: flex;padding: 25px;width: 330px; height: 105px;border-radius: 10px; border: 1px solid #ddd;}
.info_2_bottom .info_2_bottom_bn .bottom_bn_left {background: yellow;}
.info_2_bottom .info_2_bottom_bn .bottom_bn_right {background: orange;}




/* 당첨금 수령 안내 */
.reward_wrap {margin-top: 25px;/*border: 1px solid #ddd;*/border-radius: 10px;}
.reward_wrap:first-child {margin-top: 0px;}
.reward_title {padding-bottom: 15px;color: #363636;font-size: 20px; font-weight: 600; /*border-bottom: 1px solid #ddd;*/padding: 10px 0px;}
.reward_title span {border-radius: 10px 10px 0 0;background: #e2efff;padding: 8px 20px;margin-right: 10px;}
.reward_wrap ul {padding: 15px 20px;border: 1px solid #ddd;margin-top: -1px;border-radius: 0 10px 10px 10px;}
.reward_text li {line-height: 30px;font-weight: 400; padding-left: 15px;}
.reward_text li:before {position: absolute;content: "";width: 3px;height: 3px;background: #666;border-radius: 100%;display: inline-block;margin-top: 13px;margin-left: -10px;}
.reward_text li span {color: #2a65c9; font-weight: 500;}
.reward_text_last {margin: 50px 0;line-height: 30px;font-weight: 400;}

/* 회원 등급 안내 */
.tb_level th {border-right: 1px solid #dcdcdc}
.tb_level th, .tb_leve td {font-size: 18px;}
.tb_level {border: 1px solid #dcdcdc; font-weight: 500;}
.tb_level tr ~ tr {border-top: 1px solid #dcdcdc;}
.tb_level td {border-right: 1px solid #dcdcdc}
.tb_level th {line-height: 22px; background: #eee;}
.tb_level tbody { text-align: center; }
.tb_level tbody td { line-height: 1.3}
.tb_level tbody tr td { padding: 1.3rem 0;}
.bx_level p {padding: 20px 0 15px 0; font-size: 18px; font-weight: 700; color: #363636;}
.bx_level_luck {padding: 1px 9px;border:1px solid #DADADA;border-radius: 30px;color:#363636;font-size: 15px;font-weight: 600;}

.tb_level .luck_tr td {position: relative;}
.tb_level .luck_info {margin-top: 20px;}
.tb_level .luck_info .bx_level_luck {position: absolute;top:1.3rem; left:50%; transform:translateX(-50%);}
.tb_level .luck_info .title {color:#363636;font-weight: 600;}
.tb_level .luck_info .plus {position: relative;left:50%;transform: translateX(-50%);margin:20px 0; width: 29px;height:29px;border-radius: 50%;border:1px solid #DADADA;}
.tb_level .luck_tr td:last-child .luck_info .plus {margin:10px 0;}
.tb_level .luck_info .plus::after {content:"+";position: absolute;top:42%;left:50%;transform: translate(-50%, -50%);color:#A3A3A3; font-size: 30px;font-weight: 600;}

/* .tb_level .luck_info2 {text-align: left;}
.tb_level .luck_info2 .bx_level_luck {margin-bottom: 8px;}
.tb_level .luck_info2 p {line-height: 1.5;}
.tb_level .luck_info2 .before {position: relative;padding-left: 10px;}
.tb_level .luck_info2 .before::before {content:"-"; position: absolute;top:0;left:0;display: inline-block;}
.tb_level .luck_tr {border-top:0;}
.tb_level .luck_tr > td {padding:0;}
.tb_level .luck_tr .inner {margin: 10px;border:1px dotted #dcdcdc;}
.tb_level .luck_tr .inner .title {padding: 10px 0;border-bottom:1px dotted #dcdcdc;}
.tb_level .luck_tr .inner > div {margin:1.3rem 0;display:flex;}
.tb_level .box_level_inner1 {display: flex;flex-direction: column;justify-content: center;width: calc(100% - 230px);border-right:1px dotted #dcdcdc;}
.tb_level .box_level_inner2 {display: flex;width: 275.81px;}
.tb_level .box_level_inner2 .wrapper {position: relative;flex:1;}
.tb_level .box_level_inner2 .wrapper:first-child {margin-left: 10px;border-right: 1px dotted #dcdcdc;}
.tb_level .box_level_inner2 .wrapper:last-child {margin-right: 10px;}
.tb_level .box_level_inner2 .wrapper p:first-child {padding-bottom: 5px;border-bottom:1px dotted #dcdcdc;}
.tb_level .box_level_inner2 .wrapper p + p {margin-top: 5px;} */

.info_level_text {margin-bottom: 20px;}
.info_level_bottom {margin: 30px 0;}
.info_level_bottom .level_wrap {display: flex;padding: 30px 0; border-bottom: 1px solid #DCDCDC;}
.info_level_bottom .level_wrap:last-child {border-bottom: 0;}
.info_level_bottom .level_wrap .level_left {width: 230px; text-align: center;}
.info_level_bottom .level_wrap .level_left .level_title_en {margin: 15px 0 10px 0;color: #363636;font-size: 20px; font-weight: 700;}
.info_level_bottom .level_wrap .level_left .level_title_kr {font-weight: 500;}
.info_level_bottom .level_wrap .level_right {display: flex; flex-direction: column;justify-content: center;padding-left: 20px; width: 970px; font-weight: 500;}
.info_level_bottom .level_wrap .level_right li {}
.info_level_bottom .level_wrap .level_right li:before {position: absolute;content: "";width: 3px;height: 3px;background: #666;border-radius: 100%;display: inline-block;margin-top: 6px;margin-left: -10px;}
.info_level_bottom .level_wrap .level_right li + li {margin-top: 10px;}



/* ----------------------------------------
  메가밀리언 구매, 파워볼 구매
---------------------------------------- */
.sub1_container {position: relative;width:1200px;  margin:0 auto;}

/*top */
.sub1_top_blue_bg {position: relative; z-index: -1;width: 50%; height: 195px;background-color: #e2efff;}
.sub1_top {position: relative; margin-top: -195px;width: 100%; height: 240px;}

.sub1_top .sub1_top_blue {position: absolute;top: 0;z-index: 5;width: calc(100% - 30px);height: 195px;border-radius:0 100px 10px 0; background-color: #e2efff;}
.sub1_top .sub1_top_blue .sub1_top_blue_inner {position: absolute; top:50%; transform: translateY(-50%);display: flex; align-items: center; justify-content:space-between;/*gap:84px; margin-left: 400px;width: fit-content;*/ padding-left: 400px; width: 770px;}
.sub1_top_blue .sub1_top_blue_inner .winnings_wrap {margin: 0; align-items: baseline;width: fit-content; margin-top: 15px;}
.sub1_top_blue .winnings_total {margin-bottom: 10px; color: #171717;font-size: 20px; font-weight: 500;}
.sub1_top_blue .winnings {padding: 0;border-style: none;}
.sub1_top_blue .winnings_text, .sub1_top_blue .winnings_img {text-align: center;}

.sub1_top_blue .date_wrap {width: 333px;}
.sub1_top_blue .raffle_date {width: 255px; height: 120px; text-align: center;border-radius: 10px; border: 1px solid #B4D4F7; box-sizing: border-box;}
.sub1_top_blue .raffle_date .raffle_date_top {height: 45px; line-height: 45px; color: #1A1917;font-size: 20px; font-weight:500; border-radius: 8px 8px 0 0;background: #B4D4F7;}
.sub1_top_blue .raffle_date .raffle_date_top span {color: #2A68C8; font-weight: 600;}
.sub1_top_blue .raffle_date .raffle_date_bottom {padding: 15px; height: 75px; color: #393939; font-size: 17.4px; font-weight: 500; width: 255px; box-sizing: border-box;}
.sub1_top_blue .raffle_date .raffle_date_bottom .raffle_date_bottom_text:first-child {margin-bottom: 10px;}
.sub1_top_blue .raffle_date .raffle_date_bottom .raffle_date_bottom_text {text-align: justify;}
.sub1_top_blue .raffle_date .raffle_date_bottom .raffle_date_bottom_text span {display: inline-block; margin-right: 3px;width: 43px; height: 18px; line-height: 18px;color: #fff; text-align: center;font-size: 15px; font-weight: normal;border-radius: 3px;background-color: #393939;}

.sub1_top .sub1_top_navy {position: absolute;top: 25px; right: 0;width: calc(100% - 88px);height: 215px;border-radius:0 50px 10px 10px;background-color: #082b60;}
.sub1_top .sub1_top_navy .sub1_top_navy_inner {position: absolute; left: 50%;bottom: 0; transform: translateX(-50%); display: flex; gap:15px;height: 45px; line-height: 45px;color: #fff;}
.sub1_top .sub1_top_navy .sub1_top_navy_inner .sub1_top_navy_time {display: flex;gap:8px;}
.sub1_top .sub1_top_navy .sub1_top_navy_inner .text {float: right;width: 195px; text-align: center;font-size: 18px; font-weight: 400;}
.sub1_top .sub1_top_navy .sub1_top_navy_inner .text span:last-child {display: inline-block; margin-left: 5px;width:125px; text-align: left;color: #FFC922;font-size: 20px; font-weight: 500;}
/* .sub1_top .sub1_top_navy .sub1_top_navy_inner .sub1_top_navy_time span {} */
.sub1_top .sub1_top_navy .sub1_top_navy_inner .sub1_top_navy_text {font-size: 18px;}
.sub1_top .sub1_top_navy .sub1_top_navy_inner .sub1_top_navy_time .img_wrap img {padding-bottom: 3px;}

.sub1_top .sub1_top_circle_wrap {position: absolute; bottom:-10px; left: -22px;z-index: 10;width: 226px; height: 226px; border-radius: 50%;background: rgba(255,255,255,0.3);box-shadow: 10px 0 35px rgba(0,0,0,0.2);}
.sub1_top .sub1_top_circle_wrap .sub1_top_circle {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);width: 206px; height: 206px; border-radius: 50%; background:#082b60;}
.sub1_top .sub1_top_circle_wrap .sub1_top_circle .sub1_top_circle_text {position: absolute;  top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #CFDCEF; font-size: 16px; font-weight: 600;}
.sub1_top .sub1_top_circle_wrap .sub1_top_circle .sub1_top_circle_text .sub1_top_power {margin-bottom: 20px; width: 190px;margin-top: 20px;}
.sub1_top .sub1_top_circle_wrap .sub1_top_circle .sub1_top_circle_text .sub1_top_mega {margin-bottom: 20px;}

/* 250407 메가밀리언 상단 슬라이드 추가 */
.sub1_top_circle {position: relative;}
.sub1_top_circle .circle_slide {display: flex !important;flex-direction: column; align-items: center; justify-content: flex-start; width: 206px;height:206px; border-radius: 50%; background-color: #082b60;}
.sub1_top_circle .circle_slide .logo {margin-top: 18px; width: 89px;height:41px;}
.sub1_top_circle .circle_slide .logo img {width: 100%;}
.sub1_top_circle .circle_slide p {text-align: center;font-family: 'Elice DX Neolli';}
.sub1_top_circle .circle_slide .txt_wt {color:#fff;font-size: 18px; font-weight: 300;}
.sub1_top_circle .circle_slide .txt_wt p + p {margin-top: 5px;}
.sub1_top_circle .circle_slide .txt_wt.item1 {margin-top: 14px;}
.sub1_top_circle .circle_slide .txt_wt.item2 {margin-top: 12px;}
.sub1_top_circle .circle_slide .txt_wt.item3 {margin-top: 15px;}
.sub1_top_circle .circle_slide .txt_wt2 {margin-top: 7px; color:#fff;font-size: 16px; font-weight: 300;}
.sub1_top_circle .circle_slide .txt_yw {display: flex; align-items: flex-start; gap:5px; margin-top: 12px;}
.sub1_top_circle .circle_slide .txt_yw.item4 {margin-top: 7px;}
.sub1_top_circle .circle_slide .txt_yw p {padding-top:3px; color:#f6d20d;font-size: 30px; font-weight: 700;}
.sub1_top_circle .circle_slide .txt_yw .ico_up {width: 28px;}
.sub1_top_circle .circle_slide .txt_yw .ico_up img {width: 100%;}
.sub1_top_circle .slick-dots {right:2px !important; bottom:8px !important;}
.sub1_top_circle .slick-dots li {margin:0 3px !important; width:10px !important;}
.sub1_top_circle .slick-dots li button::before {color:#fff !important;font-size: 8px;}

/* main - left */
.sub1_main {display: flex; gap:20px; margin-top: 30px; margin-bottom:30px;}
.sub1_main .sub1_main_left {padding-top: 30px;width: 735px;}
.main_left_title {margin-bottom: 15px; color: #363636;font-size: 20px;letter-spacing: -1.4px;}
.main_left_title span {font-weight: 600; font-size: 22px}
.main_left_btns button {height: 65px; border-radius: 5px;font-size: 20px; font-weight: 600;border:1px solid #E1E1E1;background-color: #fff;}
button.btn_active {color: #fff;background-color: #2869C7;}

.main_left_btns2 {margin-top: 10px; display: flex; gap:10px;}
.main_left_btns2 button {flex:1; height:65px; border-radius: 7px; color:#333; font-size: 20px;font-weight: 500;letter-spacing: -0.05em;border:1px solid #DEDEDE; background: #F9F9F9;}
.main_left_btns2 button.on {color:var(--color_blue);border-color: var(--color_blue); background: #E0EFFE;}

.main_left_1 .main_left_btns {display: flex; gap:10px;}
.main_left_btns button {width: 100%; transition: all .3s;}
.main_left_btns button:hover { background: #2869C7; color:#FFF}

.main_left_2 {margin: 66px 0 66px 0;}
.main_left_2 .main_left_btns {display: flex;}
.main_left_2 .main_left_btns button {flex:1;/*width: 195px;*/ margin-right: 7px;}
.main_left_2 .main_left_btns button:last-child {margin-right: 0;}


.main_left_3 {display: flex; justify-content: space-between; gap:15px;}
.main_left_3 .main_left_3_ball_wrap .list_num {display: flex; flex-wrap: wrap; align-items: center; /*justify-content: center;*/gap:7px; padding: 24px 16px 24px 19px; border: 6px solid #E1EFFE; border-radius: 10px;}
.main_left_3 .main_left_3_ball_wrap .list_num li {position: relative;width: 35px; height: 35px; border-radius: 50%; border: 1px solid #D2D2D2;background: #F9F9F9; cursor: pointer;transition: all .3s;}
.main_left_3 .main_left_3_ball_wrap .list_num li .ballbtn {position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); padding:1rem 0; width: 100%; font-size: 18px; font-weight: 600;}

.main_left_3 .main_left_3_ball_wrap .step3 li:hover {background: #2669C7;}
.main_left_3 .main_left_3_ball_wrap .step3 li:hover a {color: #fff;}
.main_left_3_2 .main_left_3_ball_wrap .lmph li:hover {background: #DF3733;}
.main_left_3_2 .main_left_3_ball_wrap .lmph li:hover a {color: #fff;}
.main_left_3_2 .main_left_3_ball_wrap .lmmh li:hover {background: #ffcc00;}
.main_left_3_2 .main_left_3_ball_wrap .lmmh li:hover a {color: #363636;}

.main_left_3_1 {width: 466px;}
.main_left_3_1 .main_left_3_ball_wrap .list_num {height: 300px;}
.main_left_3_2 {width: 256px;}
.main_left_3_2 .main_left_3_ball_wrap .list_num {/*height: 213px;*/}
.main_left_3_2 .main_left_3_ball_wrap .list_num_mega {height: 212px;}
.main_left_3_2 .main_left_3_ball_wrap .list_num_power {height: 256px;}
/* .main_left_3_2 .main_left_3_ball_wrap .list_num_power li:nth-child(7) {color: #fff; border-style: none;background: #e13b2c;}파워볼 */
/* .main_left_3_2 .main_left_3_ball_wrap .list_num_power li:nth-child(7) a {color: #fff; }
.main_left_3_2 .main_left_3_ball_wrap .list_num_power li:nth-child(7) a.on {color: #fff; border-style: none;background: #e13b2c;} */
.main_left_3_2 .main_left_3_ball_wrap .list_num_power li.powerballbtn_active {color: #fff; border-style: none;background: #e13b2c;}
.main_left_3_2 .main_left_3_ball_wrap .list_num_power li.powerballbtn_active a {color: #fff;}
.main_left_3_2 .main_left_3_ball_wrap .list_num_power li.powerballbtn_active a.on {color: #fff; border-style: none;background: #e13b2c;}/*파워볼 */
/* .main_left_3_2 .main_left_3_ball_wrap .list_num_mega li:nth-child(7) {color: #363636; border-style: none;background: #ffcc00;}/*메가볼*/
/* .main_left_3_2 .main_left_3_ball_wrap .list_num_mega li:nth-child(7) a {color: #363636; }
.main_left_3_2 .main_left_3_ball_wrap .list_num_mega li:nth-child(7) a.on {color: #363636; border-style: none;background: #ffcc00;}  */
.main_left_3_2 .main_left_3_ball_wrap .list_num_mega li.megaballbtn_active {color: #363636; border-style: none;background: #ffcc00;}
.main_left_3_2 .main_left_3_ball_wrap .list_num_mega li.megaballbtn_active a.on {color: #363636; border-style: none;background: #ffcc00;color: #363636}/*메기볼 */
.main_left_3_2 .main_left_3_ball_wrap .list_num_mega li.megaballbtn_active a {color: #363636}
.main_left_3_2 .main_left_3_gamelist {margin-top: 12px; height: 80px; line-height: 80px; text-align: center; color: #fff; font-size: 20px; font-weight: 600;border-radius: 10px;background-color: #276AC7; cursor: pointer;}
.main_left_3_2 .main_left_3_gamelist img {margin-right: 10px;}

.main_left_3 .main_left_3_ball_wrap .list_num li.ballbtn_active {color: #fff; border-style: none; background: #2669C7;}
.main_left_3 .main_left_3_ball_wrap .list_num li.ballbtn_active a {color: #fff; }

/* main - right */
.sub1_main_right {padding: 15px 20px;width: 443px;color: #fff; border-radius:10px;background: #2a65c9;}
/* .sub1_main_right_inner {border: 1px solid yellow;} */
.main_right_title_wrap {display: flex; align-items: center;justify-content: space-between;padding: 0px 0 14px 0;border-bottom: 1px solid #6795d8;}
.main_right_title_wrap .main_right_btn button {width: 145px; height: 35px; color:#fff; font-size: 16px;border: 1px solid #6795d8; border-radius: 5px;background: transparent;}
.main_right_title:before {content: ""; display: inline-block;width: 30px; height: 19px;background: url('../img/sub/icon_gList.png') no-repeat; padding-right: 4px;}
.main_right_title {font-size: 25px; font-weight: 600; padding-top: 4px;}
.main_right_chknum {display: flex;justify-content: space-between; padding: 12px 0; font-size: 20px; font-weight: 600;}
.main_right_chknum span {color: #FFC922;}
.main_right_chknum .main_right_chknum_text {line-height: 30px;}
.main_right_chknum .main_right_chknum_btn button {width: 45px; height: 30px; color:#fff; font-size: 14px;border-style: none; border-radius: 5px;background: #082b60;}


.main_right_ball_wrap {position: relative;padding: 15px 10px; height: 220px;border: 1px solid #6795d8; border-radius: 5px;}
/* .main_right_ball_wrap .ball_wrap_inner {position: absolute; width: calc(100% - 20px);} */
.main_right_ball {display: flex; justify-content: space-between; margin-top: 8px;}
.main_right_ball:first-child {margin-top: 0;}
.main_right_ball .main_right_ball_title {width:50px;line-height: 35px;font-size: 18px;}
.main_right_ball .main_right_ball_title span {font-weight: 600;}
.main_right_ball .main_right_ball_balls {display: flex; gap:5px;}
.main_right_ball .main_right_ball_balls li {position: relative;width: 35px; height: 35px; border-radius: 50%;border: 1px solid #D2D2D2;background: #F5F8F3;}
.main_right_ball .main_right_ball_power li:last-child {border-style: none;background: #e13b2c;}
.main_right_ball .main_right_ball_power li:last-child a {color:#fff; }
.main_right_ball .main_right_ball_mega li:last-child {border-style: none;background: #FFC821;}
.main_right_ball .main_right_ball_mega li:last-child a {color:#363636; }
.main_right_ball .main_right_ball_balls li .gamelist_ball {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);font-size: 18px;font-weight: 600;}
.main_right_ball .main_right_ball_btns {line-height: 37px;}
.main_right_ball .main_right_ball_btns button {height: 30px;color:#fff; font-size: 14px;border-style: none; border-radius: 5px;background: #082b60;}
.main_right_ball .main_right_ball_btns button:first-child {width: 50px;}
.main_right_ball .main_right_ball_btns button:last-child {width: 35px;}

.main_right_receipt_wrap {margin: 10px 0; padding: 0 15px;border: 1px solid #6795d8; border-radius: 5px; font-size:20px; font-weight: 600;}
.main_right_receipt {display: flex; justify-content: space-between; height: 65px; line-height: 65px;border-bottom: 1px solid #6795d8;}
.pntinpt {line-height: normal;}
.pntinpt input::placeholder {color:#6795d8;}
.pntinpt .pnt_wrap {display: flex; flex-direction: column; justify-content: center;}
.main_right_receipt:last-child {height: 70px;border-bottom: 0;}
.main_right_receipt .main_right_receipt_text:first-child button {margin-left: 10px;width: 85px; height: 30px;color:#fff; font-size: 14px;border-style: none; border-radius: 5px;background: #082b60;}
.main_right_receipt .pnt_wrap .my_point {font-size: 14px; font-weight: normal; color: #ffc821;}

.main_right_receipt_point {display: flex; align-items: center;justify-content: center;gap:10px;}
.main_right_receipt_point span {width: 16px;text-align: center;}
.receipt_point_input {width: 163px; height:40px; color: #fff;font-size: 20px; font-weight: 600;border-style: none; text-align: right;background: transparent;}
.receipt_point_input:focus {outline:none;}

.main_right_prchs_btn {position: relative;display: flex; gap:12px;margin-bottom: 10px;}
.main_right_prchs_btn .prchs_btn {position: relative;flex:1; display: flex;align-items: center;gap:10px; height:63px; border-radius: 5px;/*border:3px solid #f0eded;*/ background:  #f9f9f9; cursor: pointer;}
.main_right_prchs_btn .prchs_btn .chk_wrap {margin-left: 15px;}
.main_right_prchs_btn .prchs_btn > p {color:#BABABA;font-size: 20px;font-weight: 600;}
.main_right_prchs_btn [class^=info] {position: absolute;top:6px; z-index: 1;width: 19px; height:19px; border:1px solid #363636;border-radius: 50%;box-sizing: border-box;cursor:pointer;}
.main_right_prchs_btn .info1 {left:169px;}
.main_right_prchs_btn .info2 {right:9px;}
.main_right_prchs_btn [class^=info] span {position: absolute;top:48%; left:50%;transform: translate(-50%, -50%);color: #363636;font-weight: 700;}
.main_right_prchs_btn .tooltip {display: none;position: absolute; top:-78px; background: yellow;box-sizing: border-box;}
.main_right_prchs_btn .prchs_btn:first-child .tooltip {left:0;}
.main_right_prchs_btn .prchs_btn:last-child .tooltip {left:-209px;}
.main_right_prchs_btn .tooltip.on {display: block;}
.main_right_prchs_btn .tooltip [class^=arrow]::after {content:"";position: absolute;bottom:-3px;z-index: 1;width: 6px;height: 6px;border-style: solid;border-width: 1px 1px 0 0;border-color: #D8D8D8;background-color: #ffffff; transform: rotate(135deg);}
.main_right_prchs_btn .prchs_btn .tooltip .arrow1::after {left:175px;}
.main_right_prchs_btn .prchs_btn .tooltip .arrow2::after {left:382px;}
.main_right_prchs_btn .tooltip .inner {display: flex;flex-direction: column;justify-content: center;padding:15px;width: 405px;height:72px;line-height: 1.3; color:#363636; border:1px solid #D8D8D8;font-size: 15px;background: #fff;box-sizing: border-box;}
.main_right_prchs_btn .tooltip .inner .xbtn {position: absolute; top:-3px; right:5px;font-size: 20px;}
.main_right_prchs_btn .prchs_btn .chk_wrap input.chkbx:checked + .show_chkbx svg path:first-child {stroke:#bbbbbb; fill:#bbbbbb;}
.main_right_prchs_btn .prchs_btn.active1 .chk_wrap input.chkbx:checked + .show_chkbx svg path:first-child, .main_right_prchs_btn .prchs_btn.active2 .chk_wrap input.chkbx:checked + .show_chkbx svg path:first-child {stroke:#3182f7; fill:#3182f7;}
.main_right_prchs_btn .prchs_btn.active1 {/*border-color:#E0EFFE;*/ background: #fff;}
.main_right_prchs_btn .prchs_btn.active1 > p {color:#363636;}
.main_right_prchs_btn .prchs_btn.active2 {/*border-color:#2B86F5;*/ background: #E0EFFE;}
.main_right_prchs_btn .prchs_btn.active2 > p {color:#2a65c9;}
.main_right_prchs_btn [class^=info].on {border-color: #2a65c9;}
.main_right_prchs_btn [class^=info].on span {color:#2a65c9;}
.main_right_prchs_btn .prchs_btn.reserve {background: #3CA890;}
.main_right_prchs_btn .prchs_btn.reserve > img {margin-left: 15px;}
.main_right_prchs_btn .prchs_btn.reserve > p {color:#fff;}

.main_right_purchase {height: 70px;line-height: 70px;color: #276AC7; text-align: center;font-size: 27px;font-weight: 700;border-radius: 5px;background-color: #fff; cursor: pointer;}

/* bottom */
.sub1_bottom {display: flex; justify-content: space-between;gap:15px; margin: 0px 0 30px 0;}
.sub1_bottom .sub1_bottom_chk {position: relative;width: 100%;height: 170px;border-radius: 10px; text-align: center;background-color: #082b60;}
.chk_banner {position: absolute; top: 0; left: 0;width: 105px; height: 38px; line-height: 38px; border-radius: 7px 0 7px 0;text-align: center; color: #fff; font-size: 18px; font-weight: 300;background: #3CA891;}
.chk_banner span {font-weight: 600;}
.sub1_bottom .sub1_bottom_chk .chk_text {position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%); width: 100%; color: #fff;}
.sub1_bottom .sub1_bottom_chk .chk_text .chk_img_text {display: flex; align-items: center;justify-content: center;}
.sub1_bottom .sub1_bottom_chk .chk_text .chk_img_text:first-child {margin-bottom: 20px;}
.sub1_bottom .sub1_bottom_chk .chk_text .chk_img_text .chk_img {margin-right: 10px;}
.sub1_bottom_chk .chk_text .chk_title_1 {font-size: 28px; font-weight: 500;}
.sub1_bottom_chk .chk_text .chk_title_1 span {color: #FFC722; border-bottom: 2px solid #FFC722;}
.sub1_bottom_chk .chk_text .chk_text_1 {font-size: 20px;}
.sub1_bottom_chk .chk_text .chk_title_2 {margin-bottom: 20px;color:#B2D6FD; font-size: 25px; font-weight: 600;}
.sub1_bottom_chk .chk_text .chk_text_2 {font-size: 23px; font-weight: 500;}
.sub1_bottom_chk .chk_text .chk_text_2:last-child {margin-top: 15px;}



/* ----------------------------------------
	signup
---------------------------------------- */
/* agree */
.signup_wrap {margin: 0 auto;width: 700px;}

.chk_type1 + label:before {content: "";vertical-align: middle;display: inline-block; margin-right: 5px; width: 20px;height: 20px;box-sizing: border-box;border: 1px solid #666;background-color: #fff;}


/* ----------------------------------------
  개인정보처리방침, 이용약관
---------------------------------------- */
.policy_terms_title {padding: 30px 0; font-size: 36px; text-align: center; border-bottom: 1px solid #222; color: #222;}

.policy_wrap {margin-bottom: 50px;padding: 40px 35px; font-size: 16px; }
.policy_wrap .text, .policy_bg_gray {line-height: 1.75;}
.policy_wrap .text {padding-bottom: 30px;}
.policy_wrap .policy_bg_gray {padding: 20px;background: #eee;}
.policy_wrap .policy_bg_gray li:first-child {padding-bottom: 30px;}
.policy_wrap .company li:first-child {padding-bottom: 0;}

.policy_sec {margin-top: 30px;}
.policy_sec .title {margin-bottom: 15px;color: #222;font-size: 22px;font-weight: 500;}
.policy_sec .subtitle {padding: 20px 0; font-size: 20px; font-weight: 600;}
.policy_sec .text, .list_style {line-height: 1.75;}
.policy_sec .list_style {font-weight: 600;}
.policy_sec .list_style:last-child {padding-top: 20px;}
.policy_sec .tb_type2 td, th {font-size: 15px; font-weight: 500;}


/* ----------------------------------------
  당첨결과
---------------------------------------- */

.tab .draw_tab_item {width: 400px;}
.draw_contents {display: none;margin: 0px 0 60px 0; font-size: 17px;}
.draw_contents.current {display: block;}

/* (1) 추첨안내 */
.draw_contents .bn_wrap {display: flex; gap:12px;padding-bottom: 35px;width: 100%;/*height: 198px;*/}
.draw_contents .bn_wrap .bn {width: 594px; height: fit-content;color: #222; font-size: 20px;font-weight: 600;box-sizing: border-box;border-radius: 8px; background: #e2efff;}
.draw_contents .bn_wrap .bn .bn_inner {display: flex; justify-content: space-between;padding: 45px 30px 24px 30px;border-radius: 8px; }
.draw_contents .bn_wrap .bn .bn_lt .ul_top {line-height: 1;}
.draw_contents .bn_wrap .bn .bn_lt .ul_top li:last-child {font-size: 28px;font-weight: 700;}
.draw_contents .bn_wrap .bn .bn_lt .ul_top li:last-child span {font-weight: 300; vertical-align: super;}
.draw_contents .bn_wrap .bn .bn_lt .ul_bottom {margin-top: 15px; line-height: 1.4; font-weight: 600}
.draw_contents .bn_wrap .bn .bn_lt .ul_bottom li:last-child span {color:
#276AC7;}
.draw_contents .bn .winnings_bottom {margin: 0; margin:0 30px; padding: 24px 0 45px 0;width: auto;text-align: center;border-top: 1px solid #C7E1FC;}
.draw_contents .bn .winnings_bottom .win_btns {justify-content: center; gap: 6px;}

.draw_contents .info_list_wrap:last-child ul {padding-top: 30px;}
.draw_contents .info_list_wrap ul li:not(.info_list_title) {margin-left: 20px;line-height: 25px;}
.draw_contents .info_list_wrap ul li:nth-child(2) {/*list-style: disc;*/}
.draw_contents .info_list_wrap ul li.info_txt:before {position: absolute;line-height: 19px;content: "";display: inline-block;width: 3px;height: 3px;background: #666;vertical-align: middle;
border-radius: 100%; margin-top: 10px; margin-left: -10px;}



/* (2) 메가밀리언 당첨 결과 */
.draw_contents .result_top .result_info {display: flex; font-size: 20px;font-weight: 500;color:#313131;border-radius: 8px;background: #e2efff;}
.draw_contents .result_top .result_info .result_info_item {position: relative;display: flex; flex-direction: column;justify-content: center;margin: 30px 0;width: 400px; text-align: center;}
.draw_contents .result_top .result_info .result_info_item span:not(span.circle) {font-weight: 700;}
.result_info_1, .result_info_2 {border-right: 1px solid #aec5ed;}

.result_info_1 .text .circle {position: absolute; top: 2px; margin-left: 10px;width: 44px; height: 44px; line-height: 26px;text-align: center;font-size: 13px; color: #fff;border-radius: 50%;}
.result_info_1 .text span.cbk {line-height: 44px;background: #434343;}
.result_info_1 .text span.crd {padding: 10px 0; height: 24px;background: #276AC7;}
.result_info_1 .text .circle.on {display: none;}
.result_info_1 .num {margin-top: 40px; color: #000;font-size: 25px;font-weight: 700;}
.result_info_1 .num span {color:#276AC7;}

.result_info_2 {align-items: center;}
.result_info_2 .title {width: 240px;text-align: left;}
.result_info_2 .title img {margin-left: 10px;}
.result_info_2 .text {margin-top: 25px;/*width: 240px;*/ text-align: justify;}
.result_info_2 .text:last-child {margin-top: 10px;}
.result_info_2 .text img {margin-right: 8px;border: 1px solid #d3d3d3;}

.result_info_3 {align-items: center;}
.result_info_3 .text {width: 265px; text-align: left;}
.result_info_3 ul {display: flex; justify-content: center;gap:5px;margin-top: 25px;width: 265px;}
.result_info_3 ul li {width: 34px; height: 34px; line-height: 34px; font-size: 17px; font-weight: 600;border: 1px solid #bfbfbf; border-radius: 50%;background: #fff;}
.result_info_3 ul li:nth-child(6) {width: fit-content; height: 34px; line-height: 30px;font-size: 25px; font-weight: 500;border-radius:0; border-style: none; background: transparent;}
.result_info_3 ul .mbcy {border-color: #FFC821; font-weight: 600;background: #FFC821;}

.result_main .title {display: flex;align-items: center;justify-content: space-between;margin: 55px 0 25px 0;}
.result_main .title .text {color: #363636;font-size: 23px; font-weight: 600;}
.result_main .title .btn {padding: 10px 17px; color: #fff;font-size: 15px;border-radius: 5px;background: #535353;}
.result_main .title .btn img {margin-left: 8px;}

.result_main .tb_type2 th, .result_main .tb_type2 td {font-size: 15px; font-weight: 500;}
.result_main .tb_type2 tbody td.td_click { padding: 0 !important}
.result_main .tb_type2 tbody td.td_click > * { display: block; padding: 1rem 0}
.result_main .tb_type2 .color_red3 {color: #ff0101;}
.result_main .tb_type2 .va_mid {color: #000;}
.result_main .tb_type2 .ico_video::after {content:""; display: inline-block; margin-left: 10px; width: 24px; height: 15px; background: url("../img/sub/ico_video.png") no-repeat center / auto 100%; vertical-align: middle;}
.result_main .tb_type2 .ico_more::after {content:""; display: inline-block; margin-left: 10px; width: 24px; height: 15px; background: url("../img/sub/ico_detail.png") no-repeat center / auto 100%; vertical-align: middle;}

.result_main .tb_type2 .list_ball {/*display: flex;*/ justify-content: center;gap:5px;/*width: 265px;*/}
.result_main .tb_type2 .list_ball li {width: 34px; height: 34px; line-height: 34px; color: #000;font-size: 15px; font-weight: 600;border: 1px solid #bfbfbf; border-radius: 50%;background: #fff;}
.result_main .tb_type2 .list_ball li:nth-child(6) {width: fit-content; height: 34px; line-height: 30px;color: #676767;font-size: 25px; font-weight: 500;border-radius:0; border-style: none;}
.result_main .tb_type2 .list_ball .mbcy {border-color: #FFC821; font-weight: 600;background: #FFC821;}

/* (3) 파워볼 당첨 결과 */
.result_info_3 ul .pbcr {color: #fff;border-color: #e13b2c; font-weight: 400;background: #e13b2c;}
.result_main .tb_type2 .list_ball .pbcr {color: #fff;border-color: #e13b2c; font-weight: 400;background: #e13b2c;}

/* paging */
.draw_paging {margin-top: 70px;}
.draw_paging ul {display: flex; gap:5px;margin: 0 auto;width: fit-content;}
.draw_paging ul .prev {background: url("../img/sub/ico_arr_left_paging.png") no-repeat center;}
.draw_paging ul .next {background: url("../img/sub/ico_arr_right_paging.png") no-repeat center;}
.draw_paging ul li {text-align: center; font-size: 16px; font-weight: 500;}
.draw_paging ul li.on a {background: #276ac7;color: #fff;border-color: #276ac7;}
.draw_paging ul li a {display: block;width: 34px; height: 34px; line-height: 34px;color:#000;border: 1px solid #d2d2d2;}
.draw_paging ul li a:not(.prev, .next):hover {background: #276ac7;color: #fff;border-color: #276ac7;}




/* ----------------------------------------
  캐시충전
---------------------------------------- */
.cash_list{clear:both;width:100%;}
.cash_list li {position: relative;border: 1px solid #d4d4d4; box-sizing:border-box; margin-bottom: 10px;}
.cash_list li:after { content: "."; display: block; font-size: 0; height: 0px; line-height: 0; clear: both; }
.cash_list li:hover {border: 1px solid #2589d4;}

.price01 {float: left;color: #989ca6; width: 200px; padding:20px /*25px*/; min-height:50px; display: inline-block;}
.price01 dl {text-align:center;}
.price01 dt {font-size: 34px; font-weight:bold; color:#1538a0; letter-spacing:-2px;line-height: 54px; padding-top: 5px;}
.price01 dt span {font-size: 20px;}


.price02 {color: #4f5a69;  width: 370px; padding:20px 0 20px 0;  display: inline-block;}
.price02:hover {color:#4f5a69;}
.price02 dl {padding-top: 5px; text-align: left;}
.price02 dt { font-size: 30px;line-height: 16px; font-weight:600;letter-spacing:-2px;line-height: 50px; display: inline-block; text-align: right; padding: 0 10px; width: 160px}
.price02 dt span {font-size: 20px;}
.price02 dd { font-size: 28px; line-height: 16px; font-weight:600;letter-spacing:-2px;line-height: 50px; display: inline-block;  text-align: right; padding: 0 10px; width: 160px}
.price02 dd span {font-size: 20px;}

.charge_btn_wrap { position: absolute;right: 20px;top: 25px; min-height:50px;}
.charge_btn1 {width: 150px;height: 50px;background: #276ac7;border: 1px solid #276ac7;color: #fff;border-radius: 4px;font-size: 17px;font-weight: 500;line-height: 50px;text-align: center;vertical-align: middle;display: inline-block; margin-right: 4px; cursor: pointer;}
.charge_btn2 {width: 150px;height: 50px;background: #35a991;border: 1px solid #35a991;color: #fff;border-radius: 4px;font-size: 17px;font-weight: 500;line-height: 50px;text-align: center;vertical-align: middle;display: inline-block;position: relative; cursor: pointer;}

.price_line {content: '';position: relative;top: 16px;left: 0;width: 1px;height: 50px;background-color: #ddd;display: inline-block; }

.label_ca {position: absolute;background: #b1dbfa;padding: 5px 8px 5px;color: #082b60;font-size: 14px;font-weight: 500;text-align: center;margin-top: 0px;margin-left: 0px;border-radius: 0px 0 4px 0;z-index: 3;}

.popup.charge.pay.type1.active .charge_wrap {overflow: auto;}
.popup.charge.pay.type1.active .charge_wrap > div {padding: 0.938rem 1.375rem 1.5rem;}
.popup.charge.pay_bank .pay_bank_info {margin-top:25px;}
.popup.charge.pay_bank .pay_bank_info li:first-child {color:#222;font-size: 1.2rem; padding: 0 0.2rem 0.2rem 0;}
.popup.charge.pay_bank .pay_bank_info li + li {position: relative;font-size: 0.9rem;}
.popup.charge.pay_bank .pay_bank_info li:first-child span {padding-bottom: 0.2rem;}
.popup.charge.pay_bank .pay_bank_info li + li span {padding: 0 0 0.2rem 0.6rem;}
.popup.charge.pay_bank .pay_bank_info .pay_bank_before:not(.pay_bank_before:last-child) span::before {content:""; position: absolute; top:50%;left: 0;transform: translateY(-45%); width: 2px;height: 2px; border-radius: 50%;background: #545454;}

/* ----------------------------------------
  구매/당첨내역
---------------------------------------- */
.history_chkbx .chk_wrap {display: inline-block;padding:0; line-height: 0;}
.history_chkbx .show_chkbx {display: inline-block; line-height: 0;}

.history_btn_wrap {float: right;}
.history_btn_wrap button {padding: 0 1rem;height: 2rem;border-radius: 0.2rem;box-sizing: border-box;}
.history_btn_wrap #btn_history {border:1px solid #276ac7; background:#FFF; color:#276ac7;}

.popup.history .inner {width: 700px;}
.popup.history .list_search {display: inline-block;margin-top: 15px;width: 100%;border:0;}
.popup.history .list_search .list_sel > li {position: relative;padding:0;width: 50%;}
.popup.history .list_search .list_sel > li .on {z-index: 1;color:#fff; background: var(--color_blue);}
.popup.history .list_search .list_sel > li * {margin-right: 0;width: 100%;}
.popup.history .history_pop_main {display: none;}
.popup.history .history_pop_main.on {display: block;}
.popup.history .history_pop_main .top {margin:20px 0;height:70px;text-align:center;}
/* .popup.history .history_pop_main .top img {height:70px;} */
.popup.history .info_2_main_right_inner {margin-bottom: 20px;background: #f6f6f6;padding: 20px;border-radius: 10px;color: #222;}
.popup.history .info_2_main_right_inner .tutorial_3 {font-size: 16px;}
.popup.history .info_2_main_right_inner .tutorial_4 {margin-bottom: 0;line-height: 24px;font-size: 15px;}
.popup.history .tit {margin-bottom:20px;color:#252525;font-size:20px;font-weight:700;}

/* ----------------------------------------
  스캔본확인
---------------------------------------- */
.history_txt { color: #222;  font-size: 18px; font-weight: 500; padding-bottom: 4px; border: 1px solid #d7d7d7;margin-bottom: 12px;text-align: center;padding: 5px 0;border-radius: 4px;}
.history_txt span {color: #276ac7;}

.scan_wrap {margin:1.35rem;width:100%;height:100%;}
.scan_top {position:relative;margin-bottom:10px;height:30px;}
.scan_top .cmt {position:absolute;left:50%; transform:translateX(-50%);z-index:1;width:100%;text-align:center;font-size:20px; font-weight:600;}
.scan_top .cmt span {color:#276AC7;}
.scan_top .back {position:absolute;top:10px;left:50%; transform:translateX(-50%); width:210px;height:15px;border-radius:5px; background:#E1EFFE;}
.scan_main {position:relative;}
.scan_main .top {display:flex; justify-content:space-between;margin-bottom:8px;}
.scan_main .top .title {padding:5px 10px; font-size:16px;font-weight:500;}
.scan_main .top .title.color {color:#276AC7;}
.scan_main .top .title.on {color:#fff;border-radius:30px; font-size: 15px; background:#276AC7;}
.scan_main .bottom {display:flex; align-items:center;margin:0 auto;width:185px;}
.scan_main .bottom .circle {width:11px;height:11px; border-radius:50%; border:2px solid #D5D5D5;}
.scan_main .bottom .circle.on1 {width:10px;height:10px; border-radius:50%; border:3px solid #276AC7;}
.scan_main .bottom .circle.on1 {animation: blink-effect 1.2s ease-in-out infinite alternate;}
@keyframes blink-effect {
  50% {
    opacity: 0.2;
  }
}
.scan_main .bottom .circle.on2 { border:2px solid #276AC7;}
.scan_main .bottom .line {width:70px; height:1px; background:#D5D5D5;}
.scan_main .bottom .line.on {background:#276AC7;}

/* 241016수정 */
.scan_main.scan_main2 {display: flex;gap:10px;}
.scan_main.scan_main2 .bottom {flex-direction: column;width: auto;margin:0;}
.scan_main.scan_main2 .bottom .line {width: 1px; height: 70px;}
.scan_main.scan_main2 .top {display: block;}
.scan_main.scan_main2 .top .title_wrap:first-child {margin-top: -7px;}
/* .scan_main.scan_main2 .top .title_wrap + .title_wrap {margin-top: 45px;} */
.scan_main.scan_main2 .top .title_wrap .title {padding:0; width: fit-content;}
.scan_main.scan_main2 .top .title_wrap .title.on {padding:5px 10px;}
.scan_main.scan_main2 .top .title_wrap:nth-child(2) .title {margin-top: 42px;}
.scan_main.scan_main2 .top .title_wrap:nth-child(3) .title {margin-top: 46px;}
.scan_main.scan_main2 .top .title_wrap:nth-child(4) .title {margin-top: 47px;}
.scan_main.scan_main2 .top .title_wrap .text {margin-top: 5px;color:#666; font-size: 13px;font-weight: normal;}

/* 2410161수정 */
.scan_main.scan_main3 {background: #fafafa;padding: 25px 15px;border-radius: 0.5rem;border: 1px solid #f0f0f0;}
.scan_main.scan_main3 .inner {display: flex;gap:10px;}
.scan_main.scan_main3 .bottom .line {width: 1px; height: 70px;}
.scan_main.scan_main3 .bottom {flex-direction: column;width: auto;margin:0;}
.scan_main.scan_main3 .top {display: block;margin:0;}
.scan_main.scan_main3 .top .title {padding:0;width: fit-content;}
.scan_main.scan_main3 .top .title.on {margin-top:-5px; padding:5px 10px;}
.scan_main.scan_main3 .top .text {margin-top: 5px;color:#666; font-size: 13px;font-weight: normal;}

/* 250408 스캔본 당첨배수 추가 */
.scan_pop_balls {margin-bottom: 2px;}
.scan_pop_balls ul {display: flex;align-items: center;gap:5px;}
.scan_pop_balls ul li {margin:0;}
.scan_pop_balls ul .ball_size_1 span {margin:0;width: 20px;height: 20px;line-height: 20px; font-size:13px;}
.multi_num {padding-top:2px;width:24.5px; color:#35a991; font-size: 15px; font-weight: 600;}
.sec_history .multi_num {font-size: 17px;}
.sec_history .list_ball2 > li:last-child span {margin:0;}

.ball_multi {display: none;}
.ball_multi.on {display: block; position: relative;width: 20px;height:20px;border-radius: 50%;background-color: #35a991;}
.ball_multi.on .text_wrap {position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);display: flex;align-items: flex-end; color:#fff;}
.ball_multi.on .text_wrap .symbol {padding-bottom:1px; font-size: 10px;font-weight: 400;}
.ball_multi.on .text_wrap .num {padding-top:1px;padding-left: 1px; font-size: 12px;font-weight: 600;}

/* ----------------------------------------
  자동구매 설정내역
---------------------------------------- */
.mypage_auto {margin-top:0 !important;padding:30px; border:1px solid #E0E0E0 !important; border-radius: 10px;}
.mypage_auto .wrap_title {display: flex;align-items: center;justify-content: space-between;float:none; margin-top: 30px;padding-bottom: 0 !important}
.mypage_auto .wrap_title button {padding: 0.4rem 0.8rem 0.4rem;font-size: 0.938rem;border-radius: 0.2rem;color:#fff;background: #082b60;}
.mypage_auto .heading span {margin-right: 6px;font-weight: 500;}
/* .mypage_auto .heading button {padding:0;width: 42px;height:26px;border-radius: 20px;color:#fff;} */
/* .mypage_auto .heading .on {background:#2b86f5; cursor:unset;}
.mypage_auto .heading .off {background:#d2d2d2; cursor:unset;} */
.mypage_auto .bx_gray {margin-top: 15px; padding:1.063rem 1.5rem !important;}
.mypage_auto .bx_gray .clear {line-height: 1.3;font-size: 1rem;}
.mypage_auto .bx_gray .clear > p {margin-bottom: 10px;color:#222;font-size: 18px;font-weight: 500;letter-spacing: -0.075em;}
.mypage_auto .bx_gray .list_bul > li {line-height:  1.5 !important;}

/* 출금신청 mypage_cashReApl */
.sec_apply .bx_input, .bx_input_directSend {padding: 0 !important;}
.sec_apply .bx_input input, .sec_apply .bx_input select, .bx_input_directSend select {padding: 0 1rem;}

/* 당첨금 안내 팝업 */
.popup.draw .wrap_tb {margin: 1.25rem 0 !important;}
.popup.draw .btn_wrap {margin:0 auto;width: 120px; height: 40px;}
.popup.draw .btn_wrap .btn_close.xbtn {position: static;margin:0 auto;width: 100%; height: 100%; color:#fff; border-radius: 5px; font-size: 18px;background: #0051c7;}

/* 자주 쓰는 번호 관리 */
.booked_num {display: flex;gap:30px;margin-top: 30px;}
.booked_num .inner {flex:1;margin-bottom: 15px; border-bottom: 1px solid #D2D2D2;}
.booked_num .inner .top {display: flex;align-items: center;justify-content: space-between;height:26px;}
.booked_num .inner .top > p {color:#222;font-size: 18px;font-weight: 500;letter-spacing: -0.075em;
}
.booked_num .inner .top ul {display: flex;align-items: center;color:#8b8b8b;font-size: 16px;}
.booked_num .onoff_ico {margin-left: 10px;}
.onoff_ico {width: 60px;height:26px; background: url("../img/sub/btn1_off.png"); cursor:pointer;}
.onoff_ico.on {background: url("../img/sub/btn1_on.png");}
.booked_num .wrap_tb {margin-top: 15px; /*padding-bottom: 15px;*/height:318.58px;}
.booked_num .delete a { display: inline-block; width: 2rem; height: 2rem; background:url(../common/images/ico_bin.png) no-repeat center;}
.booked_num .nohistory_wrap {height:276.9px;}
.booked_num .nohistory {padding: 10px 0;}
.booked_num .nohistory .wrap_img {margin:0 0 1rem 0;}
.booked_num .nohistory .wrap_img img {width: 40px;}
.booked_num .nohistory > p {font-size: 0.938rem;}
.booked_num .tb_type2 {border-bottom: 0 !important;}
.booked_num .tb_type2 tbody tr:last-child:not(tr:nth-child(5)) td:not(.nohistory_wrap) {border-bottom: 1px solid #d2d2d2;}

/* --------------------당첨 번호 통계-------------------- */
.wrap_mypage.statistics {padding:0;}
.statistics_tab {height: 60px;margin-top: 8px;margin-bottom: 30px;background-color: #f8fafb;border-radius: 10px;border: 1px solid #ddd;}
.statistics_tab::after {content: '';display: block;clear: both;}
.statistics_tab li {position: relative;float: left; width:50%;border-radius: 10px;background-color: #f8fafb;}
.statistics_tab li button {display: block;width: 100%;height: 100%;line-height: 60px;padding: 0 25px;font-size: 17px;font-weight: 600;color: #222;background-color: #f8fafb;border-radius: 10px;text-align: center}
/* .statistics_tab li>button::after {content: '';position: absolute;top: 22px;left: 0;width: 1px;height: 16px;background-color: #ddd;} */
.statistics_tab li:first-child>button::after {display: none;}
.statistics_tab li>button.on {background-color: #276ac7;border-radius: 10px;color: #fff;box-shadow: 0px 10px 30px 0px rgba(39,106,199,0.3);}

.statistics_top {position: relative;width: 100%;border-radius: 10px;background: #E1EFFF;}
.statistics_top .back .img_wrap {position: absolute; top:50%;right:20px; transform: translateY(-50%);}
.statistics_top .back .img_wrap img {width: 100%;}
.statistics_top .back .img_wrap.mega {width: 160px;}
.statistics_top .back .img_wrap.power {width: 190px;}
.statistics_top .list_search {display: flex; gap:35px;padding:30px 25px;border:0;}
.statistics_top .list_search > li {gap:22px;}
.statistics_top .list_search .list_sel > li * {color:unset;transition: none;}
.statistics_top .list_search > li > p {position: relative;padding-left: 7px;width: fit-content;}
.statistics_top .list_search > li > p::before {content:"";position: absolute;top:50%;left:0;transform:translateY(-50%);display: inline-block;width: 3px;height:3px;border-radius: 100%;background: #656564;}
.statistics_top #searchDate {border:1px solid #d6d6d6; height: 2.6rem;width: 7rem;font-size: 0.938rem;padding: 0 0.5rem;}

/*.statistics .btm.clear thead th:not(th:first-child) {border-right:1px solid #d6d6d6;} */
.statistics .btm.clear table {border-bottom: 1px solid #979797;}
.statistics .btm.clear tbody td:not(td:first-child, td:last-child) {border-right:1px solid #d6d6d6;}
.statistics .btm.clear .left {padding: 3% 1.5% 0 0;}
.statistics .btm.clear .right {padding:3% 0 0 1.5%; border-left: 0 !important;}
.statistics .btm.clear .ballWhite{ width: 30px; height: 30px; border-radius: 50%; border: 1px solid #D2D2D2; background: #fff; position: relative;}
.statistics .btm.clear .ballWhite span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 18px; font-weight: 600; }
.statistics .btm.clear h4 {color:#363636;}

.statistics_graph {position: relative;width: 100%;}
.statistics_graph .graphColor {position: absolute;top:50%;left:0; transform:translateY(-50%);width:0;height:10px; background:#CECECE; background:#666;border-radius:10px; transition: 0.3s ease;}

.skeleton_loading {position: absolute;top:50%;left:0; transform:translateY(-50%);width: 95%; height:10px;border-radius:10px; background: linear-gradient(120deg, #cccccc 30%, #dddddd 38%, #dddddd 40%, #cccccc 48%); background-size: 200% 100%;background-position: 100% 0; animation: load 0.5s infinite ease-in-out;}
@keyframes load {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

/* 내 번호 분석 */
.statistics_top .ballsAnalysis .plus {width: fit-content; height: 34px; line-height: 30px;color: #676767;font-size: 25px; font-weight: 500;border-radius:0; border-style: none;background: none;}
.statistics_top .ballsAnalysis .analysisBtn {padding:6px 16px;color:#fff;font-size: 18px;border-radius: 30px; background: var(--color_blue);}
.statistics_top .ballsAnalysis .numSelectBtn {margin-left: 10px;padding:6px 16px;color:#fff;font-size: 18px;border-radius: 30px; background: var(--color_blue2);}
.statistics_top .ballsAnalysis li {cursor: pointer;}
.statistics_history {position: relative;top:-10%;height:0;opacity: 0;}
.statistics_history .main_left_3_1 {flex:0.97;width: auto;}
.statistics_history .main_left_3_1 .main_left_3_ball_wrap .list_num {height: 321px;}
.statistics_history .main_left_3_2:last-child {flex:0.95;}
.statistics_history .main_left_3_2 .main_left_3_ball_wrap {padding: 24px 16px 24px 19px;height:321px;border: 6px solid #E1EFFE;border-radius: 10px;}
.statistics_history .main_left_3_2 .main_left_3_ball_wrap .list_num {padding:0; height:auto;border:0;border-radius: 0;}
.statistics_history .main_left_3_2 .main_left_3_ball_wrap .list_num_power .megaballbtn_active {border-style: none;background: #e40d0b;}
.statistics_history .main_left_3_2 .main_left_3_ball_wrap .list_num_power .megaballbtn_active a {color:#fff;}
.statistics_history .tb_wrap {height:381px;overflow: auto;}
#customScrollMega::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); background-color: rgba(0,0,0,0); border-radius: 5px;}
#customScrollMega::-webkit-scrollbar {width: 10px;background-color: rgba(0,0,0,0);}
#customScrollMega::-webkit-scrollbar-thumb {border-radius: 10px;background-color: rgba(0,81,199,0.5);}
#customScrollPower::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);background-color: rgba(0,0,0,0);border-radius: 5px;}
#customScrollPower::-webkit-scrollbar {width: 10px;background-color: rgba(0,0,0,0);}
#customScrollPower::-webkit-scrollbar-thumb {border-radius: 10px;background-color: rgba(225,59,44,0.5);}
#customScrollBlue::-webkit-scrollbar {width: 8px;  /* 스크롤바의 너비 */}
#customScrollBlue::-webkit-scrollbar-thumb {height: 30%; /* 스크롤바의 길이 */background: #276AC7; /* 스크롤바의 색상 */border-radius: 10px;}
#customScrollBlue::-webkit-scrollbar-track {background: #e1effe;  /*스크롤바 뒷 배경 색상*/border-radius: 10px;}

.analysis_tb {margin-top: 50px;}
.analysis_tb tr[class^=tr] {display: none;}
.analysis_tb tr[class^=tr].on {display: table-row;}

.statistics .rel {position: relative;}
.statistics .rel .high, .statistics .rel .low {position: absolute;top:-2px;right:-2px;margin:0;width: 10px;height:10px;line-height: normal;border-radius: 0;border:0; font-size: 8px;background: unset;}
.statistics .rel .high::after {content:"▲";color:red;}
.statistics .rel .low::after {content:"▼";color:blue;}
.statistics .highlow_low {color:blue;}
.statistics .highlow_high {color:red;}

.btm.clear.st_wrap {display: flex; gap:30px;margin:30px 0;}
.btm.clear.st_wrap::after {content:none;}
.statistics .btm.clear .right.box_border {border-left: 1px solid #e1e1e1 !important;}
.box_border {padding:35px !important;height:fit-content;border-radius: 10px;border:1px solid #e1e1e1 !important;}
.chk_mark {color: #276ac7;font-size: 20px;}

.sec_mypage .btm > .pattern_wrap {display: flex;flex-wrap: wrap;gap:21px;padding:0;width:auto;min-height: auto;}
.pattern_wrap .top {padding-left: 17px;width: 162px;height: 31px;line-height: 34px;color:#fff;font-size:18px;background :#276ac7;font-weight: 600;
border-radius: 10px 32px 0 0;box-sizing: border-box;}

/* 통계 nav */
.plk_tab .rel {position: relative;}
.plk_tab .new3 {position: absolute;top:-5px;right:-16px; display: block;width:14px;height:14px;border-radius: 50%;background: #e13b2c;}
.plk_tab .new3::after {content:"H";/*display: block;width: 13px;height:14px;line-height: 14px;color:#fff;text-align: center;font-size: 9px;font-weight: 500;*/display: block;line-height: 14px;color: #fff;/*padding-left: 0.219rem;*/font-size: 9px;font-weight: 600;font-family: 'Montserrat', sans-serif;}

/* 통계 테이블 thead sticky */
.tb_sticky {border-collapse: separate;border-spacing: 0;}
.tb_sticky thead {position: sticky;top:0;z-index: 1;}
.tb_sticky thead th {border-top: 2px solid #555;border-bottom: 1px solid #979797;}
.tb_sticky tbody td { border-bottom: 1px solid #d6d6d6;}

/* --------------------intro-------------------- */
/* event1 */
.intro_container {background: #1F0E46;}
.intro_container .intro_top {width: 100%;height:607px; overflow: hidden; background: url("../img/event/ddeep/intro01_1.jpg") center;}
.intro_main {margin:0 auto; width:980px; text-align: center;}
.intro_main iframe {margin-top: -67px;border:0; border-radius: 10px;}
.intro_main .bg_section_sky {display: inline-block;margin:35px 0 40px;width: 100%;border-radius: 10px;background: #e2efff;}
.intro_main .box_main_cont:before {height:348px;}
.intro_main .bg_section_sky .box_main_wrap {width: 100%; height:auto;}
.intro_main .box_main_cont {width: 50%;height: auto;}
.intro_main .winnings_wrap {width: 100%;}
.intro_main .deadline .deadline_text {font-size: 18px;}
.intro_main .howto {height:270px;background: url("../img/event/ddeep/intro01_2.jpg");}
.intro_main .app {margin: 45px 0 82px;}
.intro_main .info {height:272px;background: url("../img/event/ddeep/intro01_5.jpg");}

/* event2 */
.news_container {padding-bottom: 50px;width: 100%;background: #F9F9F9;}

.newslab_nav {width: 100%;height:70px; border-bottom:1px solid #cccecf; background: #fff;}
.newslab_nav .inner {display: flex;align-items: center;justify-content: space-between;margin:0 auto; width: 975px;height:100%;}
.newslab_nav .inner .img_wrap {width: 150px;}
.newslab_nav .inner .img_wrap img {width: 100%;}
.newslab_nav .inner ul {display: flex;height:70px;line-height: 70px;}
.newslab_nav .inner ul li {width: 70px;text-align: center;}
.newslab_nav .inner ul li a {position: relative;display: inline-block; width: 100%;height:100%;color: #464a4f; font-size: 15px;font-weight: 600;}
.newslab_nav .inner ul li:not(.login) a:hover {color:#1c70d3;}
.newslab_nav .inner ul li:not(.login) a:hover::after {content:"";position: absolute;left:0;bottom:0; width: 100%;height: 2px; background: #1c70d3;}
.newslab_nav .inner ul .login a {color:#1c70d3;font-weight: 500;}
.newslab_nav .inner ul .login a:hover {text-decoration: underline;}

.news_main {margin:65px auto 0;padding:15px; width:945px; background: #fff;}
.news_main .inner {margin:0 auto; width:750px;}
.news_main .inner .presented {display: inline-block;margin: 10px 0 20px;padding:5px 10px 3px;line-height: 1.2;color:#fff; font-size: 12px;font-weight: 600;background: #999;}
.news_main .inner .title {padding-bottom: 10px;border-bottom: solid 1px #aaa; color:#363636;font-size: 20px;}
.news_main .inner .view {margin:25px 0 40px;color:#808080;font-size: 14px;font-weight: 600;}

.news_main .contents .img_wrap {width: 100%;}
.news_main .contents .img_wrap img {width: 100%;}
.news_main .contents p {margin:20px 0;line-height: 1.7;font-size: 17px;}

.news_container .footer {padding:60px 0;color:#fff; text-align: center;font-size: 20px;background: gray;}

/* event3 */
.intro2_container * {box-sizing: border-box;}
.intro2_container .intro2_top {width: 100%;height: 1073px;overflow: hidden; background: url("../img/event/ddeep2/intro02_1.jpg") center;}
.intro2_container .intro2_top2 {width: 100%;height: 1124px;overflow: hidden; background: url("../img/event/ddeep2/intro02_2.jpg") top center;}
.intro2_container .intro2_top2 .inner {margin:0 auto;width: 980px;}

.intro2_container .iframe_wrap {margin-top: 20px; border-radius: 6px;border:7px solid #ffdb6b;}
.intro2_container iframe {border-radius: 6px;border:0;background: #ffdb6b;}
.intro2_container .bg_section_sky_wrap {margin:40px 0 50px;border-radius: 6px;border:7px solid #ffdb6b;}
.intro2_container .bg_section_sky {display: inline-block;width: 100%;border-radius: 6px;background: #e2efff;}
.intro2_container .bg_section_sky .top_img img {height:45px;}
.intro2_container .box_main_cont:before {height:370px;}
.intro2_container .bg_section_sky .box_main_wrap {width: 100%; height:auto;}
.intro2_container .box_main_cont {width: 50%;height: auto;}
.intro2_container .winnings_wrap {width: 100%;}
.intro2_container .deadline .deadline_text {font-size: 18px;}

.intro2_container .intro2_howto {width: 100%;height: 549px;overflow: hidden; background: url("../img/event/ddeep2/intro02_3.jpg") center;}

.intro2_container .intro2_news .inner {position: relative;padding-bottom: 55px;background: #000;}
.intro2_container .intro2_news .inner > .img_wrap {position: relative;}
.intro2_container .intro2_news .img_wrap {width: 100%;}
.intro2_container .intro2_news .img_wrap img {width: 100%;}
.intro2_container .intro2_news .news_wrap1 {position: relative;top:-12px;z-index: 1;margin:0 auto;padding:10px; width: 1104px; border-radius: 50px; background: linear-gradient(180deg, rgba(212,150,66,1) 0%, rgba(224,186,100,1) 16%, rgba(231,213,123,1) 37%, rgba(231,224,131,1) 64%, rgba(212,173,96,1) 86%, rgba(213,172,95,1) 100%);}
.intro2_container .intro2_news .news_wrap2 {padding:40px 40px 90px 40px; border-radius: 40px;border:6px solid #000; background: #fff;}
.intro2_container .intro2_news .news_wrap2 p {line-height: 1.7;font-size: 18px;}
.intro2_container .intro2_news .news_wrap2 p + p {margin-top: 35px;}
.intro2_container .intro2_news .news_wrap2 .img_wrap {margin:35px 0;}

.intro2_container .intro2_qna {width: 100%;height: 1351px;overflow: hidden; background: url("../img/event/ddeep2/intro02_5.jpg") center;}

.intro2_container .intro2_bottom {text-align: center;background: #1D1E35;}
.intro2_container .intro2_bottom > div {line-height: 0;}
.intro2_container .intro2_bottom .img-1 {padding: 50px 0 68px;}

/* ----------------------------------------
  운세
---------------------------------------- */
/* lunkNav */
.luckNav {position: relative;width:240px;border:1px solid #E6E8EA;border-radius: 10px 0 0 20px; box-sizing: border-box;}
.luckNav * {box-sizing: border-box;}
.luckNav > h1 {position: relative; top:-1px;height:80px;line-height: 80px;color:#fff; text-align: center;font-weight: 600;border-radius: 10px 0 0 0; background: url("../img/sub/unse/lnb_bg.png");background-size: contain;}
.luckNav .info_wrap {padding:20px 15px;}
.luckNav .info_wrap > p {font-size: 18px;font-weight: 500;letter-spacing: -0.075em;color: #222;}
.luckNav .info_wrap .inner {margin-top: 12px; border:1px solid #E6E8EA; border-radius: 5px;}
.luckNav .info_wrap .inner * {font-size: 16px;}
.luckNav .info_wrap .inner .info {padding:12px 0; color: #222;text-align: center;letter-spacing: -0.075em;}
.luckNav .info_wrap .inner .info span {font-weight: 600;}
.luckNav .info_wrap .inner button {width:100%; height:40px;line-height: 40px;color:#fff;border-radius: 0 0 5px 5px;background: #0B3160;}
.luckNav .navigation .main_item {border-top: 1px solid #E6E8EA;border-bottom: 1px solid #E6E8EA;}
.luckNav .navigation .main_item .title {display: block;padding:16px 0 16px 25px; font-size: 19px;font-weight: 500;letter-spacing: -0.075em;color: #222;}
.luckNav .navigation .main_item .title.on {color:#fff;background: var(--color_blue);}
.luckNav .navigation .main_item + .main_item {margin-top: -1px;}
.luckNav .navigation .submenu {display: none;padding:18px 0 25px 22px; font-size: 17px; font-weight: 500;background: #FAFAFA;}
.luckNav .navigation .submenu.on {display: block;}
.luckNav .navigation .submenu .sub_item + .sub_item {margin-top: 15px;}
.luckNav .navigation .submenu .sub_item a {position: relative; padding-left:10px;color:#666;}
.luckNav .navigation .submenu .sub_item a::before {content:"";position: absolute; top:50%;left:0; transform:translateY(-50%);display: inline-block; width: 3px;height:3px;background: #666;border-radius: 50%;}
.luckNav .navigation .submenu .sub_item .on {color:var(--color_blue);}

/* 나의 사주정보 팝업 */
.popup.setLuckInfo .inner {padding: 22px 30px 40px 30px;width: 503px;}
.popup.setLuckInfo ul {margin-top: 10px;}
.popup.setLuckInfo li + li {margin-top: 10px;}
.popup.setLuckInfo [class^=line] {display: flex; justify-content: space-between;}
.popup.setLuckInfo .line1 {gap:5px;}
.popup.setLuckInfo .line1 .btn_wrap {display: flex;}
.popup.setLuckInfo .line1 .btn_wrap button {position: relative;width:94px; height:100%;color:#ADADAD;font-size: 16px;border:1px solid #CFCFCF; background: #FAFAFA;}
.popup.setLuckInfo .line1 .btn_wrap button:first-child {border-radius: 6px 0 0 6px;}
.popup.setLuckInfo .line1 .btn_wrap button:last-child {margin-left: -1px;border-radius: 0 6px 6px 0;}
.popup.setLuckInfo .line1 .btn_wrap button.on {z-index: 1; color:var(--color_blue);font-weight: 600;border-color:var(--color_blue); background: #fff;}
.popup.setLuckInfo .line2 {gap:8px;}
.popup.setLuckInfo .line2 .year {flex:1.45;}
.popup.setLuckInfo .line2 div:not(.year) {flex:1;}
.popup.setLuckInfo input,
.popup.setLuckInfo select {color:#222; font-size: 16px; border:1px solid #DFDFDF;border-radius: 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;}
.popup.setLuckInfo select::-ms-expand{display:none;}
.popup.setLuckInfo .select_wrap {position: relative;}
.popup.setLuckInfo .select_wrap::after {content:"";position: absolute; top:48%;right:10px; transform:translateY(-50%) rotate(135deg); display: inline-block;width: 4px;height:4px;border-top:2px solid #666;border-right:2px solid #666;}
.popup.setLuckInfo input {padding:11px 15px; width: 250px;}
.popup.setLuckInfo input::placeholder {color: #aeaeae;}
.popup.setLuckInfo select {padding:10px 15px; width: 100%;}
.popup.setLuckInfo li.btn_wrap {margin-top: 15px;}
.popup.setLuckInfo li.btn_wrap button {width: 100%;height:45px;color:#fff;text-align: center;font-size: 16px;border-radius: 6px;background: #0B3160;}

/* inst */
.luck {display: flex;}
.luck * {box-sizing: border-box;}
.luck_main {padding:40px 45px; width: calc(100% - 240px) !important;border:1px solid #E6E8EA;border-left:0; border-radius: 0 20px 20px 0;}
.luck_main.right {float: none !important;width: auto;}
.luck_main .wrap_title .heading.bold {font-weight: 600;}
.luck_card .lc_b {background: #E8F8FE;}
.luck_card .lc_y {background: #FFFBF2;}
.luck_card .lc_p {background: #F5EEF9;}
.luck_card .lc_g {background: #F1FFF5;}
.luck_main .luck_box + .luck_box {margin-top: 40px;}
.luck_box .luck_card + .luck_card {margin-top: 15px;}
.luck_box .card_wrap {display: flex;gap:15px;}
.luck_box .card_wrap > .luck_card {flex:1;}
.luck_box .card_wrap > .luck_card .main {height:100%;}
.luck_box .card_wrap > .luck_card .main .img_wrap {bottom:35px;right:25px;}
.luck_box .card_wrap > .card_wrap2 {flex:2;}
[class^=luck_card] {display: flex;gap:15px;}
[class^=luck_card] li {flex:1;}
[class^=luck_card] .title {font-size: 1.375rem;font-weight:700;letter-spacing: -0.075em;color: #222;}
[class^=luck_card] .subtitle {margin-top: 14px;color:#666; font-size: 16px;}
[class^=luck_card] .subtitle span {display: block; margin-bottom: 5px;}
[class^=luck_card] .subtitle span::after {content:"\A";white-space: pre;}
.luck_card li {position: relative;height:172px; border-radius: 10px;}
.luck_card li a {display: block;padding:25px 30px;width: 100%;height:100%; border-radius: 10px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);}
.luck_card2 li a {display: flex;align-items: center;gap:15px;padding: 16px;width: 100%;height:100%;border-radius: 10px;border: 1px solid #E5E7E9;}
.luck_card .img_wrap {position: absolute;bottom:20px;right:20px; line-height: 0;}
.luck_card2 .img_wrap {position: relative;width: 70px;height:70px;border-radius: 50%; background: #F0F3FB;}
.luck_card2 .img_wrap img {position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);width: 90%;}
.luck_card2 li:first-child .img_wrap img {width:80%;}
.luck_card2 li:nth-child(2) .img_wrap img {width:90%;}
.luck_card2 li:last-child .img_wrap img {width:auto;}

/* sub */
.luck_main.sub {background: #F9F9F9;}
.luck_main.sub * {color:#000;}
.luck_main.sub p {color:#666;}
.luck_main.sub .top_title {display: flex; align-items: center; justify-content: space-between;}
.luck_main.sub .top_title .text h3 {font-size: 32px;}
.luck_main.sub .top_title .text p {margin-top: 15px;font-size: 18px;}
.luck_main.sub .top_title .img_wrap {width: 130px;}
.luck_main.sub .top_title .img_wrap img {width: 100%;}
.luck_main.sub .sub_box {padding:55px 40px 60px;border-radius:15px;border:1px solid #EBEBEB; background: #fff;box-shadow: 0 -1px 20px 0 rgba(191, 191, 191, 0.2);}
.luck_main.sub .sub_box.info {margin-top: 40px;padding:53px 40px;}
.luck_main.sub .sub_box.info p {font-size: 17px;}
.luck_main.sub .sub_box.info p span {font-weight: 600;}
.luck_main.sub .sub_box.info p + p {margin-top: 10px;}
.luck_main.sub .sub_box:not(.info) + .sub_box {margin-top: 20px;}
.luck_main.sub .sub_box h3 {font-size: 25px;}
.luck_main.sub .sub_box:not(.info) p {margin-top: 30px;line-height: 1.5;text-align: justify;font-size: 17px;}
.luck_main.sub .sub_box:not(.info) .m0 {margin-top:0;}
.luck_main.sub .sub_box .win_ball_wrap {justify-content: flex-start;margin: 30px 0 0 0;}
.luck_main.sub .sub_box h4 {margin-top: 30px;font-size: 20px;}
.luck_main.sub .sub_box .inner p {margin-top: 20px;}
.luck_main.sub .sub_box .inner .ball_align {display: flex; align-items: center;gap:10px;margin-top: 30px;}
.luck_main.sub .sub_box .inner .ball_align + .ball_align {margin-top: 20px;}
.luck_main.sub .sub_box .inner .ball_align h4 {margin-top: 0; width: 145px;}
.luck_main.sub .sub_box .inner .ball_align .win_ball_wrap {margin: 0;}
.luck_main.sub .sub_box.text p + p {margin-top: 10px;}
.luck_main.sub .sub_box .todayPercent {margin: 25px 0;height:30px; border-radius: 30px;background: #F4F4F4;}
.luck_main.sub .sub_box .todayPercent .color {padding-left: 15px;width:0;height:100%;line-height: 30px;transition: 0.3s ease;border-radius: 30px; background: #FF9268;}
.luck_main.sub .sub_box .todayPercent .color span {color:#fff;font-size: 18px;}
.luck_main.sub .notice {margin:40px 0 25px; font-size: 15px;}

/* 건강 */
.health_box_wrap {display: flex;flex-wrap:wrap; gap:25px;margin-top: 30px;}
.health_box_wrap [class^=health_box] {padding:35px 25px; width: 381px; border:1px solid #E0E0E0;border-radius: 10px;}
.health_box_wrap .health_box {height:335px;}

/* 월간종합운세 */
/* 캘린더 */
.luck_calendar {position: relative;margin-top: 30px;}
.luck_calendar [class^=swiper-button] {position: absolute;top:50%;display: inline-block;width: 35px;height: 35px;border-radius: 50%;box-shadow: 0 2px 3px 0 rgba(224,224,224,1);}
.luck_calendar [class^=swiper-button]::after {position: absolute;top:39%;}
.luck_calendar .swiper-button-prev {left:0;}
.luck_calendar .swiper-button-next {right:0;}
.luck_calendar .swiper-button-prev::after {content:"";left:13px; width: 7px;height: 7px;display: inline-block;transform: rotate(224deg);border-top: 2px solid #9C9394;border-right: 2px solid #9C9394;}
.luck_calendar .swiper-button-next::after {content:"";right:13px; width: 7px;height: 7px;display: inline-block;transform: rotate(45deg);border-top: 2px solid #9C9394;border-right: 2px solid #9C9394;}
.luck_calendar .swiper {width: 690px;}
.luck_calendar .cal_main {display: flex;}
.luck_calendar .cal_main li a {display: flex;flex-direction: column;align-items: center;justify-content: center;gap:10px;width: 60px;height:80px; border-radius: 10px;border:1px solid #E0E0E0;}
.luck_calendar .cal_main li .on {border-color: #FFC821;background: #FFC821;}
.luck_calendar .cal_main span {display: block;}
.luck_calendar .cal_main span:first-child {font-size: 16px;font-weight: 500;}
.luck_calendar .cal_main span:last-child {font-size: 22px;font-weight: 800;}
/* 메인 */
.sub_box .luck_month_main {margin-top: 50px;}
.sub_box .circle_wrap {display: flex;align-items: center;justify-content: center;gap:30px;}
.sub_box .circle_wrap + .circle_wrap {margin-top: 30px;}
.sub_box .circle_wrap > li {text-align: center;}
.sub_box .circle_wrap > li > span {display: block;margin-top: 10px;font-size: 16px;font-weight: 500;}
.sub_box .circle_wrap .circle {position: relative;width: 80px;height:80px;border:5px solid #E0E0E0;border-radius: 50%;}
.sub_box .circle_wrap .circle > div {position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);font-size: 17px;font-weight: 600;}
.luck_main.sub .sub_box .circle_wrap + p {margin-top: 60px;}
.circle-chart_wrap {position: relative;line-height: 0;}
.circle_chart_text {position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);font-size: 17px;font-weight: 600;}
.circle-chart__circle {animation: circle-chart-fill 1.05s reverse;transform: rotate(-90deg);transform-origin: center;}
@keyframes circle-chart-fill {
  to {stroke-dasharray: 0 100;}
}

/* 꿈자리해몽 */
/* 검색 */
.sub_box.dream {margin-top: 40px;}
.sub_box.dream .inputDream {padding: 11px 15px;  color: #222;font-size: 16px;border: 1px solid #DFDFDF;border-radius: 6px;}
.sub_box.dream .inputDream#middleCate {padding:11px 25px 11px 15px;}
.sub_box.dream .inpt_wrap {position: relative;margin-top: 10px;}
.sub_box.dream .inpt_wrap input {width: 100%;}
.sub_box.dream .inpt_wrap .buttonDream {position: absolute; top:50%; right:10px;transform:translateY(-50%); width: 25px;height: 25px; color:#fff;background: transparent;}
.sub_box.dream .inpt_wrap .buttonDream::after {content:"";display: block;width: 22px;height: 22px;background: url(../img/sub/unse/ico_search_b.png) no-repeat center top;}
.sub_box.dream .cate_wrap {display: flex;gap:4px;margin-top: 10px;}
.sub_box.dream .cate_wrap .buttonDream {width: 73px;height:43px;color: #fff;text-align: center;font-size: 16px;border-radius: 6px;background: #0B3160;}
.sub_box.dream .cate_wrap .inner {display: flex;gap:4px;width: calc(100% - 77px);}
.sub_box.dream .select_wrap {position: relative;flex:1;}
.sub_box.dream .select_wrap::after {content:"";position: absolute; top:48%;right:10px; transform:translateY(-50%) rotate(135deg); display: inline-block;width: 4px;height:4px;border-top:2px solid #666;border-right:2px solid #666;}
.sub_box.dream .select_wrap select {width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: transparent;}
.sub_box.dream .select_wrap select::-ms-expand{display:none;}
/* 검색결과 */
.sub_box.dream_result {display: none;}
.sub_box.dream_result #searchTitle {margin-top: 35px;padding: 16px 0;text-align: center;font-size: 18px;border-bottom: 1px solid #FFFBF2;background: #E1EFFF;}
.sub_box.dream_result .inner_title {position: relative;padding: 15px 10px;font-size: 16px;border-bottom:1px solid #ebebeb; cursor:pointer;}
.sub_box.dream_result .inner_title:first-child {margin-top: 20px;}
.sub_box.dream_result .inner_title::after {content:"";position: absolute;top: 30%;right: 10px;transform: rotate(135deg);transition: rotate 0.3s;display: inline-block;width: 5px;height: 5px;border-top: 2px solid #1A1A1A;border-right: 2px solid #1A1A1A;}
.sub_box.dream_result .inner_title.on {border: 1px solid #222;}
.sub_box.dream_result .inner_title.on::after {top:45%;transform: rotate(315deg);border-color:#9C958E;}
.sub_box.dream_result .inner_contents {display: none; padding:15px 10px;line-height: 1.5;text-align: justify;font-size: 16px;background: #F5F5F5;}
.sub_box.dream_result .inner_contents.on {display: block;}

/* 띠별운세 */
.animal_box {margin-top: 30px;}
.animal_box ul {display: flex;align-items: center;justify-content: center;gap:150px;}
.animal_box ul + ul {margin-top: 30px;}
.animal_box ul li {width: 64px; text-align: center; cursor:pointer;}
[class^=animal_box] [class^=animal] {width: 64px;height:60px;border-radius: 50%;}
[class^=animal_box] .animal1 {background: url(../img/sub/unse/B030_img01_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal1.on {background: url(../img/sub/unse/B030_img01_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal2 {background: url(../img/sub/unse/B030_img02_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal2.on {background: url(../img/sub/unse/B030_img02_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal3 {background: url(../img/sub/unse/B030_img03_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal3.on {background: url(../img/sub/unse/B030_img03_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal4 {background: url(../img/sub/unse/B030_img04_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal4.on {background: url(../img/sub/unse/B030_img04_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal5 {background: url(../img/sub/unse/B030_img05_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal5.on {background: url(../img/sub/unse/B030_img05_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal6 {background: url(../img/sub/unse/B030_img06_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal6.on {background: url(../img/sub/unse/B030_img06_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal7 {background: url(../img/sub/unse/B030_img07_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal7.on {background: url(../img/sub/unse/B030_img07_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal8 {background: url(../img/sub/unse/B030_img08_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal8.on {background: url(../img/sub/unse/B030_img08_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal9 {background: url(../img/sub/unse/B030_img09_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal9.on {background: url(../img/sub/unse/B030_img09_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal10 {background: url(../img/sub/unse/B030_img10_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal10.on {background: url(../img/sub/unse/B030_img10_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal11 {background: url(../img/sub/unse/B030_img11_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal11.on {background: url(../img/sub/unse/B030_img11_on.png) no-repeat center top / 95%;}
[class^=animal_box] .animal12 {background: url(../img/sub/unse/B030_img12_off.png) no-repeat center top / 95%;}
[class^=animal_box] .animal12.on {background: url(../img/sub/unse/B030_img12_on.png) no-repeat center top / 95%;}
.luck_main.sub .sub_box.info .animal_box ul li p {margin-top: 15px; font-size: 15px;}
.luck_main.sub .sub_box .animal_box2 > h4 {margin-top: 0;padding:16px 0;text-align: center;font-size: 18px;background: #e2efff;}
.animal_box2 .wrap {display: flex;justify-content: center;margin:20px 0 30px;}
.animal_box2 .inner > p > span {font-weight: 600;}
.animal_box_wrap {display: none; margin-top: 20px;}

/* ----------------------------------------
  마이페이지 240103
--------------------------------------- */
.luck_main .booked_num {height:365.58px;}
.luck_main .booked_num .wrap_tb {padding-bottom: 0;height:auto;}
.luckNav.mypageNav {min-height: 1130px;}
.luckNav.mypageNav .navigation {position: relative;top:-1px;}
.luckNav.mypageNav .navigation .main_item {border-bottom:0;}
.luckNav.mypageNav .navigation .main_item:first-child {border-top:0;}
.luckNav.mypageNav .navigation .main_item:last-child {border-bottom: 1px solid #E6E8EA;}
.luckNav.mypageNav .navigation .main_item .title {border-bottom: 1px solid #E6E8EA;}

.scan_top_bn {display: flex;margin-top: 20px;border-radius: 20px 50px 50px 20px;background: #E2F0FF;}
.scan_top_bn > div {display: flex; flex-direction: column;justify-content: center;align-items: center;}
.scan_top_bn .bn_left {position: relative;flex:1; padding: 20px 40px; border-radius: 17px 0 0 17px;color:#fff; background: #032D5F;}
.scan_top_bn .bn_left::after {content:"";position: absolute;top:14px; right:-33px;display: block;transform: rotate(45deg);width: 65px;height:65px; background: #032D5F;}
.scan_top_bn .bn_left > p {display: flex;align-items: center;gap:15px;font-size: 20px;font-weight: 600;}
.scan_top_bn .bn_left > p::before {content:"";display: inline-block;width: 26px;height:33px; background: url(../img/sub/ico_timeChk.png);}
.scan_top_bn .bn_right {flex:2;gap:15px; padding: 20px 40px; }
.scan_top_bn .bn_right > p {display: flex;align-items: center;gap:10px;color:#000; font-size: 19px;font-weight: 500;}

/* ----------------------------------------
  캐시충전 chargeList 240531
--------------------------------------- */
.cash_list .cl2_box .box {display: flex;justify-content: center;align-items: center;margin-bottom: 0; min-height:110px;border-color: #D6D6D6;border-radius: 4px;-webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);transition: all 0.4s cubic-bezier(.5, .24, 0, 1);}
.cash_list .cl2_box .box::before {content: '';position: absolute;left: 0px;bottom: 0px;z-index: -1;width: 0%;height: 1px;background: #2589d4;
box-shadow: inset 0px 0px 0px #2589d4;display: block;-webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);transition: all 0.4s cubic-bezier(.5, .24, 0, 1);}
.cash_list .cl2_box .box:hover::before {width: 100%;z-index: 2;}
.cash_list .cl2_box .box::after {content: '';position: absolute;right: 0px;top: 0px;z-index: -1;width: 0%;height: 1px;background: #2589d4;-webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);transition: all 0.4s cubic-bezier(.5, .24, 0, 1);}
.cash_list .cl2_box .box:hover::after {width: 100%;z-index: 2;}
.cash_list .cl2_box .box:hover {border-left: 1px solid #2589d4;border-right: 1px solid #2589d4;}
.cash_list .cl2_box .box + .box {margin-top: 10px;}
.cash_list .cl2_box [class^=evt_] {position: absolute;top:0;left:0;z-index: 1;width: 77px;height:77px; overflow: hidden;border-radius: 3px 0 0 0;}
.cash_list .cl2_box [class^=evt_] .square {position: absolute;top:-55px;left:-55px;width: 110px;height:110px;transform: rotate(45deg);}
.cash_list .cl2_box .evt_p .square {background: #FB5E80;}
.cash_list .cl2_box .evt_g .square {background: #56B11C;}
.cash_list .cl2_box [class^=evt_] .text {position: absolute;top:8px;left:8px;z-index: 2;font-weight: 500;}
.cash_list .cl2_box [class^=evt_] .wht {color:#fff;}
.cash_list .cl2_box [class^=evt_] .yw {margin-top: 3px;color:#fff000;}

/* left */
.cl2_box .cl2_box_l {margin:22px 0;width: 190px;height:56px;line-height: 56px;border-right: 1px solid #e2e2e2;}
.cl2_box .cl2_box_l > p {padding-right: 20px;text-align: right;font-size: 32px;font-weight: 700;color: #2d50a2;letter-spacing: -2px;}
.cl2_box .cl2_box_l > p > span {padding-left: 3px;font-size: 20px;font-weight: 600;}

/* center */
.cl2_box .cl2_box_c {padding:0 0 0 25px;width: calc(100% - 490px);}
.cl2_box .cl2_box_c .c__box1 {display: flex; align-items: flex-end;gap:18px;}
.cl2_box .cl2_box_c .c__box1 .price {color:#4f5a69;font-size: 30px;font-weight: 700;letter-spacing: -2px;}
.cl2_box .cl2_box_c .c__box1 .price span {padding-left: 5px;font-size: 18px; font-weight: 600;}
.cl2_box .cl2_box_c .c__box1 .plus {position: relative;display: flex;align-items: flex-end;padding-right: 11px;border-radius: 10px;background: #2d50a2;margin-bottom: 1px; height: 20px;}
.cl2_box .cl2_box_c .c__box1 .plus .after {position: relative;margin:1px;width: 18px;height:18px;border-radius: 50%;background: #fff;}
.cl2_box .cl2_box_c .c__box1 .plus .after::after {content:"+";position: absolute;top:-3.5px;left:2px; color:#2d50a2;font-size: 22px;font-weight: 500;}
.cl2_box .cl2_box_c .c__box1 .plus .per {padding:0 5px 1px 4px;color:#ffcc00;font-size: 19px;font-weight: 500;}
.cl2_box .cl2_box_c .c__box1 .plus .per span {font-size: 12px;}
.cl2_box .cl2_box_c .c__box1 .plus .text {padding-bottom: 1px;color:#ffffff;font-size: 16px;}

.cl2_box .cl2_box_c .c__box2 {position: relative; display: flex;align-items: center;margin-top: 12px;width:fit-content; font-size: 21px;font-weight: 700;letter-spacing: -2px;}
.cl2_box .cl2_box_c .c__box2 .box2__be {color: #2d50a2;}
.cl2_box .cl2_box_c .c__box2 .box2__gr {padding:0 3px;color: #777; margin-top: 3px;}
.cl2_box .cl2_box_c .c__box2 .box2__pk {color: #FB5E80;}
.cl2_box .cl2_box_c .c__box2 span {padding-left: 3px;font-size: 16px;font-weight: 600;letter-spacing: -1px;}
.cl2_box .cl2_box_c .c__box2 .up_img_wrap {position: absolute;right:-50px;bottom:-3px;}
.cl2_box .cl2_box_c .c__box2 .up_img_wrap.option1 {right:-56px;}
.cl2_box .cl2_box_c .c__box2 .up_img_wrap.option2 {right:-57px;}

/* right */
.cl2_box .cl2_box_r {position: relative;display: flex;gap:4px;padding-right: 20px;width: 300px;}
.cl2_box .cl2_box_r > button {flex:1;height:45px;border-radius: 5px;color:#fff;font-size: 16px;}
.cl2_box .cl2_box_r .buy_pay_btn {background: #276ac7;border: 1px solid #2666bf;}
.cl2_box .cl2_box_r .buy_pay_bank_btn {background: #3CA890;border:1px solid #34a48d;}
.cl2_box .cl2_box_r .txt_skb {position: absolute;top:-17px;left:41px; padding:1px 6px; border-radius: 10px;color:#082b60;font-size: 12px;font-weight: 600;letter-spacing: -1px;background: #AFDBF9;}

/* 0613 수정 */
.cl2_box.cl2_box2 .cl2_box_l {position: relative;margin:0;}
.cl2_box.cl2_box2 .cl2_box_c .c__box1 .price span {padding-left: 0;}
.cl2_box.cl2_box2 .txt_skb {position: absolute;top:0;left:0; padding:3px 5px; border-radius: 2px 0 5px 0;color:#082b60;font-size: 13px;font-weight: 600;letter-spacing: -1px;background: #AFDBF9;}
.cl2_box.cl2_box2 .txt_pnk {position: absolute;top:0;left:61px;z-index: 3; padding:0 7px 0 5px; height:19px;line-height: 19px; color:#fff; font-size: 13px; font-weight: 500; border-radius: 2px 0 5px 0;;  background-color: #F95B81;}
.cl2_box.cl2_box2 .txt_pnk span {color:#fff000;}
.cl2_box.cl2_box2 .plus_wrap {position: absolute;/*display: flex;justify-content: center;*/top:0;left:0;width: 189px;height:108px;}
.cl2_box.cl2_box2 .plus {position:absolute; bottom:0; display: flex;align-items: flex-end;padding-left: 10px;width:100%; border-radius: 0 0 0 3px;background: #2d50a2; height: 22px;}
.cl2_box.cl2_box2 .plus .after {position: relative;margin-bottom: 3px;width: 16px;height:16px;border-radius: 50%;background: #fff;}
.cl2_box.cl2_box2 .plus .after::after {content:"+";position: absolute;top:-0.26rem;left:0.1rem; color:#2d50a2;font-size: 21px;font-weight: 500;}
.cl2_box.cl2_box2 .plus .per {padding:0 5px 2px 4px;color:#ffcc00;font-size: 19px;font-weight: 500;}
.cl2_box.cl2_box2 .plus .per span {font-size: 18px;}
.cl2_box.cl2_box2 .plus .text {padding: 0 0 4px 3px;color:#ffffff;font-size: 14px;}

/* 240404 추가 */
.cash_list .cl2_box .box_new {background-color: #FCF0F2;}
.cash_list .cl2_box .box_new:first-child {margin-top: 10px; border-radius: 4px 4px 0 0 ;border-bottom:0;}
.cash_list .cl2_box .box_new + .box_new {margin-top: -1px;border-radius: 0 0 4px 4px;}
.cl2_box.cl2_box2 .box_new .txt_pnk {position: absolute;top:-15px;left:-1px;z-index: 3; padding-left:10px; width:168px;height:28px;line-height: 28px; color:#fff; font-size: 15px; font-weight: 500; border-radius:5px 20px 20px 0;  background-color: #F95B81;}
.cl2_box.cl2_box2 .box_new .txt_pnk span {color:#fff000;}
.cl2_box.cl2_box2 .box_new .txt_skb {border-radius: 0 0 5px 0;}
.cash_list .cl2_box .box_new + .box:not(.box_new) {margin-top: 22px;}

/* 250411 이용안내 수정 */
.info_2_main.new {height:auto;}
.info_2_main.new .info_2_main_left {border:2px solid #EEEEEE;}
.info_2_main.new .info_2_main_left img {width:100%;}

.info_new_contents .multi_option {display: flex; margin-top: 40px;}
.info_new_contents .multi_option .rt {padding:35px;width:calc(100% - 321px); background-color: #F6F6F6;}
.info_new_contents .multi_option .text_1 {color:#252525; font-size: 23px;font-weight: 700;}
.info_new_contents .multi_option .text_2 {margin-top: 30px;padding:10px 20px; width:fit-content; color:#fff; font-size: 18px;font-weight: 500;border-radius: 20px; background-color:  #35a991;}
.info_new_contents .multi_option .text_3 {margin-top: 17px;padding-left: 10px;color: #e13b2c; font-size: 18px;}
.info_new_contents .multi_option .text_4 {margin-top: 17px;padding:30px 20px;border-radius: 10px; background-color: #fff;}
.info_new_contents .multi_option .text_4 li {position: relative;padding-left:10px; color:#252525;font-size: 16px;}
.info_new_contents .multi_option .text_4 li::before {content:""; position: absolute;top:6px;left:0;width: 3px;height:3px;border-radius: 50%;background-color: #252525;}
.info_new_contents .multi_option .text_4 li + li {margin-top: 10px;}

@media (max-height:830px) {
  .popup.charge.pay.type1.active .inner {height:600px; overflow: auto;}
}

@media (max-height:700px) {
  .popup.charge.pay.type1.active .inner {height:500px;}
}
