.main_visual .slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
	height: 700px;
}
.main_visual .slide-image {
	position: absolute;
	left: -200px;
	width: calc(100% + 300px);
	height: calc(100% + 200px);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_visual .slide-image.slide01 {
	background-image: url("../images/main_banner_01.png");
}
.main_visual .slide-image.slide02 {
	background-image: url("../images/main_banner_02.png");
}
.main_visual .slide-image.slide03 {
	background-image: url("../images/main_banner_03.png");
}
.main_visual .slide-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,34,79,0.3);
}
.main_visual .slide-title {
	position: absolute;
	top: 80px;
	font-size: 25px;
	line-height: 1;
	white-space: normal;
	word-break: break-word;
	z-index: 100;
	font-family: 'Cafe24Ohsquareair', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.main_visual .slide-title a {
	display: block;
	color: #fff;
	border: 1px solid #fff;
	width: 300px;
	height: 60px;
	line-height: 60px;
}

.main_visual .slideshow {
	position: relative;
}
.main_visual .slideshow-pagination {
	position: absolute;
	bottom: 5rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: .3s opacity;
	z-index: 10;
}
.main_visual .slideshow-pagination-item {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.main_visual .slideshow-pagination-item .pagination-number {
	opacity: 0.5;
}
.main_visual .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
	cursor: pointer;
}
.main_visual .slideshow-pagination-item.active .pagination-number {
	opacity: 1;
}
.main_visual .slideshow-pagination-item.active .pagination-separator {
	width: 120px;
}
.main_visual .slideshow-navigation-button {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 5rem;
	z-index: 1000;
	transition: all .3s ease;
	color: #FFF;
}
.main_visual .slideshow-navigation-button:hover, 
.main_visual .slideshow-navigation-button:focus {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
}
.main_visual .slideshow-navigation-button.prev {
	left: 0;
}
.main_visual .slideshow-navigation-button.next {
	right: 0;
}

.main_visual .pagination-number {
	font-size: 20px;
	color: #FFF;
	font-family: 'Cafe24Ohsquare', sans-serif;
	padding: 0 0.5rem;
}

.main_visual .pagination-separator {
	display: block;
	position: relative;
	width: 60px;
	height: 2px;
	background: rgba(255, 255, 255, 0.25);
	transition: all .3s ease;
}
.main_visual .pagination-separator-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	transform-origin: 0 0;
}







.section01 {
	padding: 80px 0;
}
.section01 .big {
	position: relative;
	background: #f3f3f3;
	padding: 0 0 0 75px;
	margin-right: 20px;
	box-sizing: border-box;
    max-width: 640px;
    width: 40%;
    height: 340px;
    transition: all .1s;
    cursor: pointer;
}
.section01 .big:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.section01 .big img {
	width: 65%;
	max-width: 431px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.section01 .big + .fl {
    max-width: 940px;
    width: calc(60% - 20px);
}
.section01 .big + .fl > div {
	position: relative;
    float: left;
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    max-width: 460px;
}
.section01 .big + .fl > div:nth-child(2n) {
	margin-right: 0;
}
.section01 .big + .fl > div a {
	display: block;
	background: #f3f3f3;
	transition: all .3s;
	padding: 45px 0 44px 50px;
	font-weight: 300;
	font-size: 25px;
}
.section01 .big + .fl > div a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.section01 .big + .fl > div a:after {
	content: '';
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    right: 60px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.section01 .big + .fl > div:nth-child(1) a:after {
	background: #fff url(../images/ico_section01_1.png)no-repeat 50% 50%;
}
.section01 .big + .fl > div:nth-child(2) a:after {
	background: #fff url(../images/ico_section01_2.png)no-repeat 50% 50%;
}
.section01 .big + .fl > div:nth-child(3) a:after {
	background: #fff url(../images/ico_section01_3.png)no-repeat 50% 50%;
}
.section01 .big + .fl > div:nth-child(4) a:after {
	background: #fff url(../images/ico_section01_4.png)no-repeat 50% 50%;
}
.section01 .big + .fl > div span {
	display: block;
	font-weight: 700;
	margin-top: 5px;
}



.section02 {
	height: 220px;
	background: url("../images/section02-bg.png")no-repeat 50% 50% / cover;
	color: #fff;
	font-size: 40px;
	padding: 65px 0;
	box-sizing: border-box;
}
.section02 .title {
	font-weight: 300;
	padding-left: 70px;
	margin-top: 25px;
	font-family: "NanumSquare";
}
.section02 .title + .fl {
	margin-left: 133px;
}
.section02 .title + .fl > div {
	float: left;
	width: 300px;
	text-align: center;
}
.section02 .title + .fl > div p {
	font-size: 45px;
}
.section02 .title + .fl > div span {
	font-size: 25px;
	font-weight: 300;
}




.section03 {
	padding: 130px 0 80px;
}
.section03 .gray-bg {
	background: #f3f3f3;
	padding: 93px 0 55px;
}
.section03 .gray-bg strong {
	display: block;
	font-family: 'Cafe24Ohsquareair', sans-serif;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	line-height: 1.3;
	padding: 0 0 54px;
}
.section03 .news_letter {
	width: 90%;
	max-width: 1100px;
	height: 80px;
	margin: 0 auto;
	border: 2px solid #1D224F;
	font-size: 0;
}
.section03 .news_letter input {
	width: calc(100% - 500px);
	height: 100%;
	font-size: 30px;
	background: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}
.section03 .news_letter button {
	width: 500px;
	height: 100%;
	background: #1D224F;
	color: #fff;	
	font-size: 30px;
}



.section04 h2.title {
	padding: 80px 0;
	text-align: center;
}
.section04 h2.title span {
	display: inline-block;
	font-size: 40px;
	font-family: 'Cafe24Ohsquare', sans-serif;
	min-width: 650px;
	max-width: 1115px;
	padding: 21px 10px 18px;
	text-align: center;
	border: 2px solid #181A27;
	margin: 0 auto;
	background: #fff;
}
.section04 .inner {
	position: relative;
}
.section04 a.fr {
	font-family: 'Cafe24Ohsquareair', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}
.section04 .swiper-container {
	position: static;
}
.section04 .swiper-wrapper {
	height: auto;
}
.section04 .swiper-slide {
	width: 350px;
}
.section04 .swiper-slide button {
	font-family: 'Cafe24Ohsquareair', sans-serif;
	font-size: 20px;
}
.section04 .swiper-slide button .thumb {
	width: 350px;
	height: 495px;
	margin-bottom: 20px;
	border: 1px solid #000;
}
.section04 .swiper-slide button .thumb img {
	width: 100%;
}
.section04 .swiper-slide button span {
	display: block;
	font-size: 15px;
	font-family: "NanumSquare";
	transform: rotate(0.03deg);
	margin-top: 10px;
}
.section04 .swiper-button-prev {
	width: 38px;
	height: 76px;
	background: url("../images/arrow-left.svg")no-repeat 0 0 / 100%;
	top: 65%;
	left: -60px;
}
.section04 .swiper-button-next {
	width: 38px;
	height: 76px;
	background: url("../images/arrow-right.svg")no-repeat 0 0 / 100%;
	top: 65%;
	right: -60px;
}





@media screen and (max-width: 1720px){
	.section04 .swiper-container {
	    width: 93%;
	}
	.section04 .swiper-slide {
		width: 22%;
	}
	.section04 .swiper-button-prev {
		left: 1%;
		top: 65%;
    	width: 25px;
    	height: 50px;
	}
	.section04 .swiper-button-next {
		right: 1%;
		top: 65%;
    	width: 25px;
    	height: 50px;
	}
	.section04 .swiper-slide button .thumb {
		width: 100%;
		height: 0;
    	padding-bottom: 141.4%;
	}
	.section04 a.fr {
	    margin-right: 35px;
	}
}
@media screen and (max-width: 1640px){
	.section01 .big + .fl > div a:after {
		right: 25px;
	}

	.section02 .title + .fl {
	    margin-left: 10%;
	}
	.section02 .title + .fl > div {
    	width: calc(230px - 35px);
    }

    .section04 h2.title span {
		font-size: 35px;
		width: 585px;
	}
	
}
@media screen and (max-width: 1400px){
}
@media screen and (max-width: 1280px){
	.main_visual .slide {
		height: 520px;
	}
	.main_visual .slide-image {
		height: 520px;
		width: calc(100% + 200px);
	}
	.main_visual .slide-title {
		font-size: 20px;
	}
	.main_visual .slide-title a {
		width: 240px;
	}
	.main_visual .slide-image.slide01 {
		background-image: url("../images/m_main_banner_01.png");
	}
	.main_visual .slide-image.slide02 {
		background-image: url("../images/m_main_banner_02.png");
	}
	.main_visual .slide-image.slide03 {
		background-image: url("../images/m_main_banner_03.png");
	}

	.section01 .big {
		height: 299px;
	}
	.section01 .big + .fl > div a {
		font-size: 20px;
		padding: 40px 0 40px 35px;
	}
	.section01 .big + .fl > div a:after {
    	width: 80px;
    	height: 80px;
    }
    .section01 .big + .fl > div:nth-child(1) a:after {
		background-size: 30%!important;
	}
	.section01 .big + .fl > div a:after {
    	background-size: 40%!important;
    }

    .section02 {
    	height: 200px;
    	font-size: 30px;
    	padding: 55px 0;
    }
    .section02 .title {
    	padding-left: 5%;
    }
    .section02 .title + .fl > div p {
	    font-size: 35px;
	}

	.section03 .gray-bg {
	    padding: 7% 0 4%;
	}
	.section03 .gray-bg strong {
		font-size: 25px;
		padding-bottom: 4%;
	}
	.section03 .news_letter {
		height: 65px;
	}
	.section03 .news_letter button {
		width: 400px;
		font-size: 20px;
	}
	.section03 .news_letter input {
		width: calc(100% - 400px);
		font-size: 20px;
	}
	
	.section04 .swiper-slide {
	    width: 27%;
	}
	.section04 a.fr {
	    font-size: 17px;
	}
	.section04 .swiper-slide button {
		font-size: 17px;
		display: block;
    	width: 100%;
	}
}
@media screen and (max-width: 1024px){
	.main_visual .slide-image {
		top: 0;
	}
	.main_visual .slideshow-pagination-item .pagination-separator {
		display: none;
	}
	.main_visual .slide-title {
	    font-size: 17px;
	}
	.main_visual .slide-title a {
	    width: 200px;
	    height: 50px;
	    line-height: 50px;
	}

	.section01 {
	    padding: 45px 0;
	}
	.section01 .big {
		width: 100%;
		max-width: none;
	}
	.section01 .big img {
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.section01 .big + .fl {
		max-width: none;
		width: 100%;
		margin-top: 20px;
	}

	.section02 {
		height: auto;
		padding: 50px 0;
	}
	.section02 .title {
		padding-left: 0;
		width: 100%;
		text-align: center;
		margin: 0 0 40px;
	}
	.section02 .title + .fl {
	    margin-left: 0;
	    width: 100%;
	}
	.section02 .title + .fl > div {
		width: 33.333%;
	}

	.section03 {
	    padding: 75px 0 45px;
	}
	.section03 .news_letter button {
    	width: 270px;
    }
    .section03 .news_letter input {
    	width: calc(100% - 270px);
    }

    .section04 h2.title span {
		font-size: 25px;
	    width: 70%;
	    min-width: auto;
	}
	.section04 .swiper-slide {
	    width: 36%;
	}
}
@media screen and (max-width: 768px){
	.main_visual .slide-title {
	    font-size: 15px;
	}
	.main_visual .slide-title a {
    	width: 160px;
    	height: 40px;
    	line-height: 40px;
    }
    .main_visual .pagination-number {
    	font-size: 15px;
    }

	.section02 {
		font-size: 25px;
	}
	.section02 .title + .fl > div p {
	    font-size: 28px;
	}
	.section02 .title + .fl > div span {
		font-size: 20px;
	}

	.section03 .inner {
		padding: 0;
	}
	.section03 .gray-bg strong {
	    font-size: 20px;
	    word-break: keep-all;
	}
	.section03 .news_letter {
	    height: 50px;
	}
	.section03 .news_letter button {
		width: 220px;
		font-size: 17px;
	}
	.section03 .news_letter input {
	    width: calc(100% - 220px);
	    font-size: 17px;
	}

	.section04 h2.title {
		padding: 30px 0 60px;
	}
	.section04 h2.title span {
		font-size: 20px;
	}
	.section04 a.fr {
	    font-size: 15px;
	    margin-right: 20px;
	}
	.section04 .swiper-slide {
	    width: 85%;
	}
	.section04 .swiper-slide button span {
		transform: rotate(0);
	}
	.section04 .swiper-button-prev {
	    width: 15px;
	    height: 32px;
	}
	.section04 .swiper-button-next {
	    width: 15px;
	    height: 32px;
	}
}
@media screen and (max-width: 640px){

	.section01 {
	    padding: 25px 0 0;
	}
	.section01 .big {
	    height: 230px;
	}
	.section01 .big + .fl > div {
		width: 100%;
		margin: 0 0 20px 0;
		max-width: none;
	}
	.section01 .big + .fl > div a {
		padding: 30px 0 30px 35px;
		font-size: 17px;
	}
	.section01 .big + .fl > div a:after {
	    width: 65px;
	    height: 65px;
	}

	.section02 {
		font-size: 20px;
	}
	.section02 .title + .fl > div p {
	    font-size: 25px;
	}
	.section02 .title + .fl > div span {
	    font-size: 17px;
	}


	.section03 .gray-bg {
	    padding: 10% 0 10%;
	}
	.section03 .gray-bg strong {
	    font-size: 17px;
	    padding-bottom: 6%;
	}
	.section03 .news_letter {
	    height: auto;
	}
	.section03 .news_letter input {
		width: 100%;
		height: 50px;
		text-align: center;
		font-size: 14px;
	}
	.section03 .news_letter button {
		display: block;
		width: 100%;
		height: 50px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px){
	.main_visual .slideshow,
	.main_visual .slide {
		width: 480px!important;
	}
}
@media screen and (max-width: 380px){
	.section03 .gray-bg strong {
    	font-size: 14px;
    }
}