@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
body {
	font-family: 'Pretendard Variable';
	color: #000;
	font-weight: 400;
	background: #fff;
}

input,
select {
	font-family: 'Pretendard Variable';
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

.c_inner {
	width: 960px;
	margin: 0 auto;
	position: relative;

}

p {
	margin: 0px 0px 0px 0px;
}

.top_inner {
	position: relative;
	width: calc(100% - 420px);
}

.pc_hide {
	display: none;
}

.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*/
.top_section {
	display: none;
}

.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;
}

.login_lang {
	position: absolute;
	right: 0px;
	top: 0px;
}


/**/

/*login*/
.login {
	min-height: 100vh;
}

.login .Language {
	margin-right: 10px;
	display: table;
	float: right;
	margin-left: 15px;
	margin-top: 7px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	position: absolute;
	right: 0px;
}

.login .Language .dropbtn {
	font-size: 16px;
	border: none;
	padding-left: 5px;
}

.login .Language .dropdown .N-flag {
	margin-left: 5px;
	width: 20px;
}

.login .Language .dropdown img {
	vertical-align: middle;
	margin-right: 10px;
}

.login .Language .dropdown p {
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	text-align: right;
	display: table;
	float: right;
	padding-right: 5px;
}

.login .Language .dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	display: flex;
	align-items: center;
}

.login .Language .dropdown-content {
	display: none;
	position: absolute;
	min-width: 90px;
	z-index: 1;
	position: absolute;
	top: 40px;
	left: -10px;
}

.login .Language .dropdown-content a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left: 5px;
}

.login .Language .dropdown-content a:hover {}

.login .Language .dropdown:hover .dropdown-content {
	display: block;
}

::-webkit-scrollbar {
	display : none;
}

.index_l_box {
	width: 60%;
	padding-left: 70px;
	height: 100%;
  background-size: cover;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.index-hi {
	color: #fff;
}

.hi01 {
	font-size: 50px;
	font-weight: 400;
  padding-bottom: 15px;
	line-height: 130%;
}

.hi02 {
	font-size: 24px;
	font-weight: 300;
	opacity: .5;
	line-height: 130%;
	margin-bottom: 100px;
}
.login{
	background-image: url(../img/login_bg.jpg);
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position: 0% center;
}
.login .login_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 20px;
	height: 100%;
	max-width: 1800px;
}
#logfrm{
	width: 35%;
	height: 100%;
	display: block;
	min-width: 500px;
}
.index_Area_right {
    width: 100%;
		height: 100%;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: auto;
		padding: 0 70px;
		border-top: 5px solid #074485;
		box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
		position: relative;
}
.index_Area_right .inputForm {width:100%;}
.index_Area_right .inputForm .tit {
    color: #2d2d2d;
}
.index_Area_right .inputForm .tit01{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.index_Area_right .inputForm .tit02{
	font-size: 20px;
	font-weight: 500;
	color: #808080;
	margin-bottom: 70px;
}
.index_Area_right .inputForm .tit2 {
    color: #999eae;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
	font-weight: 500;
}
.index_Area_right .inputForm .tit2 a{
    color: #2d2d2d;
	font-size: 18px;
	font-weight: 700;
    position: relative;
}
.index_Area_right .inputForm .login-input-Area{
    overflow:hidden;
}
.index_Area_right .inputForm .login-input-Area .form label {
    color:#232323;
}
.index_Area_right .inputForm .login-input-Area .form {
    overflow: hidden;
    position: relative;
    width: 100%;
    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;
}

.index_Area_right .inputForm .login-input-Area .form02{
	margin-bottom: 70px;
}
.index_Area_right .inputForm .login-input-Area .form .input_tit {
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
		font-weight: 600;
}
.index_Area_right .inputForm .login-input-Area .form .join_flex{
	display: flex;
	align-items: center;
	gap: 5px;
}
.index_Area_right .inputForm .login-input-Area .form .input01{
    font-size:16px;
	color:#000;
	width: 100%;
	background:transparent;
	font-weight:500;
	border: 1px solid #a7a7a7;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px;
	background: #fff;
	height: 50px;
}
.index_Area_right .inputForm .login-input-Area .form_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index_Area_right .inputForm .login-input-Area .form_flex .save_account{
	display: flex;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}
.index_Area_right .inputForm .login-input-Area .form_flex .save_account input{
	width: 15px;
	height: 15px;
}
.index_Area_right .inputForm .login-input-Area .form_flex .save_account p{
	font-size: 16px;
	font-weight: 500;
	color: #808080;
}
.index_Area_right .inputForm .login-input-Area .form_flex a{
	font-size: 16px;
	font-weight: 500;
	color: #808080;
}
.btnArea {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.btnArea .clickBt {
    width: 49%;
    height: 60px;
    border-radius: 7px;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
}
.login .btnArea {
    display: block;
		margin-top: 70px;
}
.login .btnArea .clickBt {
	    width: 100%;
    height: 60px;
		border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
	margin-bottom: 10px;
}
.gradient01 {
	background: #074485;
}
.gradient02 {
	background: #333;
}

.login .btnArea .button_flex{
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	margin-top: 30px;
}
.login .btnArea .button_flex .tt{
	color: #aaa;
	font-weight: 600;
}
.login .btnArea .button_flex input{
	background-color: inherit;
	font-size: 16px;
	color: #3050a2;
	font-weight: 600;
	cursor: pointer;
}
.index_p01 {
    color: #2d2d2d;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
}
.p-mb15 {margin-bottom:15px;}
.p-mb20 {margin-bottom:20px;}
.p-mb30 {margin-bottom:30px;}
.login_logo {
	width: auto;
        height: auto;
    position: absolute;
    left: 70px;
    top: 30px;
    width: 200px;
		filter: brightness(0) invert(1);
	}


.index_r_box .logo {
	text-align: center;
}

.index_r_box .logo img {
	width: 260px;
}

.input_title {
	font-size: 18px;
    color: #000;
/*	width: 230px;*/
	padding-bottom: 5px;
	margin-right: 15px;
}

.page_input {
	margin-top: 20px;
}

.input_title span {
	font-size: 12px;
	display: block;
}

.index_title {
	font-size: 17px;
    background: #414ff6;
    height: 60px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    line-height: 60px;
	background: url(../img/topBg.jpg)no-repeat;
    background-position: right top;
}

.index_input {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
    position: relative;
}

.w75 {
	width: 75%;
	margin: 0 auto;
}

.w100 {
	width: 100%;
}

.mt-17 {
	margin-top: 17px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-35 {
	margin-top: 35px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-80 {
	margin-bottom: 80px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-5p {
	margin-right: 5%;
}

.ml-5p {
	margin-left: 5%;
}

.index_input01 {
	width: 100%;
    height: 45px;
    border-radius: 10px;
    background: #fff;
    padding-left: 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #c7c7c7;
}


.index_input01:focus {
	border: 1px #3050A2 solid;
}

.index_input02:focus {
	border: 1px #3050A2 solid;
}

.index_input03:focus {
	border: 1px #3050A2 solid;
}

.index_input04:focus {
	border: 1px #3050A2 solid;
}

.phone_select:focus {
	border: 1px #3050A2 solid;
}

.phone_select option {
	background: #ffffff !important;
}

.index_input01::placeholder {
	color: #848484;
	font-size: 12px;
}

.index_input03::placeholder {
	color: #848484;
	font-size: 12px;
}

.l_btn_box {
	display: flex;
	align-items: center;
	justify-content: center;
}


.email-input {
	float: left;
	width: calc(98% - 120px)!important;
	height: 45px;
	margin-right: 2%;
}

.button01 {
	width: 192px;
	height: 55px;
	border: none;
	background: #0e40af;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
}

.btn_bg {
	background: #363b52;
	color: #ffffff;
}

.idIcon {
	background-image: url(../img/id_login.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
	text-indent: 35px;
}

.pwIcon {
	background-image: url(../img/pw_login.png);
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
	text-indent: 35px;
}

/*login_end*/


.sub-top {
	width: 100%;
	display: flex;
	}
.sub-top .user_info {
	align-items: center;
	display: flex;
	background: #0f1536;
	gap: 15px;
	padding: 0px 23px;
	margin-left: auto;
	border-radius: 5px;
	margin-right:100px;
    }
.sub-top .user_info img {height:40px;}

/*join*/
.pc_hide {
	display: none !important;
}

.phone_select {
	width: 100%;
    height: 45px;
    background: #fff;
    padding-left: 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #252732;
}


.index_input02 {
	width: 30%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	border-bottom: 1px #cdcdcd solid;
	float: left;
}

.index_input03 {
	width: 70%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	border-bottom: 1px #cdcdcd 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;
}

.ema-input {
	width: 70%;
	height: 59px;
}

.register_check {
    margin-top: 10px;
	color:#232323;
}

.button02 {
    width: 192px;
    height: 55px;
    border: none;
    background: #3050A2;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px;
}

.button03 {
	width: 49%;
	height: 50px;
	border: none;
	background: #3f4554;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	float: left;
	cursor: pointer;
}

.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;
	cursor: pointer;
}

.button05 {
	height: 50px;
	border: none;
	background: #3050a2;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 7px;
    width: 120px;
}


.button06 {
	width: 300px;
	height: 55px;
	border: none;
	background: #3050A2;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 5px;
}

.join-item1 {
	width: 45%;
	float: left;
}

.join-item2 {
	width: 45%;
	float: right;
}

.bull {
	color: #ff4343;
	margin-left: 5px;
	font-family: 'Arial', sans-serif !important;
}

.privacy {
	padding: 10px;
	color: #898989;
	height: 200px;
	overflow: hidden;
	overflow-y: auto;
	border: 1px #e4e4e4 solid;
	margin-top: 20px;
	width: 100%;
}

.privacy .text1 {
	FONT-SIZE: 13px;
	color: #898989;
}

.privacy .s1 {
    FONT-SIZE: 16px;
    color: #3050a2;
}

.index_r_box_join .register_check {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.index_r_box_join .register_check #register1 {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 8px;
}

.index_r_box_join .register_check label {
	color: #000;
	font-size: 13px;
}

.index_r_box_join .login_item .l_s_tit02 {
    font-size: 14px;
    font-weight: 400;
    color: #a7a7a7;
    text-align: center;
    margin-bottom: 50px;
}

.join{
	background-image: url(../img/login_bg.jpg);
	background-size: 80% 100%;
	background-repeat: no-repeat;
	background-position: 0% center;
}
.join .join_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 20px;
	height: 100%;
	max-width: 1800px;
}

.join .index_Area_right {
  align-items: start;
}
.join .input_tit {
    color:#232323;
}
.join .index_Area_right .inputForm .tit {
    margin-bottom: 30px;
    font-size: 34px;
    display: inline-block;
}
.join .index_Area_right .inputForm {
	margin: 0 auto;
	padding: 50px 0;
}
.join .index_Area_right .inputForm .login-input-Area .form .input01 {
	font-size: 16px;
	color: #000;
	width: 100%;
	background: transparent;
	font-weight: 500;
	border: 1px solid #a7a7a7;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px;
	background: #fff;
	height: 50px;
}
.join .checkbox{
	display: flex;
	align-items: center;
	gap: 15px;
	float: left;
	margin-right: 50px;
}
option {
  background-color: #fff;
}

/*join_end*/

/*top*/
#header {
	width: 100%;
}

/* top */
.top {
        width: 100%;
    height: 395px;
    background: url(../img/topBg.jpg)no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 20px 40px 140px;
}

.top > p {
	line-height: 85px;
    font-size: 18px;
    color: #fff;
}

.top .logo-box {
	float: left;
    padding-left: 30px;
    padding-top: 25px;
	}
.top .logo-box img {
    width: 200px;
    cursor: pointer;
    position: fixed;
    top: 25px;
}

/* //top */

.language_btn02 {
	width: 110px;
	height: 35px;
	color: #070707;
	line-height: 35px;
	cursor: pointer;
}

.language_btn02:hover .dep_01 {
	display: block;
}



.left_menu {
        width: 350px;
        min-height: 100vh;
        float: left;
        overflow: hidden;
        position: fixed;
        top: 0px;
        background: #064486;
        padding: 30px 20px 30px 70px;
        height: 100%;
    }
.left_menu:after{
	content:'';
	width:70px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#073f7b;
	}

.nav-hm .area-over {
   font-size: 16px;
	 height: 30px;
	width: 100%;
	display: block;
	color: #ffffff;
	font-weight: 500;
	line-height: 60px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.nav-hm .area-over img.icon{
	height:18px;
}
.nav-hm .area-over img.arrow{
	filter: brightness(0) invert(1);
	margin-left: auto;
}

.nav-hm.nh-gnb {
	left:0% !important;
}

    .left_menu .listmenu {
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
.left_menu .listmenu .mlist {
	position: relative;
        margin: 12px 0;
        padding-left: 15px;
}

.left_menu .mlist:hover > a {
    color: #fff;
}

.menu_item {border-bottom: 1px #04366b solid;}
.menu_item .menu_title{
	font-size:16px;
	color:#ffffff;
	margin-bottom:15px;
	position:relative;
	}

.menu_item .menu_title .iconbox {
        position: absolute;
        top: -8px;
        left: -79px;
        width: 38px;
        height: 38px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #064486;
        z-index: 99;
    }


.nav-hm .mlist-sub {
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	opacity: 1;
	visibility: visible;
	height: auto;
	padding-bottom: 10px;
	display: none;
}

.left_menu .level-area .logoimg {
    width: 200px;
	display: block;
}

.left_menu .level-area {
        position: absolute;
        top: 62px;
        left: 6px;
        z-index: 999;
    }
    .left_menu .level-area .logoArea {
        display: flex;
        gap: 18px;
    }
.left_menu .level-area .logoArea .logo{
	height:27px;
}

.left_menu .level-area .id {
	padding-top: 10px;
	display: table;
	display: none;
	margin: 0 auto;
}

.left_menu .level-area .id .infop {
	font-size: 18px;
	color: #343434;
	margin-top: 10px;
}

.left_menu .level-area .id .infop .conimg {
	width: 30px;
	float: left;
	margin-top: 5px;
}

.nav-hm .mlist-sub ul li {
	color: #ffffff;
}

.nav-hm .mlist-sub a {
    font-size: 16px;
        height: 45px;
        width: 100%;
        max-width: 285px;
        display: block;
        display: flex;
        align-items: center;
        padding-left: 20px;
        color: #ffffff;
        background-color: rgba(255, 255, 255, .3);
        border-radius: 5px;
        margin-top: 5px;
        margin-left: auto;
        transition: .3s;
    }
.nav-hm .mlist-sub a:hover{
	background-color: rgba(0, 0, 0, .5);
}
.nav-hm .mlist-sub ul{
	position: relative;
}


.mobile-scroll {
	height: 74vh;
	overflow-y: auto;
	padding-top: 120px;
}

.mobile-scroll {
	scrollbar-arrow-color: #bdbdbd;

	scrollbar-Track-Color: #bdbdbd;
	scrollbar-base-color: #bdbdbd;

	scrollbar-Face-Color: #bdbdbd;

	scrollbar-3dLight-Color: #bdbdbd;
	scrollbar-DarkShadow-Color: #bdbdbd;

	scrollbar-Highlight-Color: #bdbdbd;

	scrollbar-Shadow-Color: #bdbdbd
}

/* Chrome, Safari용 스크롤 바 */
.mobile-scroll::-webkit-scrollbar {
	width: 6px;
	height: 12px;
}

.mobile-scroll::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 30px;
}

.nav-hm .button_flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	flex-wrap: wrap;
}
.nav-hm .button_flex .mlist{
	border-radius: 5px;
	border: 1px solid #fff;
	width: calc(50% - 10px);
	transition: .3s;
}
.nav-hm .button_flex .mlist:hover{
	background-color: #fff;
}
.nav-hm .button_flex .mlist a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100px;
	padding: 0;
	line-height: 0;
	font-size: 16px;
	font-weight: 300;
}
.nav-hm .button_flex .mlist:hover a{
	color: #3050A2;
}
.nav-hm .button_flex .mlist:hover .menu_01{
	filter: unset;
}
.nav-hm .button_flex .mlist.active {
  background-color: #fff !important;
}

.nav-hm .button_flex .mlist.active a {
  color: #3050A2;
}

.nav-hm .button_flex .mlist.active .menu_01 {
  filter: unset;
}

.nav-hm .mlist .menu_01{
	margin-right: 0;
	margin-bottom: 15px;
	width: 20px;
vertical-align: text-bottom;
filter: brightness(0) invert(1);
transition: .3s;
}
.nav-hm .mlist-sub .menu_01{
	margin-right: 15px;
	margin-bottom: 0;
}

.tab_menu2 {
	padding-left: 40px;
}

.icon_01 {
	width: 3px;
	height: 3px;
	background: #ffffff;
	float: left;
	margin-right: 7px;
	margin-top: 8px;
}



.N-flag {
	width: 50px;
}

.dropdown-content {
	display: none;
	text-align: left;
	position: absolute;
	top: 38px;
	right: -1px;
	z-index: 1000;
}

.pclang:hover .dropdown-content {
	display: block;
}

.dropdown-content a {
	height: 40px;
	display: block;
}

.m_top_section {
	display: none;
}


.inquery-email {
	overflow: hidden;
	width: 90%;
	border: 1px #8b0785 solid;
	color: #ffffff;
	font-size: 16px;
	margin: 20px auto 0px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

/*top end*/


/* 국가 선택 */
.lang_select {
        position: absolute;
        cursor: pointer;
        z-index: 19999;
        top: 50px;
        right: 30px;
    }
.sub-top .lang_select {
	position: absolute;
	cursor: pointer;
	z-index: 19999;
	top: 65px;
	right: 30px;
	display:none;
    }

.lang_select .img_style {
	height: 40px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #ccc;
}
.lang_select .img_style span{
	width: 25px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang_select .img_style img{
	width: 100%;
	object-fit: cover;
}


.lang_select .lang_select_list {
	background: #e2e2e2;
	position: absolute;
	top: 45px;
	z-index: 9999;
	right: 0px;
	padding: 10px;
	width: 200px;
	border-radius: 20px;
	display: none;
}

.lang_select .lang_select_list p {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 2px;
  color: #000;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 400;
}

.lang_select .lang_select_list p:last-of-type {
	margin-bottom: 0px;
}

.lang_select .lang_select_list p img {
	height: 100%;
	object-fit: cover;
}
.lang_select .lang_select_list p span{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* //국가 선택 */
/* mypage */

.content_item {
	width:100%;
}

#tree {
	overflow: hidden;
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
}

.frofile .commomARea .item01 {
    background: #fff;
    width: 100%;
		padding: 30px 0;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
    margin-top: 20px;
	overflow: hidden;
}

.frofile .commomARea .item01 .profile-user {
	width: 30%;
	text-align: center;
	float: left;
	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;
	flex-direction: column;
}

.frofile .commomARea .item01 .profile-user .user-img {
	position: relative;
	display: inline-block;
}

.frofile .commomARea .item01 .profile-user .user-img img {
	width: 136px;
}

.frofile .commomARea .item01 .profile-user .m-user-info {
	padding-top: 20px;
}

.frofile .commomARea .item01 .profile-user .m-user-info .tit {
	font-size: 20px;
	font-weight:500;
	color: #000;
}
.frofile .profile-info .category ul{
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 5px solid #e2e2e2;
	padding: 0 50px;
}
.frofile .profile-info .category ul li{
	margin-bottom: 0;
	padding: 10px 30px;
	position: relative;
}
.frofile .profile-info .category ul li a{
	font-size: 18px;
	color: #d2d2d2;
	font-weight: 300;
}
.frofile .profile-info .category ul li.on::after{
	content: '';
	width: 100%;
	height: 5px;
	background-color: #3050A2;
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.frofile .profile-info .category ul li.on a{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.frofile .profile-info .profile_con {
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.frofile .profile-info .profile_con li {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 15px;
	flex-direction: column;
}
.frofile .profile-info .profile_con .flex02{
	width: calc(50% - 50px);
}
.frofile .profile-info .profile_con .flex04{
	width: calc(25% - 50px);
}
.frofile .profile-info .profile_con .m_flex{
	display: flex;
}
.frofile .profile-info ul li:last-of-type {
	margin-bottom: 0;
}

.frofile .profile-info ul li .n1 {
    color: #000;
}

.frofile .profile-info ul li .s1 {
	font-weight: 500;
	color: #000;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	border-bottom: 1px solid #c7c7c7;
}

.page_input {
	width: 100%;
}

/*mypage end*/


/*package buy*/
.common_box {
    background: #fff;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 50px;
    box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
    overflow: hidden;
    margin-top: 20px;
		border-radius: 10px;
}
.common_box #form{
	padding: 0 30px;
}

.common_box02 {
    width: 100%;
    margin-bottom: 50px;
    border-radius: 25px;
}
.common_box02 .mining-1 {
    width: calc(96% / 3);
    border-radius: 15px;
    float: left;
    padding: 30px 30px;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #215bc8;
}

.common_box02 .mining-1:nth-child(1) {
	background: linear-gradient(135deg, rgba(44,212,189,1) 0%, rgba(14,150,210,1) 100%);
	}
.common_box02 .mining-1:nth-child(1) button {
    background: #0e4559 !important;
}
.common_box02 .mining-1:nth-child(2) {
	background: linear-gradient(135deg, rgba(255,135,98,1) 0%, rgba(248,106,162,1) 100%);
	}
.common_box02 .mining-1:nth-child(2) button {
    background: #6e2237 !important;
}
.common_box02 .mining-1:nth-child(3) {
	background: linear-gradient(135deg, rgba(239,116,223,1) 0%, rgba(177,66,209,1) 100%);
	}
.common_box02 .mining-1:nth-child(3) button {
    background: #74227c !important;
}

.common_box02 .mining-1:nth-child(4) {
    background: linear-gradient(135deg, rgb(52 181 110) 0%, rgb(13 165 101) 100%);
}
.common_box02 .mining-1:nth-child(4) button {
    background: #0c5533 !important;
}


.common_box02 .mining-1:nth-child(5) {
    background: linear-gradient(135deg, rgb(23 84 197) 0%, rgb(0 131 172) 100%);
}
.common_box02 .mining-1:nth-child(5) button {
    background: #083b62 !important;
}

.common_box02 .mining-1:nth-child(6) {
	background: linear-gradient(135deg, rgba(44,212,189,1) 0%, rgba(14,150,210,1) 100%);
	}
.common_box02 .mining-1:nth-child(6) button {
    background: #186877 !important;
}
.common_box02 .mining-1:nth-child(7) {
	background: linear-gradient(135deg, rgba(255,135,98,1) 0%, rgba(248,106,162,1) 100%);
	}
.common_box02 .mining-1:nth-child(7) button {
    background: #872c39 !important;
}
.common_box02 .mining-1:nth-child(8) {
	background: linear-gradient(135deg, rgba(239,116,223,1) 0%, rgba(177,66,209,1) 100%);
}
.common_box02 .mining-1:nth-child(8) button {
    background: #5b2465 !important;
}
.common_box02 .mining-1:nth-child(9) {
    background: linear-gradient(135deg, rgb(52 181 110) 0%, rgb(13 165 101) 100%);
}
.common_box02 .mining-1:nth-child(9) button {
    background: #21533c !important;
}
.common_box02 .mining-1:nth-child(10) {
    background: linear-gradient(135deg, rgb(72 145 145) 0%, rgb(0 131 172) 100%);
}
.common_box02 .mining-1:nth-child(10) button {
    background: #51b7d2 !important;
}


.common_box02 .mining-1:nth-child(3n-3) {
	margin-right:0px;
}


.common_box02 .mining-1 .m-title {
	float: left;
	width: 70%;
	margin-bottom: 15px;
}

.common_box02 .mining-1 .m-title h4 {
	color: #d3d3d3;
	font-weight: 500;
	font-size: 0.8rem;
}

.common_box02 .mining-1 .m-title h3 {
	font-size: 26px;
    font-weight: 500;
    color: #fff;
    padding: 7px 0 8px;
}

.common_box02 .mining-1 .m-title .pack-name {
	font-size: 17px;
    color: #fff;
    font-weight: 500;
}

.common_box02 .mining-1 .m-img {
	width: 30%;
	float: right;
	text-align: right;
	margin-bottom: 15px;
}

.common_box02 .mining-1 .m-value {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-top: 40px;
}

.common_box02 .mining-1 .m-value .price {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.common_box02 .mining-1 .m-value .p_pv {
	font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.common_box02 .mining-1 .m-value p {
	color: #d3d3d3;
	font-size: 0.65em;
	margin-top: 10px;
}

.common_box02 .mining-1 .m-bottom {
    margin-top: 80px;
    position: absolute;
    bottom: 40px;
    right: 30px;
}

.common_box02 .mining-1 .m-bottom button {
    float: left;
    background: #0d3072;
    color: #ffffff;
    border: none;
    outline: 0;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    font-size: 0.8em;
    font-weight: 400;
    cursor: pointer;
}

.common_box02 .mining-1 .m-bottom p {
	float: right;
	height: 35px;
	line-height: 35px;
	font-size: 0.75em;
	color: #d3d3d3;
	font-weight: 500;
}

/*package buy: 팝업*/

.pop_box {
	width: 100%;
	background: #f3f7fa;
	position: fixed;
	top: 0;
	clear: both;
	z-index: 999999;
}

.pop_box .popup-buy .p-h {
	background: #1754c5;
	height: 55px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	padding: 0 25px;
	line-height: 55px;
}

.pop_box .popup-buy {
	width: 500px;
	height: 90vh;
	background: #ffffff;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin: 5vh auto;
	box-shadow: 0px 0px 10px #dddddd;
}

.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: 25px;
	text-align: center;
}

.pop_box .popup-buy .p-i h2 {
	color: #1a1a1a;
	font-size: 2.2em;
	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 #193589;
	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: #000000;
	font-size: 0.9em;
	font-weight: 500;
	margin-top: 7px;
}

.p-time .time-display span {
	color: #a5a5a5;
	padding-left: 15px;
	font-size: 0.8em;
	display: block;
	text-align: center;
}

.coin-tab {
	width: 75%;
	margin: 40px auto 0;
}

.pop_box .tab_active {
	background: #1754c5;
	border: none !important;
}

.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: #4a4860 1px solid;
	border-radius: 30px;
	color: #ffffff;
	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 #d7d7d7;
}

.pop_box .input001 {
	width: 100%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	text-align: right;
	font-size: 0.95rem;
}

.pop_box .input001:placeholder {
	color: #d3d3d3;
	font-size: 12px;
	text-align: left;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(1) {
	color: #515151;
	width: 30%;
	text-align: left;
	font-size: 0.9rem;
	font-weight: 500;
}

.pop_box .popup-buy .coin-tab .table01 td:nth-child(2) {
	width: 70%;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
	font-size: 0.95rem;
	font-weight: 500;
}

.pop_box .popup-buy .coin-tab .btn {
	margin: 40px auto 0;
	text-align: center;
}

.pop_box .popup-buy .coin-tab .btn button {
	background: #1754c5;
	border-radius: 50px;
	outline: 0;
	border: none;
	width: 160px;
	height: 40px;
	color: #ffffff;
	font-size: 0.8em;
	cursor: pointer;
}

.pop_box .popup-buy .coin-tab .btn p {
	color: #000000;
	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;
}

.common_box .left49 {
	float: left;
	width: 48%;
}

.common_box .left49 .package_img {
	position: relative;
	width: 100%;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common_box .left49 .package_img img {
	width: 200px;
}

.common_box .left49 .th {
	padding: 12px 0 0 0;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}

.common_box .left49 .con {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	background: #fbfbfb;
	border: 1px solid #dedede;
	font-size: 17px;
	font-weight: 600;
	line-height: 45px;
	position: relative;
}

.common_box .left49 strong {
	color: #436acb;
}

.common_box .left49 .btnBuy {
	width: 280px;
	margin: 30px auto 30px auto;
	background: #2f49d1;
	height: 70px;
	color: #ffffff;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	font-style: italic;
	line-height: 70px;
}

.common_box .right49 {
	float: right;
	width: 49%;
}

.common_box .address_input02 {
	width: 80%;
	height: 100%;
	border-radius: 5px;
	background: transparent;
	font-size: 17px;
	font-weight: 500;
}

.common_box .buy_input01 {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: transparent;
	font-size: 17px;
	font-weight: 600;
}

.common_box .address_copy {
	width: 20%;
	height: 38px;
	background: #24293a;
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	line-height: 38px;
	font-weight: 500;
}

.unit_title {
	font-size: 20px;
    font-weight: 500;
    color: #090909;
	margin-bottom:10px;
}

.common_box .uTable2 {
	width: 100%;
}

.common_box .uTable2 ul {
	background-color: #fff;
	box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
	border-radius: 10px;
	height: 50px;
}

.common_box .uTable2 ul li.th {
	float: left;
	width: 33%;
	padding: 14px !important;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.common_box .uTable2 ul li.th:nth-child(3) {
	width: 34%;
}

.common_box .uTable2 ul li.td {
	float: left;
	width: 33%;
    border-bottom: 1px solid #2a2d38;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	    padding-top: 10px;
	color: #ababab;
}

.common_box .uTable2 ul li.td:nth-child(3) {
	width: 34%;
}

.common_box .uTable2 .scroll {
	min-height: 650px;
	max-height: 650px;
	overflow: hidden;
	overflow-y: auto;
	border-bottom: 2px solid #000;
}

.common_box .item100 {
	width: 100%;
}

.common_box .item100 .item-2 .th {
	padding-top: 40px;
}

.common_box .item100 .con {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	background: #fbfbfb;
	border: 1px solid #dedede;
	font-size: 17px;
	font-weight: 500;
	line-height: 45px;
	position: relative;
}

.common_box .item100 .copy_btn {
	width: 20%;
    height: 40px;
    background: #3050A2;
    display: block;
    float: right;
    position: absolute;
    top: -1px;
    right: -1px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
}

.common_box .item100 .btnBuy {
	width: 300px;
	height: 55px;
	border: none;
	background: #3050A2;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	margin: 30px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-2 .qr_code {
	display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-top: 20px;
	}
.item-2 .qr_code .c1{
	font-size: 18px;
	width: 100%;
	text-align: center;
	background: #f2f2f2;
	padding: 10px;
	border-radius: 10px;
	}
.item-2 .qr_code img{
	height: 230px;
    margin: 0 auto;
	}
/*package buy end*/


.sub-top .section01 .swiper {
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	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;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sub-top .section01 .swiper a {
	color: #fff;
}


.sub-top .section01 .swiper .notice_mainIcon {
	margin-right: 20px;
    width: 15px;
}
.sub-top {width:100%; padding: 0 50px;}
.sub-top .section01 {
	width: 100%;
	height:50px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
}


.sub-top .section01 .swiper a {
  color: #000;
  width: calc(100% - 100px);
	text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 50px;
  height: 50px;
}

.sub-top .section01 .swiper .notit {
        width: calc(100% - 50px);
        font-size: 17px;
        display: flex;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 20px;
        color: #e4e4e4;
        font-size: 16px;
        font-weight: 300;
        align-items: center;
        gap: 20px;
    }


/*sut comment*/
.sub_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #2a3042;
	padding-left: 20px;
}

.sub_title {
	font-size: 18px;
	color: #ffffff;
}

.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;
}

/**/


/*notice_view*/
.notice_table02 {
    background: #fff;
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
    margin-top: 40px;
    border-radius: 5px;
}

.view_table tr th {
	width: 100%;
	border-top: 2px solid #3050A2;
	border-bottom: 1px dashed #3050A2;
	padding: 20px 15px;
	overflow: hidden;
}

.viewtitle_l {
	float: left;
	color: #000;
	font-weight: 300;
}

.viewtitle_r {
	float: right;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.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 solid #2e3f91;
	padding: 15px;
}

.view_txt {
	width: 100%;
	border: none;
	font-size: 15px;
	line-height: 26px;
	min-height: 300px;
	color: #000;
}

.listgo_btn {
	width: 150px;
	color: #ffffff;
	background: #3050A2;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	cursor: pointer;
	font-size: 18px;
}

/*notice_view 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*/
.history_table04 {
	background: #ffffff;
    width: 100%;
    padding: 30px;
    margin-bottom: 50px;
    min-height: 80vh;
    max-height: 80vh;
    border-radius: 25px;
    box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
    margin-top: 30px;
}

.history_table04 input[type="checkbox"] {
	display: none;
}

.history_table04 input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(../img/checkbox.png) left top no-repeat;
	cursor: pointer;
	background-size: cover;
}

.history_table04 input[type="checkbox"]:checked + label span {
	background: url(../img/checkbox.png) -26px top no-repeat;
	background-size: cover;

}

.history_table04 .table_form01 {
	width: 100%;
	overflow: hidden;
	color: #ffffff;
}

.history_table04 .table_form01 tr th {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f2f5fa;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}

.history_table04 .table_form01 tr td {
    text-align: center;
    color: #232323;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0px;
    font-weight: 500;
}

.history_table04 .table_form01 tr th:nth-child(1) {
	width: 10%;
}

.history_table04 .table_form01 tr th:nth-child(2) {
	width: 20%;
	text-align: left;
}

.history_table04 .table_form01 tr th:nth-child(3) {
	width: 80%;
	text-align: left;
}

.history_table04 .table_form01 tr td:nth-child(1) {
	width: 10%;
	text-align: center;
}

.history_table04 .table_form01 tr td:nth-child(2) {
	width: 20%;
	text-align: left;
}

.history_table04 .table_form01 tr td:nth-child(3) {
	width: 80%;
	text-align: left;
	color: #232323;
}
.qr_box {
    text-align: left;
    margin-bottom: 30px;
}
.qr_box img {
    width: 150px;
}

.page_number {
	float: right;
	overflow: hidden;
	display: flex;
	margin-bottom: 50px;
}

.page_number .move-btn {
	width: 130px;
	height: 60px;
	border-radius: 50px;
	border: 1px #363b52 solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #363b52;
	font-weight: 400;
	font-size: 18px;
	cursor: pointer;
}

.page_number .move-btn:hover {
	border: 1px #3050A2 solid;
	color: #3050A2;
}

.page_number .move-btn:hover img {
	filter: invert(32%) sepia(58%) saturate(4279%) hue-rotate(222deg) brightness(95%) contrast(94%);
}

.page_number .move-btn img {
	width: 17px;
}

.page_number .move-btn .l_arrow {
	margin-right: 8px;
}

.page_number .move-btn .r_arrow {
	margin-left: 8px;
}

.page_number .number_conut {
	overflow: hidden;
	height: 60px;
	border-radius: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.page_number .number_conut li {
	float: left;
}

.page_number .number_conut li a {
	    background: #bfbfbf;
    float: left;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-weight: 700;
	border-radius: 50%;
	margin-right: 5px;
}

.page_number .number_conut li a:hover {
	color: #fff;
}

.page_number .number_conut li.active a {
	color: #ffffff;
	background: #3050A2;
	border-radius: 50%;
}

.notice_table04_1 {
	overflow: hidden;
	width: 100%;
	height: calc(100% - 70px);
	position: relative;
	overflow-y: auto;
	margin-top: 20px;
	background: #fff;
	box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
	max-height: 959px;
	border-radius: 10px;
}
.notice_table04_1 .checkBtn{
	background: #a90000;
    width: 100px;
    height: 30px;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.notice_table04_1 .main_table02 tr th {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f2f5fa;
    color: #333333;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

.notice_table04_1 .main_table02 tr td {
    text-align: center;
    color: #333333;
    border-bottom: 1px #e2e2e2 solid;
    padding: 15px 0px;
}




.table-with .notice_table04_1 .main_table02 tr td {
    text-align: center;
    padding: 15px 0px;
    color: #000;
    border-bottom: 1px #e2e2e2 solid;
}
.table-with .notice_table04_1 .main_table02 tr th:nth-child(1) {
	width: 25%;
}

.table-with .notice_table04_1 .main_table02 tr th:nth-child(2) {
	width: 25%;
}

.table-with .notice_table04_1 .main_table02 tr th:nth-child(3) {
	width: 25%;
}

.table-with .notice_table04_1 .main_table02 tr th:nth-child(4) {
	width: 25%;
}
.table-with .notice_table04_1 .main_table02 tr td:nth-child(1) {
	width: 25%;
}

.table-with .notice_table04_1 .main_table02 tr td:nth-child(2) {
	width: 25%;
}

.table-with .notice_table04_1 .main_table02 tr td:nth-child(3) {
	width: 25%;
}

.table-with .notice_table04_1 .main_table02 tr td:nth-child(4) {
	width: 25%;
}
.table-with .table-top {
	text-align: Center;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
	border-radius: 10px;
}

.table-with .table-top li {
	float: left;
	width: 100%;
}


.table-with .notice_table04_1 .main_table02 tr td{width: 100%;}



/*history*/
.history_table05 {
	width: 100%;
	height: 645px;
	background: #ffffff;
	border-radius: 30px;
	padding: 20px 0px;
	box-shadow: 0px 0px 10px #dddddd;
	margin-top: 50px;
	overflow: hidden;
}

.history_table05 input[type="checkbox"] {
	display: none;
}

.history_table05 input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(../img/checkbox.png) left top no-repeat;
	cursor: pointer;
	background-size: cover;
}

.history_table05 input[type="checkbox"]:checked + label span {
	background: url(../img/checkbox.png) -26px top no-repeat;
	background-size: cover;

}

.history_table05 .table_form01 {
	width: 100%;
	overflow: hidden;
	color: #ffffff;
}

.history_table05 .table_form01 tr th {
	font-weight: 600;
	font-size: 16px;
	height: 40px;
	border-bottom: 1px #e6e6e6 solid;
	color: #333333;
}

.history_table05 .table_form01 tr td {
	font-weight: 400;
	font-size: 16px;
	height: 70px;
	border-bottom: 1px #e6e6e6 solid;
	color: #333333;
}

.history_table05 .table_form01 tr th:nth-child(1) {
	width: 33%;
}

.history_table05 .table_form01 tr th:nth-child(2) {
	width: 34%;
	text-align: left;
}

.history_table05 .table_form01 tr th:nth-child(3) {
	width: 33%;
	text-align: left;
}

.history_table05 .table_form01 tr td:nth-child(1) {
	width: 33%;
	text-align: center;
}

.history_table05 .table_form01 tr td:nth-child(2) {
	width: 34%;
	text-align: left;
}

.history_table05 .table_form01 tr td:nth-child(3) {
	width: 33%;
	text-align: left;
}


/*history end*/






/*otp*/
.otp .qr_box {
	text-align: center;
	margin-bottom: 30px;
}

.otp .qr_box img {
	width: 200px;
}

/*otp ENd*/

.withdrawal01 {
	width: 100%;
	background: #1f1e2c;
	padding: 10px;
	border-radius: 5px;
	overflow: Hidden;
	padding-bottom: 20px;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.withdrawal02 {
        width: 100%;
        margin-bottom: 50px;
        border-radius: 5px;
        margin-top: 20px;
        height: calc(100vh - 200px);
    }

.withdrawal02 .w-tit {
	font-size: 20px;
	font-weight: 500;
	color: #090909;
	padding-top: 30px;
	padding-left: 30px;
}

.withdrawal02 .w-tit:after {
	width: 80%;
	float: right;
	height: 1px;
	background: #e6e6e6;
	content: '';
	margin-top: 17px;
}

.withdrawal02 .item-2 {
	overflow: hidden;
	padding-left: 30px;
	width: 100%;
}

.withdrawal02 .item-3 p {
	height: 75px !important;
	line-height: 75px !important;
	padding-right: 10px;
}

.withdrawal02 .item-2 p {
	float: left;
	border-bottom: 1px #e6e6e6 solid;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #515151;
	font-weight: 500;
}

.withdrawal02 .item-2 p.th {
	width: 40%;
}

.withdrawal02 .item-2 p.con {
	width: 60%;
}

.withdrawal02 .item-2 .withdrawal_input01 {
	width: 100%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	font-size: 18px;
}

.withdrawal02 .item-3 .withdrawal_input01 {
	height: 75px;
}

.withdrawal02 .item-2 .withdrawal_input01::placeholder {
	color: #333333;
	font-size: 18px;
}

.withdrawal02 .item-2 .addr_in::placeholder {
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}

.withdrawal_botton {
	width: 300px;
	height: 55px;
	border: none;
	background: #3050A2;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	margin-top: 30px;
}

.sms_btn {
	width: 170px;
	height: 57px;
	border: 1px #1c368b solid;
	border-radius: 30px;
	float: right;
	background: transparent;
	color: #1c368b;
	font-size: 18px;
	font-weight: 500;
}



.input01_request {
	width: 28%;
	height: 40px;
	border: none;
	background: #cc3838;
	border-radius: 2px;
	color: #ffffff;
	font-size: 16px;
	float: left;
	cursor: pointer;
}

.input01_sms {
	width: 70%;
	height: 100%;
	background: #fbfbfb;
	font-size: 17px;
	font-weight: 600;
	float: right;
	border: 1px solid #dedede;
	padding-left: 10px;
}

.date_box {
	margin-bottom: 10px;
}

.date_form {
	height: 28px;
	margin: 0 0 0 0;
	background: #f5f7fa;
	border: 1px solid #9a9a9a;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.coin_item {
	width: 49%;
	height: 80px;
	border-radius: 10px;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 30px;
	position: relative;
	background: url(../img/bg05.jpg)no-repeat;
	background-size: 100% 100%;
}

.coin_item label {
	width: 100%;
	height: 100%;
	line-height: 80px;
}

.coin_item .item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.coin_item img {
	width: 39px;
	margin-right: 25px;
}

.coin_item .coin_radio {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: absolute;
	top: 25px;
	left: 30px;
}

.coin_item:nth-child(2n-2) {
	margin-right: 0px;
}


.logimg {
	width: 14px;
}


.frofile .input_title {
	color: #090909;
}

.frofile .input_title01 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #000;
	font-weight: 500;
}


.frofile .index_input01 {
	width: 100%;
    height: 45px;
    border-radius: 0px;
    background: #fff;
    padding-left: 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #c7c7c7;
}

.frofile .index_input03 {
	color: #515151;
	border-bottom: 1px #e6e6e6 solid;
}


.trading-box {
	width: 800px;
	float: left;
}

.trading-history {
	width: 700px;
	float: right;
}

.trading-list {
	width: 100%;
	background: #ffffff;
	border-radius: 5px;
	overflow: Hidden;
	padding-bottom: 50px;
	box-shadow: 0px 0px 10px #dddddd;
}

.trading-list .w-tit {
	font-size: 20px;
	font-weight: 500;
	color: #090909;
	padding-top: 30px;
	padding-left: 30px;
}

.trading-list .w-tit:after {
	width: 80%;
	float: right;
	height: 1px;
	background: #e6e6e6;
	content: '';
	margin-top: 17px;
}

.trading-list .trading-fome {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 30px;
	margin-top: 30px;
}

.trading-list .trading-fome .p1 {
	font-size: 20px;
	width: 70px;
}

.trading-list .trading-fome .TradingBar {
	width: 480px;
	height: 35px;
	background: #369707;
	position: relative;
	border-radius: 5px;
}

.trading-list .trading-fome .TradingBar .GaugeBar {
	width: 480px;
	height: 35px;
	background: #d12f5a;
	position: relative;
	border-radius: 5px;
}

.trading-list .trading-fome .TradingBar .GaugeBar .s1 {
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	white-space: nowrap;
	padding-left: 5px;
}

.trading-list .trading-fome .btn-box {
	margin-left: 20px;
}

.trading-list .trading-fome .btn-box .btn-1 {
	float: left;
	background: #369707;
	color: #ffffff;
	border: none;
	outline: 0;
	width: 80px;
	height: 35px;
	font-size: 0.8em;
	font-weight: 400;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
}

.trading-list .trading-fome .btn-box .btn-1:nth-child(1) {
	background: #d12f5a;
	margin-right: 10px;
}

.trading-list .trading-fome .TradingBar .Trading-total {
	color: #333333;
	position: absolute;
	bottom: -21px;
	font-size: 14px;
	right: 0px;
}

.pop_box .popup-buy .coin-tab .table01 td .box-area2 {
	margin-top: 10px;
	overflow: hidden;
	clear: both;
	float: left;
}

.pop_box .popup-buy .coin-tab .table01 td .box-area2 .box-1 {
	position: relative;
	height: 40px;
	width: 55px;
	background: #6d6d6d;
	border: 1px solid #dedede;
	color: #ffffff;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 10px;
	float: left;
	font-size: 12px;
}

.pop_box .popup-buy .coin-tab .table01 td .box-area2 .box-2 {
	position: relative;
	height: 40px;
	width: 122px;
	background: #fbfbfb;
	border: 1px solid #dedede;
	color: #000000;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 10px;
	float: left;
}



.pop_box02 {
	width: 100%;
	background: #f3f7fa;
	position: fixed;
	top: 0;
	clear: both;
}

.pop_box02 .popup-buy {
	width: 800px;
	height: 90vh;
	background: #ffffff;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin: 5vh auto;
	box-shadow: 0px 0px 10px #dddddd;
}

.pop_box02 .popup-buy .p-h {
	background: #2f49d1;
	height: 55px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	padding: 0 25px;
	line-height: 55px;
}

.pop_box02 .popup-buy .p-h h2 {
	float: left;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: 600;
}

.pop_box02 .popup-buy .p-h h5 {
	float: right;
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 400;
	cursor: pointer;
}

.pop_box02 .popup-buy .p-b {
	overflow: hidden;
	padding: 50px;
}

.pop_box02 .popup-buy .p-b .list-h {
	height: 45px;
	line-height: 44px;
	font-size: 16px;
	font-weight: 400;
	background: #5e5e5e;
	color: #fff;
	width: 100%;
}

.pop_box02 .popup-buy .p-b .list-h li {
	width: 25%;
	float: left;
	text-align: center;
}

.pop_box02 .popup-buy .p-b .table01 {
	width: 100%;
	border-collapse: collapse;
}

.pop_box02 .popup-buy .p-b .table01 tr td {
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	text-align: Center;
	width: 25%;
	border-bottom: 1px #e4e4e4 solid;
}

#buyButton {
	width: 130px;
	height: 35px;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
	background: #992121;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	line-height: 35px;
	display: inline-block;
	text-align: center;
}

.pop_box02 .popup-buy .p-b .scroll {
	overflow: hidden;
	overflow-y: auto;
	height: 69vh;
}

.pop_box02 .popup-buy .p-b .scroll::-webkit-scrollbar {
	width: 4px;
	height: 12px;
}

.pop_box02 .popup-buy .p-b .scroll::-webkit-scrollbar-thumb {
	background: #bdbdbd;
	border-radius: 30px;
}



.p-b-box {
	text-align: right;
	margin-bottom: 15px;
}

.p-b-box .p-b-box2 {
	border: 1px solid #dddddd;
	padding: 1%;
	margin-right: 3%;
}

.p-b-box .p-b-box3 {
	border: 1px solid #dddddd;
	padding: 1%;
	margin-right: 3%;
}

.p-b-box .p-b-box3 .input001 {
	border: 1px;
	width: 200px;
}


#jisa {
	width: 100%;
	height: 40px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	border-bottom: 1px #cdcdcd solid;
}

.table_form01 .btn01 {
	width: 110px;
	height: 38px;
	line-height: 38px;
	border: none;
	background: #214791;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	text-align: center;
	float: left;
}

.table_form01 .btn02 {
	width: 110px;
	height: 38px;
	line-height: 38px;
	border: none;
	background: #a63768;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	text-align: center;
	float: left;
	margin-left: 10px;
}

.table_form01 .btn01:hover {
	background: #2d9ba6;
}

.table_form01 .btn02:hover {
	background: #2d9ba6;
}

.spon-inpuet {
	float: left;
	width: 100px;
	height: 40px;
	border: 1px #e4e4e4 solid;
	margin-right: 10px;
	padding-left: 10px;
}

.span-bt1 {
	display: inline-block;
	margin-right: 10px;
}


.w70 {
	width: 70% !important;
	float: left;
	margin-top: 16px;
}


#divpop1 {
	background-color: #ffffff;
	position: absolute;
	left: 100px;
	top: 80px;
	z-index: 999999;
}

.img1 img {
	width: 500px;
	height: 500px;
}

#imgslide {
	margin-top: 10px;
}

.img1 {
	position: relative;
	overflow: hidden;
	height: 490px;
	width: 700px;
	margin: 40px auto;
	box-shadow: 3px 3px 33px #004d2447;
	background: #ffffff;
}

.img1 > img {
	width: 100%;
	position: absolute;
	transition: all 1.5s;
}


.btn-01-g {
	margin: 0 auto;
	text-align-last: center;
}

.btn-01-g button {
	border: none;
	outline: 0;
	cursor: pointer;
	width: 200px;
	height: 45px;
	border-radius: 50px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	background: #004d24;
}


.withdrawal02-back {
	background-image: url(../img/bg1.png) !important;
	background-size: 100% auto;
	background-position-y: center;
	background-repeat: no-repeat;
}

.withdrawal02-back h1 {
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	color: #004d24;
}


.bankSelect {
	float: left;
	border-bottom: 1px #e6e6e6 solid;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #515151;
	font-weight: 500;
}



.bonus-item-area {
	overflow: hidden;
}

.bonus-item-area .list-box {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
    background: #171922;
    width: 100%;
    overflow: hidden;
    border: 1px solid #252732;
}

.bonus-item-area .list-box > div:last-of-type {
	border-bottom: 0;
}

.bonus-item-area .list-box > div {
	border-bottom: 1px solid #8d8d8d;
	height: 120px;
	padding: 10px;
}

.bonus-item-area .list-box div > .f_l {
	height: 100%;
	flex-direction: column;
	border-right: 1px solid #33384c;
}

.bonus-item-area .list-box p {
	line-height: 1.3em;
	text-align: left;
}

.bonus-item-area .list-box .point_c {
	font-weight: 500;
}

.point_c {
	color: #154bf9!important;
}

.dis_fle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bor_r_no {
	border-right: none !important;
}

.f_r {
	float: right !important;
}

.w50f {
	width: 50% !important;
}

.w200p {
	width: 200px !important;
}

.t_l {
	text-align: left !important;
}

.bonus-sum-area {
	position: relative;
    background: #171922;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #252732;
    margin-bottom: 20px;
}

.bonus-sum-area .item01-1 {
	font-size: 30px;
	font-weight: 500;
}

.bonus-sum-area .item01-1 .th {
	font-weight: 500;
	font-size: 32px;
	color: #fff;
	padding-top: 10px !important;
}
.bonus-sum-area .item01-1 div {
	width: calc(100% / 6);
	font-size: 20px;
}

.font_22 {
	font-size: 22px !important;
}

.dis_fle_l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*입출금*/

.com_tit {
    font-size: 24px;
    color: #000;
    margin-top: 20px;
}

.common_box .th {
	font-size: 18px;
	padding-bottom: 10px;
	color: #000;
	opacity: 0.9;
	font-weight: 300;
}

.common_box .con {
	width: 100%;
    height: 45px;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #c7c7c7;
	position: relative;
	line-height: 45px;
}

.common_box .con input[type='radio'] {
	margin-left: 10px;
}

.common_box .con .withdrawal_input01 {
	width: 100%;
	height: 41px;
	border-radius: 10px;
	border: none;
	padding-left: 10px;
	background: transparent;
	color: #000;
	font-size: 18px;
}

.common_box .w100 {
	width: 100%;
}

.common_box .w49 {
	width: 49%;
	float: left;
}

.common_box .mr2 {
	margin-right: 2%;
}

.btnS {
	position: absolute;
	right: -1px;
	top: 1px;
	width: 25%;
	height: 100%;
	line-height: 40px;
	background: #a70606;
	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;
}



/*패키지구매*/
.common_box02 .contact_form{
	padding: 50px;
}
.common_box02 .item02 {
    background: #ffffff;
	    margin-top: 20px;
    width: 100%;
    padding: 30px 0;
    border: 1px solid #ffffff;
    margin-bottom: 50px;
    border-radius: 10px;
        box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
}
.common_box02 .item02-1 {
	position: relative;
}

.common_box02 .item02-1 .buy_imgbox {
	padding-bottom: 40px;
}

.common_box02 .item02-1 .buy_imgbox img {
	    width: 200px;
}

.common_box02 .quantity > p {
    width: 100px;
    height: 50px;
    font-size: 18px;
    display: block;
    background: #2d2d2d;
    border-radius: 10px;
    margin: 0px 12px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
	color: #fff;
    font-weight: 500;
}

.common_box02 .item02-2 {
	position: relative;
}

.common_box02 .item02-2 .form01 {
	overflow: hidden;
	margin-bottom: 30px;
}

.common_box02 .item02-2 .form01 .tit {
	font-size: 22px;
	padding-bottom: 10px;
	color: #232323;
}

.common_box02 .item02-2 .form01 .input01-form {
	width: 100%;
}
.common_box02 .item02-2 .form01 .input01-form .input01 {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #fff;
    padding-left: 15px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #c7c7c7;
}

.left-item {
	float: left;
	width: 49%;
}

.right-item {
	float: right;
	width: 49%;
}

.common_box02 .item02-2 .form01 .input01-form2 {
	width: 100%;
	height: 45px;
	padding-left: 30px;
	background: #efefef;
	border: 1px #c9c9c9 solid;
	border-radius: 10px;
	line-height: 45px;
}

.common_box02 .item02-2 .form01 .input01-form2 .spon-select {
	display: flex;
	align-items: center;
	float: left;
	margin-right: 24px;
	font-size: 20px;
}

.common_box02 .item02-2 .form01 .input01-form2 .spon-select .radio01 {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.btnbox {
	width: 100%;
	display: block;
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.pt100 {
	padding-top: 100px;
}



.pack-history {
	overflow: hidden;
	margin-top: 40px;
}

.pack-history .title {
	font-size: 22px;
	padding-bottom: 10px;
	color: #232323;
	padding-left: 20px;
}

.pack-history .pack-top {
	overflow: hidden;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f2f5fa;
}

.pack-history .pack-top ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	color: #333333;
    font-weight: 700;
}

.pack-history .pack-body {
	max-height: 255px;
    overflow-y: auto;
}

.pack-history .pack-body ul li {
	float: left;
	width: 25%;
	text-align: center;
	color: #ababab;
	border-bottom: 1px solid #2a2d38;
    padding: 15px 0px;
	font-weight: 500;
}

/*패키지구매 END*/

.numberic[type="number"]::-webkit-outer-spin-button,
.numberic[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 이메일 회신 */
.contact .p_tit {
    font-size: 22px;
    padding-bottom: 10px;
    color: #232323;
    position: relative;
}


.contact .p_sub {
	font-size: 16px;
	padding-top: 10px;
	color: #282828;
}

.contact .contact_inputbox {
	margin-top: 30px;
}

.contact .contact_input01 {
	width: 100%;
	height: 40px;
	border: 1px solid #cecece;
	padding-left: 10px;
	background: transparent;
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}

.contact .txt_area {
	width: 100%;
    border: 1px solid #cecece;
    padding-left: 10px;
    background: transparent;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 280px;
    padding-top: 10px;
    font-family: 'Arial', sans-serif;
}



.txt01 {
	color: #ff0000;
    font-size: 12px;
    float: left;
    margin-top: 5px;
	}

/* 뉴디자인 */
.top_inner .name {
	line-height: 85px;
    font-size: 18px;
}

.mobile-scroll::-webkit-scrollbar {
	display: none;
} 

.mlist-line {
    height: 1px;
    width: 100%;
    background: #2a2d35;
    margin: 20px 0;
}

    .logout-btn {
        background: rgba(0, 0, 0, .5);
        width: calc(100% - 120px);
        margin: 100px auto 0px;
        font-size: 16px;
        border-radius: 7px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-weight: 500;
        position: absolute;
        bottom: 50px;
        left: 95px;
    }

.logout-btn img {
	vertical-align: middle;
    height: 19px;
    margin-right: 10px;
}

.logout-btn a {
	display: block;
    color: #fff;
	font-weight: 500;
}

#main-item01 {
	float: left;
    width: calc(99% / 3 * 2);
    margin-right: 2%;
}



.section_right {
	width: calc(100% - 350px);
	float: right;
	min-height: 100vh;
	padding: 50px 0;
    }
.section_right_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}



/* 자동등록방지숫자 */
.auto-box {
	width: 100%;
}

.auto-txt {
	width: 100%;
	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: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.auto-txt #capt_img {
	height: 55px;
	border: 1px solid #fff;
}

.auto-txt .captcha-input {
	height: 55px;
	text-indent: 15px;
}

.auto-txt .refreshIcon {
    height: 57px;
    width: 57px;
	position: relative;
	background: #363b52;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #363b52;
}

.auto-txt .refreshIcon img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.auto-box .auto-fot {
	padding-top: 5px;
    color: #ababab;
    font-size: 15px;
}
/* //자동등록방지숫자 */

.index_r_box_join .index_input {
	width: 90%;
	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: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

	


.cancel01 {
	cursor: pointer;
	width: 50%;
    height: 40px;
    line-height: 40px;
    background: #a70606;
    display: block;
    right: 0px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 7px;
}

/* 전자서명 */
.agree-sign {
	background: #1e212c;
    margin-top: 30px;
	overflow: hidden;
	padding-bottom: 20px;
	width: 70%;
}

.agree-sign .th {
	padding-top: 0;
    background: #2c2f3e;
    padding: 15px 5%;
	font-size: 18px;
    color: #fff;
}

.agree-sign .agree-alert {
	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;
	padding: 10px 5%;
    border-bottom: 1px solid #2a2d38;
    font-size: 14px;
}

.agree-sign .agree-open {
	background: #3050A2;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    width: 65px;
    height: 21px;
    line-height: 23px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    margin-left: 5px;
}

.agree-sign .del-box {
	background: #a70606;
    text-align: center;
    cursor: pointer;
    height: 30px;
    width: 90px;
    color: #fff;
    border: 0;
    border-radius: 4px;
    position: relative;
	margin: 0 auto;
}

.agree-sign .del-box img {
	width: 13px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.agree-sign .del-box input {
	background: transparent;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #fff;
    padding-left: 15px;
}

.agree-sign .sgin-box {
	background-color: #fff;
    text-align: center;
    display: block;
    border: 0;
    width: 300px;
    height: 150px;
    margin: 20px auto;
}

.agree-sign .sgin-box #drawCanvas {
	position: relative;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
}

.in-add {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
    color: #232323;
}

.in-input-box {
	position: relative;
}

.in-input-txt {
	position: absolute;
	color: #000;
	top: 15px;
	left: 15px;
}

.index_input01#userid {
	padding-left: 50px;
}


.flex-form {
	display: flex;
    align-items: center;}

/*pop*/
.pop-up table td {
    padding: 5px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    word-break: keep-all;
}

.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%;
	padding-top: 0!important;
	height: 70%;
	border-radius: 20px;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.pop-up2 {
    position: fixed;
    z-index: 100000;
    background: #f2f5fa;
    width: 500px;
    height: 550px;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
	font-family: 'Arial', 'Noto', sans-serif !important;
}
.pop-up2 .inArea {overflow:hidden;padding:20px;}
.pop-up2 .inArea .item01 {
    width: 100%;
    border: 1px #e4e4e4 solid;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea .item01 .tit {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.pop-up2 .inArea .item01 .form {
    overflow: hidden;
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 10px;
}
.pop-up2 .inArea .item01 .form .t1 {
    font-size: 16px;
    color: #333333;
    float: left;
    width: 80px;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.pop-up2 .inArea .item01 .form .input-form {
    width: calc(100% - 80px);
    float: left;
	display:flex;
}
.pop-up2 .inArea .item01 .form .input-form input {
    width: 69%;
    color: #555;
    border: 1px solid #dedede;
    cursor: default;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0 0 8px;
    outline: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    height: 40px;
}
.pop-up2 .inArea .item01 .form .input-form .searchBt {
	width: 29%;
    background: #3050A2;
    border-radius: 5px;
    margin-left: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	}


.pop-up2 .inArea-list {
    overflow: hidden;
    padding: 20px;
    padding-top: 0px;
}
.pop-up2 .inArea-list .item01 {
    width: 100%;
    margin-bottom: 10px;
    border: 1px #e4e4e4 solid;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
}
.pop-up2 .inArea-list .item01 .tit {
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
    margin-bottom: 20px;
}
.pop-up2 .inArea-list .item01 .tit span {
    font-weight: 700;
    font-size: 16px;
}
.pop-up2 .inArea-list .item01 .userlist{
    overflow:hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead {
    width: 100%;
    overflow: hidden;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li {
    background: #f2f5fa;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    width: calc(100% / 3);
    font-size: 14px;
	color: #333333;
	border-top: 1px #d3d3d3 solid;
}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(2) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(3) {border-left:0px;}
.pop-up2 .inArea-list .item01 .userlist .listHead li:nth-child(4) {border-left:0px;}


.pop-up2 .inArea-list .item01 .listbody {
    overflow: hidden;
    overflow-y: auto;
    height: 108px;
}
.pop-up2 .inArea-list .item01 .listbody table{width:100%;}
.pop-up2 .inArea-list .item01 .listbody table tr td {
    width: calc(100% / 3);
    font-size: 14px;
    color: #333333;
    text-align: center;
    border-bottom: 1px #d3d3d3 solid;
	padding: 10px 5px;
	    word-break: break-all;
}
.pop-up2 .inArea-list .item01 .listbody table tr td:nth-child(1) {border-top: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: #3050A2;
    background-position: right top;
	color: #fff;
	font-size: 18px;
	padding: 20px 25px;
}

.popCont {
	padding: 10px 20px;
}

.popCont section {
	line-height: 30px;
	font-size: 14px;
	font-weight: 500;
}

.popCont strong {
	font-size: 18px;
	display: block;
	color: #423a3a;
	padding-bottom: 10px;
	font-weight: 600;
}

/*//pop*/


/*전송 취소 버튼*/

.bWrap {
    display: flex;
    width: 50%;
    margin: 30px auto 10px auto;
    align-items: center;
    justify-content: center;
}
.bOk {
    width: 192px;
    height: 55px;
    border: none;
    background: #282828;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px;
	margin-right:20px;
}
a.bCa {
    width: 192px;
    height: 55px;
    border: none;
    background: #8d8d8d;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50px;
	text-align: center;
    line-height: 55px;
}

.pack-form {
	overflow: hidden;
	margin-top: 30px;
}

.join-alert {
	font-size: 16px;
    color: #ff0000;
    display: block;
    padding: 5px 5px 15px;
    word-break: keep-all;
}

.buttonin {
	    overflow: hidden;
}


.section4 .detail_table ul li span:nth-child(3) {
    color:#4879e7;
}

.flex-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}

.btArea {text-align: center;
    float: left;
    width: 100%;
    margin-top: 50px;}

.frofile .commomARea .item01 .profile-info ul li .s1 input{
    width: 100%;
    height: 45px;
    /* border-radius: 10px; */
    background: #fff;
    padding-left: 15px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #c7c7c7;
}
.frofile .profile-info .profile_con .m_flex .s1 {display:flex;}
.frofile .commomARea .item01 .profile-info ul li .s1 .request {
        width: 30%;
        font-size: 14px;
        margin-left: auto;
        padding-left: 0px;
    }
.frofile .profile-info input:focus{
	border-bottom: 2px solid #3050A2 !important;
}
.contact_us .profile-info input:focus{
	border-bottom: 1px solid #c7c7c7 !important;
}
.frofile .mypage_input_box{
	padding: 50px;
}
.frofile .mypage_input_box #form{
	padding: 0;
}
.frofile .mypage_input_box .index_input01 {
	border: none;
	border-bottom: 1px solid #c7c7c7;
}

/*main*/
.main .sub-top .section01 {
	display: none;
}
.main .sub-top .lang_select {
	display: none;
}
.main .common_title{
	font-size:24px;
	font-weight:700;
	color:#000000;
	}
.main #cotnent_item01 {display:flex;gap:50px;}
.main #cotnent_item01 .content_box{
	}
.main #cotnent_item01 .userArea{
	width: calc(100% - 450px);
    height: 524px;
	}
.main #cotnent_item01 .userArea .notice_field{
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	}
.main #cotnent_item01 .userArea .notice_field .swiper {
        width: 100%;
        height: 45px;
        line-height: 45px;
		padding-left: 20px;
        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;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
.main #cotnent_item01 .userArea .notice_field .swiper .notice_mainIcon {
        margin-right: 20px;
        width: 15px;
    }

.main #cotnent_item01 .bonusArea{
	width: 450px;
    height: 524px;
	    background: #ffffff;
    border: 1px #e2e2e2 solid;
    border-radius: 20px;
    padding: 30px;
	}
.main #cotnent_item01 .bonusArea > ul {
	display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
	}
.main #cotnent_item01 .bonusArea > ul .list{
	display:flex;
	align-items:center;
	}
.main #cotnent_item01 .bonusArea > ul .list .iconbox{
	width:40px;
	height:40px;
	border:1px #e2e2e2 solid;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:15px;
	}
.main #cotnent_item01 .bonusArea > ul .list .iconbox img{
	height:22px;
	}
.main #cotnent_item01 .bonusArea > ul .list .bonus_name{
	
	}
.main #cotnent_item01 .bonusArea > ul .list .bonus_name .txt_k{
	font-size:16px;
	font-weight:600;
	color:#000000;
	margin-bottom:2px;
	}
.main #cotnent_item01 .bonusArea > ul .list .bonus_name .txt_e{
	font-size:12px;
	font-weight:400;
	color:#aaaaaa;
	}
.main #cotnent_item01 .bonusArea > ul .list .value{
	margin-left:auto;
	font-size:20px;
	font-weight:700;
	color:#000000;
	}

.main #cotnent_item01 .userArea .info {
    width: 100%;
    height: 200px;
    background-color: #242424;
    border-radius: 20px;
    margin-top: 20px;
    padding: 30px;
    display: flex;
    background-image: url(../img/item-bg.png);
    background-repeat: no-repeat;
    background-size: inherit;
}
.main #cotnent_item01 .userArea .info_box{
	
	}
.main #cotnent_item01 .userArea .info_box .item{
	display:flex;
	align-items:center;
	gap: 20px;
	}
.main #cotnent_item01 .userArea .info_box .info_txt{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:18px;
	display:flex;
	align-items:center;
	align-items: baseline;
	gap: 10px;
	}
.main #cotnent_item01 .userArea .info_box .user_ID{
	font-size:28px;
	}
.main #cotnent_item01 .userArea .info_box .user_level {
    border: 1px #e4e4e4 solid;
    padding: 3px 30px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 30px;
	font-weight:700;
}
.main #cotnent_item01 .userArea .info_box .user_level.level1{
    border: 1px #00ff00 solid;
    color: #52c152;
    background: rgb(54 105 43 / 60%);
}
.main #cotnent_item01 .userArea .info_box .wallet{
    overflow:hidden;
	color:#ffffff;
	margin-top:25px;
}
.main #cotnent_item01 .userArea .info_box .wallet .txt{
    font-size:20px;
	font-weight:400;
	margin-bottom:5px;
}
.main #cotnent_item01 .userArea .info_box .wallet .amount{
    font-size:34px;
	font-weight:700;
}
.main #cotnent_item01 .userArea .info_box .wallet .amount span{
    font-size:0.8em;
}
.main #cotnent_item01 .userArea .link_box {
    width: 350px;
    background: rgb(65 65 65 / 50%);
    padding: 20px;
    border-radius: 10px;
    margin-left: auto;
}
.main #cotnent_item01 .userArea .link_box .title_field {
        display: flex;
        align-items: center;
        gap: 7px;
        margin-bottom: 10px;
    }
.main #cotnent_item01 .userArea .link_box .iconbox{
    width:24px;
	height:24px;
	background:#7b7b7b;
	border-radius:50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main #cotnent_item01 .userArea .link_box .iconbox img{
	height:14px;
}
.main #cotnent_item01 .userArea .link_box .txt{
    font-size:20px;
	color:#ffffff;
}
.main #cotnent_item01 .userArea .link_box .link {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 200;
	height:30px;
}
.main #cotnent_item01 .userArea .link_box .copy_button{
    cursor: pointer;
    width: 165px;
    height: 35px;
    background: #064486;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-top: 10px;
    color: #ffffff;
}

    .main #cotnent_item01 .userArea .wallet_box {
        overflow: hidden;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
.main #cotnent_item01 .userArea .wallet_box .itemArea{
	display:flex;
	gap:20px;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item{
	width: 100%;
        height: 155px;
        background: #eeeeee;
        padding: 24px;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item01{
	background:#fdefe8;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item02{
	background:#e8f0fd;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item03{
	background:#f6e8fb;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item .value{
	display:flex;
	align-items:center;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item .value .tit{
	font-size:20px;
	font-weight:600;
	color:#808080;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item .value .iconbox{
	margin-left:auto;
	width: 43px;
	height: 43px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item .value .iconbox img{
	height:24px;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item01 .value .iconbox {background:#eecebd;}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item02 .value .iconbox {background:#d2e3ff;}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item03 .value .iconbox {background:#f1ccfe;}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item .price{
	margin-top:auto;
	font-size:24px;
	font-weight:700;
	color:#232323;
	}
.main #cotnent_item01 .userArea .wallet_box .itemArea .item .price span{
	font-size:0.9em;
	}

.main #cotnent_item02{
	display:flex;
	gap: 50px;
	}

.main #cotnent_item02 .contentArea{
	width: calc(100% - 450px);
	}
.main #cotnent_item02 .contentArea .bonus_graph{
	width:100%;
	}
.main #cotnent_item02 .contentArea .bonus_graph .graph{
        height: 50px;
        background-color: #efefef;
        border-radius: 50px;
        width: 100%;
        margin-bottom: 15px;
		margin-top:10px;
	}
.main #cotnent_item02 .contentArea .bonus_graph .graph span {
        display: block;
        padding: 0 10px;
        width: 60%;
        height: 50px;
        line-height: 50px;
        text-align: right;
        background-color: #064486;
        border-radius: 50px;
        box-sizing: border-box;
        color: #fff;
        animation: stack 2s 1;
    }
@keyframes stack {
	0% {
			width: 0;
			color: rgba(255,255,255,0);
	}
	100% {
			width: 60%;
			color: rgba(255,255,255,1);
	}
}

.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box {
        display: flex;
        gap: 20px;
        background: #ffffff;
        border: 1px #e2e2e2 solid;
        border-radius: 20px;
        padding: 30px 0;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox {
        width: 100%;
		padding-left: 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox1 {
        border-right:1px #e2e2e2 solid;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox2 {
        border-right:1px #e2e2e2 solid;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox .title18_regular {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 15px;
		text-indent: 22px;
		position: relative;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox .title18_regular::after {
        width: 15px;
        height: 15px;
        border-radius: 3px;
        content: '';
		position:absolute;
		top:2px;
		left:0px;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox .abox_inner{
        width:100%;
    }

.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox1 .title18_regular::after {
        background-color: #064486;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox2 .title18_regular::after {
        background-color: #ff9191;
    }
.main #cotnent_item02 .contentArea .bonus_graph .data .amount_box .abox3 .title18_regular::after {
        background-color: #9ce685;
    }



.main #cotnent_item02 .contentArea .list_form {
        border: 1px #e2e2e2 solid;
        border-radius: 20px;
        padding: 30px;
        width: 100%;
        height: 290px;
        margin-top: 20px;
    }
.main #cotnent_item02 .contentArea .list_form .scroll{
height: 200px;
  overflow-y: auto;
    }
.main #cotnent_item02 .contentArea .list_form ul.list{

    }
.main #cotnent_item02 .contentArea .list_form ul.list li{
        display: flex;
        align-items: center;
        width: 100%;
        border-bottom: 1px #e2e2e2 solid;
        font-size: 14px;
        color: #333333;
        height: 40px;
        text-align: center;
    }
	
.main #cotnent_item02 .contentArea .list_form ul.list li .date{
        width:100%;
    }
.main #cotnent_item02 .contentArea .list_form ul.list li .price{
        width:100%;
    }
.main #cotnent_item02 .contentArea .list_form ul.list li .state{
        width:100%;
    }
.main #cotnent_item02 .contentArea .list_form ul.list li .state{
    padding: 5px 16px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 700;
    }
.main #cotnent_item02 .contentArea .list_form ul.list li .state .active{
   border: 1px #e4e4e4 solid;
    padding: 5px 16px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 700;
    border: 1px #3050a2 solid;
    color: #3050a2;
    }


.main #cotnent_item02 .noticeArea{
	width: 450px;
	height: 484px;
	background: #ffffff;
	border: 1px #e2e2e2 solid;
	border-radius: 20px;
	padding: 30px;
	margin-top: 40px;
	}
    .main #cotnent_item02 .noticeArea .notice_scroll {
        height: 420px;
        overflow-y: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
.main #cotnent_item02 .noticeArea .notice_scroll .notice_list {
        width: 100%;
        background: #efefef;
        height: 80px;
        border-radius: 10px;
        padding: 15px;
        display: flex;
        flex-direction: column;
    }
.main #cotnent_item02 .noticeArea .notice_scroll .notice_list .no-title{
	font-size:14px;
	color:#232323;
	font-weight:500;
	    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.main #cotnent_item02 .noticeArea .notice_scroll .notice_list .date{
	font-size: 12px;
        color: #808080;
        font-weight: 400;
        margin-top: auto;
	}


/*main END*/

.content_area {display:flex;gap:25px;margin-top: 20px;}
.content_area .common_box {
        margin-top: 0px;
		margin-bottom: 0px;
}
.mypage_input_box{
	padding: 0 30px;
}
.otp_box {
	background: #111c51;
    width: 100%;
    padding: 30px 30px 60px 30px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 7.28px 0.72px rgb(0 0 0 / 9%);
    overflow: hidden;
    margin-top: 20px;
	}
.packagebuy .mypage_input_box{
	padding: 30px 0;
}

.notice_area {margin-top:20px;height: 70vh;}
.notice_area .notice_list {
        width: 100%;
        height: 60px;
        background: #fff;
        border-radius: 15px;
        display: Flex;
        align-items: center;
        padding: 0px 30px;
        cursor: pointer;
        margin-bottom: 10px;
        transition: 0.3s;
				border: 1px solid #e2e2e2;
    }
.notice_area .notice_list:Hover {
        background: #3050a2;
				border-color: #3050a2;
    }
	.notice_area .notice_list:Hover .no-title,
	.notice_area .notice_list:hover .no-date {
		color: #fff;
	}
.notice_area .notice_list .no-title {
        width: calc(100% - 130px);
        color: #000;
        text-overflow: ellipsis;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
    }
.notice_area .notice_list .no-date {
        width: 120px;
        color: #000;
        opacity: 0.5;
        font-weight: 400;
        flex-shrink: 0;
        text-align: center;
    }
.notice_area .notice_list .more {
        width: 15px;
    }

.signature  {
    margin-bottom:20px; 
    }
.signature .sine_board {
    display: flex;
    gap: 10px;   
    }
.signature .sine_board button {
	padding-left: 10px;
	padding-right: 10px;
	background: #b70c24;
	border: none;
	outline: none;
	border-radius: 2px;
	color: #ffffff;
	cursor: pointer;
}
.signature #sigPad1 {
	width:300px; height:150px !important;
}
.signature #sigPad2 {
	width:300px; height:150px !important;
}
.signature .terms_list {
	height: 170px;
	overflow: auto;
	width: 100%;
	padding: 15px;
	background: #ffffff;
	border: 2px #e4e4e4 solid;
	margin-bottom: 10px;
}
.signature .terms_list h2{
	font-size: 16px;
    color: #232323;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}
.signature .terms_list h3 {
    font-size: 12px;
    color: #232323;
    text-align: left;
    font-weight: 500;
    word-break: keep-all;
    margin-bottom: 20px;
}
.signature .terms_list .in_body{
	overflow:hidden;
    }
.signature .terms_list .in_body ul{
	display:flex;
	flex-direction:column;
	gap:20px;
    }
.signature .terms_list .in_body ul li {
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    line-height: 1.5;
    word-break: keep-all;
}
.signature .terms_list .in_body .txt{
	font-size: 14px;
    font-weight: 400;
    color: #232323;
    line-height: 1.5;
    word-break: keep-all;
	margin-bottom: 20px;
    }


.min_amount {
        font-size: 15px;
        opacity: 0.8;
        font-weight: 300;
}

.package_confirm .pack_flex{
	display: flex;
	gap: 25px;
	margin-top: 20px;
}
.package_confirm .pack_flex .l_Area{
	width: 50%;
	padding: 50px 30px;
	margin-top: 0;
	margin-bottom: 0;
}
.package_confirm .pack_flex .uTable2 {
	width: 50%;
}
.non_common_box{
	background-color: inherit;
	box-shadow: unset;
}
.package_confirm .common_box .item100 .item-2 .th {
	padding-top: 0;
}
.package_confirm .common_box{
	padding: 0;
	margin-top: 0;
}
.package_confirm .uTable2 .common_box{
	height: calc(100% - 70px) !important;
}
.package_confirm .uTable2 .notice_table04_1{
	margin-top: 20px;
}

.chart .section_right_inner{
	margin-top: 30px;
}

/* 기본 체크박스 숨기기 */
.save_account input[type="checkbox"] {
  display: none;
}

/* 커스텀 체크 이미지 */
.save_account .checkbox_img {
  display: inline-block;
  width: 24px;   /* 이미지 크기 조절 */
  height: 24px;
  background-image: url('../img/check_non.png'); /* 기본 이미지 */
  background-size: cover;
  vertical-align: middle;
  cursor: pointer;
}

/* 체크된 상태 이미지 변경 */
.save_account input[type="checkbox"]:checked + .checkbox_img {
  background-image: url('../img/check_ok.png'); /* 체크됐을 때 이미지 */
}

/* 정렬 보정 */
.save_account {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.save_account p {
  margin: 0;
  color: #333;
}


.product_box {
        display: Flex;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }
.product_box .product_select {
        display: Flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
		cursor:pointer;
    }
.product_box img{width:100%;max-width:250px;}
.product_box .p_title{font-size:20px;}
.product_box .check-filde{height:24px;width:24px;}




  .login-back {
    position: absolute;
    cursor: pointer;
    z-index: 19999;
    top: 50px;
    right: 30px;
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px 20px; */
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #ccc;
  }
  .login-back a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #122977;
    color: #fff;
  }