 @font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
*{
	padding: 0;
	box-sizing: border-box;
	margin: 0;
	font-family: 'Pretendard' !important;
}
html,body{
	margin: 0;
	padding: 0;
}
body{
	overflow-x:hidden;
}
li{
	list-style: none;
}
.page-w{
	width:1200px;
	position: relative;
	margin: 0 auto;
}

#header{
	height: 80px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	background:#fff;
	position:fixed;
	top:0;
	width:100%;
	z-index:10000;
}
#header-logo{
	width: 200px;
	height: auto;
	top: 20px;
	position:absolute;
	
}
.active-button.header{
	width: 350px;
	position:absolute;
	right:0;
	top:15px;
}
.active-button{
	
}
.active-button ul{
	display:flex;
	gap:2%;
}
.active-button ul li{
	width:50%;
}
.active-button ul li img{
	width: 25px;
	margin-right: 10px;
	vertical-align:middle;
}
.active-button ul li a{
	display:block;
	width:100%;
	border:1px solid #000;
	border-radius: 30px;
	text-align:center;
	height: 50px;
	line-height: 50px;
	font-size:18px;
	font-weight: 800;
}
.active-button ul li.call_btn a{
	color:#fffb66;
	background:#000;
}
.mobile-header{
	display:none;
}
#section01{
	width:100%;
	height: 830px;
	background:#fffb66;
	padding-top: 100px;
	position:relative;
}
#section1-phrase{
	margin-top: 80px;
}
#section1-phrase p{
	font-size:20px;
	font-weight:600;
	display:inline-block;
	padding: 10px 40px;
	background:#fff;
	border-radius: 40px;
}
#section1-logo{
	width: 500px;
	height: 100px;
	background:url(../img/logo-black.svg) no-repeat;
	background-position: center;
	background-size: contain;
	margin-top:80px;
	margin-bottom:60px;
}
#section1-phrase h4{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.active-button.section1{
	width:500px;
	margin-top: 100px;
}
.active-button.section1 ul li a{
	height: 65px;
	line-height: 65px;
	font-size:24px;
	border:0;
	border-radius: 50px;
}
.active-button.section1 ul li a img{
	width: 35px;
}
.active-button.section1 ul li.katalk_btn a{
	
	background:#fff;
}
#bg-back1{
	width: 680px;
	height: 700px;
	position:absolute;
	right:200px;
	background:url(../img/section1-img.png) no-repeat;
	background-size: contain;
	background-position:bottom;
	bottom:0;
}
.section{
	padding: 100px 0px;
}
#section02{
	background:#000;
	background-position:center;
	background-size: cover;
}
#section02 .section-tit{
	color:#fff;
}
.section-tit h3{
	font-size: 36px;
	text-align: center;
	font-weight: 800;
	line-height: 50px;
}
.section-tit p{
	font-size: 20px;
	text-align:center;
	margin-top: 20px;
	line-height: 28px;
}
.section02-cont{
	margin-top: 100px;
}
.section02-cont ul{
	display:flex;
	width: 100%;
	gap:3%;
	
}
.section02-cont ul li{
	width: 33.3%;
	background:#fff;
	text-align: center;
	padding: 40px;
	border-radius: 20px;
}
.section02-cont ul li h5{
	font-size:24px;
	font-weight: 800;
}
.section02-cont ul li h1{
	font-size: 44px;	
	color:#1A2734;
	font-weight: 800;
	margin-top:10px;
}
.section02-cont ul li p{
	font-size: 21px;
	font-weight: 600;
	
}
.section02-cont ul li p span{
	font-size: 16px;
	
}
.section03-cont {
	margin-top: 50px;
}
.section03-cont ul{
	display:flex;
	align-items:center;
	gap:3%;
}
.section03-cont ul li{
	width: 33.3%;
	display:inline-block;
	border:1px solid #dddddd;
	align-content:center;
	justify-content:center;
    vertical-align:middle;
	padding: 10px;
	border-radius: 20px;
}
.section03-cont ul li img{
	width: 100px;
	display:inline-block;
	vertical-align:middle;
	align-content:center;
	justify-content:center;
}
.section03-cont ul li p{
	display:inline-block;
	font-size: 24px;
	font-weight: 800;
	margin-left: 20px;
	vertical-align:middle;
	align-content:center;
	justify-content:center;
}
.section04-table{
	margin-top: 50px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
	border-radius :30px;
	overflow:hidden;
}
.table-header{
	background:#fff91f;
	height:90px;
	position:relative;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius: 30px 30px 0px 0px;
}
.table-header img{
	position:absolute;
	width: 150px;
	top:30px;
	left: 20px;
}
.table-header span{
	position:absolute;
	right:20px;
	top:20px;
	padding: 10px 20px;
	background:#000;
	color:#fff;
	font-size:20px;
	border-radius: 30px;
	font-weight: 800;
}
.table-inner-header{
	background:#000;
	color:#fff;
}
.table-inner-header ul{
	display:flex;
	text-align:center;
	padding: 15px 0px;
	font-size: 20px;
}
.section04-table .bx-wrapper{
	padding:0;
	box-shadow:unset;
	border:0;
}
.table-inner-list .list-n{
	width: 100%;
}
.table-inner-list .list-n ul{
	position:relative;
	display:flex;
	text-align:center;
}
.table-inner-list .list-n ul li{
	padding: 15px 0px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}
.name{
	width: 20%;
}
.time{
	width: 20%;
}
.cash{
	width: 20%;
}
.date{
	width: 20%;
}
.status{
	width: 20%;
}
.table-inner-list .list-n ul li.status{
	
}
.ps-info ul li{
	display:flex;
	margin:40px 0px;
}
.ps-info ul li img{
	width :50px;
	vertical-align:middle;
	display:inline;
	margin-right: 20px;
}
.ps-info ul li p{
	font-size: 20px;
	line-height: 30px;
}
 #bg-back2{
	width: 680px;
	height: 700px;
	position:absolute;
	right:200px;
	background:url(../img/section6-img.png) no-repeat;
	background-size: contain;
	background-position:bottom;
	bottom:0;
 }
#section05,
#section06{
	position:relative;
	background:#fffef5;
}
#section07,
#section08{
	background:#fffb66;
}
.review-list{
	margin-top: 50px;
}
.review-list .bx-wrapper{
	border:0;
	box-shadow:none;
	background:none;
}
.review-list-inner > div{
	background:#fff;
	border-radius: 20px; 
	border: 1px solid #ddd;
	padding: 20px;
}
.review-list-inner > div h4{
	font-size :24px;
	margin-bottom: 10px;
}
.review-list-inner > div span{
	font-size:14px;
	display:inline-block;
	border: 1px solid #868686;
	color:#868686;
	padding: 5px 10px;
	border-radius: 10px;
	margin-top:20px;
	margin-bottom:20px;
	display:none;
}
.review-list-inner > div p{
	font-size:18px;
	margin-top: 20px;
	line-height: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background:#ffde1d !important;
}
.faq-container {
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

.faq {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    
}

.faq.active {
}

.faq__question {
    padding:1rem 2rem;
}

.faq__title {
    margin: 0px;
    font-size: 1.2rem;
    text-indent: -0.5rem;
    color: rgb(0 0 0);
    cursor:pointer;
}

.faq__title span {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 800;
	color:#aaa;
}

.faq__answer {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.faq__text {
    padding: 0rem 3.7rem 20px;
    color: rgb(0 0 0);
    font-size:18px;
	line-height: 30px;
	word-break:keep-all;
}

.faq__text span {
    margin-right: 6px;
    display:none;
    font-weight: 800;
}

.faq.active .faq__answer {
    padding-left:0px;
    max-height: 200px;
    transition: max-height 0.3s ease-in-out;
}

.faq__btn {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0px;
    border-radius: 50%;
    font-size: 1rem;
}

.faq__btn:focus {
    outline: 0px;
}

.faq__icon.close {
    display: none;
}

.faq.active .faq__btn {
    background: rgb(255 255 255);
 
}

.faq .faq__btn {
    background: rgb(255 255 255);
}

.faq.active .faq__icon.close {
    color: rgb(104 104 104);
    display: block;
}

.faq.active .faq__icon.open {
    display: none;
}

.faq-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.faq-list{
	margin-top: 50px;
}
.faq-list ul li {
    width: 100%;
	background:#fff;
	border-radius: 10px;
	margin-bottom: 20px;
}
#section08{
	text-align:center;
}
.section-08-sov{
	max-width:  700px;
	margin: 0 auto;
	background:#000;
	padding: 50px 80px;
	border-radius:30px;
}
.section-08-sov h3{
	font-size: 28px;
	color:#fff;
	font-weight: 900;
}
.section-08-sov p{
	font-size: 18px;
	color:#fff;
	margin-bottom:50px;
	margin-top :20px;
}
.active-button.section8 ul li.call_btn a{
	background:#fffb66;
	color:#000;
	border:0;
}
.active-button.section8 ul li{
	
}
.active-button.section8 ul li a{
	height: 60px;
	border:0;
	background:#fff;
	font-size: 21px;
	line-height: 60px;
}
#footer{
	background:#000;
	padding: 60px 0px;
}
.footer-inner{
	text-align: center;
	color:#fff;
}
.footer-inner img{
	width:150px;
}
.footer-inner h5{
	font-size:14px;
	
	margin-top: 30px;
}
.footer-inner p{
	font-size: 14px;
	margin-top: 10px;
}
#vis02{
	display:none;
}
.bottom-button{
	position:fixed;
	right:40px;
	z-index:100;
	bottom:40px;;
}
.bottom-button .btn-group li a{
	display:block;
	width:60px;
	height:60px;
	border-radius: 50px;
	padding: 17px;
	background:#fff;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
	margin-bottom:20px;
}
.bottom-button .btn-group li:first-child a{
	background:#000;
}



#top-btn{
	width:60px;
	height:60px;
	background:#fff;border-radius: 50px;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
	text-align:center;
	align-content:center;
	font-size: 40px;
}

@media all and (max-width:1200px){
	.page-w{
		width: 100%;
		padding: 0 20px;
	}
	#bg-back1{
		right:0;
	}
	#bg-back2{
		right:0;
	}
}
@media all and (max-width:870px){
	#bg-back1{
		right:-200px;
	}
	#bg-back2{
		right:-200px;
	}
	
	.section03-cont ul{
		flex-wrap:wrap;
	}
	 
	 
	.section03-cont ul li{
		width:100%;
		margin-bottom: 30px;
	}
	.section03-cont ul li{
		text-align:center;
		
	}
	.section03-cont ul li p{
		font-size: 22px;
	}
	.section02-cont ul li h1{
		font-size:40px;
	}
}
@media (max-width: 768px){
	.bottom-button .btn-group li a,
	#top-btn{
		width:35px;
		height:35px;
		padding:8px;
		margin-bottom:10px;
	}
	#top-btn{
		font-size: 24px;
		padding:0;
	}
	.bottom-button{
		right:10px;
		bottom:10px;
	}
	.active-button.header{
		display:none;
	}
	.mobile-header{
	    display:block;
		top:10px;
		position:absolute;
		right:20px;
    }
	.mobile-header a{
		display:inline-block;
		padding: 0 20px;
		border-radius: 20px;
		height: 40px;
		line-height:40px;
		background:#000;
		color:#fffb66;
		text-align: center;
		font-size: 18px;
		font-weight:800;
	}
	.active-button.section1 ul li a{
		font-size: 18px;
		height: 50px;
		line-height:50px;
	}
	.active-button.section1 ul li a img{
		width: 20px;
	}
	#section01{
		height: 600px;
	}
	#section1-phrase h4{
		font-size: 20px;
		line-height: 20px;
	}
	.active-button.section1{
		width: 400px;
		margin: 0 auto;
		margin-top: 60px;
	}
	#section1-phrase p{
		font-size: 16px;
	}
	#section1-logo{
		width: 300px;
		height: 65px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.active-button ul li a{
		font-size:16px;
		height: 40px;
		line-height: 40px;
	}
	.active-button ul li a img{
		width: 17px;
	}
	#header-logo{
		width: 120px;
	}
	.active-button.header{
		width: 250px;
		right: 20px;
		top:10px;
	}
	#header{
		height: 60px;
	}
	.section02-cont{
		margin-top: 30px;
	}
	#bg-back1{
		right:-100px;
		width:500px;
	}
	#bg-back2{
		right:-100px;
		width:500px;
	}
	.section-tit p{
		font-size: 18px;
	}
	.section-tit h3{
		font-size: 27px;
	}
	.section02-cont ul li{
		margin-bottom: 20px;
	}
	.section02-cont ul li h5{
		font-size: 24px;
	}
	.section02-cont ul li h1{
		font-size: 30px;
		word-break:keep-all;
	}
	.section02-cont ul li p{
		font-size: 16px;
	}
	.section02-cont ul li p span{
		font-size: 14px;
	}
	.table-inner-header ul{
		font-size: 18px;
	}
	.table-header{
		height:60px;
	}
	.table-header img{
		width: 120px;
		top: 20px;
	}
	.table-header span{
		padding:5px 20px;
		font-size:18px;
		top:15px;
	}
	.section04-table{
		margin-top: 30px;
	}
	.table-inner-list .list-n ul{
		font-size: 18px !important;
	}
	#vis01{
		display:none;
	}
	#vis02{
	    display:block;
     }
	.ps-info ul li p{
		font-size:16px;
		line-height: 24px;
		margin-top: 0px;
	}
	.ps-info ul li{
		margin: 20px 0px;
	}
    .faq__title{
		font-size: 14px;
	}
	.faq__text{
		font-size: 14px;
	}
	.section{
		padding: 50px 0px;
	}
	.section-08img img{
		width: 50%;
	}
	.section-08-sov h3{
		font-size:24px;
	}
	.section-08-sov p{
		font-size:16px;
		margin-bottom: 20px;
	}
	.section-08-sov{
		padding: 30px 20px;
	}
	.section02-cont ul li{
		padding: 20px 10px;
	}
}
@media all and (max-width:480px){
	.active-button.header{
		width: 100px;
	}
	.active-button.header ul li a{
		font-size:0;
	}
	.active-button.header ul li a img{
		width: 20px;
		margin-right:0;
	}
	.active-button.header ul{
		gap:0;
	}
	.active-button.header ul li{
		width: 50%;
	}
	.active-button.header ul li.call_btn a{
		border-radius: 30px 0px 0px 30px;
	}
	.active-button.header ul li.katalk_btn a{
		border-radius: 0px 30px 30px 0px;
	}
	#section06{
		padding-bottom: 140px;
	}
	#bg-back2{
		width: 280px;
	}
	.ps-info ul li img{
		width: 30px;
	}
	.table-inner-header ul{
		font-size: 14px;
	}
	.section-tit h3{
		font-size: 24px;
		line-height: 32px;
	}
	.section-tit p{
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}
	.section03-cont ul li{
		margin-bottom: 20px;
	}
	.section03-cont ul li p{
		text-align: left;
		width: 50%;
		font-size:18px;
	}
	.section03-cont ul li img{
		width: 70px;
	}
	.active-button.section1{
		width: 100%;
		margin-top: 150px;
	}
	.table-inner-list .list-n ul li{
		font-size: 12px !important;
		align-content:center;
	}
	.table-inner-list .list-n ul li.date{
		padding: 0 5px;
		font-weight: 12px;
		font-size: 11px !important;
	}
	.review-list-inner > div p{
		font-size: 14px !important;
		line-height: 22px;
	}
	.bx-wrapper img{
		width: 60%;
	}
	#bg-back1{
		width: 300px;
	}
	#section1-phrase{
		margin-top:40px;
	}
	#section01{
		height: 550px;
	}
	#section1-phrase h4{
		font-size: 16px;
		margin: 5px 0px;
	}
	#section1-phrase p{
		font-size: 14px;
	}
	#section1-logo{
		width: 230px;
		margin: 20px 0px;
	}
	.section-08-sov h3{
		font-size:21px;
	}
	.section-08-sov p{
		font-size:14px;
		margin-bottom: 20px;
	}
	.section-08-sov{
		padding: 15px;
	}
	.active-button.section8 ul li a{
		height: 40px;
		line-height: 40px;
		font-size:16px;
	}
	.faq__question{
		padding: 0.5rem 1.4rem;
	}
	.faq__title span{
		margin-right:10px;
	}
	.faq__btn{
		top:0.2rem;
		right:0.2rem;
	}
	.faq__text{
		padding: 0 2.4rem;
		padding-bottom:20px;
		line-height: 21px;
	}
	.section02-cont ul li{
		padding: 15px 0px;
	}
	.section02-cont ul li h5{
		font-size: 14px;
		font-weight:400;
	}
	.section02-cont ul li h1{
		font-size:16px;
		margin-top: 4px;
		font-weight:700;
	}
	.section02-cont ul li p span{
		font-size: 12px;
	}
	.mobile-header{
		top:12px;
	}
	.mobile-header a{
		display:inline-block;
		padding: 0 20px;
		border-radius: 20px;
		height: 35px;
		line-height:35px;
		background:#000;
		color:#fffb66;
		text-align: center;
		font-size: 14px;
		font-weight:800;
	}
	.bx-prev,.bx-next{
		display:none;
	}
	.time{
		width:13%;
	}
	.date{
		width:27%;
		font-size: 10px;
	}
	.table-inner-header li.time{
		font-size:11px;
	}
	.table-inner-header li{
		font-size:12px;
	}
}