.jtWrap {
	padding: 10px 20px 0;
}

.jtWrap .filterBtn {
	margin-bottom: 20px;
}
.jtWrap .filterBtn button {
	flex: 1;
	height: 30px;
	background: #F8F8F8;
	color: #363636;
	font-size: 10px;
	letter-spacing: -0.2px;
}
.jtWrap .filterBtn button:nth-child(2) {
	margin: 0 5px;
}
.jtWrap .filterBtn button.active {
	background: #4AA61B;
	color: #fff;
}

.jtWrap .date {
	position: relative;
	margin-bottom: 20px;
}
.jtWrap .date .swiper-container {
	position: static;
	margin: 0 25px;
}
.jtWrap .date .swiper-slide {
	text-align: center;
	font-size: 12px;
}
.jtWrap .date .swiper-slide.current {
	color: #4AA61B;
	font-weight: 700;
	border-bottom: 2px solid #4AA61B;
	padding-bottom: 1px;
}
.jtWrap .date .swiper-button-next {
	top: 0;
	right: 0;
} 
.jtWrap .date .swiper-button-prev {
	top: 0;
	left: 0;
}


.jtWrap .list li {
	position: relative;
	border-top: 1px solid #7d7d7d;
	padding: 16px 10px 13px;
	line-height: 1.5;
}
.jtWrap .list li .time {
	font-size: 10px;
	font-weight: 300;
	letter-spacing: -0.2px;
}
.jtWrap .list li .tel {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 10px;
	letter-spacing: -0.2px;
}
.jtWrap .list li .tel a {
	background: url("../images/ico-tel.svg")no-repeat 100% 50% / 10px;
	padding-right: 15px;
}
.jtWrap .list li .name {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.2px;
	margin-bottom: 2px;
}
.jtWrap .list li .info > div {
	flex: 0.9;
	font-size: 12px;
	letter-spacing: -0.5px;
}
.jtWrap .list li .info > div:nth-child(2) {
	flex: 1.3;
}
.jtWrap .list li .info > div:last-child {
	text-align: right;
	flex: 0.8;
}
.jtWrap .list li .state {
	margin-top: 10px;
}
.jtWrap .list li .state:before {
    content: 'You can apply';
    display: block;
    color: #4AA61B;
    font-size: 10px;
    letter-spacing: -0.2px;
    margin-top: 5px;
    position: absolute;
    right: 100px;
}
.jtWrap .list li .state .requesBtn {
	float: right;
	display: block;
	width: 80px;
	height: 25px;
	padding-bottom: 1px;
	background: #00381A;
	color: #fff;
	font-size: 10px;
	letter-spacing: -0.2px;
}
.jtWrap .list li .state .requesBtn:before {
	content: 'Request';
}
.jtWrap .fixBtn {
	position: fixed;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1125px;
	z-index: 4;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 10px 25px;
	box-sizing: border-box;
}
.jtWrap .fixBtn a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	background: #4AA61B;
	color: #fff;
}

.jtWrap .list li.current .state:before {
	content: 'Checking the request';
	color: #7d7d7d;
}
.jtWrap .list li.current .state .requesBtn {
	background: #FF9330;
}
.jtWrap .list li.current .state .requesBtn:before {
	content: 'Cancel';
}




.jtRegister {
	padding-bottom: 2px;
}
.jtRegister #header {
	text-align: center;
	line-height: 70px;
}
.jtRegister #header h2 {
	font-weight: 500;
	font-size: 16px;
}
.jtRegister #header .close {
	position: absolute;
	top: 27px;
	right: 30px;
    line-height: 1;
    width: 20px;
    height: 20px;
}
.jtRegister #header .close img {
	width: 13px;
	margin: 5px 0;
}

.jtRegister .filterBtn {
	margin: 20px 20px 30px;
}
.jtRegister .filterBtn button {
	flex: 1;
	height: 40px;
	border: 1px solid #9D9D9D;
	color: #9D9D9D;
	box-sizing: border-box;
	font-size: 10px;
	letter-spacing: -0.2px;
}
.jtRegister .filterBtn button:nth-child(2) {
	margin-left: 10px;
}
.jtRegister .filterBtn button.active {
	border: 1px solid #4AA61B;
	color: #4AA61B;
}
.jtRegister .inputForm {
	padding: 0 20px;
}
.jtRegister .inputForm > div {
	position: relative;
    margin: 5px 0 25px;
}
.jtRegister .inputLine {
	position: relative;
	margin: auto;
	width: 100%;
	padding: 10px 0;
	display: block;
}
.jtRegister .inputLine .label {
	width: 50%;
	position: absolute;
	top: 12px;
	left: 0;
	font-size: 14px;
	color: #9D9D9D;
	font-weight: 300;
	transform-origin: 0 0;
	transition: all 0.2s ease;
}
.jtRegister .inputForm label + button {
    position: absolute;
    bottom: 6px;
    right: 0;
    display: block;
    width: 80px;
    height: 30px;
    font-size: 10px;
    background: #7D7D7D;
    color: #fff;
}
.jtRegister .inputForm label + button.on {
	background: #4AA61B;
}
.jtRegister .inputLine .border {
	position: absolute;
	bottom: 0;
	left: 0px;
	height: 1px;
	right: 0;
	background: #7D7D7D;
}
.jtRegister .inputLine input {
	-webkit-appearance: none;
	width: 70%;
	height: 20px;
	border: 0;
	font-family: inherit;
	text-align: left;
	font-weight: 350;
	text-align-last: left;
	font-size: 14px;
	background: none;
	border-radius: 0;
	color: #000;
	box-shadow: none;
	transition: all 0.15s ease;
}
.jtRegister .inputLine p {
	display: none;
}
.jtRegister .inputLine input:not(:placeholder-shown) + span {
	color: #4AA61B;
	transform: translateY(-25px) scale(0.85);
	font-weight: 500;
}
.jtRegister .registerDate .inputLine input {
	padding: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
	.jtRegister .registerDate .inputLine input {
		text-indent: -117px;
	}
}
.jtRegister .registerDate .inputLine input + span {
	transform: none;
	color: #9D9D9D;
    font-weight: 300;
    z-index: -1;
}
.jtRegister .registerDate .inputLine.on input + span {
	color: #4AA61B;
	transform: translateY(-25px) scale(0.85);
	font-weight: 500;
}
.jtRegister .inputLine input:focus {
	background: none;
	outline: none;
}
.jtRegister .inputLine input:focus + span {
  color: #4AA61B;
  transform: translateY(-25px) scale(0.85);
  transition-delay: 0.1s;
  font-weight: 500;
}
.jtRegister .inputLine input:focus + span + .border {
	background: #4AA61B;
}
.jtRegister .dribbble {
	position: fixed;
	right: 10px;
	bottom: 7px;
	transition: all 0.2s ease;
}
.jtRegister .dribbble span {
	font-size: 14px;
	color: #9098a9;
}
.jtRegister .radioGroup {
	font-size: 0;
    border-bottom: 1px solid #7D7D7D;
    padding-bottom: 10px;
    padding-top: 0;
    margin: -7px 0 27px!important;
}
.jtRegister .radioGroup h4 {
    color: #4AA61B;
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 7px;
}
.jtRegister .radioGroup div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.jtRegister .radioGroup div:last-child {
	margin-right: 0;
}
.jtRegister .radioGroup input {
	display: none;
}
.jtRegister .radioGroup input + label {
	color: #9D9D9D;
	font-size: 14px;
	font-weight: 350;
}
.jtRegister .radioGroup input + label:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #9D9D9D;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.jtRegister .radioGroup input:checked + label {
	color: #000;
}
.jtRegister .radioGroup input:checked + label:after {
	border: 1px solid #4AA61B;
	background: #4AA61B url("../images/ico-check.svg")no-repeat 50% 50% / 14px;
}
.jtRegister .inputLine input:not(:placeholder-shown) + span + span + p {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 14px;
	font-weight: 350;
}
.jtRegister .amount .inputLine input {
	width: 90%;
}
.jtRegister .enquiry {
	position: absolute;
	top: -10px;
	right: 0;
}
.jtRegister .enquiry input[type=checkbox] {
	display: none;
}
.jtRegister .enquiry input[type=checkbox] + label {
	color: #9D9D9D;
	font-size: 12px;
	padding-right: 25px;
}
.jtRegister .enquiry input[type=checkbox] + label:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #9d9d9d;
	position: absolute;
	top: 0;
	right: 0;
}
.jtRegister .enquiry input[type=checkbox]:checked + label {
	color: #000;
}
.jtRegister .enquiry input[type=checkbox]:checked + label:after {
	border: 1px solid #4AA61B;
	background: #4AA61B url("../images/ico-check.svg")no-repeat 50% 50% / 20px;
}
.jtRegister .txt {
	padding: 0 20px;
	font-size: 8px;
}
.jtRegister .registerBtn {
	display: block;
	background: #7D7D7D;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin: 20px;
}
.jtRegister .registerBtn.on {
	background: #4AA61B;
}


.bluePop .modalContent {
	padding: 0;
}
.bluePop h2 {
	background: #0047FF;
	color: #fff;
	text-align: left;
	padding: 15px 20px;
	font-weight: 500;
	font-size: 14px;
}
.bluePop .close {
	top: 21px;
    left: auto;
    right: 20px;
    transform: none;
}
.bluePop .close img {
	width: 13px;
}
.bluePop p {
	font-size: 14px;
	line-height: 1.2;
	padding: 40px 25px;
	letter-spacing: -0.3px;
}
.bluePop .btnArea {
	padding: 0 15px 15px;
}
.bluePop .btnArea button {
	flex: 1;
	text-align: center;
	height: 40px;
	font-size: 12px;
	background: #363636;
	color: #fff;
	padding-bottom: 1px;
}
.bluePop .btnArea button.confirmBtn {
	flex: 2;
	background: #0047FF;
	margin-left: 10px;
}

@media screen and (max-width: 480px){
	.jtWrap .date .swiper-slide span {
		display: block;
	}
}