.dp-block {
	display:block;
}
.dp-none {
	display:none;
}

.clearfix::after{
	display: block;
	content: "";
	clear: both;
}

.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-800 {
	font-weight:800;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}

.fs-i{font-style: italic;}

.txt-upp{
	text-transform: uppercase;
}

.fc-w {
	color:#fff
}

.fc-g{
	color: #a5a5a5;
}

.fc-p{
	background: linear-gradient(to right, #6464e5, #b541ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fs-20{font-size: 20px;}
.fs-30{font-size: 30px;}
.fs-40{font-size: 40px;}
.fs-50{font-size: 50px;}

.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;
}

.wd-95{
	width: 95% !important;
}

.wd-100{
	width: 100% !important;
}

.bd-r-n{border-right: 0 !important;}
.bd-r{border-right:1px solid #f4f4f4;}

.btn-st {
	position:relative;
	display:block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 20px 0 20px 0;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	background-image: url("../images/common/btn-bg.png");
}

.btn-st.type-1{
	background-color: #111;
}

.btn-st.type-2{
	background-color: #6464e5;
}

.btn-st span{
	color: #fff;
	background: url("../images/common/arr-st-w.png") no-repeat right center / 6px;
	padding-right: 25px;
}

.btn-st.type-1:hover{
	box-shadow: 1px 1px 20px rgba(147 57 111 / 30%);
	transition: 0.2s;
}


.btn-st > span {
	display: table;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
}

.gray-bg{
	background: #fafafa;
}


.inner{
	width: 1400px;
	margin: 0 auto;
}

.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;
}

.swiper-pagination-bullet-active::after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: rgba(255 255 255 / 20%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	transition: 0.2s;

}

.p-tit{
	font-size: 25px;
	font-weight: 700;
    background: url(../images/common/p-tit-bg.png) no-repeat right top / 107px;
}

.bd-b-none{
	border-bottom: 0 !important;
}


.ctr-wrap{
    display: flex;
	margin-top: 40px;
}

.ctr-wrap .nxt,
.ctr-wrap .prv{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}


.ctr-wrap .prv{
	margin-right: 10px;
	background-image: url("../images/common/pre.png");
}

.ctr-wrap .nxt{
	background-image: url("../images/common/nxt.png");
}

.rotate-Pimg{
    position: absolute;
    top: -60%;
    right: -10%;
    animation: rotate-Pimg 15s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate-Pimg{
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1440px){

	.p-tit{
		font-size: 22px;
	}

}


.point-txt{
    position: absolute;
    left: -10%;
    top: 45%;
    transform: translateY(-50%) rotate(90deg);
    color: transparent;
    font-size: 140px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255 255 255 / 20%);
	font-weight: 800;
}


.pag-type{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 113px;
    background: url(../images/common/pag-bg.png) no-repeat center / cover;
    z-index: 9;
    font-size: 0;
}

.pag-type span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-size: 16px;
    font-weight: 600;
}

.swiper-pagination-current{
    color: #fff;
}

.swiper-pagination-total{
    margin-top: 25px;
    color: rgba(255 255 255 / 50%);
}

.swiper-pagination-total::before{
    display: inline-block;
    content: "/";
    color: #fff;
    margin-top: -5px;
    margin-right: 6px;
    margin-left: 6px;
    transform: translateY(-10px);
    font-size: 35px;
    font-style: italic;
    font-weight: 100;
}

.bd-box{
	border:1px solid #edecec;
	background: #fff;
	padding: 40px;
}

.gray-box{
	background: #f6f6f6;
	padding: 40px;
}

.sdw-box{
	background: #fff;
	padding: 40px;
	box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
}

.txt-list li{
	display: flex;
	margin-bottom: 10px;
}

.txt-list li:last-child{
	margin-bottom: 0;
}

.txt-list li::before{
	display: inline-block;
	content: "-";
	margin-right: 10px;
	color: #a5a5a5;
}


.check-form label{
    width: 100%;
	margin-bottom: 16px;
}

.check-form label:last-child{
	margin-bottom: 0;
}

.check-form .inner{
	cursor: pointer;
    height: auto;
    line-height: auto;
	padding: 0;
}

.check-form .inner::after{
    display: block;
    content: "";
    clear: both;
}

.check-form .ck-wrap::after{
    display: block;
    content: "";
    clear: both;
}


.check-form .ck-wrap input {
    display: none;
}


.check-form > .ck-wrap input:checked + .inner .check-box {
    display: block;
}

.check-form .inner .tit{
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
	margin-left: 16px;
}

.check-form .inner .tit h4,
.check-form .inner .tit p{
	color: #B2B8C0;
}


.check-form .ck-wrap input:checked + .inner .tit h4,
.check-form .ck-wrap input:checked + .inner .tit p {
    color: #30D3BA;
}


.check-form .inner .check-box{
    float: left;
}

.check-form .inner::after{
    display: block;
    content: "";
    clear: both;
}

.check-form .check-box{
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/common/check-off.png");
}

.check-form > .ck-wrap input:checked + .inner .check-box {
    background-image: url("../images/common/check-on.png");
}


.bg-g-badge{
	display: table;
	margin: 0 auto;
	background: #F7F7F7;
	border-radius: 50px;
	padding: 8px 12px;
}

.bg-p-badge{
	display: inline-block;
	background: #00D6B9;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
}

.bg-c-1{
	background-image: #6464e5 !important;
}

.check-form label{
    width: 100%;
}

.check-form.type-01 .inner{
	position: relative;
	box-shadow: 1px 1px 5px rgba(0 0 0 / 10%);
    height: 55px;
    line-height: 55px;
	border-radius: 8px;
}

.check-form.type-01 .inner::after{
    display: block;
    content: "";
    clear: both;
}

.check-form .cbox::after{
    display: block;
    content: "";
    clear: both;
}


.check-form .cbox input {
    display: none;
}


.check-form .cbox input:checked + .inner{
    background: #E9F5FA;
	border:1px solid #E9F5FA;
}

.check-form.type-01 .cbox input:checked + .inner .tit {
    color: #000;
    font-weight: 500;
}

.check-form > .cbox input:checked + .inner .check-box {
    display: block;
}


input[type="checkbox"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	margin: -2px 8px 0 0;
	vertical-align: middle;
	background: url("../images/common/checkbox.svg") left top no-repeat;
	cursor: pointer;
	background-size: cover;
	background-color: #fff;
  }
  
  
  input[type="checkbox"]:checked + label span {
	background:url("../images/common/checkbox.svg")  -26px top no-repeat;
	background-size: cover;
  }
  
  
  input[type="radio"] {
	display:none;
  }
  
  
  input[type="radio"] + label span {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: -2px 8px 0 0;
	vertical-align: middle;
	background: url("../images/common/radio.svg") left top no-repeat;
	cursor: pointer;
	background-size: cover;
  }
  
  
  input[type="radio"]:checked + label span {
	background:url("../images/common/radio.svg")  -26px top no-repeat;
	background-size: cover;
  }
  
  input[type="text"]{
	width: 100%;
	border:1px solid #E5E5EC;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	border-radius: 4px;
	  margin-left: 10px;
	font-size: 16px;
  }
  


.check-form{
    display: table;
    margin: 0 auto;
}

.check-form{
	display: flex;
}

.check-form::after{
    display: block;
    content: "";
    clear: both;
}

.check-form .cbox{
    margin-right: 5px;
    text-align: center;
    float: left;
    width: auto;
}

.check-form .cbox{
	flex: 1;
	margin-bottom: 0;
}

.check-form .cbox:last-child{
    margin-right: 0;
}

.check-form .inner{
	width:  auto !important;
	border-radius: 8px;
	padding: 10px 20px;
	border:1px solid #e4e4e4;
}

.check-form .inner .tit{
	float: none;
	text-align: center;
	margin-left: 0;
}


.check-form .cbox input:checked + .inner{
	border:1px solid #b442ff;
	color: #b442ff;
	background: #fff;
}


.acd-content{
    padding-bottom: 20px;
}

.acd-question {
    z-index: 9;
    position: relative;
    border: 1px solid #eaeaea;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.panel-title {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    padding: 20px;
    background: #fff;
}


.panel-content {
    padding: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    opacity: 0;
    /* -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; */
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 1px;
    border-top: 1px solid #DEDEDE;
	padding: 40px;
}

.panel-content .list{
    padding: 10px 0;
}

.arr {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 30px;
    height: 30px;
    background: url("../images/common/arr-down-b.png") center no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}


.panel:checked~.arr {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel {
    display: none;
}


.panel-content .item::after{
    display: block;
    content: "";
    clear: both;
}

.panel-content .item p{
    display: inline-block;
}

table{
	width: 100%;
}

table thead{
	border-top: 2px solid #6464e5;
}

table tr{
	border-bottom: 1px solid #e4e4e4;
}

table th, td{
	padding: 20px;
}

@media screen and (max-width: 1140px){

	.bd-box{
		padding: 20px;
	}

}

