@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
@font-face {
    font-family: 'SF_HambakSnow';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YEONGJUPunggiGinsengTTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/YEONGJUPunggiGinsengTTF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/*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: 'Montserrat', sans-serif; */
/*font-family: 'Libre Baskerville', serif;*/
*{margin:0; padding:0; box-sizing:border-box; letter-spacing: -0.025em;}
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: 2em; font-size: 18px;}
a {color: #000;}
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;}
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,
.serif strong,
.serif b {font-family: 'SF_HambakSnow';}
.gs {font-family: 'GmarketSans', sans-serif;}
/*********common end***********/
.topbtn {position: fixed; bottom: 100px; right: 25px; display: block; width: 50px; height:50px; background: #a62025; 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: url(../img/header_line.jpg) center / 50%; z-index: 999; text-align: center; border-radius: 20px; overflow: hidden; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); cursor: pointer;}
.consult_btn div {display: block; height: 100%; padding: 15px 30px; position:relative;}
.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: #a62025;}
.consult_btn div h3 i {padding-left: 10px;}

.consult_form {position: fixed; bottom: 25px; right: -100%; background: #a62025; 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: #fff; 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: #a62025;}
.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%; padding-left: 20px;}
.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: #a62025; color: #fff; text-align: center;}

/*********header***********/
header {height: 90px; text-align: center; position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition:.3s; text-align: center;}
header:hover {background: rgba(0,0,0,0.5);}
header.on {background: #fff;}
header.on:hover {background: #fff;}
/*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 {float: left; transition: .2s;}
header .logo_top:hover {opacity: .8;}
header .logo_top img {width: 180px; padding-top: 12px; transition:.5s;}

header .menu {display: flex; justify-content: flex-end;}
header .menu div {position: relative;}
header .menu div:last-child {margin-right: 0;}
header .menu div > a {line-height: 90px; color: #fff; font-size: 20px; display: block; height: 100%; font-weight: 700; padding: 0 30px; transition:.3s;}
header .menu div > a.on {color:#a62025;}
header .menu div ul {position: absolute; left: 50%; transform: translateX(-50%); top: 90px; width: 150px; background: rgba(0,0,0,0.5); display: none; padding-bottom: 3px; border-radius: 0 0 15px 15px;}
header .menu div ul li a {display: block; color: #fff; font-size: 14px; padding: 10px 0; transition: .3s;}
header .menu div ul li a:hover {font-weight: 700;}

header.on .menu div ul {top: 90px; background: #fff;}
header.on .menu div ul li a {color: #a62025;}
header.on .menu div > a {color: #a62025;}
header.on:before {position: absolute; content: ''; width: 100%; height: 7px; background: url(../img/header_line.jpg) left top; left: 0; bottom: -7px;}


header .header_call {transition:.5s;}
header .header_call a {transition:.3s;}
header .header_call a img {width: 60px; vertical-align: middle; padding-right: 10px;}
header .header_call a h2 {display: inline-block; color: #a62025; padding: 10px 20px; transition:.3s; line-height: 1em; background: #fff; border-radius: 30px; font-size: 24px; border: 3px solid  #a62025;}
header .header_call.on a h2 {background: #a62025; color: #fff; border-color: transparent; padding: 10px 30px;}
header .wrap {position: relative;}
/*********header end***********/

/***************footer***************/
footer {background: #efefef;}
footer .wrap {padding: 50px 0;}
footer .wrap div {float: left; margin-right: 50px;}
footer .wrap .footer_logo img {width: 250px;}
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 noodle {
	0% {
		transform: rotate(5deg) scale(.9) translateY(15px);
	}
	100% {
		transform: rotate(-5deg) scale(1.1) translateY(0px);
	}
}
@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%;
	}
}
/*.main*/
.container {font-family:'Montserrat','GmarketSans', sans-serif;}

.more {font-size: 20px; background: #fff; padding: 10px 25px; display: inline-block; text-align: center; border-radius: 30px; transition:.5s;}
.more:hover {background: #a62025; 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%;}
.main_visual .video_wrap {position: relative; height: 0; padding-top: 56.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: 100%; height: 110%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1;}
.main_visual:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); left: 0; top: 0; z-index: 1;}
.main_visual .main_visual_img {position: absolute; left: 50%; transform: translateX(-50%); bottom: -100px; width: 400px; z-index: 9; filter: grayscale(1); transition:3s ease-in-out;}
.main_visual .main_visual_img.on {filter: grayscale(0); bottom: 0;}
.main_visual .main_visual_img img {width: 100%;}
.main_visual .main_visual_logo {position: absolute; left: 50%; width: 400px; height: 148px; transform: translateX(-50%); top: 100px; z-index: 9; transition:1s ease-in-out;}
.main_visual .main_visual_logo .main_visual_logo01 {position: absolute; left: 90px; top: 4px; animation: noodle 1s infinite alternate;}
.main_visual .main_visual_logo .main_visual_logo02 {position: absolute; left: 0; bottom: 10px;}
.main_visual .main_visual_logo .main_visual_logo03 {position: absolute; right: 0; bottom: 0;}

.main_visual .main_visual_txt {position: absolute; width: 100%; top: 45%; left: 50%; transform: translate(-50%,-50%); text-align: center; z-index: 9; color: #fff;}
.main_visual .main_visual_txt h2 {font-size: 54px;}
.main_visual .main_visual_txt h2 strong {display: inline-block; background: #a62025; padding: 0 20px; border-radius: 5px; margin-bottom: 15px; -webkit-animation:blink 0.5s ease-in-out infinite alternate; -moz-animation:blink 0.5s ease-in-out infinite alternate; animation:blink 0.5s ease-in-out infinite alternate;}
.main_visual .main_visual_txt p {font-size: 20px;}

.main_intro {padding: 100px 200px; position: relative; overflow: hidden;}
.main_intro .main_intro_img {position: absolute; width: 400px; left: 50%; transform: translateX(-50%); bottom: 150px; z-index: 2;}
.main_intro .main_intro_img img {width: 100%;}
.main_intro .wrap {position: relative;}
.main_intro .wrap .main_intro_txt {position: absolute; left: 50%; transform: translateX(-50%); top: 50px; 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: #a62025; line-height: 1em; padding: 5px;}
.main_intro .wrap .more {position: absolute; left: 50%; transform: translateX(-50%); z-index: 3; bottom: 50px;}
.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%; transition:.3s;}
.main_intro .wrap ul li:hover img {transform: scale(1.1);}

.main_tasty {background: url(../img/main_tastybg.jpg) no-repeat center / cover; color: #fff; position: relative;}
.main_tasty .main_tasty_title {position: absolute; width: 100%; left: 50%; transform: translateX(-50%); top: 50px;}
.main_tasty .main_tasty_title h2 {text-align: center; font-size: 60px;}
.main_tasty ul li {float: left; width: 25%; padding: 500px 150px 300px; position: relative; overflow: hidden;}
.main_tasty ul li h2 {position: absolute; left: 50%; top: 60%; transform: translate(-50%,-50%); color: #fff; border: 1px solid  #fff; padding: 50px 30px; font-size: 50px;}
.main_tasty ul li h2 div {height: 10px;}
.main_tasty ul li .main_tasty_box {position: absolute; left: 0; top: -100%; transition:.5s; width: 100%; height: 100%;}
.main_tasty ul li .main_tasty_box:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.7); left: 0; top: 0; z-index: 1;}
.main_tasty ul li .main_tasty_box div {position: absolute; text-align: center; width: 80%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;}
.main_tasty ul li .main_tasty_box div img {height: 80px;}
.main_tasty ul li .main_tasty_box div h3 {font-size: 46px; margin: 20px 0;}
.main_tasty ul li .main_tasty_box div p {font-size: 18px;}
.main_tasty ul li:hover .main_tasty_box {top: 0;}
.main_tasty ul li:nth-of-type(1) .main_tasty_box {background: url(../img/main_tasty01.jpg) no-repeat center / cover;}
.main_tasty ul li:nth-of-type(2) .main_tasty_box {background: url(../img/main_tasty02.jpg) no-repeat center / cover;}
.main_tasty ul li:nth-of-type(3) .main_tasty_box {background: url(../img/main_tasty03.jpg) no-repeat center / cover;}
.main_tasty ul li:nth-of-type(4) .main_tasty_box {background: url(../img/main_tasty04.jpg) no-repeat center / cover;}

.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: #a62025; position: relative;}
.main_youtube .main_youtube_title h2 strong i {color: #a62025; font-size: 12px; position: absolute; left: 50%; transform: translateX(-50%); top: -18px; animation: blinking 1s 0s infinite alternate ease-in-out;}
.main_youtube .main_youtube_title p {font-size: 24px;}
.main_youtube .wrap ul li {float: left; width: 47%; margin-right: 6%; border: 2px dashed #a62025; border-top: none; padding: 50px; text-align: center; border-radius: 0 0 30px 30px; position: relative; overflow: hidden;}
.main_youtube .wrap ul li:before {position: absolute; content: ''; width: 100%; left: 0; top: 0px; height: 10px; background: url(../img/header_line.jpg) left top;}
.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: 70px 0 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: #a62025; padding: 10px 40px; border-radius: 30px;}
.main_youtube .wrap ul li div div p {font-size: 18px; color: #666; margin-top: 10px;}

.main_menu {width: 100%; position: relative; overflow: hidden; padding: 100px 0; text-align: center;}
.main_menu .main_menu_title {margin-bottom: 100px;}
.main_menu .main_menu_title p {font-size: 18px;}
.main_menu .main_menu_title h2 {color: #1a4821; font-size: 50px; margin-top: 10px;} 
.main_menu_slide {position: relative; left: 50%; transform: translateX(-50%); width: 120%;}
.main_menu_slide .swiper-slide {position: relative; text-align: center; border-radius: 50%; background: #fff; width: 100%; height: 408.8px; box-shadow: 3px 3px 6px 3px rgb(0 0 0 / 10%); overflow: hidden; opacity: .3;}
.main_menu_slide .swiper-slide:hover {opacity: 1;}
.main_menu_slide .swiper-slide a {display: block; width: 100%; height: 100%;}
.main_menu_slide .swiper-slide a:before {position: absolute; content: ''; width: 90%; height: 90%; background: #a62025; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; box-shadow: 3px 3px 6px 3px rgb(0 0 0 / 10%);}
.main_menu_slide .swiper-slide a:after {position: absolute; content: '+'; line-height: 100px; font-size: 100px; width: 100px; height: 100px; background: #fff; color: #ced95f; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 100; opacity: 0; transition:.5s;}
.main_menu_slide .swiper-slide a:hover:after {opacity: 1;}
.main_menu_slide .swiper-slide:nth-of-type(odd) {transform: translateY(-50px);}
.main_menu_slide .swiper-slide h3 {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; background: #fff; padding: 15px 0 30px; color: #1a4821; background: #ced95f; z-index: 9; font-size: 24px;}
.main_menu_slide .swiper-slide h3:before {position: absolute; content: ''; width: 100%; left: 0; top: -5px; height: 5px; background: url(../img/header_line.jpg) left top;}
.main_menu_slide .swiper-slide div img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 60%; border-radius: 50%; transition: all .5s; vertical-align: middle;}
.main_menu_slide .swiper-slide-active {opacity: 1;}

.main_power {margin-bottom: 100px;}
.main_power .wrap {width: 1400px;}
.main_power .wrap .main_power_title {text-align: center; margin-bottom: 100px;}
.main_power .wrap .main_power_title h2 {font-size: 50px;}
.main_power .wrap .main_power_title h2 small {font-weight: 400; font-size: 32px;}

.main_power .wrap ul li {float: left; width: 49%; height: 800px; border-radius: 350px; padding: 5px; text-align: center; position: relative; background: #ced95f; color: #fff;}
.main_power .wrap ul li:before {position: absolute; content: ''; border-radius: 350px; width: 102%; height: 102%; border: 1px solid  #ced95f; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.main_power .wrap ul li .main_power_txt {position: absolute; width: 100%; height: 800px; overflow: hidden; border-radius: 350px; left: 50%; top: 50%; transform: translate(-50%,-50%); padding-top: 50px;}
.main_power .wrap ul li .main_power_txt > h3 {font-size: 32px; margin-bottom: 10px;}
.main_power .wrap ul li .main_power_txt > h3 strong {font-size: 60px;}
.main_power .wrap ul li .main_power_txt > p {font-size: 16px;}
.main_power .wrap ul li .main_power_txt > p strong {font-size: 20px;}
.main_power .wrap ul li .main_power_txt .main_power_circle {position: absolute; width: 90%; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9;}
.main_power .wrap ul li .main_power_txt .main_power_circle div {display: inline-block; width: 200px; height: 200px; border-radius: 50%; border: 2px dashed #fff; position: relative;}
.main_power .wrap ul li .main_power_txt .main_power_circle div:nth-of-type(2) {background: #a62025; border: none; -webkit-animation:blink 1s ease-in-out infinite alternate; -moz-animation:blink 1s ease-in-out infinite alternate; animation:blink 1s ease-in-out infinite alternate;}
.main_power .wrap ul li .main_power_txt .main_power_circle div p {position: absolute; width: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 24px; font-weight: 900; line-height: 1.5em;}
.main_power .wrap ul li .main_power_txt img {position: absolute; left: 50%; transform: translateX(-50%); bottom: -100px; width: 90%;}
.main_power .wrap ul li .main_power_txt a {position: absolute; left: 50%; transform: translateX(-50%); bottom: 50px; z-index: 9; color: #333;}

.main_power .wrap ul li.main_power01 {margin-right: 2%;}
.main_power .wrap ul li.main_power02 {background: #1a4821;}
.main_power .wrap ul li.main_power02:before {border-color: #1a4821;}

.main_interior {margin: 50px 0;}
.main_interior .wrap ul li {float: left; width: 50%; color: #a62025;}
.main_interior .wrap ul li .sub_interior_slide img {width: 100%;}
.main_interior .wrap ul li:last-of-type {padding-left: 100px; padding-top: 50px;}
.main_interior .wrap ul li:last-of-type i {font-size: 60px;}
.main_interior .wrap ul li:last-of-type h3 {font-size: 48px; padding: 20px 0;}
.main_interior .wrap ul li:last-of-type a {border: 1px solid  #a62025; color: #a62025; margin-top: 25px;}
.main_interior .wrap ul li:last-of-type a:hover {background: #a62025; color: #fff;}

/**************sub common******************/
.sub {font-family: 'Montserrat', 'Noto Sans KR', serif;}
.sub .sub_wrap {padding: 100px 0;}
.sub .wrap {width: 1400px;}
.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 400px; text-align: center; color: #fff; 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%; padding-top: 150px;}
.subtop h3 {font-size: 20px; font-weight: 300; letter-spacing: 20px;}
.subtop h1 {font-size: 50px; margin: 10px 0; font-weight: 900;}
.subtop p {font-size: 16px; 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-bottom: 1px solid #ddd;}
.sub_cate a {display: block; text-align: center; padding: 15px 0; font-size: 18px; color: #333; flex:1; transition: .3s;}
.sub_cate a:hover {color: #a62025; font-weight: 700;}
.sub1 .sub_cate a:nth-child(1) {border-bottom: 4px solid #a62025; color:#a62025; font-weight: 700;}
.sub2 .sub_cate a:nth-child(2) {border-bottom: 4px solid #a62025; color:#a62025; font-weight: 700;}
.sub3 .sub_cate a:nth-child(3) {border-bottom: 4px solid #a62025; color:#a62025; font-weight: 700;}
.sub4 .sub_cate a:nth-child(4) {border-bottom: 4px solid #a62025; color:#a62025; font-weight: 700;}
.sub5 .sub_cate a:nth-child(5) {border-bottom: 4px solid #a62025; color:#a62025; font-weight: 700;}
.sub6 .sub_cate a:nth-child(6) {border-bottom: 4px solid #a62025; color:#a62025; font-weight: 700;}
.sub7 .sub_cate a:nth-child(7) {border-bottom: 4px solid #a62025; color:#a62025; font-weight: 700;}

.stable {width: 100%; border-color: #ddd; background: #fff;}
.stable th {background: #a62025; color: #fff;}
.stable th,
.stable td {padding: 10px 20px;}
.stable td a {color: #a62025; font-weight: 700; padding-left: 20px; display: inline-block; transition:.3s;}
.stable td a:hover {opacity: .8;}

.sub .sub_title {text-align: center; margin-bottom: 50px;}
.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: 50px; 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: 18px; color: #666; font-weight: 400;}
.sub .sub_title p strong {color: #a62025;}

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

.sub_brand .sub_brand_txt h2 {font-size: 60px;}
.sub_brand .sub_brand_txt h2 small {display: block; margin-bottom: 5px; font-size: 50px; color: #a62025;}
.sub_brand .sub_brand_txt h4 {font-size: 20px; font-weight: 400; margin-top: 10px;}
.sub_brand .sub_brand_txt p {padding-top: 20px; margin-top: 20px; position: relative;}
.sub_brand .sub_brand_txt p:before {position: absolute; content: ''; width: 50px; height: 1px; background: #fff; top: 0; right: 0;}
.sub_brand .sub_brand_img img {border-radius: 10px; width: 100%;}

.sub_brand .sub_brand01 {background: url(../img/sub_brand01.jpg) no-repeat center / cover; padding: 100px 0; margin: 100px 0;}
.sub_brand .sub_brand01 .sub_brand01_txt {text-align: center; color: #fff;}
.sub_brand .sub_brand01 .sub_brand01_txt h2 {font-size: 50px;}
.sub_brand .sub_brand01 .sub_brand01_txt h2 strong {display: block; font-family: 'Noto Serif KR', serif; font-size: 80px; height: 90px; color: #a62025;}
.sub_brand .sub_brand01 .sub_brand01_txt h2 b {font-size: 60px; color: #a62025;}
.sub_brand .sub_brand01 .sub_brand01_txt p {margin-top: 30px; font-size: 24px; padding: 20px 50px; background: #fff; border-radius: 20px; color: #a62025; display: inline-block;}
.sub_brand .sub_brand02 {background: url(../img/sub_brand02.jpg) no-repeat center / cover; padding: 100px 0; margin-bottom: 100px;}
.sub_brand .sub_brand02 .wrap .sub_brand02_txt {float: left; text-align: right; color: #fff;}
.sub_brand .sub_brand03 {}
.sub_brand .sub_brand03 .wrap .sub_brand_img {float: left; width: 50%;}
.sub_brand .sub_brand03 .wrap .sub_brand_txt {float: right; width: 50%; padding-left: 100px; padding-top: 50px;}
.sub_brand .sub_brand03 .wrap .sub_brand_txt p {color: #666;}
.sub_brand .sub_brand03 .wrap .sub_brand_txt p:before {background: #000; left: 0;}
.sub_brand .sub_brand04 {background: url(../img/sub_brand04.jpg) no-repeat center / cover; padding: 100px 0; margin: 100px 0;}
.sub_brand .sub_brand04 .wrap .sub_brand_txt {float: right; color: #fff;}
.sub_brand .sub_brand04 .wrap .sub_brand_txt p:before {left: 0;}
.sub_brand .sub_brand05 .wrap .sub_brand_img {float: right; width: 50%;}
.sub_brand .sub_brand05 .wrap .sub_brand_txt {float: left; width: 50%; padding-right: 100px; padding-top: 50px;}
.sub_brand .sub_brand05 .wrap .sub_brand_txt p {color: #666;}
.sub_brand .sub_brand05 .wrap .sub_brand_txt p:before {background: #000; left: 0;}
.sub_brand .sub_brand06 {background: url(../img/sub_brand06.jpg) no-repeat center / cover; padding: 100px 0; margin: 100px 0;}
.sub_brand .sub_brand06 .wrap {text-align: center;}
.sub_brand .sub_brand06 .wrap .sub_brand06_txt {display: inline-block; border: 1px solid  #fff; padding: 50px; color: #fff;}
.sub_brand .sub_brand06 .wrap .sub_brand06_txt h2 {margin-bottom: 20px; font-size: 40px;}
.sub_brand .sub_brand06 .wrap .sub_brand06_txt h3 {font-size: 24px;}
.sub_brand .sub_brand06 .wrap .sub_brand06_txt h3 strong {display: block; color: #a62025; font-size: 40px; margin-top: 20px;}

.sub_memil .wrap {width: 1000px;}
.sub_memil .wrap .sub_memil01 img {width: 100%;}

.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: #1a4821; color: #fff; border-radius: 30px; text-align: center; padding-top: 120px; padding-bottom: 60px; margin-top: -180px; position: relative; width: 70%; margin: -180px auto 0;}
.sub_interior .sub_interior_title div:before {position: absolute; content: ''; width: 96%; height: 90%; border: 1px solid  #fff; 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;}
.sub_interior .sub_interior_title div h2 strong {color: #efa756; 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: #1a4821; border-radius: 50px;}
.sub_interior ul li {float: left; border-radius: 20px; overflow: hidden;}
.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%;}
.sub_interior ul:nth-of-type(1) li:last-of-type {margin-right: 0;}
.sub_interior ul:nth-of-type(2) li {width: 32%; margin-right: 2%;}
.sub_interior ul:nth-of-type(2) li:last-of-type {margin-right: 0;}

.sub_effect .wrap {width: 1200px;}
.sub_effect ul li {float: left; width: 50%; margin-bottom: 50px;}
.sub_effect ul li img {width: 100%; box-shadow: 15px 15px 15px 3px rgb(0 0 0 / 10%);}
.sub_effect ul li h3 {font-size: 28px; color: #333; margin-bottom: 30px;}
.sub_effect ul li h3 span {font-size: 150%; color: #a62025;}

.sub_bi {text-align: center;}
.sub_bi img {display: inline-block; padding: 100px 0; width: 400px;}
.sub_bi ul {background: #fff; width: 600px; margin: 0 auto; border-radius: 30px; overflow: hidden;}
.sub_bi ul li {}
.sub_bi ul li p {background: #a62025; color: #fff; padding: 15px 0; font-size: 30px;}

.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 {}
.sub_location .wrap .sub_location_wrap ul li {float: left; color: #fff;}
.sub_location .wrap .sub_location_wrap ul li:first-of-type {width: 80%; background: #a62025; text-align: left; padding: 17px 0; padding-left: 50px;}
.sub_location .wrap .sub_location_wrap ul li:last-of-type {width: 20%;}
.sub_location .wrap .sub_location_wrap ul li:last-of-type a {display: block; background: #666; color: #fff; height: 77px; line-height: 77px;}
.sub_location .wrap .sub_location_wrap ul li strong { font-size: 29px; margin-right: 15px;}
.sub_location .wrap .sub_location_wrap ul li span {font-size: 29px; margin-right: 50px;}
.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_menu .menu_notice {margin-bottom: 50px; text-align: center;}
.sub_menu .menu_notice h2 {font-size: 36px; color: #a62025; margin-bottom: 30px;}
.sub_menu .menu_notice h2 strong {color: firebrick;}
.sub_menu .menu_notice h2 span {display: inline-block; background: #a62025; font-size: 24px; text-align: center; width: 50px; height: 50px; color: #fff; border-radius: 50%; line-height: 45px; vertical-align: middle; margin-right: 15px;} 

.sub_menu .sub_menu_list ul li h2 {color: #fff; padding: 15px 0; background: #a62025; font-size: 24px; font-weight: 700;}

.sub_menu .sub_menu01 > ul {text-align: center; margin-bottom: 100px;}
.sub_menu .sub_menu01 ul {text-align: center;}
.sub_menu .sub_menu01 ul > li {width: 23.5%; margin-right: 2%; float: left; margin-top: 15px; margin-bottom: 40px; transition:.3s; border-radius: 20px; overflow: hidden;}
.sub_menu .sub_menu01 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_menu01 ul > li img {width: 100%; vertical-align: top; transition:.3s;}
.sub_menu .sub_menu01 ul > li:hover {transform: scale(1.05); opacity: 0.9;}
.sub_menu .sub_menu01 ul.main_menu li {width: 49%; margin-right: 2%;}
.sub_menu .sub_menu01 ul.main_menu li:nth-of-type(2n) {margin-right: 0;}
.sub_menu .sub_menu01 ul > li h3 {font-size: 36px; color: #a62025; margin-top: 15px;}
.sub_menu .sub_menu01 ul > li p {font-size: 16px; color: #666; margin-top: 15px;}

.sub_power {}
/*.sub_power .wrap {width: 90%;}*/
.sub_power ul li {padding-bottom: 30px; margin-bottom:30px; border-bottom: 1px dashed #a62025;}
.sub_power ul li:last-of-type {border-bottom: none;}
.sub_power ul li > img {width: 30%; float: right; border-radius: 8px;}
.sub_power ul li > div {width: 70%; float: left; padding-left: 100px;}
.sub_power ul li > div h2 {color: #a62025; font-size: 40px; position: relative; padding-bottom: 15px; margin-bottom: 15px;}
.sub_power ul li > div p {font-size: 20px; color: #666; line-height: 2em; margin-bottom: 13px; position: relative;}
.sub_power ul li > div p:before {position: absolute; content: ''; top: 14px; left: -8px; width: 3px; height: 3px; background: #a62025; border-radius: 50%;}

.sub_support .sub_support_txt {text-align: center;}
.sub_support .sub_support_txt > h2 {font-size: 48px; color: #a62025; 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: #a62025;}
.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: #a62025; 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_point ul {position: relative;}
.sub_point ul:before {position: absolute; left: 50%; transform: translateX(-50%); top: 0; background: #666; width: 1px; height: 100%;}
.sub_point ul li {padding-left: 50px; padding-right: 50px; padding-top: 50px; position: relative;}
.sub_point ul li .point_txt {position: absolute; left: 90px; top: 50%; transform: translateY(-50%);}
.sub_point ul li.point_lbox {float: left; width: 50%; height: 400px;}
.sub_point ul li img {width: 100%; border-radius: 15px;}
.sub_point ul li.sub_pointbg {transition:.5s; position: relative; float: right; width: 50%; height: 400px; overflow: hidden;}
.sub_point ul li h2 {font-size: 36px; margin-bottom: 30px; color: #a62025; line-height: 1.5em;}
.sub_point ul li p {font-size: 16px; line-height: 2em; color: #666;}

.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: #fff; border: 5px solid #a62025; 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: #a62025; color: #fff;}
.sub_step .wrap ul li img { margin: 25px 0; height: 100px;}
.sub_step .wrap ul li h2 {color: #a62025; font-size: 36px;}
.sub_step .wrap ul li p {font-size: 16px; color: #666;}
.sub_step .wrap ul li:last-of-type {background: #a62025; border-color: #fff; height: 386px;}
.sub_step .wrap ul li:last-of-type h3 span {background: #fff; color: #a62025;}
.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 > img {position: absolute; left: 0; top: 600px; transform: rotateY(180deg); width: 400px; z-index: 9;}
.sub_money .wrap {width: 90%;}
.sub_money .wrap .sub_money_title {float: left; width: 50%; margin-right: 2%;}
.sub_money .wrap .sub_money_title h2 {font-size: 44px; line-height: 1.5em;}
.sub_money .wrap .sub_money_title h2 strong {color: #a62025;}
.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: 18px;}
.sub_money .wrap .sub_money_title iframe {margin-top: 200px; border-radius: 20px;}
.sub_money .wrap .sub_money_cont {float: right; width: 45%; position: relative; z-index: 9; background: #fff; border-radius: 20px; padding: 50px; box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);}
.sub_money .wrap .sub_money_cont > h2 {color: #a62025; font-weight: 700; font-size: 32px; margin-bottom: 15px; padding-bottom: 25px; border-bottom: 1px solid #a62025;}
.sub_money .wrap .sub_money_cont ul li {padding: 10px 0; border-bottom: 1px solid #666;}
.sub_money .wrap .sub_money_cont ul li h2 {margin-top: 10px; color: #333; float: left; font-size: 44px;}
.sub_money .wrap .sub_money_cont ul li h2 small { font-size: 24px; color: #999; padding-left: 10px;}
.sub_money .wrap .sub_money_cont ul li h3 {margin-top: 10px; color: #a62025; float: right; font-size: 26px;}
.sub_money .wrap .sub_money_cont ul li p {font-weight: 500; font-size: 20px; color: #666; padding-left: 10px; clear: both; padding-top:10px;}
.sub_money .wrap .sub_money_cont ul li:last-of-type {border-bottom: none;}
.sub_money .wrap .sub_money_cont ul li:last-of-type p {color: #a62025;}
.sub_money .wrap .sub_money_cont h4 {color: #a62025; clear: both; padding-top: 20px;}
/**************sub end******************/

