@charset "utf-8";

.tkp_terms_main {
	font-size: 14px;
}
.tkp_terms_title {
	margin-bottom: 20px; 
	text-align: center; 
	font-size: 30px;
}
.tkp_terms_main pre {
	white-space: pre-wrap;
	line-height: 1.5;
	word-break: break-word;
}

.tkp_footer {
	padding: 80px 0;
}
.tkp_footer_logo {
	display: flex;
	gap: 0 50px;
}
.tkp_footer_logo > img {
	width: 180px;
}
.tkp_footer_logo .ismspLogo {
	text-align: center;
}
.tkp_footer_logo .ismspLogo > img {
	display: block;
    margin: 0 auto;
    width: 100px;
}
.tkp_footer_text {
	margin: 20px 0 50px;
	font-size: 12px;
}
.tkp_footer_terms_wrap {
	display: flex;
	gap: 0 40px;
	font-size: 14px;
}
.tkp_footer_terms_wrap .importantTerms {
	font-weight: 800;
}

.tkp_privacy_policy table th {	text-align: center;}	
.tkp_privacy_policy table td, .tkp_privacy_policy table th {border: 1px solid #000; padding: 0.5em;}    
.tkp_privacy_policy table{width: 100%;}
.tkp_privacy_policy .pl1 {padding-left: 1vw;}
.tkp_privacy_policy .pl2 {padding-left: 2vw;}
.tkp_privacy_policy .fw-b {font-weight: 700;}

.tkp_main {
	font-family: "SeoulAlrim" ,'NotoSansKR', sans-serif,'Montserrat';
	font-size: 20px;
	font-weight: 400;
}
.viFont {font-family:"Times New Roman",'NotoSansKR', sans-serif,'Montserrat';}

[class^=tkp_title] {
	letter-spacing: -0.02em;
}

.tkp_visual1 {
    min-height: calc(100vh - var(--main_header_height));
    color: #fff;
    text-align: center;
    background: #000 url(../images/tokpay/bg_tkp_visual1.png) no-repeat center / cover;
    box-sizing: border-box;
}
.tkp_title1 {
	margin-top: 10vh;
	font-size: 4.5em;
	font-weight: 900;
	text-shadow: 0 3px 6px rgba(54, 40, 40, 0.69);
}
.tkp_title1 .yellow_text {
	color: #fff700;
}
.tkp_text1 {
	margin-top: calc(var(--base-margin) * 1.5);
	font-size: 1.5em;
	font-weight: 700;
	text-shadow: 0 3px 6px rgba(61, 52, 56, 0.56);
}
.tkp_btn_wrap1 {
	display: flex;
	gap: 0 var(--base-margin) ;
	justify-content: center;		
	margin-top: 3em;
}
.tkp_btn_wrap1 > button {
	width: 11em;
	font-size: inherit;
}
.tkp_btn_wrap1 > button img {
	width: 100%;
}
.tkp_contents1 {
	display: flex;
	gap: 2em 2em;
	align-items: center;
}
.tkp_contents1 > img {
	width: 28%;
}
.tkp_title2 {
	margin-bottom: calc(var(--base-margin) * 1.3);
	font-size: 2.6em;
	font-weight: 900;
}
.tkp_contents2 {
	display: flex;
	gap: 0 1em;
	align-items: start;
	margin-top: calc(var(--base-margin) * 1.5);
	font-size: 1.1em;
}
.tkp_contents2 > img {
	width: 70px;
	margin-top: calc(var(--base-margin) * 0.4);
	padding: 0 4px;
	box-sizing: border-box;
}
.tkp_contents2 > img:first-child {
	padding: 0;
}
.tkp_contents3 {
    display: flex;
    gap: 2.5em 4.5em;
}
.tkp_title3 {
	font-size: 2.6em;
	font-weight: 900;
}
.tkp_text3 {
	margin-top: calc(var(--base-margin) * 1.5);
	font-size: 1.5em;
}
.tkp_contents3 .swiper {
	flex-shrink: 0;
    width: 40%;
    aspect-ratio: 1 / 1.25; 
    position: relative;
    overflow: hidden;
    transform: rotate(180deg);
}
.tkp_contents3 .swiper-slide {
    display: flex;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    border-radius: 12px;
    padding: calc(var(--base-margin) * 1.25);
  	box-sizing: border-box;
  	transform: rotate(180deg);
}
.tkp_contents3 .swiper-slide.food1 {background-image: url(../images/tokpay/img_food1.png)}
.tkp_contents3 .swiper-slide.food2 {background-image: url(../images/tokpay/img_food2.png)}
.tkp_contents3 .swiper-slide.food3 {background-image: url(../images/tokpay/img_food3.png)}
.tkp_contents3 .swiper-slide.traffic1 {background-image: url(../images/tokpay/img_traffic1.png)}
.tkp_contents3 .swiper-slide.traffic2 {background-image: url(../images/tokpay/img_traffic2.png)}
.tkp_contents3 .swiper-slide.traffic3 {background-image: url(../images/tokpay/img_traffic3.png)}
.tkp_contents3 .swiper-slide.landmark1 {background-image: url(../images/tokpay/img_landmark1.png)}
.tkp_contents3 .swiper-slide.landmark2 {background-image: url(../images/tokpay/img_landmark2.png)}
.tkp_contents3 .swiper-slide.landmark3 {background-image: url(../images/tokpay/img_landmark3.png)}

.tkp_contents3 .swiper-slide .name {
	display: flex;
	align-items: center;
	min-width: calc(var(--base-margin) * 10);
	padding: 10px;
	border: 2px solid #003ac1;
	border-radius: 40px;
	background-color: #fff;
	font-weight: 800;
}
.tkp_contents3 .swiper-slide .name img {
	width: calc(var(--base-margin) * 2);
}
.tkp_contents3 .swiper-slide .name span {
	width: 100%; 
	padding: 0 1.5em 0 1em;
	text-align: center;
	color: #000;
	font-size: 1.2em;
}

.tkp_contents3.column {
	flex-direction: column;
	align-items: center;
}
.tkp_contents3.column  .tkp_title3, .tkp_contents3.column  .tkp_text3 {
	text-align: center;
}
.tkp_contents3.column .swiper {
	width: 90%; 
	aspect-ratio: 1 / 0.55;
}
.tkp_contents3.column .swiper-slide {
	justify-content: center;
}
.tkp_visual2 {
	color: #fff;
	background: #000 url(../images/tokpay/bg_tkp_visual2.png) no-repeat center / cover;
	box-sizing: border-box;
	text-align: center;
}
.tkp_title4 {
	font-size: 3em;
	font-weight: 900;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.tkp_text4 {
	font-size: 2em;
	font-weight: 700;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.tkp_contents4_shadow {
	max-width: 570px;
	width: calc(90% - 90px);
	height: calc(var(--base-margin) * 2);
	margin: 1.25em  auto 0;
	border-top-left-radius: 50px;			
	border-top-right-radius: 50px;			
	background-color: #e6e6e6;
	opacity: 0.9;
}
.tkp_contents4 {
	max-width: 660px;
	width: 90%;
	margin: 0  auto;
	padding: calc(var(--base-margin) * 2) calc(var(--base-margin) * 3) 0;
	border-radius: 50px;
	box-shadow: 0 3px 6px 0 rgba(68, 68, 68, 0.83);
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
}
.tkp_contents4_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.75em;
	font-weight: 800;
}
.tkp_contents4_header img {
	width: calc(var(--base-margin) * 3.5);
}
.tkp_contents4_desc {
	padding: calc(var(--base-margin) * 4) 0 calc(var(--base-margin) * 6.5);
	font-size: 4em;
	font-weight: 900;
}
.tkp_contents5 {
	display: flex;
	gap: 1.5em 1.5em;
	margin-top: 3em;
}
.tkp_title5 {
	margin-top: calc(var(--base-margin) * 1.5);
	font-size: 1.4em;
	font-weight: 900;
}
.tkp_contents5_box1 .tkp_title5 {
	margin-top: auto;
}
.tkp_text5 {
	margin-top: 0.5em;
}
.tkp_contents5_box {
	padding: 2em;
	border-radius: 20px;
}
.tkp_contents5_box1 {
	display: flex;
	flex-direction: column;
	padding: 3em 2em;
	background-color: #d2e823;
}
.tkp_contents5_box2 {
	background-color: #061492;
}
.tkp_contents5_box3 {
	margin-top: 1.5em;
	background-color: #652d8d;
}
.tkp_contents5_box > img {
	margin: 0 auto;
}
.tkp_contents5_box1 > img {
	width: 80%;
}
.tkp_contents5_box2 > img {
	width: 90%;
}
.tkp_contents5_box3 > img {
	width: 45%;
}
.tkp_contents6 {
	display: flex;
	gap: 2em 2em;
	margin-top: 2em;
}
.tkp_contents6_box {
	width: calc(50% - 1em);
	padding: 2em;
	box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.09);
	border-radius: 36px;		
	box-sizing: border-box;
}
.tkp_contents6_header {
	display: flex;
	gap: 0 calc(var(--base-margin) * 0.75);
	align-items: center;
	font-size: 1.5em;
	font-weight: 700;
}
.tkp_contents6_header img {
	width: 85px;
}
.tkp_contents6_box > p {
	margin-top: calc(var(--base-margin) * 1.5);
	font-size: 1.1em;
}
.tkp_visual3 {
	background: #000 url(../images/tokpay/bg_tkp_visual3.png) no-repeat center / cover;
	box-sizing: border-box;
	text-align: center;
}
.tkp_contents7 {
	padding: 3em;
	background-color: #fff;
	border-radius: 60px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	text-align: center;
}
.tkp_title6 {
	font-size: 4em;
	font-weight: 900;
}
.tkp_text6 {
	margin-top: calc(var(--base-margin) * 1.5);
	color: #fff;
	font-size: 1em;
	font-weight: 700;
}
.frequently_Q_wrap[data-cate-num] {
	display: none;
}
.frequently_Q_wrap[data-cate-num].active {
	display: block;
}
.selectric-wrapper:has(#selectFaqCate) {
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
} 














@media (max-width: 1400px){
	.tkp_contents6 {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 1000px){
	.tkp_main {
		font-size: 16px;
	}
	.tkp_contents1 {
		flex-direction: column;
		padding: 0 2em;
	}
	.tkp_contents1 > img {
		width: 50%;
	}
}
@media (max-width: 767px){
	.tkp_contents3 {
		flex-direction: column;
		align-items: center;
	}
	.tkp_contents3  .tkp_title3, .tkp_contents3.column  .tkp_text3 {
		text-align: center;
	}
	.tkp_contents3 .swiper {
		width: 60%; 
	}
	.tkp_contents3 .swiper:has(.traffic1) {
		order: 2;
	}
	.tkp_contents4_header {
		font-size: 1.25em;
	}
	.tkp_contents4_desc {
		font-size: 2.5em;
	}
	.tkp_contents5 {
		flex-direction: column;
	}
	.tkp_contents5_box1 > img {
		width: 60%;
	}
	.tkp_contents5_box1 .tkp_title5 {
		margin-top: 1.4em;
	}
	.tkp_contents6 {
		flex-direction: column;
		align-items: center;
	}
	.tkp_contents6_box {
		width: 100%;
		max-width: 500px;
	}
}
