@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 {font-size: 20px;}
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: 'Pretendard', 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: 'ChosunGs', serif; line-height: 1.3em;}
.wave {font-family: 'TTHakgyoansimMulgyeolB', serif;}
.title, strong.title, b.title {font-family: 'JalnanGothic', sans-serif; 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: #fff; z-index: 999; text-align: center; display: none; border-radius: 50%; border: 3px solid  #333;}
.topbtn:before {position: absolute; content: ''; width:12px; height: 12px; border-top: 3px solid #333; border-right: 3px solid #333; 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;}

.instabtn {position: fixed; bottom: 20px; left: 25px; display: block; z-index: 999;}
.instabtn img {width: 50px;}

.consult_btn {position: fixed; bottom: 25px; right: 25px; background: #333; 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: 110px; left: 52px; bottom: 0px; z-index: -1; animation: spin 10s infinite normal linear;}

.consult_form {position: fixed; bottom: 25px; right: -100%; background: url(../img/consultbg.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: #f39800;}
.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 input[name="vcode"] {width: 30%;}
.consult_form .consult_box li div select {height: 30px;}
.consult_form .consult_box li div font.comment {display:block;}
.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: #f39800; 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: #fff;}
/*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;}
*/
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: 12px; 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: #333; font-size: 24px; font-weight: 900; display: block; height: 100%; padding: 0 40px; 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: #f39800; transition: .3s; 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(255, 255, 255, 0.7); display: none; padding-bottom: 3px; border-radius: 0 0 15px 15px;}
header .menu div.sidemenu ul li a {display: block; color: #000; font-size: 14px; padding: 10px 0; transition: .3s;}
header .menu div.sidemenu ul li a:hover {font-weight: 700;}
header .wrap {position: relative;}
header .menu div.sidemenu:hover > a:before {display: block;}

.header_call {display: block; height: 90px;}
.header_call h2 {color: #000; font-size: 32px; height: 100%; display: flex; align-items: center; justify-content: center;}
.header_call img {width: 70px; 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 img {width: 230px;}
footer .wrap .footer_content {}
footer .wrap .footer_content p {font-size: 16px; line-height: 1.7em; font-weight: 500; 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: 25%;
	}
	100% {
		left: 35%;
	}
}
@keyframes scale {
	0% {
		transform: scale(1) rotate(-15deg);
	}
	100% {
		transform: scale(0.85) rotate(15deg);
	}
}
@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*/

.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: #f39800; font-size: 72px;}
.main_title h2 img {width: 90px; vertical-align: text-bottom;}
.main_title h3 {background: #f39800; 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: #f39800; top: 50%; left: -29px; transform: translateY(-50%) rotate(-45deg);}
.main_title h3:after {position: absolute; content: ''; width: 57px; height: 57px; background: #f39800; 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: #000; color: #fff; }

.main_visual {width: 100%; height: 100vh; background: url(../img/main_visual.jpg) no-repeat center / cover; overflow: hidden; position: relative; 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: 117vh; width: 100%;}
.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: 100%; height: 100%; left: 50%; top: calc(50% - 150px); transform: translate(-50%,-50%); z-index: -1; margin-top: 90px;}
.main_visual .main_visual_txt {position: absolute; width: 100%; top: 55%; 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; font-weight: 400;}
.main_visual .main_visual_txt h3 strong {font-size: 50px; color: #000; display: inline-block; background: #fff; padding: 20px 10px; border-radius: 10px;}
.main_visual .main_visual_txt img { display: inline-block; margin: 50px 0; width: 600px;}
.main_visual .main_visual_txt p {font-size: 24px; line-height: 2em; display: inline-block; background: url(../img/paper_pattern.jpg) no-repeat center / cover; padding: 40px 50px; color: #333; position: relative; border-radius: 8px; box-shadow: 5px 5px 15px rgba(0,0,0,0.5);}
.main_visual .main_visual_txt p strong {color: #f39800; font-size: 32px; font-weight: 100;}
.main_visual .main_visual_wall {position: absolute; width: 100%; bottom: 0; left: 0;}

.main_brand { position: relative; padding: 180px 0; margin-top: -50px; background: url(../img/main_brandbg.jpg) no-repeat center top / cover fixed; z-index: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-top: 100px;}
.main_brand .wrap {display: flex; align-items: center; justify-content: center;}
.main_brand .main_brand_txt { color: #fff; background: rgba(0,0,0,0.6); text-align: center; z-index: 999; padding: 50px 100px; width: 70%;}
.main_brand .main_brand_txt h2 {font-size: 48px; position: relative; margin-bottom: 30px; display: inline-block;}
.main_brand .main_brand_txt h2 img {position: absolute; width: 110px; top: -30px; right: 152px; margin: 0; z-index: -1;}
.main_brand .main_brand_txt h3 {font-size: 28px; line-height: 1.7em; font-weight: 400;}
.main_brand .main_brand_txt h3 strong {color: #f39800; font-size: 32px;}
.main_brand .main_brand_txt a {display: inline-block; border-radius: 50px; background: #fff; color: #000; padding: 12px 20px; line-height: 1em; position: relative; margin-top: 30px;}
.main_brand .main_brand_txt a:before {position: absolute; content: ''; width: 100px; height: 1px; background: #fff; left: 50%; transform: translateX(-50%); top: -25px;}
.main_brand .main_brand_txt img {width: 300px; margin: 25px 0;}

.main_intro { position: relative; overflow: hidden;}
.main_intro .main_intro_img {margin: 30px auto; width: 25%;}
.main_intro .main_intro_img img {width: 100%; object-fit: cover;}
.main_intro .wrap {position: relative; width: 100%;}
.main_intro .wrap .main_intro_txt {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff; text-align: center; z-index: 3; width: 100%;}
.main_intro .wrap h2 {font-size: 44px; line-height: 1.2em; margin-bottom: 10px;}
.main_intro .wrap p {font-size: 24px; color: #fff;}
.main_intro .wrap p strong {display: inline-block; background: #f39800; line-height: 1em; padding: 5px;}
.main_intro .wrap .more {margin-top: 0;}
.main_intro .wrap:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.5); left: 0; top: 0; z-index: 1;}
.main_intro .wrap ul {width: 25%; float: left;} 
.main_intro .wrap ul li {float: left; width: 50%; position: relative; overflow: hidden; border: 1px solid  #000;}
.main_intro .wrap ul:nth-of-type(1) li:first-of-type,
.main_intro .wrap ul:nth-of-type(3) li:first-of-type {width: 100%;}
.main_intro .wrap ul:nth-of-type(2) li:last-of-type,
.main_intro .wrap ul:nth-of-type(4) li:last-of-type {width: 100%;}
.main_intro .wrap ul li img {width: 100%; height: 410px; object-fit: cover; transition:.3s;}
.main_intro .wrap ul li:hover img {transform: scale(1.1);}

.main_youtube {padding: 100px 0;}
.main_youtube .main_youtube_title {text-align: center; margin: 100px 0;}
.main_youtube .main_youtube_title h2 {font-size: 56px; font-weight: 500; position: relative; display: inline-block;}
.main_youtube .main_youtube_title h2:before {position: absolute; content: ''; width: 80px; height: 80px; left: -46px; top: -50px; background: url(../img/youtube.png) no-repeat center / cover; transform: rotate(-25deg); animation: scale 1s 0.5s infinite alternate; z-index: -1;}
.main_youtube .main_youtube_title h2:after {position: absolute; content: ''; width: 80px; height: 80px; right: -46px; top: -50px; background: url(../img/blog.png) no-repeat center / cover; transform: rotate(-25deg); animation: scale 1.5s 0s infinite alternate; z-index: -1;}
.main_youtube .main_youtube_title h2 strong {font-weight: 700; color: #f39800; position: relative; display: inline-block; padding: 20px 0;}
.main_youtube .main_youtube_title h2 strong i {color: #f39800; font-size: 18px; position: absolute; left: 50%; transform: translateX(-50%); top: -5px; animation: blinking 1s 0s infinite alternate ease-in-out;}
.main_youtube .main_youtube_title p {font-size: 24px; font-weight: 500;}
.main_youtube .wrap ul li {float: left; width: 47%; margin-right: 6%; border: 2px dashed #f39800; padding: 50px; text-align: center; border-radius: 50px; position: relative; overflow: hidden;}
.main_youtube .wrap ul li:before {position: absolute; content: ''; width: 100%; left: 0; top: 0px; background: url(../img/main_visual_wall.png) center / cover;}
.main_youtube .wrap ul li:last-of-type {margin-right: 0;}
.main_youtube .wrap ul li > img {width: 100%; border-radius: 30px;}
.main_youtube .wrap ul li > iframe {border-radius: 30px; margin-bottom: 15px;}
.main_youtube .wrap ul li > div {padding-bottom: 20px;}
.main_youtube .wrap ul li div img {height: 150px; display: inline-block;}
.main_youtube .wrap ul li div div {text-align: center; color: #fff; font-size: 28px; margin: 20px 0;}
.main_youtube .wrap ul li div div span {display: inline-block; background: #f39800; padding: 10px 40px; border-radius: 30px;}
.main_youtube .wrap ul li div div p {font-size: 24px; color: #666; margin-top: 10px;}
.main_youtube .wrap ul li div div p strong {color: #000;}

.main_story {background: url(../img/main_storybg.jpg) no-repeat center / cover fixed; height: 1350px; padding: 100px 0;}
.main_story .wrap {display: flex; justify-content: center; align-items: center; height: 100%; position: relative;}
.main_story .wrap .main_story_img img {width: 700px; animation: spin 30s infinite normal linear;}
.main_story .wrap .main_story_txt {position: absolute; top: 50%; transform: translateY(-50%); color: #fff; text-align: center; z-index: 99;}
.main_story .wrap .main_story_txt h2 {color: #fff; font-size: 42px; position: relative; margin-bottom: 20px; padding-bottom: 20px;} 
.main_story .wrap .main_story_txt h2 strong {font-size: 68px;}
.main_story .wrap .main_story_txt h2 b {color: #f39800; font-size: 60px; color: #f39800;}
.main_story .wrap .main_story_txt p {margin-bottom: 40px;}
.main_story .wrap .main_story_txt p strong {}
.main_story .wrap .main_story_txt h2:before {position: absolute; content: ''; background: #fff; left: 50%; transform: translateX(-50%); width: 100px; height: 1px; bottom: 0;}
.main_story .wrap .main_story_txt ul li {margin-bottom: 20px; border: 2px solid  #fff; padding: 20px; text-align: center; border-radius: 100px; background: rgba(0,0,0,0.5);}
.main_story .wrap .main_story_txt ul li h3 {display: inline-block; line-height: 70px; font-size: 20px; padding: 0 20px;}
.main_story .wrap .main_story_txt ul li span {width: 70px; height: 70px; line-height: 70px; border-radius: 50%; color: #000; font-size: 30px; font-weight: 900; background: #fff; display: block; float: left; border: 5px solid #000;}
.main_story .wrap .main_story_txt ul li img {display: inline-block; float: right; height: 70px;}
.main_story .wrap .main_story_txt.main_story_left {left: 0;}
.main_story .wrap .main_story_txt.main_story_right {right: 0;}

.main_menu {width: 100%; position: relative; overflow: hidden; padding: 70px 0; text-align: center; margin-bottom: 100px; background: url(../img/main_menubg.jpg) no-repeat center / cover fixed;}
.main_menu > a {position: relative; z-index: 99;}
.main_menu .main_menu_title {text-align: center; margin-bottom: 150px; color: #fff; position: relative; z-index: 1; margin-bottom: 50px;}
.main_menu .main_menu_title h3 {border-top: 1px solid #fff; border-bottom: 1px solid #fff;display: inline-block; padding: 10px 30px; font-size: 24px;}
.main_menu .main_menu_title h2 {font-size: 90px; color: #f39800; margin: 20px 0;}
.main_menu .main_menu_title h2 strong {color: #fff; font-size: 110px;}
.main_menu .main_menu_title h4 {font-size: 42px; }
.main_menu .main_menu_title h4 strong {color: mediumspringgreen; font-size: 54px; position: relative; display: inline-block; font-weight: 100;}
.main_menu .main_menu_title h4 strong:before {position: absolute; content: ''; width: 100%; height: 25%; background: #f39800; 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; margin-top: 20px; color: #fff; border: 3px solid #fff; font-size: 26px; z-index: 3; border-radius: 20px; transition: .5s;}
.main_menu_slide .swiper-slide h3 small {font-size: 14px;}
.main_menu_slide .swiper-slide h3 span {display: block; font-size: 16px;}
.main_menu_slide .swiper-slide div {border: 15px solid #fff; border-radius: 20px;}
.main_menu_slide .swiper-slide div > img {width: 100%; transition: all .5s;}
.main_menu_slide .swiper-slide-active {opacity: 1; transform: translateY(-50px);} 
.main_menu_slide .swiper-slide-active div { border-radius: 300px 300px 20px 20px; overflow: hidden; border-color: #f39800;}
.main_menu_slide .swiper-slide-active div > img {}
.main_menu_slide .swiper-slide-active h3 {background: #f39800; color: #000; border-color: #f39800;}
.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_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: #f39800; position: relative; font-size: 60px;}
.main_interior .main_interior_title h3 strong:before {position: absolute; content: '情'; font-size: 100px; left: 16px; top: -60px; color: #f39800; transform: rotate(-15deg); opacity: .3; transform-origin: 50% 0 0; animation: wabble 5s; animation-iteration-count: infinite; z-index: -1; font-family: 'ChosunGs', serif;}
.main_interior .main_interior_title h2 {font-size: 72px; margin-bottom: 15px;}
.main_interior .main_interior_title h2 strong {color: #f39800;}
.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: #f39800; 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;}
.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 500px; text-align: center; color: #fff; position: relative;}
.subtop h3 {font-size: 30px; font-weight: 300; letter-spacing: 15px; padding-top: 220px;}
.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  #f39800; border-radius: 0 0 15px 15px; position: sticky; -webkit-position: sticky; top: 90px; background: #fff;}
.sub_cate a {display: block; text-align: center; padding: 15px 0; font-size: 18px; color: #333; flex:1; transition: .3s; border-right: 1px solid #f39800;}
.sub_cate a:hover {font-weight: 700;}
.sub1 .sub_cate a:nth-child(1) {background: #f39800; font-weight: 700;}
.sub2 .sub_cate a:nth-child(2) {background: #f39800; font-weight: 700;}
.sub3 .sub_cate a:nth-child(3) {background: #f39800; font-weight: 700;}
.sub4 .sub_cate a:nth-child(4) {background: #f39800; font-weight: 700;}
.sub5 .sub_cate a:nth-child(5) {background: #f39800; font-weight: 700;}
.sub6 .sub_cate a:nth-child(6) {background: #f39800; font-weight: 700;}
.sub7 .sub_cate a:nth-child(7) {background: #f39800; 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 h2 {font-size: 40px; margin-bottom: 50px;}
.sub .sub_title h1 {font-size: 64px; color: #333; position: relative; padding-bottom: 15px; margin-bottom: 15px;}
.sub .sub_title h1:before {position: absolute; content: ''; width: 50px; height: 1px; background: #666; left: 50%; transform: translateX(-50%); bottom: 0;}
.sub .sub_title p {font-size: 24px; color: #666; font-weight: 400; line-height: 2em;}
.sub .sub_title p strong {color: #f39800; font-size: 32px;}
.sub .sub_title p b {padding: 50px 0 20px; font-weight: 900; display: block; color: #000; font-size: 74px;}
.sub .sub_title p small {letter-spacing: 6px; font-size: 18px; color: #000;}

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

.sub .sub_brand_title {text-align: center; margin-bottom: 50px;}
.sub .sub_brand_title div {position: relative; margin-bottom: 50px;}
.sub .sub_brand_title div:before {position: absolute; content: ''; width: 0.1px; background: #000; height: 50px; left: 50%; transform: translateX(-50%); top: -55px;}
.sub .sub_brand_title h2 {font-size: 40px; margin-bottom: 50px;}
.sub .sub_brand_title p {font-size: 20px; color: #666; font-weight: 400; line-height: 2em;}
.sub .sub_brand_title p strong {color: #f39800; font-size: 40px;}
.sub .sub_brand_title p b {color: #000;}

.sub_brand .wrap {width: 90%;}
.sub_brand .sub_brand01 {background: url(../img/sub_brand01.jpg) no-repeat center / cover fixed; height: 650px;}
.sub_brand .sub_brand02 .sub_brand02_txt {margin: 100px 0;}
.sub_brand .sub_brand02 .sub_brand02_txt h2 {font-size: 60px;}
.sub_brand .sub_brand02 .sub_brand02_txt h3 {font-size: 32px; margin-bottom: 40px; margin-top: 10px; font-weight: 100;}
.sub_brand .sub_brand02 .sub_brand02_txt p {line-height: 2em;}
.sub_brand .sub_brand02 .sub_brand02_txt p strong {font-size: 20px; display: block; padding: 50px; background: url(../img/main_point_paper.jpg) no-repeat center / cover fixed; border-radius: 30px; box-shadow: 10px 10px 20px rgba(0,0,0,0.1); margin-bottom: 50px;}
.sub_brand .sub_brand03 h1 {font-size: 60px; margin-bottom: 50px;}
.sub_brand .sub_brand03 li {height: 300px; border-radius: 300px; background-position: center; background-size: 100%; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 25px; position: relative; border: 5px solid #f39800; padding: 0 100px;}
.sub_brand .sub_brand03 li:before {position: absolute; content: ''; width: 98%; height: 93%; border: 3px dashed #f39800; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 300px; animation:blink 0.7s ease-in-out infinite alternate;}
.sub_brand .sub_brand03 li h3 {color: #fff; font-size: 34px; text-align: center; line-height: 1.5em;}
.sub_brand .sub_brand03 li span {display: inline-block; line-height: 120px; width: 120px; height: 145px; background: url(../img/sub_brand_medal.png) no-repeat center / cover; position: absolute; left: -20px; top: -20px; text-align: center; color: #fff; font-size: 30px; font-weight: 900;}
.sub_brand .sub_brand03 li:nth-of-type(1) {background-image: url(../img/sub_brand03_01.jpg);}
.sub_brand .sub_brand03 li:nth-of-type(2) {background-image: url(../img/sub_brand03_02.jpg);}
.sub_brand .sub_brand03 li:nth-of-type(3) {background-image: url(../img/sub_brand03_03.jpg);}
.sub_brand .sub_brand03 li:nth-of-type(4) {background-image: url(../img/sub_brand03_04.jpg);}
.sub_brand .sub_brand03 li:nth-of-type(5) {background-image: url(../img/sub_brand03_05.jpg);}
.sub_brand .sub_brand04 {display: flex; justify-content: center; flex-direction: column; align-items: center; color: #fff; background: url(../img/sub_brand04bg.jpg) no-repeat center / cover fixed; text-align: center; height: 600px;}
.sub_brand .sub_brand04 h3 {font-size: 24px;}
.sub_brand .sub_brand04 h1 {font-size: 38px; margin: 50px 0;}
.sub_brand .sub_brand04 h1 strong {font-size: 48px; color: #f39800;}
.sub_brand .sub_brand04 h2 {font-size: 32px;}


.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: #f39800; 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: #f39800; border-radius: 50px;}
.sub_interior ul {text-align: center;}
.sub_interior ul li {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%; display: inline-block; margin-right: 1%; 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  #f39800; background: #fff; 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: #f39800; 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: #f39800; 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: 20px; margin-right: 3px; margin-left: 15px;}
.sub_location .wrap .sub_location_wrap ul li span {display:inline-block; font-size: 18px; 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: #f39800; 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: -137px; z-index: 99; width: 150px;}
.sub_menu .wrap .sub_title h2 {font-size: 64px; color: #fff; margin-bottom: 0;}
.sub_menu .wrap .sub_title h2 small {font-size: 24px; display: block; line-height: 1.1em;}
.sub_menu .wrap .sub_title p {color: #f39800; 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: #f39800; 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: 32px; line-height: 50px;}
.sub_menu .sub_menu_list ul li h2 small {font-size: 20px; 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  #f39800; background: #f39800; 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: #f39800; margin-top: 15px;}
.sub_menu .sub_menu_list ul > li p {font-size: 18px; color: #f39800; 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:nth-of-type(2),
.sub_menu .sub_menu_list ul.sub_menu01 > li:nth-of-type(3) {border-radius: 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: middle;}

.sub_power ul {position: relative; overflow: hidden;}
.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: 36px; margin-bottom: 30px; color: #f39800; 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: 200%; 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: 450px; padding: 0 50px;  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: #000; background-color: rgba(198, 53, 27, 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: 48px; position: relative;}
.sub_point ul li > div h2 strong {display: block; color: #f39800; font-size: 56px;}
.sub_point ul li > div p {font-size: 17px; line-height: 2em; position: relative; margin-top: 10px;}
.sub_point ul li > div p strong {color: #f39800;}

.sub_dif ul {position: relative;}
.sub_dif ul:before {position: absolute; width: 69%; height: 73%; border: 1px dashed #f39800; 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  #f39800; 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: #f39800; font-weight: 700; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.sub_dif ul li h2 {font-size: 32px; color: #f39800;}
.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: #f39800; 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: #f39800; 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: #f39800; 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: #f39800; 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: #f39800;}
.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: #f39800; 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 #f39800; 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: #f39800; 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: #f39800; border-color: #f39800;}
.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: 54px; line-height: 1.3em;}
.sub_money .wrap .sub_money_title h2 strong {color: #f39800;}
.sub_money .wrap .sub_money_title h2 img {vertical-align: baseline; width: 350px; }
.sub_money .wrap .sub_money_title p {color: #666; margin: 25px 0; font-size: 20px; font-weight: 400; line-height: 1.7em;}
.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: 400; padding-left: 15px;}
.sub_money .wrap .sub_money_cont h4 {color: firebrick; margin-bottom: 15px;}
/**************sub end******************/
