﻿@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:17px;line-height:1.5em;font-weight:300}
.main_wrapper{height:100%}

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

/* header */
#header{position:fixed;top:0;left:0;width:100%;z-index:9;box-shadow:5px 5px 25px rgba(0,0,0,0.05);background:#fff;}
#header .header_wrap{position:relative;height:130px;display:flex;justify-content:center;align-items:flex-end;}
#header .header_wrap h1.logo{width:474px;height:90px;vertical-align:middle;background:url(../images/logo.png) no-repeat 50%;}
#header .header_wrap h1.logo a{display:block;width:100%;height:100%;}
#header .header_wrap .tel{position:absolute;left:20px;top:20px;background:url(/images/ico_tel.png) no-repeat 0 50%;padding:0 0 0 52px;min-height:41px;}
#header .header_wrap .tel>span{display:block;font-size:0.8em;color:#474747;line-height:1;margin-bottom:5px}
#header .header_wrap .tel>strong{display:block;font-size:1.15em;color:#04244e;line-height:1;font-weight:900}
#header .header_wrap .util{position:absolute;top:23px;right:20px;display:flex}
.util>ul{display:flex}
.util>ul>li{position:relative;}
.util>ul>li:before{content:'';position:absolute;top:9px;left:0;background-color:#c5c5c5;width:1px;height:12px}
.util>ul>li:first-child:before{display:none}
.util>ul>li>a{display:inline-block;height:30px;line-height:30px;padding:0 20px;font-size:0.8em;color:#7b7b7b;font-weight:400}

.global{margin-left:15px;}
.global .dropbtn {width:90px;height:30px;border:1px solid #e5e5e5;border-radius:7px;background-color:#fff;background-image:url(/images/ico_global.png), url(/images/ico_arrow.png);background-repeat:no-repeat;background-position:8px 50%, 66px 50%;text-align:left;padding-left:30px;font-size:13px;transition:0.2s}
.global .dropbtn:hover,
.global .dropbtn:focus {background-color:#f5f5f5;}
.global .global-content {display: none;position: absolute;border:1px solid #e5e5e5;background-color:#fff;width:90px;overflow: auto;box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.05);z-index: 1;margin-top:1px;border-radius:7px;}
.global .global-content a{padding:10px;text-align:center;font-size:14px;font-weight:500;color:#000 !important;line-height:1;letter-spacing:0.25em;display: block;}
.global .global-content a:first-child{border-bottom:1px dashed #eee}

/* 메뉴 */
#navigation_horiz {position:relative;}
#navigation_horiz .dropdown{position:absolute;top:99px !important;background:#fff;z-index:9999;display:none;border-top:1px solid #eee;border-bottom:1px solid #eee}

#navigation_horiz .nav{display:flex;justify-content:center;}
#navigation_horiz .mainmenu{display:flex;align-items:center;width:100%;height:100px;}
#navigation_horiz .mainmenu a{display:inline-block;position:relative;font-size:1.05em;font-weight:400;width:calc(100% / 7);height:100px;line-height:100px;text-align:center;color:#333;}
#navigation_horiz .mainmenu a:before{content:'';display:inline-block;position:absolute;left:0;top:40px;width:1px;height:20px;background-color:#eee;z-index:99999;}
#navigation_horiz .mainmenu a:first-child:before{display:none}

#navigation_horiz .mainmenu a:last-child{font-weight:700;color:#ec2224}
#navigation_horiz .mainmenu a:after{content:'';display:inline-block;position:absolute;left:50%;bottom:-1px;width:0;height:3px;background-color:#ec2224;z-index:99999;transition:all ease 0.3s}
#navigation_horiz .mainmenu a:hover:after{left:10%;width:80%;}
#navigation_horiz .mainmenu a.active:after{content:'';display:inline-block;position:absolute;left:10%;bottom:-1px;width:80%;height:3px;background-color:#ec2224;z-index:99999;}

#navigation_horiz .submenu{position:relative;display:flex;justify-content:center;}
#navigation_horiz .submenu li{width:calc(100% / 7);padding:17px 5px 15px;border-right:1px solid #eee}
#navigation_horiz .submenu li:first-child{border-left:1px solid #eee}
#navigation_horiz .submenu li a{position:relative;display:block;color:#666;font-size:0.9em;line-height:1.3em;padding:5px;text-align:center;margin-bottom:2px;transition:all ease 0.3s;}
#navigation_horiz .submenu li a:hover{background-color:#f3f3f3}
#navigation_horiz .submenu li a:after{content:'';display:inline-block;position:absolute;right:5px;transform:translateY(-50%);top:50%;background:url(../images/ico_viewmore.png);width:13px;height:12px;transition:all ease 0.3s;opacity:0}
#navigation_horiz .submenu li a:hover:after{right:-5px;opacity:1}

a.btn_nav{display:none;position:fixed;top:25px;right:calc(((100% - 1500px) / 2) + 25px);width:50px;height:50px;cursor:pointer;padding-top:10px;z-index:999999999999;}
.bar1, .bar2, .bar3 {display:inline-block;float:right;width:30px;height:2px;background-color:#333;margin:3.5px 10px;transition: 0.4s;border-radius:1px;}
.bar2{width:22px;}

.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(-7px, -4px);transform: rotate(45deg) translate(-7px, -4px);width:30px;}

.pfixed .header_wrap{display:none !important}

@media only screen and (max-width:1600px) {
	.contents_wrap{padding-left:50px !important;padding-right:50px !important}
	#navigation_horiz .mainmenu a{font-size:1.0em;}
}
@media only screen and (max-width:1400px) {
	body{font-size:16px}
	#header .header_wrap h1.logo{width:426px;height:80px;background-size:cover}
}
@media only screen and (max-width:1280px) {
	#navigation_horiz .mainmenu{justify-content:center;}
	#navigation_horiz .mainmenu a{width:auto;padding:0 20px}
	#navigation_horiz .dropdown{display:none !important}
}
@media only screen and (max-width:1100px) {
	body{font-size:15px}
	.contents_wrap{padding-left:40px !important;padding-right:40px !important}
	
	#navigation_horiz{display:none}
	#header{height:80px;}
	#header .header_wrap{height:80px;align-items:center;justify-content:flex-start}
	#header .header_wrap .tel{display:none}
	#header .header_wrap h1.logo{width:266px;height:50px;margin-left:20px;}
	.pfixed .header_wrap{display:flex !important}
	#header .header_wrap .util{right:95px;top:25px;}
	#header .header_wrap .util>ul{display:none}
	a.btn_nav{display:block;top:15px;right:20px;}
}
@media only screen and (max-width:760px) {
	body{font-size:14px}
	.contents_wrap{padding-left:30px !important;padding-right:30px !important}
	#header .header_wrap h1.logo{width:192px;height:36px;margin-left:15px;}
	#header .header_wrap .util{right:75px;}
	a.btn_nav{right:15px;}
	.global .dropbtn{width:65px}
	.global .global-content{width:65px}
	#header.pfixed{height:80px !important}
}

/* sitemap */
#sitemapModal{height:0;width:100%;position:fixed;top:0;right:0;z-index:999;overflow-y:hidden;background-color:#fff;transition:0.5s;}
#sitemapModal .sitemap_wrap{/*display:flex;align-items:center;max-width:1500px;margin:0 auto;*/height:100%;}
	.accordion {display:flex;width:100%;justify-content:space-between;}
	.accordion:after{content:'';display:block;clear:both;}	
	.accordion>li{flex:1;width:100%;}
	.accordion>li>a{font-size:36px;color:#ec2224;font-weight:bold;padding:10px 0;margin-bottom:20px;line-height:1;display:block;cursor:pointer;}
	.accordion>li.active>a{}
	.accordion>li>ul{display:block;}
	.accordion>li>ul>li>a{display:block;font-size:18px;padding:10px 0;color:#555;position:relative;}

#sitemapModal .util{display:flex;justify-content:flex-end;margin-right:20px;}
#sitemapModal .util>ul>li:before{top:13px;width:1px;height:14px}
#sitemapModal .util>ul>li>a{height:40px;line-height:40px;padding:0 30px;font-size:1.0em;}
	
@media only screen and (max-width:1100px) {
	#sitemapModal{overflow-y:auto;}
	#sitemapModal .sitemap_wrap{padding:20px 70px 50px;}
	.accordion>li{border-bottom:1px dashed rgba(0,0,0,0.15);padding:20px}
	.accordion>li:last-child{border-bottom:none}
	.accordion{flex-direction:column;}
	.accordion>li>a{font-size:20px;padding:5px 0;margin-bottom:10px;}
	.accordion>li>ul{display:flex;flex-wrap:wrap}
	.accordion>li>ul>li{width:calc(100% / 2)}
	.accordion>li>ul>li>a{font-size:17px;padding:5px 0;}
}
@media only screen and (max-width:760px) {
	#sitemapModal .util{margin-right:40px;}
	#sitemapModal .sitemap_wrap{padding:20px 40px;height:auto;}
	.accordion>li>a{font-size:18px;}
	.accordion>li>ul>li{width:100%}
	.accordion>li>ul>li>a{font-size:16px;color:#444}
}

/* footer */
#footer{position:relative;border-top:1px solid #d1d1d4;background-color:#fff;}
#footer .ft_partner{position:absolute;top:50%;transform:translateY(-50%);right:70px;display:flex;}
#footer .ft_partner>span{margin-left:30px}
#footer .footer_wrap{display:flex;padding:40px 70px;align-items:center;}
#footer .footer_wrap>div:nth-child(1){margin:5px 40px 0 0;}
#footer .ft_menu{display:flex;margin-bottom:10px}
#footer .ft_menu>a{font-size:0.85em;color:#5b5b90;margin-right:20px;}
#footer p.info{font-size:0.95em;line-height:1.6em;word-break:keep-all}
#footer p.info span>strong{font-size:1.05em;color:#000;}
#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;}
#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:15px}

@media only screen and (max-width:1680px) {
	#footer .footer_wrap{padding:80px 50px 40px 50px;}
	#footer .ft_partner{right:50px;top:35px;transform:none}
	#footer .ft_partner>span>a>img{width:auto;height:56px;}
}
@media only screen and (max-width:1400px) {
	#footer .footer_wrap{padding:40px 50px;flex-direction:column;align-items:flex-start}
	#footer .footer_wrap>div:nth-child(1){margin:0 0 20px 0}
}
@media only screen and (max-width:1100px) {
	#footer .footer_wrap{padding:40px;}
	#footer .footer_wrap>div:nth-child(1)>img{width:auto;height:40px;}
	#footer .ft_partner{right:35px;top:30px;}
	#footer .ft_partner>span>a>img{height:48px;}
	#footer .ft_menu>a{font-size:0.95em;}
	#footer p.info span{display:block;margin-left:0}
	#footer p.info span:before{display:none}
	#footer p.copyright{font-size:0.8em;margin-top:10px}
}
@media only screen and (max-width:760px) {
	#footer .footer_wrap{padding:30px;width:100%}
	#footer .footer_wrap>div:nth-child(1){margin-bottom:15px}
	#footer .footer_wrap>div:nth-child(1)>img{height:28px;}
	#footer p.info{font-size:0.9em;line-height:1.4em;}
	#footer .ft_partner{right:25px;top:20px;}
	#footer .ft_partner>span>a>img{height:26px;}
	#footer .ft_partner>span{margin-left:15px;}
	#footer .ft_menu{flex-direction:column}
	#footer .ft_menu>a{font-size:0.9em;letter-spacing:-0.025em;margin-right:10px;}
	#footer .ft_menu>a:last-child{margin-right:0}
	#footer p.copyright{margin-top:7px}
}

/* main */
#main_container{position:relative;}
#main_visual{position:relative;height:100%;padding-top:230px}
#main_visual a.btn_scroll{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);cursor:pointer;z-index:2}
#main_visual span.ico_scroll{position:relative;display:block;width:85px;height:52px;background:url(/images/ico_scroll.png);}
#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;}
}

/* visual_slide */
.swiper-container {height:100%;list-style: none; padding: 0px; overflow: hidden; margin-right: auto; margin-left: auto; position: relative; z-index: 1;}
.swiper-wrapper {width: 100%; height: 100%; display: flex; position: relative; z-index: 1; box-sizing: content-box; transition-property: transform;}
.swiper-slide {width: 100%; height: 100%; position: relative; transition-property: transform; flex-shrink: 0;background-position:50% 50%;background-size:cover}

.visual_slide .swiper-slide .slide_info{position:absolute;left:16%;top:18%;}
.visual_slide .slide_info p{opacity:0;transform:translateY(50%);-webkit-transform:translateY(50%);text-shadow:15px 15px 15px rgba(0,0,0,0.05);}
.visual_slide .slide_info p.p1{transition:all .8s;-webkit-transition:all .8s;}
.visual_slide .slide_info p.p1>span{display:block;font-size:0.9em;color:#ec2224;line-height:1;font-weight:900;}
.visual_slide .slide_info p.p1>strong{display:block;font-size:1.8em;color:#fff;font-weight:700;line-height:1;margin:25px 0;word-break:keep-all}
.visual_slide .slide_info p.p2{transition:all .5s .6s;-webkit-transition:all .5s .6s;margin-top:15px;}
.visual_slide .slide_info p.p2>strong{display:block;}
.visual_slide .slide_info p.p2>span{display:block;color:#00baff;font-size:1.4em;line-height:1;word-break:keep-all}
/*.visual_slide .slide_info.slide2 p.p2>span{color:#322c75}*/
.visual_slide .swiper-slide-active .slide_info p{opacity:1;transform:translateY(0);-webkit-transform:translateY(0);}

@media only screen and (max-width:1400px) {
	.visual_slide .swiper-slide .slide_info{left:12%;}
	.visual_slide .slide_info p.p2>strong>img{width:auto;height:220px;}
}
@media only screen and (max-width:1100px) {
	#main_visual{padding-top:80px}
	.visual_slide .swiper-slide .slide_info{width:calc(100% - 24%)}
	.visual_slide .slide_info p.p1>strong{font-size:1.6em;line-height:1.3em;margin:15px 0;}
	.visual_slide .slide_info p.p2>span{font-size:1.3em;}
	.visual_slide .slide_info p.p2>strong>img{height:160px;}
}
@media only screen and (max-width:760px) {
	.visual_slide .swiper-slide .slide_info{top:20%;left:50%;transform:translateX(-50%);text-align:center;width:100%;padding:0 50px;}
	.visual_slide .slide_info p.p1>span{font-size:0.9em;}
	.visual_slide .slide_info p.p1>strong{font-size:1.5em;}
	.visual_slide .slide_info p.p2>span{font-size:1.2em;line-height:1.3em;}
	.visual_slide .slide_info p.p2>strong>img{height:90px;}
	.visual_slide .slide_info.slide2 p.p2>span{color:#00baff}
	#main_visual a.btn_scroll{bottom:40px;}
	#main_visual span.ico_scroll{width:70px;height:40px;background-size:auto 100%;}
	#main_container .product_scroll{top:-80px;}
}

.section1{padding:120px 0;position:relative}
/*.section1:before{content:'';position:absolute;top:0;left:25%;width:50%;height:100%;border-left:1px solid #ededed;border-right:1px solid #ededed;z-index:-1}
.section1:after{content:'';position:absolute;top:0;left:50%;width:1px;height:100%;border-left:1px solid #ededed;z-index:-1}*/

.section1 h2{font-size:2.2em;line-height:1;font-weight:700;color:#333;margin-bottom:30px}

.section1 .overview{display:flex;align-items:center;padding-right:calc((100% - 1500px) / 2)}
.section1 .overview .txt{padding-left:100px}
.section1 .overview .txt p{word-break:keep-all}
.section1 .overview .txt p.p2{font-size:1.05em;color:#2b2b66;margin:20px 0 50px}
.section1 .overview .txt a{display:inline-block;width:190px;height:48px;line-height:46px;border:1px solid #c4c4c4;border-radius:15px;font-size:0.9em;color:#bcbcbc;font-weight:600;padding:0 25px;background:#fff url(/images/ico_plus.png) no-repeat calc(100% - 25px) 50%;transition:0.2s}
.section1 .overview .txt a:hover{color:#e62123;border-color:#e62123;box-shadow:5px 5px 15px rgba(0,0,0,0.1)}

.section1 .event{display:flex;align-items:center;padding-left:calc((100% - 1500px) / 2);margin:120px 0 40px}
.section1 .event .txt{padding-right:100px}
.section1 .event .txt>ul{display:flex}
.section1 .event .txt>ul>li{background-color:#fff;border:1px solid #ddb9b9;border-radius:0 70px 70px 70px;width:28%;height:220px;box-shadow:5px 5px 15px rgba(0,0,0,0.05);padding:40px;text-align:center}
.section1 .event .txt>ul>li:nth-child(2){width:calc(46% - 40px);margin:0 20px}
.section1 .event .txt>ul>li h3{color:#ec2224;font-size:1.3em;font-weight:600;}
.section1 .event .txt>ul>li>a{display:block;height:100%}
.section1 .event .txt>ul>li>a{background:url(/images/section1_img3.png) no-repeat 50% 95%}
.section1 .event .txt>ul>li:nth-child(3)>a{background-image:url(/images/section1_img4.png)}

.section1 .event .txt .notice_list{margin-top:20px;}
.section1 .event .txt .notice_list li a{display:block;color:#333;font-size:1.2em;font-weight:600;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;
-webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap:break-word;}
.section1 .event .txt .notice_list span{display:block;color:#999;font-size:0.9em;line-height:1;margin-top:12px;}

.section1 .gallery h3{font-size:2.0em;line-height:1;font-weight:900;color:#2b2b66;margin-bottom:20px}

.section1 .img{flex-shrink:0;width:640px;}
.section1 .img>span{display:inline-block;box-shadow:0 0 30px rgba(0,0,0,0.1)}
.section1 .txt{flex-grow:1;}

@media only screen and (max-width:1600px) {
	.section1 h2{font-size:2.4em;}
	.section1 .overview .txt{padding-right:50px;}
	.section1 .overview .txt p br{display:none}
	.section1 .event .txt{padding-left:50px;}
	.section1 .event .txt>ul>li{padding:30px;height:200px;border-radius:0 50px 50px 50px}
}
@media only screen and (max-width:1400px) {
	.section1 h2{font-size:2.2em;margin-bottom:25px;}
	.section1{padding:100px 0;}
	.section1 .overview .txt{padding-left:50px}
	.section1 .overview .txt p{line-height:1.4em;}
	.section1 .overview .txt p.p2{margin:10px 0 25px;}
	.section1 .event{margin:100px 0 30px;}
	.section1 .event .txt{padding-right:50px;}
	.section1 .event .txt>ul>li{padding:30px 20px;height:180px;border-radius:0 30px 30px 30px}
	.section1 .event .txt>ul>li:nth-child(2){width:calc(46% - 20px);margin:0 10px}
	.section1 .event .txt>ul>li h3{font-size:1.2em;}
	.section1 .event .txt .notice_list li a{font-size:1.1em}
	.section1 .img{width:480px;}
	.section1 .gallery h3{font-size:2.0em;}
}
@media only screen and (max-width:1100px) {
	.section1 .img{width:38%;}
	.section1{padding:60px 0;}
	.section1 h2{font-size:1.7em;margin-bottom:15px;}
	.section1 .overview{align-items:flex-start}
	.section1 .overview .txt{padding:0 40px}
	.section1 .overview .txt a{width:170px;border-radius:15px;}
	.section1 .event{align-items:flex-start;margin:60px 0 20px}
	.section1 .event .txt{padding:0 40px}
	.section1 .event .txt>ul>li{height:150px;padding:20px;border-radius:0 15px 15px 15px}
	.section1 .event .txt>ul>li h3{font-size:1.1em;}
	.section1 .event .txt>ul>li:nth-child(2){width:calc(46% - 10px);margin:0 5px}
	.section1 .event .txt>ul>li>a{background-size:40px;background-position:50% 90%}
	.section1 .event .txt .notice_list li a{font-size:1.0em;line-height:1.3em;}
	.section1 .event .txt .notice_list span{margin-top:8px}
	.section1 .gallery h3{font-size:1.5em;margin-bottom:15px;}
}
@media only screen and (max-width:760px) {
	.section1{padding:0 0 20px}
	.section1 .img{width:100%;}
	.section1 h2{font-size:1.3em;margin-bottom:12px}
	.section1 .overview{flex-wrap:wrap;padding:30px}
	.section1 .overview .txt{padding:20px 0 0}
	.section1 .overview .txt p{line-height:1.3em;}
	.section1 .overview .txt p.p2{font-size:1.0em;margin:5px 0 15px}
	.section1 .overview .txt a{float:right;width:130px;height:40px;line-height:38px;border-radius:10px;padding:0 15px;background-position:calc(100% - 15px) 50%;font-size:0.85em}
	.section1 .event{flex-wrap:wrap;padding:0 30px 20px;margin:0}
	.section1 .event .txt{padding:0 0 15px}
	.section1 .event .txt>ul{flex-direction:column;}
	.section1 .event .txt>ul>li{width:100%;height:auto;text-align:left;padding:15px 20px;}
	.section1 .event .txt>ul>li:nth-child(2){width:100%;margin:5px 0}
	.section1 .event .txt>ul>li>a{background-size:auto 100%;background-position:100% 50%}
	.section1 .event .txt .notice_list{margin-top:0}
	.lat li{padding:10px 0 0 0 !important}
	.section1 .col_sale1:after{content:'';display:block;clear:both}
	.section1 .gallery h3{font-size:1.3em;margin-bottom:12px}
	.col_sale1 ul li{margin-bottom:10px;}
}

.section2{display:flex}
.section2 .txt1{width:50%;background-color:#2b2b66;padding:60px 40px 60px 60px;color:#fff;display:flex;align-items:center}
.section2 .txt1>span{width:43%}
.section2 .txt1>div{width:57%;padding-left:60px;}
.section2 .txt1 h2{font-size:1.8em;font-weight:700;color:#fff;margin-bottom:30px}
.section2 .txt1>div>a{position:relative;display:block;transition:0.2s}
.section2 .txt1>div>a:before{content:'';position:absolute;top:10px;right:10px;width:30px;height:30px;background:url(/images/ico_plus2.png);opacity:0;transition:0.2s}
.section2 .txt1>div>a:hover:before{opacity:1;right:0;}
.section2 .txt1>div>a>strong{display:block;font-size:1.2em;font-weight:600;color:#ec2224;margin:23px 0 5px;}
.section2 .txt1>div>a>span{font-size:0.9em;}

.section2 .txt2{width:25%}
.section2 .txt2>ul{height:100%;}
.section2 .txt2>ul>li{height:23%;border-bottom:1px solid #ebebeb;}
.section2 .txt2>ul>li:first-child{display:flex;flex-direction:column;justify-content:center;align-items:center;height:54%;background-color:#f5f5f5;border-top:1px solid #ebebeb;}
.section2 .txt2>ul>li:first-child>strong{margin-bottom:30px;}
.section2 .txt2>ul>li:first-child>div{width:80%;}
.section2 .txt2>ul>li:first-child a{display:block;font-size:1.0em;color:#636363;padding:0 15px;transition:0.2s}
.section2 .txt2>ul>li:first-child a:hover{font-weight:800;background-color:#ec2224;color:#fff}
.section2 .txt2>ul>li:first-child a:last-child{margin-top:15px;}
.section2 .txt2>ul>li:first-child a>span{display:inline-block;margin-right:15px;}
.section2 .txt2>ul>li strong{font-size:1.4em;color:#333;font-weight:700}
.section2 .txt2>ul>li strong>span{font-size:1.1em;}
.section2 .txt2>ul>li>a{display:flex;align-items:center;justify-content:center;height:100%;transition:0.2s}
.section2 .txt2>ul>li>a:hover{background-color:#ec2224;}
.section2 .txt2>ul>li>a:hover strong{color:#fff}

.section2 .txt3{width:25%;padding:70px;background:url(/images/section2_img2.png) 50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:space-between;}
.section2 .txt3>p{font-size:1.6em;font-weight:700;line-height:1.2em;word-break:keep-all}
.section2 .txt3>p>span{display:block;margin-bottom:20px}
.section2 .txt3>a{display:block;background:#ec2224 url(/images/ico_plus2.png) no-repeat calc(100% - 30px) 50%;height:70px;line-height:70px;font-size:1.2em;font-weight:600;padding:0 30px;}

.section3{padding:90px 0 80px}
.section3 h2{position:relative;font-size:2.4em;line-height:1;font-weight:900;color:#2b2b66;margin-bottom:30px}
.section3 h2:before{content:'';position:absolute;top:50%;right:0;width:calc(100% - 320px);height:1px;background-color:#2b2b66}
.section3 .partners .slick-slide{display:flex;justify-content:center;align-items:center;height:100px;padding:30px;}

@media only screen and (max-width:1680px) {
	.section2 .txt1{padding:50px;}
	.section2 .txt1>div{padding-left:50px}
	.section2 .txt1 h2{font-size:2.0em;margin-bottom:20px}
	.section2 .txt3{padding:50px;}
}
@media only screen and (max-width:1600px) {
	.section2{flex-wrap:wrap}
	.section2 .txt1{width:66%;}
	.section2 .txt2{width:34%;}
	.section2 .txt3{width:100%;}
	.section2 .txt3{flex-direction:row;}
	.section2 .txt3>p>span{display:inline-block;margin:0 20px 0 0}
	.section2 .txt3>p br{display:none}
	.section2 .txt3>a{height:auto;width:27%;line-height:1;display:flex;align-items:center}
	.section3{padding:70px 0 60px}
}
@media only screen and (max-width:1400px) {
	.section2 .txt1>span{width:38%}
	.section2 .txt1>div{width:62%;padding-left:45px;}
	.section2 .txt1 h2{font-size:1.8em;}
	.section2 .txt1>div>a>strong{font-size:1.2em;margin:15px 0 3px}
	.section2 .txt1>div>a>span{font-size:0.95em;word-break:keep-all}
	.section2 .txt2>ul>li strong{font-size:1.45em;}
	.section2 .txt2>ul>li:first-child>strong{margin-bottom:25px;}
	.section2 .txt2>ul>li:first-child a{padding:0 10px;}
	.section3{padding:50px 0 40px}
	.section3 h2{font-size:2.0em;}
	.section3 h2:before{width:calc(100% - 260px)}
}
@media only screen and (max-width:1100px) {
	.section2 .txt1{width:100%;padding:40px;}
	.section2 .txt1>span{width:30%}
	.section2 .txt1>div{width:70%;padding-left:40px;}
	.section2 .txt1 h2{font-size:1.6em;margin-bottom:15px;}
	.section2 .txt1>div>a>strong{margin:12px 0 3px}
	.section2 .txt2{width:100%}
	.section2 .txt2>ul{display:flex;}
	.section2 .txt2>ul>li{width:25%;height:auto;padding:25px;text-align:center;}
	.section2 .txt2>ul>li strong{font-size:1.3em;}
	.section2 .txt2>ul>li:first-child{width:50%;height:auto;}
	.section2 .txt2>ul>li:first-child>strong{margin-bottom:15px;}
	.section2 .txt2>ul>li:last-child{border-left:1px solid #ebebeb}
	.section2 .txt2>ul>li:first-child a>span>img{width:34px;height:34px;}
	.section2 .txt3{padding:40px;}
	.section2 .txt3>p{font-size:1.5em}
	.section3{padding:40px 0 30px;}
	.section3 h2{font-size:1.6em;margin-bottom:20px;}
	.section3 .partners .slick-slide{height:90px;padding:20px;}
}
@media only screen and (max-width:760px) {
	.section2 .txt1{padding:30px;}
	.section2 .txt1 h2{font-size:1.3em;}
	.section2 .txt1>span{display:none;}
	.section2 .txt1>div{padding-left:0;width:100%;}
	.section2 .txt1>div>a:before{opacity:1;right:0;width:16px;height:16px;background-size:cover}
	.section2 .txt1>div>a:hover:before{display:none}
	.section2 .txt1>div>a>strong{font-size:1.1em;margin:8px 0 2px}
	.section2 .txt2>ul{flex-wrap:wrap}
	.section2 .txt2>ul>li:first-child{width:100%;}
	.section2 .txt2>ul>li:first-child a{font-size:1.0em}
	.section2 .txt2>ul>li:first-child a>span>img{width:30px;height:30px;}
	.section2 .txt2>ul>li{width:50%;padding:20px 30px;}
	.section2 .txt2>ul>li strong{font-size:1.1em}
	.section2 .txt3{padding:30px;flex-direction:column}
	.section2 .txt3>p{font-size:1.2em;margin-bottom:20px;}
	.section2 .txt3>p>span{margin-right:0;margin-bottom:10px;display:block}
	.section2 .txt3>p>span>img{width:auto;height:50px;}
	.section2 .txt3>a{width:100%;height:50px;background-size:auto 40%}
	.section3{padding:30px 0 20px}
	.section3 h2{font-size:1.1em;margin-bottom:10px;}
	.section3 h2:before{width:calc(100% - 130px)}
	.section3 .partners .slick-slide{height:60px;padding:10px;}
}