@charset "euc-kr";
/* CSS Document */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas';
    src: url('../font/BebasNeue.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
font-family:NotoSansKR;
font-weight: 300;
src: local("NotoSansKR-Light"), url(/font/NotoSansCJKkr-Light.woff) format("woff");
}
@font-face {
font-family:NotoSansKR;
font-weight: 500;
src: local("NotoSansKR-Medium"), url(/font/NotoSansCJKkr-Medium.woff) format("woff");
}
@font-face {
font-family:NotoSansKR;
font-weight: 400;
src: local("NotoSansKR-Regular"), url(/font/NotoSansCJKkr-Regular.woff) format("woff");
}
@font-face {
font-family:NotoSansKR;
font-weight: 100;
src: local("NotoSansKR-Thin"), url(/font/NotoSansCJKkr-Thin.woff) format("woff");
}
*/

@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');
/*font-family: 'Nanum Myeongjo', serif;*/
/*font-family: 'Cookie', cursive;*/
/*font-family: 'GmarketSansLight';*/
/*font-family: 'GmarketSansMedium';*/
/*font-family: 'GmarketSansBold';*/
/*font-family: 'Lobster', cursive;*/
*{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: #80a886;
   color: #fff;
}
::selection {
   background: #80a886;
   color: #fff;
}
select::-ms-expand{

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

}
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; max-width: 800px; width: 100%; margin: 0 auto !important;}
table {border-collapse: collapse;}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.bebas {font-family: 'bebas'; font-weight: 300;}

.snsnav {position: fixed; width: 40px; height: 40px; right: 11px; bottom: 65px; z-index: 999999;}
.snsnav img {width: 100%; transition: .3s;}
.snsnav:hover img {width: 110%;}
/* top */

.top {text-align: center; transition:.15s; z-index: 99999999; border-bottom: 1px solid #ddd; width: 100%; position: fixed; left: 0; top: 0; background: #fff; height: 120px;}
.top > a {display: block; height: 100%; text-align: center; width: 100%; height: 50px; position: relative;}
.top > a img {position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 100%; height: 50px;}
.top .logobox {text-align: center; float: left;}
.top .logobox a {display: inline-block;}
.top .logobox a img {width: 205px; padding-left: 10px; padding-top: 24px;}

.top .menubtn { width: 30px; height: 25px; position: absolute; right: 14px; top: 70px;}
.top .menubtn span {background:#4071b7; height: 2px; display: block; position: absolute; width: 100%; transition:.3;}
.top .menubtn span:nth-of-type(1) {top: 0;} 
.top .menubtn span:nth-of-type(2) {top: 50%; transform: translateY(-50%); width: 50%; left: 0;}
.top .menubtn span:nth-of-type(3) {bottom: 0;}
/*
.top .menubtn.on span:nth-of-type(1) {top: 50%; transform: translateY(-50%) rotate(45deg); background:#fff;}
.top .menubtn.on span:nth-of-type(2) {left: 100%; background:#fff;}
.top .menubtn.on span:nth-of-type(3) {top: 50%; transform: translateY(-50%) rotate(-45deg); background:#fff;}
*/

.top .closebtn { width: 30px; height: 25px; position: absolute; right: 30px; top: 30px;}
.top .closebtn span {background:#fff; height: 2px; display: block; position: absolute; width: 100%; top: 50%; transition:.3s;}
.top .closebtn span:nth-of-type(1) {transform: translateY(-50%) rotate(45deg);}
.top .closebtn span:nth-of-type(2) {transform: translateY(-50%) rotate(-45deg);}
.top .closebtn span:nth-of-type(3) {opacity: 0; transform: translateY(-50%);}
/*
.top.on .closebtn span:nth-of-type(1) {top: 0; transform: none; background:#4071b7;}
.top.on .closebtn span:nth-of-type(2) {opacity: 1; width: 50%; background:#4071b7;}
.top.on .closebtn span:nth-of-type(3) {top: 100%; transform: none; background:#4071b7;}
*/

.top .menu {text-align: center; position: fixed; width: 100%; height: 100%; background: #4071b7; left: -100%; top: 0; z-index: 999999999; padding: 50px; transition:all 0.5s;}
.top .menu.on {left: 0;}
.top .menu .sidemenu > a {color: #fff; font-size: 32px; border-bottom: 3px solid #fff; margin: 15px 0; display: block;}
.top .menu .sidemenu > p {color: #fff; font-size: 32px; border-bottom: 3px solid #fff; margin: 15px 0; display: block;}
.top .menu .sidemenu ul li a {color: #fff; font-size: 28px; border-bottom: 1px solid #fff; display: block;}
.top .menu .sidemenu ul {display: none;}
.top .menu .eventlist p,
.top .menu .eventlist ul li a {color: yellow; border-bottom: 3px solid yellow;}
.top .menu .menu_footer h1 {color: #fff; font-size: 28px;}
.top .menu .menu_footer a {color: #fff; font-size: 24px; position: relative;}
.top .menu .menu_footer a i:nth-of-type(2){margin-left: 10px; font-size: 40px; position: absolute; right: -40px; top: 0; transform: rotate(0deg); animation: touch 1s 0s infinite linear normal;}
.top .menu .menu_footer a i:nth-of-type(1){margin-right: 10px; }
@keyframes touch {
    0% {top: -20px;right: -40px; transform: rotate(0deg); opacity: 1;}
    100% { top: 0;right: -10px; transform: rotate(-35deg); opacity: 0;}
}
.copy  {padding: 30px; border-top: 1px solid #ddd; margin-bottom: 50px;}
.copy .w1200 ul li {display: block;}
.copy .w1200 ul li:nth-child(1) {text-align: center;}
.copy .w1200 ul li:nth-child(1) img {width: 250px; padding-bottom: 20px;}
.copy .w1200 ul li:nth-child(2) {border-top: 1px solid #ddd;}
.copy .w1200 ul li:nth-child(2) .copy_btn a {color: #666; margin: 0 10px;}
.copy .w1200 ul li:nth-child(2) .copy_btn a:nth-child(1) {margin-left: 0;}
.copy .w1200 ul li:nth-child(2) .copy_txt {text-align: center;}
.copy .w1200 ul li:nth-child(2) .copy_txt h3 {margin-top: 20px; margin-bottom: 10px;}
.copy .w1200 ul li:nth-child(2) .copy_txt h3 a {font-size: 24px; color: #4071b7; font-weight: 900;}
.copy .w1200 ul li:nth-child(2) .copy_txt p {color: #666; font-size: 12px; line-height: 1.7em;}
.copy .w1200 ul li:nth-child(2) .copy_txt p span {font-size: 10px; color: #000;}
.copy .w1200 ul li:nth-child(2) .copy_select {float: right;}
.copy .w1200 ul li:nth-child(2) .copy_select select {background: #006837; color: #fff; padding: 10px 20px; font-size: 16px; border-radius: 30px; text-align: center;}
.copy .w1200 ul li:nth-child(2) .copy_select select option {background: #fff; text-align: left; color: #000;}

.copynav {position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; z-index: 99999999999;}
.copynav a {display: block; height: 100%; height: 50px}
.copynav a img {width: 100%;}

.smenu {text-align: center; border-bottom: 1px solid #006837;}
.smenu .ssmenu {width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;}
.smenu .ssmenu p {text-align: center; flex-grow: 1;}
.smenu .ssmenu p a{color: #333; font-size: 18px; display: block; width: 100%; height: 100%; padding: 20px 0px; font-weight: 300;}
.sub1 .smenu .ssmenu p:nth-child(1) a{font-weight: 500; display: block; width: 100%; height: 100%; color: #fff; background: #006837;}
.sub2 .smenu .ssmenu p:nth-child(2) a{font-weight: 500; display: block; width: 100%; height: 100%; color: #fff; background: #006837;}
.sub3 .smenu .ssmenu p:nth-child(3) a{font-weight: 500; display: block; width: 100%; height: 100%; color: #fff; background: #006837;}
.sub4 .smenu .ssmenu p:nth-child(4) a{font-weight: 500; display: block; width: 100%; height: 100%; color: #fff; background: #006837;}
.sub5 .smenu .ssmenu p:nth-child(5) a{font-weight: 500; display: block; width: 100%; height: 100%; color: #fff; background: #006837;}
.sub6 .smenu .ssmenu p:nth-child(6) a{font-weight: 500; display: block; width: 100%; height: 100%; color: #fff; background: #006837;}
/* sidemenu */

/* footer */
/*.mapbox {background: #333; padding: 20px 20px; width: 100%; margin: 0 auto;}*/
.mapbox .maptxt {text-align: center; color: #fff;}
.mapbox .maptxt h3 {letter-spacing: 10px; font-size: 14px;}
.mapbox .maptxt h3 {margin: 5px 0;}
.mapbox .maptxt p {margin: 5px 0;}
.mapbox .maptxt h1 {padding-bottom: 20px;}
.footer {background: #666; width: 100%; margin: 0 auto; margin-bottom: 60px; text-align: center;}
.footer p{padding:20px; line-height:1.5em; color: #ddd;}
.footer p span{margin-right:15px; font-size:16px; font-weight:400;}




.mySwiper {position: relative; overflow: hidden; height: 100vh; width: 100%;}
.mySwiper .swiper-slide {}
.mySwiper .swiper-slide .simg {position: absolute; left: 50%; top: 20px; transform: translateX(-50%); width: 60%;}
.mySwiper .swiper-slide .simg img {width: 100%;}
.mySwiper .swiper-slide .simg:before {position: absolute; content: ''; width: 200px; height: 200px; border-radius: 50%; left: 50%; top: 50%; transform:translate(-50%,-50%) scale(1); z-index: -99; box-shadow: 0px 50px 41px -9px rgba(0,0,0,0.15); animation: scale 2s 0s infinite linear alternate; transform-origin: center; 
background: #2980b9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #2c3e50, #2980b9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.mySwiper .swiper-slide .main_man:before {
background: #2980b9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #2c3e50, #2980b9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@keyframes scale {
    0% {
        transform: translate(-50%,-50%) scale(1);
    }
    100% {
        transform: translate(-50%,-50%) scale(1.3);
    }
}
.mySwiper .swiper-slide .slidetxt {text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom: 30px; width: 100%; padding: 40px;}
.mySwiper .swiper-slide .slidetxt h1 {font-size:40px; font-weight: 900; color: #4071b7; line-height: 1.2em;}
.mySwiper .swiper-slide .slidetxt p {color: #666; line-height: 2em; margin-top: 30px; font-size: 14px;}
.mySwiper .swiper-slide .slidetxt a {display: inline-block; padding: 6px 15px; font-size: 14px; background: #4071b7; border-radius: 5px; color: #fff; margin-top: 25px; border: 1px solid #4071b7; transition:.3s;}
.mySwiper .swiper-slide .slidetxt a:hover {background: #fff; color: #4071b7;}
.mySwiper .swiper-wrapper {position: relative;}
.swiper .wheel_down {position: absolute; left: 50%; bottom: 30px; transform:translateX(-50%); width: 30px; height: 45px; border-radius: 20px; border: 3px solid rgba(255, 255, 255, .6); z-index: 9999;}
.swiper .wheel_down span {position: absolute; left: 50%; transform: translateX(-50%); top: 6px; width: 5px; height: 10px; background: #fff; border-radius: 50%; opacity: .4; animation: wheel 0.6s 0s infinite linear normal; }

@keyframes wheel {
    0% {top: 6px; opacity: 1;}
    100% {top: 15px; opacity: 0.4;}
}
.mySwiper02 .swiper-slide img {width: 100%;}

.mySwiper03 {width: 100%; position: relative; overflow: hidden;}
.mySwiper03 .swiper-slide > img {height: 100vh; width: 100%;}
.mySwiper03 .swiper-slide .visual_txt {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; color: #fff; text-align: center;}
.mySwiper03 .swiper-slide .visual_txt h1 {font-size: 50px; font-weight: 300;}
.mySwiper03 .swiper-slide .visual_txt h1 strong {font-weight: 900;}
.mySwiper03 .swiper-slide .visual_txt p {font-size: 20px; font-weight: 300; margin-top: 10px; letter-spacing: -1px;}
.mySwiper03 .swiper-slide .visual_txt h1 img {width: 300px;}
/*main section*/
section {padding: 50px 0; background: #efefef;}
.sectitle {text-align: center; color: #fff; font-size: 30px; margin-bottom: 25px;}
.more {color: #fff; font-size: 14px; position: relative;}
.more:hover span {transform: translateY(-50%) rotate(360deg); background: #fff;}
.more:hover span:before {background: #000;}
.more:hover span:after {background: #000;}
.more span {width: 30px; height: 30px; border: 1px solid  #fff; border-radius: 50%; display: inline-block; padding-right: 30px; position: absolute; top: 53%; transform: translateY(-50%); left: -40px; transition:.3s;}
.more span:before {position: absolute; content: ''; width: 50%; height: 1px; left: 50%; top: 50%; transform: translate(-50%,-50%); background:#fff;}
.more span:after {position: absolute; content: ''; height: 50%; width: 1px; left: 50%; top: 50%; transform: translate(-50%,-50%); background:#fff;}

.main_guide .wrap .w1200 .main_guide_intro {text-align: center; position: relative; overflow: hidden;}
.main_guide .wrap .w1200 .main_guide_intro:before {position: absolute; content: ''; width: 2px; height:150px; left: 50%; transform: translateX(-50%); bottom: 0px; background: #4071b7;}
.main_guide .wrap .w1200 .main_guide_intro img {width: 50%; display: inline-block; margin-bottom: 200px;}
.main_guide .wrap .w1200 .main_guide_intro:after {position: absolute; content: ''; width: 80px; height: 80px;
background: #4071b7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #333, #4071b7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #333, #4071b7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
border-radius: 50%; left: 50%; transform: translateX(-50%); bottom: -40px;}

.main_guide .wrap .w1200 ul li {float: left; width: 50%; height:160px; background-repeat: no-repeat; background-position: center; background-size: cover; transition: .4s; position: relative; overflow: hidden;}
.main_guide .wrap .w1200 ul li:hover {background-size: 110%;}
.main_guide .wrap .w1200 ul li:nth-child(1) {background-image: url(../../img/main_guide_01.jpg);}
.main_guide .wrap .w1200 ul li:nth-child(2) {background-image: url(../../img/main_guide_02.jpg);}
.main_guide .wrap .w1200 ul li:nth-child(3) {background-image: url(../../img/main_guide_03.jpg);}
.main_guide .wrap .w1200 ul li:nth-child(4) {background-image: url(../../img/main_guide_04.jpg);}
.main_guide .wrap .w1200 ul li h3 {font-size: 20px;}
.main_guide .wrap .w1200 ul li a {color: #fff; display: block; height: 100%; padding: 15px;}
.main_guide .wrap .w1200 ul li a span {display: block; margin-top: 30px; font-size: 13px;}
.main_guide .wrap .w1200 ul li:hover b {right: 30px;}
.main_guide .wrap .w1200 ul li:hover b:before {opacity: 1;}
.main_guide .wrap .w1200 ul li b {position: absolute; height: 1px; width: 40px; background: #fff; bottom: 20px; right: 20px; transition: .3s;}
.main_guide .wrap .w1200 ul li b:before {position: absolute; content: 'VIEW MORE'; color: #fff; bottom: -7px; right: 46px; font-size: 12px; font-weight: 300; letter-spacing: 4px; width: 100px; opacity: 0; transition: .2s;}
.main_guide .wrap .w1200 ul li b:after {position: absolute; content: ''; width: 15px; height: 1px; background: #fff; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg); transform-origin: right top;}

.main_youtube {background: url(../../img/intro_visual_01.jpg) no-repeat center / cover; text-align: center;}
.main_youtube .wrap .w1200 .sectitle img {width: 36px;}
.main_youtube .wrap .w1200 ul {padding: 15px;}
.main_youtube .wrap .w1200 ul li {width: 49%; float: left; height: 150px; margin-top: 30px; margin-right: 2%;}
.main_youtube .wrap .w1200 ul li:nth-child(even) {margin-right: 0;}

.main_center {padding-bottom: 0; text-align: center;}
.main_center .wrap .w1200 h1 {color: #4071b7; font-size: 31px; margin-bottom: 30px;}
.main_center .wrap .w1200 .more {color: #4071b7; margin-bottom: 40px; display: inline-block;}
.main_center .wrap .w1200 .more span {border: 1px solid  #4071b7;}
.main_center .wrap .w1200 .more span:before {background: #4071b7;}
.main_center .wrap .w1200 .more span:after {background: #4071b7;}
.main_center .wrap .w1200 .more:hover span {background: #4071b7;}
.main_center .wrap .w1200 .more:hover span:before {background: #fff;}
.main_center .wrap .w1200 .more:hover span:after {background: #fff;}

.main_board {display: none;}
.main_board .wrap .w1200 > ul > li {float: left; margin-right: 20px;}
.main_board .wrap .w1200 > ul > li:nth-child(1) {width: 800px; height: 100px; background: url(../img/main_call.jpg) no-repeat center / cover;}
.main_board .wrap .w1200 > ul > li:nth-child(2) {width: 380px; margin-right: 0; background: url(../img/main_guide_01.jpg) no-repeat center / cover; height: 100px;}
.main_board .wrap .w1200 > ul > li:nth-child(2) a {height: 100%; display: block; text-align: center; color: #fff; line-height: 100px; font-size: 18px;}
.main_board .wrap .w1200 > ul > li:nth-child(3) {width: 390px;}
.main_board .wrap .w1200 > ul > li:nth-child(4) {width: 390px;}
.main_board .wrap .w1200 > ul > li:nth-child(5) {width: 380px; margin-right: 0;}

.main_board .wrap .w1200 > ul > li:nth-child(3),
.main_board .wrap .w1200 > ul > li:nth-child(4),
.main_board .wrap .w1200 > ul > li:nth-child(5) {border: 1px solid  #cfcece; margin-top: 20px; background: #fff;}

.main_board .wrap .w1200 > ul > li h3 {border-bottom: 1px solid #cfcece; border-top: 5px solid #4071b7; padding: 15px 20px; position: relative; color: #333; font-size: 24px; background: #f2f2f2;}
.main_board .wrap .w1200 > ul > li h3 a {position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; display: inline-block; transition: .3s;}
.main_board .wrap .w1200 > ul > li h3 a:hover {transform: translateY(-50%) rotate(360deg);}
.main_board .wrap .w1200 > ul > li h3 a:before {position: absolute; content: ''; height: 1px; width: 100%; background: #666; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.main_board .wrap .w1200 > ul > li h3 a:after {position: absolute; content: ''; height: 100%; width: 1px; background: #666; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.main_board .wrap .w1200 > ul > li .board_notice ul {padding: 15px 20px; border-bottom: 1px solid #cfcece;}
.main_board .wrap .w1200 > ul > li .board_notice ul:last-child {border-bottom: none;}
.main_board .wrap .w1200 > ul > li .board_notice ul li:nth-child(1) {float: left;}
.main_board .wrap .w1200 > ul > li .board_notice ul li:nth-child(1) a {color: #666;}
.main_board .wrap .w1200 > ul > li .board_notice ul li:nth-child(2) {float: right; color: #666; font-size: 12px; padding-top: 10px;}

.main_photo .wrap .w1200 {text-align: center;}
.main_photo .wrap .w1200 .sectitle {color: #333; margin-bottom: 40px;}
.main_photo .wrap .w1200 .more {color: #666; margin-bottom: 40px; display: inline-block;}
.main_photo .wrap .w1200 .more span {border: 1px solid  #666;}
.main_photo .wrap .w1200 .more span:before {background: #666;}
.main_photo .wrap .w1200 .more span:after {background: #666;}
.main_photo .wrap .w1200 .more:hover span {background: #666;}
.main_photo .wrap .w1200 .more:hover span:before {background: #fff;}
.main_photo .wrap .w1200 .more:hover span:after {background: #fff;}

/*sub*/
.sub{position: relative;}
.sub .wrap {margin: 40px 0; padding: 25px;}
.subtop {width: 100%; height: 300px; text-align: center;}
.subtop01 {background: url(../../img/subtop01.jpg) no-repeat center / cover;}
.subtop02 {background: url(../../img/subtop02.jpg) no-repeat center / cover;}
.subtop03 {background: url(../../img/subtop03.jpg) no-repeat center / cover;}
.subtop04 {background: url(../../img/subtop04.jpg) no-repeat center / cover;}
.subtop05 {background: url(../../img/subtop05.jpg) no-repeat center / cover;}
.subtop06 {background: url(../../img/subtop06.jpg) no-repeat center / cover;}
.subtop07 {background: url(../../img/subtop07.jpg) no-repeat center / cover;}
.subtop {color: #fff; text-align: center;}
.subtop h1{color: #fff; font-size: 38px; font-weight: 700; margin-bottom: 10px; position: relative; padding-top: 154px;}
.subtop h3 {font-size: 20px; font-weight: 700; position: relative; display: inline-block; opacity: .6; margin-top: 20px;}
.subtop h3:before {position: absolute; content: ''; top: -15px; left: 50%; transform: translateX(-50%); width: 40%; height: 2px; background: #fff;}

.sub04_01 .wrap,
.sub05_01 .wrap,
.sub05_02 .wrap,
.sub06_02 .wrap {padding: 25px 0;}

.map_table {width: 100%; text-align: center; border: 1px solid #ddd;}
.map_table th {background: #4071b7; color: #fff;}
.map_table th,
.map_table td {padding: 10px 5px; font-size: 12px; letter-spacing: -1px;}


.sub_title {text-align: center;}
.sub_title h1 {display: inline-block; margin-bottom: 30px; font-size: 24px; color: #4071b7; border-top: 2px solid #4071b7; padding-top: 10px;}

.checklist {display: block; line-height: 2em;}
.checklist span {color: red; font-size: 20px; vertical-align: middle;}
/**************** sub *********************/

.sub01_01 .wrap .w1200 .sub_intro_box li {margin-bottom: 50px;}
.sub01_01 .wrap .w1200 .sub_intro_box li img {width: 100%;}
.sub01_01 .wrap .w1200 .sub_intro_box li h3 {font-size: 18px; margin-top: 20px; margin-bottom: 10px; color: #333;}
.sub01_01 .wrap .w1200 .sub_intro_box li p {color: #999; font-size: 12px; line-height: 1.8em;}

.sub01_01 .wrap .w1200 .sub01_01_visual {background: url(../../img/sub01_01_visual.jpg) no-repeat center / cover fixed; text-align: center; height: 300px; margin: 50px 0;}
.sub01_01 .wrap .w1200 .sub01_01_visual h1 {font-size: 37px; font-weight: 300; width: 100%;padding-top: 90px; color: #fff;}
.sub01_01 .wrap .w1200 .sub01_01_visual h1 b {font-weight: 900;}
.sub01_01 .wrap .w1200 .sub01_01_contact li {height: 250px; position: relative; text-align: center;}
.sub01_01 .wrap .w1200 .sub01_01_contact li div {position: absolute; width: 100%; top: 50%; transform: translateY(-50%);}
.sub01_01 .wrap .w1200 .sub01_01_contact li h1 {font-size: 30px; margin-bottom: 25px; display: inline-block; padding-bottom: 15px; position: relative;}
.sub01_01 .wrap .w1200 .sub01_01_contact li h1:before {position: absolute; content: ''; width: 30%; height: 2px; background: #fff; left: 50%; transform: translateX(-50%); bottom: -5px;}
.sub01_01 .wrap .w1200 .sub01_01_contact li p {font-size: 15px; font-weight: 300; opacity: .8;}
.sub01_01 .wrap .w1200 .sub01_01_contact li a {display: inline-block; padding: 8px 15px; font-size: 14px; font-weight: 400; color: #fff; border: 1px solid #fff; margin-top: 30px; overflow: hidden; position: relative; transition:.4s;}
.sub01_01 .wrap .w1200 .sub01_01_contact li a:hover {color: #333;}
.sub01_01 .wrap .w1200 .sub01_01_contact li a:before {position: absolute; content: '';width: 100%; left: -100%; background: #fff; height: 100%; display: block; top: 0; transition: .3s; z-index: -999; }
.sub01_01 .wrap .w1200 .sub01_01_contact li a:hover:before {left: 0;}
.sub01_01 .wrap .w1200 .sub01_01_contact li:nth-child(1) {background: url(../../img/sub01_01_contact_01.jpg) no-repeat center / cover; color: #fff; margin-bottom: 50px;}
.sub01_01 .wrap .w1200 .sub01_01_contact li:nth-child(2) {background: url(../../img/sub01_01_contact_02.jpg) no-repeat center / cover; color: #fff;}

.sub02_01 .wrap .w1200 .sub_coach_box li {text-align: center;}
.sub02_01 .wrap .w1200 .sub_coach_box li img {width: 100%;}
.sub02_01 .wrap .w1200 .sub_coach_box li h1 {font-weight: 300;}
.sub02_01 .wrap .w1200 .sub_coach_box li h1 strong {font-weight: 900; color: #4071b7;}
.sub02_01 .wrap .w1200 .sub_coach_box li h1 {position: relative; font-size:24px; margin: 15px 0; display: inline-block;}
.sub02_01 .wrap .w1200 .sub_coach_box li h1:before {position: absolute; content: '';  width: 115px; height: 2px; background: #4071b7; left: 3px; bottom: 0px;}
.sub02_01 .wrap .w1200 .sub_coach_box li .checklist {font-size: 12px; color: #666; line-height: 1.8em; text-align: left; letter-spacing: -1px;}
.sub02_01 .wrap .w1200 .sub_coach_box li .checklist span {padding-right: 5px;}
.sub02_01 .wrap .w1200 .sub_coach_box li:nth-child(even) {position: relative; margin-bottom: 100px;}
.sub02_01 .wrap .w1200 .sub_coach_box li:nth-child(even):before {position: absolute; content: ''; background: #4071b7; width: 25%; height: 1px; left: 50%; transform: translateX(-50%); bottom: -45px;}
.sub02_01 .wrap .w1200 .sub_coach_box li:last-child:before {display: none;}
.sub02_01 .wrap .w1200 .sub_coach_box li:last-child {margin-bottom: 30px;}


.sub03_01 .wrap .w1200 .sub_intro_box li {margin-bottom: 100px;}
.sub03_01 .wrap .w1200 .sub_intro_box li img {width: 100%;}
.sub03_01 .wrap .w1200 .sub_intro_box li h3 {font-size: 24px; margin-top: 20px; margin-bottom: 10px; color: #4071b7;}
.sub03_01 .wrap .w1200 .sub_intro_box li h3 small {font-weight: 300; color: #999; padding-left: 10px; font-size: 14px;}
.sub03_01 .wrap .w1200 .sub_intro_box li h4 {color: #666; font-size: 14px; font-weight: 300; margin-bottom: 10px; letter-spacing: -1px;}
.sub03_01 .wrap .w1200 .sub_intro_box li .checklist {font-size: 12px; color: #999; letter-spacing: -1px;}
.sub03_01 .wrap .w1200 .lessonbox {text-align: center; margin-bottom: 50px;}
.sub03_01 .wrap .w1200 .lessonbox img {width: 100%;}

.sub05_02 {text-align: center;}
.sub05_02 .wrap .w1200 .more span { border: 1px solid #666;}
.sub05_02 .wrap .w1200 .more {color: #666;}
.sub05_02 .wrap .w1200 .more span:before,
.sub05_02 .wrap .w1200 .more span:after {background: #666;}
.sub05_02 .wrap .w1200 ul li {width: 49%; float: left; height: 150px; margin-top: 30px; margin-right: 2%;}
.sub05_02 .wrap .w1200 ul li:nth-child(even) {margin-right: 0;}
/**************** sub end*********************/
