/*@import url('https://webfontworld.github.io/pretendard/Pretendard.css');*/
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.ttf') format("truetype");
    font-display: swap;
}


/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	    -ms-transform: translateY(300px);
	        transform: translateY(300px);
	-webkit-transition: opacity, -webkit-transform 1s;
	        transition: opacity, transform 1s;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}
.primary {
	color: #F28C28;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
	margin: 0;
	padding: 0;
	font-family: 'Pretendard', 'MalgunGothic', Arial, sans-serif;
	font-weight: 400;
}

html {
	font-size: 100%;
}

body {
	color: #001E35;
	letter-spacing: -0.25px;
}

a {
	text-decoration: none;
}

ul, li {
	list-style-type: none;
}
input, textarea {
	vertical-align: baseline;
	box-sizing: border-box;
	font-weight: normal;
}
input {
	display: block;
	font-size: 1em;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
}
textarea {
	display: block;
	font-size: 1em;
	padding: 8px 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

/* NARAMYEON STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section { 
	text-align: center;
}

h2 {
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 110%;
}

.wrap {
	width: 100%;
	overflow: hidden;
}
.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.intro {
    overflow: hidden;
	background-color: #FFF9ED;
	background-image: url('../img/bg_01.svg');
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: -50px;
}
.apply {
	background-image: url('../img/bg_02.svg');
    background-position: center;
    background-size: 120%;
    background-repeat: no-repeat;
	overflow: hidden;
}
.review {
	background-color: #FFF9ED;
	background-image: url('../img/bg_01.svg');
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: -50px;
}
.store {
	background-image: url('../img/bg_02.svg');
    background-position: center;
    background-size: 120%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.intro h1 {
	display: block;
	padding: 20px 0;
}
.first-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-top: 40px;
	overflow: hidden;
}
.first-section .intro-txt,
.first-section .intro-phone {
	flex-basis: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
	margin-left: 80px;
	text-align: left;
}
.first-section .intro-txt p {
	margin-top: 20px;
	font-size: 2.375rem;
	font-weight: 600;
}
.first-section .intro-txt .symbol {
	margin-bottom: 20px;
}
.first-section ul.btn-download {
    display: flex;
	flex-direction: row;
	width: 80%;
}
.first-section ul li a {
	display: block;
	margin: 30px 10px;
}
.first-section ul li a img {
	width: 100%;
	max-width: 200px;
}
.first-section .intro-phone img {
	width: 100%;
	max-width: 520px;
}

.second-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	overflow: hidden;
}
.second-section .apply-txt,
.second-section .apply-phone {	
	display: flex;
    flex-direction: column;
    justify-content: center;	
	align-items: center;
	text-align: center;
}
.second-section .apply-txt {
	margin: 80px 0 40px;
}
.second-section .apply-txt h2 {
	color: #333;
}
.second-section .apply-txt p {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #666;
	line-height: 2rem;
}
.second-section .apply-phone {
	padding-bottom: 40px;
}
.second-section .apply-phone img {
	width: 90%;
}

.third-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.third-section .review-txt,
.third-section .review-list {	
	display: flex;
    flex-direction: column;
    justify-content: center;	
	text-align: center;
}
.third-section .review-txt {
	margin: 80px 0 0px;
}
.third-section .review-txt h2 {
	color: #001E35;
}
.third-section .review-txt p {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #666;
	line-height: 2rem;
}
.third-section .review-list {
	width: 100%;
	padding: 80px 0;
}

.fourth-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fourth-section .store-txt,
.fourth-section .store-phone {
	flex-basis: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;	
	align-items: flex-start;
	text-align: left;
	margin-top: 80px;
}
.fourth-section .store-txt {
	margin-left: 80px;
}
.fourth-section .store-txt p {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #666;
	line-height: 2rem;
	text-align: left;
}
.fourth-section .store-phone {
	align-items: center;
}
.fourth-section .store-phone img {
	width: 100%;
	max-width: 520px;
}

.footer {
	padding: 20px 0;
	background: #1c1c1c;
	color: #c1c1c1;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
}
.footer .footer-section .footer-box {
	display: flex;
	flex-direction: row;
}
.footer-top {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.footer-sns {
	flex-basis: 50%;
}
.footer-sns ul {}
.footer-sns ul li {
	float: left;
	padding: 0 5px;
	text-align: center;
}
.footer-menu {
	float: right;
}
.footer-menu a {
	padding: 0 10px;
	color: #c1c1c1;
}
.footer-info {
	width: 60%;
	padding: 40px 0;
}
.footer-info p,
.footer-info span  {
	line-height: 1.5rem;
}
.footer-info span:after  {
	content: "";
	margin-right: 20px;
}
.footer-cert {
	width: 40%;
	align-content: center;
	text-align: right;
}
.footer-cert img {
	max-width: 90px;
	margin: 0px 10px;
}
.fp-watermark {
	display: none;
}
.copyright {
	width: 100%;
	font-size: 0.8rem;
	text-align: center;
}


/* RESPONSIVE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
	html {
		font-size: 80%;
	}
	h1 a {
		display: block;
		margin: 0;
		padding-top: 4px;
	}
	h1 a img {
		width: 80px;
	}
	img {
		width: 100%;
	}
	
	.intro h1 img {
		max-width: 90px;
	}

	.first-section {
		flex-direction: column;
		width: 100%;
		margin-top: 0px;
		overflow: hidden;
	}
	.first-section .intro-txt, .first-section .intro-phone {
		margin-left: 0;
		align-items: center;
	}
	.first-section .intro-txt {
		align-items: center;
        margin-left: 0;
		text-align: center;
	}
	.first-section .intro-txt .symbol {
		display: none;
	}
	.first-section .intro-txt .symbol img {
		width: 50%;
	}
	.first-section .intro-txt h2 {
		margin-top: 1rem;
		font-size: 2.5rem;
	}
	.first-section .intro-txt p {
		margin-top: 10px;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 120%;
	}
	.first-section ul li a {
	    margin: 20px 10px;
	}
	.first-section .intro-phone img {
		width: 80%;
	}

	.second-section {
		width: 100%;
		overflow: hidden;
	}
	.second-section .apply-txt {
		width: 100%;
		margin: 60px 0 20px;
		text-align: center;
	}
	.second-section .apply-txt h2 {
		font-size: 2.5rem;
	}
	.second-section .apply-txt p {
		font-size: 1.5rem;
		line-height: 120%;
	}
	.second-section .apply-phone {}
	.second-section .apply-phone img {
		width: 150%;
	}
	.slick-prev {
		left: 0;
		z-index: 99;
		opacity: .5;
	}
	.slick-next {
		right: 0;
		z-index: 99;
		opacity: .5;
	}

	.third-section {
		width: 100%;
		overflow: hidden;
	}
	.third-section .review-txt {
		width: 100%;
		margin: 60px 0 20px;
		text-align: center;
	}
	.third-section .review-txt h2 {
		font-size: 2.5rem;
	}
	.third-section .review-txt p {
		font-size: 1.5rem;
		line-height: 120%;
	}
	.third-section .review-list {
		padding: 40px 0 80px;
	}

	.fourth-section {
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
	.fourth-section .store-txt,
	.fourth-section .store-phone {
		flex-basis: unset;
	}
	.fourth-section .store-txt {
		width: 100%;		
		align-items: center;
		justify-content: flex-start;
		margin-top: 0px;
		margin-left: 0;
		margin: 60px 0 20px;
		text-align: center;
	}
	.fourth-section .store-txt h2 {
		font-size: 2.5rem;
		text-align: center;
	}
	.fourth-section .store-txt p {
		font-size: 1.5rem;
		line-height: 120%;
		text-align: center;
	}
	.fourth-section .store-phone {
		margin-top: 40px;
	}
	.fourth-section .store-phone img {
		width: 80%;
	}

	.footer-top {
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
	}

	.footer .footer-section {
		flex-direction: column;
	}
	.footer .footer-section h1 {
		display: none;
	}
	.footer .footer-section h1 img {
		width: 30%;
	}
	.footer .footer-section .footer-box {
		flex-direction: column;
		margin-top: 20px;
		margin-left: 0;
	}
	.footer-sns {
		flex-basis: 30%;
	}
	.footer-sns ul,
	.footer-menu {
		flex-basis: 70%;
		float: unset;
		text-align: right;
	}
	.footer-info {
		width: 100%;
		padding: 0 20px;
		justify-content: center;
		text-align: left;
	}
	.footer-info span {
		display: block;
	}
	.footer-info span a {
		display: inline-block;
	}
	.footer-cert {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.copyright {
		margin-top: 20px;
		text-align: center;
	}
}

/*@media all and (min-width:768px) and (max-width:1200px) {}*/

@media all and (min-width:768px) and (max-width:1200px) {
	html {
		font-size: 80%;
	}
	h1 a {
		display: block;
		margin: 0;
		padding-top: 4px;
	}
	h1 img {
		max-width: 120px;
	}
	h2 {
		font-size: 2.5rem;
	}
	
}