@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: #a24145;
   color: #fff;
}
::selection {
   background: #a24145;
   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: 1400px; margin: 0 auto;}
.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***********/

.topbtn {position: fixed; bottom: 25px; right: 25px; display: block; width: 50px; height:50px; background: #a62025; z-index: 999999999; text-align: center; display: none; border-radius: 50%;}
.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;}

/*********header***********/
header {height: 100px; text-align: center; position: fixed; width: 100%; left: 50%; transform: translateX(-50%); top: 0; z-index: 999999; transition:.3s; text-align: center; background: rgba(0,0,0,0.6);}
header.on {background: rgba(255,255,255,0.9); border-bottom: none;}
header .logo_top {float: left; transition: .2s;}
header .logo_top:hover {opacity: .8;}
header .logo_top img {width: 245px; padding-top: 16px; transition:.5s;}
header .menu {display: inline-block;}
header .menu div {display: inline-block; position: relative;}
header .menu div:last-child {margin-right: 0;}
header .menu div > a {line-height: 100px; color: #fff; font-size: 16px; display: block; height: 100%; font-weight: 700; padding: 0 30px; transition:.3s;}
header .menu div > a.on {color:#a26b0e;}
header .menu div  ul {position: absolute; left: 50%; transform: translateX(-50%); top: 100px; width: 150px;   background: rgba(0,0,0,0.6); display: none; padding-bottom: 3px;}
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 .header_consult {float: right; padding-top: 26px;}
header .header_consult a {border-radius: 30px; display: inline-block; background: #a26b0e; padding: 10px 20px; transition:.3s; color: #fff; border: 1px solid #a26b0e;}
header .header_consult a:hover {background: #fff; color: #a26b0e;}
header .header_consult a i {font-size: 20px;}
header .header_consult a span {font-size: 16px; font-weight: 700; padding-left: 10px;}

header .wrap {position: relative;}
header .sns_box {position: absolute; right: 100px; top: 50%; transform: translateY(-50%); display: none;}
header .sns_box .snsnav {width: 30px; height: 30px; z-index: 99999999; display: inline-block; margin-left: 10px;}
header .sns_box .snsnav img {width: 100%; transition: .3s;}
header .sns_box .snsnav:hover img {width: 110%;}

.topbtn {position: fixed; bottom: 25px; right: 25px; display: block; width: 50px; height:50px; background: #981b20; z-index: 999999999; 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;}
/*********header end***********/

/***************footer***************/
footer {background: #666;}
footer .wrap div {float: left; margin-right: 50px;}
footer .wrap .footer_logo img {width: 200px; padding-top: 50px;}
footer .wrap .footer_content {padding: 50px;}
footer .wrap .footer_content h3 {font-size: 24px; margin-bottom: 15px; color: #a26b0e;}
footer .wrap .footer_content p {font-size: 14px; line-height: 2em; color: #fff; letter-spacing: 0;}
footer .wrap .footer_content p span {margin-right: 20px;}

footer .copyright {background: #333; text-align: center; padding: 15px;}
footer .copyright p {color: #ddd; font-size: 12px; letter-spacing: -1px;}
/***************footer end***************/

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

.main_visual {margin-top: 0px; width: 100%; height: 100vh; padding-top: 0; position: relative; overflow: hidden;}
.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%; height: 100vh; 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: 1600px; 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: 100px; opacity: 1;}
.main_visual .main_visual_txt h2 {font-size: 60px;  margin-top: 12px; font-weight: 700; line-height: 1.4em; margin-bottom: 50px;}
.main_visual .main_visual_txt p {font-size: 22px; opacity: .7;}
.main_visual .main_visual_txt a {padding: 10px 20px; color: #fff; display: block; float: left; width: 180px; text-align: center; font-size: 16px; transition:.3s;}
.main_visual .main_visual_txt a:hover {opacity: .8;}
.main_visual .main_visual_txt a:nth-of-type(1) {background: rgba(250, 166, 26, 0.6);}
.main_visual .main_visual_txt a:nth-of-type(2) {background: rgba(215, 25, 33, 0.7);}
/*.main_slide*/


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

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

section {margin: 150px auto;}
.more {display: inline-block; padding: 10px 25px; color: #333; border: 1px solid  #333; text-align: center; transition:.5s; border-radius: 30px; margin-top: 30px;}
.more:hover {background: #fff; color: #333; border-color: #fff;}
.maintitle {text-align: center; margin: 70px 0;}
.maintitle h2 {font-size: 50px; font-weight: 700; color: #981b20; font-family: 'Montserrat', sans-serif;}
.maintitle p {font-size: 18px; color: #666; margin-top: 30px; line-height: 2em;}
.maintitle i {color: #981b20; font-size: 50px;}

.main_youtube .wrap ul li {float: left; width: 32%; margin-right: 2%; margin-bottom: 30px;}
.main_youtube .wrap ul li iframe {width: 100%; height: 260px;}
.main_youtube .wrap ul li:nth-of-type(3n) {margin-right: 0;}
.main_youtube .wrap .maintitle img {vertical-align: sub; width: 60px; display: inline-block; margin-left: 15px;}

.main_power .wrap {text-align: center;}
.main_power .wrap > h2 {font-size: 66px; font-weight: 900; color: #981b20; margin-bottom: 80px;}
.main_power .wrap > h3 {font-size: 50px; color: #a26b0e; font-weight: 900; line-height: 1.5em; margin-top: 80px;}
.main_power .wrap > h3 strong {color: #981b20; font-weight: 900;}
.main_power .wrap ul li {width: 50%; float: left;}
.main_power .wrap ul li:nth-of-type(2) img {width: 100%; border-radius: 20px;}
.main_power .wrap ul li:nth-of-type(1) {padding-right: 50px;}
.main_power .wrap ul li:nth-of-type(1) img {width: 50%; display: inline-block; margin: 20px 0;}
.main_power .wrap ul li h2 {font-size: 50px; font-weight: 900; color: #a26b0e; line-height: 1.5em;}
.main_power .wrap ul li h2 span {color: #981b20;}
.main_power .wrap ul li p {font-size: 18px; color: #666; line-height: 2em;}
.main_power .wrap ul li p strong {color: #000;}
.main_power .wrap ul li p span {color: #981b20; font-weight: 900;}

.main_menu {position: relative;}
.main_menu:before {position: absolute; content: ''; width: 60%; height: 120%; background: #eaeaea; top: 50%; transform: translateY(-50%); right: 0; opacity: .5;}
.main_menu_slide .swiper-slide {}
.main_menu_slide .swiper-slide img {display: block; float: left; width: 50%;}
.main_menu_slide .swiper-slide .main_menu_txt {float: left; width: 50%; padding-left: 100px; padding-top: 100px; background: rgba(255,255,255,0.3); height: 500px;}
.main_menu_slide .swiper-slide .main_menu_txt h2 {font-size: 60px; font-weight: 900; color: #981b20;}
.main_menu_slide .swiper-slide .main_menu_txt p {display: inline-block; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #000; font-size: 18px;}
.main_menu_slide .swiper-slide .main_menu_txt span { font-size: 16px; color: #666; line-height: 2em; display: block; margin-top: 25px;}

.main_go {text-align: center; margin: 150px 0 0 0; position: relative; font-size: 0;}
.main_go > .main_go_btn {display: inline-block; width: 25%; padding: 200px 0; z-index: 9; position: relative; color: #fff; transition: .5s;}
.main_go > .main_go_btn:hover {background: rgba(0,0,0,0.4); }
.main_go > .main_go_btn h2 {font-size: 44px; margin-bottom: 10px;}
.main_go > .main_go_btn p {font-size: 16px;}
.main_go > .main_go_btn02 {border-left: 1px solid #ddd; border-right: 1px solid #ddd;}

.main_go > .main_go_bg {background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; transition: .5s;}
.main_go > .main_go_bg01 {background-image: url(../img/main_go_bg01.jpg); z-index: 5; opacity: 0;}
.main_go > .main_go_bg02 {background-image: url(../img/main_go_bg02.jpg); z-index: 6;}
.main_go > .main_go_bg03 {background-image: url(../img/main_go_bg03.jpg); z-index: 4; opacity: 0;}

.main_go > .main_go_btn01:hover ~ .main_go_bg01 {z-index: 7; opacity: 1;}
.main_go > .main_go_btn02:hover ~ .main_go_bg02 {z-index: 7;}
.main_go > .main_go_btn03:hover ~ .main_go_bg03 {z-index: 7; opacity: 1;}


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

/**************sub common******************/
.sub {background: #eaeaea;}
.sub > .wrap {padding-bottom: 100px;}
.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 750px; text-align: center; color: #fff; position: relative; padding-top: 300px; }
.subtop h3 {font-size: 32px; font-weight: 300; letter-spacing: 10px;}
.subtop h1 {font-size: 72px; margin-bottom: 15px; font-weight: 900;}
.subtop p {font-size: 22px; opacity: .7; letter-spacing: 0; line-height: 2em; font-weight: 300;}
.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 {width: 1400px; margin: 0 auto; display: flex; z-index: 99; overflow: hidden; border-bottom: 1px solid #ddd;}
.sub_cate a {display: block; text-align: center; padding: 30px 0; font-size: 20px; color: #333; flex:1; transition: .3s;}
.sub_cate a:hover {}
.sub1 .sub_cate a:nth-child(1) {border-bottom: 2px solid #a26b0e; color:#a26b0e; font-weight: 500;}
.sub2 .sub_cate a:nth-child(2) {border-bottom: 2px solid #a26b0e; color:#a26b0e; font-weight: 500;}
.sub3 .sub_cate a:nth-child(3) {border-bottom: 2px solid #a26b0e; color:#a26b0e; font-weight: 500;}
.sub4 .sub_cate a:nth-child(4) {border-bottom: 2px solid #a26b0e; color:#a26b0e; font-weight: 500;}
.sub5 .sub_cate a:nth-child(5) {border-bottom: 2px solid #a26b0e; color:#a26b0e; font-weight: 500;}

.subtitle {position: relative; text-align: center; margin: 100px 0;}
.subtitle h2 {font-size: 60px; padding-bottom: 30px; color: #333; position: relative;}
.subtitle p { font-size: 16px; color: #666; margin-top: 15px; line-height: 2em;}
.subtitle p strong {color: #981b20; line-height: 2em; display: block; font-size: 20px;}
.subtitle:before {position: absolute; content: ''; width: 50px; height: 1px; background: #a26b0e; left: 50%; transform: translateX(-50%); bottom: 90px;}

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

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

.sub_brand .sub_brand01 {background: url(../img/sub_brand01bg.jpg) no-repeat center / cover; height: 300px; position: relative; margin-top: 50px; margin-bottom: 300px;}
.sub_brand .sub_brand01 .sub_brand01_box {position: absolute; width: 70%; background: #fff; border-radius: 20px; left: 50%; transform: translateX(-50%); bottom: -150px; text-align: center; padding: 50px;}
.sub_brand .sub_brand01 .sub_brand01_box h3 {font-weight: 900; font-size: 32px; line-height: 1.5em; margin-bottom: 30px; padding-bottom: 30px; position: relative; color: #a26b0e;}
.sub_brand .sub_brand01 .sub_brand01_box h3:before {position: absolute; content: ''; width: 30px; height: 1px; background: #333; left: 50%; transform: translateX(-50%); bottom: 0;}
.sub_brand .sub_brand01 .sub_brand01_box p {color: #666; line-height: 2em;}

.sub_brand .sub_brand02 ul li {width: 50%; float: left; margin-bottom: 100px;}
.sub_brand .sub_brand02 ul li iframe {width: 100%; height: 100%; height: 500px;}
.sub_brand .sub_brand02 ul li h2 {font-size: 34px; font-weight: 900; margin-bottom: 30px; padding-bottom: 30px; position: relative;}
.sub_brand .sub_brand02 ul li.brand_left h2:before {position: absolute; content: ''; width: 50px; height: 1px; background: #000; left: 0; bottom: 0;}
.sub_brand .sub_brand02 ul li.brand_right h2:before {position: absolute; content: ''; width: 50px; height: 1px; background: #000; right: 0; bottom: 0;}
.sub_brand .sub_brand02 ul li p {color: #666; line-height: 2em;}
.sub_brand .sub_brand02 ul li.brand_left {padding: 50px 100px 0 0;}
.sub_brand .sub_brand02 ul li.brand_right {padding: 50px 0 0 100px; text-align: right;}

.sub_interior {text-align: center;}
.sub_interior h2 {font-size: 64px; font-weight: 300; margin-bottom: 20px; margin-top: 50px;}
.sub_interior h2 strong {color: #981b20; font-weight: 900;}
.sub_interior p {margin-bottom: 50px; font-size: 16px; line-height: 2em;}

.sub_location .sub_location01 {width: 100%; background: url(../img/sub_location.jpg) no-repeat center / cover; position: relative; height: 700px;}
.sub_location .sub_location01 a {position: absolute; right: 20px; bottom: 20px;}
.sub_location .sub_location01 a img {width: 65px; 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 .sub_power01 {text-align: center;}
.sub_power .sub_power01 h2 {font-size: 28px;}
.sub_power .sub_power01 h2 strong {color: #981b20; font-size: 54px; display: block; margin: 35px 0; font-weight: 900;}
.sub_power .sub_power01 p {line-height: 2em; font-size: 20px;}

.sub_power .sub_power_txt {text-align: center; margin-bottom: 50px; padding-top: 50px;}
.sub_power .sub_power_txt .sub_power_num {display: inline-block; width: 100px; height: 100px; background: #a26b0e; color: #fff; position: relative; border-radius: 50%; text-align: center; margin-top: 50px; margin-bottom: 20px;} 
.sub_power .sub_power_txt .sub_power_num h3 {font-weight: 300; font-size: 14px;}
.sub_power .sub_power_txt .sub_power_num div {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.sub_power .sub_power_txt .sub_power_cont {padding-bottom: 50px; border-top: none;}
.sub_power .sub_power_txt .sub_power_cont h2 {color: #981b20; font-size: 42px; font-weight: 900; margin-top: 15px; margin-bottom: 30px;}
.sub_power .sub_power_txt .sub_power_cont p {color: #666; line-height: 2em; font-size: 18px;}
.sub_power .sub_power_txt .sub_power_cont ul {margin-top: 50px;}
.sub_power .sub_power_txt .sub_power_cont ul li {display: inline-block; width: 250px; height: 250px; border-radius: 50%; border: 5px dotted #a26b0e; overflow: hidden; position: relative; padding: 10px;} 
.sub_power .sub_power_txt .sub_power_cont ul li img {position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);} 
.sub_power .sub_power_txt .sub_power_cont ul li:nth-of-type(2) {margin: 0 30px;}


.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 #a26b0e; 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: 0 -25px;}
.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 {width: 1400px; margin: 0 auto; }
.sub_support_txt02 ul li {padding: 40px 0; border-bottom: 1px solid #fff;}
.sub_support_txt02 ul li:last-of-type {border-bottom: none;}
.sub_support_txt02 ul li img {display: block; float: left;}
.sub_support_txt02 ul li div {padding: 20px; padding-left: 100px; text-align: left; color: #fff; float: left;}
.sub_support_txt02 ul li div h2 {font-size: 40px; font-weight: 900; margin-bottom: 15px;}
.sub_support_txt02 ul li div p {line-height: 2em; font-size: 18px;}

.sub_support .sub_support_txt {text-align: center;}
.sub_support .sub_support_txt > h2 {font-size: 48px; color: #981b20; 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: #a26b0e;}
.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: #981b20; 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 {overflow: hidden;}
.sub_point .sub_point01 {background: #000; text-align: center; color: #fff; padding-top: 150px; padding-bottom: 250px; position: relative; }
.sub_point .sub_point01:before {position: absolute; content: ''; width: 1px; height: 100px; background: #fff; left: 50%; transform: translateX(-50%); bottom: 75px;}
.sub_point .sub_point01 h2 {font-size: 64px; margin-bottom: 50px;}
.sub_point .sub_point01 p {font-size: 20px; line-height: 2em;}

.sub_point ul li {float: left; width: 50%; background-size: 100%; background-repeat: no-repeat; background-position: center; height: 600px; padding-left: 80px; padding-top: 100px;}
.sub_point ul li.sub_pointbg01 {background-image: url(../img/sub_point01.jpg);}
.sub_point ul li.sub_pointbg02 {background-image: url(../img/sub_point02.jpg);}
.sub_point ul li.sub_pointbg03 {background-image: url(../img/sub_point03.jpg);}
.sub_point ul li.sub_pointbg04 {background-image: url(../img/sub_point04.jpg);}
.sub_point ul li.sub_pointbg05 {background-image: url(../img/sub_point05.jpg);}
.sub_point ul li.sub_pointbg06 {background-image: url(../img/sub_point06.jpg);}
.sub_point ul li.sub_pointbg07 {background-image: url(../img/sub_point07.jpg);}
.sub_point ul li.sub_pointbg {transition:.5s; position: relative;}
.sub_point ul li.sub_pointbg:before {position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.3); left: 0; top: 0; transition:.5s;}
.sub_point ul li.sub_pointbg:hover {background-size: 105%;}
.sub_point ul li.sub_pointbg:hover:before {opacity: 0;}

.sub_point ul li h2 {font-size: 36px; margin-bottom: 30px;}
.sub_point ul li h2 span {color: #cecece; padding-right: 20px; font-size: 60px;}
.sub_point ul li p {font-size: 18px; line-height: 2em; color: #666;}
.point_lbox {padding-left: 200px;}

.sub_pizza .sub_pizza01 {text-align: left; margin-bottom: 100px; float: left; width: 70%; padding-right: 150px;}
.sub_pizza .sub_pizza01 h2 {color: #981b20; font-size: 48px; margin-bottom: 30px; font-weight: 900;}
.sub_pizza .sub_pizza01 h3 {color: #666; font-size: 32px; font-weight: 300; margin-bottom: 30px;}
.sub_pizza .sub_pizza01 h3 strong {color: #981b20; font-weight: 700;}
.sub_pizza .sub_pizza01 p {font-size: 16px; line-height: 2em; color: #666;}
.sub_pizza .sub_pizza01 ul {margin-bottom: 30px;}
.sub_pizza .sub_pizza01 ul li {width: 32%; margin-right: 2%; float: left;}
.sub_pizza .sub_pizza01 ul li img {width: 100%;}
.sub_pizza .sub_pizza01 ul li:last-of-type {margin-right: 0;}

.sub_pizza .sub_pizza02 {float: left; width: 30%;}
.sub_pizza .sub_pizza02 img {width: 100%;}

.sub_menu .menu_notice {margin-bottom: 50px; border: 1px solid #a26b0e; padding: 50px 0 50px 400px;}
.sub_menu .menu_notice h2 {font-size: 42px; color: #981b20; margin-bottom: 30px;}
.sub_menu .menu_notice h2 span {display: inline-block; background: #981b20; font-size: 18px; text-align: center; width: 50px; height: 50px; color: #fff; border-radius: 50%; line-height: 50px; vertical-align: middle; margin-right: 15px;} 
.sub_menu .menu_notice h3 {font-size: 32px; font-weight: 300; line-height: 1.5em;}
.sub_menu .menu_notice h3 span {color: #a26b0e; font-size: 24px; font-weight: 900;}
.sub_menu .menu_notice h3 small {color: #a26b0e; font-weight: 900; font-size: 18px;}
.sub_menu .menu_notice p {line-height: 2em; color: #666;}

.sub_menu .sub_menu_list ul:nth-of-type(1) li {margin-bottom: 110px;}
.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: 60%; height: 60%; padding: 100px 50px; 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: 42px; 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: 100px; position: relative;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des:before {position: absolute; content: ''; width: 100px; height: 1px; background: #333; top: -50px; 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: 22px;}
.sub_menu .sub_menu_list .modal_box .modal_wrap .modal_des p strong {color: #333; font-size: 24px;}
.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: #fff; padding: 15px 0; background: #a26b0e; font-size: 18px; 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: 100px;}
.sub_menu .sub_menu01 ul {text-align: center;}
.sub_menu .sub_menu01 ul > li {width: 300px; height: 300px; margin-right: 20px; display: inline-block; margin-top: 15px; margin-bottom: 80px; cursor: pointer; transition:.3s;}
.sub_menu .sub_menu01 ul > li:last-child {margin-right: 0;}
.sub_menu .sub_menu01 > ul > li h2 {}
/*.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;}


.sub04_02 {background: #fff;}
.sub04_01 {background: #fff;}
.sub_open {text-align: center;}
.sub_open > img {display: inline-block;}

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

.sub_money {width: 1200px; margin: 0 auto;}
.sub_money .sub_money_title h2 {color: #981b20; line-height: 1.7em; font-size: 32px; text-align: center; margin-bottom: 50px; font-weight: 900;}
.sub_money > h2 {text-align: center; color: #333;}
.sub_money .basic{margin-top:10px; border-collapse:collapse; margin-bottom: 20px; border:1px solid #ddd;}
.sub_money .basic tr td:nth-child(1) {background: #efefef; color: #333;}
.sub_money .basic th{padding:15px 10px; font-size:20px; color:#fff; background:#981b20;}
.sub_money .basic td{padding:20px 10px; font-size:13px; color:#333; text-align:center; line-height:24px; background: #fff;}
.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 > p {font-size: 32px; text-align: center; margin: 20px 0;}
.sub_money ul {text-align: center; font-size: 16px; line-height: 1.5em; color: #999; font-weight: 700;}

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

