
.dp-block {
	display:block;
}
.dp-none {
	display:none;
}

.fl{float: left;}
.fr{float: right;}

.ta-c{text-align: center;}
.ta-l{text-align: left;}
.ta-r{text-align: right;}

.position-r{position: relative;}

.pa-center {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.of-hidden {
	overflow:hidden;
}
.fw-100 {
	font-weight:100;
}
.fw-200 {
	font-weight:200;
}
.fw-300 {
	font-weight:300;
}
.fw-400 {
	font-weight:400;
}
.fw-500 {
	font-weight:500;
}
.fw-600 {
	font-weight:600;
}
.fw-700 {
	font-weight:700;
}
.fw-800 {
	font-weight:800;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}

.fs-i{font-style: italic;}

.fc-w {
	color:#fff
}

.t-up{
	text-transform: uppercase;
}

.fc-p-1{color: #ee591f;}
.fc-p-2{color: #f9b000;}


.bg-c-1{background-color: #ee591f;}
.bg-c-g{background: #f7f7f7;}

.fs-20{font-size: 20px;}
.fs-30{font-size: 30px;}
.fs-40{font-size: 40px;}
.fs-50{font-size: 50px;}

.fs-i{font-style: italic;}

.pd-0{padding: 0;}

.pt-10 {
	padding-top:10px;
}
.pt-20 {
	padding-top:20px;
}
.pt-30 {
	padding-top:30px;
}
.pt-40 {
	padding-top:40px;
}
.pt-50 {
	padding-top:50px;
}
.pt-100 {
	padding-top:100px;
}
.pl-10 {
	padding-left:10px;
}
.pl-20 {
	padding-left:20px;
}
.pl30 {
	padding-left:30px;
}
.pl-40 {
	padding-left:40px;
}
.pl-50 {
	padding-left:50px;
}
.pb-10 {
	padding-bottom:10px;
}
.pb-15 {
	padding-bottom:15px;
}
.pb-20 {
	padding-bottom:20px;
}
.pb-25 {
	padding-bottom:25px;
}
.pb-30 {
	padding-bottom:30px;
}
.pb-40 {
	padding-bottom:40px;
}
.pb-50 {
	padding-bottom:50px;
}

.pb-80 {
	padding-bottom:80px;
}

.pb-100 {
	padding-bottom:100px;
}
.pr-10 {
	padding-right:10px;
}
.pr-20 {
	padding-right:20px;
}
.pr-30 {
	padding-right:30px;
}
.pr-40 {
	padding-right:40px;
}
.pr-50 {
	padding-right:50px;
}

.mt-5 {
	margin-top:5px !important;
}

.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-50 {
	margin-top:50px;
}
.mt-100 {
	margin-top:100px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-50 {
	margin-bottom:50px;
}
.mb-100 {
	margin-bottom:100px;
}
.ml-10 {
	margin-left:10px;
}
.ml-20 {
	margin-left:20px;
}
.ml-30 {
	margin-left:30px;
}
.ml-40 {
	margin-left:40px;
}
.ml-50 {
	margin-left:50px;
}
.mr-0 {
	margin-right:0px !important;
}
.mr-10 {
	margin-right:10px;
}
.mr-20 {
	margin-right:20px;
}
.mr-30 {
	margin-right:30px;
}
.mr-40 {
	margin-right:40px;
}
.mr-50 {
	margin-right:50px;
}

.m0auto{margin:0 auto;}

.br-n{
	border-right: 0 !important;
}
.bl-n{
	border-left: 0 !important;
}

.wd-95{
	width: 95% !important;
}

.wd-100{
	width: 100% !important;
}


.btn-st {
	position:relative;
	display:block;
	width: 180px;
	height: 60px;
	overflow: hidden;
}
.btn-st > span {
	display: table;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}


.clearfix::after{
	display: block;
	content: "";
	clear: both;
}

.bg-g{
	background: #fafafa;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}

.swiper-pagination-bullet{
	background: #fff;
}

.swiper-pagination-bullet-active{
	position: relative;
	margin-right: 25px !important;
	transition: 0.1s;
}

.swiper-pagination-bullet-active::after{
	display: block;
	content: "";
	width: 15px;
	height: 1px;
	position: absolute;
	right: -25px;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
	transition: 0.1s;
}


.swiper-pagination-bullet{
	padding: 6px;
}

.mtable-ntc{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.mtable-ntc img{
	margin: 0 auto;
}

.mtable-ntc > div{
	z-index: 9;
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px 20px 20px 20px;
	background-color: #fff;
	box-shadow: 1px 1px 30px rgba(0 0 0 / 10%);
	border-radius: 20px;
}

.mtable-ntc > div::after{
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: url("../../images/common/close.png") center no-repeat;
	background-size: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.mtable-ntc img{
	animation:drg 3s ease-out infinite;
}

.mtable-ntc p{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

@keyframes drg {
	0%,100%{transform:translateX(0)}
	50%{transform:translateX(15px)}
}

.mtable-ntc.close{
	display: none;
}

.mtable-ntc .drg{
	width: 31px !important;
}

table{
	background: #474857;
}

table tr{
	border-bottom: 1px solid #515264;
}


table th{
	font-weight: 800;
	background-color: #23222e;
}

table th,
table td{
	text-align: center;
	padding: 15px;
	border-left: 1px solid #515264;
}


footer .bottom .drop-list{
	float: right;
	width: 200px;

}

.drop-list {position:relative;}

.drop-list .btn-drop {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	width:100%;
	height:45px;
	padding:0 20px;
	background-color:transparent;
	transition:background-color .3s;
}
.drop-list .btn-drop::after {
	content:"";
	width: 9px;
	height: 9px;
	background: url("../../images/common/arr-down.png") no-repeat center / contain;
	transition:transform .3s;
}

.drop-list.open .btn-drop::after {
	transform:rotate(-180deg);
}

.drop-list .list {
	display:none;
	position:absolute;
	top: 45px;
	left:0;
	width:100%;
	border:1px solid rgb(255 255 255 / 20%);
	background-color:#232323;
}
.drop-list .item {
	padding: 12px 20px;
	border-top: 1px solid rgb(255 255 255 / 20%);
	float: none;
	margin-right: 0;
}

.drop-list .item:first-child{
	border-top: 0;
}

.drop-list .link {color:#757575;}


.drop-list li::after {
	display: none;
}

.more-btn{
	display: flex;
	align-items: center;
	width: 150px;
	height: 45px;
	border-radius: 50px;
	background: #fff;
	padding-left: 20px;
}

.more-btn:hover span{
	animation:arr 0.8s ease-out infinite;
}

.more-btn p{
	display: block;
	font-family: 'Giants';
}

.more-btn span{
	display: block;
	content: "";
	width: 8px;
	height: 12px;
	background: url("../../images/common/more.png") center / auto no-repeat;
	margin-left: 3.5rem;
}

@keyframes arr {
	0%,100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(5px);
	}
}

/*.swiper{*/
/*	padding-bottom: 50px;*/
/*}*/

.tit-bg{
	position: relative;
	font-family: 'Giants';
	color: #fff;
	padding-left: 40px;
}

.tit-bg::before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 17px;
	height: 52px;
	background: url("../../images/common/star-3.png") center / auto no-repeat;
}



ul.tabs {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	gap: 0 20px;
}

ul.tabs li {
	flex:1;
	text-align: center;
	cursor: pointer;
	color: #fff;
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	font-weight: 600;
	box-shadow: 1px 1px 20px rgba( 0 0 0 / 5%);
}


ul.tabs li.active {
	color: #fff;
	background: #f37830;
	border: 1px solid #f37830;
	display: block;
}

ul.tabs li a,
ul.tabs li.active a {
    color: #fff;
}

.tab_container {
	width: 100%;
}

.tab_content {
	display: none;
}

.tab_drawer_heading { display: none; }

.tabs-wrap{
	width: 400px;
	margin: 50px auto;
}
.tabs li{
	position: relative;
	padding: 10px 20px;
	border: 0;
	background-color: #3e3f54;
	color: #fff;

}

.tabs li.active{
	background-color: #ee591f;
}

.tabs li.active::before,
.tabs li.active::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url("../../images/common/star-2.png");
}

.tabs li.active::before{
	left: 20px;
}

.tabs li.active::after{
	right: 20px;
}

.msc-box{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.msc-box img{
	margin: 0 auto;
}

.msc-box > div{
	z-index: 9;
	position: absolute;
	width: 80%;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px;
	background-color: #fff;
	box-shadow: 1px 1px 30px rgba(0 0 0 / 10%);
	border-radius: 20px;
}

.msc-box > div::after{
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background: url("../../images/common/close.png") center no-repeat;
	background-size: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.msc-box > div p::before{
	display: none !important;
	border: 1px solid red;
}

.msc-box img{
	animation:drg 3s ease-out infinite;
	width: 20px !important;
}

.msc-box p{
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
	color: #111;
}

@keyframes drg {
	0%,100%{transform:translateX(0)}
	50%{transform:translateX(15px)}
}

.msc-box.close{
	display: none;
}

.pc-mode{display: block;}
.m-mode{display: none;}

@media screen and (max-width: 1140px){

	.m-scr-wrap{
		position: relative;
		width: 100%;
		overflow-x: scroll;
	}

	.mtable-ntc{
		display: block;
	}

}

@media screen and (max-width: 1024px) {
	.pc-mode{display: none;}
	.m-mode{display: block;}
}

@media screen and (max-width: 640px){

	.more-btn{
		width: 120px;
		height: 35px;
	}

	.more-btn span {
		margin-left: 2rem;
	}

	ul.tabs{
		gap: 0 10px;
	}

	.tabs li.active::before{
		left: 10px;
	}

	.tabs li.active::after{
		right: 10px;
	}

	ul.tabs li{
		font-size: 13px;
		padding: 5px 10px;
	}

	.msc-box{
		display: block;
	}

	table th, table td{
		padding: 5px 10px;
		font-size: 14px;
	}

}

