@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');

.font-paper{font-family: 'Paperlogy', sans-serif;}

body{font-family: 'Pretendard', sans-serif;font-weight: 400;font-size: 16px;line-height: 140%;color: #696969;}
.over-hidden {overflow:hidden;}
.pc-hide{display:none !important}
@media (max-width:768px) {
	.pc-hide{display:block !important;}
	.mobile-hide{display:none !important;}
}

.depart-wrap {}
.depart-top-wrap {}
.depart-top-box {}
.depart-content-wrap{}
.depart-content-wrap01 {}
.depart-content-box01 {}
.depart-content-wrap02 {/*background: url(../img/main/bg-content02.png)no-repeat center center;background-size: cover;*/}
.depart-content-box02 {max-width: 1600px;margin: 0 auto; box-sizing:border-box;}
.depart-content-wrap03 {background: #fff/* url(../img/main/bg-content03.png) no-repeat bottom right*/;background-size:cover;}
.depart-content-box03 {max-width: 1600px;margin: 0 auto; box-sizing:border-box;}
.depart-bottom-wrap {padding: 0 40px 40px 40px;}
.depart-bottom-box {}

.main-title {margin-bottom: 40px;}
.main-title h3 {font-weight: 700;font-size: 42px;line-height: 1;text-transform: uppercase;color:#0068B7;margin: 0 0 12px 0;}
.main-title h3 span{color:#E60012;}
.main-title p {font-weight: 600;font-size: 20px;line-height: 1.4;letter-spacing: -0.2px;text-transform: uppercase;color:#404040;}
@media (max-width: 1024px) {
	.depart-content-wrap02,
	.depart-content-wrap03 {padding: 0 16px;}
	.depart-content-wrap02 {background: linear-gradient(167.95deg, #1183D9 5.73%, #219FFF 91.2%);}

	.depart-bottom-wrap{padding: 16px;}
	
	.main-title {margin-bottom: 20px;} 
	.main-title h3 {font-size: 28px;}
	.main-title p {font-size: 16px;}
}