﻿@charset "utf-8";

html,body{width:100%;height:100%}
body{font-family:"Pretendard", "Noto Sans KR", 'Malgun Gothic', dotum, sans-serif;color:#666;font-size:18px;line-height:1.5em;font-weight:300}

#wrapper{background:url(/images/bg_img.png) no-repeat 100% 0;background-attachment:fixed;}
.main_wrapper{height:100%}

.contents_wrap{max-width:1500px;margin:0 auto;padding:0 50px}
.contents_wrap:after{content:'';display:block;clear:both;}

/* header */
#header{position:fixed;top:0;left:0;width:100%;height:100px;z-index:9;background:#fff;box-shadow:0 5px 35px rgba(0,0,0,0.05)}
#header .header_wrap{position:relative;max-width:1620px;margin:0 auto;height:100px;}
#header .header_wrap h1.logo{position:absolute;top:50%;transform:translateY(-50%);left:0;display:inline-block;width:206px;height:60px;vertical-align:middle;background:url(/images/logo.png) no-repeat 50%;z-index:9}
#header .header_wrap h1.logo a{display:block;width:100%;height:100%;}

#header .header_wrap .tel{position:absolute;top:50%;transform:translateY(-50%);right:0;background:url(/images/ico_tel.png) no-repeat 0 0;display:flex;flex-direction:column;padding-left:52px}
#header .header_wrap .tel>span{color:#80d7f8;font-size:0.95em;line-height:1;font-weight:400;margin-bottom:6px}
#header .header_wrap .tel>strong{color:#333;font-weight:900;font-size:1.4em;line-height:1;letter-spacing:-0.025em}

/* 메뉴 */
#header .nav{display:flex;justify-content:center;align-items:center;padding:9px 0 0 0;}
#header .mainmenu{display:flex;}
#header .mainmenu>li{position:relative;}
#header .mainmenu>li>a{display:block;position:relative;font-size:1.0em;font-weight:400;height:80px;line-height:80px;text-align:center;color:#333;padding:0 40px;}
#header .mainmenu>li>a:hover{color:#80d7f8;}
#header .mainmenu>li>a.active{color:#80d7f8;font-weight:600;font-size:1.1em;}
#header .mainmenu>li>a.active:after{content:'';display:inline-block;position:absolute;left:10%;bottom:0;width:80%;height:2px;background-color:#80d7f8;z-index:99999;}

#header .mainmenu .dropmenu{display:none;position:absolute;left:50% !important;top:78px;transform:translateX(-50%) !important;background-color: #fff;width:220px;border:1px solid #ddd;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.075);z-index:999999;transition:all ease 0.3s}
#header .mainmenu .dropmenu>li{border-bottom:1px solid #eee}
#header .mainmenu .dropmenu>li:last-child{border-bottom:none}
#header .mainmenu .dropmenu>li>a{display: block;font-size:0.85em;line-height:1.3em;padding:14px 17px;transition:0.2s}
#header .mainmenu .dropmenu>li>a:hover{background-color:#d5f3ff;color:#000}
#header .mainmenu .dropmenu>li>ul{border-top:1px dashed #eee;padding:12px;background-color:#fff}
#header .mainmenu .dropmenu>li>ul>li>a{display: block;font-size:0.85em;line-height:1.1em;padding:7px 12px;color:#666;transition:0.2s}
#header .mainmenu .dropmenu>li>ul>li>a:hover{background-color:#488a32;color:#fff}
#header .mainmenu>li:hover .dropmenu{display:block;}

a.btn_nav{display:none;position:fixed;top:23px;right:50px;width:50px;height:50px;cursor:pointer;padding-top:10px;z-index:999999999999;}
.bar1, .bar2, .bar3 {display:inline-block;float:left;width:28px;height:2px;background-color:#333;margin:4px 9px;transition: 0.4s;border-radius:1px;}
.bar2{width:18px;float:right;}

.change .bar1 {-webkit-transform: rotate(-45deg) translate(-9px, 6px);transform: rotate(-45deg) translate(-9px, 6px);}
.change .bar2 {opacity:0;}
.change .bar3 {-webkit-transform: rotate(45deg) translate(-9px, -4px);transform: rotate(45deg) translate(-9px, -4px);width:30px;}
.change .bar1, .change .bar2, .change .bar3{background-color:#fff !important}
.ico_w .bar1, .ico_w .bar2, .ico_w .bar3{background-color:#333 !important}

@media only screen and (max-width:1680px) {
	.contents_wrap{padding-left:50px !important;padding-right:50px !important}
	#header .header_wrap h1.logo{left:30px;}
	#header .header_wrap .tel{right:30px;}
}
@media only screen and (max-width:1400px) {
	body{font-size:17px}
	#header .header_wrap h1.logo{width:165px;height:48px;background-size:cover;}
	#header .header_wrap .tel>span{font-size:0.85em}
	#header .header_wrap .tel>strong{font-size:1.1em}
	#header .header_wrap .tel{padding-left:45px;background-size:auto 36px}
	#header .mainmenu>li>a{padding:0 27px;}
}
@media only screen and (max-width:1100px) {
	body{font-size:16px}
	#wrapper{background-size:auto 290px}
	.contents_wrap{padding-left:40px !important;padding-right:40px !important}
	
	#header{height:80px;}
	#header .header_wrap{height:80px;}
	#header .header_wrap h1.logo{width:151px;height:44px;}
	#header .nav{display:none}
	#header .header_wrap .tel{right:100px;}
	a.btn_nav{display:block;top:15px;right:30px}
}
@media only screen and (max-width:760px) {
	body{font-size:15px}
	#wrapper{background-size:auto 140px;background-position:100% 35px}
	.contents_wrap{padding-left:30px !important;padding-right:30px !important}
	
	#header{height:70px;}
	#header .header_wrap{height:70px;}
	#header .header_wrap h1.logo{width:117px;height:34px;left:20px}
	#header .header_wrap .tel{display:none;right:60px;padding-left:34px;background-size:auto 30px}
	#header .header_wrap .tel>span{margin-bottom:2px}
	a.btn_nav{top:10px;right:15px}
}

/* sitemap */
#sitemapModal{height:0;width:100%;position:fixed;top:0;right:0;z-index:999;overflow-y:hidden;background-color:#666;/*background-image:linear-gradient(145deg,#007ac8 30%,#00aeef);*/transition:0.5s;}
#sitemapModal .sitemap_wrap{display:flex;align-items:center;max-width:1500px;margin:0 auto;height:100%;}
#sitemapModal .sitemap_title{display:none}

	.accordion {display:flex;width:100%;justify-content:space-between;}
	.accordion:after{content:'';display:block;clear:both;}
	
	.accordion>li{flex:1;width:100%;border-left:1px dashed rgba(255,255,255,0.3);padding:20px 50px}
	.accordion>li:last-child{border-right:1px dashed rgba(255,255,255,0.3);}
	.accordion>li>a{font-size:1.6em;color:#fff;font-weight:bold;padding:10px 0;line-height:1;display:block;cursor:pointer;}
	.accordion>li.active>a{background-color:#b00f00;color:#fff;}
	.accordion>li>ul{display:block;}
	.accordion>li>ul>li>a{display:block;font-size:1.1em;padding:10px 0;color:#fff;position:relative;word-break:keep-all}
	/*.accordion>li>ul>li>a:before{display:block;content:'';position:absolute;top:17px;left:24px;width:6px;height:1px;background:#432724}*/
	
@media only screen and (max-width:1400px) {
	#sitemapModal .sitemap_wrap{padding:0 50px}
	.accordion>li{padding:15px 30px}
	.accordion>li>a{font-size:1.4em;}
	.accordion>li>ul>li>a{font-size:1.0em;padding:7px 0;}
}
@media only screen and (max-width:1100px) {
	#sitemapModal{overflow-y:auto;}
	#sitemapModal .sitemap_wrap{padding:50px;align-items:flex-start;}
	.accordion>li{border-left:none;border-bottom:1px solid rgba(255,255,255,0.15);padding:20px 25px}
	.accordion>li:last-child{border-right:none}
	.accordion{flex-direction:column;}
	.accordion>li>a{font-size:1.4em;font-weight:600;padding:5px 0;}
	.accordion>li>ul{display:flex;flex-direction:column;margin-top:12px}
	.accordion>li>ul>li>a{padding:7px 0;color:rgba(255,255,255,0.9)}
	.accordion>li>ul>li>a br{display:none}
}
@media only screen and (max-width:760px) {
	#sitemapModal .sitemap_wrap{padding:30px 40px;height:auto;}
	.accordion>li>a{font-size:1.3em;}
	.accordion>li>ul>li>a{font-size:1.1em;}
}

/* footer */
#footer{background-color:#fff;}
#footer .footer_wrap{max-width:1600px;margin:0 auto;padding:50px;display:flex;}
#footer .footer_wrap>.logo{margin:0 40px 0 0;}
#footer p.info{font-size:0.95em;color:#555;line-height:1.5em;word-break:keep-all}
#footer p.company{font-size:1.0em;color:#333;font-weight:700;margin-bottom:5px}
#footer p.info span{position:relative;display:inline-block;margin-left:40px}
#footer p.info span:first-child{margin-left:0}
#footer p.info span:before{content:'/';position:absolute;top:0;left:-22px;color:#c5c5c5;font-size:0.8em;}
#footer p.info span:first-child:before{display:none}
#footer p.copyright{font-size:0.75em;color:#aeaeae;text-transform:uppercase;line-height:1;margin-top:7px;word-break:keep-all}
#footer .contactus{display:flex;margin:12px 0 17px}
#footer .contactus>li{background:url(/images/ico_contact1.png) no-repeat 0 50%;padding-left:35px;margin-right:40px;font-size:0.9em;color:#333}
#footer .contactus>li:nth-child(1){color:#f58a27;font-weight:900;font-size:1.1em}
#footer .contactus>li:nth-child(2){background-image:url(/images/ico_contact2.png)}
#footer .contactus>li:nth-child(3){background-image:url(/images/ico_contact3.png)}

@media only screen and (max-width:1400px) {
	#footer .footer_wrap{padding:40px 50px;flex-direction:column}
	#footer .footer_wrap>.logo{margin:0 0 25px 0;}
	#footer .footer_wrap>.logo>img{width:auto;height:42px}
	#footer .contactus{margin:10px 0 15px}
}
@media only screen and (max-width:1100px) {
	#footer .footer_wrap{padding:40px}
	#footer .footer_wrap>.logo{margin:0 0 20px 0;}
	#footer .footer_wrap>.logo>img{height:38px}
	#footer p.info span{display:block;margin-left:0}
	#footer p.info span:before{display:none;}
}
@media only screen and (max-width:760px) {
	#footer .footer_wrap{padding:30px}
	#footer .footer_wrap>.logo{margin:0 0 15px 0;}
	#footer .footer_wrap>.logo>img{height:32px}
	#footer p.info{line-height:1.4em;}
	#footer .contactus{margin:10px 0;flex-direction:column}
	#footer .contactus>li{background-size:auto 18px;margin-right:0;padding-left:30px}
	#footer p.copyright{font-size:0.8em;line-height:1.2em;margin-top:5px}
}

/* main */
#main_visual{position:relative;padding:100px 0 50px;border-bottom:1px solid #dcdcdc}
/*#main_visual a.btn_scroll{position:absolute;bottom:50px;left:50%;transform:translateX(-50%);cursor:pointer;z-index:2}
#main_visual span.ico_scroll{position:relative;display:block;width:86px;height:52px;background:url(/images/ico_scroll.png) no-repeat 50% 50%;}
#main_container .product_scroll{position:absolute;top:-100px;}

.ico_scroll{
    -webkit-animation: animation_scroll 1s infinite ease;
    animation: animation_scroll 1s infinite ease;
}
@-webkit-keyframes animation_scroll {
    0%   {left:0px; top:0px;}
    50%  {left:0; top:10px;}
    100% {left:0px; top:0px;}
}
@keyframes animation_scroll {
    0%   {left:0px; top:0px;}
    50%  {left:0; top:10px;}
    100% {left:0px; top:0px;}
}*/

#main_visual .txt{max-width:1500px;margin:70px auto 50px;padding:0 50px;display:flex;align-items:center;}
#main_visual .txt>span{margin-right:30px}
#main_visual .txt .txt1{font-size:1.1em;color:#5497b0;line-height:1;}
#main_visual .txt .txt2{font-size:2.7em;color:#80d7f8;line-height:1;font-weight:900;margin:12px 0 8px}
#main_visual .txt .txt3{font-size:3.0em;color:#000;line-height:1;font-weight:400;letter-spacing:-0.025em;display:flex;align-items:center}
#main_visual .txt .txt3>span.img1{margin:0 30px 0 20px}
#main_visual .txt .txt3>span.img2{margin-top:-17px}

/* visual_slide */
#main_visual .list{padding:0 120px}
#main_visual .program_info{display:flex;height:520px;}
#main_visual .program_info .program_img{flex-grow:1;border-radius:50px;background-size:cover;background-position:50%}
#main_visual .program_info .program_txt{flex-shrink:0;width:620px;position:relative;border-radius:50px;padding:75px 80px;color:#fff}
#main_visual .program_info .program_txt>p{font-size:2.5em;line-height:1;font-weight:800;margin-bottom:30px}
#main_visual .program_info .program_txt>p>span{font-size:0.8em;font-weight:300;letter-spacing:-0.05em}
#main_visual .program_info .program_txt>.txt1{border-left:1px solid rgba(255,255,255,0.3);padding-left:20px}
#main_visual .program_info .program_txt>.txt1 dt{float:left;width:120px;font-size:0.95em;font-weight:600}
#main_visual .program_info .program_txt>.txt1 dd{padding-left:120px;margin-bottom:7px;line-height:1.3em}
#main_visual .program_info .program_txt>.txt2{margin-top:25px}
#main_visual .program_info .program_txt>.txt2 dt{font-size:0.95em;font-weight:600;margin-bottom:8px}
#main_visual .program_info .program_txt>.txt2 dd{font-size:1.05em;line-height:1.3em;margin-top:5px}
#main_visual .program_info .program_txt>.btn_more{position:absolute;left:80px;bottom:75px;width:180px;height:50px;line-height:48px;border-top:1px solid rgba(255,255,255,0.3);border-bottom:1px solid rgba(255,255,255,0.3);background:url(/images/ico_arrow2.png) no-repeat 100% 50%;color:#fff;font-size:0.75em;font-weight:400}

#main_visual .program_info.info1 .program_img{background-image:url(/images/program1.png)}
#main_visual .program_info.info2 .program_img{background-image:url(/images/program2.png)}
#main_visual .program_info.info3 .program_img{background-image:url(/images/program3.png)}
#main_visual .program_info.info4 .program_img{background-image:url(/images/program4.png)}
#main_visual .program_info.info5 .program_img{background-image:url(/images/program5.png)}
#main_visual .program_info.info6 .program_img{background-image:url(/images/program6.png)}
#main_visual .program_info.info7 .program_img{background-image:url(/images/program7.png)}

#main_visual .program_info.info1 .program_txt{background-color:#c2342e}
#main_visual .program_info.info2 .program_txt{background-color:#9fa09a;}
#main_visual .program_info.info3 .program_txt{background-color:#0bb37e;}
#main_visual .program_info.info4 .program_txt{background-color:#283a86;}
#main_visual .program_info.info5 .program_txt{background-color:#f6627b;}
#main_visual .program_info.info6 .program_txt{background-color:#ff9e2c;}
#main_visual .program_info.info7 .program_txt{background-color:#5879a2;}

.program_slider .slick-prev,
.program_slider .slick-next{width:80px;height:80px;border-radius:30px;background:#fff url(/images/ico_prev.png) no-repeat 50%;z-index:1}
.program_slider .slick-prev{left:-40px}
.program_slider .slick-next{right:-40px;background-image:url(/images/ico_next.png)}
.program_slider .slick-prev:before,
.program_slider .slick-next:before{display:none}

.program_slider .slick-dots{bottom:90px;width:auto;right:70px}
.program_slider .slick-dots li{margin:0 2px}
.program_slider .slick-dots li button{color:#fff;line-height:30px;font-size:13px;opacity:0.5}
.program_slider .slick-dots li button:before{display:none}
.program_slider .slick-dots li.slick-active button{opacity:1}

.program_slider .slick-dotted.slick-slider{margin-bottom:0}

@media only screen and (max-width:1680px) {
	#main_visual{padding-bottom:30px}
	#main_visual .txt{padding:0 100px;margin:60px auto 45px;}
	#main_visual .txt>span{margin-right:25px;}
	#main_visual .txt>span>img{width:auto;height:150px;}
	#main_visual .txt .txt2{font-size:2.4em;}
	#main_visual .txt .txt3{font-size:2.7em}
	#main_visual .txt .txt3>span.img1{margin:0 20px 0 15px}
	#main_visual .txt .txt3>span.img1>img{width:auto;height:50px;}
	#main_visual .txt .txt3>span.img2>img{width:auto;height:54px;}
	
	#main_visual .list{padding:0 60px}
	#main_visual .program_info{height:480px;}
	#main_visual .program_info .program_txt{width:560px;padding:65px 70px}
	#main_visual .program_info .program_txt>p{font-size:2.4em}
	#main_visual .program_info .program_txt>.btn_more{left:70px;bottom:65px}
	.program_slider .slick-dots{bottom:80px;right:60px;}
}

@media only screen and (max-width:1400px) {
	#main_visual{padding-bottom:20px}
	#main_visual .txt{padding:0 80px;margin:40px auto 30px;}
	#main_visual .txt>span>img{height:140px;}
	#main_visual .txt .txt1{font-size:1.0em}
	#main_visual .txt .txt2{font-size:2.1em;margin:10px 0 7px}
	#main_visual .txt .txt3{font-size:2.5em}
	#main_visual .txt .txt3>span.img1{margin:0 17px 0 12px}
	#main_visual .txt .txt3>span.img1>img{height:47px;}
	#main_visual .txt .txt3>span.img2>img{height:48px;}
	
	#main_visual .list{padding:0 40px}
	#main_visual .program_info{height:400px;}
	#main_visual .program_info .program_img{border-radius:40px;}
	#main_visual .program_info .program_txt{border-radius:40px;width:460px;padding:50px 55px;font-size:0.95em}
	#main_visual .program_info .program_txt>p{font-size:2.2em;margin-bottom:20px;}
	#main_visual .program_info .program_txt>.txt1{padding-left:17px;}
	#main_visual .program_info .program_txt>.txt1 dt{width:90px;}
	#main_visual .program_info .program_txt>.txt1 dd{padding-left:90px;margin-bottom:5px;}
	#main_visual .program_info .program_txt>.txt2{margin-top:20px;}
	#main_visual .program_info .program_txt>.btn_more{left:55px;bottom:50px;width:150px;height:45px;line-height:43px;font-size:0.8em}
	.program_slider .slick-dots{bottom:60px;right:40px;}
	.program_slider .slick-prev,
	.program_slider .slick-next{border-radius:20px;width:70px;height:70px;background-size:auto 18px;}
	.program_slider .slick-prev{left:-35px;}
	.program_slider .slick-next{right:-35px;}
	.program_slider .slick-dots li{margin:0}
	.program_slider .slick-dots li button{font-size:12px}
}
@media only screen and (max-width:1100px) {
	#main_visual{padding-top:80px;}
	#main_visual .txt{padding:0 40px;margin:40px auto 30px;justify-content:center}
	#main_visual .txt>span{margin-right:20px;}
	#main_visual .txt>span>img{height:100px;}
	#main_visual .txt .txt1{font-size:1.0em}
	#main_visual .txt .txt2{font-size:1.5em;margin:8px 0 6px}
	#main_visual .txt .txt3{font-size:1.8em}
	#main_visual .txt .txt3>span.img1{margin:0 15px 0 10px}
	#main_visual .txt .txt3>span.img1>img{height:36px;}
	#main_visual .txt .txt3>span.img2>img{height:36px;}
	
	#main_visual .list{padding:0 25px}
	#main_visual .program_info{flex-direction:column;height:auto}
	#main_visual .program_info .program_img{width:100%;height:300px;border-radius:30px;}
	#main_visual .program_info .program_txt{width:100%;border-radius:30px;padding:40px}
	#main_visual .program_info .program_txt>p{font-size:2.0em;margin-bottom:20px;}
	#main_visual .program_info .program_txt>.btn_more{left:auto;bottom:auto;top:40px;right:40px;width:140px;background-size:auto 8px}
	
	.program_slider .slick-dots{bottom:40px;right:40px;}
	.program_slider .slick-prev,
	.program_slider .slick-next{top:150px;border-radius:15px;width:50px;height:50px;background-size:auto 16px;}
	.program_slider .slick-prev{left:-25px;}
	.program_slider .slick-next{right:-25px;}
}
@media only screen and (max-width:760px) {
	#main_visual{padding-top:70px;padding-bottom:0;border-bottom:none}
	#main_visual .txt{flex-direction:column;margin:25px 0;padding:0 20px}
	#main_visual .txt>span{margin-right:0;margin-bottom:15px;}
	#main_visual .txt>span>img{height:70px;}
	#main_visual .txt>div{text-align:center;}
	#main_visual .txt .txt2{font-size:1.3em;margin:7px 0 10px}
	#main_visual .txt .txt3{flex-wrap:wrap;font-size:1.5em;justify-content:center}
	#main_visual .txt .txt3>span:first-child{width:100%;margin-bottom:10px}
	#main_visual .txt .txt3>span.img1{margin:0 7px 0 0}
	#main_visual .txt .txt3>span.img1>img{height:25px;}
	#main_visual .txt .txt3>span.img2{margin-top:-7px}
	#main_visual .txt .txt3>span.img2>img{height:27px;}
	
	#main_visual .list{padding:0 10px}
	#main_visual .program_info .program_img{height:240px;border-radius:25px;}
	#main_visual .program_info .program_txt{border-radius:25px;padding:28px 30px 90px;font-size:1.0em}
	#main_visual .program_info .program_txt>p{font-size:1.5em;margin-bottom:17px;}
	#main_visual .program_info .program_txt>.btn_more{left:auto;bottom:30px;top:auto;right:30px;height:40px;line-height:40px;width:120px;background-size:auto 6px}
	
	#main_visual .program_info .program_txt>.txt1{display:none;padding-left:15px;}
	#main_visual .program_info .program_txt>.txt1 dt{width:100%;float:none;margin-bottom:3px;}
	#main_visual .program_info .program_txt>.txt1 dd{padding-left:0;margin-bottom:5px;}
	#main_visual .program_info .program_txt>.txt2{margin-top:15px;}
	#main_visual .program_info .program_txt>.txt2 dd{line-height:1.2em;margin-top:3px;word-break:keep-all}
	
	.program_slider .slick-dots{bottom:auto;top:195px;right:20px;}
	.program_slider .slick-prev,
	.program_slider .slick-next{top:120px;border-radius:10px;width:40px;height:40px;background-size:auto 12px;}
	.program_slider .slick-prev{left:-10px;}
	.program_slider .slick-next{right:-10px;}
}

#main_container{position:relative;}

#main_container .section1{max-width:1600px;margin:0 auto;padding:100px 50px;}
#main_container .section1 .title{display:flex;flex-direction:column;margin-top:40px;}
#main_container .section1 .title>h2{display:flex;flex-direction:column;color:#333;}
#main_container .section1 .title>h2>span{font-size:2.1em;font-weight:700;line-height:1}
#main_container .section1 .title>h2>strong{font-size:2.8em;font-weight:100;line-height:1;margin-top:10px;}
#main_container .section1 .title>span{width:70%;font-size:1.2em;color:#80d7f8;font-weight:400;background:url(/images/ico_arrow1.png) no-repeat 100% 50%;margin:20px 0 15px}
#main_container .section1 .title>p{font-size:0.85em;color:#b0b0b0;line-height:1.4em}

#main_container .section1 .list{display:grid;gap:20px;grid-template-columns:repeat(4, 1fr);}
#main_container .section1 .list>a{display:block;color:#fff;padding:37px 40px;border-radius:20px;height:360px;box-shadow:5px 5px 20px rgba(0,0,0,0.1);background-position:50% 100%;background-size:100% auto;background-repeat:no-repeat;transition:0.2s}
#main_container .section1 .list>a:hover{transform:scale(1.03);box-shadow:5px 5px 20px rgba(0,0,0,0.25);}
#main_container .section1 .list>a>h3{font-size:1.6em;letter-spacing:-0.025em;font-weight:700;margin-bottom:20px;}
#main_container .section1 .list>a>h3>span{font-size:0.8em;font-weight:300}
#main_container .section1 .list>a>ul>li{position:relative;font-size:0.95em;line-height:1.4em;word-break:keep-all;padding-left:18px;margin-bottom:7px;}
#main_container .section1 .list>a>ul>li:before{content:'';position:absolute;top:8px;left:3px;width:4px;height:4px;background-color:#fff}

#main_container .section1 .program1{background-color:#c2342e;background-image:url(/images/section1_1.png)}
#main_container .section1 .program2{background-color:#9fa09a;background-image:url(/images/section1_2.png)}
#main_container .section1 .program3{background-color:#0bb37e;background-image:url(/images/section1_3.png)}
#main_container .section1 .program4{background-color:#283a86;background-image:url(/images/section1_4.png)}
#main_container .section1 .program5{background-color:#f6627b;background-image:url(/images/section1_5.png)}
#main_container .section1 .program6{background-color:#ff9e2c;background-image:url(/images/section1_6.png)}
#main_container .section1 .program7{background-color:#5879a2;background-image:url(/images/section1_7.png)}

@media only screen and (max-width:1600px) {
	#main_container .section1{padding:70px 50px}
	#main_container .section1 .list{gap:15px}
	#main_container .section1 .title>h2>span{font-size:2.0em}
	#main_container .section1 .title>h2>strong{font-size:2.4em}
	#main_container .section1 .title>span{width:85%}
	#main_container .section1 .list>a{height:340px}
}
@media only screen and (max-width:1400px) {
	#main_container .section1 .list{gap:10px}
	#main_container .section1 .title{margin-top:30px;}
	#main_container .section1 .title>span{font-size:1.1em;width:90%}
	#main_container .section1 .title>p{width:90%;word-break:keep-all}
	#main_container .section1 .title>p br{display:none}
	#main_container .section1 .list>a{height:300px;padding:32px 35px;border-radius:15px}
	#main_container .section1 .list>a>h3{font-size:1.5em;word-break:keep-all;letter-spacing:-0.015em;margin-bottom:17px;}
	#main_container .section1 .list>a>ul>li{line-height:1.3em;padding-left:14px;}
	#main_container .section1 .list>a>ul>li:before{width:3px;height:3px;}
}
@media only screen and (max-width:1100px) {
	#main_container .section1{padding:40px}
	#main_container .section1 .title>h2>span{font-size:1.8em}
	#main_container .section1 .title>h2>strong{font-size:2.1em;margin-top:5px}
	#main_container .section1 .title>span{background-size:auto 8px;font-size:1.05em;margin:15px 0 10px}
	#main_container .section1 .list{grid-template-columns:repeat(3, 1fr)}
	#main_container .section1 .list>a{height:280px;padding:28px 30px}
	#main_container .section1 .list>a>h3{font-size:1.4em;letter-spacing:0;margin-bottom:15px;}
}
@media only screen and (max-width:760px) {
	#main_container .section1{padding:30px 0}
	#main_container .section1 .title{margin-top:0;margin-bottom:10px;padding:0 30px;}
	#main_container .section1 .title>h2{flex-direction:row;align-items:center;justify-content:center}
	#main_container .section1 .title>h2>span{font-size:1.6em}
	#main_container .section1 .title>h2>strong{font-size:1.6em;font-weight:200;margin-top:0;margin-left:7px;}
	#main_container .section1 .title>span{display:none}
	#main_container .section1 .title>p{font-size:0.95em;color:#666;margin-top:7px;width:100%;text-align:center}
	
	#main_container .section1 .list{gap:10px;grid-template-columns:repeat(1, 1fr)}
	#main_container .section1 .list>a{height:230px;}
	#main_container .section1 .list>a:nth-child(odd){margin-left:25%;border-radius:15px 0 0 15px}
	#main_container .section1 .list>a:nth-child(even){margin-right:25%;border-radius:0 15px 15px 0}
}

#main_container .section2{max-width:1500px;margin:0 auto;padding:70px 0 90px;border-top:1px solid #dcdcdc}
#main_container .section2 .title{position:relative;margin-bottom:40px;}
#main_container .section2 .title>h2{font-size:3.3em;font-weight:900;color:#333;line-height:1}
#main_container .section2 .title>p{color:#80d7f8;line-height:1.2em;margin-top:20px;}
#main_container .section2 .title .btn_more{position:absolute;right:0;bottom:0;width:170px;height:32px;line-height:32px;background:url(/images/ico_arrow3.png) no-repeat 100% 50%;font-size:0.8em;font-weight:700}

#main_container .section3{background:url(/images/section3_bg.png) 50%;background-size:cover;background-attachment:fixed}
#main_container .section3_wrap{max-width:1480px;margin:0 auto;padding:120px 50px;display:flex;align-items:flex-end}
#main_container .info{width:68.5%;padding-right:100px;color:#fff}
#main_container .contactus{width:31.5%}

#main_container .info>h2{display:flex;align-items:center}
#main_container .info>h2>span{font-size:1.6em;font-weight:300;letter-spacing:-0.025em}
#main_container .info>h2>strong{font-size:2.6em;font-weight:900;margin:0 20px 0 15px;}
#main_container .info>h2>strong>span:nth-child(1){color:#80d7f8}
#main_container .info>h2>strong>span:nth-child(2){color:#f58a27}
#main_container .info>h2>img{width:auto;height:134px;}

#main_container .info dt{margin:20px 0 10px}
#main_container .info dt:first-child{margin-top:10px}
#main_container .info dt>span{display:inline-block;background-color:#80d7f8;color:#000;font-size:1.1em;line-height:1;padding:4px 7px;border-radius:5px}
#main_container .info dt.even>span{background-color:#f58a27;}
#main_container .info dd{font-size:0.95em;line-height:1.3em;}

#main_container .contactus .tel{display:block;background-color:rgba(245,138,39,0.95);margin-bottom:20px;border-radius:15px;padding:40px 30px;color:#fff;display:flex;flex-direction:column;align-items:center;}
#main_container .contactus .tel>h2{font-size:1.5em;font-weight:100;line-height:1;margin-bottom:10px}
#main_container .contactus .tel>p{background:url(/images/ico_tel2.png) no-repeat 0 50%;font-weight:900;font-size:2.0em;line-height:1;padding-left:57px;letter-spacing:-0.025em;height:45px;line-height:45px;}
#main_container .contactus .apply{display:block;background-color:rgba(128,215,248,0.95);border-radius:15px;padding:50px;color:#000;display:flex;flex-direction:column;align-items:center;transition:0.2s}
#main_container .contactus .apply:hover{background-color:rgba(255,255,255,0.95);}
#main_container .contactus .apply>h2{font-size:2.0em;font-weight:300;line-height:1}
#main_container .contactus .apply>p{font-size:0.9em;opacity:0.7;margin:12px 0 15px}
#main_container .contactus .apply>span{width:100%;background:#000 url(/images/ico_arrow2.png) no-repeat calc(100% - 30px) 50%;height:60px;line-height:60px;color:#fff;border-radius:10px;font-size:1.1em;font-weight:600;padding:0 30px}

#main_container .section_parthers{max-width:1500px;margin:0 auto 120px;}
#main_container .section_parthers .title{position:relative;margin-bottom:40px;}
#main_container .section_parthers .title>h2{font-size:2.6em;font-weight:900;color:#333;line-height:1}
#main_container .section_parthers .title>p{color:#80d7f8;line-height:1.2em;margin-top:10px;}

@media only screen and (max-width:1600px) {
	#main_container .section2{padding:70px 50px}
	#main_container .section2 .title{margin-bottom:30px;}
	#main_container .section2 .title>h2{font-size:3.0em;}
	#main_container .section2 .title>p{margin-top:15px;}
	
	#main_container .section3_wrap{padding:100px 70px;}
	#main_container .info{width:67%}
	#main_container .contactus{width:33%}
	#main_container .contactus .tel>p{font-size:1.9em}
	
	#main_container .section_parthers{padding:0 50px;margin-bottom:100px}
}
@media only screen and (max-width:1400px) {
	#main_container .section3_wrap{padding:60px 90px 70px;}
	#main_container .info{width:67%;padding-right:50px;}
	#main_container .info>h2>strong{font-size:2.4em;margin:0 15px 0 10px}
	#main_container .info>h2>img{height:100px;}
	#main_container .info dd{font-size:1.0em;word-break:keep-all}
	#main_container .contactus{width:33%}
	#main_container .contactus .tel{padding:30px 20px;margin-bottom:10px;}
	#main_container .contactus .tel>h2{font-size:1.4em;}
	#main_container .contactus .tel>p{font-size:1.6em;background-size:auto 34px;padding-left:45px;}
	#main_container .contactus .apply{padding:30px}
	#main_container .contactus .apply>h2{font-size:1.8em}
	#main_container .contactus .apply>p{font-size:0.85em;margin:10px 0 15px}
	#main_container .contactus .apply>span{height:50px;line-height:50px;}
	
	#main_container .section_parthers{margin-bottom:70px}
}
@media only screen and (max-width:1100px) {
	#main_container .section2{padding:40px}
	#main_container .section2 .title{margin-bottom:20px;}
	#main_container .section2 .title>h2{font-size:2.4em;}
	#main_container .section2 .title>p{margin-top:12px;}
	#main_container .section2 .title .btn_more{height:30px;line-height:30px;background-size:auto 8px;width:150px}
	
	#main_container .section3{background-attachment:local;background-position:0 100%}
	#main_container .section3_wrap{padding:40px;flex-direction:column}
	#main_container .info{width:100%;padding-right:0;margin-bottom:40px}
	#main_container .info>h2>img{height:70px;}
	#main_container .contactus{width:100%;display:grid;gap:10px;grid-template-columns:repeat(2, 1fr);}
	#main_container .contactus .tel{margin-bottom:0;justify-content:center;padding:20px}
	#main_container .contactus .apply{padding:20px;}
	#main_container .contactus .apply>h2{font-size:1.6em;}
	#main_container .contactus .apply>p{font-size:0.9em;margin:5px 0 10px}
	#main_container .contactus .apply>span{height:45px;line-height:45px;background-size:auto 8px}
	
	#main_container .section_parthers{padding:0 40px;margin-bottom:60px}
	#main_container .section_parthers .title{margin-bottom:20px;}
	#main_container .section_parthers .title>h2{font-size:1.8em;}
	#main_container .section_parthers .title>p{margin-top:7px;}
}
@media only screen and (max-width:760px) {
	#main_container .section2{padding:30px}
	#main_container .section2 .title>h2{font-size:2.0em;}
	#main_container .section2 .title>p{margin-top:10px;}
	#main_container .section2 .title .btn_more{bottom:auto;top:0;background-size:auto 6px;width:120px}
	
	#main_container .section3{background-position:25% 50%}
	#main_container .section3_wrap{padding:30px;}
	#main_container .info{margin-bottom:30px;}
	#main_container .info>h2{flex-direction:column;align-items:flex-start;margin-bottom:20px;}
	#main_container .info>h2>span{font-size:1.4em;letter-spacing:0}
	#main_container .info>h2>strong{font-size:2.0em;margin:5px 0 0 0}
	#main_container .info>h2>img{display:none}
	
	#main_container .contactus{gap:10px;grid-template-columns:repeat(1, 1fr);}
	
	#main_container .section_parthers{padding:0 30px;margin-bottom:50px}
	#main_container .section_parthers .title{margin-bottom:20px;}
	#main_container .section_parthers .title>h2{font-size:1.5em;}
	#main_container .section_parthers .title>p{margin-top:5px;}
}