@charset "euc-kr";
/* 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');

/*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; font-family: 'Noto Sans KR', sans-serif;}
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 {}
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;}
.clearfix:before,
.clearfix:after{display:table; content:"";}
.clearfix:after{clear:both;}
ul,li{list-style:none;}
body{position: relative;}
table {border-collapse: collapse;}
.wrap {width: 100%;}
.inner {width: 1200px; margin: 0 auto;}
.w50p {float: left; width: 50%;}
.posc {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.serif {font-family: 'Noto Serif KR', serif;}
.mont {font-family: 'Montserrat', sans-serif;}
.bas {font-family: 'Libre Baskerville', serif;}
.tac {text-align: center;}
.serif {font-family: 'Nanum Myeongjo', serif;}
.container { background: url(../../img/bgimg.jpg) repeat center / cover;}
/*********common end***********/

/*********header***********/
.popup{position:absolute; top:15px; left:50%; transform: translateX(-50%); width:90%; z-index: 99999;}
.popup div img{width:100%; vertical-align: top;}
.popup p{padding:10px; text-align:right; background:#333;}
.popup p span{display:inline-block; padding:3px 5px; font-size:14px; color:#333; background:#fff;}

header {height: 60px; background:rgba(0, 0, 0, 0.7); position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition:.3s; overflow: hidden;}
header .logo_top {float: left; transition: .2s; margin-top: 10px; margin-left: 10px;}
header .logo_top:hover {opacity: .8;}
header .logo_top img {width: 150px; }
header .menu_btn {position: absolute; right: 10px; top: 15px; padding: 5px 10px; background: #fff; border-radius: 20px; color: #5da1c7;}
header .menu_btn h3 {font-size: 14px;}
header .menu_btn div {position: absolute; width: 100%; height: 3px; background: #5da1c7; transition: .3s;}
header .menu_btn div:nth-child(1) {top: 0;}
header .menu_btn div:nth-child(2) {top: 50%; transform: translateY(-50%); left: 0;}
header .menu_btn div:nth-child(3) {bottom: 0;}


header .menu {position: fixed; right: -100%; top: 0; height: 100%; width: 65%; background: #fff; padding: 90px 20px 0 20px; border-left: 1px solid #5da1c7; transition:.3s;}
header .menu.on {right: -1%;}
header .menu div.sidemenu {position: relative; margin-bottom: 15px; border-bottom: 1px solid  #5da1c7;}
header .menu div.sidemenu p {color: #333; font-size: 16px; color: #5da1c7; padding-bottom: 10px; position: relative;}
header .menu div.sidemenu > a {display: block; font-size: 16px; color: #5da1c7; padding-bottom: 10px; position: relative;}
header .menu div.sidemenu p:before {position: absolute; content: ''; top: 30%; right: 10px; transform: translateY(-50%) rotate(-45deg); border-left: 2px solid #5da1c7; border-bottom: 2px solid #5da1c7; width: 7px; height: 7px; transition:.3s;}
header .menu div.sidemenu p.on:before {transform: rotate(135deg);}
header .menu div.sidemenu ul {padding-bottom: 10px; display: none;}
header .menu div.sidemenu ul li {position: relative;}
header .menu div.sidemenu ul li:before {position: absolute; content: ''; top: 50%; transform: translateY(-50%); width: 5px; height: 1px; border-radius: 50%; background: #5da1c7; left: 5px;}
header .menu div.sidemenu ul li a {display: block; color: #5da1c7; font-size: 12px; padding: 5px 0; transition: .3s; padding-left: 15px;}

header .close_btn {position: absolute; right: 0px; top:10px; width: 30px; height: 30px;}
header .close_btn div {position: absolute; width: 3px; height: 100%; background: #5da1c7; transition: .3s; transform-origin: center;}
header .close_btn div:nth-child(1) {transform: rotate(45deg); width: 3px; height: 100%;}
header .close_btn div:nth-child(2) {right: -30px;}
header .close_btn div:nth-child(3) {transform: rotate(-45deg); width: 3px; height: 100%;}

header .sns_box {text-align: center; margin-top: 30px;}
header .sns_box a {display: inline-block;}
header .sns_box a:nth-child(2) {margin: 0 10px;}
header .sns_box a img {width: 40px;}

.topbtn {position: fixed; bottom: 15px; right: 15px; display: block; width: 35px; height:35px; background: #5da1c7; z-index: 999999999; text-align: center; display: none; border-radius: 50%; border: 2px solid  #fff;}
.topbtn:before {position: absolute; content: ''; width:8px; height: 8px; border-top: 2px solid #fff; border-right: 2px 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;}
/*********header end***********/

/***************footer***************/
footer {text-align: center; background: #333; margin-bottom: 70px;}
footer .wrap div {}
footer .wrap .footer_logo img {width: 190px; padding-top: 20px;}
footer .wrap .footer_content {padding-top: 10px; padding-bottom: 30px;}
footer .wrap .footer_content h3 {font-size: 18px; margin-bottom: 15px; color: #5da1c7;}
footer .wrap .footer_content p {font-size: 12px; line-height: 2em; color: #ddd;}
footer .wrap .footer_content p span {margin-right: 10px;}

.footer_consult {background: url(../../img/main_pointbg.jpg) no-repeat center / cover; position: fixed; left: 0; bottom: 0; z-index: 99999; width: 100%;}
.footer_consult .wrap ul .footer_consult_txt {color: #fff; text-align: center;}
.footer_consult .wrap ul .footer_consult_txt a {color: #fff; display: block; height: 70px; padding: 10px 0;}
.footer_consult .wrap ul .footer_consult_txt a h2 {font-weight: 900; font-size: 18px;}
.footer_consult .wrap ul .footer_consult_txt a h3 {font-size: 24px;}
/***************footer end***************/

/************swiper*******************/
.swiper {overflow: hidden; position: relative;}

.main_visual {width: 100%; position: relative; overflow: hidden; margin-top: 60px;}
.main_visual_slide {overflow: hidden; position: relative; width: 100%;} 
.main_visual_slide .swiper-slide {overflow: hidden; position: relative;}
.main_visual_slide .swiper-slide > img {width: 100%; transform: scale(1.1); transition:4s; object-fit: cover; vertical-align: top;}
.main_visual_slide .swiper-slide-active img {transform: scale(1); overflow: hidden;}

.main_visual_slide .swiper-slide .main_visual_txt {color: #fff; z-index: 999; transition:2s;width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding-left: 0; opacity: 0;}
.main_visual_slide .swiper-slide-active .main_visual_txt { padding-left: 30px; opacity: 1;}
.main_visual .main_visual_txt p {font-size: 12px; letter-spacing: 10px; font-weight: 700;}
.main_visual .main_visual_txt h2 {font-size: 24px; font-weight: 900; margin: 10px 0; line-height: 1.5em;}
.main_visual .main_visual_txt h3 {font-size: 12px; font-weight: 500;}
/*.main_slide*/


/************swiper end*******************/

/**********main section***********/

section {padding: 40px 15px;}
section.main_visual {padding: 0;}
.more {display: inline-block; padding: 6px 14px; color: #333; border: 1px solid  #333; text-align: center; transition:.5s; border-radius: 15px; margin-top: 20px; font-size: 12px;}
.more:hover {background: #fff; color: #333; border-color: #fff;}

.maintitle {text-align: center; margin: 30px 0;}
.maintitle h2 {font-size: 30px; font-weight: 700; color: #5da1c7; font-family: 'Montserrat', sans-serif;}
.maintitle p {font-size: 14px; color: #666; margin-top: 15px; line-height: 2em;}
.maintitle i {color: #5da1c7; font-size: 50px;}

.main_tv {background: url(../../img/main_tvbg.jpg) no-repeat center right / cover;}
.main_tv .wrap {text-align: center;}
.main_tv .wrap .main_tv_title {color: #fff;}
.main_tv .wrap .main_tv_title p {font-size: 14px;}
.main_tv .wrap .main_tv_title h2 {font-weight: 900; font-size: 24px;}
.main_tv .wrap .main_tv_slide {margin-top: 20px;}
.main_tv .wrap .main_tv_slide img {border-radius: 15px; width: 100%;}
.main_tv .wrap .more {color: #fff; border-color: #fff;}
.main_tv .wrap .more:hover {color: #333;}

.main_intro {background: url(../../img/subbg.jpg) no-repeat center / cover;}
.main_intro .wrap .main_intro_txt {text-align: center;}
.main_intro .wrap .main_intro_txt h3 {font-size: 16px;}
.main_intro .wrap .main_intro_txt h2 {font-weight: 900; font-size: 65px; line-height: 1.1em; letter-spacing: 10px; margin-top: 15px; margin-bottom: 30px;}
.main_intro .wrap .main_intro_txt h2 span {color: #5da1c7;}
.main_intro .wrap .main_intro_txt p {line-height: 2em; font-size: 14px; color: #666;}

.main_youtube {background: url(../../img/main_youtubebg.jpg) no-repeat center / cover fixed; text-align: center;}
.main_youtube .main_youtube_txt {color: #fff;}
.main_youtube .main_youtube_txt p {font-size: 14px; margin-top: 20px;}
.main_youtube .main_youtube_txt h2 {font-size: 24px; font-weight: 900;}
.main_youtube .main_youtube_txt h3 {font-size: 18px;}
.main_youtube ul {margin: 25px 0; padding: 0 15px;}
.main_youtube ul li {margin-bottom: 15px;}

.main_point {background: #eaeaea; position: relative;}
.main_point:before {position: absolute; content: ''; width: 100%; height: 50%; background: url(../../img/main_pointbg.jpg) no-repeat center / cover; bottom: 0; left: 0; }
.main_point .main_point_title {text-align: center; color: #333;}
.main_point .main_point_title p {font-size: 14px;}
.main_point .main_point_title h2 {font-weight: 900; font-size: 24px;}
.main_point .main_point_slide {margin-top: 30px;}
.main_point .main_point_slide .swiper-slide img {width: 100%;}
.main_point .main_point_slide .swiper-slide {padding: 15px; background: #fff; border-radius: 9px;}
.main_point .main_point_slide .swiper-slide h2 {padding: 5px 15px; background: #5da1c7; font-size: 14px; color: #fff; display: inline-block; margin-top: 10px; margin-bottom: 20px; border-radius: 4px;}
.main_point .main_point_slide .swiper-slide p {line-height: 2em; position: relative; padding-left: 15px; margin-bottom: 15px; color: #666; font-size: 14px;}
.main_point .main_point_slide .swiper-slide p:before {position: absolute; content: ''; background: #5da1c7; width: 3px; height: 3px; border-radius: 50%; top: 17px;  left: 8px;}
/**********main section end***********/

/**************sub common******************/
.sub {background: url(../../img/subbg.jpg) no-repeat center / cover;}
.sub > .wrap {padding: 0 15px; padding-bottom: 50px;}
.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 350px; text-align: center; color: #fff; position: relative; padding-top: 150px; }
.subtop h3 {font-size: 20px; font-weight: 300; letter-spacing: 10px;}
.subtop h1 {font-size: 36px; margin-bottom: 15px; font-weight: 900;}
.subtop p {font-size: 14px; opacity: .7; letter-spacing: 0; line-height: 2em; font-weight: 300; display: none;}
.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; z-index: 99; overflow: hidden; border-bottom: 1px solid #ddd;}
.sub_cate a {display: block; text-align: center; padding: 10px 0; font-size: 12px; letter-spacing: -1px; color: #333; flex:1; transition: .3s;}
.sub_cate a:hover {}
.sub1 .sub_cate a:nth-child(1) {border-bottom: 2px solid #5da1c7; color:#5da1c7; font-weight: 500;}
.sub2 .sub_cate a:nth-child(2) {border-bottom: 2px solid #5da1c7; color:#5da1c7; font-weight: 500;}
.sub3 .sub_cate a:nth-child(3) {border-bottom: 2px solid #5da1c7; color:#5da1c7; font-weight: 500;}
.sub4 .sub_cate a:nth-child(4) {border-bottom: 2px solid #5da1c7; color:#5da1c7; font-weight: 500;}
.sub5 .sub_cate a:nth-child(5) {border-bottom: 2px solid #5da1c7; color:#5da1c7; font-weight: 500;}

.subtitle {position: relative; text-align: center; margin: 40px 0;}
.subtitle h2 {font-size: 38px; padding-bottom: 12px; color: #333; position: relative;}
.subtitle p { font-size: 11px; color: #666; margin-top: 15px; line-height: 2em;}
.subtitle p strong {color: #5da1c7; line-height: 2em; display: block; font-size: 11px;}
.subtitle:before {position: absolute; content: ''; width: 50px; height: 1px; background: #5da1c7; left: 50%; transform: translateX(-50%); bottom: 60px;}

.stable {width: 100%; border-color: #cecece;}
.stable th {background: #5da1c7; color: #fff; font-size: 14px; width: 20%;}
.stable td {font-size: 10px; color: #666; text-align: center;}
.stable tr:nth-child(1) th {border-bottom: 1px solid #fff;}
.stable th,
.stable td {padding: 10px 0;}
.stable td a {color: #5da1c7; font-weight: 700; transition:.3s; font-size: 12px;}
.stable td a:hover {opacity: .8;}

/**************sub common end******************/

/**************sub ******************/
.sub_brand .sub_brand_cont { padding-bottom: 50px;}
.sub_brand .sub_brand_cont img {width: 100%; margin: 25px 0;}
.sub_brand .sub_brand_cont h2 {font-size: 18px;}
.sub_brand .sub_brand_cont p {font-size: 13px; line-height: 2em; color: #666;}
.sub_brand .sub_brand_cont h3 {font-size: 16px; font-weight: 300;}
.sub_brand .sub_brand_cont h3 small {font-size: 13px; font-weight: 300; color: #666; padding-left: 10px; display: inline-block; line-height: 2em; vertical-align: top;}
.sub_brand .sub_brand_cont h3 b {display: block; vertical-align: top; padding-top: 6px;}

.sub_interior {text-align: center;}
.sub_interior h2 {font-size: 38px; font-weight: 300; margin-bottom: 20px; margin-top: 50px;}
.sub_interior h2 strong {color: #5da1c7; font-weight: 900;}
.sub_interior p {margin-bottom: 50px; font-size: 13px; line-height: 2em;}
.sub_interior .sub_interior_slide img {width: 100%;}

.sub_bi {text-align: center;}
.sub_bi img {display: inline-block; margin-bottom: 15px; width: 60%;}
.sub_bi ul {background: #fff; width: 100%; margin: 0 auto;}
.sub_bi ul li {padding-top: 20px;}
.sub_bi ul li p {background: #5da1c7; color: #fff; padding: 8px 0; font-size: 14px;}

.sub_location .sub_location01 {width: 100%; background: url(../../img/sub_location.jpg) no-repeat center / cover; position: relative; height: 200px;}
.sub_location .sub_location01 a {position: absolute; right: 20px; bottom: 20px;}
.sub_location .sub_location01 a img {width: 45px; box-shadow: 3px 3px 6px 3px rgb(0 0 0 / 30%); border-radius: 10px; transition:.3s;}
.sub_location .sub_location01 a:hover img {opacity: .7;}

.sub_power {width: 100%;}
.sub_power .sub_power01 {text-align: center;}
.sub_power .sub_power01 h3 {color: #5da1c7; margin-bottom: 10px;}
.sub_power .sub_power01 h2 {font-size: 24px; font-weight: 300; margin-bottom: 25px; line-height: 1.3em;}
.sub_power .sub_power02 ul li {position: relative; margin-bottom: 30px;}
.sub_power .sub_power02 ul li img {width: 100%; vertical-align: top;}
.sub_power .sub_power02 ul li div {color: #fff; background: rgba(93, 161, 199, 0.8); padding: 15px;}
.sub_power .sub_power02 ul li div span {position: absolute; right: 15px; top: 15px; font-size: 14px; font-weight: 700;}
.sub_power .sub_power02 ul li div h2 {font-weight: 900; font-size: 20px; line-height: 1.3em; margin-bottom: 15px;}
.sub_power .sub_power02 ul li div p {font-size: 12px; line-height: 2em;}

.sub_support .sub_support01 {margin-bottom: 100px;}
.sub_support .sub_support01 ul {position: relative;}
.sub_support .sub_support01 ul:before {position: absolute; content: ''; width: 50%; height: 50%; border: 1px solid #5da1c7; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -9;}
.sub_support .sub_support01 ul li {display: inline-block; width: 300px; height: 300px; text-align: center; color: #fff; position: relative; border-radius: 50%; margin: -25px 0;}
.sub_support .sub_support01 ul li div {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%;}
.sub_support .sub_support01 ul li div span {font-size: 28px; font-weight: 900; opacity: .6;}
.sub_support .sub_support01 ul li div h3 {font-size: 32px; font-weight: 900; margin-top: 15px; margin-bottom: 20px;}
.sub_support .sub_support01 ul li div p {line-height: 1.7em; font-weight: 500;}
.sub_support .sub_support01 ul li:nth-of-type(1) {background: url(../../img/sub_support01.jpg) no-repeat center / cover; }
.sub_support .sub_support01 ul li:nth-of-type(2) {background: url(../../img/sub_support02.jpg) no-repeat center / cover; }
.sub_support .sub_support01 ul li:nth-of-type(3) {background: url(../../img/sub_support03.jpg) no-repeat center / cover; }
.sub_support .sub_support01 ul li:nth-of-type(4) {background: url(../../img/sub_support04.jpg) no-repeat center / cover; }

.sub_support_txt02 ul {}
.sub_support_txt02 ul li {padding: 20px 15px; border-bottom: 1px solid #fff;}
.sub_support_txt02 ul li div {padding: 10px; text-align: center; color: #fff;}
.sub_support_txt02 ul li div h2 {font-size: 24px; font-weight: 900; margin-bottom: 15px;}
.sub_support_txt02 ul li div p {line-height: 2em; font-size: 14px;}

.sub_support .sub_support_txt {text-align: center;}
.sub_support .sub_support_txt > h2 {font-size: 24px; color: #5da1c7; font-weight: 900; padding: 15px 0; margin: 15px 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: #5da1c7;}
.sub_support .sub_support_txt > h3 {font-weight: 300; color: #666; margin-bottom: 50px; line-height: 2em; font-size: 16px;}
.sub_support .sub_support_txt > h3 strong {color: #5da1c7; display: block; margin-top: 50px; font-size: 24px; line-height: 1.5em; font-weight: 900;}

.sub_support_txt02 {background: #333; text-align: center; padding: 60px 0;}
.sub_support_txt02 > h2 {font-size: 24px; color: #fff; font-weight: 900; padding: 15px 0; margin: 15px 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: 35px; font-size: 16px;}

.sub_point ul {position: relative; overflow: hidden;}
.sub_point ul li {position: relative;}
.sub_point ul li .point_txt {margin-bottom: 50px; border-bottom: 1px solid #000; padding-bottom: 50px; text-align: center;}
.sub_point ul li.point_lbox {overflow: hidden;}
.sub_point ul li img {width: 100%;}
.sub_point ul li.sub_pointbg {transition:.5s; position: relative; overflow: hidden;}

.sub_point ul li h2 {font-size: 20px; margin: 15px 0;}
.sub_point ul li p {font-size: 14px; line-height: 2em; color: #666;}

.sub_fish {position: relative; text-align: center; padding-bottom: 100px; overflow: hidden;}
.sub_fish .fish {position: absolute; content: ''; right: -15px; bottom: -15px; z-index: 1; width: 80%; animation: fish 1s 0s infinite ease-in alternate; opacity: .3;}
@keyframes fish {
	0% {right: -15px; bottom: -15px;}
	100% {right:  0px; bottom: 0;}
}
.sub_fish .wrap {position: relative; z-index: 9;}
.sub_fish .wrap p {font-size: 14px; line-height: 2em;}
.sub_fish .wrap p strong {color: #5da1c7; font-size: 28px;}
.sub_fish .wrap p span {color: red; font-weight: 700;}

.sub_menu .menu_notice {margin-bottom: 50px;text-align: center; }
.sub_menu .menu_notice h2 {font-size: 24px; color: #5da1c7;}
.sub_menu .menu_notice h2 span {background: #5da1c7; font-size: 12px; text-align: center; display: inline-block; width: 30px; height: 30px; color: #fff; border-radius: 50%; line-height: 30px; vertical-align: middle; margin-right: 5px;} 
.sub_menu .menu_notice h3 {font-size: 16px; font-weight: 300; line-height: 1.5em; margin-bottom: 20px;}
.sub_menu .menu_notice h3 span {color: #5da1c7; font-size: 20px; font-weight: 900;}
.sub_menu .menu_notice h3 small {color: #5da1c7; font-weight: 900; font-size: 18px;}
.sub_menu .menu_notice p {line-height: 2em; color: #666;}
.sub_menu .menu_notice img {width: 100%;}

.sub_menu .sub_menu_list .modal_box {position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.6); left: 0; top: 0; z-index: 999999; display: none;}
.sub_menu .sub_menu_list .modal_box .modal_wrap {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; width: 90%; height: 60%; padding: 100px 20px; overflow-y: auto;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_close {position: fixed; top: 20px; right: 20px; width: 30px; height: 25px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_close div {width: 100%; height: 3px; background: #333; position: absolute; left: 50%; top: 50%; }
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_close div:nth-child(1) {transform: translate(-50%,-50%) rotate(-45deg);}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_close div:nth-child(2) {transform: translate(-50%,-50%) rotate(45deg);}
.sub_menu .sub_menu_list .modal_box .modal_wrap > h2 {color: #333; font-size: 18px; font-weight: 700; margin-top: 25px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap > h3 {color: #666; margin: 15px 0;}
.sub_menu .sub_menu_list .modal_box .modal_wrap > p {font-size: 18px; line-height: 2em; margin-bottom: 15px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap > p span {display: block; color: #333;  font-weight: 900; font-size: 24px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap > p strong {display: block; color: #333;  font-size: 24px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap > img {width: 100%; border-radius: 20px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des {margin-top: 30px; position: relative;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des:before {position: absolute; content: ''; width: 50px; height: 1px; background: #333; top: -10px; left: 50%; transform: translateX(-50%);}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des h2 { font-weight: 300; color: #333; font-size: 34px; margin-bottom: 20px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des h2 strong{ font-weight: 700;  color: #333;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des p {line-height: 2em; font-size: 14px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des p strong {color: #333; font-size: 14px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des h3 {color: #333; font-size: 20px; font-weight: 700; margin-top: 20px;}
.sub_menu h2 {}
.sub_menu .sub_menu_list ul li h2 {color: #333; font-size: 12px; font-weight: 700;}
.sub_menu .sub_menu_list ul li h3 {color: #666; font-size: 12px;}

.sub_menu .sub_menu01 > ul {text-align: center; margin-bottom: 30px;}
.sub_menu .sub_menu01 ul {text-align: center;}
.sub_menu .sub_menu01 ul > li {width: 49%; float: left; margin-right: 2%; margin-top: 15px; margin-bottom: 20px;}
.sub_menu .sub_menu01 ul > li.mr_none {margin-right: 0;}
.sub_menu .sub_menu01 > ul > li h2 {padding: 10px 0; background: #5da1c7; color: #fff;}
.sub_menu .sub_menu01 > ul > li:nth-of-type(2n) {margin-right: 0;}
.sub_menu .sub_menu01 ul > li img {width: 100%; vertical-align: top; transition:.3s;}
.sub_menu .sub_menu01 ul > li:hover img {transform: scale(1.05);}



.sub04_01 {background: none;}
.sub_open {text-align: center;}
.sub_open > img {width: 100%;}

.sub_money {}
.sub_money .sub_money_title h2 {color: #5da1c7; line-height: 1.7em; font-size: 18px; text-align: center; margin-bottom: 50px; font-weight: 900;}
.sub_money > h2 {text-align: center; color: #666; font-size: 18px;}
.sub_money .basic{margin-top:10px; border-collapse:collapse; margin-bottom: 20px; border:1px solid #ddd; background: #fff;}
.sub_money .basic tr td:nth-child(1) {background: #ededed;}
.sub_money .basic th{padding:10px 0px; font-size:14px; color:#fff; background:#5da1c7;}
.sub_money .basic td{padding:10px 0px; font-size:10px; color:#333; text-align:center; line-height:24px; letter-spacing: -0.5px;}
.sub_money .basic th:nth-child(3){width:50%}
.sub_money .basic td:nth-child(3),
.sub_money .basic td:nth-child(4){font-weight:700;}
.sub_money ul {text-align: center; font-size: 12px; line-height: 2em; color: #999; font-weight: 700; letter-spacing: -1px;}
/**************sub end******************/

.sub_board .prd_list li {width: 100%; margin-right: 0; margin-bottom: 15px;}
.sub_board .prd_list li .img_box {height: 250px;}
.sub_board .prd_view_table_head tr > td {display: block; width: 100%;}
.sub_board .AWbbs_f_search input[type="text"] {width: inherit;}

.sub06_04 .consult_cont th,
.sub01_05 .consult_cont th {width: 30%; font-size: 12px;}
.sub_interior_slide img {width: 100%;}