@charset "utf-8";

#visual-section{background:url("../img/visual_bg.jpg") no-repeat center center; background-size:cover; position:relative;}
#visual-section .visual-txt{width:100%; max-width:1400px; height:750px; margin:0 auto; padding:0 10px; position:relative;}
#visual-section .visual-txt .in-box{width:100%; top:50%; left:0; transform:translateY(-50%); padding:0 10px; position:absolute;}
#visual-section .visual-txt h3{margin-bottom:20px; font-family:'GmarketSansBold'; font-size:25px; color:#9cff00;}
#visual-section .visual-txt h3 em{font-style:italic;}
#visual-section .visual-txt h2{margin-bottom:20px; font-family:'GmarketSansLight'; font-size:65px; line-height:120%; letter-spacing:-2px; color:#fff;}
#visual-section .visual-txt h4{margin-bottom:50px; font-size:25px; letter-spacing:-1px; color:#fff;}
#visual-section .visual-txt a{padding:20px 40px; font-family:'GmarketSansBold'; font-size:25px; color:#000; border-radius:50px; background-color:#9cff00; display:inline-block;}

@keyframes blink-effect {
  50% {
    opacity: 0;
  }
}

.blink {
  animation: blink-effect 1s step-end infinite;
}

@media screen and (max-width:1380px){
	#visual-section .visual-txt h3{font-size:32px;}
	#visual-section .visual-txt h2{margin-bottom:45px; font-size:55px;}
	#visual-section .visual-txt h4{margin-bottom:40px; font-size:18px;}
	#visual-section .visual-txt a{padding:20px 40px; font-size:22px;}
}

@media screen and (max-width:1200px){
	#visual-section .visual-txt h3{font-size:30px;}
	#visual-section .visual-txt h2{margin-bottom:40px; font-size:50px;}
	#visual-section .visual-txt h4{margin-bottom:30px;}
	#visual-section .visual-txt a{padding:20px 40px; font-size:20px;}
}

@media screen and (max-width:1100px){
	#visual-section .visual-txt h3{font-size:28px;}
	#visual-section .visual-txt h2{margin-bottom:30px; font-size:45px;}
	#visual-section .visual-txt a{padding:15px 35px; font-size:18px;}
	#visual-section .visual-txt .in-box{top:auto; left:auto; transform:none; padding-top:150px; text-align:center; position:relative;}
}

@media screen and (max-width:980px){
	#visual-section .visual-txt h3{font-size:25px;}
	#visual-section .visual-txt h2{font-size:42px;}
}

@media screen and (max-width:880px){
	#visual-section .visual-txt h3{font-size:22px;}
	#visual-section .visual-txt h2{font-size:38px;}
}

@media screen and (max-width:780px){
	#visual-section .visual-txt{height:650px;}
	#visual-section .visual-txt h2{font-size:34px;}
}

#cartype-wrap{padding:130px 0;}

@media screen and (max-width:1120px){
	#cartype-wrap{padding:100px 0;}
}

@media screen and (max-width:980px){
	#cartype-wrap{padding:80px 0;}
}

@media screen and (max-width:880px){
	#cartype-wrap{padding:60px 0;}
}

@media screen and (max-width:580px){
	#cartype-wrap{padding:60px 0 40px;}
}

#cartype-wrap #cartype-section{width:100%; max-width:1400px; margin:0 auto; padding:0 10px;}
#cartype-wrap #cartype-section > h2{margin-bottom:10px; font-family:'GmarketSansBold'; font-size:35px; letter-spacing:-1px;}
#cartype-wrap #cartype-section > h3{font-size:20px; letter-spacing:-1px; color:#6f6f6f;}

@media screen and (max-width:980px){
	#cartype-wrap #cartype-section > h2{font-size:30px;}
	#cartype-wrap #cartype-section > h2 br{display:none;}
}

@media screen and (max-width:880px){
	#cartype-wrap #cartype-section > h2{margin-bottom:25px; font-size:27px; line-height:160%;}
	#cartype-wrap #cartype-section > h3{font-size:18px;}
	#cartype-wrap #cartype-section > h3 br{display:none;}
}

@media screen and (max-width:780px){
	#cartype-wrap #cartype-section > h2{font-size:24px; letter-spacing:0;}
	#cartype-wrap #cartype-section > h3{font-size:16px; line-height:160%;}
}

@media screen and (max-width:680px){
	#cartype-wrap #cartype-section > h2{font-size:22px; letter-spacing:0;}
}


#cartype-wrap .cartype-list-box{margin-top:60px;}
#cartype-wrap .cartype-list-box ul{margin:0 -10px;}
#cartype-wrap .cartype-list-box ul li{padding:0 10px;}
#cartype-wrap .cartype-list-box .box{border-radius:10px; border:1px solid #ddd; background-color:#fff; overflow:hidden;}
#cartype-wrap .cartype-list-box .box .img{text-align:center;}
#cartype-wrap .cartype-list-box .box .img img{max-width:100%;}
#cartype-wrap .cartype-list-box .box .txt{}
#cartype-wrap .cartype-list-box .box .txt h2{margin-bottom:10px; font-weight:500; font-size:18px; text-align:center; display:block;}
#cartype-wrap .cartype-list-box .box .txt table{width:100%;}
#cartype-wrap .cartype-list-box .box .txt table th{width:40%; padding:10px; font-weight:500; font-size:14px; border:1px solid #eee; border-left:0; background-color:#f7f7f7;}
#cartype-wrap .cartype-list-box .box .txt table td{padding:10px; font-size:14px; border:1px solid #eee; border-right:0;}
#cartype-wrap .cartype-list-box .box .txt table tr:last-child th,
#cartype-wrap .cartype-list-box .box .txt table tr:last-child td{border-bottom:0;}
#cartype-wrap .cartype-list-box .slick-dots{margin-top:15px; text-align:center; display:none !important;}
#cartype-wrap .cartype-list-box .slick-dots li{margin:0 2px; padding:0; display:inline-block;}
#cartype-wrap .cartype-list-box .slick-dots li button{width:15px; height:15px; text-indent:-9000px; border-radius:50px !important; border:1px solid #eee;; background-color:#fff;}
#cartype-wrap .cartype-list-box .slick-dots li.slick-active button{width:40px; border:1px solid #0073bf; background:#0073bf;}
#cartype-wrap .cartype-list-box .slick-next,
#cartype-wrap .cartype-list-box .slick-prev{border: 0; text-indent: -9999px; display: block; background-color:transparent; width: 60px; height: 60px; position: absolute; margin: 0 auto;}
#cartype-wrap .cartype-list-box .slick-next{background: url("../img/slider_next.png") no-repeat center center; right: -100px; top: 50%; transform: translate(-50%, -50%);}
#cartype-wrap .cartype-list-box .slick-prev{background: url("../img/slider_prev.png") no-repeat center center; left: -40px; top: 50%; transform: translate(-50%, -50%);}

@media screen and (max-width:1400px){
	#cartype-wrap .cartype-list-box .slick-prev,
	#cartype-wrap .cartype-list-box .slick-next{display:none !important;}
	#cartype-wrap .cartype-list-box .slick-dots{display:block !important;}
}

@media screen and (max-width:980px){
	#cartype-wrap .cartype-list-box{margin-top:40px;}
}

@media screen and (max-width:500px){
	#cartype-wrap .cartype-list-box ul{margin:0 -5px;}
	#cartype-wrap .cartype-list-box ul li{padding:0 5px;}
}



#merit-section{width:100%; margin:0 auto; padding:130px 10px; background:url("../img/count_bg.gif") no-repeat center center; background-size:cover;}
#merit-section h2{margin-bottom:10px; font-family:'GmarketSansBold'; font-size:35px; letter-spacing:-1px;}
#merit-section h3{font-size:20px; letter-spacing:-1px; color:#6f6f6f;}

@media screen and (max-width:1120px){
	#merit-section{padding:100px 0;}
}

@media screen and (max-width:980px){
	#merit-section{padding:80px 0;}
}

@media screen and (max-width:880px){
	#merit-section{padding:60px 0;}
}


@media screen and (max-width:980px){
	#merit-section h2{font-size:30px;}
	#merit-section h2 br{display:none;}
}

@media screen and (max-width:880px){
	#merit-section h2{margin-bottom:25px; font-size:27px;}
	#merit-section h3{font-size:18px;}
	#merit-section h3 br{display:none;}
}

@media screen and (max-width:780px){
	#merit-section h2{font-size:24px; letter-spacing:0;}
	#merit-section h3{font-size:16px; line-height:160%;}
}

@media screen and (max-width:680px){
	#merit-section h2{font-size:22px; letter-spacing:0;}
}

#merit-section .merit-area{width:100%; max-width:1400px; margin:0 auto; padding:0 10px;}
#merit-section .merit-area ul{margin-top:60px;}
#merit-section .merit-area ul:after{clear:both; content:""; display:block;}
#merit-section .merit-area ul li{width:25%; padding:0 10px; text-align:center; float:left;}
#merit-section .merit-area .box{padding:30px 0; border-radius:4px; border:1px solid #ddd; background-color:#fff;}
#merit-section .merit-area .icon{padding:20px 0;}
#merit-section .merit-area .txt{}
#merit-section .merit-area .txt h4{margin-bottom:10px; font-family:"GmarketSansBold"; font-size:22px; color:#383561;}
#merit-section .merit-area .txt div{font-size:15px; color:rgba(56,53,97,.7);}

@media screen and (max-width:980px){
	#merit-section .merit-area ul{margin:40px -10px 0;}
	#merit-section .merit-area ul li{width:50%; padding:10px;}
}

@media screen and (max-width:880px){
	#merit-section .merit-area .icon{}
	#merit-section .merit-area .icon img{width:90px;}
	#merit-section .merit-area .txt h4{font-size:20px;}
}

@media screen and (max-width:780px){
	#merit-section .merit-area .txt h4{font-size:18px;}
}

@media screen and (max-width:500px){
	#merit-section .merit-area .icon{}
	#merit-section .merit-area .icon img{width:70px;}
}

@media screen and (max-width:490px){
	#merit-section .merit-area ul li{width:100%; padding:10px;}

	#merit-section .merit-area .icon{padding:10px 0 5px;}
	#merit-section .merit-area .txt div{height:auto; padding:0 5px;}
}

#system-section{padding:130px 0;}
#system-section h2{margin-bottom:10px; font-family:'GmarketSansBold'; font-size:35px; letter-spacing:-1px;}
#system-section h3{font-size:20px; letter-spacing:-1px; color:#6f6f6f;}

@media screen and (max-width:980px){
	#system-section h2{font-size:30px;}
	#system-section h2 br{display:none;}
}

@media screen and (max-width:880px){
	#system-section h2{margin-bottom:25px; font-size:27px;}
	#system-section h3{font-size:18px;}
	#system-section h3 br{display:none;}
}

@media screen and (max-width:780px){
	#system-section h2{font-size:24px; letter-spacing:0;}
	#system-section h3{font-size:16px; line-height:160%;}
}

@media screen and (max-width:680px){
	#system-section h2{font-size:22px; letter-spacing:0;}
}

#system-section .system-box{width:100%; max-width:1400px; margin:0 auto; padding:0 10px;}
#system-section .system-box ul{margin:60px -10px 0;}
#system-section .system-box ul:after{clear:both; content:""; display:block;}
#system-section .system-box ul li{width:25%; padding:0 10px; text-align:center; float:left;}
#system-section .system-box .box{padding:60px 10px; border-radius:10px; border:1px solid #ddd; background:url("../img/cs_bg.gif") repeat;}
#system-section .system-box .icon{width:130px; height:130px; margin:0 auto; padding-top:35px; border-radius:50%; border:1px solid #ddd; background:#fff;}
#system-section .box .icon i{font-size:60px; line-height:100%;}
#system-section .system-box .txt{margin-top:25px;}
#system-section .system-box .txt h3{padding:5px 15px; font-family:'GmarketSansBold'; font-size:25px; color:#222; display:block;}
#system-section .system-box .txt h4{margin-top:15px; font-size:16px; line-height:180%; color:#777;}

@media screen and (max-width:980px){
	#system-section{padding:50px 0;}
	#system-section .system-box{}
	#system-section .system-box ul{margin:40px -10px 0;}
	#system-section .system-box ul li{width:50%; padding:20px 10px;}
}

@media screen and (max-width:640px){
	#system-section .system-box ul li{width:50%; padding:20px 10px;}
	#system-section .system-box ul li:nth-child(4){margin-left:0;}
	#system-section .system-box ul li:nth-child(5){margin-left:25%; padding-bottom:0;}
	#system-section .system-box .txt h3{font-size:20px;}
	#system-section .system-box .txt h4{height:35px;}
	#system-section .system-box .txt h4 br{display:none;}
}

@media screen and (max-width:540px){
	#system-section .system-box .txt h3{letter-spacing:-0.5px;}
}

@media screen and (max-width:500px){
	#system-section .system-box .box{padding:40px 10px;}
	#system-section .system-box .icon{width:100px; height:100px; padding-top:20px;}
	#system-section .box .icon i{font-size:55px;}

	#system-section .system-box ul li{width:100%; padding:10px;}
}