
.sec_2 .container .day_list li .text_area .day {
	    text-align: center;
}
.sec_2 .container .day_list li .text_area .day::before {
	display:none;
}
.sec_2 .container .day_list li .text_area .day span {
	border-bottom :1px solid #5c5c5c;
	padding:0 1vw;
}

.sec_2 .container .day_list li .img_area {
	width:50%;
}
.sec_2 .container .day_list li .img_area img {
	max-width: 90px;
	min-width:67px;
	width:61%;
}

.sec_2 .container .detail_box .swiper .swiper-container .swiper-wrapper .swiper-slide {
	height: unset;
    max-height: unset;
    min-height: unset;
}
.sec_2 .container .detail_box .txt_box {
	position:relative;
}
.sec_2 .container .detail_box .txt_box .num,
.sec_2 .container .detail_box .txt_box .num span {
	font-size: clamp(12px, 3.73vw, 14px);
	font-weight: 500;
	color: #6285FF;
	margin-left:0;

}
.sec_2 .container .detail_box .txt_box .name {
	margin-bottom :5px;
	color: #050505;
	font-weight: 500;
	font-size: clamp(15px, 5.33vw, 20px);
	line-height: 1.45; /* 29px */
}
.sec_2 .container .detail_box .txt_box .detail li span {
	font-weight: 400;
    font-size: clamp(13px, 4.00vw, 15px);
    line-height: 1.33; /* 20px */
    color: #545454;
}
.sec_2 .container .detail_box .txt_box .detail li p {
    font-weight: 400;
    font-size: clamp(13px, 3.73vw, 14px);
    line-height: 1.3;
    color: #545454;
}
.sec_2 .container .detail_box .txt_box .detail #copy_btn {
	width:15px;
	height:15px;
	margin-left:5px;
	background-image:url(../../../img/ssancar/copy_ico.png);
	background-size:cover;
	background-position:center;
}
.sec_2 .container .detail_box .txt_box .money {
	font-weight: 700;
	font-size: clamp(14px, 5.33vw, 20px);
	line-height: 1.45; /* 29px */
	color: #6285FF;
}
.sec_2 .container .detail_box .txt_box .money span {
	margin-left:8px;
}
.sec_2 .container .detail_box .txt_box .request_btn {
	position: absolute;
    bottom: 15px;
    right: 15px;
    background: #41BE6C;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
	color:#fff;
	padding:6px 6px;
	font-size: clamp(13px, 0.83vw, 16px);
	font-weight: 300; 
}


/* pay toggle area */
.request_toggle_area {
	padding-top:40px;
	display:none;
}
.request_toggle_area .txt1 {
	font-size: clamp(20px, 1vw, 19px);
	font-weight: 700; 
	color:#fff;
	background: #41BE6C;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	padding:10px 15px;
}
.request_toggle_area .txt2 {
	margin-top:23px;
	border: 3px solid #41BE6C;
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	font-size: clamp(12px, 0.63vw, 12px);
	font-weight: 500; 
	color:#797979;
}
.request_toggle_area .img_area {
	margin:7px 0 30px;
	border: 3px solid #41BE6C;
	box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius:clamp(15px, 3.60vw, 50px);
	overflow:hidden;
}
.request_toggle_area .img_area img {
	
}
.pay_btn {
	background: #41BE6C;
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	color:#fff;
	font-size: 18px;
	line-height: 50px;
	font-weight: 500; 
	width:90%;
	margin:0 auto;
}
.pay_btn i {
	width:42px;
	height:36px;
	background-image:url(../../../img/ssancar/pay_ico.png);
	margin-left:8px;
}



/* pay area 1 */
.pay_pop_area {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
	max-width:500px;
    background: #F7F9FF;
    z-index: 99999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    padding: 20px 20px 40px;
}
.pay_pop_bg{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0, 0, 0, .2);
    z-index: 99999;
}
.pay_pop_area .info_area {
	border-radius: 19px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    margin-top: 1.6rem;
    padding: 18px;
	border:1px solid #000;
}
.pay_pop_area .info_area .num{
	font-size: clamp(12px, 3.73vw, 14px);
    font-weight: 500;
    color: #41BE6C;
    margin-left: 0;
	margin-bottom: 5px;
}
.pay_pop_area .info_area .name {
	margin-bottom: 5px;
    color: #050505;
    font-weight: 500;
    font-size: clamp(15px, 5.33vw, 20px);
    line-height: 1.45;
}
.pay_pop_area .info_area .detail {
	margin-bottom:14px;
	color: #545454;
	line-height:1.3;
	font-size:12px;
}
.pay_pop_area .info_area .detail li span {
	padding-right:20px;
}
.pay_pop_area .info_area .money {
	font-weight: 700;
	font-size: 16px;
	color: #6285FF;
}
.pay_pop_area form {
	padding-top:15px;
	width:90%;
}
.pay_pop_area form h4{
	font-size: clamp(15px, 0.78vw, 15px);
	font-weight: 700; 
	color: #797979;
	border-bottom:3px solid #41BE6C;
	line-height:1.3;
}
.pay_pop_area form .input_box {
	margin-top:13px;
}
.pay_pop_area form .input_box input {
	background: #FFFFFF;
	border: 1px solid #6F6E6E;
	border-radius: 8px;
	font-size: clamp(13px, 0.68vw, 13px);
	line-height: 2.92; /* 38px */
	font-weight: 400; 
	padding:0 14px;
	width:100%;
}
.pay_pop_area form .input_box input.half {
	width:50%;
}
.pay_pop_area form .input_box p {
	font-weight: 400;
	font-size: 10px;
	color: #646464;
	padding-left:20px;	
}
.pay_pop_area form .check_box {
	padding-top:14px;
	font-weight: 400;
	font-size: 14px;
	color: #908E8E;
}
.pay_pop_area form .check_box label {
	margin-left:10px;
}
.pay_pop_area form .util_area {
	padding:20px 0 30px;
}
.pay_pop_area form .util_area img {
	width:45px;
	margin-right:10px;
}


/*complete area*/
.complete_pop_area  {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
	max-width:500px;
    background: #F7F9FF;
    z-index: 99999;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 19px;
    padding: 34px 20px;
}
.complete_pop_area .top {
	background: #FFFFFF;
	border: 1px solid #000000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 19px;
	padding:30px 20px;
	margin-bottom:50px;
}
.complete_pop_area .top .txt1 {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.07em;
	color: #6285FF;
	padding-bottom:20px;
}
.complete_pop_area .top .txt2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #5C5C5C;
}

.request_btn {
	/*display:none;*/
}

.pay_pop_bg,
.pay_pop_area,
.complete_pop_area {
	display:none;
}



@media screen and (max-width: 450px) {
	.sec_2 .container .day_list li .text_area,
	.sec_2 .container .day_list li .img_area {
		width:50%;
	}
	.sec_2 .container .detail_box .txt_box .money {
		font-size:clamp(16px, 4.44vw, 20px);
	}
}