@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}


input,
select {
	font-family: 'Pretendard', sans-serif;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

p {margin: 0px 0px 0px 0px;}
.top_inner {
    width: 1200px;
    margin: 0 auto;
}

.pc_hide {display:none !important;}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}
.pc_hider {display:none;}

.allowed{cursor:not-allowed !important;}
/* Select box */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}

.inner {
    width: 1200px;
    margin: 0 auto
}

/* header */

/*language*/
.language_btn {
    position: absolute;
    top: 14px;
    right: 20px;
}
.language_btn01 {
    border: 1px #e4e4e4 solid;
    width: 110px;
    height: 35px;
    color: #646464;
    line-height: 35px;
    cursor: pointer;
}

.language_img {
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    margin-top: 13px;
}
.bottom_img {
    width: 10px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}
.language_btn01:hover .dep_01{display:block;}
.dep_01 {
    display: none;
    position: absolute;
    top: 33px;
    left: 0px;
    width: 100px;
    z-index: 999999;
	width:110px;
	border: 1px #e4e4e4 solid;
}
.dep_02 li {
    background: #ffffff;
}
.dep_02 li a {color:#333333;}


.common .lang_select {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 999;
}
.lang_select {
    margin-right: 20px;

    cursor: pointer;
}
.lang_select .active_lang img {
    border: 1px #dfdfdf solid;
    height: 24px;
}

.lang_select .lang_select_list {
    position: absolute;
    top: 53px;
    z-index: 9999;
    right: 20px;
    padding: 10px;
    width: 200px;
    box-shadow: 0px 0px 5px #c1ad8b;
    background: #1d1d1d;
    border: 1px #c1ad8b solid;
}
.common .lang_select .lang_select_list {
    top: 40px;
    right: 0px;
}
.lang_select .lang_select_list p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 2px;
    color: #fff;
	font-weight:300;
}
.lang_select .lang_select_list p:hover{
    color: #c1ad8b;
}

.lang_select .lang_select_list p:last-child{
    margin-bottom: 0px;
}
.lang_select .lang_select_list p img {
    width: 30px;
    margin-right: 10px;
    border: 1px #d4d4d4 solid;
}
/**/

/*login*/
.index_l_box {
    width: 100%;
    min-height: 100vh;
    float: left;
    position: relative;
    background-color: #191f2f;
    background-image: url(../img/loginBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.m_index_l_box {display: none;}

.index_Area_right {
    width: 400px;
    float: right;
    position: fixed;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 80vh;
    background: rgba(0,0,0,0.4);
    transform: translate(-50%,-50%);
    border-radius: 15px;
}

.index_Area_right .inputForm {
    width:80%;
}
.index_Area_right .inputForm .tit {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    display: inline;
    position: relative;
}
.index_Area_right .inputForm .tit:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #b6a383;
    border-radius: 50%;
    position: absolute;
    bottom: 7px;
    right: -22px;
}
.index_Area_right .inputForm .tit2 {
    color: #aeaeae;
    font-size: 14px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    font-weight: 400;
    text-align: center;
}
.index_Area_right .inputForm .tit2 a {
    color: #f3cd50;
    font-size: 18px;
    font-weight: 400;
    position: relative;
   margin-left: 5px;
}
.index_Area_right .inputForm .login-input-Area {
    overflow: hidden;
}
.index_Area_right .inputForm .login-input-Area .form {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 7px;
	background:#ffffff;
}
.p-mb15 {
    margin-bottom: 15px;
}
.p-mb30 {
    margin-bottom: 30px;
}
.index_Area_right .inputForm .login-input-Area .input_tit {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 7px;
}
.index_Area_right .inputForm .logo {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.index_Area_right .inputForm .login-input-Area .form .input01 {
    font-size: 16px;
    width: calc(100% - 20px);
    background: transparent;
    color: #5d5b51;
    font-weight: 400;
}
.index_Area_right .inputForm .login-input-Area .form .icon {
    height: 20px;
    position: absolute;
    right: 20px;
    bottom: 13px;
}

.login .btnArea .clickBt {
    width: 100%;
    height: 53px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
}

.index_p01 {
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding: 30px 0;
    font-weight: 400;
    font-size: 15px;
}

.gradient01 {
    background: rgb(158,7,35);
	background: linear-gradient(176deg, rgba(158,7,35,1) 0%, rgba(145,7,35,1) 40%, rgba(137,8,35,1) 70%, rgba(127,9,35,1) 100%);
}
.gradient02 {
    background: rgb(234,222,137);
background: linear-gradient(176deg, rgba(234,222,137,1) 0%, rgba(210,188,108,1) 40%, rgba(182,148,76,1) 70%, rgba(171,134,63,1) 100%);
}
/*login_end*/

/*join*/
.join .index_Area_right {
    position: fixed;
    right: 0;
    overflow: auto;
    display: block;
    padding-top: 5vh;
	padding-bottom: 5vh;
}
.phone_select {
	width:100%;
	height:40px;
	border: 1px #bfbfbf solid;
	border-radius:5px;
	padding-left:10px;
	background: transparent;
    color: #ffffff;
	}
.phone_select option {background:#333333;}
.index_input02 {
	width:22%;
	height:40px;
	border: 1px #bfbfbf solid;
	border-radius:5px;
	padding-left:10px;
	background: transparent;
	}
.index_input03 {
    width: 70%;
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    background: #ffffff;
    color: #333333;
    float: left;
    border: 1px #e4e4e4 solid;
}
.form02_span {
	color: #ffffff;
    width: 28%;
    height: 41px;
    float: right;
    font-size: 13px;
	background-color: #5f5f5f;
    text-align: Center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px #ffffff solid;
	}
.button02 {
    width: 49%;
    height: 50px;
    border: none;
    background: #3e9957;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
	margin-right:2%;
	float:left;
}
.button03 {
    width: 49%;
    height: 50px;
    border: none;
    background: #e7e7e7;
    border-radius: 5px;
    color: #444444;
    font-size: 18px;
	float:left;
}

.button04 {
    width: 49%;
    height: 50px;
    border: none;
    background: #00aaa7;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
	margin-right:2%;
	float:right;
}
.button05 {
    width: 28%;
    height: 40px;
    border: none;
    background: #cc3838;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    float: right;
}
.requestE {
	float: right;
    position: absolute;
    right: 24px;
    bottom: 13px;
	}
.register_check {
    margin-top: 10px;
    color: #2c2f40;
    font-size: 14px;
    font-weight: 400;
}
.register_check span{
    COLOR:#FFFFFF;
}
.buttonin {position:relative;}
.privacy {
    padding: 10px;
    color: #a3a5ad;
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 7px;
    border: 1px solid #a3a5ad;
    margin-top: 15px;
    width: 100%;
    font-size: 13px;
}
.privacy .text1 {
    FONT-SIZE: 13px;
    color: #a3a5ad;
}
.btnArea .clickBt {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}
/*join_end*/

/*top*/
#header {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.header-top {border-bottom:1px #c1ad8b solid;}
.top_section {
    height: 70px;
    width: 1400px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin: 0 auto;
	position:relative;
}
.top_section .userinfo {
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.top_section .userinfo .username {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-left: 5px;
}

.top_section .balance_box {
    overflow:hidden;
	display: flex;
    align-items: center;
}
.top_section .balance_box .item01{
    display: flex;
    align-items: center;
}
.top_section .balance_box .item01:nth-child(1) {margin-right:15px;}
.top_section .balance_box .item01 .txt{
    font-size:14px;
	color:#ffffff;
	font-weight:300;
	margin-right:15px;
}
.top_section .balance_box .item01 .price {
    background: #322d17;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    padding: 4px 8px;
	margin-right:10px;
}

.level_box {
	float: left;
    overflow: hidden;
	}
.level_img {
    float: left;
    margin-top: 6px;
    margin-left: 20px;
    width: 50px;
}
.usernamue {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 50px;
}
.usernamue span {font-weight:400; color:#ffffff; font-size:13px;}
.language_btn02 {
    width: 110px;
    height: 35px;
    color: #070707;
    line-height: 35px;
    cursor: pointer;
}
.language_btn02:hover .dep_01{display:block;}


.left_menu {display:none;}

.menu_icon {
    float: left;
    margin-right: 12px;
    height: 20px;
}
.nav_more {
    margin-top: 7px;
    position: absolute;
    right: 0px;
}

.top_total {
    float: left;
    line-height: 70px;
}
.top_total01 {
	float:left;
	margin-left:20px;
	}
.top_total01 p {
	font-size:13px;
	color:#333333;
	}
.tab_menu2 {
    padding-left: 40px;
    margin-top: 20px;
}
.icon_01 {
    width: 3px;
    height: 3px;
    background: #ffffff;
    float: left;
    margin-right: 7px;
    margin-top: 8px;
}


.header-menu {width:100%;height:80px;background:rgba(0,0,0,0.65);}
.header-menu .header_inner {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header-menu .header_inner .menu_ul > li{
   position: relative;
}
.header-menu .header_inner .menu_ul > li > a{
    font-size:24px;
	font-weight:700;
	}
.gradient-text {
      background: linear-gradient(360deg, #898989, #ffffff);
      -webkit-background-clip: text;
      color: transparent;
      font-size: 24px; /* 원하는 폰트 크기로 조절하세요 */
      font-weight: bold;
      text-align: center;
    }
.gradient-text2 {
      background: linear-gradient(360deg, #898989, #ffffff ,#ffffff);
      -webkit-background-clip: text;
      color: transparent;
      font-size: 24px; /* 원하는 폰트 크기로 조절하세요 */
      font-weight: bold;
      text-align: center;
    }



.m_top_section {display:none;}



.header-menu .sub_menu {
    position: relative;
    z-index: 999;
    height: 0;
    padding-top: 25px;
    margin-top: -3px;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s ease;
    position: absolute;
    top: 20px;
    left: 0%;
}
.header-menu .sub_menu.show {opacity:1; overflow: visible;}
.header-menu .sub_menu > ul {border: 2px #c1ad8b solid;}
.header-menu .sub_menu > ul > li {
    background: #1d1d1d;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-menu .sub_menu > ul > li:hover {background: #292929;}
.header-menu .sub_menu > ul li a {
    color: #ffffff;
    width: 150px;
    display: block;
	font-size:14px;
	font-weight:300;
}


/* New top */
.top_section .section01 {
    width: 750px;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
}

.top_section .section01 .notice_icon {
    margin-right: 15px;
    height: 20px;
}
.top_section .section01 .swiper {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
}
.top_section .section01 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	cursor: auto;
}
.top_section .section01 .swiper a {
    color: #ffffff;
}
.top_section .section01 .swiper .notit {
    width: 70%;
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
	color: #ffffff;
}
.top_section .section01 .swiper .nodate {
	font-size: 12px;
	display: inline-block;
	line-height: 35px;
	color: #cccccc;
	font-weight: 300;
	position: relative;
	margin-right:20px;
}
/* //New top */

/*top end*/

/*main*/
.section_right {
    width: 100%;
    background: url(../img/mainBg.jpg)no-repeat;
    float: right;
    min-height: 100vh;
    padding-bottom: 50px;
    padding-top: 160px;
    background-size: cover;
}
.main .section_right_inner {
    padding: 20px 0px;
    width: 1400px;
    margin: 0 auto;
}
.section_right_inner {
    padding: 20px 0px;
    width: 1200px;
    margin: 0 auto;
}

.m_section_right_inner {
    display:none;
}


.main #section01{
	display:flex;
	flex-wrap:wrap;
	}
.main #section01 .graph{
	width:1020px;
	height:490px;
	background:#000000;
	border:2px #c1ad8b solid;
	border-radius:10px;
	}
.main #section01 .item01 {
    width: calc(100% - 1040px);
    margin-left: 20px;
    margin-top: -100px;
}
.main #section01 .item01 .item01-01 {
    width: 100%;
    height: 50px;
    border: 2px #c1ad8b solid;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
	margin-bottom:20px;
}
.main #section01 .item01 .cont_Bg::after {
  /* 패턴의 크기 및 반복 설정 */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/pattern.png'); 
  pointer-events: none; /* 이 요소를 마우스 이벤트의 대상에서 제외 */
  z-index: 1;
}
.main #section01 .item01 .item01-01 .tit{
    font-size:14px;
	z-index: 2;
	color:#ffffff;
}
.main #section01 .item01 .item01-01 .item01-txt{
    margin-left:auto;
	margin-right:30px;
	display: flex;
    align-items: center;
	z-index: 2;
}
.main #section01 .item01 .item01-01 .item01-txt .price{
    font-size:14px;
	z-index: 2;
	color:#ffffff;
}
.main #section01 .item01 .item01-01 .item01-txt .t1{
	font-size:14px;
	color:#aaaaaa;
	margin-right:15px;
}
.main #section01 .item01 .item01-01 .item01-txt .time_txt{
	font-size:18px;
	font-weight:700;
	z-index: 2;
}



.main #section01 .item01 .item01-02 {
    width: 100%;
    height: 100px;
    border: 2px #c1ad8b solid;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
	    margin-bottom: 15px;
}
.main #section01 .item01 .item01-02 .tit{
    font-size:25px;
	font-weight:700;
	z-index: 2;
}
.main #section01 .item01 .item01-02 .txt {
    font-size: 40px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 30px;
	z-index: 2;
}
.main #section01 .item01 .item01-02 .txt span{
    font-size:25px;
} 
.bg-color {
    background: linear-gradient(0deg, rgba(66, 52, 12, 1) 0%, rgba(57, 46, 12, 1) 40%, rgba(46, 40, 12, 1) 70%, rgba(43, 38, 13, 1) 100%) !important;
}

.main #section01 .item01 .item01-03 {
    overflow:hidden;
	margin-top:20px;
} 
.main #section01 .item01 .item01-03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main #section01 .item01 .item01-03 ul li {
    width: calc((100% / 2) - 10px);
    border: 2px #c1ad8b solid;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
	margin-bottom:20px;
	cursor:pointer;
	padding-top:17px;
	padding-bottom:17px;
	border-radius:5px;
}
.main #section01 .item01 .item01-03 ul li.on {background: #7c0000 !important;}
.main #section01 .item01 .item01-03 ul li.on2 {background: #107bd7 !important;}

.main #section01 .item01 .item01-03 ul li:nth-child(1) {
  background-color: #3498db; /* 원하는 배경 색상으로 조절하세요 */
  
  position: relative;
  }
.main #section01 .item01 .item01-03 ul li:nth-child(2) {
  background-color: #3498db; /* 원하는 배경 색상으로 조절하세요 */
 
  position: relative;
  }
.main #section01 .item01 .item01-03 ul li:nth-child(3) {
  background-color: #3498db; /* 원하는 배경 색상으로 조절하세요 */
 
  position: relative;
  }
 .main #section01 .item01 .item01-03 ul li:nth-child(4) {
  background-color: #3498db; /* 원하는 배경 색상으로 조절하세요 */
  
  position: relative;
  }
.main #section01 .item01 .item01-03 ul li .t1{
    color:#ffffff;
	font-size:25px;
	font-weight:500;
	margin-bottom:10px;
	z-index: 2;
}
.main #section01 .item01 .item01-03 ul li .t2{
    color:#ffffff;
	font-size:20px;
	z-index: 2;
}
.main #section01 .item01 .item01-03 ul li .t3{
    color:#ffffff;
	font-size:16px;
	z-index: 2;
	font-weight:300;
}
.main #section01 .item01 .item01-03 ul li .t4{
    color:#ffffff;
	font-size:16px;
	z-index: 2;
	font-weight:300;
}
.main #section01 .item01 .item01-03 ul li .t5{
    color:#ffffff;
	font-size:16px;
	z-index: 2;
	font-weight:700;
	margin-top:8px;
}
.color01 {color:#f3d13d !important;}
.color02 {color:#d90e26 !important;}
.color03 {color:#01e86e !important;}
.color04 {color:#0ebfd9 !important;}

.main #section01 .item01 .item01-04 {overflow:hidden;margin-bottom:15px;}
.main #section01 .item01 .item01-04 .txt {
        font-size: 14px;
        margin-bottom: 7px;
        color: #ffffff;
        font-weight: 300;
    }
.main #section01 .item01 .item01-04 .input-box {
    width: 100%;
    height: 50px;
    border: 2px #c1ad8b solid;
    border-radius: 5px;
    padding-right: 30px;
    overflow: hidden;
    position: relative;
}
.main #section01 .item01 .item01-04 .input-box .input01 {
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: right;
    font-size: 20px;
    z-index: 2;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.main #section01 .item01 .item01-04 .buttonArea {
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main #section01 .item01 .item01-04 .buttonArea .button01{
    width:calc((100% / 2) - 40px);
	height:57px;
	border: 2px #c1ad8b solid;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	position:relative;
	border-radius:5px;
}
.main #section01 .item01 .item01-04 .buttonArea .button01 span {
    z-index: 33;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.main #section01 .item01 .item01-04 .buttonArea .reset{
    width:52px;
	height:57px;
	background:#312c18;
	border: 2px #c1ad8b solid;
	cursor:pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius:5px;
}
.main #section01 .betBt{
    width:100%;
	height:57px;
	border:none;
	cursor:pointer;
	background: rgb(254,125,0);
	background: linear-gradient(0deg, rgba(254,125,0,1) 0%, rgba(252,171,1,1) 100%);
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius:5px;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
}

.main #section02 {
    overflow: hidden;
    margin-top: -163px;
    width: 1020px;
}
.main #section02 .list_form {
    width: 100%;
    background: #1d1d1d;
    border: 2px #c1ad8b solid;
    padding: 15px 15px;
    border-radius: 10px;
}
.main #section02 .list_form .list_tab {
    overflow: hidden;
    padding-top: 15px;
    padding-left: 20px;
}
.main #section02 .list_form .list_tab .tab_ul{
    display: flex;
    align-items: center;
}
.main #section02 .list_form .list_tab .tab_ul li:nth-child(1){
	margin-right:60px;
	position:relative;
}
.main #section02 .list_form .list_tab .tab_ul li:nth-child(2){
	margin-right:60px;
	position:relative;
}
.main #section02 .list_form .list_tab .tab_ul li:nth-child(1)::after {
    width: 1px;
    height: 15px;
    background: #656060;
    position: absolute;
    top: 4px;
    right: -30px;
    content: '';
}
.main #section02 .list_form .list_tab .tab_ul li:nth-child(2)::after {
    width: 1px;
    height: 15px;
    background: #656060;
    position: absolute;
    top: 4px;
    right: -30px;
    content: '';
}
.main #section02 .list_form .list_tab .tab_ul li a{
    font-size:18px;
	font-weight:300;
	color:#b0b0b0;
}
.tab_active a {
    color: #ffffff !important;
}
.tab-content{
  display: none;
}
.tab-content.current{
  display: inherit;
}
.main #section02 .list_form .list_body {
    overflow: hidden;
    margin-top: 20px;
}
.main #section02 .list_form .list_body .list_title {
    width: 100%;
    background: #292929;
    height: 43px;
    border-radius: 5px;
    line-height: 43px;
    text-align: center;
}
.main #section02 .list_form .list_body .list_title ul{
	display:flex;
	align-items:center;
	}
.main #section02 .list_form .list_body .list_title ul li{
	width:calc(100% / 4);
	color:#b6b7b7;
	font-size:15px;
	}
.main #section02 .list_form .list_body .list_title3 ul > li{
	width:calc(100% / 3) !important;
	}
.main #section02 .list_form .list_body .list_area {
    height: 370px;
    overflow-y: auto;
}
.main #section02 .list_form .list_body .lotto_area .numbers {
	display: flex;
    align-items: center;
    justify-content: center;
	}
.lotto_area .numbers li {
    width: 32px !important;
    height: 32px !important;
    color: #470000 !important;
    font-size: 15px !important;
    border-radius: 50% !important;
    background: url(../img/lo1.png);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.lotto_area .numbers li:last-child {margin-right:0px;}
.lotto_area .numbers li.nem1 {
    background: url(../img/lo1.png) !important;
	background-size: cover !important;
}
.lotto_area .numbers li.nem2 {
    background: url(../img/lo2.png) !important;
	background-size: cover !important;
}
.lotto_area .numbers li.nem3 {
    background: url(../img/lo3.png) !important;
	background-size: cover !important;
}
.main #section02 .list_form .list_body .list_area::-webkit-scrollbar {width: 3px; height: 12px;}
.main #section02 .list_form .list_body .list_area::-webkit-scrollbar-thumb {  background: #c1ad8b;border-radius:30px; }
.main #section02 .list_form .list_body .list_area ul{
	display:flex;
	align-items:center;
	padding:3px 0px;
	}
.main #section02 .list_form .list_body .list_area ul:nth-child(2n-2) {
    background: #292929;
    border-radius: 5px;
}
.main #section02 .list_form .list_body .list_area ul > li {
    width: calc(100% / 4);
    color: #b6b7b7;
    font-size: 15px;
    text-align: center;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main #section02 .list_form .list_body .lotto_area ul > li {
    width: calc(100% / 3);
    border-bottom: 1px #454545 solid;
}

.main #section02 .list_form .list_body .list_area ul li.round{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	}
.main #section02 .list_form .list_body .list_area ul li.round .round-sum {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}
.main #section02 .list_form .list_body .list_area ul li.round .round-date{
	font-size:12px;
	font-weight:300;
	}
.main #section02 .list_form .list_body .list_area ul li.txt{
	font-size:20px;
	font-weight:300;
	}
.main #section02 .list_form .list_body .list_area ul li.price{
	color:#ffffff;
	font-weight:300;
	}

.main #section02 .list_form .list_body .list_area2 {
    height: 390px;
    overflow: auto;
    color: #ffffff;
    width: 100%;
    border: 1px #494949 solid;
    display: flex;
    background: #201d19;
}
.main #section02 .list_form .list_body .list_area2::-webkit-scrollbar {width: 7px; height: 7px;}
.main #section02 .list_form .list_body .list_area2::-webkit-scrollbar-thumb {  background: #c1ad8b;border-radius:30px; }

.main #section02 .list_form .list_body .list_area2 .item_01 {
    width: 50px;
    float: left;
}
.main #section02 .list_form .list_body .list_area2 .item_01 .item_tit {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 300;
}
.main #section02 .list_form .list_body .list_area2 .type01 {
    background: #201d19;
	}
.main #section02 .list_form .list_body .list_area2 .type01 .item_tit {
	border-bottom: 1px #494949 solid;}

.main #section02 .list_form .list_body .list_area2 .type02 {
    background: #363431;
	}
.main #section02 .list_form .list_body .list_area2 .type02 .item_tit {
    border-bottom: 1px #494949 solid;
	}
.main #section02 .list_form .list_body .list_area2 .type03 {
    background: #201d19;
	}
.main #section02 .list_form .list_body .list_area2 .type03 .item_tit {
	border-bottom: 1px #494949 solid;}

.main #section02 .list_form .list_body .list_area2 .type04 {
    background: #363431;
	}
.main #section02 .list_form .list_body .list_area2 .type04 .item_tit {
    border-bottom: 1px #494949 solid;
	}

.main #section02 .list_form .list_body .list_area2 .item_01 ul li{
    width: 50px;
    height:40px;
	position:relative;
	 display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 300;
}
.main #section02 .list_form .list_body .list_area2 .item_01 ul li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
}
.main #section02 .list_form .list_body .list_area2 .type01 ul li{
    background: #201d19;
    border-bottom: 1px #494949 solid;
}
.main #section02 .list_form .list_body .list_area2 .type02 ul li{
   background: #363431;
    border-bottom: 1px #403e3b solid;
}
.main #section02 .list_form .list_body .list_area2 .type03 ul li{
  background: #201d19;
    border-bottom: 1px #494949 solid;
}
.main #section02 .list_form .list_body .list_area2 .type04 ul li{
   background: #363431;
    border-bottom: 1px #403e3b solid;
}

.main #section02 .list_form .list_body .list_area2 .type01 ul li span {
   background: #0b80e8;
}
.main #section02 .list_form .list_body .list_area2 .type02 ul li span{
   background:#d90e26;
}
.main #section02 .list_form .list_body .list_area2 .type03 ul li span {
    background: #d90e26;
}
.main #section02 .list_form .list_body .list_area2 .type04 ul li span{
   background: #107bd7;
}

/*main end*/

/*history*/
.history_table02 .list_area2 {
    height: 100%;
    overflow: auto;
    color: #ffffff;
    width: 100%;
    border: 1px #494949 solid;
    display: flex;
    background: #201d19;
}
.history_table02 .list_area2::-webkit-scrollbar {width: 4px; height: 4px;}
.history_table02 .list_area2::-webkit-scrollbar-thumb {  background: #c1ad8b;border-radius:30px; }

.history_table02 .list_area2 .item_01 {
    width: 50px;
    float: left;
}
.history_table02 .list_area2 .item_01 .item_tit {
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 300;
}
.history_table02 .list_area2 .type01 {
    background: #201d19;
	}
.history_table02 .list_area2 .type01 .item_tit {
	border-bottom: 1px #494949 solid;}

.history_table02 .list_area2 .type02 {
    background: #363431;
	}
.history_table02 .list_area2 .type02 .item_tit {
    border-bottom: 1px #494949 solid;
	}
.history_table02 .list_area2 .type03 {
    background: #201d19;
	}
.history_table02 .list_area2 .type03 .item_tit {
	border-bottom: 1px #494949 solid;}

.history_table02 .list_area2 .type04 {
    background: #363431;
	}
.history_table02 .list_area2 .type04 .item_tit {
    border-bottom: 1px #494949 solid;
	}

.history_table02 .list_area2 .item_01 ul li{
    width: 50px;
    height:40px;
	position:relative;
	 display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 300;
}
.history_table02 .list_area2 .item_01 ul li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
}
.history_table02 .list_area2 .type01 ul li{
    background: #201d19;
    border-bottom: 1px #494949 solid;
}
.history_table02 .list_area2 .type02 ul li{
   background: #363431;
    border-bottom: 1px #403e3b solid;
}
.history_table02 .list_area2 .type03 ul li{
  background: #201d19;
    border-bottom: 1px #494949 solid;
}
.history_table02 .list_area2 .type04 ul li{
   background: #363431;
    border-bottom: 1px #403e3b solid;
}

.history_table02 .list_area2 .type01 ul li span {
    background: #0b80e8;
}
.history_table02 .list_area2 .type02 ul li span{
   background: #d90e26;
}
.history_table02 .list_area2 .type03 ul li span {
    background: #0b80e8;
}
.history_table02 .list_area2 .type04 ul li span{
   background: #d90e26;
}
/*history END*/

/* mypage */

.s_left{
    width: 60%;
    float: left;
}
.s_right{
    width: 38%;
    float: right;
}


.mypage_section01 {
    width: 100%;
    background: #1d1d1d;
    border: 2px #c1ad8b solid;
    padding: 30px;
    border-radius: 15px;
    overflow: Hidden;
    padding-bottom: 20px;
}
.btn-qrcode {
    display: block;
    width: 80%;
    height: 35px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
	background: #d03737;
}
.withdrawal_botton {
    width: 200px;
    height: 50px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
    background: rgb(254,125,0);
    background: linear-gradient(0deg, rgba(254,125,0,1) 0%, rgba(252,171,1,1) 100%);
}
.p-mt20 {margin-top:20px;}
.mypage_input_box table {
    border-top: 1px #3d3d3d solid;
    margin-top: 20px;
    margin-bottom: 25px;
}
.mypage_input_box tr td {
    height: 48px;
    padding-left: 10px;
    border-bottom: 1px #3d3d3d solid;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.mypage_input_box tr td:nth-child(1) {
    width: 150px;
}
.mypage_input_box tr td:nth-child(2) {
    width: calc(100% - 150px);
    padding-top: 5px;
    padding-bottom: 5px;
}
.mypage_input_box .withdrawal_input01 {
    width: 80%;
    height: 45px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px #c1ad8b solid;
    background: #292929;
	color:#ffffff;
}
.mypage_input_box .withdrawal_input01::placeholder{font-size: 14px;}
.mypage_input_span {font-size:14px; color:#999999;margin-left:10px;}
.mypage_btn {overflow:hidden; margin-top:20px;}
.mypage_btn01 {
    display: block;
    width: 32%;
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    background-color: transparent;
    border: 1px #cccccc solid;
    border-radius: 2px;
    float: left;
    TEXT-ALIGN: CENTER;
    cursor: pointer;
	font-weight:700;
}

.mypage_select01{
        width: 80%;
    height: 35px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    background: #fff;
    font-size: 14px;
}

.mypage_on {
    border: 1px #00aaa7 solid;
    color: #00aaa7;
}

.mypage_key {
    width: 100%;
    margin: 20px 0px 30px 0px;
    overflow: hidden;
}

.mypage_key_input {
    width: 70%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
}

/*mypage end*/





/*notice*/
.notice_table01 {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
    height: 600px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-y: auto;
    margin-right: 1%;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}
.notice_table01 .main_table02 tr th:nth-child(1) {
    width: 5%;
}
.notice_table01 .main_table02 tr th:nth-child(2) {
    width: 70%;
}
.notice_table01 .main_table02 tr th:nth-child(3) {
    width: 10%;
}
.notice_table01 .main_table02 tr th:nth-child(4) {
    width: 15%;
}


.notice_table01 .main_table02 tr th {
    height: 50px;
    background: #34353a;
    text-align: Center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.notice_table01 .main_table02 tr td {
    height: 40px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    border-bottom: 1px #e1e1e1 solid;
}
.notice_table03 .main_table02 tr th {
    height: 50px;
    background: #484848;
    text-align: Center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}
.notice_table03 .main_table02 tr td {
    height: 40px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    border-bottom: 1px #e1e1e1 solid;
}
/**/

/*sales*/
.sales_table01 {
    overflow: hidden;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 49%;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    height: 600px;
    float: left;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow-y: auto;
}
.sales_table01 .main_table02 tr th:nth-child(1) {
    width: 15%;
}
.sales_table01 .main_table02 tr th:nth-child(2) {
    width: 60%;
}
.sales_table01 .main_table02 tr th:nth-child(3) {
    width: 15%;
}

/*sales history*/

/*sut comment*/
.sub_top {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    /* padding-left: 20px; */
    padding-top: 15px;
    margin: 0 auto;
}
.sub_title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.sub_title img {
    float: left;
    margin-top: 12px;
}
.text01 {color:#ffffff;}
.qrcode {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80%;
}
.qrcode img {
    width: 150px;
}
/**/


/*package buy*/
.buy_package {
    width: calc(91% / 3);
    /* background: #ffffff; */
    float: left;
    overflow: hidden;
    position: relative;
    /* border: 1px #ccc solid; */
    /* box-shadow: 0px 0px 4px #b9b9b9; */
    margin-bottom: 30px;
    margin-right: 3%;
    height: 725px;
    /* border-radius: 10px; */
}

.buy_package_inner .txtBox {
    background: rgb(77 77 77 / 50%);
    padding: 10px 0px;
}
.buy_package_title {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3em;
    text-align: center;
}
.buy_total_name {
    overflow: Hidden;
    padding: 10px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
}
.buy_total_name span {font-size:28px;}
.buy_total_name p {
    font-size: 17px;
    margin-top: 5px;
    font-weight: 400;
}
.buy_package_info {
	font-size:18px;
	color:#666666;
	text-align:center;
	margin-top:15px;
	}
.buy_button {
    width: 100%;
    height: 56px;
    background: #c1ad8b;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}
.levalArea  {padding: 7px 16px;}
.levalArea img {height: 16px;}

.buy_popup {
    width: 390px;
    background: #ffffff;
    position: fixed;
    top: 50%;
    border: 1px #ccc solid;
    box-shadow: 0px 0px 4px #b9b9b9;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 20px;
}
.buy_popup_title {
	width:100%;
	height:47px;
	background:#f3f1f1;
	line-height:47px;
	padding-left:15px;
	position:relative;
	}
.popup_title_t {
	font-size:18px; 
	color:#46494d;
	font-style: italic;
	font-weight:700;
	}
.close_pop {
    position: absolute;
    top: 17px;
    right: 20px;
	cursor:pointer;
}
.buy_input_box {
	width:95%;
	border-top:2px #7c7c7c solid;
	margin:10px auto 0px;
	}
.buy_inner {
	border-bottom:1px #cccccc solid;
	overflow:Hidden;
	}
.buy_input_left {
	width:95px;
	height:49px;
	line-height:49px;
	float:left;
	background:#f6f6f6;
	padding-left:5px;
	}
.buy_input_right {
    width: 273px;
    float: right;
	padding-left:10px;
	position: relative;
}
.buy_input_name {
	font-size:16px;
	padding-left:10px;
	}
.buy_input01 {
    width: 95%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
	margin-top:5px;
}
.buy_input01_1 {
    width: 50%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    margin-top:5px;
	float:left;
	margin-right:5px;
}
.check_img {
	float: left;
    width: 30px;
    margin-left: 5px;
    margin-top: 15px;
	}
.popup_buy_btn {
    width: 100%;
    height: 50px;
    background: #241236;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    border-radius: 7px;
	margin-top:20px;
	cursor:pointer;
}
.package_img {
    text-align: center;
    height: 545px;
    background: rgba(0, 0, 0, 0.5);
}
.package_card {
	display: flex;
    align-items: center;
    padding: 20px;
	}
.lotto_img {
	border:none !important;
	}
.package_img img {
    width: 100%;
    border: 2px #c1ad8b solid;
}
/*package buy end*/

/*notice*/
.notice_table03 {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
	position: relative;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}
.notice_table03 .main_table02 tr th:nth-child(1){width:80%;}
.notice_table03 .main_table02 tr th:nth-child(2){width:20%;}

.page_nav {
    display: table;
    margin: 40px auto 0px;
}
.page_nav li {
    float: left;
    color: #ffffff;
    padding: 5px 8px 5px 8px;
    border: 1px #7c7c7c solid;
    margin-left: 5px;
	cursor:pointer;
}
/*notice end*/

/*notice_view*/
.notice_table02 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
}
.view_table tr th {
    height: 60px;
    line-height: 60px;
    background: #191f2f;
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 35px;
}
.viewtitle_l {
    float: left;
}
.viewtitle_r {
    float: right;
    font-size: 14px;
    color: #ffffff;
}
.t_bold {
    font-weight: bold;
}
.view_table tr td {
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px #e0e0e0 solid;
    padding: 15px;
}
.view_txt {
    width: 100%;
    border: none;
    font-size: 15px;
    line-height: 26px;
    min-height: 300px;
    color: #232323;
}
.view_txt p{
    color: #232323 !important;
}
.view_txt p span{
    color: #232323 !important;
}
.listgo_btn {
    width: 150px;
    background: #191f2f;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
}
/*notice_view end*/

/*community*/
.listgo_btn02 {
    width: 150px;
    background: #3e9957;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 1%;
    bottom: 35px;
}
/*community end*/

/*notice_write*/
.listgo_btn03 {
    width: 150px;
    background: #927b48;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.listgo_btn04 {
    width: 150px;
    background: #6d6d94;
    border-radius: 3px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 1.5%;
}
.wirte_input01 {
    width: 100%;
    height: 50px;
    border: none;
    background: transparent;
    border: 1px #68688e solid;
    border-radius: 5px;
	padding-left:10px;
	font-size:14px;
	color:#ffffff;
}
.wirte_input01::placeholder {color:#8e8eb3;}

.write_form {
    width: 100%;
    height: 400px;
    border: 1px #68688e solid;
    background: transparent;
    border-radius: 5px;
	color:#ffffff;
	padding-left:10px;
}
/*notice_write end*/

/*history*/
.notice_table04 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}
.notice_table04 .main_table02 tr th {
    height: 50px;
    background: transparent;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
    border-bottom: 1px #d4d4d4 solid;
    border-top: 1px #e4e4e4 solid;
}
.notice_table04 .main_table02 tr td {
    height: 35px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px #473f15 solid;
    color: #ffffff;
    border-top: 1px #473f15 solid;
}
.notice_table04 .main_table02 tr th:nth-child(1){width:15%;}
.notice_table04 .main_table02 tr th:nth-child(2){width:70%;}
.notice_table04 .main_table02 tr th:nth-child(3){width:15%;}




.notice_table04_1 {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
    overflow-y: auto;
    margin-top: 20px;
}
.notice_table04_1 .main_table02 tr th {
    height: 50px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background: #484848;
}
.notice_table04_1 .main_table02 tr td {
    height: 45px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    border-bottom: 1px #e1e1e1 solid;
}
.notice_table04_1 .main_table02 tr th:nth-child(1){width:20%;}
.notice_table04_1 .main_table02 tr th:nth-child(2){width:30%;}
.notice_table04_1 .main_table02 tr th:nth-child(3){width:20%;}
.notice_table04_1 .main_table02 tr th:nth-child(4){width:30%;}
/*history end*/




.withdrawal01 {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    overflow: Hidden;
    padding-bottom: 20px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    background: #ffffff;
}
.mypage_section01_t {
    font-size: 18px;
    color: #2c2f40;
    font-weight: 400;
}
.total_box {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.total_box .total_box_inner {
    width: 80%;
    float: left;
    border: 1px #636365 solid;
    overflow: Hidden;
}
.total_box .total_box_inner2 {
    width: 15%;
    float: right;
    margin-left: 5%;
}
.total_box .withdrawal_select {
    height: 48px;
    border: 1px #636365 solid;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    background-size: 6px 9px;
    background-image: url(../img/right.png);
    background-position: 81% 50%;
    background: transparent;
    color: #fff;
}
.withdrawal_input_box table {
    border-top: 2px #7c7c7c solid;
    margin-top: 20px;
}
.total_box .total_box_title {
    float: left;
    width: 35%;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background: #2f2c4e;
    padding-left: 15px;
}
.total_box .total_box_balance {
    float: right;
    width: 65%;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 15px;
}

.bonus_div {
    width: 100%;
    height: 40px;
    background: #423805;
    border-left: 5px #9e8920 solid;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 30px;
    margin-top: 7px;
}

.bonus_div .title{
	color: #Ffffff;
    float: left;
	}
.bonus_div .total{
	color: #Ffffff;
    float: right;
	}

.buy_text {
	position: absolute;
    top: 14px;
    right: 22px;
	}
.bonus_total {float:right;}
.bonus_div2 {
    width: 45%;
    height: 30px;
    background: #423805;
    border-left: 5px #9e8920 solid;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
    margin-left: 3%;
    margin-top: 10px;
}
.bonus_div2 .title {color:#ffffff;float:left;}
.bonus_div2 .total {color:#ffffff;float:right;}

.bonus_div3 {
    width: 45%;
    height: 30px;
    background: #423805;
    border-left: 5px #9e8920 solid;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    float: right;
    margin-right: 3%;
    margin-top: 10px;
}
.bonus_div3 .title {color:#ffffff;float:left;}
.bonus_div3 .total {color:#ffffff;float:right;}


.main_balance_box2 {
    width: 49%;
    height: 125px;
    float: left;
    border-radius: 5px;
    margin-right: 2%;
    background: #302800;
    border: 1px #574b0f solid;
    margin-bottom: 10px;
}
.main_balance_box2:nth-child(2n-2) {margin-right:0px;}
.main_balance_title2 {
    font-size: 15px;
    color: #e9da81;
    font-weight: 700;
    overflow: hidden;
    line-height: 53px;
    text-align: center;
    border-bottom: 1px #423805 solid;
    width: 50%;
    margin: 10px auto 0px;
}
.main_balance_total2 {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin-top: 14px;
    line-height: 1;
}
.main_balance_total2 span {
    color: #ffffff;
    font-size: 18px;
}
.buy_input02 {
    width: 60%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 5px;
}
.buy_span {
    width: 34%;
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 2%;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    background: #e10000;
    font-size: 16px;
    margin-right: 4%;
    color: #fff;
	cursor:pointer;
}
.buy_btn {
    width: 45%;
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    background: #252525;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.buy_btn:nth-child(1) {margin-right:5%;}
.buy_btn:hover {background:#f72929;}
.buy_btn .active {background:#f72929;}
.check_text {
    color: #ff0000;
    margin-top: 5px;
    margin-bottom: 5px;
}
.buy_input_name2 {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 25px;
    padding-bottom: 30px;
    float: left;
    background: #303030;
    width: 95px;
}
.main_level {
    width: 80px;
    margin-top: 5px;
}


.link_btn {
    float: left;
    width: 160px;
    height: 45px;
    line-height: 45px;
    background: #3e9957;
	border-radius: 30px;
    text-align: center;
    color: #ffffff;
    margin-top: 13px;
    cursor: pointer;
}
.address_input01 {
    width: 95%;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding-left: 10px;
    margin-top: 5px;
    padding-right: 55px;
}
.address_box {
	margin-left: 2.5%;
	position:relative;
	}
.address_box .p1{
	font-size: 16px;
    color: #5c5b5b;
    font-weight:500;
}
.address_box .address_copy {
    position: absolute;
    top: 36px;
    right: 32px;
    font-size: 14px;
	cursor:pointer;
}



/*history*/
.history_table01 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}
.table_form01 tr th {
    height: 50px;
    text-align: Center;
    font-size: 16px;
    font-weight: 300;
    color: #b6b7b7;
    background: #292929;
}
.table_form01 tr td {
    height: 50px;
    text-align: Center;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
	border-bottom: 1px #454545 solid;
}
.table_form01 tr td.round {
	color: #b6b7b7;
	font-size:13px;
}
.table_form01 tr td.round .round-sum {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
}
.table_form01 tr td.price {
	font-size:15px;
}
.history_table01 .table_form01 tr th:nth-child(1){width:25%;}
.history_table01 .table_form01 tr th:nth-child(2){width:25%;}
.history_table01 .table_form01 tr th:nth-child(3){width:25%;}
.history_table01 .table_form01 tr th:nth-child(4){width:25%;}

.history_table01 .table_form01 tr td:nth-child(1){width:25%;}
.history_table01 .table_form01 tr td:nth-child(2){
	width:25%;
	}
.history_table01 .table_form01 tr td:nth-child(3){
	width:25%;
	}
.history_table01 .table_form01 tr td:nth-child(3){
	width:25%;
	}
.history_table01 .table_form01 tr td:nth-child(4){width:25%;}



.table_form02 tr th {
    height: 50px;
    text-align: Center;
    font-size: 14px;
    font-weight: 300;
    color: #b6b7b7;
    background: #292929;
}
.table_form02 tr td {
    height: 50px;
    text-align: Center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
	border-bottom: 1px #454545 solid;
}
.table_form02 tr td.round {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100% !important;
	color: #b6b7b7;
	font-size:13px;
}
.table_form02 tr td.round .round-sum {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}
.table_form02 tr td.round .round-sum {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
}
.table_form02 tr td.price {
	font-size:15px;
}

.history_table03 .table_form02 tr th:nth-child(1){width:25%;}
.history_table03 .table_form02 tr th:nth-child(2){width:25%;}
.history_table03 .table_form02 tr th:nth-child(3){width:25%;}
.history_table03 .table_form02 tr th:nth-child(4){width:25%;}

.history_table03 .table_form02 tr td:nth-child(1){width:25%;}
.history_table03 .table_form02 tr td:nth-child(2){
	width:25%;
	}
.history_table03 .table_form02 tr td:nth-child(3){
	width:25%;
	}
.history_table03 .table_form02 tr td:nth-child(4){width:25%;}


.history_table02 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
    overflow-y: auto;
    background: #1d1d1d;
    border: 2px #c1ad8b solid;
}

.history_table02::-webkit-scrollbar {width: 3px; height: 12px;}
.history_table02::-webkit-scrollbar-thumb {background: #c1ad8b;border-radius:30px;}

.history_table02 .table_form01 tr th:nth-child(1){width:calc(100% / 5);}
.history_table02 .table_form01 tr th:nth-child(2){width:calc(100% / 5);}
.history_table02 .table_form01 tr th:nth-child(3){width:calc(100% / 5);}
.history_table02 .table_form01 tr th:nth-child(4){width:calc(100% / 5);}
.history_table02 .table_form01 tr th:nth-child(5){width:calc(100% / 5);}

.history_table02 .table_form01 tr td:nth-child(1){width:calc(100% / 5);}
.history_table02 .table_form01 tr td:nth-child(2) {
    width: calc(100% / 5);
}
.history_table02 .table_form01 tr td:nth-child(3){width:calc(100% / 5);}
.history_table02 .table_form01 tr td:nth-child(4){width:calc(100% / 5);}
.history_table02 .table_form01 tr td:nth-child(5){width:calc(100% / 5);}

.history_table03 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    height: 600px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    background: #1d1d1d;
    border: 2px #c1ad8b solid;
}
.history_table03 .table_form01 tr th:nth-child(1){width:25%;}
.history_table03 .table_form01 tr th:nth-child(2){width:25%;}
.history_table03 .table_form01 tr th:nth-child(3){width:25%;}
.history_table03 .table_form01 tr th:nth-child(4){width:25%;}

.history_table03 .table_form01 tr td:nth-child(1){width:25%;}
.history_table03 .table_form01 tr td:nth-child(2){width:25%;}
.history_table03 .table_form01 tr td:nth-child(3){width:25%;}
.history_table03 .table_form01 tr td:nth-child(4){width:25%;}


.history_table04 {
    overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}
.history_table04 .table_form01 tr th:nth-child(1){width:10%;}
.history_table04 .table_form01 tr th:nth-child(2){width:10%;}
.history_table04 .table_form01 tr th:nth-child(3){width:10%;}
.history_table04 .table_form01 tr th:nth-child(4){width:10%;}
.history_table04 .table_form01 tr th:nth-child(5){width:10%;}
.history_table04 .table_form01 tr th:nth-child(6){width:40%;}
.history_table04 .table_form01 tr th:nth-child(7){width:10%;}

.history_table04 .table_form01 tr td:nth-child(1){width:10%;}
.history_table04 .table_form01 tr td:nth-child(2){width:10%;}
.history_table04 .table_form01 tr td:nth-child(3){width:10%;}
.history_table04 .table_form01 tr td:nth-child(4){width:10%;}
.history_table04 .table_form01 tr td:nth-child(5){width:10%;}
.history_table04 .table_form01 tr td:nth-child(6){width:40%;}
.history_table04 .table_form01 tr td:nth-child(7){width:10%;}

.history_total {overflow:hidden;}
.history_total p {
    float: left;
    background-color: #D4DAF9;
    color: #556ee6;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}
.history_total .t1{width:40%;}
.history_total .t2{width:30%;}
.history_total .t3{width:30%;}

.search_input_box {
    float: left;
    width: 49%;
    margin-right: 1%;
    border: 1px #b9b9b9 solid;
}
.search_input_box .month_input{
	width:100%;
	height:40px;
	padding-left:20px;
	padding-right:20px;
	}
.search_form {overflow:hidden;margin-bottom:10px;}
.search_form .search_btn {
    float: left;
    width: 50%;
    height: 40px;
    background: #2a3042;
    text-align: center;
    line-height: 40px;
    color: #fff;
	cursor:pointer;
}



.page_number {
	display:table;
	margin:10px auto 0px;
	}
.page_number ul li {
    width: 34px;
    height: 34px;
    border: 1px #e4e4e4 solid;
    float: left;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
	cursor:pointer;
	}
.page_number ul li.active {
	background: #5171d0;
    color: #ffffff;
    border: 1px #5171d0 solid;
	}
.page_number ul li:hover {
    background: #5171d0;
    color: #ffffff;
    border: 1px #5171d0 solid;
	}

.font_form {
    font-size: 20px;
    color: #293b56;
    font-weight: 500;
}
.mypage_section01_t span{font-size:18px;}


.box_100 {
	overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    position: relative;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	}
.box_100_02 {
	overflow: hidden;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    height: 800px;
    position: relative;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	}
.form-group {overflow:Hidden;margin-bottom:10px;}
.form-group .mail_input{
	display: block;
    width: 100%;
    height: calc(1.5em + .94rem + 2px);
    padding: .47rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	}
.form-group .textarea01{
	display: block;
    width: 100%;
    height: 300px;
    padding: .47rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	}
.send_btn {
	width: 200px;
    height: 50px;
    color: #ffffff;
    background: #241236;
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
	}

.box_100_02 #ctt_con {
    font-size: 20px;
    color: #ffffff;
    padding: 200px 30px 30px 30px;
	background-image:url(../img/company_bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
}
.box_100_02 #ctt_con .layer {
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}
.box_100_02 #ctt_con .layer p {color:#ffffff;}
.box_100_02 #ctt_con h3 {
    font-size: 32px;
    color: #f1b44c;
    font-weight: 700;
}
.box_100_02 .img_box {
	display: table;
    margin: 0 auto;
	}
.box_100_02 .img_box li{
	float:left;
	margin-right:20px;
	}
.box_100_02 .img_box li img {width:250px;}
.box_100_02 .img_box li:last-child {margin-right:0px;}

.join_logo img{
    width: 150px;
}

.index_input .input_title span{color:#ff0000;font-size:13px;}


.join_wrap .incon1 .memory {
    width: 90%;
    margin: 0 auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.join_wrap .incont_box {
	border: 1px #bfbfbf solid;
	width: 90%;
	margin: auto;
}

/* memory */

.memory {
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 20px;
	align-items: center;
	word-break: keep-all;
}

.memory .agreeopen {
	float: right;
	cursor: pointer;
	text-decoration: underline;
	color: #a9a9a9;
}

.memory .agreeopen:hover {
	color: #585858;
}

.memory span {
	padding-left: 10px;
	color: #585858;
	font-size: 14px;
}

.memory input[type="checkbox"] {
	-webkit-appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	outline: none !important;
	border: 1px solid rgb(0, 0, 0, 0.95);
	border-radius: 2px;
	background: #ffffff;
	padding-top: 2px;
	top: 4px;

}

.memory input[type="checkbox"]::before {
	content: "\2713";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: scale(0) translate(-50%, -50%);
	line-height: 1;
}

.memory input[type="checkbox"]:hover {
	border-color: rgba(170, 170, 170, 0.5);
}

.memory input[type="checkbox"]:checked {
	background-color: #0d0d0d;
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.memory input[type="checkbox"]:checked::before {
	border-radius: 2px;
	transform: scale(1) translate(-50%, -50%)
}

.memory input[type="radio"] {
	-webkit-appearance: none;
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	outline: none !important;
	border: 1px solid #506e57;
	border-radius: 50%;
	background: transparent;
	padding-top: 2px;
	top: 4px;
}

.memory input[type="radio"]::before {
	content: "\2713";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: scale(0) translate(-50%, -50%);
	line-height: 1;
}

.memory input[type="radio"]:checked {
	background-color: #0d0d0d;
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.memory input[type="radio"]:checked::before {
	border-radius: 2px;
	transform: scale(1) translate(-50%, -50%)
}

/* memory */


/*pop*/
.pop-up table td {
	padding: 10px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
}

.pop-up strong {
	padding-bottom: 5px;
}

.pop_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	display: none;
}

.pop-up {
	position: fixed;
	z-index: 100000;
	background: #fff;
	width: 60%;
	height: 70%;
	border-radius: 20px;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#pop-up02 {
	width: 50%;
}

.popTop {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 5000;
}

.popTop .popclose {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.popTop .tit {
	background: #1c1c1c;
	color: #fff;
	font-size: 18px;
	padding: 25px;
}

.popCont {
	padding: 10px 20px;
}

.popCont section {
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
}

.popCont strong {
	font-size: 18px;
	display: block;
	color: #202020;
	padding-bottom: 10px;
}

/*//pop*/


.common_box {
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
	background: #1d1d1d;
    border: 2px #c1ad8b solid;
}
.common_box .w100 {
    width: 100%;
}
.common_box .th {
    font-size: 18px;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 300;
}
.common_box .con {
    width: 100%;
    height: 45px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #c1ad8b;
    position: relative;
    line-height: 45px;
    background: #292929;
}
.common_box .con input[type='radio'] {
    margin-left: 10px;
}
.common_box .w49 {
    width: 49%;
    float: left;
}
.common_box .mr2 {
    margin-right: 2%;
}
.mb-20 {
    margin-bottom: 20px;
}
.readonly {
    background-color: #292929 !important;
    cursor: not-allowed;
}
.common_box .con .withdrawal_input01 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: none;
    padding-left: 10px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
	font-weight:300;
}
.btnS {
    position: absolute;
    right: -1px;
    top: 1px;
    width: 25%;
    height: 100%;
    line-height: 40px;
    background: #00387f;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Btform01 {
    position: absolute;
    right: -1px;
    top: 0px;
    width: 30%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.frofile .index_input01 {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    color: #2c2f40;
    font-weight: 500;
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid #a3a5ad;
    background: transparent;
}
.index_input01 {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    color: #2c2f40;
    font-weight: 500;
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid #a3a5ad;
    background: transparent;
}

.frofile .input_title01 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #2c2f40;
    font-weight: 500;
}
.mb-35 {margin-bottom:35px;}
.button06 {
    width: 200px;
    height: 50px;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    text-align: Center;
    cursor: pointer;
    background: #191f2f;
}


.post_input01 {width:300px;}
.post_input02 {width:100px;float:none;height:45px;}
.post_input03 {width:500px;}



/*입금*/
.de-qr-item {
	background: #ffffff;
    width: 100%;
    margin-bottom: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.de-qr-item .w-tit {
    font-size: 20px;
    font-weight: 300;
    color: #232323;
    padding-top: 30px;
    padding-left: 30px;
}

.de-qr-item .w-tit2 {
	font-size: 20px;
	font-weight: 500;
	color: #232323;
	padding-top: 30px;
	padding-left: 30px;
}

.de-qr-item .w-tit2 .balance {
	float: right;
	padding-right: 30px;
	background: #434157;
	padding-left: 10px;
	font-size: 16px;
	color: #232323;
	font-weight: 500;
	border-radius: 5px;
	margin-right: 10px;
	width: 220px;
}

.de-qr-item .qr_code {
	float: left;
	width: 200px;
	padding-left: 30px;
	margin-top: 30px;
}

.de-qr-item .qr_code .c1 {
	font-size: 13px;
	color: #232323;
	font-weight: 300;
	margin-bottom: 10px;
}

.de-qr-item .qr_code .qr-img {
	width: 180px;
}

.de-qr-item .qr_addr {
	float: right;
	width: 500px;
	margin-top: 30px;
}

.de-qr-item .qr_addr .c1 {
    font-size: 13px;
    color: #232323;
    font-weight: 300;
    margin-bottom: 10px;
}

.de-qr-item .qr_addr .w1 {
    font-size: 15px;
    color: #232323;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px #3d3d3d solid;
}

.de-qr-item .qr_addr .gride-t1 {
	margin-top: 10px;
}

.de-qr-item .qr_addr .gride-t1 .s-tit {
	font-size: 14px;
	color: #232323;
	font-weight: 500;
}

.de-qr-item .qr_addr .gride-t1 .s1 {
    font-size: 14px;
    color: #232323;
    font-weight: 300;
    margin-top: 10px;
}

.de-qr-item .qr-btn {
	width: 180px;
	height: 57px;
	border: none;
	background: #3d60ec;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50px;
	margin-left: 30px;
	margin-bottom: 30px;
	line-height: 57px;
	text-align: center;
}



/*package buy: 팝업*/

.pop_box {
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	clear: both;
	z-index: 999999;
}

.pop_box .popup-buy .p-h {
    background-color: rgb(192 173 139 / 30%);
    height: 55px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 0 25px;
    line-height: 55px;
    color: #fff;
}

.pop_box .popup-buy {
    width: 500px;
    height: 90vh;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 5vh auto;
    overflow: hidden;
	background: #1d1d1d;
    border: 2px #c1ad8b solid;
}

.pop_box .popup-buy .p-h h2 {
	float: left;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: 500;
}

.pop_box .popup-buy .p-h h5 {
    float: right;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
}

.pop_box .popup-buy .p-i {
	margin-top: 40px;
	text-align: center;
}

.pop_box .popup-buy .p-i h2 {
	color: #c0ad8b;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 15px;
}

.pop_box .popup-buy .p-i p {
	color: #0f0f0f;
	font-size: 0.8em;
	line-height: 1.3em;
}

.pop_box .popup-buy .p-i p span {
	color: #2f49d1;
}

.p-time {
	width: 60%;
	margin: 20px auto 0;
	border: 2px dashed #0178fe;
	border-radius: 20px;
	padding: 10px;
	overflow: hidden;
}

.p-time .t-icon {
	float: left;
	width: 20%;
	display: none;
}

.p-time .time-display {
	float: left;
	width: 100%;
}

.p-time .time-display p {
	text-align: center;
    color: #2c2f40;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 3px;
}

.p-time .time-display span {
	color: #a3a5ad;
	padding-left: 15px;
	font-size: 13px;
	display: block;
	text-align: center;
}

.coin-tab {
	width: 75%;
	margin: 40px auto 0;
}

.pop_box .tab_active {
    background: #c0ad8b;
    color: #fff;
}

.pop_box .popup-buy .coin-tab .tab_ul {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 35px;
}

.pop_box .popup-buy .coin-tab li {
    float: left;
    width: 27%;
    border-radius: 30px;
    color: #fff;
    padding: 8px 0;
    text-align: center;
}

.pop_box .popup-buy .coin-tab .table01 {
	width: 100%;
}

.pop_box .popup-buy .coin-tab .table01 tr {
    height: 60px;
    border-bottom: 1px solid #4b4b4b;
}

.pop_box .input001 {
	width: 100%;
	height: 60px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #2c2f40;
	text-align: right;
	font-size: 16px;
	font-weight: 500;
}

.pop_box .input001:placeholder {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(1) {
	color: #ffffff;
	width: 30%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(2) {
width: 70%;
    text-align: right;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 60px;
}

.pop_box .popup-buy .coin-tab .btn {
	margin: 40px auto 0;
	text-align: center;
}

.pop_box .popup-buy .coin-tab .btn button {
    background: #013139;
    border-radius: 8px;
    outline: 0;
    border: none;
    width: 160px;
    height: 50px;
    color: #f6c541;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(254,125,0,1) 0%, rgba(252,171,1,1) 100%);
    color: #ffffff;
}

.pop_box .popup-buy .coin-tab .btn p {
	color: #2c2f40;
	margin-top: 10px;
	font-size: 0.8em;
}

.pop_box .popup-buy .coin-tab li:nth-child(2) {
	margin: 0 9.5%;
}

.pop_box .popup-buy .coin-tab li:nth-child(3) {
	float: right;
}

.pop_box .popup-buy .coin-tab li a {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 500;
    display: block;
}


#mark {display:none;}
#bet_open {
	display:none;
	}



/*indexHome*/

.index #visual {
    width: 100%;
    height: 920px;
    background: url(../images/visual.jpg)no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.index #visual .txt {
    font-size: 65px;
    color: #ffd68f;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
	margin-top: 100px;
}
.index #visual .txt2 {
    font-size: 33px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    line-height: 1.6;
}
.index #visual .login_btn {
    width: 330px;
    height: 70px;
    border-radius: 50px;
    border: 3px #ffd68f solid;
    margin: 50px auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index #visual .login_btn a{
    color: #ffd68f;
    font-size: 30px;
	width:100%;
	display:block;
	text-align:Center;
}
.index #visual .login_btn:hover{
    background:#ffd68f;
}
.index #visual .login_btn:hover a{
    color: #714800;
}

.index #header {margin-top:20px;}
.index .header-menu .header_inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.index .header-menu .header_inner .menu_ul {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 79px;
    margin-left: auto;
}
.index .header-menu .header_inner .menu_ul > li {
    position: relative;
	margin-right:40px;
}

.index #section01 {
	padding-top:100px;
	padding-bottom:100px;
	background: url(../images/visual02.png)no-repeat;
    background-position: bottom;
	}
.index #section02 {padding-top:100px;padding-bottom:100px;
	background: url(../images/visual03.png)no-repeat;
    background-position: bottom;
	}
.index #section03 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/bg-main2.jpg)no-repeat;
    background-position: top;
    background-size: cover;
}

.index .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index .title2 {
    display: flex;
    align-items: center;
}
.index .title .bull {
    width: 90px;
    height: 90px;
    background: linear-gradient(360deg, #ffd68f, #76603d);
    transform: rotate(45deg);
    border-radius: 10px;
    padding: 9px;
	margin-bottom:50px;
	position:relative;
}
.index .title2 .bull {
    width: 90px;
    height: 90px;
    background: linear-gradient(360deg, #ffd68f, #76603d);
    transform: rotate(45deg);
    border-radius: 10px;
    padding: 9px;
	margin-bottom:50px;
	position:relative;
}

.index .title .bull_in {
    width: 100%;
    height: 100%;
    background: #0c0f14;
    border-radius: 10px;
}
.index .title2 .bull_in {
    width: 100%;
    height: 100%;
    background: #0c0f14;
    border-radius: 10px;
}
.index .title .bull_in span.num_1 {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(360deg, #c48b2a, #ffefd5);
    -webkit-background-clip: text;
    color: transparent;
    transform: rotate(314deg);
    display: block;
    padding-left: 20px;
    padding-top: 0px;
}
.index #section03 .title .bull_in span.num_1 {
    padding-left: 12px;
}
.index .title2 .bull_in span.num_1 {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(360deg, #c48b2a, #ffefd5);
    -webkit-background-clip: text;
    color: transparent;
    transform: rotate(314deg);
    display: block;
    padding-left: 16px;
    padding-top: 0px;
}
.index .title .p2{font-size:32px;color: #ffd68f;}
.index .title2 .p2{font-size:32px;color: #ffd68f;margin-left: 40px;
    margin-top: -45px;}
.index .title .p3{font-size:24px;color: #ffffff;}
.index .title .bar {
    width: 80px;
    height: 2px;
    background: #ffd68f;
    margin-top: 30px;
    margin-bottom: 30px;
}
.index #section01 .starArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.index #section01 .starBox {
    width: 22%;
    border-radius: 10px;
    padding: 80px 35px 0 40px;
    transition: all 0.2s linear;
    background: linear-gradient(360deg, rgba(40,40,40,1) 0%, rgba(59,59,59,0.5) 50%, rgba(0,0,0,0) 100%);
    height: 500px;
	margin-top:80px;
}
.index #section01 .starArea .starBox:hover {
    background: linear-gradient(360deg, rgb(242 108 104) 0%, rgb(75,20,36,0.5) 50%, rgba(0,0,0,0) 100%);
}


.index #section01 .starBox:nth-child(2) {margin-top:160px;}
.index #section01 .starBox:nth-child(4) {margin-top:160px;}
.index #section01 .starBox .s1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    font-style: italic;
	word-break: keep-all;
	color:#ffffff;
}
.index #section01 .starBox .s1::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}
.index #section01 .starBox .s2 {
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    height: 135px;
}
.index #section01 .item {
    margin-top: 90px;
}
.index #section01 .item .t1{
    font-size: 32px;
    color: #ffd68f;
    text-align: left;
}
.index #section01 .item .t2{
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    font-weight: 300;
}
.index #section01 .item .t3 {
    font-size: 24px;
    color: #ffd68f;
    text-align: center;
    background: rgb(193 173 139 / 40%);
    height: 40px;
    line-height: 40px;
    display: table;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
    margin: 35px auto 0px;
}
.index #section01 .item .item01 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.index #section01 .item .cont {
    width: 300px;
    /* height: 390px; */
    border: 3px #c1ad8b solid;
    border-radius: 20px;
    background: rgb(67 140 121 / 10%);
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}
.index #section01 .item .cont:nth-child(1) {margin-right:40px;}
.index #section01 .item .cont:nth-child(2) {margin-right:40px;}
.index #section01 .item .cont .txt {
    font-size: 40px;
    color: #ffd68f;
    font-weight: 700;
    text-align: center;
}
.index #section01 .item .cont .txt2 {
    font-size: 24px;
    color: #ffd68f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.index #section01 .item .cont .bar {
    width: 85%;
    height: 2px;
    background: #1a3933;
    margin: 10px auto;
    opacity: 0.3;
}
.index #section01 .item .cont .txt3 {
    text-align: center;
    font-size: 15px;
    color: #a7c0bc;
    font-weight: 300;
    line-height: 1.6;
    height: 115px;
}
.index #section01 .item .cont .txt3 span{
    color:#cbc5ab;
}
.index #section01 .item .images_box img{
    height:443px;
}
.index #section02 .item {
    width: 100%;
    border-radius: 20px;
    background: rgb(21 27 29 / 70%);
    border: 3px #c1ad8b solid;
    margin-top: 40px;
    padding: 50px 50px 20px;
    display: flex;
    align-items: center;
}
.index #section02 .item .li {
    text-align: center;
    height: 485px;
}
.index #section02 .item .li .img-box{
    height: 270px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.index #section02 .item .li .img-box img{
    width:85%;
}
.index #section02 .item .arrow{
    height:50px;
}
.index #section02 .item .label{
    width: 200px;
    background: #ffcb7a;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin: 0 auto 30px;
}
.index #section02 .item .chart_img{
    width: 50%;
}
.index #section02 .item .txt{
    font-size: 19px;
    color: #ffd68f;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.index #section02 .txtArea {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.index #section02 .txtArea > ul > li {
    background: url(../images/bull.png)no-repeat;
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.7;
    background-size: 22px;
    padding-left: 35px;
}
.index #section02 .txtArea .bg04 {
    width: 550px;
    margin-left: auto;
    border-radius: 10px;
}


.index #section02 .starArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.index #section02 .starBox {
    width: 32%;
    border-radius: 10px;
    padding: 80px 35px 0 35px;
    transition: all 0.2s linear;
    background: linear-gradient(360deg, rgba(40,40,40,1) 0%, rgba(59,59,59,0.5) 50%, rgba(0,0,0,0) 100%);
    height: 328px;
    margin-top: 50px;
}
.index #section02 .starArea .starBox:hover {
    background: linear-gradient(360deg, rgb(242 108 104) 0%, rgb(75,20,36,0.5) 50%, rgba(0,0,0,0) 100%);
}


.index #section02 .starBox:nth-child(2) {margin-top:130px;}
.index #section02 .starBox .s1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    font-style: italic;
	word-break: keep-all;
	color:#ffffff;
}
.index #section02 .starBox .s1::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}
.index #section02 .starBox .s2 {
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    height: 135px;
    word-break: keep-all;
}

.index #section03 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.index #section03 .item .li {
    width: calc((100% / 3 - 20px));
    height: 473px;
    border-radius: 30px;
    background: #000000;
    padding-top: 134px;
    padding-left: 30px;
	padding-right:30px;
}

.index #section03 .item .li01 {
    background: url(../images/icon05.jpg)no-repeat;
    background-size: cover;
}
.index #section03 .item .li02 {
    background: url(../images/icon06.jpg)no-repeat;
    background-size: cover;
}
.index #section03 .item .li03 {
    background: url(../images/icon07.jpg)no-repeat;
    background-size: cover;
}

.index #section03 .item .li .txtbox {
    padding: 0px 15px;
    border: 1px #f9d08b solid;
    font-size: 22px;
    color: #fbd28c;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 25px;
}

.index #section03 .item .li .txt_p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
    word-break: keep-all;
}

.index #section03 .sitem {
    margin-top:200px;
}
.index #section03 .sitem .t1 {
    font-size: 32px;
    color: #ffd68f;
    text-align: left;
}
.index #section03 .list {
   overflow:hidden;
   margin-top:50px;
}
.index #section03 .list > ul{
    display:flex;
	flex-wrap:wrap;
}
.index #section03 .list > ul > li {
    width: calc((100% / 4 - 20px));
    height: 360px;
    margin-bottom: 30px;
    margin-right: 26px;
}
.index #section03 .list > ul > li.border01 {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #4b2d00, #fefd5c, #4b2d00, #4b2d00 , #4b2d00 , #4b2d00 , #4b2d00, #4b2d00, #bfb33b, #4b2d00, #4b2d00) 1;
    border-image-slice: 1;
}
.index #section03 .list > ul > li:nth-child(4n-4) {margin-right:0px;}


.index #section03 .list > ul > li {
	display:flex;
	align-items:center;
	}
.index #section03 .list > ul > li .txtbox {margin-left:auto;}
.index #section03 .list > ul > li .txtbox .txt01{font-size:30px;font-weight:200;}
.index #section03 .list > ul > li .txtbox {
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}
/* section04 */
.index #section04 {
    padding-top: 100px;
}
.index #section04 .title .bull_in span.num_1 {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(360deg, #c48b2a, #ffefd5);
    -webkit-background-clip: text;
    color: transparent;
    transform: rotate(314deg);
    display: block;
    padding-left: 15px;
    padding-top: 0px;
}
.index #section04 .item .txt {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.7;
    width: 60%;
    padding-bottom: 20px;
    text-align: center;
}
.index #section04 .item .img-box::after {
    position: absolute;
    content: "";
    background-image: url(../images/master-card-coin.png);
    width: 223PX;
    height: 137px;
    top: 56%;
    left: -53%;
    background-size: cover;
}
.index #section04 .item .img-box {justify-content: end; display: flex; margin-top: 40px; position: relative;}
.index #section04 .item .img-box .img1 {background-image: url(../images/master-card1.png);        border: 2px solid transparent;
    border-image-slice: 1;     height: 263px; width: 182px; margin-right: 20px; background-size: cover; border-radius: 15px;    background-position: center;}
.index #section04 .item .img-box .img2 {background-image: url(../images/master-card2.png);         border: 2px solid transparent;
    border-image-slice: 1;    height: 263px; width: 182px; background-size: cover; border-radius: 15px;    background-position: center;}

.index #section04 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 150px;
}


/* section04 end */
/* section05 */
#section05 .title .bull_in span.num_1 {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(360deg, #c48b2a, #ffefd5);
    -webkit-background-clip: text;
    color: transparent;
    transform: rotate(314deg);
    display: block;
    padding-left: 15px;
    padding-top: 0px;
}
#section05 .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
}
#section05 .item-box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section05  .img-box {display: flex;}
#section05 .item-box2 .img-box .img1{
    background-image: url(../images/st5-1.png);      width: 221px; background-size: cover;
    height: 282px;
}
#section05 .item-box2 .img-box .img2{
    background-image: url(../images/st5-2.png);       width: 205px; background-size: cover;
    height: 277px;
}
#section05 .item-box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
#section05 .txt .txt-tit {
    padding: 0px 15px;
    border: 1px #f9d08b solid;
    font-size: 22px;
    color: #fbd28c;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
#section05 .txt .txt-mintit {
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 15px;

    word-break: keep-all;
}
#section05 .txt .txt-2 {
    font-size: 18px;
    color: #ffd68f;
    font-weight: 300;
    line-height: 1.7;
    padding-bottom: 15px;
}
#section05 .txt .txt-main {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    font-style: italic;
    word-break: keep-all;
    color: #ffffff;
}
#section05 .txt .txt-1 {

    background: url(../images/bull.png) no-repeat;
    font-size: 18px;
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.7;
    background-size: 22px;
    padding-left: 35px;
}
#section05 .item-box1 .img-box .img1{
    background-image: url(../images/st5-3.png);
    width: 616px;
    background-size: cover;
    height: 250px;
    margin: auto;
}

/* section05 end */

/* section06 */
#section06 .title .bull_in span.num_1 {
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(360deg, #c48b2a, #ffefd5);
    -webkit-background-clip: text;
    color: transparent;
    transform: rotate(314deg);
    display: block;
    padding-left: 19px;
    padding-top: 0px;
}
#section06 .txt  {text-align: center;}
#section06 .txt .txt-mintit {
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 15px;

    word-break: keep-all;
}

#section06 .txt .txt-tit {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    font-style: italic;
    word-break: keep-all;
    color: #ffffff;
}

#section06 .main-table {
    width: 90%;
    margin: auto;    
    margin-top: 100px;
}
#section06 .t-title ul {
    display: flex;
    background-color: #11161d;
    height: 55px;
    text-align: center;
    align-items: center;
    color: #fff;
}
#section06 .t-data2 ul {
    display: flex;
    background-color: #11161d;
    height: 55px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
}
#section06 .t-data ul {
    display: flex;
    background-color: #5a626e;
    height: 55px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
}


#section06 .t-title ul li:nth-child(1){width: 20%; border-right: 1px solid #505a69;}
#section06 .t-title ul li:nth-child(2){width: calc(80% / 3);border-right: 1px solid #505a69;}
#section06 .t-title ul li:nth-child(3){width: calc(80% / 3);border-right: 1px solid #505a69;}
#section06 .t-title ul li:nth-child(4){width: calc(80% / 3);}
#section06 .t-data ul li:nth-child(1){width: 20%; border-right: 1px solid #11161d;}
#section06 .t-data ul li:nth-child(2){width: calc(80% / 3);border-right: 1px solid #11161d;}
#section06 .t-data ul li:nth-child(3){width: calc(80% / 3);border-right: 1px solid #11161d;}
#section06 .t-data ul li:nth-child(4){width: calc(80% / 3);}
#section06 .t-data2 ul li:nth-child(1){width: 20%; border-right: 1px solid #505a69;}
#section06 .t-data2 ul li:nth-child(2){width: calc(80% / 3);border-right: 1px solid #505a69;}
#section06 .t-data2 ul li:nth-child(3){width: calc(80% / 3);border-right: 1px solid #505a69;}
#section06 .t-data2 ul li:nth-child(4){width: calc(80% / 3);}
#section06 .last-txt {    font-size: 16px;
    color: #b5a68b; width: 90%; margin: auto; margin-top: 20px; font-weight: 300;}
/* section06 end */
/* section07  */
#section07  {margin-bottom: 200px;}

.index #section07 .sitem {
    margin-top:200px;
}
.index #section07 .sitem .t1 {
    font-size: 32px;
    color: #ffd68f;
    text-align: left;
}
.index #section07 .list {
   overflow:hidden;
   margin-top:50px;
}
.index #section07 .list > ul{
    display:flex;
	flex-wrap:wrap;
}
.index #section07 .list > ul > li {
    width: calc((100% / 4 - 20px));
    height: 360px;
    margin-bottom: 30px;
    margin-right: 26px;
}
.index #section07 .list > ul > li.border01 {
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #4b2d00, #fefd5c, #4b2d00, #4b2d00 , #4b2d00 , #4b2d00 , #4b2d00, #4b2d00, #bfb33b, #4b2d00, #4b2d00) 1;
    border-image-slice: 1;
}
.index #section07 .list > ul > li:nth-child(4n-4) {margin-right:0px;}


.index #section07 .list > ul > li {
	display:flex;
	align-items:center;
	}
.index #section07 .list > ul > li .txtbox {margin-left:auto;}
.index #section07 .list > ul > li .txtbox .txt01{font-size:30px;font-weight:200;}
.index #section07 .list > ul > li .txtbox {
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding-top: 20px;
    padding-bottom: 20px;
}
/* section07 end */

.game01 {
	background: url(../images/game01.jpg);
    background-size: cover;
    background-position: center;
	}
.game02 {
	background: url(../images/game02.jpg);
    background-size: cover;
    background-position: center;
	}
.game03 {
	background: url(../images/game03.jpg);
    background-size: cover;
    background-position: center;
	}
.game04 {
	background: url(../images/game04.jpg);
    background-size: cover;
    background-position: center;
	}
.game05 {
	background: url(../images/game05.jpg);
    background-size: cover;
    background-position: center;
	}
.game06 {
	background: url(../images/game06.jpg);
    background-size: cover;
    background-position: center;
	}
.fn01 {
    color: #f9b34a;
}
.fn01_01 {
    background: linear-gradient(360deg, #ffce7f, #a9803b);
    -webkit-background-clip: text;
    color: transparent;
}




.p_mt_150 {margin-top:150px;}
/* // indexHome*/


.slot {width:1020px;}
.slot .slot_in {
    width: 400px;
    height: 91px;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px #c1ad8b solid; */
    background: url(../img/slotBg.png);
    border-radius: 10px;
    color: #ffffff;
    margin: 0 auto 20px;
    background-size: cover;
	position:relative;
}

.js-odoo {transition: 0.3s ease;}
.js-odoo svg {color:#ffffff;width:auto;height:38px;text-align:center;}
.js-odoo svg g{color:#ffffff;filter: invert(22);}
.js-odoo text{color:#ffffff;filter: invert(22);}

#countTest2 span{font-size:30px;}


#game_up {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
#game_up {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 99;
	display:none;
}
#game_up .start_layer {
    position: absolute;
    width: 400px;
    height: 250px;
    top: 50%;
    border: 2px #c1ad8b solid;
    left: 50%;
    background: linear-gradient(0deg, rgba(66, 52, 12, 1) 0%, rgba(57, 46, 12, 1) 40%, rgba(46, 40, 12, 1) 70%, rgba(43, 38, 13, 1) 100%) !important;
    transform: translate(-50%,-50%);
    display: none;
    border-radius: 15px;
    text-align: center;
}
#game_up .start_layer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pattern.png);
    pointer-events: none;
    z-index: 1;
}
#game_up .start_layer .layer_in {
    position: relative;
    color: #fff;
    z-index: 999;
}
#game_up .start_layer .layer_in img {
    width: 170px;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translate(-50%);
}
#game_up .start_layer .t1 {
    font-size: 24px;
    padding-top: 70px;
}
#game_up .start_layer .t2 {
    padding-top: 10px;
    opacity: 0.7;
	font-weight:300;
}
#game_up .start_layer .layer_close {
    width: 150px;
    height: 50px;
    border: none;
    cursor: pointer;
    background: rgb(254,125,0);
    background: linear-gradient(0deg, rgba(254,125,0,1) 0%, rgba(252,171,1,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
	margin: 30px auto 0px;
	z-index: 9999999;
    position: relative;
}
#game_up .notification {
    position: absolute;
	width:600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display:none;
}
#game_up .notification img{
    width:100%;
}


.button11 {
	padding: 0px 15px;
    background: #840823;
    height: 30px;
    color: #fff;
    top: 10px;
    border-radius: 5px;
    right: 20px;
	cursor:pointer;
	}

.list__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list__item .item_box {
    width: calc(100% / 2 - 15px);
    background: rgba(0, 0, 0, 0.7);
    border: 2px #c1ad8b solid;
    padding: 20px 30px;
    border-radius: 15px;
    overflow: Hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}
.list__item .item_box:nth-child(2n-2) {margin-right:0px;}
.list__item .item_box .txt {
    text-align: left;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px;
    display: flex;
}
.list__item .item_box .txt .s1 {
    margin-left: auto;
    font-weight: 300;
    font-size: 18px;
    color: #ff5757;
}
.list__item .item_box .lbox {
    display: flex;
    color: #ffffff;
    position: relative;
}
.list__item .item_box .lbox:after {
    content: '';
    width: 0.5;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #5b5b5b;
    transform: translate(-50%, -50%);
}
.list__item .item_box .lbox .li{
    width:50%;
}
.list__item .item_box .lbox .li:nth-child(2){padding-left:30px;}
.list__item .item_box .lbox .li:nth-child(2) .price{margin-right:0px;}
.list__item .item_box .lbox .li .t1{
    font-size:16px;
	margin-bottom:15px;
	font-weight: 300;
	opacity:0.7;
	color: #f1ff2e;
}
.list__item .item_box .lbox .li:nth-child(2) .t1 {color:#47ff7c;}
.list__item .item_box .lbox .li .price {
    font-size: 24px;
    text-align: right;
    margin-right: 30px;
    font-weight: 300;
}



.lotto_box {
    width: 650px;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    border: 2px #c1ad8b solid;
    margin: 0 auto;
    height: 800px;
}
.lotto_box .title{
    text-align:center;
	background: linear-gradient(360deg, #898989, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	margin-bottom:10px;
}
.lotto_box .title span {
    font-size: 1.2em;
    margin-left: 10px;
}
.lotto_box .title_date {
    text-align: center;
    font-size: 18px;
    color: #aaaaaa;
    font-weight: 300;
}
.lotto_box .itme_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.lotto_box .itme_box .t1 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}
.lotto_box .itme_box .numbers{
    display:flex;
	align-items:center;
}
.lotto_box .itme_box .numbers li {
    width: 56px;
    height: 56px;
    color: #470000;
    font-size: 20px;
    border-radius: 50%;
    background: url(../img/lo1.png);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.lotto_box li.nem1 {
    background: url(../img/lo1.png) !important;
	background-size: cover !important;
}
.lotto_box li.nem2 {
    background: url(../img/lo2.png) !important;
	background-size: cover !important;
}
.lotto_box li.nem3 {
    background: url(../img/lo3.png) !important;
	background-size: cover !important;
}
.lotto_box .item_list {
    overflow: hidden;
    margin-top: 50px;
    width: 500px;
    margin: 35px auto 0px;
    overflow-y: auto;
    height: 428px;
}
.lotto_box .item_list::-webkit-scrollbar {width: 6px; height: 12px;}
.lotto_box .item_list::-webkit-scrollbar-thumb {  background: #bdbdbd;border-radius:30px; }
.lotto_box .item_list .list01 {
    display: flex;
    flex-direction: column;
    border: 1px #6f6f6f solid;
    border-top: none;
	cursor:pointer;
}
.lotto_box .item_list .list01:first-child {border-top:1px #6f6f6f solid;}
.lotto_box .item_list .list01 .ea {
    display: flex;
    height: 60px;
}
.lotto_box .item_list .list01 .ea .round {
    color: #ffffff;
    background: #1d1d1d;
    border-right: 1px #6f6f6f solid;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.lotto_box .item_list .list01 .ea .numbers {
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    justify-content: center;
}
.lotto_box .item_list .list01 .ea .numbers li {
    width: 45px;
    height: 45px;
    color: #f6f6f6;
    font-size: 16px;
    border-radius: 50%;
    background: url(../img/lo1.png);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.lotto_box .item_list .list01 .ea .numbers li:last-child {margin-right:0px;}
.lotto_box .item_list .list01 .price {
   
    height: 60px;
    border-top: 1px #6f6f6f solid;
    line-height: 60px;
    -webkit-background-clip: text;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.lotto_box .item_list .list01 .price span {
    font-size: 16px;
    margin-right: 10px;
    color: #bababa;
}
.lotto_box .winning_price {
    width: 500px;
    margin: 30px auto 0px;
    height: 90px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lotto_box .winning_price .prcie {
    color: #ffffff;
    text-align: center;
    font-size: 40px;
}
.lotto_box .winning_price .prcie span {
	font-size: 20px;
    margin-right: 26px;
    font-weight: 300;
    color: #bababa;
	}
	
.history_table02 .numbers {
	display: flex;
    align-items: center;
    justify-content: center;
	}
.history_table02 .numbers li {
    width: 38px;
    height: 38px;
    color: #f6f6f6;
    font-size: 14px;
    border-radius: 50%;
    background: url(../img/lo1.png);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.history_table02 .numbers li:last-child {margin-right:0px;}
.history_table02 .numbers li.nem1 {
    background: url(../img/lo1.png) !important;
	background-size: cover !important;
}
.history_table02 .numbers li.nem2 {
    background: url(../img/lo2.png) !important;
	background-size: cover !important;
}
.history_table02 .numbers li.nem3 {
    background: url(../img/lo3.png) !important;
	background-size: cover !important;
}



.lotto_total {
    overflow: hidden;
    width: 100%;
    height: 50px;
    background: #ff0000;
    background: #292929;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
    border-radius: 5px;
    justify-content: center;
}
.lotto_total .txt{
   margin-right:50px;
}
.lotto_total .txt2{
   font-size:25px;
}



.lotto_total_area {
        overflow: hidden;
        width: 100%;
        height: 75px;
        border: 2px #c1ad8b solid;
        background: #292929;
        display: flex;
        align-items: center;
        color: #fff;
        font-weight: 300;
        border-radius: 5px;
        justify-content: center;
		margin-bottom:10px;
		position:relative;
    }
.lotto_total_area .txt {
        margin-right: 50px;
		font-size:20px;
		position: relative;
        z-index: 999;
    }
.lotto_total_area .txt2 {
        font-size: 25px;
        font-weight: 700;
        position: relative;
        z-index: 999;
    }
.lotto_total_area::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/pattern.png);
        pointer-events: none;
        z-index: 1;
    }

	#divpop7 {background-color:#ffffff;position:absolute;left:50%; top:100px;z-index:999997;transform:translateX(-50%);}



#countTest2{position:relative;}
    .slot_in:after {
        content: 'USD';
        width: 50px;
        height: auto;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        font-size: 20px;
    }

#ch_pick .txt {font-size: 14px;
        margin-bottom: 7px;
        color: #ffffff;
        font-weight: 300;}
.item_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
.form_a {width:49%;margin-top:20px;}


.main #section01 .type_a {
        width: 49%;
        font-size: 16px;
        font-weight: 500;
        float: left;
        background: linear-gradient(0deg, rgb(5 215 102) 0%, rgb(31 108 51) 100%);
    }
.main #section01 .type_b {
        width: 49%;
       font-size:16px;
	   font-weight:500;
	   float:right;
	   background: linear-gradient(0deg, rgb(14 191 217) 0%, rgb(39 84 77) 100%);
    }

    /* 20240613 */
    body {
        font-family: 'Pretendard', sans-serif;
        font-weight: 500;
        color: #fff;
    }
    img{
        width: fit-content;
    }
    
    .inner002{
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }
    .inner002>.title{
        /* border: 1px solid orange; */
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px;
    }
    .inner002>.title .num{
        margin-bottom: 30px;
    }
    .inner002>.title h2{
        font-size: 40px;
        color: #ffd68f;
        margin-bottom: 30px;
    }
    .inner002>.title .titleline{
        display: inline-block;
        width: 80px;
        height: 2px;
        background-color: #ffd68f;
    }
    .sub_line{
        position: relative;
        display: flex;
        height: 10px;
        display: flex;
        margin: 30px auto;
        width: 90%;
    }
    .sub_line span{
        width: 100%;
        display: inline-block;
        background-color: #ffd68f;
        height: 1px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
    }
    .sub_line .allnemo{
        position: absolute;
        left: 50%;
        z-index: 999;
        transform: translateX(-50%);
    }
    .sub_line .nemo{
        width: 15px;
        height: 15px;
        border: 1px solid #ffd68f;
        position: absolute;
        background-color: #131722;
    }
    .sub_line .nemo02{
        rotate: 45deg;
    }
    
    .topI{
        width: 100%;
        height: 998px;
        background-image: url(../img/mainbenner.jpg);
        background-size: cover;
        background-position: center center;
    }
    .topI #header02{
        width: 100%;
        height: 150px;
        /* margin: 0 auto; */
        display: flex;
    }
    .topI #header02 .header-menu{
        margin-top: auto;
        width: 100%;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .topI #header02 .header_inner{
        display: flex;
        width: 100%;
        max-width: 1300px;
        /* background-color: orange; */
        align-items: center;
        margin: 0 auto;
        height: 100%;
        justify-content: space-between;
    }
    .topI #header02 .header_inner>a{
        /* background-color: salmon; */
        width: fit-content;
        height: fit-content;
    }
    .topI #header02 .header_inner .menu_ul{
        display: flex;
    }
    .topI #header02 .header_inner .menu_ul li:first-child{
        margin-right: 50px;
    }
    .topI #header02 .header_inner .menu_ul li a{
        color: #fff;
        font-size: 24px;
    }
    
    .topI #topbanner{
        width: fit-content;
        height: fit-content;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .topI #topbanner .txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 150px;
    }
    .topI #topbanner .txt h2{
        font-size: 80px;
        width: fit-content;
    }
    .topI #topbanner .txt h2:nth-child(2){
        color: #ffd68f;
    }
    .topI #topbanner .txt h2:last-child{
        color: #8fbcff;
    }
    
    .topI #topbanner .playbutton{
        width: 350px;
        height: 80px;
        border-radius: 100px;
        border: 3px solid #ffd68f;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
    .topI #topbanner .playbutton a{
        font-size: 30px;
        color: #ffd68f;
    }
    
    /* vega01 */
    #vega01{
        background-image: url(../img/vega1-bg.jpg);
        width: 100%;
        background-size: cover;
        background-position: center center;
        height: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 150px;
    }
    #vega01 .contents{
        display: flex;
        justify-content: space-between;
    }
    #vega01 .contents .bizbox{
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(51,51,51,.5) 37%);
        border-radius: 20px;
        width: 100%;
        max-width: 287.5px;
        height: 500px;
        padding: 50px 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-right: 20px;
        transition: background-color 0.3s ease;
    }
    #vega01 .contents .bizbox:hover{
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(75,20,36,1) 47%, rgba(242,108,104,1) 85%);
    }
    
    .sub_title h3 {
        margin: 0;
    }
    
    .category p {
        margin: 0;
    }
    #vega01 .contents .bizbox:last-child{
        margin-right: 0;
    }
    #vega01 .contents .bizbox .sub_title h3{
        font-size: 22px;
    }
    #vega01 .contents .bizbox .sub_title span{
        width: 60px;
        height: 1px;
        background-color: #fff;
        display: inline-block;
    }
    #vega01 .contents .bizbox .category{
        background-color: rgba(128, 128, 128, .2);
        border-radius: 100px;
        width: 100%;
        max-width: 250px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }
    #vega01 .contents .biz02,
    #vega01 .contents .biz04{
        margin-top: 80px;
    }
    /* //vega01 */
    
    /* vega02 */
    
    
    /* main */
    #vega02 {
        margin-bottom: 150px;
    }
    #vega02 .contents .main_contents{
        display: flex;
        justify-content: space-between;
        margin-bottom: 150px;
    }
    #vega02 .contents .main_contents .profitsbox{
        width: 100%;
        max-width: 625px;
        height: 300px;
        border-radius: 20px;
        background-color: #131722;
        margin-right: 50px;
        position: relative;
        display: flex;
        align-items: center;
    }
    #vega02 .contents .main_contents .profitsbox:last-child{
        margin-right: 0;
    }
    #vega02 .contents .main_contents .profitsbox .probg{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: .2;
    }
    #vega02 .contents .main_contents .profitsbox .protext{
        position: absolute;
        z-index: 999;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 30px;
    }
    #vega02 .contents .main_contents .profitsbox .protext .sub_title{
        border: 1px solid #ffd68f;
        width: 100%;
        max-width: 400px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        margin: 0 auto;
        color: #ffd68f;
        font-size: 18px;
        margin-bottom: 35px;
    }
    #vega02 .contents .main_contents .profitsbox .protext p{
        font-size: 18px;
        font-weight: 300;
        line-height: 160%;
    }
    /* //main */
    
    /* Enjoy on Mobile or PC */
    .vegabg{
        background-image: url(../img/vega2_sub-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center 10%;
    }
    .vega2_sub{
        width: 100%;
        margin-bottom: 150px;
    }
    .vega2_sub .title{
        /* background-color: salmon; */
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
        flex-direction: row;
    }
    .vega2_sub .title h3{
        /* background-color: salmon; */
        width: 100%;
        max-width: 400px;
        text-align: center;
        color: #ffd68f;
        font-weight: 500;
        font-size: 35px;
    }
    .vega2_sub .text>p{
        font-size: 18px;
    }
    .vega2_sub02 .title h3{max-width: 350px;}
    .vega2_sub03 .title h3{max-width: 260px;}
    .vega2_sub04 .title h3{max-width: 540px;}
    
    .vega2_sub .title .leftline,
    .vega2_sub .title .rightline{
        width: 50%;
        /* background-color: salmon; */
        /* border: 1px solid #f00; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }
    .vega2_sub .title .rightline{
        justify-content: end;
    }
    .vega2_sub .title .leftline .diamond,
    .vega2_sub .title .rightline .diamond{
        width: 10px;
        border: 1px solid #ffd68f;
        height: 10px;
        transform: rotate(45deg);
        opacity: .3;
    }
    .vega2_sub .title .leftline .line,
    .vega2_sub .title .rightline .line{
        width: 100%;
        /* max-width: 500px; */
        height: 1px;
        background-color: #ffd68f;
        opacity: .3;
    }
    
    .vega2_sub .text{
        /* background-color: salmon; */
        width: 100%;
        max-width: 650px;
        text-align: center;
        margin: auto;
        line-height: 160%;
        font-weight: 300;
        margin-bottom: 50px;
    }
    .vega2_sub01 .sub_contents{
        /* border: 1px solid #f00; */
        width: 100%;
        height: 500px;
        background-image: url(../img/vega2_subboxline.png);
        background-size: 100%;
        background-repeat: no-repeat;
        display: flex;
    }
    .vega2_sub01 .sub_contents .left{
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vega2_sub01 .sub_contents .left .main_text{
        color: #ffd68f;
        text-align: center;
        margin-bottom: 50px;
    }
    .vega2_sub01 .sub_contents .left .main_text h2{
        font-size: 40px;
    }
    .vega2_sub01 .sub_contents .left .main_text span{
        font-size: 25px;
    }
    .vega2_sub01 .sub_contents .left .sub_text01 p{
        color: #a7c0bc;
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 50px;
    }
    .vega2_sub01 .sub_contents .left .sub_text02 p{
        text-align: center;
        margin-bottom: 50px;
    }
    .vega2_sub01 .sub_contents .left .textbox{
        border: 1px solid #ffd68f;
        width: 100%;
        max-width: 400px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 20px;
    }
    .vega2_sub01 .sub_contents .left .sub_text03{
        color: #808080;
        font-size: 14px;
        text-align: center;
    }
    .vega2_sub01 .sub_contents .right{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* //Enjoy on Mobile or PC */
    
    /* BTC Chart Predict */
    
    .vega2_sub02 .sub_contents{
        display: flex;
        margin-bottom: 150px;
    }
    .vega2_sub02 .sub_contents .left{
        width: 49%;
        margin-left: 1%;
    }
    .vega2_sub02 .sub_contents .left ul li{
        display: flex;
    }
    .vega2_sub02 .sub_contents .left ul li .num{
        width: 53px;
        height: 50px;
        position: relative;
    }
    .vega2_sub02 .sub_contents .left ul li .num .nemo{
        width: 50px;
        height: 50px;
        border: 1px solid #ffd68f;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #131722;
    }
    .vega2_sub02 .sub_contents .left ul li .num .nemo02{
        rotate: 45deg;
    }
    .vega2_sub02 .sub_contents .left ul li .num p{
        position: absolute;
        z-index: 9999;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 22px;
    }
    .vega2_sub02 .sub_contents .left ul li .text{
        /* border: 1px solid #f00; */
        text-align: left;
        width: calc(100% - 100px);
    }
    .vega2_sub02 .sub_contents .left ul li .text .maintext{
        margin-bottom: 15px;
    }
    .vega2_sub02 .sub_contents .left ul li .text .maintext h3{
        color: #ffd68f;
        font-weight: 500;
        font-size: 22px;
    }
    .vega2_sub02 .sub_contents .right{
        width: 50%;
    }
    
    /* //BTC Chart Predict */
    
    /* BTC Futures */
    .vega2_sub03{
        margin-bottom: 150px;
        background-image: url(../img/vega2_sub-bg02.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .vega2_sub03 .sub_contents{
        display: flex;
        margin-bottom: 100px;
    }
    .vega2_sub03 .sub_contents .left{
        width: 50%;
    }
    .vega2_sub .sub_contents .left .sub_line{
        margin: 50px auto;
    }
    .vega2_sub03 .sub_contents .left .maintext{
        margin-bottom: 50px;
    }
    .vega2_sub03 .sub_contents .left .maintext h3{
        font-size: 22px;
        color: #ffd68f;
        font-weight: 500;
        text-align: center;
    }
    .vega2_sub03 .sub_contents .left .contents01 .subtext li{
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .vega2_sub03 .sub_contents .left .contents01 .subtext li .dice{
        width: 10%;
    }
    .vega2_sub03 .sub_contents .left .contents01 .subtext li .text{
        width: 90%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }
    .vega2_sub03 .sub_contents .left .contents02 .subtext{
        width: 100%;
        max-width: 530px;
        margin: auto;
        font-weight: 300;
        line-height: 160%;
    }
    .vega2_sub03 .sub_contents .right{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .vega2_sub03 .sub_contents .right img{
        margin-bottom: 30px;
    }
    .vega2_sub03 .sub_contents .right .textbox{
        border: 1px solid #ffd68f;
        width: 100%;
        max-width: 480px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        color: #ffd68f;
    }
    .vega2_sub03 .bottom{
        width: 100%;
        max-width: 1000px;
        border: 1px solid #ffd68f;
        height: 100px;
        margin: auto;
    }
    .vega2_sub03 .bottom .title_shape{
        width: 324px;
        height: 34px;
        background-color: #ffd68f;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .vega2_sub03 .bottom .title_shape p{
        color: #131722;
        font-weight: 800;
        width: fit-content;
        height: fit-content;
        font-size: 18px;
    }
    .vega2_sub03 .bottom>p{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    
    /* //BTC Futures */
    
    /* Auto trading with AI algorithm */
    
    .vega2_sub04 .sub_contents{
        display: flex;
        margin-bottom: 100px;
    }
    .vega2_sub04 .sub_contents .left{
        width: 50%;
    }
    .vega2_sub04 .sub_contents .maintext{
        margin-bottom: 15px;
    }
    .vega2_sub04 .sub_contents .maintext h3{
        color: #ffd68f;
        font-weight: 500;
        font-size: 22px;
        text-align: center;
    }
    .vega2_sub04 .sub_contents .subtext li{
        display: flex;
        /* align-items: center; */
        /* border: 1px solid #f00; */
        margin-bottom: 15px;
    }
    .vega2_sub04 .sub_contents .subtext li .dice{
        width: 10%;
    }
    .vega2_sub04 .sub_contents .subtext li .text{
        margin-bottom: 0;
        margin-top: 10px;
        width: 90%;
        text-align: left;
        font-size: 18px;
    }
    .vega2_sub04 .sub_contents .contents02 .subtext {
        margin-bottom: 20px;
    }
    .vega2_sub04 .sub_contents .contents02 .subtext p{
        text-align: center;
        font-size: 18px;
    }
    .vega2_sub04 .sub_contents .contents02 .maintext{
        border: 1px solid #ffd68f;
        width: 100%;
        max-width: 450px;
        height: 50px;
        line-height: 50px;
        margin: auto;
    }
    .vega2_sub04 .sub_contents .contents02 .maintext h3{
        font-size: 18px;
    }
    .vega2_sub04 .sub_contents .contents03 .maintext{
        margin-bottom: 30px;
    }
    .vega2_sub04 .sub_contents .contents03 .subtext p{
        text-align: center;
        font-size: 18px;
    }
    
    
    .vega2_sub04 .sub_contents .right{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .vega2_sub04 .sub_contents .right .imgbox{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
    }
    .vega2_sub04 .sub_contents .right .imgbox img{
        margin-bottom: 30px;
    }
    .vega2_sub04 .sub_contents .right .textbox{
        /* background-color: salmon; */
        font-size: 50px;
        text-align: center;
        color: #8fbcff;
        font-weight: 700;
    
    }
    .vega2_sub04 .bottom{
        width: 100%;
        max-width: 1000px;
        border: 1px solid #ffd68f;
        height: 100px;
        margin: auto;
    }
    .vega2_sub04 .bottom .title_shape{
        width: 324px;
        height: 34px;
        background-color: #ffd68f;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .vega2_sub04 .bottom .title_shape p{
        color: #131722;
        font-weight: 800;
        width: fit-content;
        height: fit-content;
        font-size: 18px;
    }
    .vega2_sub04 .bottom>p{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    
    /* //Auto trading with AI algorithm */
    
    /* //vega02 */
    
    
    /* vega03 */
    #vega03{
        width: 100%;
        height: auto;
        margin-bottom: 150px;
        background-image: url(../img/vega3-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #vega03 .contents{
        width: 100%;
    }
    #vega03 .contents .top_contents{
        position: relative;
        width: 100%;
        height: 500px;
        background-image: url(../img/vega2_subboxline.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 50px;
    }
    #vega03 .contents .top_contents .title_shape{
        width: 324px;
        height: 34px;
        background-color: #ffd68f;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 34px;
        margin-bottom: 20px;
        position: relative;
        z-index: 9999;
        top: 5px;
    }
    #vega03 .contents .top_contents .title_shape p{
        color: #131722;
        font-weight: 800;
        width: fit-content;
        height: fit-content;
        font-size: 18px;
    }
    #vega03 .contents .top_contents>p{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }
    #vega03 .contents .top_contents .top_inner{
        width: 97%;
        height: 98%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        justify-content: space-between;
        background-color: rgba(19, 23, 34,.3);
        z-index: 3;
    }
    #vega03 .contents .top_contents .top_inner .textbox{
        margin: auto;
        width: 100%;
        max-width: 800px;
        line-height: 160%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #vega03 .contents .top_contents .top_inner .right_img{
        margin-top: auto;
        margin-bottom: -3px;
    }
    
    #vega03 .contents .bottom_contents{
        display: flex;
        justify-content: space-between;
    }
    #vega03 .contents .bottom_contents .contentsbox{
        width: 100%;
        max-width: 400px;
        height: 392px;
        border: 1px solid #ffd68f;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 10px;
        background-color: rgba(19, 23, 34,.3);
    }
    #vega03 .contents .bottom_contents .contentsbox .imgbox{
        width: 100%;
        max-width: 390px;
        height: 200px;
        overflow: hidden;
        margin-bottom: 65px;
    }
    #vega03 .contents .bottom_contents .contentsbox .textbox{
        width: 100%;
        max-width: 300px;
        height: 100px;
    }
    #vega03 .contents .bottom_contents .contentsbox .titlebox{
        border-top: 1px solid #ffd68f;
        border-bottom: 1px solid #ffd68f;
        display: flex;
        height: 50px;
        width: 100%;
        align-items: center;
        justify-content: center;
        color: #ffd68f;
        font-size: 18px;
    }
    #vega03 .contents .bottom_contents .contentsbox span{
        font-size: 14px;
        color: #fff;
        width: 100%;
        display: inline-block;
        text-align: right;
        font-weight: 300;
    }
    
    /* //vega03 */
    
    /* vega04 */
    #vega04{
        margin-bottom: 150px;
    }
    #vega04 .maintextbox{
        /* background-color: salmon; */
        text-align: center;
        margin-bottom: 80px;
    }
    #vega04 .maintextbox h3{
        font-size: 22px;
        margin-bottom: 15px;
    }
    #vega04 .maintextbox span{
        font-size: 16px;
        color: #808080;
        font-weight: 300;
    }
    #vega04 .contents{
        width: 100%;
        height: 310px;
        border: 1px solid rgba(255, 0, 0, 0);
    }
    #vega04 .contents .contentsbg{
        font-size: 34px;
        opacity: .2;
        width: 100%;
        height: 30px;
        display: flex;
        align-items: center;
    }
    #vega04 .contents .contentsbg02{
        justify-content: end;
    }
    #vega04 .contents .bottom_contentsbg{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 30px;
    }
    #vega04 .contents .commentary{
        font-size: 12px;
        color: #ffd68f;
        opacity: .5;
        display: block;
        width: 50%;
    }
    #vega04 .contents .vega04table{
        display: flex;
    }
    #vega04 .contents .vega04table .table_left{
        width: 50%;
    }
    #vega04 .contents .vega04table .table_left .thead{
        display: flex;
        height: 80px;
        background-color: #171d26;
        line-height: 80px;
        text-align: center;
    }
    #vega04 .contents .vega04table .table_left .thead .td{
        width: 50%;
        display: flex;
        align-items: center;
        /* border: 1px solid #f00; */
        justify-content: center;
        position: relative;
    }
    #vega04 .contents .vega04table .table_left .thead .td::after{
        content: '';
        display: block;
        height: 20px;
        width: 1px;
        background-color: #5a626e;
        /* margin-left: auto; */
        position: absolute;
        right: 0;
    }
    #vega04 .contents .vega04table .table_right{
        width: 50%;
    }
    #vega04 .contents .vega04table .table_left .tr{
        /* border: 1px solid #fff; */
        display: flex;
        background-color: #5a626e;
    }
    #vega04 .contents .vega04table .table_left .tr:nth-child(3){
        background-color: #171d26;
    }
    #vega04 .contents .vega04table .table_left .tr .td{
        width: 50%;
        text-align: center;
        line-height: 50px;
        height: 50px;
        position: relative;
        display: flex;
        align-items: center;
        /* border: 1px solid #f00; */
        justify-content: center;
        font-weight: 300;
    }
    #vega04 .contents .vega04table .table_left .tr .td::after{
        content: '';
        display: block;
        height: 20px;
        width: 1px;
        background-color: #171d26;
        /* margin-left: auto; */
        position: absolute;
        right: 0;
    }
    #vega04 .contents .vega04table .table_left .tr:nth-child(3) .td::after{
        background-color: #5a626e;
    }
    #vega04 .contents .vega04table .table_right{
        width: 50%;
    }
    #vega04 .contents .vega04table .table_right .thead{
        display: flex;
        height: 80px;
        background-color: #171d26;
        text-align: center;
        flex-direction: column;
    }
    #vega04 .contents .vega04table .table_right .thead .top{
        height: 50%;
        line-height: 40px;
    }
    #vega04 .contents .vega04table .table_right .thead .bottom{
        display: flex;
        height: 50%;
        line-height: 40px;
    }
    #vega04 .contents .vega04table .table_right .thead .bottom .td{
        width: 50%;
    }
    #vega04 .contents .vega04table .table_right .tbody{
        display: flex;
    }
    #vega04 .contents .vega04table .table_right .tbody .tbody_left{
        width: 50%;
    }
    #vega04 .contents .vega04table .table_right .tbody .tbody_left .td{
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #5a626e;
        font-weight: 300;
    }
    #vega04 .contents .vega04table .table_right .tbody .tbody_left .td:nth-child(2){
        background-color: #171d26;
    }
    #vega04 .contents .vega04table .table_right .tbody .tbody_right{
        width: 50%;
    }
    #vega04 .contents .vega04table .table_right .tbody .tbody_right .td{
        height: 50%;
        background-color: #778291;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 150%;
        font-weight: 300;
    }
    #vega04 .contents .vega04table .table_right .tbody .tbody_right .td:nth-child(2){
        background-color: #2c3037;
    }
    /* //vega04 */
    
    /* vega05 */
    #vega05 {
        background-image: url(../img/vega5-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center 40%;
    }
    #vega05 .contents .main_contents{
        margin-bottom: 150px;
    }
    #vega05 .contents .main_contents .contentsbox{
        position: relative;
        width: 100%;
        height: 500px;
        background-image: url(../img/vega5_subboxline.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 50px;
    }
    #vega05 .contents .main_contents .title_shape{
        width: 324px;
        height: 34px;
        background-color: #ffd68f;
        clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 34px;
        margin-bottom: 20px;
        position: relative;
        top: 5px;
    }
    #vega05 .contents .main_contents .title_shape p{
        color: #131722;
        font-weight: 800;
        width: fit-content;
        height: fit-content;
        font-size: 18px;
    }
    #vega05 .contents .main_contents .c_inner{
        display: flex;
        /* border: 1px solid #f00; */
        margin-top: 100px;
        padding: 0 20px;
    }
    #vega05 .contents .main_contents .c_inner .left{
        width: 50%;
    }
    #vega05 .contents .main_contents .c_inner .left ul li{
        display: flex;
        height: 50px;
        align-items: center;
    }
    #vega05 .contents .main_contents .c_inner .left ul li .dice{
        width: 5%;
    }
    #vega05 .contents .main_contents .c_inner .left ul li .text{
        width: 95%;
        font-size: 18px;
    }
    #vega05 .contents .main_contents .c_inner .right{
        width: 50%;
        position: relative;
    }
    #vega05 .contents .main_contents .c_inner .right .imgbox{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }
    #vega05 .contents .main_contents .c_inner .right .textbox01{
        background-image: url(../img/vega5-1bg.png);
        width: 311px;
        height: 71px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 30%;
        transform: translateY(-50%);
    }
    #vega05 .contents .main_contents .bottombox .c_inner .left {
        display: flex;
        justify-content: center;
    }
    #vega05 .contents .main_contents .bottombox .c_inner{
        margin-top: 80px;
    }
    #vega05 .contents .main_contents .bottombox .c_inner .left .textbox{
        border: 1px solid #ffd68f;
        width: 100%;
        max-width: 350px;
        background-color: rgba(67, 140, 121,.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        justify-content: center;
    }
    #vega05 .contents .main_contents .bottombox .c_inner .left .textbox h3{
        text-align: center;
        width: 100%;
        line-height: 160%;
        margin-bottom: 30px;
    }
    #vega05 .contents .main_contents .bottombox .c_inner .left .textbox ul li{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #vega05 .contents .main_contents .bottombox .c_inner .right .textbox p{
        line-height: 160%;
    }
    #vega05 .contents .main_contents .bottombox .c_inner .right .textbox p .light{
        font-weight: 300;
    }
    #vega05 .contents .main_contents .bottombox .c_inner .right .textbox p .yellow{
        color: #ffd68f;
    }
    
    #vega05 .sub_contents{
        margin-bottom: 150px;
    }
    #vega05 .sub_contents  .sub_line{
        width: 100%;
        margin: 100px 0;
    }
    #vega05 .sub_contents h2{
        font-size: 35px;
        text-align: center;
        line-height: 30px;
    }
    #vega05 .sub_contents h2 span{
        font-size: 14px;
        font-weight: 300;
    }
    #vega05 .sub_contents .contents .maintext{
        font-size: 22px;
        color: #ffd68f;
        text-align: center;
        margin-bottom: 15px;
    }
    #vega05 .sub_contents .contents .subtext{
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 50px;
    }
    #vega05 .sub_contents .contents .hoverbox{
        width: 100%;
        max-width: 800px;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    #vega05 .sub_contents .contents .hoverbox .box01{
        margin-right: 50px;
    }
    #vega05 .sub_contents .contents .hoverbox .box{
        width: calc(100% - 50px / 2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #ffd68f;
        height: 300px;
        position: relative;
    }
    #vega05 .sub_contents .contents .hoverbox .box .front,
    #vega05 .sub_contents .contents .hoverbox .box .back{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
    }
    #vega05 .sub_contents .contents .hoverbox .box .back{
        justify-content: start;
    }
    #vega05 .sub_contents .contents .hoverbox .box .back h3{
        margin-top: 56px;
    }
    #vega05 .sub_contents .contents .hoverbox .box .front h3{
        /* background-color: salmon; */
        margin-bottom: 20px;
        color: #ffd68f;
        font-size: 18px;
    }
    #vega05 .sub_contents .contents .hoverbox .box .back{
        display: none;
        background-color: rgba(67, 140, 121,.2);
    }
    #vega05 .sub_contents .contents .hoverbox .box .back h3{
        color: #ffd68f;
        font-size: 18px;
        margin-bottom: 20px;
    }
    #vega05 .sub_contents .contents .hoverbox .box .back p{
        line-height: 180%;
        text-align: center;
    }
    #vega05 .sub_contents .contents .hoverbox .box:hover .front h3{
        opacity: 0;
    }
    #vega05 .sub_contents .contents .hoverbox .box:hover .front img{
        opacity: .2;
    }
    #vega05 .sub_contents .contents .hoverbox .box:hover .back{
        display: flex;
    }
    /* //vega05 */

    /* topbutton */
    #toTop {
        position: fixed;  
        bottom: 100px;
        display: none;
        z-index: 999999;
        background-color: #ffcb7a;
        color: #333;
        font-weight: 900;
        border-radius: 50%;
        bottom: 50px;
        right: 50px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      #toTop img{
        width: 50%;
      }
    /* //topbutton */