@charset "utf-8";
/*font-family: 'Nanum Myeongjo', serif;*/
/*font-family: 'Cookie', cursive;*/
/*font-family: 'GmarketSansLight';*/
/*font-family: 'GmarketSansMedium';*/
/*font-family: 'GmarketSansBold';*/
/*font-family: 'Lobster', cursive;*/
/* font-family: 'Noto Serif KR', serif; */
/* font-family: 'Noto Sans KR', serif; */
/* font-family: 'Montserrat', sans-serif; */
/*font-family: 'Libre Baskerville', serif;*/
*{margin: 0; padding: 0; box-sizing: border-box; letter-spacing: -0.025em; word-break: keep-all;}
select {

   -webkit-appearance:none; /* for chrome */

   -moz-appearance:none; /*for firefox*/

   appearance:none;

}
::-moz-selection {
   background: #4c7a93;
   color: #fff;
}
::selection {
   background: #4c7a93;
   color: #fff;
}
select::-ms-expand{

   display:none;/*for IE10,11*/

}

/*********common***********/
p {line-height: 1.5em; font-size: 18px; font-weight: 500;}
a{text-decoration:none;}
a:link{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
img {vertical-align: top;}
.clearfix:before,
.clearfix:after{display:table; content:"";}
.clearfix:after{clear:both;}
ul,li{list-style:none;}
body{position: relative; background: url(../img/bg.jpg) no-repeat center / cover fixed; font-family: 'GmarketSans', sans-serif; color: #333;}
table {border-collapse: collapse;}
.wrap {width: 90%; margin: 0 auto;}
.inner {width: 1400px; margin: 0 auto;}
.w50p {float: left; width: 50%;}
.posc {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.mont {font-family: 'Montserrat', sans-serif;}
.bas {font-family: 'Libre Baskerville', serif;}
.tac {text-align: center;}
.serif, strong.serif, b.serif {font-family: 'Noto Serif KR', serif;}
.wave {font-family: 'TTHakgyoansimMulgyeolB', serif;}
.title, strong.title, b.title {font-family: 'JalnanGothic'; font-weight: 100;}
.ink {font-family: 'InkLipquid', serif;}
.gs {font-family: 'GmarketSans', sans-serif;}
.red {color: #b8201c;}
.yellow {color: #f5da0b;}
.cream {color: #fff4ba;}
/*********common end***********/
.topbtn {position: fixed; bottom: 100px; right: 25px; display: block; width: 50px; height:50px; background: #a71d2a; z-index: 999; text-align: center; display: none; border-radius: 50%; border: 3px solid  #fff;}
.topbtn:before {position: absolute; content: ''; width:12px; height: 12px; border-top: 3px solid #fff; border-right: 3px solid #fff; display: inline-block; transform: translate(-50%,-50%) rotate(-45deg); position: absolute; top: 50%; left: 50%; transition: .3s;}
.topbtn:hover:before {top: 50%;}
.topbtn a {display: block; height: 100%; position: relative;}

.consult_btn {position: fixed; bottom: 25px; right: 25px; background: #a71d2a; z-index: 999; text-align: center; border-radius: 10px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); cursor: pointer; padding: 10px;}
.consult_btn div {display: block; height: 100%; padding: 10px 20px; background: #fff; position:relative; border-radius: 10px;}
.consult_btn div h2 {font-size: 32px;}
.consult_btn div:before {position: absolute; content: ''; width: 98%; height: 93%; border-radius: 20px; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; z-index: -1;}
.consult_btn div h3 {font-size: 20px; color: #333;}
.consult_btn div h3 i {padding-left: 10px;}
.consult_btn div img {position: absolute; width: 100px; left: 44px; bottom: 30px; z-index: -1; animation: scale 3s infinite alternate ease-in-out;}

.consult_form {position: fixed; bottom: 25px; right: -100%; background: url(../img/bg.jpg) repeat right bottom; z-index: 99999; border-radius: 30px; padding: 30px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); transition: .5s;}
.consult_form.on {right: 25px;}
.consult_form .close_btn {position: absolute; width: 40px; height: 40px; right: 50px; top: 50px; cursor: pointer;}
.consult_form .close_btn div {transform-origin: center;}
.consult_form .close_btn div:nth-of-type(1) {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-45deg); width: 3px; height: 100%; background: #333;}
.consult_form .close_btn div:nth-of-type(2) {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-45deg); width: 100%; height: 3px; background: #333;}

.consult_form .consult_box {padding: 20px 50px; background: rgba(255, 255, 255, 0.3); box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); border-radius: 30px; text-align: center;}
.consult_form .consult_box h2 {color: #333; font-size: 36px; text-align: center; padding: 30px 0;}
.consult_form .consult_box h2 strong {color: #a71d2a;}
.consult_form .consult_box li {padding: 10px 0; border-bottom: 1px solid #ddd;}
.consult_form .consult_box li:last-of-type {border-bottom: none;}
.consult_form .consult_box li h3 {display: inline-block; width: 30%; color: #333; vertical-align: top;}
.consult_form .consult_box li h3 span {display: none;}
.consult_form .consult_box li div {display: inline-block; width: 69%;}
.consult_form .consult_box li div input,
.consult_form .consult_box li div textarea {width: 100%;}
.consult_form .consult_box li div .phone_0,
.consult_form .consult_box li div .phone_1,
.consult_form .consult_box li div .phone_2 {display: inline-block; width: 30%;}
.consult_form .consult_box li div input[type="text"] {height: 30px;}
.consult_form .consult_box li div select {height: 30px;}
.consult_form .consult_box .agree_btn {display: inline-block; padding: 20px 0;}
.consult_form .consult_box .AW-mem-btn {margin-top: 15px;}
.consult_form .consult_box .AW-mem-btn button {width: 100%; border-radius: 20px; background: #a71d2a; color: #fff; text-align: center;}

/*********header***********/
header {height: 90px; text-align: center; position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition:.5s; text-align: center; background: #a71d2a;}
/*header:hover {background: rgba(0,0,0,0.5);}*/
/*
header.on {background: url(../img/headerbg.jpg) no-repeat center / cover;}
header.on:hover {background: url(../img/headerbg.jpg) no-repeat center / cover;}
*/
/*insta btn*/
header > a {position: absolute; top: 50%; transform: translateY(-50%); right: 50px; width: 30px; height: 30px;}
header > a img {width: 100%;}

header .logo_top {display: block;}
header .logo_top img {width: 250px; padding-top: 22px; transition:.5s;}

header .wrap {display: flex; justify-content: space-between;}
header .menu {display: flex; justify-content: space-between;}
header .menu div.sidemenu {position: relative; flex-grow: 1;}
header .menu div:last-child {margin-right: 0;}
header .menu div.sidemenu > a {line-height: 90px; color: #fff; font-size: 24px; font-weight: 900; display: block; height: 100%; padding: 0 35px; transition:.3s; position: relative;}
header .menu div.sidemenu > a:before {position: absolute; content: ''; width: 80%; height: 4px; left: 50%; transform: translateX(-50%); bottom: 15px; background: #fff; transition: .5s; display: none; border-radius: 50px; animation: blinking 1s infinite alternate ease-in-out;}
header .menu div.sidemenu > a.on:before {display: block;}
header .menu div.sidemenu ul {position: absolute; left: 50%; transform: translateX(-50%); top: 90px; width: 150px; background: rgba(167, 29, 42, 0.7); display: none; padding-bottom: 3px; border-radius: 0 0 15px 15px;}
header .menu div.sidemenu ul li a {display: block; color: #fff; font-size: 14px; padding: 10px 0; transition: .3s;}
header .menu div.sidemenu ul li a:hover {font-weight: 700;}

header.on:before {position: absolute; content: ''; width: 100%; height: 20px; background: url(../img/header_line.jpg) left top; left: 0; bottom: -20px;}
header .wrap {position: relative;}

.header_call {display: block; line-height: 90px;}
.header_call h2 {color: #fff; font-size: 28px; height: 100%; display: flex; align-items: center; justify-content: center;}
.header_call img {width: 58px; display: inline-block; margin-right: 15px;}
/*********header end***********/

/***************footer***************/
footer {}
footer .wrap {padding: 50px 0;}
footer .wrap div {float: left; margin-right: 150px;}
footer .wrap .footer_logo {text-align: center;}
footer .wrap .footer_logo img {width: 230px;}
footer .wrap .footer_logo h2 {font-size: 40px; color: #000;}
footer .wrap .footer_content {}
footer .wrap .footer_content p {font-size: 14px; line-height: 2em; color: #666; letter-spacing: 0;}
footer .wrap .footer_content p span {margin-right: 20px;}

/**keyframes**/
@keyframes zoom-bg {
	0% {background-size: 100%;}
	100% {background-size: 120%;}
}
@keyframes goat {
	0% {
		left: 45%;
	}
	100% {
		left: 55%;
	}
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.85);
	}
}
@keyframes beep {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blinking {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}

}
@keyframes flow_txt {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}

}
/*.main*/
.container {font-family: 'GmarketSans', sans-serif;}

.main_title {text-align: center; margin: 0 auto; color: #fff;}
.main_title h2 {font-size: 70px; color: #fff; margin: 20px 0;}
.main_title h2 strong {font-size: 90px;}
.main_title h2 b {color: #a71d2a; font-size: 72px;}
.main_title h2 img {width: 90px; vertical-align: text-bottom;}
.main_title h3 {background: #a71d2a; color: #fff; display: inline-block; height: 80px; line-height: 80px; padding: 0 60px;  font-size: 36px; position: relative;}
.main_title h3:before {position: absolute; content: ''; width: 57px; height: 57px; background: #a71d2a; top: 50%; left: -29px; transform: translateY(-50%) rotate(-45deg);}
.main_title h3:after {position: absolute; content: ''; width: 57px; height: 57px; background: #a71d2a; top: 50%; right: -29px; transform: translateY(-50%) rotate(45deg);}

.more {font-size: 20px; background: #fff; padding: 10px 25px; display: inline-block; text-align: center; border-radius: 30px; transition:.5s; color: #333; margin-top: 30px;}
.more:hover {background: #a71d2a; color: #fff; }

.main_visual {width: 100%; height: 100vh; position: relative; overflow: hidden; position: relative; -webkit-mask-image: url(../img/mask_bg.png); mask-image: url(../img/mask_bg.png); -webkit-mask-position: top 50%; mask-position: top 50%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%; z-index: 2;}
.main_visual:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.1); left: 0; top: 0; z-index: 1;}
.main_visual .video_wrap {position: relative; height: 100vh; padding-top: 51.25%;}
.main_visual .video_wrap:before {position: absolute; content: ''; width: 100%; height: 100%; background: url(../img/dot_video.png) left top; left: 0; top: 0;}
.main_visual .video_wrap iframe {position: absolute; width: 150%; height: 110%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1;}
.main_visual .main_visual_txt {position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; z-index: 9; color: #fff; animation: type 1s alternate;}
.main_visual .main_visual_txt h3 {font-size: 44px;}
.main_visual .main_visual_txt h3 strong {font-size: 58px; color: #a71d2a;}
.main_visual .main_visual_txt img {width: 350px; display: inline-block; margin: 30px 0;}
.main_visual .main_visual_txt p {font-size: 20px; line-height: 2em;}
.main_visual .main_visual_txt p strong {color: #a71d2a; font-weight: 900;}

.main_brand { position: relative; height: 1000px; margin-top: -200px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: url(../img/main_brandbg.jpg) no-repeat center / cover fixed; z-index: 0; overflow: hidden;}
.main_brand .main_brand_title { color: #fff; text-align: center; z-index: 999; margin-top: 200px;}
.main_brand .main_brand_title h2 {font-size: 50px; margin-bottom: 60px;}
.main_brand .main_brand_title:before {position: absolute; content: ''; width: 200px; height: 2px; left: 50%; transform: translateX(-50%); top: -50px; background: #a71d2a;}
.main_brand .main_brand_title a {display: inline-block; padding: 15px 50px; background: #a71d2a; border-radius: 50px; font-size: 24px; font-weight: 700; transition: .5s;}
.main_brand .main_brand_title a:hover {background: #fff; color: #a71d2a;}

.main_good { padding: 100px 0; text-align: center;}
.main_good .main_title h2 {color: #333;}
.main_good ul {display: flex; justify-content: center; align-items: center; width: 1400px; margin: 0 auto; border-radius: 20px; overflow: hidden; margin-top: 100px; box-shadow: 0px 15px 40px rgba(255, 255, 255, 0.15);}
.main_good ul li {flex-basis: 25%; flex-grow: 1; text-align: center; padding: 150px 0; background-repeat: no-repeat; background-position: center; background-size: cover; color: #fff; position: relative;}
.main_good ul li h4 {font-size: 36px; color: #fff; position: relative; padding-bottom: 45px; margin-bottom: 40px;}
.main_good ul li h4:before {position: absolute; content: ''; width: 1px; height: 75px; background: #fff; left: 50%; transform: translateX(-50%); bottom: -30px;} 
.main_good ul li h4:after {position: absolute; content: ''; width: 9px; height: 9px; border-radius: 50%; background: #fff; left: 50%; transform: translateX(-50%); top: 115px;}
.main_good ul li h2 {font-size: 42px;}
.main_good ul li h2 strong {color: #a71d2a; font-size: 62px; text-shadow: 3px 3px 0 #fff;}
.main_good ul li:nth-of-type(1) {background-image: url(../img/main_good01.jpg);}
.main_good ul li:nth-of-type(1) div {background-image: url(../img/main_good01on.jpg);}
.main_good ul li:nth-of-type(2) {background-image: url(../img/main_good02.jpg);}
.main_good ul li:nth-of-type(2) div {background-image: url(../img/main_good02on.jpg);}
.main_good ul li:nth-of-type(3) {background-image: url(../img/main_good03.jpg);}
.main_good ul li:nth-of-type(3) div {background-image: url(../img/main_good03on.jpg);}
.main_good ul li:nth-of-type(4) {background-image: url(../img/main_good04.jpg);}
.main_good ul li:nth-of-type(4) div {background-image: url(../img/main_good04on.jpg);}
.main_good ul li div {position: absolute; width: 100%; height: 100%; left: 0; top: 0; color: #fff; text-align: center; transition:.5s; opacity: 0; background-repeat: no-repeat; background-position: center; background-size: cover; transform: rotateY(270deg); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.main_good ul li div:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); left: 0; top: 0; opacity: 0; transition:.5s;}
.main_good ul li div img {height: 100px; display: inline-block; margin-bottom: 30px; position:relative; z-index: 9;}
.main_good ul li div p {font-size: 18px; line-height: 1.6em; position:relative; z-index: 9; padding: 0 20px;}
.main_good ul li:hover div {opacity: 1; transform: rotateY(360deg);}
.main_good ul li:hover div:before {opacity: 1;}

.main_intro {background: url(../img/main_introbg.png) no-repeat center bottom / cover; text-align: center; position: relative; height: 1100px; padding-top: 150px;}
.main_intro:before {position: absolute; content: ''; width: 300px; height: 300px; background: url(../img/main_intro01.jpg) no-repeat center / cover; border-radius: 50%; top: 80px; left: 100px; animation: float 2s; animation-iteration-count: infinite; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);}
.main_intro:after {position: absolute; content: ''; width: 300px; height: 300px; background: url(../img/main_intro02.jpg) no-repeat center / cover; border-radius: 50%; top: 80px; right: 100px; animation: float 2.6s; animation-iteration-count: infinite; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);}
.main_intro .main_intro_title{display: inline-block; color: #000;}
.main_intro .main_intro_title h3 { font-size: 66px; margin-bottom: 50px;}
.main_intro .main_intro_title h3 strong {color: #a71d2a;}
.main_intro .main_intro_title img {width: 500px;}
.main_intro .main_intro_title h2 {font-size: 56px; font-weight: 400; margin: 50px 0;}
.main_intro .main_intro_title h2 span {color: #006cb7;}
.main_intro .main_intro_title h2 strong {font-size:  82px; font-weight: 700;}
.main_intro .main_intro_title h4 {font-size: 24px; font-weight: 100; line-height: 1.7em;}
.main_intro .main_intro_title h4 strong {color: #a71d2a;}
.main_intro .main_intro_video {position: absolute; width: 1000px; height: 600px; border-radius: 280px; border: 10px solid  #a71d2a; left: 50%; transform: translateX(-50%); bottom: -300px; overflow: hidden; z-index: 2;}
.main_intro .main_intro_video iframe {width: 1200px; height: 800px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 0;}
.main_intro .main_intro_video:before {position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: transparent; z-index: 1;}

.main_youtube {padding: 450px 0 150px;}
.main_youtube .wrap {overflow: hidden;}
.main_youtube .wrap .main_youtube_title {text-align: center; margin-bottom: 50px;}
.main_youtube .wrap .main_youtube_title h3 {border-top: 1px solid #333; border-bottom: 1px solid #333;display: inline-block; padding: 10px 30px; font-size: 24px;}
.main_youtube .wrap .main_youtube_title h2 {font-size: 90px; color: #006cb7; margin: 20px 0;}
.main_youtube .wrap .main_youtube_title h2 strong {color: #a71d2a; font-size: 110px;}
.main_youtube .wrap .main_youtube_title h4 {font-size: 42px; }
.main_youtube .wrap .main_youtube_title h4 strong {color: #006cb7; position: relative; display: inline-block;}
.main_youtube .wrap .main_youtube_title h4 strong:before {position: absolute; content: ''; width: 120%; height: 80%; background: yellow; z-index: -1; bottom: -10px; left: 50%; transform: translateX(-50%); border-radius: 5px;}
.main_youtube .wrap .main_youtube_slide {width: 100%; position: relative;}
.main_youtube .wrap .main_youtube_slide .swiper-slide {overflow: hidden;}
.main_youtube .wrap .main_youtube_slide .swiper-slide iframe {width: 100%; height: 400px; border-radius: 20px;}
.main_youtube .wrap .main_youtube_slide .slide_prev,
.main_youtube .wrap .main_youtube_slide .slide_next {background: #006cb7; width: 50px; height: 50px; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 99;}
.main_youtube .wrap .main_youtube_slide .slide_prev {left: 20px;}
.main_youtube .wrap .main_youtube_slide .slide_next {right: 20px;}
.main_youtube .wrap .main_youtube_slide .slide_prev .swiper-button-prev,
.main_youtube .wrap .main_youtube_slide .slide_next .swiper-button-next {margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: none;}
.main_youtube .wrap .main_youtube_slide .slide_prev .swiper-button-prev {width: 15px; height: 15px; border-left: 3px solid #fff; border-top: 3px solid #fff; transform: translate(-50%,-50%) rotate(-45deg);}
.main_youtube .wrap .main_youtube_slide .slide_next .swiper-button-next {width: 15px; height: 15px; border-right: 3px solid #fff; border-top: 3px solid #fff; transform: translate(-50%,-50%) rotate(45deg);}

.main_menu {width: 100%; position: relative; overflow: hidden; padding: 70px 0; text-align: center; margin-bottom: 100px;}
.main_menu > a {position: relative; z-index: 99;}
.main_menu .main_menu_title {text-align: center; margin-bottom: 150px; color: #333; position: relative; z-index: 1; margin-bottom: 50px;}
.main_menu .main_menu_title h3 {border-top: 1px solid #333; border-bottom: 1px solid #333;display: inline-block; padding: 10px 30px; font-size: 24px;}
.main_menu .main_menu_title h2 {font-size: 90px; color: #006cb7; margin: 20px 0;}
.main_menu .main_menu_title h2 strong {color: #a71d2a; font-size: 110px;}
.main_menu .main_menu_title h4 {font-size: 42px; }
.main_menu .main_menu_title h4 strong {color: #006cb7; position: relative; display: inline-block;}
.main_menu .main_menu_title h4 strong:before {position: absolute; content: ''; width: 100%; height: 25%; background: yellow; z-index: -1; bottom: 6px; left: 50%; transform: translateX(-50%); border-radius: 5px;}
.main_menu .video_wrap {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.main_menu .video_wrap:after {position: absolute; content: ''; width: 100%; height: 100%; background: #000; opacity: .6; left: 0; top: 0; z-index: -1;}
.main_menu .video_wrap iframe {position: absolute; width: 130%; height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1;}
/*.main_menu:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); left: 0; top: 0; z-index: 1;}*/
.main_menu_slide {position: relative; padding: 30px 0; width: 120%; left: 50%; transform: translateX(-50%); z-index: 9;}
.main_menu_slide .swiper-slide {position: relative; opacity: .3; text-align: center; z-index: 2; transition:.4s;}
.main_menu_slide .swiper-slide h3 {width: 100%; padding: 15px 0; background: #fff; border: 10px solid #a71d2a; color: #a71d2a; position: absolute; left: 50%; transform: translateX(-50%); bottom: -10px; font-size: 26px; z-index: 3; border-radius: 30px 30px 0 0;}
.main_menu_slide .swiper-slide h3 small {font-size: 14px; display: block;}
.main_menu_slide .swiper-slide h3 span {display: block; font-size: 16px;}
.main_menu_slide .swiper-slide div {overflow: hidden;}
.main_menu_slide .swiper-slide div > img {width: 100%; transition: all .5s; border-radius: 20px;}
.main_menu_slide .swiper-slide-active {opacity: 1; border: 10px solid #a71d2a; border-radius: 300px 300px 0 0; overflow: hidden; transform: translateY(-50px);} 
.main_menu_slide .swiper-slide-active div > img {}
.main_menu_slide .swiper-slide-active h3 {width: 105%;}
.main_menu_img {position: absolute; top: 5%; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; width: 100%;}
.main_menu_img img {width: 600px;}

.main_power {background: url(../img/main_powerbg.jpg) no-repeat center / cover; text-align: center; padding: 100px 0; position: relative; overflow: hidden;}
.main_power .main_power_title {position: relative;}
.main_power .main_power_title h2 img {display: inline-block; margin-left: 20px; width: 250px;}
.main_power:before {position: absolute; content: ''; width: 100%; height: 100%; background: url(../img/main_power02.png) no-repeat center / cover; left: 0; top: 0; animation: float 1.6s; animation-iteration-count: infinite; z-index: 1;}
.main_power .main_power_img01 {position: absolute; top: -100px; right: -50px; width: 600px; z-index: 1;}
.main_power .main_power_img01 img {width: 100%; animation-duration: 20s; animation-timing-function: linear;}
.main_power .main_power_title {color: #fff; margin-bottom: 70px; position: relative; z-index: 99;}

.main_power .wrap {display: flex; justify-content: center; align-items: center; position: relative; z-index: 9;}
.main_power .wrap .main_power_cont {overflow: hidden; border-radius: 20px; background: #fff; transition:.5s; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); margin: 0 10px; width: 18%; margin-bottom: 25px;}
.main_power .wrap .main_power_cont .power_slide_photo { -webkit-mask-image: url(../img/mask_bg.png); mask-image: url(../img/mask_bg.png); -webkit-mask-position: top 50%; mask-position: top 50%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-size: 100% 100%;}
.main_power .wrap .main_power_cont .power_slide_photo img {width: 100%; height: 200px; object-fit: cover;}
.main_power .wrap .main_power_cont .power_slide_txt {position: relative; padding: 30px 10px; height:  175px;}
.main_power .wrap .main_power_cont .power_slide_txt span {display: inline-block; width: 50px; height: 50px; line-height: 50px; font-size: 18px; background: #a71d2a; color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: -35px; border-radius: 10px; font-weight: 700; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);}
.main_power .wrap .main_power_cont .power_slide_txt span:before {position: absolute; content: ''; width: 85%; height: 85%; border: 2px solid  #fff; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 10px; z-index: -1;}
.main_power .wrap .main_power_cont .power_slide_txt h2 {color: #000; font-size: 20px; margin-bottom: 8px; padding-bottom: 8px; position: relative;}
.main_power .wrap .main_power_cont .power_slide_txt h2:before {position: absolute; content: ''; left: 50%; transform: translateX(-50%); bottom: 0; width: 50px; height: 1px; background: #a71d2a;}
.main_power .wrap .main_power_cont .power_slide_txt p {font-size: 15px;}
.main_power .wrap .main_power_cont .power_slide_txt p strong {color: #a71d2a;}

.main_point {background: #a71d2a; padding: 100px 0; background: url(../img/main_pointbg.jpg) no-repeat center / cover;}
.main_point .main_title {color: #fff; margin-bottom: 50px;}
.main_point .main_title b {color: yellow; font-size: 120px; padding-right: 10px;}
.main_point .main_title h3,
.main_point .main_title h3:before,
.main_point .main_title h3:after {background: #fff; color: #a71d2a;}
.main_point .wrap {width: 1200px;}
.main_point .wrap div {border-radius: 100px; border: 1px solid #fff; padding: 25px 30px; color: #fff; margin-bottom: 20px;}
.main_point .wrap div span {background: #fff; color: #a71d2a; display: inline-block; border-radius: 50%; width: 70px; height: 70px; line-height: 65px; font-size: 55px; text-align: center; margin-right: 20px; font-weight: 900; vertical-align: sub;}
.main_point .wrap div h3 {display: inline-block; vertical-align: super; font-size: 20px;}

.main_interior {position: relative; padding: 150px 0; overflow: hidden;}
.main_interior .main_interior_title {text-align: center; margin-bottom: 50px;}
.main_interior .main_interior_title h3 {font-size: 42px;}
.main_interior .main_interior_title h3 strong {color: #a71d2a; position: relative; font-size: 60px;}
.main_interior .main_interior_title h3 strong:before {position: absolute; content: '力'; font-size: 150px; left: -35px; top: -85px; color: #a71d2a; transform: rotate(-15deg); opacity: .3; transform-origin: 50% 0 0;animation: wabble 5s; animation-iteration-count: infinite;}
.main_interior .main_interior_title h2 {font-size: 72px; margin-bottom: 15px;}
.main_interior .main_interior_title h2 strong {color: #a71d2a;}
.main_interior .main_interior_title p {font-size: 24px;}
.main_interior .main_interior_slide {position: relative; width: 140%; transform: translateX(-50%); left: 50%;}
.main_interior .main_interior_slide .swiper-slide {transition:.6s; padding: 100px 0; opacity: .3; text-align: center;}
.main_interior .main_interior_slide .swiper-slide-active {border-radius: 30px; overflow: hidden; padding: 0; opacity: 1;}
.main_interior .main_interior_slide .swiper-slide img {width: 80%; border: 1px solid  #ddd; transition:.5s;}
.main_interior .main_interior_slide .swiper-slide-active img {width: 100%;}
.main_interior .main_interior_slide .slide_prev,
.main_interior .main_interior_slide .slide_next {background: #a71d2a; width: 80px; height: 80px; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; transition:.4s; border: 3px solid  transparent;}
.main_interior .main_interior_slide .slide_prev:hover,
.main_interior .main_interior_slide .slide_next:hover {border: 3px solid  #fff;}
.main_interior .main_interior_slide .slide_prev {left: 15%;}
.main_interior .main_interior_slide .slide_next {right: 15%;}
.main_interior .main_interior_slide .slide_prev .swiper-button-prev,
.main_interior .main_interior_slide .slide_next .swiper-button-next {margin: 0; position: absolute; top: 50%; background: none;}
.main_interior .main_interior_slide .slide_prev .swiper-button-prev {width: 25px; height: 25px; border-left: 3px solid #fff; border-top: 3px solid #fff; transform: translate(-50%,-50%) rotate(-45deg); left: 55%;}
.main_interior .main_interior_slide .slide_next .swiper-button-next {width: 25px; height: 25px; border-right: 3px solid #fff; border-top: 3px solid #fff; transform: translate(-50%,-50%) rotate(45deg); left: 45%;}


/**************sub common******************/
.sub {font-family: 'Montserrat', 'Noto Sans KR', serif;}
.sub .wrap { width: 1400px; margin: 0 auto;}
.sub .sub_wrap {padding: 100px 0; overflow: hidden;}
.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; margin-top: 90px; height: 400px; text-align: center; color: #fff; position: relative;}
.subtop h3 {font-size: 30px; font-weight: 300; letter-spacing: 15px; padding-top: 100px;}
.subtop h1 {font-size: 74px; margin: 10px 0; font-weight: 900;}
.subtop p {font-size: 20px; opacity: .7; letter-spacing: 0; line-height: 2em; font-weight: 300; color: #fff;}
.subtop01 {background-image: url(../img/subtop01.jpg);}
.subtop02 {background-image: url(../img/subtop02.jpg);}
.subtop03 {background-image: url(../img/subtop03.jpg);}
.subtop04 {background-image: url(../img/subtop04.jpg);}
.subtop05 {background-image: url(../img/subtop05.jpg);}
.subtop06 {background-image: url(../img/subtop06.jpg);}
.sub_cate {display: flex; width: 1400px; margin: 0 auto; z-index: 99; overflow: hidden; border: 1px solid  #a71d2a; border-radius: 0 0 15px 15px; position: sticky; -webkit-position: sticky; top: 90px; background: #fff; border-top: none;}
.sub_cate a {display: block; text-align: center; padding: 15px 0; font-size: 18px; color: #333; flex:1; transition: .3s; border-right: 1px solid #a71d2a;}
.sub_cate a:hover {color: #a71d2a; font-weight: 700;}
.sub1 .sub_cate a:nth-child(1) {background: #a71d2a; color: #fff; font-weight: 700;}
.sub2 .sub_cate a:nth-child(2) {background: #a71d2a; color: #fff; font-weight: 700;}
.sub3 .sub_cate a:nth-child(3) {background: #a71d2a; color: #fff; font-weight: 700;}
.sub4 .sub_cate a:nth-child(4) {background: #a71d2a; color: #fff; font-weight: 700;}
.sub5 .sub_cate a:nth-child(5) {background: #a71d2a; color: #fff; font-weight: 700;}
.sub6 .sub_cate a:nth-child(6) {background: #a71d2a; color: #fff; font-weight: 700;}
.sub7 .sub_cate a:nth-child(7) {background: #a71d2a; color: #fff; font-weight: 700; border-right: none;}
.sub7 .sub_cate a:first-of-type {border-radius: 0 0 0 15px;}
.sub7 .sub_cate a:last-of-type {border-radius: 0 0 15px 0;}

.sub .sub_title {text-align: center; margin-bottom: 100px;}
.sub .sub_title div {position: relative; margin-bottom: 50px;}
.sub .sub_title div:before {position: absolute; content: ''; width: 0.1px; background: #000; height: 50px; left: 50%; transform: translateX(-50%); top: -55px;}
.sub .sub_title h3 {font-size: 18px; color: #666; letter-spacing: 30px; font-weight: 400;}
.sub .sub_title h1 {font-size: 70px; color: #a71d2a; display: inline-block; position: relative; padding-bottom: 15px; margin-bottom: 15px;}
.sub .sub_title h1:before {position: absolute; content: ''; width: 30px; height: 30px; border-top: 2px solid #a71d2a; border-left: 2px solid #a71d2a; top: -15px; left: -40px;}
.sub .sub_title h1:after {position: absolute; content: ''; width: 30px; height: 30px; border-bottom: 2px solid #a71d2a; border-right: 2px solid #a71d2a; bottom: -15px; right: -40px;}
.sub .sub_title p {font-size: 26px; color: #333; font-weight: 700; line-height: 2em;}
.sub .sub_title p strong {color: #a71d2a; font-size: 32px; font-weight: 900;}
.sub .sub_title p img {padding: 25px 0;}
.sub .sub_title p b {padding: 50px 0 40px; font-weight: 900; display: block; color: #000; font-size: 74px;}
.sub .sub_title p b span {color: #a71d2a; font-size: 120px;}
.sub .sub_title p small {letter-spacing: 15px; font-size: 18px; color: #000;}

/**************sub ******************/

.sub_brand .sub_brandbg {height: 500px; background: url(../img/sub_brandbg.jpg) no-repeat center top / cover fixed; margin-bottom: 50px;}
.sub_brand .sub_brand_intro h2 {font-size: 38px;}
.sub_brand .sub_brand_intro h2 span {color: #b7201c;}
.sub_brand .sub_brand_intro h3 {font-weight: 300; margin: 15px 0; font-size: 28px;}
.sub_brand .sub_brand_intro p {font-size: 20px; line-height: 1.8em;}
.sub_brand .sub_brand_intro p strong {color: #000; font-size: 24px; line-height: 1.8em;}
.sub_brand .sub_brand_intro h4 {font-size: 26px; color: #b7201c; margin: 50px 0; line-height: 1.8em;}
.sub_brand .sub_brand_intro div {display: flex; justify-content: space-between; align-items: center; }
.sub_brand .sub_brand_intro div img {width: 32%; border-radius: 15px;}

.sub_brand .sub_brand01 {background: url(../img/sub_brand01bg.jpg) no-repeat center / cover; height: 500px; position: relative; margin-top: 50px; margin-bottom: 300px; border-radius: 20px;}
.sub_brand .sub_brand01 .sub_brand01_box {position: absolute; width: 70%; background: #fff; border-radius: 20px; left: 50%; transform: translateX(-50%); bottom: -200px; text-align: center; padding: 50px; box-shadow: 15px 15px 15px 3px rgb(0 0 0 / 10%);}
.sub_brand .sub_brand01 .sub_brand01_box h3 {font-weight: 900; font-size: 38px; line-height: 1.5em; margin-bottom: 30px; padding-bottom: 30px; position: relative; color: #b7201c;}
.sub_brand .sub_brand01 .sub_brand01_box h3:before {position: absolute; content: ''; width: 30px; height: 1px; background: #333; left: 50%; transform: translateX(-50%); bottom: 0;}
.sub_brand .sub_brand01 .sub_brand01_box p {color: #666; line-height: 2em; font-size: 18px;}
.sub_brand .sub_brand_slogan {text-align: center; margin: 100px 0; font-size: 70px;}
.sub_brand .sub_brand_slogan strong {color: #b7201c;}
.sub_brand .sub_brand02 ul li {width: 50%; float: left; margin-bottom: 100px; height: 450px;}
.sub_brand .sub_brand02 ul li iframe {width: 100%; height: 100%; height: 400px; border-radius: 20px;}
.sub_brand .sub_brand02 ul li h2 {font-size: 58px; font-weight: 900; margin-bottom: 30px; padding-bottom: 30px; position: relative; line-height: 1.3em;}
.sub_brand .sub_brand02 ul li h2 strong {font-size: 76px; color: #b7201c;}
.sub_brand .sub_brand02 ul li.brand_left h2:before {position: absolute; content: ''; width: 50px; height: 1px; background: #000; left: 0; bottom: 0;}
.sub_brand .sub_brand02 ul li.brand_right h2:before {position: absolute; content: ''; width: 50px; height: 1px; background: #000; right: 0; bottom: 0;}
.sub_brand .sub_brand02 ul li p {color: #666; line-height: 2em;}
.sub_brand .sub_brand02 ul li.brand_left {padding: 50px 100px 0 0;}
.sub_brand .sub_brand02 ul li.brand_right {padding: 50px 0 0 100px; text-align: right;}
.sub_brand .sub_brand02 ul li img {border-radius: 20px; height: 450px; width: 100%; object-fit: cover;}
.sub_brand .sub_brand03 {margin: 100px 0; text-align: center;}
.sub_brand .sub_brand03 p {font-size: 42px; font-weight: 900;}
.sub_brand .sub_brand03 p strong {font-size: 58px; color: #b7201c;}

.sub_interior {padding: 100px 0;}
.sub_interior .sub_interior_title {text-align: center; margin-bottom: 50px;}
.sub_interior .sub_interior_title img {width: 50%; position: relative; z-index: 9;}
.sub_interior .sub_interior_title div {background: #a71d2a; border-radius: 30px; text-align: center; padding-top: 120px; padding-bottom: 60px; margin-top: -180px; position: relative; width: 80%; margin: -180px auto 0;}
.sub_interior .sub_interior_title div:before {position: absolute; content: ''; width: 96%; height: 90%; border: 1px solid  #333; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 30px;}
.sub_interior .sub_interior_title div h2 {font-size: 38px; font-weight: 500; line-height: 1.5em; color: #fff;}
.sub_interior .sub_interior_title div h2 strong {color: #fff; font-weight: 700;}
.sub_interior .sub_interior_title div p {font-size: 20px; margin-top: 55px; background: #fff; padding: 0 40px; line-height: 60px; display: inline-block; color: #a71d2a; border-radius: 50px;}
.sub_interior ul li {float: left; border-radius: 20px; overflow: hidden; text-align: center;}
.sub_interior ul li img {width: 100%; transition:.5s;}
.sub_interior ul li:hover img {transform: scale(1.2);}
.sub_interior ul:nth-of-type(1) {margin-bottom: 35px;}
.sub_interior ul:nth-of-type(1) li {width: 49%; margin-right: 2%; margin-bottom: 20px; border: 1px solid  #ddd;}
.sub_interior ul:nth-of-type(1) li:nth-of-type(2n) {margin-right: 0;}

.sub_bi {text-align: center;}
.sub_bi .sub_bi_cont {display: inline-block; width: 500px; border: 5px solid  #a71d2a; border-radius: 20px; overflow: hidden;}
.sub_bi .sub_bi_cont img {padding: 100px 50px; width: 500px;}
.sub_bi .sub_bi_cont h3 {font-size: 32px; color: #fff; background: #a71d2a; padding: 15px 0;}

.sub_location {padding: 100px 0; text-align: center;}
.sub_location .wrap {}
.sub_location .wrap .sub_location_wrap {border: 1px solid  #ddd; border-radius: 20px; overflow: hidden;}
.sub_location .wrap .sub_location_wrap ul {margin-top: -5px;}
.sub_location .wrap .sub_location_wrap ul li {float: left; color: #fff; padding: 17px 0;}
.sub_location .wrap .sub_location_wrap ul li:first-of-type {width: 80%; background: #a71d2a; text-align: left;}
.sub_location .wrap .sub_location_wrap ul li:last-of-type {width: 20%; padding: 0;}
.sub_location .wrap .sub_location_wrap ul li:last-of-type a {display: block; background: #fff4ba; color: #333; padding: 20px 0;}
.sub_location .wrap .sub_location_wrap ul li strong {display:inline-block;  font-size: 24px; margin-right: 3px; margin-left: 15px;}
.sub_location .wrap .sub_location_wrap ul li span {display:inline-block; font-size: 20px; margin-right: 35px;}
.sub_location .wrap .sub_location_wrap .sub_location_search {background: #f3f3f3; padding: 30px; text-align: center;}
.sub_location .wrap .sub_location_wrap .sub_location_search a {display: inline-block; padding: 10px 50px; background: #fff; border: 1px solid  #ddd; border-radius: 20px;}
.sub_location .wrap .sub_location_wrap .sub_location_search a img {height: 20px;}
.sub_location .wrap .sub_location_wrap .sub_location_search a span {margin-left: 22px; line-height: 23px;}
.sub_location .wrap .sub_location_wrap .sub_location_search a:nth-child(2) {margin: 0 50px;}
.sub_location .wrap .sub_location_wrap .sub_location_search a:nth-child(1) span {color: #03ac44;}
.sub_location .wrap .sub_location_wrap .sub_location_search a:nth-child(2) span {color: #0089ff;}
.sub_location .wrap .sub_location_wrap .sub_location_search a:nth-child(3) span {color: #dd4436;}

.sub_title {margin-bottom: 40px;} 
.sub_menu .wrap {text-align: center;}
.sub_menu .wrap .sub_title {background: #a71d2a; display: inline-block; padding: 30px 80px; box-shadow: 5px 5px 15px #666; position: relative; margin-bottom: 30px; margin-top: 70px; border-radius: 10px;}
.sub_menu .wrap .sub_title:before {position: absolute; content: '';}
.sub_menu .wrap .sub_title img {position: absolute; left: 50%; transform: translateX(-50%); top: -150px; z-index: 99; width: 200px;}
.sub_menu .wrap .sub_title h2 {font-size: 64px; color: #fff;}
.sub_menu .wrap .sub_title p {color: #a71d2a; font-size: 18px; background: #fff; padding: 20px; border-radius: 10px; margin-top: 25px;}
.sub_menu .wrap .sub_title p strong {color: #fff; font-size: 24px; display: inline-block; padding: 5px 10px; background: #a71d2a; margin-bottom: 10px; border-radius: 10px;}
.sub_menu .wrap > div:last-of-type p strong {margin-bottom: 0; font-size: 40px; padding: 30px 20px;}
.sub_menu .sub_menu_list ul li h2 {color: #fff; padding: 15px 0 0 0; font-size: 20px; line-height: 50px;}
.sub_menu .sub_menu_list ul li h2 small {font-size: 13px; display: inline-block; height: 20px;}
.sub_menu .sub_menu_list > ul {text-align: center; margin-bottom: 100px;}
.sub_menu .sub_menu_list ul {text-align: center; padding-top: 0; margin-bottom: 120px;}
.sub_menu .sub_menu_list ul > li {display: inline-block; width: 23.5%; margin: 15px 10px; margin-top: 15px; transition:.3s; border-radius: 200px 200px 0 0; border: 10px solid  #a71d2a; background: #a71d2a; position: relative;}
.sub_menu .sub_menu_list ul > li:nth-of-type(4n) {margin-right: 0;}
/*.sub_menu .sub_menu01 > ul > li:nth-of-type(5n) {margin-right: 0;}*/
.sub_menu .sub_menu_list ul > li img {width: 100%; vertical-align: top; transition:.3s; border-radius: 200px 200px 0 0;}
.sub_menu .sub_menu_list ul > li:hover {transform: scale(1.05); opacity: 0.9;}
.sub_menu .sub_menu_list ul > li h3 {font-size: 36px; color: #a71d2a; margin-top: 15px;}
.sub_menu .sub_menu_list ul > li p {font-size: 18px; color: #a71d2a; width: 100%; padding: 10px 0; position: absolute; left: 50%; transform: translateX(-50%); bottom: -90px; height: 80px;}
.sub_menu .sub_menu_list ul > li p small {display: block;}
.sub_menu .sub_menu_list ul.sub_menu01 > li {width: 1000px; border-radius: 50px 50px 0 0;}
.sub_menu .sub_menu_list ul.sub_menu01 > li img {border-radius: 50px 50px 0 0;}
.sub_menu .sub_menu_list ul.sub_menu01 > li h2 {font-size: 50px; padding: 30px 0 10px 0;}
.sub_menu .sub_menu_list ul.sub_menu01 > li h2 small {font-size: 20px; vertical-align: text-top;}

.sub_power ul {position: relative;}
.sub_power ul:before {position: absolute; left: 50%; transform: translateX(-50%); top: 0; background: #666; width: 1px; height: 100%;}
.sub_power ul li {padding-left: 50px; padding-right: 50px; padding-top: 50px; position: relative;}
.sub_power ul li .power_txt {position: absolute; left: 90px; top: 50%; width: 80%; transform: translateY(-50%);}
.sub_power ul li.power_lbox {float: left; width: 50%; height: 400px;}
.sub_power ul li img {width: 100%; height: 100%; object-fit: cover; border-radius: 15px;}
.sub_power ul li.sub_powerbg {transition:.5s; position: relative; float: right; width: 50%; height: 400px; overflow: hidden;}
.sub_power ul li h2 {font-size: 40px; margin-bottom: 30px; color: #a71d2a; line-height: 1.5em;}
.sub_power ul li p {font-size: 18px; line-height: 2em; color: #666;}

.sub_point {}
.sub_point .wrap {width: 95%; overflow: hidden; position: relative; padding: 100px;}
.sub_point .wrap .video_wrap {position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1;}
.sub_point .wrap .video_wrap:before {position: absolute; content: ''; width: 100%; height: 100%; background: #000; opacity: .6; left: 0; top: 0; z-index: 0;}
.sub_point .wrap .video_wrap iframe {position: absolute; width: 170%; height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1;}
.sub_point ul {text-align: center; position: relative;}
.sub_point ul li {float: left; width: 33.3333%; text-align: center; height: 470px; padding: 0 30px;  display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative;}
.sub_point ul li:before {position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 108, 183, 0.5); opacity: 0; transition:.4s;}
.sub_point ul li:hover:before {opacity: 1;}
.sub_point ul li:nth-of-type(3n) {border-right: none;}
.sub_point ul li:nth-of-type(7),
.sub_point ul li:nth-of-type(8),
.sub_point ul li:nth-of-type(9) {border-bottom: none;}
.sub_point ul li img { width: 100%;}
.sub_point ul li > div {color: #fff; font-family:'Montserrat', 'GmarketSans', sans-serif;}
.sub_point ul li > div span {display: block; text-align: center; font-size: 24px; font-weight: 400; position: relative; margin-bottom: 40px;}
.sub_point ul li > div span:before {position: absolute; content: ''; background: #fff; width: 1px; height: 25px; left: 50%; transform: translateX(-50%); bottom: -30px;}
.sub_point ul li > div span strong {font-size: 32px; font-weight: 900; color: orange;} 
.sub_point ul li > div h2 {font-size: 54px; position: relative;}
.sub_point ul li > div h2 strong {display: block; color: #a71d2a; font-size: 68px;}
.sub_point ul li > div p {font-size: 18px; line-height: 2em; position: relative; margin-top: 30px;}
.sub_point ul li > div p strong {color: #a71d2a;}

.sub_dif ul {position: relative;}
.sub_dif ul:before {position: absolute; width: 69%; height: 73%; border: 1px dashed #a71d2a; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.sub_dif ul li {float: left; width: 32%; margin-right: 2%; border-radius: 20px; position: relative; text-align: center; background: #fff; border: 1px solid  #a71d2a; padding: 40px; display: flex; flex-direction: column; justify-content: center; height: 400px; margin-bottom: 30px;}
.sub_dif ul li:nth-of-type(3n) {margin-right: 0;}
.sub_dif ul li span {font-size: 150px; opacity: .2; color: #a71d2a; font-weight: 700; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.sub_dif ul li h2 {font-size: 32px; color: #a71d2a;}
.sub_dif ul li p {font-size: 16px; color: #666; margin-top: 10px; line-height: 1.8em;}
.sub_dif ul li p.sub_dif_numdes {text-align: left; position: relative; padding-left: 20px;}
.sub_dif ul li p.sub_dif_numdes b {position: absolute; left: -9px; top: 2px; display: inline-block; width: 24px; height: 24px; line-height: 25px; font-size: 16px; text-align: center; font-weight: 700; border-radius: 50%; background: #a71d2a; color: #fff;}
.sub_dif ul li:last-of-type {width: 100%; height: 500px; overflow: hidden; align-items: center;}
.sub_dif ul li .system {display: flex; align-items: center; justify-content: space-between; margin-top: 50px; width: 1200px; margin-left: -100px;}
.sub_dif ul li .system div {background: #a71d2a; padding: 30px 0 30px 115px; width: 270px; position: relative; height: 200px; text-align: left; box-shadow: 5px 5px 15px #666;}
.sub_dif ul li .system div h3 {color: yellow; position: relative; z-index: 999; font-size: 26px;}
.sub_dif ul li .system div p {color: #fff; position: relative; z-index: 999;}
.sub_dif ul li .system div:before {position: absolute; content: ''; height: 142px; width: 142px; background: #a71d2a; right: -72px; top: 50%; transform: translateY(-50%) rotate(45deg); z-index: 99;}
.sub_dif ul li .system div:after {position: absolute; content: ''; height: 142px; width: 142px; background: #fff; left: -72px; top: 50%; transform: translateY(-50%) rotate(45deg);}

.sub_support .sub_support_txt {text-align: center;}
.sub_support .sub_support_txt > h2 {font-size: 48px; color: #a71d2a; font-weight: 900; padding: 25px 0; margin: 25px 0; position: relative;}
.sub_support .sub_support_txt > h2:before {position: absolute; content: ''; left: 50%; bottom: 0; transform: translateX(-50%); height: 1px; width: 30px; background: #a71d2a;}
.sub_support .sub_support_txt > h3 {font-weight: 300; color: #666; margin-bottom: 100px; line-height: 2em;}
.sub_support .sub_support_txt > h3 strong {color: #a71d2a; display: block; margin-top: 50px; font-size: 32px; line-height: 1.5em; font-weight: 900;}

.sub_support_txt02 {background: #333; text-align: center; padding: 60px 0;}
.sub_support_txt02 > h2 {font-size: 48px; color: #fff; font-weight: 900; padding: 25px 0; margin: 25px 0; position: relative;}
.sub_support_txt02 > h2:before {position: absolute; content: ''; left: 50%; bottom: 0; transform: translateX(-50%); height: 1px; width: 30px; background: #fff;}
.sub_support_txt02 > h3 {font-weight: 300; color: #fff; margin-bottom: 100px;}

.sub_step {padding: 100px 0;}
.sub_step .wrap {width: 90%;}
.sub_step .wrap ul li {float: left; width: 32%; margin-right: 2%; padding: 30px; background: url(../img/sub_stepbg.jpg) no-repeat center / cover; border: 5px solid #a71d2a; text-align: center; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1); border-radius: 15px; margin-bottom: 25px;}
.sub_step .wrap ul li:nth-of-type(3n) {margin-right: 0;}
.sub_step .wrap ul li h3 {text-align: center; }
.sub_step .wrap ul li h3 span {display: inline-block; width: 200px; height: 50px; line-height: 55px; text-align: center; border-radius: 30px; background: #a71d2a; color: #fff;}
.sub_step .wrap ul li img { margin: 25px 0; height: 100px;}
.sub_step .wrap ul li h2 {color: #333; font-size: 26px;}
.sub_step .wrap ul li p {font-size: 18px; color: #666; margin-top: 15px;}
.sub_step .wrap ul li:last-of-type {background: #a71d2a; border-color: #a71d2a;}
.sub_step .wrap ul li:last-of-type h3 span {background: #fff; color: #333;}
.sub_step .wrap ul li:last-of-type h2 {animation: blinking 1s 0s infinite alternate; color: #fff;}
.sub_step .wrap ul li:last-of-type p {color: #fff;}

.sub_money { padding: 100px 0; position: relative;}
.sub_money .sub_money_img {position: absolute; left: -250px; top: 900px; width: 500px; z-index: 9;}
.sub_money .sub_money_img img {width: 100%;}
.sub_money .wrap {width: 1400px;}
.sub_money .wrap .sub_money_title {float: left; width: 49%; margin-right: 2%;}
.sub_money .wrap .sub_money_title h2 {font-size: 60px; line-height: 1.3em;}
.sub_money .wrap .sub_money_title h2 span {font-size: 44px;}
.sub_money .wrap .sub_money_title h2 strong {color: #a71d2a;}
.sub_money .wrap .sub_money_title h2 img {vertical-align: sub; width: 400px; }
.sub_money .wrap .sub_money_title p {color: #666; margin: 25px 0; font-size: 20px; font-weight: 100;}
.sub_money .wrap .sub_money_title iframe {margin-top: 100px; border-radius: 20px;}

.sub_money .wrap .sub_money_cont {float: right; width: 49%; margin-top: 50px;}
.sub_money .wrap .sub_money_cont h5 {text-align: right; margin-bottom: 15px; color: firebrick; font-weight: 500; font-size: 16px;}
.sub_money .wrap .sub_money_cont table {width: 100%; border-top: 3px solid #000; margin-bottom: 20px;}
.sub_money .wrap .sub_money_cont table tr {border-bottom: 1px solid #ddd;}
.sub_money .wrap .sub_money_cont table tr td {border-right: 1px solid #ddd; padding: 15px;}
.sub_money .wrap .sub_money_cont table tr td:last-of-type {border-right: none;}
.sub_money .wrap .sub_money_cont table tr td h3 {color: #000; font-size: 28px; margin-bottom: 10px;}
.sub_money .wrap .sub_money_cont table tr td h3 small {color: #666; font-size: 14px;}
.sub_money .wrap .sub_money_cont table tr td h2 {text-align: center; font-size: 32px; color: #000;}
.sub_money .wrap .sub_money_cont table tr td p {font-size: 18px; color: #666; font-weight: 300; padding-left: 15px;}
.sub_money .wrap .sub_money_cont h4 {color: firebrick; margin-bottom: 15px;}
/**************sub end******************/
