.visual {
	height: 900px;
}
.visual .swiper-container {
	height: 100%;
}
.visual .swiper-slide {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.visual .swiper-slide .box {
	position: absolute;
	left: 150px;
	bottom: 30%;
}
.visual .swiper-slide .box .tit p {
	font-size: 45px;
	font-weight: bold;	
}
.visual .swiper-slide .box .tit p span {
	background: #fff;
	color: #FBAF17;
	padding: 0 10px;
}
.visual .swiper-slide .box .sub_title {
	background: #fff;
    padding: 1px 10px;
    font-size: 24px;
    margin-top: 30px;
}
.visual .swiper-slide .box .btn_area {
	margin-top: 35px;
}
.visual .swiper-slide .box .btn_area button {
	width: 215px;
	height: 54px;
	font-size: 16px;
	margin-right: 10px;
}
.visual .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url("../images/arrow-left.png")no-repeat 50% 50% / auto 100%;
}
.visual .swiper-button-next {
	width: 50px;
	height: 50px;
	background: url("../images/arrow-right.png")no-repeat 50% 50% / auto 100%;
}
.visual .swiper-pagination {
    bottom: 50px;
}
.visual .swiper-pagination-bullet {
	width: 40px;
    margin: 0px 3px!important;
    height: 5px;
    z-index: 20;
    border-radius: 3px;
    background: #aaa;
}
.visual .swiper-pagination-bullet-active {
	background: #fff;
}





.sec01  {
	margin-top: 180px;
}
.sec01 .cont > div {
	flex: 1;
	padding: 0 40px;
}
.sec01 .cont > div h3 {
	font-size: 48px;
	margin-bottom: 70px;
}
.sec01 .cont > div h3 span {
	position: relative;	
}
.sec01 .cont > div h3 span:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: #FFD073;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
.sec01 .item {
	align-items: center;
	margin-bottom: 40px;
}
.sec01 .item .thumb {
    flex: 0 0 140px;
    text-align: center;
    margin-right: 25px;
}
.sec01 .item .thumb img {
    height: 80px;
}
.sec01 .item .info {
	font-size: 16px;
	font-weight: 500;
}
.sec01 .item .info span {
	color: #FBAF17;
}
.sec01 .bn > div {
	flex: 1;
	background: #ffe4b0;
}
.sec01 .bn > div a {
	display: block;
	padding: 30px 35px;
}
.sec01 .bn > div:first-child {
	margin-right: 20px;
}
.sec01 .bn > div:first-child a {
	background: url("../images/sec01-6.png")no-repeat 93% 50% / auto 80px;
}
.sec01 .bn > div:last-child a {
	
	background: url("../images/sec01-7.png")no-repeat 93% 50% / auto 80px;
}
.sec01 .bn p {
	font-weight: bold;
	font-size: 16px;
}
.sec01 .bn strong {
	font-size: 32px;
}




.sec02 {
	background: #FFD073;
	margin-top: 180px;
}
.sec02 .flex {
	flex-wrap: wrap;
	padding: 68px 0 48px;
}
.sec02 .flex > div:nth-child(1) {
	width: 160px;
}
.sec02 .flex > div:nth-child(1) select {
	width: 100%;
	background-color: #fff;
	border: 1px solid rgb(229, 230, 232);
}
.sec02 .flex > div:nth-child(2) {
    width: calc(100% - 294px);
    padding: 0 60px 0px 40px;
    box-sizing: border-box;
}
.sec02 .flex > div:nth-child(2) .btn_group {
	font-size: 0;
}
.sec02 .flex > div:nth-child(2) .btn_group label {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
.sec02 .flex > div:nth-child(2) .btn_group input[type=radio] {
	display: none;
}
.sec02 .flex > div:nth-child(2) .btn_group input[type=radio] + span {
	display: block;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	box-sizing: border-box;
}
.sec02 .flex > div:nth-child(2) .btn_group input[type=radio]:checked + span {
	background: #fff;
	color: #FFD073;
}
.sec02 .flex > div:nth-child(2) input[type=text] {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid rgb(229, 230, 232);
	width: 23%;
	height: 54px;
	padding: 0 10px;
	font-size: 16px;
	margin-left: 10px;
	box-sizing: border-box;
}
.sec02 .flex > div:nth-child(2) .desc {
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	color: #fff;
	margin-top: 15px;
}
.sec02 .flex > div:nth-child(2) em {
	color: #29B34B;
}
.sec02 .flex > div:nth-child(3) button {
	display: block;
	width: 134px;
	height: 134px;
	line-height: 134px;
	background: #29B34B;
	border-radius: 50%;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-top: -20px;
}





.sec03 {
	margin-top: 180px;
	overflow: hidden;
	background: url("../images/sec03-bg.png")no-repeat 100% 100%;
	padding-bottom: 350px;
}
.sec03 .title h3 {
	font-size: 48px;
	margin-bottom: 100px;
}
.sec03 .title h3 a {
    font-size: 16px;
    background: url("../images/ico-more.png")no-repeat 100% 50% / 24px;
    padding-right: 30px;
    margin-top: 25px;
}
.sec03 .swiper-container {
    overflow: visible;
    padding-bottom: 112px;
}
.sec03 .swiper-slide {
	width: 368px;
	margin-left: 40px;
}
.sec03 .swiper-slide:first-child {
	margin-left: calc((100% - 1120px) / 2);
}
.sec03 .swiper-slide:last-child {
	margin-right: calc((100% - 1120px) / 2);
}
.sec03 .swiper-slide .thumb img {
	width: 100%;
}
.sec03 .swiper-slide .card {
	position: relative;
	width: 256px;
	background: #fff;
	border-radius: 0px 0px 40px;
	box-shadow: rgb(0 0 0 / 8%) 24px 14px 40px 0px;
	padding: 28px 16px;
	margin-top: -90px;
	font-size: 16px;
	word-break: keep-all;
	box-sizing: border-box;
}
.sec03 .swiper-slide .card span {
    background: #F3AF3C;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -22px;
    left: 0;
    padding: 8px 23px;
}
.sec03 .swiper-slide .card strong {
	display: block;
	height: 110px;
}
.sec03 .swiper-slide .card .name {
	margin-top: 15px;
}
.sec03 .swiper-slide .card .name:before {
    content: "ㅡ";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 4px;
}
.sec03 .swiper-scrollbar {
    position: absolute;
    left: 50%;
    margin-left: -97px;
    width: 100%;
    max-width: 928px;
    transform: translateX(-50%);
    height: 4px;
    bottom: 34px;
    background: rgba(226, 227, 227, 0.4);
}
.sec03 .swiper-scrollbar-drag {
	background: #F3AF3C;
}
.sec03 .swiper-button-prev,
.sec03 .swiper-button-next {
    border-radius: 100%;
    width: 56px;
	height: 56px;
	top: auto;
	bottom: 10px;
	background: #fff url("../images/ico-more.png")no-repeat 50% 50% / 24px;
}
.sec03 .swiper-button-prev {
    left: inherit;
    right: 50%;
    margin-right: -445px;
    transform: rotate(180deg);
    box-shadow: rgb(0 0 0 / 20%) -5px -5px 10px 0px;
}
.sec03 .swiper-button-next {
    right: 50%;
    margin-right: -525px;
    box-shadow: rgb(0 0 0 / 20%) 5px 5px 10px 0px;
}
.sec03 .swiper-button-disabled {
	opacity: 1;
}



.sec04 {
	margin: 75px 0;
}


.sec05 {
	background: #FFD073;
	padding: 60px 0 75px;
}
.sec05 strong {
	flex: 1;
	font-size: 32px;
	line-height: 1.5;
}
.sec05 .flex > div {
	flex: 2;
}
.sec05 .form {
	font-size: 0;
}
.sec05 .form > div {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}
.sec05 .form > div input {
	height: 56px;
	font-size: 16px;
	padding: 0 15px;
	box-sizing: border-box;
}
.sec05 .form > div input[name=marketing_name] {
	width: 160px;
}
.sec05 .form > div input[name=marketing_mail] {
	width: 224px;
}
.sec05 .form > div button {
	width: 224px;
	height: 56px;
	font-size: 20px;
}
.sec05 .form + p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
	padding-left: 30px;
}




#footer {
	margin-top: 0;
}



@media screen and (max-width: 1280px){
	.sec03 .swiper-slide:first-child {
		margin-left: 5%;
	}
	.sec03 .swiper-slide:last-child {
		margin-right: 5%;
	}
}
@media screen and (max-width: 1024px){
	.sec01 .cont {
		display: block;
	}
	.sec01 .cont > div {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.sec01 .cont > div:first-child {
		margin-bottom: 70px;
	}
	.sec01 .cont > div h3 {
    	font-size: 35px;
    }
    .sec01 .item .thumb {
    	flex: 0 0 100px;
    }
    .sec01 .item .thumb img {
	    height: 55px;
	}
	.sec01 .item .info {
	    font-size: 14px;
	}
	.sec01 .bn p {
		font-size: 14px;
	}
	.sec01 .bn strong {
	    font-size: 20px;
	}

	.sec02 .flex {
		padding-right: 160px;
	}
	.sec02 .flex > div:nth-child(1) {
		width: 100%;
	}
	.sec02 .flex > div:nth-child(1) select {
		font-size: 14px;
	}
	.sec02 .flex > div:nth-child(2) {
		width: 100%;
		padding: 0;
	}
	.sec02 .flex > div:nth-child(2) .btn_group label {
		width: 33.333%;
		margin: 10px 0;
		padding: 0 5px;
	}
	.sec02 .flex > div:nth-child(2) .btn_group label:first-child {
		padding-left: 0;
	}
	.sec02 .flex > div:nth-child(2) .btn_group label:nth-child(3) {
		padding-right: 0;
	}
	.sec02 .flex > div:nth-child(2) .btn_group input[type=radio] + span {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}
	.sec02 .flex > div:nth-child(2) input[type=text] {
		width: 100%;
		margin: 0;
		font-size: 14px;
	}
	.sec02 .flex > div:nth-child(2) .desc {
		font-size: 16px;
		margin-left: 0;
	}
	.sec02 .flex > div:nth-child(3) button {
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    transform: translate(0px, -50%);
	}



	.sec03 {
		background-size: 85%;
		padding-bottom: 30%;
	}
	.sec03 .title h3 {
	    font-size: 32px;
	}
	.sec03 .title h3 a {
    	font-size: 14px;
    	margin-top: 15px;
    }
    .sec03 .swiper-container {
	    padding-bottom: 80px;
	}
    .sec03 .swiper-slide {
    	width: 280px;
    }
    .sec03 .swiper-slide:first-child {
		margin-left: 20px;
	}
	.sec03 .swiper-slide:last-child {
		margin-right: 20px;
	}
	.sec03 .swiper-slide .card {
		font-size: 14px;
		width: 210px;
	}
	.sec03 .swiper-slide .card strong {
	    height: 95px;
	}
	.sec03 .swiper-slide .card span {
		font-size: 14px;
	}
	.sec03 .swiper-scrollbar {
		left: 20px;
		margin-left: 0;
		width: calc(100% - 40px);
		max-width: none;
		transform: none;
	}
	.sec03 .swiper-button-prev,
	.sec03 .swiper-button-next {
		display: none;
	}



	.sec05 {
	    padding: 60px 0 115px;
	}
	.sec05 .flex {
		display: block;
	}
	.sec05 strong {
		font-size: 26px;
	}
	.sec05 .flex > div {
		margin-top: 40px;
	}
	.sec05 .form {
		position: relative;
	}
	.sec05 .form > div {
		padding-left: 10px;
		width: calc(50% - 5px);
	}
	.sec05 .form > div:first-child {
		padding-left: 0;
	}
	.sec05 .form > div input {
		width: 100%!important;
		font-size: 14px;
	}
	.sec05 .form > div:nth-child(3) {
	    position: absolute;
	    bottom: -110px;
	    left: 0;
	    padding: 0;
	    width: 100%;
	}
	.sec05 .form > div button {
		display: block;
		width: 100%;
		font-size: 16px;
	}
	.sec05 .form + p {
		padding-left: 0;
		font-size: 13px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px){
	.visual {
		height: 140vw;
	}
	.visual .swiper-slide .box {
		left: 30px;
		box-sizing: 100px;
	}
	.visual .swiper-slide .box .tit p {
    	font-size: 20px;
    }
    .visual .swiper-slide .box .sub_title {
    	font-size: 15px;
    	margin-top: 15px;
    }
    .visual .swiper-slide .box .btn_area {
	    margin-top: 20px;
	}
    .visual .swiper-slide .box .btn_area button {
	    width: 145px;
	    height: 44px;
	    font-size: 14px;
	}
    .visual .swiper-button-prev,
    .visual .swiper-button-next {
    	display: none;
    }


    .sec01 .cont > div h3 {
	    font-size: 26px;
	    margin-bottom: 45px;
	}
	.sec01 .bn {
		display: block;
	}
	.sec01 .bn > div:first-child {
	    margin-right: 0px;
	    margin-bottom: 20px;
	}
	.sec01 .bn p {
	    font-size: 16px;
	}
	.sec01 .bn strong {
	    font-size: 26px;
	}
	.sec01 .bn > div a {
	    padding: 30px 120px 30px 35px;
	    word-break: keep-all;
	}
}
@media screen and (max-width: 480px){
	.sec02 .flex {
	    padding: 40px 0 130px;
	}
	.sec02 .flex > div:nth-child(3) button {
		top: auto;
	    bottom: 15px;
	    transform: none;
	    width: 110px;
	    height: 110px;
	    line-height: 110px;
	    font-size: 18px;
	}
}