/*@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;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
	margin: 0;
	padding: 0;
	font-family: 'Pretendard', 'MalgunGothic', Arial, sans-serif;
	font-weight: 400;
}

html {
	font-size: 100%;
}

body {
	letter-spacing: -0.25px;
}

a {
	text-decoration: none;
	display: inline-block;
}

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;
}


/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
		top: 0;
    	right: 0;
		width: 100%;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
		background-color: rgba(000,000,000,.9);
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: left;
    }
    .nav div.main_list ul li a {
		display: block;
        text-align: center;
        width: 100%;
        font-size: 2rem;
    	padding: 10px;		
    	text-align: left;
    }
    .nav div.main_list ul li a:hover {
		color:#ff9e08;
    }
    .nav div.media_button {
        display: block;
    }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}


.nav div.main_list ul {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #132279;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger.active i {
	background-color: #ffffff;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}

#navbar {
	height: 70px;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
}
.header-top {
	background: none;
	height: 70px;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
}

h1 a {
	display: block;
	width: 150px;
	height: 40px;
	/*
	background:url('../img/BI-color.svg') no-repeat;
	background-position: bottom;
	background-size: contain;
	*/
	margin-top: 25px;
	padding: 12px 10px;
	transition: ease 1s all;
	font-size: 0;
	text-indent: -1000em;
}

.menu {
	position: absolute;
	top: 25px;
	right: 10px;
	font-size: 1.2rem;
}
.menu a {
	margin: 0 20px;
	color: #fff;
	text-transform: initial;
	transition: ease 1s all;
}

.fp-viewing-firstSection .menu a,
.fp-viewing-thirdSection .menu a {
	color: #fff;
}
.fp-viewing-secondSection .menu a,
.fp-viewing-fourthSection .menu a,
.fp-viewing-4 .menu a {
	color: #333;
}
.fp-viewing-firstSection h1 a,
.fp-viewing-thirdSection h1 a {
	background:url('../img/BI-white.svg') no-repeat;
	background-position: bottom;
	background-size: contain;
}
.fp-viewing-secondSection h1 a,
.fp-viewing-fourthSection h1 a,
.fp-viewing-4 h1 a {
	background:url('../img/BI-color.svg') no-repeat;
	background-position: bottom;
	background-size: contain;
}
.fp-viewing-firstSection .navTrigger i,
.fp-viewing-thirdSection .navTrigger i {
	background-color: #fff;
}
.fp-viewing-secondSection .navTrigger i,
.fp-viewing-fourthSection .navTrigger i,
.fp-viewing-4 .navTrigger i {
	background-color: #262261;
}


/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: #ededed;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #24221F;
}



/* NARAMYEON STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section { 
	text-align: center;
}

h2 {
	font-size: 3.25rem;
	font-weight: 700;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.intro {
	background-image: url('../img/bg_first.svg');
	background-size: cover;
    background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
}
.apply {
	background-image: url('../img/bg_second.svg');
    background-position: center 10vh;
    background-size: auto;
	background-repeat: no-repeat;
}
.point {
	background-color: #1c1c1c;
	background-image: url('../img/bg_third.svg');
    background-position: center 15vh;
    background-size: auto;
	background-repeat: no-repeat;
}
.gift {
	background-image: url('../img/bg_second.svg');
    background-position: center 10vh;
    background-size: auto;
	background-repeat: no-repeat;
}

.first-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.first-section .intro-txt,
.first-section .intro-phone {
	flex-basis: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	text-align: left;
}
.first-section .intro-txt h2 {
	font-size: 4.25rem;
}
.first-section .intro-txt p {
	margin-top: 20px;
	font-size: 2.375rem;
	font-weight: 600;
}
.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 {
	position: relative;
	width: 100%;
}
.img-phone {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 698px;
    border-radius: 60px;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
.img-phone img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.phone-movie {
	position: absolute;
    bottom: 10px;
    left: 50%;
    width: 92%;
    height: auto;    
    transform: translate(-50%, 0);
    z-index: 10;
}

.second-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.second-section .apply-txt,
.second-section .apply-phone {	
	display: flex;
    flex-direction: column;
    justify-content: center;	
	text-align: left;
}
.second-section .apply-txt {
	flex-basis: 40%;
	margin-left: 80px;
}
.second-section .apply-txt h2 {
	margin-top: 20px;
	color: #333;
}
.second-section .apply-txt h3 span {
	display: inline-block;
	padding: 6px 32px;
	border-radius: 1.375rem;
	border: 2px solid #F15A24;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.5px;
	color:#F15A24;
}
.second-section .apply-txt p {
	margin-top: 20px;
	font-size: 1.75rem;
	font-weight: 500;
	color: #666;
	line-height: 2rem;
}
.second-section .apply-phone {
	flex-basis: 60%;
    position: relative;
	width: 100%;
}
.second-section .apply-phone img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-40%);
	width: 100%;
	height: auto;
}

.third-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.third-section .point-txt,
.third-section .point-phone {	
	display: flex;
    flex-direction: column;
    justify-content: center;	
	text-align: left;
}
.third-section .point-txt {
	flex-basis: 60%;
	margin-left: 80px;
}
.third-section .point-txt h2 {
	margin-top: 20px;
	color: #fff;
}
.third-section .point-txt h3 span {
	display: inline-block;
	padding: 6px 32px;
	border-radius: 1.375rem;
	border: 2px solid #FBB03B;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.5px;
	color:#FBB03B;
}
.third-section .point-txt p {
	margin-top: 20px;
	font-size: 1.75rem;
	font-weight: 500;
	color: #b6b6b6;
	line-height: 2rem;
}
.third-section .point-phone {
	flex-basis: 40%;
    position: relative;
	width: 100%;
}
.third-section .point-phone img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-40%);
	width: 100%;
	max-width: 397px;
	height: auto;
}

.fourth-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fourth-section .gift-txt,
.fourth-section .gift-phone {	
	display: flex;
    flex-direction: column;
    justify-content: center;	
	text-align: left;
}
.fourth-section .gift-txt {
	flex-basis: 40%;
	margin-left: 80px;
}
.fourth-section .gift-txt h2 {
	margin-top: 20px;
	color: #333;
}
.fourth-section .gift-txt h3 span {
	display: inline-block;
	padding: 6px 32px;
	border-radius: 1.375rem;
	border: 2px solid #F15A24;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.5px;
	color:#F15A24;
}
.fourth-section .gift-txt p {
	margin-top: 20px;
	font-size: 1.75rem;
	font-weight: 500;
	color: #666;
	line-height: 2rem;
}
.fourth-section .gift-phone {
	flex-basis: 60%;
    position: relative;
	width: 100%;
}
.fourth-section .gift-phone img {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-40%);
	width: 100%;
	max-width: 397px;
	height: auto;
}

.footer {
	padding: 20px 0;
	background: #1c1c1c;
	color: #c1c1c1;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
}
.footer .footer-section {
	display: flex;
	align-items: center;
}
.footer-box {
	margin-left: 100px;
}
.footer-box .row {
	display: block;
}
.footer-box .row:after {
	content: "";
	clear: both;
	display: table;
}
.footer-sns ul {
	float: left;
    display: flex;
    flex-direction: row;
}
.footer-sns ul li {
    justify-content: space-between;
	padding: 0 5px;
	text-align: center;
}
.footer-menu {
	float: right;
}
.footer-menu a {
	padding: 0 10px;
	color: #c1c1c1;
}
.footer-info {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	margin-top: 20px;
}
.footer-info span:after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
.footer-info span:last-child::after {
	content: "";
	display: inline-block;
	margin: 0 10px;
}
.fp-watermark {
	display: none;
}

.pages #navbar,
.pages .header-top,
.pages .nav {
	position: relative;
}
.pages .menu {
	top: 0;
}
.pages .navTrigger i {
	background-color: #fff;
}
.pages header {
	background:#F15A24;
	padding: 10px 0;
}
.pages h1 a {
	background:url('../img/BI-white.svg') no-repeat;
	background-position: bottom;
	background-size: contain;
	margin-top: 0;
}
.pages .sub_wrap {
	color: #333;
}
.pages .contents {
	min-height: 60vh;
	padding: 20px;
}
.pages .contents h2 {
	display: block;
	padding: 10px 0;
	font-size: 2.5rem;
	line-height: 3rem;
}
.pages .contents h3 {
	display: block;
	padding: 10px 0;
	font-size: 2rem;
	line-height: 3rem;
}
.pages .contents dl {
	line-height: 1.5;
	white-space: pre-line;
}



/* RESPONSIVE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
	html {
		font-size: 62.5%;
	}
	h1 {
		line-height: 50px;
	}
	h1 a {
		margin: 0;
		width: 100px;
		height: auto;
		padding: 0;
	}
	.menu a {
		margin: 0 5px;
		font-size: .8em;
	}
	.fp-viewing-firstSection .menu a,
	.fp-viewing-secondSection .menu a,
	.fp-viewing-thirdSection .menu a,
	.fp-viewing-fourthSection .menu a,
	.fp-viewing-4 .menu a {
		color: #fff;
	}
	.fp-viewing-secondSection .navTrigger i,
	.fp-viewing-fourthSection .navTrigger i,
	.fp-viewing-4 .navTrigger i {
		background-color: #262261;
	}
	.navTrigger.active i {
		background-color: #fff;
	}
	
	.first-section {
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
	.first-section .intro-txt {
		flex-basis: 50vh;
		text-align: center;
	}
	.first-section .intro-txt h2 {
		margin-top: 4rem;
		font-size: 3.25rem;
	}
	.first-section .intro-phone {
		flex-basis: 50vh;
	}
	.first-section .intro-txt p {
		margin-top: 10px;
		font-size: 2rem;
		font-weight: 500;
	}
	.img-phone {
		top: 0;
		transform: translate(-50%, 0);
		width: 60%;
		border-radius: 0;
		max-width: 340px;
	}
	.first-section .intro-phone .img-phone img {
		top: 0;
		left: 50%;
		transform: translate(-50%,-0);
	}
	.first-section .intro-phone .img-phone .phone-movie {
		top: 0;
		left: 50%;
		transform: translate(-50%,23%);
	}

	.apply {
		background: none;
	}
	.second-section {
		flex-direction: column-reverse;
		width: 100%;
		overflow: hidden;
	}
	.second-section .apply-txt {
		flex-basis: 50%;
		margin-left: 0;
		text-align: center;
		width: 100%;
		background-image: none;
		background-color: #f9f9f9;
	}
	.second-section .apply-txt h3 span {
		font-size: 1.5rem;
		border-radius: 2rem;
		padding: 4px 20px;
	}
	.second-section .apply-txt h2 {
		margin-top: 4rem;
		font-size: 3.25rem;
	}
	.second-section .apply-txt p {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.second-section .apply-phone {
		padding: 0 20px;
	}
	.second-section .apply-phone img {
		width: 100%;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.point {
		background-image: none;
	}
	.third-section {
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
	.third-section .point-txt {
		flex-basis: 50%;
		margin-left: 0;
		text-align: center;
		width: 100%;
		background-image: none;
		background-color: #232323;
	}
	.third-section .point-txt h3 span {
		font-size: 1.5rem;
		border-radius: 2rem;
		padding: 4px 20px;
	}
	.third-section .point-txt h2 {
		margin-top: 4rem;
		font-size: 3.25rem;
	}
	.third-section .point-txt p {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.third-section .point-phone {
		padding: 0 20px;
	}
	.third-section .point-phone img {
		width: 60%;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.gift {
		background: none;
	}
	.fourth-section {
		flex-direction: column-reverse;
		width: 100%;
		overflow: hidden;
	}
	.fourth-section .gift-txt {
		flex-basis: 50%;
		margin-left: 0;
		text-align: center;
		width: 100%;
		background-image: none;
		background-color: #f9f9f9;
	}
	.fourth-section .gift-txt h3 span {
		font-size: 1.5rem;
		border-radius: 2rem;
		padding: 4px 20px;
	}
	.fourth-section .gift-txt h2 {
		margin-top: 4rem;
		font-size: 3.25rem;
	}
	.fourth-section .gift-txt p {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.fourth-section .gift-phone {
		padding: 0 20px;
	}
	.fourth-section .gift-phone img {
		width: 60%;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.fp-viewing-4 .nav {
		background: white;
	}
	.footer .footer-section {
		flex-direction: column;
	}
	.footer .footer-section h1 {
		text-align: center;
	}
	.footer .footer-section h1 img {
		width: 60%;
	}
	.footer-box {
		margin: 0;
	}
	.footer-sns ul,
	.footer-menu {
		float: unset;
		justify-content: center;
		text-align: center;
	}
	.footer-menu {
		margin-top: 10px;
	}
	.footer-info {
		padding: 0 20px;
		justify-content: center;
		text-align: center;
	}
	.copyright {
		margin-top: 10px;
		text-align: center;
	}
}

@media all and (min-width:768px) and (max-width:1200px) {
	html {
		font-size: 62.5%;
	}
	h1 a {
		width: 80px;
		height: auto;
		margin: 0;
		padding: 0 20px;
	}
	.intro {
		background: #FA6640;
	}
	.first-section .intro-txt,
	.first-section .intro-phone {
		flex-basis: 100%;
		text-align: center;
		margin-top: 50px;
	}
	.first-section .intro-phone {
		display: none;
	}
	.first-section .intro-txt ul {
		justify-content: center;
	}
	.second-section .apply-phone img,
	.third-section .point-phone img,
	.fourth-section .gift-phone img {
		width: auto;
		max-height: 280px;
	}
	.footer .footer-section h1 img {
		width: 100%;
	}
	.footer {
		padding: 20px;
	}
}