@font-face {
	font-family: 'Roboto';
	unicode-range:U+0041-005A, U+0061-007A, U+0030-0039;
}

body{font-family:'Roboto', 'Noto Sans', sans-serif;}
h2{font-family: 'Roboto','Noto Sans', sans-serif;}
p{font-family: 'Roboto','Noto Sans', sans-serif;}
button{font-family: 'Roboto','Noto Sans', sans-serif;}
a{font-family: 'Roboto','Noto Sans', sans-serif;}


	/* 위로 가는 애니메이션 */
	.waypoints-up {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,30px,0);-moz-transform:translate3d(0,30px,0);-o-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
	.w-active .waypoints-up {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.waypoints-ups {opacity:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,30px,0);-moz-transform:translate3d(0,30px,0);-o-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
	.w-active .waypoints-ups {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.waypoints-slide-up {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,30px,0);-moz-transform:translate3d(0,30px,0);-o-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
	.slick-active .waypoints-slide-up {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	


	/* 아래로 가는 애니메이션 */
	.waypoints-down {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);-o-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
	.waypoints-slide-down {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(0,-30px,0);-moz-transform:translate3d(0,-30px,0);-o-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}
	
	.w-active .waypoints-down {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.slick-active .waypoints-slide-down {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	
	/* 오른쪽으로 가는 애니메이션 */
	.waypoints-right {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(-30px,0,0);-moz-transform:translate3d(-30px,0,0);-o-transform:translate3d(-30px,0,0);-ms-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}
	.w-active .waypoints-right {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.active .waypoints-right {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	
	/* 왼쪽으로 가는 애니메이션 */
	.waypoints-left {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out;-webkit-transform:translate3d(30px,0,0);-moz-transform:translate3d(30px,0,0);-o-transform:translate3d(30px,0,0);-ms-transform:translate3d(30px,0,0);transform:translate3d(30px,0,0)}
	.w-active .waypoints-left {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	.active .waypoints-left {opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	
	/* 가운데 출력 애니메이션 */
	.waypoints-center {opacity:0;-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;transition:all 1s ease-in-out}
	.waypoints-center2 {opacity:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}

	.w-active .waypoints-center {opacity:1}
	.w-active .waypoints-center2 {opacity:1}
	.active .waypoints-center {opacity:1}
	
	/* 딜레이 */
	.delay-05 {-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-o-transition-delay:.5s;-ms-transition-delay:.5s;transition-delay:.5s}
	.delay-075 {-webkit-transition-delay:.75s;-moz-transition-delay:.75s;-o-transition-delay:.75s;-ms-transition-delay:.5s;transition-delay:.75s}
	.delay-10 {-webkit-transition-delay:1s;-moz-transition-delay:1s;-o-transition-delay:1s;-ms-transition-delay:1s;transition-delay:1s}
	.delay-125 {-webkit-transition-delay:1.25s;-moz-transition-delay:1.25s;-o-transition-delay:1.25s;-ms-transition-delay:1.25s;transition-delay:1.25s}
	.delay-15 {-webkit-transition-delay:1.5s;-moz-transition-delay:1.5s;-o-transition-delay:1.5s;-ms-transition-delay:1.5s;transition-delay:1.5s}
	.delay-20 {-webkit-transition-delay:2s;-moz-transition-delay:2s;-o-transition-delay:2s;-ms-transition-delay:2s;transition-delay:2s}
	.delay-25 {-webkit-transition-delay:2.5s;-moz-transition-delay:2.5s;-o-transition-delay:2.5s;-ms-transition-delay:2.5s;transition-delay:2.5s}
	.delay-30 {-webkit-transition-delay:3s;-moz-transition-delay:3s;-o-transition-delay:3s;-ms-transition-delay:3s;transition-delay:3s}

	
/* — 페이지 로더 — */
.page-loader {position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:#5dc7f1}
.page-loader .logo-loader {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.page-loader .logo-loader:before, .page-loader .logo-loader:after {content:"";position:absolute;top:60px;left:0;height:1px}
.page-loader .logo-loader:before {width:100%;background:rgba(255,255,255,.4)}
.page-loader .logo-loader:after {width:0;background:#fff;-webkit-transition:all 1.2s ease;-moz-transition:all 1.2s ease;-o-transition:all 1.2s ease;-ms-transition:all 1.2s ease;transition:all 1.2s ease}
.page-loader .logo-loader.active:after {width:100%}
.page-loader .logo-loader img {max-height:35px;width:auto}
.page-loader .logo-loader h5 {margin:0px 0 0;text-align:center;letter-spacing:5px;font-size:12px;color:#fff}



#cont_area{
	width:1200px;
	margin:0 auto;
}


#header{
	width:100%;
	height:70px;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:999;
}

#header .mobile_menu{
	cursor: pointer;
	display:none;
}

#header .mobile_menu svg {
	transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

#header .mobile_menu svg path{
	stroke:#444444;
}

	#header .mobile_menu.active svg {
	  transform: rotate(90deg);
	}
	#header .mobile_menu path {
	  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	#header .mobile_menu path:nth-child(1) {
	  transform-origin: 36% 40%;
	}
	#header .mobile_menu path:nth-child(2) {
	  stroke-dasharray: 29 299;
	}
	#header .mobile_menu path:nth-child(3) {
	  transform-origin: 35% 63%;
	}
	#header .mobile_menu path:nth-child(4) {
	  stroke-dasharray: 29 299;
	}
	#header .mobile_menu path:nth-child(5) {
	  transform-origin: 61% 52%;
	}
	#header .mobile_menu path:nth-child(6) {
	  transform-origin: 62% 52%;
	}
	#header .mobile_menu.active path:nth-child(1) {
	  transform: translateX(9px) translateY(1px) rotate(45deg);
	}
	#header .mobile_menu.active path:nth-child(2) {
	  stroke-dasharray: 225 299;
	  stroke-dashoffset: -72px;
	}
	#header .mobile_menu.active path:nth-child(3) {
	  transform: translateX(9px) translateY(1px) rotate(-45deg);
	}
	#header .mobile_menu.active path:nth-child(4) {
	  stroke-dasharray: 225 299;
	  stroke-dashoffset: -72px;
	}
	#header .mobile_menu.active path:nth-child(5) {
	  transform: translateX(9px) translateY(1px) rotate(-45deg);
	}
	#header .mobile_menu.active path:nth-child(6) {
	  transform: translateX(9px) translateY(1px) rotate(45deg);
	}


#header .top_logo #curaco_logo{
	width:140px;
}

#header .top_logo a{
	display:block;
	padding:17px 0;
}

#header .top_logo a .logo{
		
}

#footer #curaco_foot_logo{
	width:140px;
}

.page-loader #curaco_foot_logo{
	width:200px;
}

#header .top_logo a .mobile_logo{
	display:none;
	margin:0 auto;
}

#header .gnb_area{
	width:940px;
	margin:0 40px;
	line-height:70px;
	padding:0 35px;
}

#header .gnb_area .gnb_1{
	display:flex;
}

#header .gnb_area .gnb_1 .gnb_1_tab{
	margin-right:35px;
	position:relative;
}

#header .gnb_area .gnb_1 .gnb_1_tab:nth-child(4){
	margin-right:0;
}

#header .gnb_area .gnb_1 .gnb_1_tab a{
	color:#333333;
	font-size:18px;
	font-weight:500;
	display:block;
}

#header .gnb_area .gnb_1 .gnb_1_tab a::after{
	display:block;
	width:0%;
	height:2px;
	background:#5dc7f1;
	content:"";
	position:absolute;
	bottom:25px;
	transition:.5s all;
	opacity:0;
}

#header .gnb_area .gnb_1 .gnb_1_tab a:hover::after{
	width:100%;
	opacity:1;
}

#header .gnb_area .gnb_1 .gnb_1_tab.hover_menu a::after{
	width:100%;
	opacity:1;
}

#header .lang_area{
	line-height:70px;
	margin:0 20px;
}

#header .lang_area .on_lang{

}

#header .lang_area .on_lang a{
	color:#333333;
	font-size:18px;
	font-weight:500;
	display:block;
}

#header .lang_area .on_lang a i{
	color:#999999;
	font-weight:900;
}



#header .sns_area{
	line-height:70px;
	
}

#header .sns_area .on_sns{

}

#header .sns_area .on_sns a{
	color:#333333;
	font-size:18px;
	font-weight:500;
	display:block;
}

#header .sns_area .on_sns a i{
	color:#999999;
	font-weight:900;
}


#header .info_area{
	margin-left:45px;
	line-height:90px;
}

#header .info_area ul{
	display:flex;
}

#header .info_area ul li:first-child{
	margin-right:25px;
}

#header .info_area ul li a{
	color:#333333;
	font-size:16px;
	display:block;
	font-weight:bold;
}


#content{
	width:100%;
	min-width:1200px;
	margin-top:70px;
}

#content .mobile_lang{
	display:flex;
	margin:25px 0;
	float:right;
}

#content .mobile_lang a{
	color: #333;
    font-size: 15px;
    letter-spacing: -.2px;
    transition: .5s all;
	margin-left:10px;
}

#content .mobile_lang .on a{
	color:#5dc7f1;
}

#content .mobile_gnb{
	display:none;
	width:100%;
	  position:fixed;
	  left:-100%;
	  top:70px;
	  right:0;
	  bottom:0;
	  -webkit-transition: left .3s;
	  -moz-transition: left .3s;
	  -ms-transition: left .3s;
	  -o-transition: left .3s;
	  transition: left .3s;
	  background-color:#fff;
	  padding:25px;
	  border-top:1px solid #5dc7f1;
}

#content .mobile_gnb.on{
  left:0;
}

#content .mobile_gnb .menu_cont{
	width:100%;
}

#content .mobile_gnb .menu_cont h2.title{
	color:#333;
	font-size:22px;
	font-weight:500;
	display:block;
	line-height:45px;
	cursor:pointer;
	position:relative;
}

#content .mobile_gnb .menu_cont h2.title::after{
    display: block;
    width: 0%;
    height: 2px;
    background: #5dc7f1;
    content: "";
    transition: .3s all;
    opacity: 0;
}

#content .mobile_gnb .menu_cont.drop h2.title::after{
	width:100%;
	opacity:1;
}

#content .mobile_gnb .menu_cont ul{
	display:none;
	height:0;
	opacity:0;
	transition:.3s all;
	padding:10px;
	background:#eee;
}

#content .mobile_gnb .menu_cont.drop ul{
	display:block;
	opacity:1;
	height:100%;
}

#content .mobile_gnb .menu_cont ul li{
	line-height:45px;

}

#content .mobile_gnb .menu_cont ul li a{
	color:#333;
	font-size:17px;
	font-weight:400;
	display:block;
}


.container{
	width:1420px;
	margin:0 auto;
}

.cont_layer{
	width:1080px;
	margin:0 auto;
}

#header .container{
	display:flex;
}

#header .container:hover + .drop_menu{
	height:250px;
	opacity:1;
}

#header .drop_menu{
	width:100%;
	position:absolute;
	top:70px;
	left:0;
	height:0px;
	z-index:95;
	background:#fff;
	transition:.5s all;
	overflow:hidden;
	opacity:0;
}

#header .drop_menu:hover{
	height:250px;
	opacity:1;
}

#header .drop_menu .gnb_area{
	display:flex;
}

#header .drop_menu .left_drop{
	width:139px;
}

#header .drop_menu .gnb_2_tab{
	/*display:none;*/
	margin-right:35px;
}

#header .drop_menu .sub_tab1{
	width:81px;
}
#header .drop_menu .sub_tab2{
	width:61px;
}
#header .drop_menu .sub_tab3{
	width:66px;
}
#header .drop_menu .sub_tab4{
	width:77px;
}


#header .drop_menu .gnb_2_tab ul li{
	line-height:35px;
}

#header .drop_menu .gnb_2_tab ul li a{
	font-size:14px;
	color:#333;
	letter-spacing:-.2px;
	transition:.5s all;
}

#header .drop_menu .gnb_2_tab ul li a:hover{
	color:#5dc7f1;
}

#header .drop_menu .none_lang{
	width:55.3px;
}

#header .drop_menu .none_lang ul li{
	line-height:35px;
}

#header .drop_menu .none_lang ul li a{
	color:#333;
	font-size:14px;
	letter-spacing:-.2px;
	transition:.5s all;
}

#header .drop_menu .none_lang ul li a:hover{
	color:#5dc7f1;
}

#header .drop_menu .sns_list ul li{
	line-height:35px;
}

#header .drop_menu .sns_list ul li a{
	color:#333;
	font-size:14px;
	letter-spacing:-.2px;
	transition:.5s all;
}

#header .drop_menu .sns_list ul li a:hover{
	color:#5dc7f1;
}




.section_01{
	width:100%;
	position:relative;
}

.section_01 .arrow_area{
	display:inline-block;
	position:absolute;
	bottom:30px;
    left: 50%;
    transform: translate(-50%,0);
}

.section_01 .arrow_area .arrow_cont{
	cursor:pointer;
	display:inline-block;
}

.section_01 .arrow_area .play_btn{
	display:inline-block;
	cursor:pointer;
	padding:0 25px;
}

.section_01 .arrow_area .play_btn::before{
	content:"\ea3b";
	font-family : "xeicon";
	font-size:30px;
	color:#fff;
	display:block;
	font-weight:300;
	text-shadow: 2px 0px 11px #181818;
}

.section_01 .arrow_area .play_btn.pause::before{
	content:"\ea3e";
}

.section_01 .arrow_area #prev_arrow::before{
	content:"\f104";
	font-family:"FontAwesome";
	font-size:40px;
	color:#fff;
	display:block;
	text-shadow: 2px 0px 11px #181818;
}


.section_01 .arrow_area #next_arrow::before{
	content:"\f105";
	font-family:"FontAwesome";
	font-size:40px;
	color:#fff;
	display:block;
	text-shadow: 2px 0px 11px #181818;
}

.section_01 #main_slider .slider_area{
	position:relative;
}

.section_01 #main_slider .slider_area .text_area{
	width:100%;
	height:100%;
	position:absolute;
}

.section_01 #main_slider .slider_area .text_area .container{
	height:100%;
	display:flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
	position:relative;
}

.section_01 #main_slider .slider_area .text_area h2{
	color:#fff;
	font-size:60px;
	letter-spacing:-.15px;
	font-weight:300;
	line-height:75px;
}

.section_01 #main_slider .slider_area .text_area p{
	color:#fff;
	font-size:20px;
	font-weight:400;
	letter-spacing:1px;
	line-height:30px;
	margin:45px 0;
	margin-bottom:72px;
}


.section_01 #main_slider .slider_area .img_area{
	width:96%;
	height:94vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.section_01 #main_slider .slider_area .text_area .container .slide_btn_area{
	position:absolute;
	bottom:35px;
}

.section_01 #main_slider .slider_area .text_area .container .slide_btn_area a .bt_back{
	width:238px;
	height:238px;
	background-image:url("../img/main/slide_btn.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.section_01 #main_slider .slider_area .text_area .container .slide_btn_area a:hover .bt_back{
	background-image:url("../img/main/slide_btn_on.png");
}


.section_01 #main_slider .slider_area .img_area.slider_1{
	background-image:url("../img/main/01_kv_1-1.png");
}
.section_01 #main_slider .slider_area .img_area.slider_2{
	background-image:url("../img/main/01_kv_1-2.png");
}
.section_01 #main_slider .slider_area .img_area.slider_3{
	background-image:url("../img/main/01_kv_2-1.png");
}
.section_01 #main_slider .slider_area .img_area.slider_4{
	background-image:url("../img/main/curaco_new_slide.png");
}
.section_01 #main_slider .slider_area .img_area.slider_5{
	background-image:url("../img/main/01_kv_3.png");
}
.section_01 #main_slider .slider_area .img_area.slider_6{
	background-image:url("../img/main/01_kv_4.png");
}

.section_01 #main_slider .slider_area .img_area img{
	width:100%;
}

.section_01 #main_slider .slick-dots{
    position: absolute;
    top: 0;
    right: 0;
    height: 94vh;
    width: 4%;
	display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_01 #main_slider .slick-dots li{
	margin-bottom:8px;
}

.section_01 #main_slider .slick-dots li:last-child{
	margin-bottom:0;
}

.section_01 #main_slider .slick-dots li button{
	background:#fff;
	text-indent:-9999px;
	border:1px solid #cccccc;
	border-radius:100%;
	width:12px;
	height:12px;
}

.section_01 #main_slider .slick-dots li.slick-active button{
	background:#5dc7f1;
	border:1px solid #5dc7f1;
}





.section_02{
	padding:22vh 0;
}


.section_02 .title_area{
	margin-bottom:80px;
}

.section_02 .title_area h2{
	color:#4c4c4e;
	font-size:56px;
	font-weight:300;
	text-align:center;
	letter-spacing:-.15px;
	line-height:72px;
}

.section_02 .video_area{
	position:relative;
	width:1280px;
	margin:0 auto;
}

.section_02 .video_area .play_area{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:20;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_02 .video_area .img_area{
	width:100%;
}

#video_position2{
	margin-top:3rem;
}


.section_02 .banner_area{
	width:100%;
	height:947px;
	background-image:url("../img/page/care/care_3_html1.png");
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.section_02 .banner_area #cont_area{
	height:100%;
	position:relative;
}

.section_02 .banner_area .content_text{
	display:flex;
	width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_02 .banner_area .content_text h2.title{
	color:#fff;
	font-size:37px;
	font-weight:400;
	letter-spacing:-.20px;
	line-height:57px;
	text-align:center;
	background:#0c2b50;
	padding:0 18px;
}

.section_02 .banner_area .content_text p.title_text{
	font-size:24px;
	color:#fff;
	letter-spacing:-.20px;
	text-align:center;
	margin-top:22px;
}

.section_02 .banner_area .content_text .box_area{
	width:100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: stretch;
	margin-top:80px;
}

.section_02 .banner_area .content_text .box_area .box_cont{
	width:33.333%;
	border-right:1px solid rgba(255,255,255,0.4);
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_02 .banner_area .content_text .box_area .box_cont:nth-child(1),
.section_02 .banner_area .content_text .box_area .box_cont:nth-child(2),
.section_02 .banner_area .content_text .box_area .box_cont:nth-child(3){
	border-bottom:1px solid rgba(255,255,255,0.4);
	padding-top:5px;
	padding-bottom:50px;
}

.section_02 .banner_area .content_text .box_area .box_cont:nth-child(3),
.section_02 .banner_area .content_text .box_area .box_cont:nth-child(6){
	border-right:0;
}

.section_02 .banner_area .content_text .box_area .box_cont:nth-child(4),
.section_02 .banner_area .content_text .box_area .box_cont:nth-child(5),
.section_02 .banner_area .content_text .box_area .box_cont:nth-child(6){
	padding-bottom:5px;
	padding-top:50px;
}

.section_02 .banner_area .content_text .box_area .box_cont .img_area{
	text-align:center;
}

.section_02 .banner_area .content_text .box_area .box_cont .text_area{
	margin-top:20px;
}

.section_02 .banner_area .content_text .box_area .box_cont .text_area h2.icon_title{
	color:#ffffff;
	font-weight:600;
	font-size:24px;
	line-height:32px;
	letter-spacing:-.20px;
	text-align:center;
	margin-bottom:20px;
}

.section_02 .banner_area .content_text .box_area .box_cont .text_area p.icon_text{
	color:#fff;
	font-weight:300;
	font-size:20px;
	line-height:27px;
	letter-spacing:-.20px;
	text-align:center;
}

.section_02 .banner_area{
	margin-top:20vh;
}

.section_02 .box_area{
	margin-top:20vh;
}

.section_02 .box_area .text_area{
	margin-bottom:55px;
}

.section_02 .box_area .text_area h2{
	color:#4c4c4e;
	font-size:40px;
	font-weight:300;
	text-align:center;
	letter-spacing:-.15px;
	line-height:56px;

}

.section_02 .box_area .text_area p{
	font-size:16px;
	font-weight:400;
	color:#4c4c4e;
	line-height:25px;
	margin-top:25px;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}

.section_02 .box_area .box_list{
	width:1060px;
	margin:0 auto;
	display:flex;
	flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.section_02 .box_area .box_list .text_area{
	color:#4c4c4e;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	text-align:center;
	margin:20px auto;
}






.section_03{
	background:#f9f9f9;
	width:100%;
}


.section_03 .title_area{
	padding-top:180px;
}

.section_03 .title_area h2{
	font-weight:300;
	font-size:120px;
	line-height:110px;
	letter-spacing:-2px;
	color:#5dc7f1;
	text-align:center;
}

.section_03 .title_area p{
	font-size:40px;
	color:#4c4c4e;
	text-align:center;
	line-height:56px;
	margin-top:50px;
}



.section_03 .cont_layer .cont_box{
	margin:165px auto;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.section_03 .cont_layer .cont_box .img_area{
	margin:0 20px;
}

.section_03 .cont_layer .cont_box .text_area{
	margin-left:70px;
}

.section_03 .cont_layer .cont_box .text_area span.number{
	display:block;
	margin:20px 0;
	font-size:88px;
	color:#5dc7f1;
	letter-spacing:-.15px;
}

.section_03 .cont_layer .cont_box .text_area h2{
	color:#4c4c4e;
	font-size:32px;
	font-weight:300;
	letter-spacing:-.15px;
	line-height:56px;
}

.section_03 .cont_layer .cont_box .text_area p{
	color:#4c4c4e;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	margin-top:10px;
	margin-bottom:40px;
}

.view_more{
	width:145px;
}

.section_03 .cont_layer .cont_box .text_area .img_box{
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.section_03 .cont_layer .cont_box .text_area .img_box .box_cont p{
	text-align:center;
}

.section_03 .cont_layer .cont_box:nth-child(2){
	    justify-content: space-between;
		margin-bottom:0px;
}

.section_03 .cont_layer .cont_box:nth-child(2) .text_area{
	margin-left:60px;
	margin-right:0;
}

.section_03 .cont_layer .cont_box:nth-child(2) .img_area{
	margin-left:0px;
}


.section_03 .cont_layer .cont_box:nth-child(3){
	margin-top:80px;
	margin-bottom:0;
	padding-bottom:80px;
}

.section_03 .video_area{
	position:relative;
}

.section_03 .video_area .play_area{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section_03 .video_area .img_area img{
	width:100%;
}





.section_04{
	width:100%;
	background:#e5edf2;
	padding:200px 0;
}

.section_04 .title_area{

}

.section_04 .title_area h2{
	font-weight:300;
	font-size:120px;
	line-height:110px;
	letter-spacing:-2px;
	color:#5dc7f1;
	text-align:center;
}

.section_04 .title_area p{
	font-size:40px;
	color:#4c4c4e;
	text-align:center;
	line-height:56px;
	margin-top:50px;
}

.section_04 .title_area span{
	margin:0 auto;
	margin-top:25px;
	font-size:16px;
	color:#4c4c4e;
	text-align:center;
	display:block;
}

.section_04 .box_list{
	width:100%;
}


.section_04 .box_list .cont_layer{
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.section_04 .box_list .cont_layer .box_li{
	width:45%;
	margin-top:80px;
	background:#fff;
	border-radius:40px;
	overflow:hidden;
	max-width:480px;
	position:relative;
	box-shadow:4px 3px 12px 0 rgb(77 77 77 / 16%);
}

.section_04 .box_list .cont_layer .box_li .img_area{
	width:100%;
	height:270px;
	overflow:hidden;
	display:block;
	background:#eee;
}

.section_04 .box_list .cont_layer .box_li .img_area img{
	
}

.section_04 .box_list .cont_layer .box_li .text_area{
	padding:25px;
	background:#fff;
	min-height:235px;
	max-height:235px;
}

.section_04 .box_list .cont_layer .box_li .text_area h2{
	font-size:20px;
	color:#4c4c4e;
	line-height:30px;
	font-weight:400;
	display:block;
}

.section_04 .box_list .cont_layer .box_li .text_area p{
	color:#4c4c4e;
	font-size:16px;
	line-height:24px;
	margin-top:15px;
}

.section_04 .box_list .cont_layer .box_li .play_area{
	position:absolute;
	bottom:20px;
	right:20px;
}








.section_05{
	width:100%;
	background:#fff;
	padding:200px 0;
}

.section_05 .title_area{

}

.section_05 .title_area h2{
	font-weight:300;
	font-size:120px;
	line-height:110px;
	letter-spacing:-2px;
	color:#5dc7f1;
	text-align:center;
}

.section_05 .title_area p{
	font-size:40px;
	color:#4c4c4e;
	text-align:center;
	line-height:56px;
	margin-top:50px;
}

.section_05 .title_area span{
	margin:0 auto;
	margin-top:25px;
	font-size:16px;
	color:#4c4c4e;
	text-align:center;
	display:block;
}

.section_05 .img_area{
	width:100%;
	overflow:hidden;
	margin:75px auto;
	display:flex;
}

.section_05 .img_area img{
	width:100%;
	flex:1;
}

.section_05 .box_area{
	margin-top:60px;
}

.section_05 .box_area .cont_layer{
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.section_05 .box_area .cont_layer .box_cont{
	max-width:250px;
}

.section_05 .box_area .cont_layer .box_cont .img_box{
	position:relative;
}

.section_05 .box_area .cont_layer .box_cont .img_box img.thumb{
	width:100%;
}

.section_05 .box_area .cont_layer .box_cont .img_box .number_area{
	width:100%;
	position:absolute;
	bottom:-30px;
	left:0;
	display:block;
	text-align:center;
}

.section_05 .box_area .cont_layer .box_cont .text_area{
	margin-top:45px;
}

.section_05 .box_area .cont_layer .box_cont .text_area p{
	color:#000000;
	font-size:20px;
	letter-spacing:-.15px;
	line-height:30px;
	text-align:center;
}

.section_05 .latest_area{
	padding:20px 0;
	margin-top:60px;
}

.section_05 .latest_area .cont_layer{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:60px 0;
		position:relative;
}

.section_05 .latest_area .swiper-slide{
	display:flex;
	    align-items: stretch;
		    padding: 0 60px;
			margin-bottom:40px;
			    width: 100% !important;
}

.section_05 .latest_area .swiper-button-prev, .section_05 .latest_area .swiper-button-next{
	opacity:0;
}

.section_05 .latest_area .swiper-pagination{
	opacity:0;
}

.section_05 .latest_area .swiper-slide a.imgs{
	display:flex;
	flex-direction: column;
    justify-content: center;
}

.section_05 .latest_area .swiper-wrapper{
	flex-wrap:wrap;
}


.section_05 .latest_area .view_more{
	position:absolute;
	z-index:80;
	top:20px;
	right:20px;
}

.section_05 .swiper-button-prev::before{
	content: "\f104";
    font-family: "FontAwesome";
    font-size: 40px;
    display: block;
}

.section_05 .swiper-button-next::before{
	content: "\f105";
    font-family: "FontAwesome";
    font-size: 40px;
    display: block;
}

.section_06{
	width:100%;
	height:131vh;
	background-image: url("../img/main/section_06_html1.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section_06 .title_area{
	padding-top:145px;
}

.section_06 .title_area p{
	font-size:40px;
	color:#4c4c4e;
	text-align:center;
	line-height:56px;
	margin-top:0px;
}

.section_06 .title_area span{
	margin:0 auto;
	margin-top:10px;
	font-size:16px;
	color:#4c4c4e;
	text-align:center;
	display:block;
}

.section_06 .img_area{
	width:100%;
	margin:35px auto;
	text-align:center;
}




.section_07{
	width:100%;
	height:33vh;
	background:#5dc7f1;
}

.section_07 .cont_layer{
	padding:0 20px;
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.section_07 .cont_layer .text_area h2{
	color:#fff;
	font-weight:300;
	font-size:40px;
	line-height:56px;
}

.section_07 .cont_layer .text_area p{
	color:#fff;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	margin-top:20px;
}


.section_07 .cont_layer .btn_area{
	width:430px;
	height:105px;
	background:#fff;
	border-radius:15px;
	cursor:pointer;
	position:relative;
}

.section_07 .cont_layer .btn_area h2{
	font-size:24px;
	line-height:30px;
	letter-spacing:3px;
	color:#5dc7f1;
	font-weight:400;
	height:100%;
	    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
	margin-left:45px;
	transition:.5s all;
	z-index:15;
}

.section_07 .cont_layer .btn_area::before{
	content:"〉";
	display:block;
	position:absolute;
	line-height:107px;
	top:0;
	right:10px;
	color:#5dc7f1;
	font-size:45px;
	transition:.5s all;
	z-index:20;
}

.section_07 .cont_layer .btn_area::after{
	width:0%;
	opacity:0;
	height:100%;
	background:#0077c0;
	border-radius:15px;
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition:.5s all;
}


.section_07 .cont_layer .btn_area:hover{

}

.section_07 .cont_layer .btn_area:hover h2{
	color:#fff;
	position:relative;
}

.section_07 .cont_layer .btn_area:hover::before{
	color:#fff;
}

.section_07 .cont_layer .btn_area:hover::after{
	width:100%;
	opacity:1;
}

/* 마우스 스크롤 다운 띄용 
animation: bounce .5s infinite alternate;
    -webkit-animation: bounce .5s infinite alternate;


@keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}
@-webkit-keyframes bounce {
  from {
     transform: translateY(0px);
  }
  to {
     transform: translateY(-7.5px);
  }
}
*/


.button {
  -webkit-font-smoothing: antialiased;
  background-color: #abe0f5;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  color: #fff;
  display: block;
  font-family: &quot;Montserrat&quot;, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  color: white;
  height:40px;
	line-height:40px;
	text-align:center;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
}
.button:hover {
  background-color: #abe0f5;
  color: #fff;
}
.button:active {
  transform: scale(0.95);
}
.button--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
}
.button--bubble:hover {
  background: none;
}
.button--bubble:hover + .button--bubble__effect-container .circle {
  background: #abe0f5;
}
.button--bubble:hover + .button--bubble__effect-container .button {
  background: #abe0f5;
}
.button--bubble:active + .button--bubble__effect-container {
  transform: scale(0.95);
}
.button--bubble__container {
  position: relative;
  display: block;
}
.button--bubble__container .effect-button {
  position: absolute;
  width: 50%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  transform: translateY(-50%);
  background: #abe0f5;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  filter: url(&quot;#goo&quot;);
  transition: all 0.1s ease-out;
  pointer-events: none;
}
.button--bubble__effect-container .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #abe0f5;
  transition: background 0.1s ease-out;
}
.button--bubble__effect-container .circle.top-left {
  top: 40%;
  left: 27%;
}
.button--bubble__effect-container .circle.bottom-right {
  bottom: 40%;
  right: 27%;
}


.button--bubble__container {
  top: 50%;
}

@-webkit-keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}



#footer{
	width:100%;
	background:#222222;
	border-top:1px solid #8c8d8e;
}

#footer #cont_area{
	width:1420px;
	display:flex;
}

#footer .foot_info{
	width:50%;
	padding:15px 0;
}

#footer .foot_info .foot_logo{
	text-align:left;
	padding:30px 0;
}

#footer .foot_info .foot_text{
	
}

#footer .foot_info .foot_text p{
	font-size:16px;
	color:#ffffff;
	font-weight:400;
	line-height:25px;
}

#footer .foot_info .foot_text dl{
	display:flex;
	flex-wrap:wrap;
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
	margin-bottom:7px;
}

#footer .foot_info .foot_text dl dt{
	font-weight: 400;
    color: #999999;
    margin: 0 7px;
}

#footer .foot_info .foot_text dl dd{
	font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
}

#footer .foot_info .foot_text p b:nth-child(1){
	margin-right:7px;
}

#footer .foot_info .foot_text p b{
	font-weight:400;
	color:#999999;
	margin:0 7px;
}

#footer .foot_menu{
	width:50%;
	padding:55px 0;
	display:flex;
    justify-content: flex-end;
    align-items: flex-start;
}

#footer .foot_menu .menu_cont{
	width:20%;
}

#footer .foot_menu .menu_cont h2.title{
	font-weight:500;
	font-size:16px;
	color:#999999;
	margin-bottom:20px;
}

#footer .foot_menu .menu_cont ul li{
	display:block;
	text-align:left;
}

#footer .foot_menu .menu_cont ul li a{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	line-height:28px;
}

#footer .last_foot_title{
	width:100%;
	border-top:1px solid #999;
}

#footer .last_foot_title #cont_area{
	display:block;
}

#footer .last_foot_title p{
	font-size:14px;
	color:#999;
	text-align:right;
	line-height:65px;
}