/* header */
.header_line {width: 100%; height: 1px; background: #E6E8EA;}

/* main */
.info_container {margin: 40px auto 0;width: 1200px; }

/* 상단 탭 */
.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%;}



/* ----------------------------------------
이용안내
---------------------------------------- */

/* 미국 복권 구매대행 이용안내 */
.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('../images/sub01_before.png') no-repeat; background-size: contain;content: "";}
.info01_top_tit:after {margin-right: 0;margin-left: 1.8rem; background: url('../images/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('../images/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('../images/ico-pro01_01.png') no-repeat; background-position: 30px 45px; background-size: 70px; }
.pro01 ul li.process2 { background: #fff url('../images/ico-pro01_02.png') no-repeat; background-position: 30px 40px; background-size: 70px; }
.pro01 ul li.process3 { background: #fff url('../images/ico-pro01_03.png') no-repeat; background-position: 30px 45px; background-size: 65px; }
.pro01 ul li.process4 { background: #fff url('../images/ico-pro01_04.png') no-repeat; background-position: 30px 45px; background-size: 70px; }
.pro01 ul li.process5 { background: #fff url('../images/ico-pro01_05.png') no-repeat; background-position: 30px 42px; background-size: 70px; }
.pro01 ul li.process6 { background: #fff url('../images/ico-pro01_06.png') no-repeat; background-position: 30px 45px; background-size: 65px; }
.pro01 ul li.process7 { background: #fff url('../images/ico-pro01_07.png') no-repeat; background-position: 30px 45px; background-size: 70px; }
.pro01 ul li.process8 { background: #fff url('../images/ico-pro01_08.png') no-repeat; background-position: 30px 45px; background-size: 70px; }
.pro01 ul li.process9 { background: #fff url('../images/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: 20px; 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: 30px;  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 #000; border-radius: 3px; }

.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, .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 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;}

.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:first-child {margin-bottom: 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; }

/* 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_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 button {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 .lmmh li:hover {background: #ffcc00;}
.main_left_3_2 .main_left_3_ball_wrap .lmmh li:hover a {color: #363636;}
.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_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; 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('../images/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_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 {width: 32px; height: 22px; border: 1px solid #ddd;}

.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 {}
.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 td:nth-child(6) > *::after {content:""; display: inline-block; margin-left: 10px; width: 24px; height: 15px; background: url('../images/ico_video.png') no-repeat center / auto 100%; vertical-align: middle;}
.result_main .tb_type2 td:nth-child(7) > *::after {content:""; display: inline-block; margin-left: 10px; width: 24px; height: 15px; background: url('../images/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('../images/ico_arr_left_paging.png') no-repeat center;}
.draw_paging ul .next {background: url('../images/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: 160px; 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 25px 20px 10px;  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;}

/* ----------------------------------------
  구매/당첨내역
---------------------------------------- */
.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:25px;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; 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;}

/* 출금신청 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;}

/* --------------------로또 분석 시스템-------------------- */
.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 > 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;
  }
}

/* --------------------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; }



@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; }
}
