html{
	background-color: #f4f6f8;
}

body {
	font-family: "pretendard-L";
	min-height: 100vh;
}
#Global_Wrap{
	position: relative;
	overflow: hidden;
	width: 1280px;
	margin: 0 auto;
	box-shadow: 0 -4px 14px 0 rgba(255, 70, 115, 0.05);
	background-color: #eaeeef;
}
.Center {
	min-width: 320px;
	min-width: 230px;
	width: 100%;
	margin: 0 auto;
}

header {
	z-index: 100;
}
.header_list {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.header_list li.back {
	flex: 1;
	text-align: left;
}
.header_list li.title {
	flex: 2;
	text-align: center;
}
.header_list li.side {
	flex: 1;
	text-align: right;
}
.header_list li a {

}
/* .header_list li.back a {
	width: 40px;
}
.header_list li.title a {
	width: 100%;
}
.header_list li.side a {
	width: 28px;
	height: 28px;
} */
.header_list a img {
	width: 100%;
}
.header_list li.title .flex_box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}
.header_list li.title img {
	width: 120px;
}
.header_list li.title img.iconX {
	width: 14px;
	margin: 0 9px 0 12.5px;
}
.header_list li.title img.fraLogo {
	max-height: 30px;
}
.header_list li.title a p {
	font-size: 18px;
	color: #fffbfc;
	font-family: "pretendard-R";
}

nav {
	position: absolute;
	top: 0;
	left: 0;
}
nav .nav_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
	z-index: 150;
}
nav .gnb {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	width: 260px;
	height: 100vh;
	background-color: white;
	transition: all 0.5s;
	z-index: 151;
}
nav.on .nav_bg {
	display: block;
}
nav.on .gnb {
	transform: translateX(0);
}
nav .gnb .top_box {
	position: relative;
	background: rgb(255,198,137);
	background: linear-gradient(140deg, rgba(255,198,137,1) 0%, rgba(255,160,163,1) 69%, rgba(255,120,152,1) 100%);
	padding-top: 55px;
	padding-bottom: 20px;
}
nav .gnb .top_box .close_box {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;	
}
nav .gnb .top_box .close_box img {
	width: 100%;	
}
nav .gnb .top_box .box_center {
	display: flex;
	align-items: center;
	padding: 0 20px;
}
nav .gnb .top_box .profile_box {
	width: calc(100% - 20px);
}
nav .gnb .top_box .profile_box a {
	display: flex;
	align-items: center;
    width: fit-content;
}
nav .gnb .top_box .profile_box p {
	font-size: 22px;
	color: #fffbfc;
}
nav .gnb .top_box .profile_box img {
	width: 18px;
}
nav .gnb .top_box .logout_box a {
	width: 20px;
	display: block;
}
nav .gnb .top_box .logout_box a img {
	width: 100%;
}
nav .gnb .mid_box {
	padding: 50px 0;
}
nav .gnb .mid_box li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px;
}

nav .gnb .mid_box .left_box {
	display: flex;
	align-items: center;
}
nav .gnb .mid_box .left_box .img_box {
	width: 20px;
	margin-right: 15px;
}
nav .gnb .mid_box .left_box .img_box img {
	width: 100%;
}
nav .gnb .mid_box .left_box p {
	font-size: 16px;
	color: #494949;
	font-family: "pretendard-M";
}
nav .gnb .mid_box .right_box {
	width: 6px;
}
nav .gnb .mid_box .right_box img {
	width: 100%;
}
nav .gnb .bot_box {
	padding: 10px 20px;
	background-color: #f8f8f8;
}
nav .gnb .bot_box p {
	font-size: 10px;
	color: #494949;
}

footer {
	z-index: 100;
}
.footer_list {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	height: 60px;
	background-color: white;
	border-top: 1px solid #b5b5b5;
    padding: 0 10px;
}
.footer_list a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer_list a .img_box {
	width: 18px;
	margin-bottom: 4px;
}
.footer_list a .img_box img {
	width: 100%;
}
.footer_list a p {
	font-size: 10px;
	color: #b5b5b5;
}

/* 풋터 one소스 */
footer.one {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

}
footer.one .footer_center {
    position: relative;
}
footer.one .footer_center::after {
    display: block;
    content: "";
    width: 72px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0.5px);
    background-color: white;
    z-index: 199;
}
footer .footer_center .F_topLogo {
    opacity: 0;
    left: -999%;
    height: 0px;
    width: 0px;
}
footer.one .footer_center .F_topLogo {
    background-color: white;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #b5b5b5;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 197;
    opacity: 1;
}
footer.one .footer_center .F_topLogo .img_box {
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 2px;
}
footer.one .footer_center .F_topLogo .img_box img {
    height: 100%;
}
footer.one .footer_list {
    position: relative;
    z-index: 198;
    bottom: unset;
    left: unset;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    background-color: white;
    border-top: 1px solid #b5b5b5;
    padding: 0 10px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}


#PageLoading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffffb5;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 400;
}
#PageLoading img {
	width: 100px;
}



/* 새로고침 버튼 */
.refreshLimit_btn {
	font-size: 10px;
	color: #828282;
	font-family: "pretendard-L";
	display: flex;
	align-items: center;
	height: 20px;
}
.refreshLimit_btn p {
	color: #494949;
	font-size: 11px;
	font-family: "pretendard-M";
	padding-right: 4px;
}
.refreshLimit_btn img {
	width: 20px;
	height: 15px;
	margin-right: 5px;

}
.refreshLimit_btn img.loading {
	animation: rotate_reverse 2s infinite
}
/* 새로고침 애니메이션 */
@keyframes rotate_reverse {
	from {
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(-360deg);
	  -o-transform: rotate(-360deg);
	  transform: rotate(-360deg);
	}
  }
  


  main {
	padding-top: 84px;
	padding-bottom: 120px;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}






/* 복붙 */
.temp_copy {
	display: flex;
	align-items: center;
	width: fit-content;
	/* margin-bottom: 6px; */
	position: relative;
}

.temp_copy .temp_copy_val {
	color: #494949;
	font-size: 14px;
	font-family: "pretendard-L";
	margin-right: 4px;
	display: none;
}

.temp_copy .img_box {
	width: 13px;
	margin-right: 8px;
}

.temp_copy img {
	width: 100%;
}

.temp_copy .message {
	font-size: 12px;
	color: #ff4673;
	display: none;
	position: absolute;
	bottom: -15px;
}


/* 체크박스 */
input[type='checkbox'] {
	display: none;
}
input[type='checkbox']~label {
	display: flex;
	align-items: center;
	font-size: 16px;
    font-weight: normal;
	font-family: "pretendard-R";
}
input[type='checkbox']~label .chkImg {
	width: 28px;
	height: 28px;
	background-image: url('/img/check.png');
	background-size: 28px 28px;
	background-position: center;
	background-repeat: no-repeat;
    margin-right: 10px;
}
input[type='checkbox']:checked~label .chkImg {
	background-image: url('/img/check_select.png');
	background-size: 28px 28px;
	background-position: center;
	background-repeat: no-repeat;
}

/* 라디오박스 type2 */
input[type='radio'][data-radiotype="2"] {
	display: none;
}
input[type='radio'][data-radiotype="2"]~label {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: "pretendard-R";
	background-color: white;
	border: 1px solid #eff2f3;
	border-radius: 39px;
	width: 100%;
	height: 40px;
	line-height: 30px;
	justify-content: center;
}
input[type='radio'][data-radiotype="2"]:checked~label {
	background-color: #97e0d9;
}

/* 라디오박스 type3 */
input[type='radio'][data-radiotype="3"] {
	display: none;
}
input[type='radio'][data-radiotype="3"]~label {
	display: flex !important;
	align-items: center;
	font-size: 14px;
	/* justify-content: center; */
}
input[type='radio'][data-radiotype="3"]~label .radio_cir {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #b5b5b5;
	padding: 2px;
	background-color: white;
    background-clip: content-box;
}
input[type='radio'][data-radiotype="3"]:checked~label .radio_cir {
	background-color: #ff4673;
}



/* 페이지co */

.main_center_coin {
	max-width: 600px;
	margin: 0 auto;
	background-color: #eaeeef;
	/* padding-bottom: 30px; */
}

.coin_wrap {
	width: 88.888888%;
	margin: 0 auto;
}

.coin_bottom {
	width: 88.888888%;
	margin: 0 auto;
}

@media (max-width:1280px) {
	#Global_Wrap{
		width: unset;
	}
	.header_list{
		width: 100%;
		left: 0;
		transform: unset;
	}
	.footer_list{
		width: 100%;
		left: 0;
		transform: unset;
	}
}


.footer_info{
    background: #fff;
    padding: 20px;
}
.footer_info .logo{
    width: 90px;
    height: 17px;
}
.footer_info .logo img{
    width: 100%;
}
.footer_info p{
    font-size: 14px;
    color: #898989;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer_info .file_box{
    display: flex;
}
.footer_info .file_box a{
    font-size: 14px;
    color: #686868;
    padding: 0 8px;
    border-right: 1px solid #686868;
    font-family: "pretendard-M";
}
.footer_info .file_box a:first-child{
    padding-left: 0;
}
.footer_info .file_box a:last-child{
    border-right: unset;
}
.footer_info > a{
    background: #97E0D9;
    padding: 6px 8px;
    font-size: 13px;
    border-radius: 8px;
    display: block;
    width: fit-content; 
    font-family: "pretendard-M";
}
