@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


html,body {
	font-family: 'Noto Sans KR', sans-serif;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin:0;
	padding: 0;
	overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/* top_menu */
.top_menu{
	position: fixed;
	background-color: #fff;
	width: 100%;
	top:0;
	display: flex;
	z-index: 10000000;
}
.top_menu div{
	display: flex;
	max-width: 990px;
	justify-content: space-between;
	height: 80px;
	line-height: 80px;
	align-items: center;
	width: 100%;
	margin:0 auto;
}
.top_menu div a img{
	display: block;
	line-height: 80px;
}
.top_menu div a.tm_link{
	width: 120px;
	height: 50px;
	background-color: #000;
	color:#fff;
	line-height: 50px;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}





.navigation li.no-1.active, .navigation li.no-1:hover { background-image: url("../images/0_pagedot10.png"); }
.navigation li.no-2.active, .navigation li.no-2:hover { background-image: url("../images/0_pagedot10.png"); }
.navigation li.no-3.active, .navigation li.no-3:hover { background-image: url("../images/0_pagedot10.png"); }
.navigation li.no-4.active, .navigation li.no-4:hover { background-image: url("../images/0_pagedot10.png"); }
.navigation li.no-5.active, .navigation li.no-5:hover { background-image: url("../images/0_pagedot10.png"); }
.navigation li.no-6.active, .navigation li.no-6:hover { background-image: url("../images/0_pagedot10.png"); }
.navigation li.no-7.active, .navigation li.no-7:hover { background-image: url("../images/0_pagedot10.png"); }


.download {
	background: url(../images/download.png) no-repeat;
	position: fixed;
	right: 50px;
	top: 20px;
	height: 32px;
	z-index: 1;
	color: #fff;
	text-decoration: none;
	padding-top: 30px;
	text-align: center;
	width: 70px;
	background-position: center -3px;
}


.arrow {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/arrow.png);
	-webkit-background-size: 64px;
	-moz-background-size: 64px;
	background-size: 64px;
	background-position: center 600px !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.slide {
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}



.img_div {
	margin: 0 auto;
}



/* background 이미지 설정 시작 */
#section1{
    background-image: url("../images/index_bg.png");
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_bg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/index_bg.png', sizingMethod='scale')";
}
#section3{
    background-image: url("../images/section3_bg.png");
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/section3_bg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/section3_bg.png', sizingMethod='scale')";
}
#section4{
	background-color: #f6f5f8;
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
}
.ad_conts {
	padding-top: 80px;
}

/***************  #section1  ***************/
#section1 {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#section1 .slide1_conts{
	width: 100%;
	max-width: 990px;
	margin:0 auto;
	height: 619px;
	position: relative;
	box-sizing: border-box;
}

#section1 .slide1_conts .slide1_left{
	left:0;
	margin-top: 120px;
	width: 45%;
	position:absolute;
	z-index:10;
	
}
#section1 .slide1_conts .slide1_left h3{
	color:#ce232f;
	font-size: 34px;
	font-weight: 500;
	margin-bottom: 20px;
}
#section1 .slide1_conts .slide1_left p {
	font-size: 56px;
	color:#000;
	line-height: 70px;
	margin-top: 0;
	font-weight: normal;
}
#section1 .slide1_conts .slide1_left p b{
	font-weight: bold;
}
#section1 .slide1_conts .slide1_left button{
	background-color: #ce232f;
	border-radius: 60px;
	color:#fff;
	width: 256px;
	height: 68px;
	font-size: 24px;
	font-weight: 500;
	border: #ce232f;
	margin: 40px auto 98px;
	cursor: pointer;

	
}

#section1 .slide1_conts .slide1_right{
	width: 85%;
	margin-top: 124px;
	right:0;
	bottom:-5px;
	position:absolute;
	z-index:9;
}
#section1 .slide1_conts .slide1_right img{
	height: 100%;
	width: 100%;
	margin-left: 220px;
}	

/************  #section2  ************/


#section2{
	width: 100%;
	height: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}

#section2 .slide2_title{
	width: 100%;
	text-align: center;
	position:relative;
	max-width: 500px;
	margin:0 auto;
}
#section2 .slide2_title .st_circle{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color:#f6f5f8;
	display: block;
	position: absolute;
	left:0;
	top: -50px;
	z-index: -10000;
}
#section2 .slide2_title .st_circle2{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color:#f6f5f8;
	display: block;
	position: absolute;
	left:50px;
	top: -30px;
	z-index: -10000;
}
#section2 .slide2_title .st_line{
	height: 8px;
	width: 60px;
	border-radius: 10px;
	background-color:#ce232f;
	display: block;
	margin: 0 auto 28px;
}

#section2 .slide2_title h3{
	font-size: 42px;
	color:#000;
	font-weight: 700;
	margin-bottom: 30px;
}
#section2 .slide2_title p{
	font-size: 20px;
	color:#000;
	font-weight: 300;
}
#section2 .slide2_title p b{
	font-weight: 500;
}


#section2 .mySwiper{
	margin: 60px auto 0;
	width: 100%;
	max-width: 990px;
	
	position: relative;
}

#section2 .mySwiper .swiper-button-next, #section2 .mySwiper .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
#section2 .mySwiper .swiper-button-next, 
#section2 .mySwiper .swiper-button-prev{
	content: '';
	text-indent: -999em;
	position: absolute;
    top: 50%;
	
    width: 80px;
    height:80px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
#section2 .mySwiper .swiper-button-next{
	background: url(../images/off_right.png) no-repeat;
	cursor: pointer;
}
#section2 .mySwiper .swiper-button-next:hover{
	background: url(../images/on_right.png) no-repeat;
}
#section2 .mySwiper .swiper-button-prev{
	background: url(../images/off_left.png) no-repeat;
	cursor: pointer;
}
#section2 .mySwiper .swiper-button-prev:hover
{
	background: url(../images/on_left.png) no-repeat;
}


#section2 .mySwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 633px;
}

#section2 .mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section2 .mySwiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #adadad;
}
#section2 .mySwiper .swiper-pagination-bullet-active{
	width: 24px;
	background-color: #ce232f;
	height: 10px;
	border-radius: 150px;
}

#section2 .mySwiper .swiper-wrapper #ss{
	display: flex;
	flex-direction: column;
	
}
#section2 .mySwiper .swiper-wrapper .swiper-slide .ss{
	position:relative;
	
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss .ss_mobile{
	position:relative;
	width: 452px;
	height: 247px;
	margin-right: 60px;
}
#section2 .mySwiper .swiper-wrapper .swiper-slide .ss .ss_txt{
	position:absolute;
	top: -40px;
	right: -130px;
	width: 365px;
	height: 122px;
	animation: up-down  infinite ease-in-out alternate;
	animation-duration: .5s;
	animation-delay: 3s;
}
@keyframes up-down{
	from{
	  transform: translatey(0px);
	}
	to{
	  transform: translatey(-20px);
	}
}



#section2 .mySwiper .swiper-wrapper .swiper-slide .ss .ss_mouse{
	width: 24px;
	height: 24px;
	position:absolute;
	right:-40px;
	bottom:30px;
	animation: mouse 3s forwards ease-in-out alternate;
	
}

@keyframes mouse{
	from{
 		transform: translate3D(0, 0, 0);
	}
	to{
		transform: translate3D(-150px, -50px, 0);
	}
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont{
	margin-top: 53px;
	
}
#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont h4{
	position:relative;
	font-size: 30px;
	color:#000;
	font-weight: bold;
	margin-bottom: 20px;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont h4 .sc_circle{
	width: 66px;
	height: 54px;
	left: 15px;
	top: -10px;
	position:absolute;
	z-index:-1;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont p {
	font-size: 20px;
	color:#333;
	font-weight: normal;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2{
	margin-top: 0;
	
}
#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2 h4{
	position:relative;
	font-size: 30px;
	color:#000;
	font-weight: bold;
	margin-bottom: 20px;
	width: 100px;
	margin:0 auto;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2 h4 .sc_circle{
	width: 53px;
	height: 53px;
	left: -13px;
	top: -5px;
	position:absolute;
	z-index:-1;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2 p {
	font-size: 20px;
	color:#333;
	font-weight: normal;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont3{
	margin-top: 70px;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont3 h4{
	position:relative;
	font-size: 30px;
	color:#000;
	font-weight: bold;
	margin-bottom: 20px;
	width: 200px;
	margin:0 auto;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont3 h4 .sc_circle{
	width: 54px;
	height: 66px;
	right: -13px;
	top:-18px;
	position:absolute;
	z-index:-1;
}

#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont3 p {
	font-size: 20px;
	color:#333;
	font-weight: normal;
}

/**********  #section3  ************/
#section3{
	width: 100%;
	height: 100%;
	padding-top: 150px;
	padding-bottom:150px;
}

#section3 .slide3_title{
	width: 100%;
	text-align: center;
	position:relative;
	max-width: 500px;
	margin:0 auto 137px;
}
#section3 .slide3_title .st_circle{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color:#f6f5f8;
	display: block;
	position: absolute;
	left:0;
	top: -50px;
	z-index: -10000;
}
#section3 .slide3_title .st_circle2{
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background-color:#f6f5f8;
	display: block;
	position: absolute;
	left:50px;
	top: -30px;
	z-index: -10000;
}
#section3 .slide3_title .st_line{
	height: 8px;
	width: 60px;
	border-radius: 10px;
	background-color:#fff;
	display: block;
	margin: 0 auto 28px;
}

#section3 .slide3_title h3{
	font-size: 42px;
	color:#fff;
	font-weight: 700;
	margin-bottom: 30px;
}
#section3 .slide3_title p{
	font-size: 20px;
	color:#fff;
	font-weight: 300;
}
#section3 .slide3_title p b{
	font-weight: 500;
}


#section3 .slide3_cont{
	background-color: #fff;
	max-width: 990px;
	border-radius: 50px;
	margin:0 auto;
	width: 100%;
	text-align: center;
	padding: 50px 0 66px;
}
#section3 .slide3_cont h4{
	color:#000;
	font-size:24px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	width: 100%;
	position:relative;
}
#section3 .slide3_cont h4 span{
	font-weight: normal;
	color:#adadad;
	font-size: 14px;
	position:absolute;
	right: 40.3%;
	transform: translateX(0%);
	bottom: -30px;
	
}
#section3 .slide3_cont p{
	font-size: 18px;
	font-weight: normal;
	color:#333;
	margin-top: 50px;
}


.slide3_table table{
	width: 100%;
	margin:0 auto;
	margin-top: 70px;
}
.slide3_table table tr{
	height: 30px;
}
.slide3_table table tr td .st_line2{
	height:50px;
	background-color: #f6f5f8;
	width: 3px;
	display: block;
}
.slide3_table table tr td:first-child{
	padding-right: 40px;
	font-size: 18px;
	color:#adadad;
	font-weight: 500;
}
.slide3_table table tr td:first-child.red{
	color:#ce232f;
	font-size: 24px;
	font-weight: bold;
}
  /* Bar Graph Horizontal */
  .bar-graph .year {
	-webkit-animation: fade-in-text 2.2s 0.1s forwards;
	-moz-animation: fade-in-text 2.2s 0.1s forwards;
	animation: fade-in-text 2.2s 0.1s forwards;
	opacity: 0;
  }
  
  .bar-graph-horizontal {
	max-width: 437px;
  }
  
  .bar-graph-horizontal > div {
	float: left;
	margin-bottom: 8px;
	width: 100%;
  }

  
  .bar-graph-horizontal .bar {
	border-radius: 3px;
	height: 30px;
	float: left;
	position: relative;
	width: 0;
  }
  
  .bar-graph-one .bar::after {
	-webkit-animation: fade-in-text 2.2s 0.1s forwards;
	-moz-animation: fade-in-text 2.2s 0.1s forwards;
	animation: fade-in-text 2.2s 0.1s forwards;
	color: #ce232f;
	content: attr(data-percentage);
	font-weight: 700;
	position: absolute;
	right: -70px;
	top: 0px;
	font-size: 20px;
  }
  
  .bar-graph-one .bar-one .bar {
	background-color: #adadad;
	-webkit-animation: show-bar-one 5s 0.1s forwards;
	-moz-animation: show-bar-one 5s 0.1s forwards;
	animation: show-bar-one 5s 0.1s forwards;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  }
  
  .bar-graph-one .bar-two .bar {
	background-color: #adadad;
	-webkit-animation: show-bar-two 5s 0.2s forwards;
	-moz-animation: show-bar-two 5s 0.2s forwards;
	animation: show-bar-two 5s 0.2s forwards;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  }
  

  .bar-graph-one .bar-four .bar {
	background-color: #ce232f;
	-webkit-animation: show-bar-four 5s 0.4s forwards;
	-moz-animation: show-bar-four 5s 0.4s forwards;
	animation: show-bar-four 5s 0.4s forwards;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  }
  
  /* Bar Graph Horizontal Animations */
  @-webkit-keyframes show-bar-one {
	0% {
	  width: 0;
	}
	100% {
	  width: 20%;
	}
  }
  
  @-webkit-keyframes show-bar-two {
	0% {
	  width: 0;
	}
	100% {
	  width: 20%;
	}
  }

  @-webkit-keyframes show-bar-four {
	0% {
	  width: 0;
	}
	100% {
	  width: 90%;
	}
  }
  
  @-webkit-keyframes fade-in-text {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  



/**********  #section4  ************/
#section4{
	width: 100%;
	height: 100%;
	padding-top: 150px;
	padding-bottom:153px;
}

#section4 .slide4_title{
	width: 100%;
	text-align: center;
	position:relative;
	max-width: 500px;
	margin:0 auto 100px;
}
#section4 .slide4_title .st_line{
	height: 8px;
	width: 60px;
	border-radius: 10px;
	background-color:#ce232f;
	display: block;
	margin: 0 auto 28px;
}

#section4 .slide4_title h3{
	font-size: 42px;
	color:#000;
	font-weight: 700;
	margin-bottom: 100px;
}
#section4 .slide4_title p{
	font-size: 24px;
	color:#000;
	font-weight: 300;
}
#section4 .slide4_title p b{
	font-weight: 500;
}

#section4 .slide4_cont{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 990px;
	margin:0 auto;
}

#section4 .slide4_cont .s4c_left{
	width: 37%;
	display: flex;
	flex-direction: column;
	margin-right: 5%;
}
#section4 .slide4_cont .s4c_left label,
#section4 .slide4_cont .s4c_right label{
	font-size: 20px;
	margin-bottom: 7px;
	color:#000;
	font-weight: normal;
	position:relative;
}
#section4 .slide4_cont .s4c_left label .sl_circle,
#section4 .slide4_cont .s4c_right label .sl_circle{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #ce232f;
	border-radius: 50%;
	margin-left: 2px;
}

#section4 .slide4_cont .s4c_left input{
	width: 100%;
	height: 58px;
	border-radius:10px;
	border:1px solid #fff;
	margin-bottom: 33px;
	padding:0 20px;
	font-size: 18px;
	box-sizing: border-box;
}
#section4 .slide4_cont .s4c_left input:focus,
#section4 .slide4_cont .s4c_right textarea:focus{
	outline:1px solid #ce232f;
	border-radius: 10px;
}
#section4 .slide4_cont .s4c_left input::placeholder{
	color:#adadad;
	font-size: 18px;
	font-weight: 300;
}
#section4 .slide4_cont .s4c_right{
	width: 58%;
	display: flex;
	flex-direction: column;
}
#section4 .slide4_cont .s4c_right textarea{
	padding:20px;
	border-radius: 10px;
	border:1px solid #fff;
	margin-bottom: 40px;
	
}
#section4 .slide4_cont .s4c_right textarea::placeholder{
	color:#adadad;
	font-size: 18px;
	font-weight: 300;
}
#section4 .slide4_cont .s4c_right a{
	background-color: #ce232f;
	color:#fff;
	font-size:20px;
	height: 64px;
	line-height: 64px;
	border:1px solid #ce232f;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}

/**********  #modal  ************/
#ex1 {
	text-align: center;
	max-width: 642px;
	height: 302px;
	padding-top: 60px;
	padding-bottom: 25px;
}
#ex1 h4{
	color:#000;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
#ex1 p {
	color:#000;
	font-size: 24px;
	font-weight: normal;
}
#ex1 a.ok{
	background-color: #ce232f;
	color:#fff;
	width: 100%;
	display: block;
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	font-size: 24px;
	text-decoration: none;
	margin-top: 45px;
}
#ex1 a.close-modal{
	display: none;
}



/**********  #footer  ************/
#footer{
	background-color: #000;
	width: 100%;
	margin:0 auto;
}
.footer{
	width: 100%;
	max-width: 990px;
	margin:0 auto;
	padding-top: 58px;
	color:#fff;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	font-size: 16px;
}
.footer ul{
	margin-top: 18px;
}
.footer ul li{
	display: inline-block;
	margin-right: 50px;
}
.footer ul li:last-child{
	margin-right: 0;
}
.footer ul li a{
	color:#fff;
}
.footer ul li a:hover{
	color:#ce232f;
}

.footer div img{
	margin-right: 12px;
	width: 137px;
	height: 20px;
}
#sub .title_div{
	padding-top: 100px;
	height: 120px;
	line-height: 120px;
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}


#sub .title_div{
	background-color: #ffffff;
	color: #715e85;
}

#sub .content_div{
	height: 1210px;
	text-align: center;
	padding: 45px 0;
}

#sub .content_div .img_1{
	position: relative;
	width: 917px;
	height: 130px;
	margin: 0 auto;
}

#sub .content_div .img_1 .click_btn{
	position: absolute;
	right: 50px;
    top: 33px;
    cursor: pointer;
}

#sub .content_div .img_2{
	margin-top: 40px;
}


#section1_b{
	display: none;
}
.only_m{
	display: none !important;
}
.only_pc{
	display: block !important;
}

/*********반응형 모바일***********/
@media screen and (min-width: 768px) and (max-width: 1023px){
	.top_menu div{
		padding:0 25px;
	}
	#section1 {
		padding:0 25px;
	}
	#section1 .slide1_conts{
		height: 380px;
	}

	#section1 .slide1_conts .slide1_left h3{
		font-size: 26px;
	}
	#section1 .slide1_conts .slide1_left{
		margin-top: 50px;
	}
	#section1 .slide1_conts .slide1_left p{
		font-size: 30px;
		line-height: 38px;
	}
	#section1 .slide1_conts .slide1_left button{
		width: 160px;
		height: 45px;
		font-size: 20px;
	}
	#section1 .slide1_conts .slide1_right{
		width: 65%;
		margin-top: 0;
	}
	#section1 .slide1_conts .slide1_right img{
		margin-left: 5%;
	}

	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss .ss_txt{
		right:-100px;
	}

	#section3 .slide3_cont{
		margin:0 auto;
		box-sizing: border-box;
		max-width: 700px;
		width: 100%;

	}
	.bar-graph-horizontal{
		max-width: 330px;
	}

	#section4 .slide4_cont{
		padding:0 25px;
		box-sizing: border-box;
	}

	.footer{
		padding: 58px 25px 30px;
		box-sizing: border-box;
	}
	
	.footer span{
		display: block;
	}
	.footer div:first-child{
		width: 52%;
	}
	.footer ul li{
		margin-right: 20px;
	}
}

@media (max-width:480px){
	.top_menu{
		box-shadow: 0px 5px 5px rgba(0,0,0,0.03);
	}
	.top_menu div{
		padding: 0 25px;
		height: 50px;
		line-height: 50px;
	}
	.top_menu div a img{
		width: 79px;
		height: 22px;
	}
	.top_menu div a.tm_link{
		width: 90px;
		height: 34px;
		line-height: 34px;
	}

	.ad_conts{
		padding-top: 50px;
	}
	



	#section1 {
		background-image: url(../images/index_bg_m.png);
		background-repeat: no-repeat;
		background-position: center !important;
		background-size: cover;
		-webkit-background-size: cover;
	}
	#section1 .slide1_conts{
		height: 370px;
	}
	#section1 .slide1_conts .slide1_left{
		width: 100%;
		margin-top: 70px;
		padding:0 25px;
	}
	#section1 .slide1_conts .slide1_left h3{
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	#section1 .slide1_conts .slide1_left p{
		font-size: 32px;
		line-height: 39px;
	}
	#section1 .slide1_conts .slide1_left button{
		width: 204px;
		height: 50px;
		margin:30px auto 61px;
		font-size: 16px;
		line-height: 50px;
		font-weight: 600;
	}


	#section1 .slide1_conts .slide1_right{
		display: none;
	}
	#section1 .slide1_conts .slide1_right img{
		display: none;
	}


	#section1_b{
		display: block;
	}
	#section1_b img{
		display: block;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;
		margin-bottom: 0;
	}

	/**section2**/
	#section2{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#section2 .slide2_title .st_circle,
	#section2 .slide2_title .st_circle2{
		display: none;
	}
	#section2 .slide2_title .st_line{
		width: 40px;
		height: 6px;
		margin-bottom: 30px;
	}
	#section2 .slide2_title h3{
		font-size: 26px;
		margin-bottom: 20px;
	}
	#section2 .slide2_title p{
		font-size: 17px;
		line-height: 25px;
	}
	#section2 .mySwiper{
		margin:53px auto 30px;
		
	}
	#section2 .mySwiper .swiper-wrapper #ss{
		justify-content: flex-start;
		padding-top:80px;
		height: 340px;
	}
	#section2 .mySwiper .swiper-wrapper .m_ss{
		padding-top: 45px !important;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont{
		margin-top: 30px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2{
		margin-top: 0;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss .ss_mouse{
		width: 20px;
		height: 20px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss .ss_txt{
		top: -55px;
		right: -40px;
		width: 240px;
		height: 75px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss .ss_mobile{
		width: 245px;
		height: 148px;
		margin-right: 20px;
	}

	#section2 .mySwiper .swiper-button-next,
	#section2 .mySwiper .swiper-button-prev{
		display: none;
	}


	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont h4{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont h4 .sc_circle{
		width: 36px;
		height: 29px;
		left:53px;
		top: -6px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont p{
		font-size: 16px;
		padding:0 16px;
		font-weight: 300;
		line-height: 25px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2 p{
		font-size: 16px;
		font-weight: 300;
		padding:0 30px;
		letter-spacing: -1px;
		color:#333;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2 h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont2 h4 .sc_circle{
		width: 34px;
		height: 29px;
		left: 10px;
		top: -5px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont3 h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont3 h4 .sc_circle{
		width: 37px;
		height: 43px;
		right:37px;
    	top: -13px;	
	}
	#section2 .mySwiper .swiper-wrapper .swiper-slide .ss_cont3 p{
		font-size: 16px;
		font-weight: 300;
		color:#333;
		letter-spacing: -1px;
	}


	/**section3**/
	#section3{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#section3 .slide3_title .st_line{
		width: 40px;
		height: 6px;
	}
	#section3 .slide3_title h3{
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 20px;
	}
	#section3 .slide3_title p{
		font-size: 17px;
		line-height: 1.35em;
		font-weight: 300;
	}
	#section3 .slide3_title{
		margin:0 auto 30px;
	}
	#section3 .slide3_cont{
		max-width: 300px;
		height: 280px;
		padding:30px;
		border-radius: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	#section3 .slide3_cont h4{
		font-size: 18px;
		font-weight: bold;
	}

	#section3 .slide3_cont h4 span{
		right:20%;
		font-size: 11px;
		font-weight: normal;
	}

	.slide3_table table{
		margin-top: 50px;
	}
	.slide3_table table tr{
		height: 100%;
	}
	.slide3_table table tr:first-child{
		height: 100px;
	}
	.slide3_table table tr:nth-child(2) td .st_line2{
		height: 2px;
		background-color: #f0f0f0;
		width: 80px;
		display: block;
	}
	.slide3_table table tr td:first-child{
		padding-right: 0;
		height: 0;
		font-size: 14px;
	}
	.slide3_table table tr.st_tr_name{
		font-size: 11px;
		font-weight: 500;
		color:#adadad;
		margin-top: 6px;
	}
	.slide3_table table tr.st_tr_name td:first-child{
		color:#ce232f;
		font-size: 14px;
		font-weight: bold;
	}
	/* Bar Graph Vertical */
	.bar-graph-vertical {
		margin-top: 0;
		width: 100%;
		height: 125px;
	}
	  
	  .bar-graph-vertical .bar-container {
		height: 160px;
		margin-right: 0;
		position: relative;
		text-align: center;
		width: 32%;
		display: inline-block;
		min-width: 40px;
		margin-right: 2%;
	}
	.bar-graph-vertical .bar-container:last-child{
		margin-right: 0 !important;

	}

	  .bar-graph-vertical .bar {
		border-radius: 3px;
		bottom: 40px;
		position: absolute;
		width: 100%;
	}
	  
	  .bar-graph-two .bar::after {
		-webkit-animation: fade-in-text 2.2s 0.1s forwards;
		-moz-animation: fade-in-text 2.2s 0.1s forwards;
		animation: fade-in-text 2.2s 0.1s forwards;
		color: #ce232f;
		content: attr(data-percentage);
		font-weight: 700;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		text-align: left;
		top: -20px;
		font-size: 14px;
	  }
	  
	  .bar-graph-two .bar-one .bar {
		background-color: #ce232f;
		-webkit-animation: show-bar-one-vertical 5s 0.1s forwards;
		-moz-animation: show-bar-one-vertical 5s 0.1s forwards;
		animation: show-bar-one-vertical 5s 0.1s forwards;
		border-radius:8px 8px 0 0;
	  }
	  
	  .bar-graph-two .bar-two .bar {
		background-color: #adadad;
		-webkit-animation: show-bar-two-vertical 5s 0.2s forwards;
		-moz-animation: show-bar-two-vertical 5s 0.2s forwards;
		animation: show-bar-two-vertical 5s 0.2s forwards;
		border-radius:8px 8px 0 0;
	  }
	  
	  .bar-graph-two .bar-three .bar {
		background-color: #adadad;
		-webkit-animation: show-bar-three-vertical 5s 0.3s forwards;
		-moz-animation: show-bar-three-vertical 5s 0.3s forwards;
		animation: show-bar-three-vertical 5s 0.3s forwards;
		border-radius:8px 8px 0 0;  
	}
	  
	
	  
	  /* Bar Graph Vertical Animations */
	  @-webkit-keyframes show-bar-one-vertical {
		0% {
		  height: 0;
		}
		100% {
		  height: 69.2%;
		}
	  }
	  
	  @-webkit-keyframes show-bar-two-vertical {
		0% {
		  height: 0;
		}
		100% {
		  height: 30%;
		}
	  }
	  
	  @-webkit-keyframes show-bar-three-vertical {
		0% {
		  height: 0;
		}
		100% {
		  height: 30%;
		}
	  }
	  
	  @-webkit-keyframes fade-in-text {
		0% {
		  opacity: 0;
		}
		100% {
		  opacity: 1;
		}
	  }


	#section3 .s3_txt{
		color:#fff;
		font-size: 17px;
		font-weight: 300;
		padding:0 40px;
		text-align: center;
		margin-top: 30px;
		letter-spacing: -1px;
	}


	/*section4*/
	#section4{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#section4 .slide4_title h3{
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 45px;
	}
	#section4 .slide4_title{
		margin:0 auto;
	}

	#section4 .slide4_cont{
		flex-direction: column;
		padding:0 15px;
		box-sizing: border-box;
		justify-content: center;
		width: 100%;
	}

	#section4 .slide4_cont .s4c_left{
		width: 100%;
		margin-right: 0;
	}
	#section4 .slide4_cont .s4c_left label, #section4 .slide4_cont .s4c_right label{
		font-size: 16px;
	}
	#section4 .slide4_cont .s4c_left label .sl_circle, #section4 .slide4_cont .s4c_right label .sl_circle{
		width: 6px;
		height: 6px;
	}
	#section4 .slide4_cont .s4c_left input{
		width: 100%;
		height: 50px;
		font-size: 14px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	#section4 .slide4_cont .s4c_left input::placeholder{
		font-size: 14px;
	}

	#section4 .slide4_cont .s4c_right{
		width: 100%;
	}
	#section4 .slide4_cont .s4c_right textarea{
		width: 100%;
		box-sizing: border-box;
	}
	#section4 .slide4_cont .s4c_right textarea::placeholder{
		font-size: 14px;
	}

	#section4 .slide4_cont .s4c_right a{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	/*footer*/
	.footer{
		padding: 35px;
		box-sizing: border-box;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		font-size: 14px;
		font-weight: 300;
	}
	.footer div img{
		margin-right: 0;
		max-width: 114px;
		height: 17px;
		margin:0 auto 10px;
		width: 100%;
		display: block;
	}
	.footer div span{
		display: block;
		margin-bottom: 5px;
	}
	.footer div p{
		font-weight: 300;
	}
	.footer div p.fl_p{
		margin-bottom: 20px;
	}
	.footer div ul{
		margin-bottom: 20px;
	}
	.footer ul li{
		margin-right: 10px;
	}

	/*modal*/
	#ex1{
		max-width: 260px;
		height: 170px;
		padding:33px 15px 0;
	}
	#ex1 h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	#ex1 p{
		font-size: 16px;
	}
	#ex1 a.ok{
		margin-top: 25px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
	
	.only_m{
		display: block !important;
	}
	.only_pc{
		display: none !important;
	}

}