@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');
@font-face {
    font-family: 'Jeongnimsaji-R';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/Jeongnimsaji-R.woff2') format('woff2');
    font-weight: 400;
    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; font-family:'Montserrat', '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 {line-height: 2em; letter-spacing: -0.5px;}
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;}
table {border-collapse: collapse;}
.wrap {width: 100%; 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: 'Jeongnimsaji-R';}
.container { background: url(../../img/bgimg.jpg) repeat center / cover;}

/*********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: 220px; }
header .menu_btn {position: absolute; right: 10px; top: 15px; padding: 5px 10px; background: #fff; border-radius: 20px; color: #803e26;}
header .menu_btn h3 {font-size: 14px;}
header .menu_btn div {position: absolute; width: 100%; height: 3px; background: #803e26; 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 #803e26; transition:.3s;}
header .menu.on {right: -1%;}
header .menu div.sidemenu {position: relative; margin-bottom: 15px; border-bottom: 1px solid  #803e26;}
header .menu div.sidemenu p {color: #333; font-size: 16px; color: #803e26; padding-bottom: 10px; position: relative;}
header .menu div.sidemenu > a {display: block; font-size: 16px; color: #803e26; 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 #803e26; border-bottom: 2px solid #803e26; 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: #803e26; left: 5px;}
header .menu div.sidemenu ul li a {display: block; color: #803e26; 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: #803e26; 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: 10%; right: 10px; display: block; width: 35px; height:35px; background: #803e26; text-align: center; display: none; border-radius: 50%; border: 2px solid  #fff; zi: 99999999px;}
.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; padding-bottom: 50px;}
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: #803e26;}
footer .wrap .footer_content p {font-size: 12px; line-height: 2em; color: #ddd;}
footer .wrap .footer_content p span {margin-right: 10px;}

.m_call {display: block; position: fixed; left: 0; bottom: 0; z-index: 999999999; width: 100%;}
.m_call img {width: 100%;}
/***************footer end***************/

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

.main_visual { margin-top: 60px; 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%; 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: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0; text-align: center;}
.main_visual_slide .swiper-slide-active .main_visual_txt { opacity: 1;}
.main_visual_slide .swiper-slide .main_visual_txt img {width: 100%;}
.main_visual .main_visual_txt p {font-size: 12px; letter-spacing: 6px; font-weight: 500;}
.main_visual .main_visual_txt h2 {font-size: 29px; font-weight: 900; line-height: 1.4em; margin: 10px 0;}
.main_visual .main_visual_txt h3 {font-size: 12px; font-weight: 300; margin-top: 20px;}
/*.main_slide*/


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

/**********main section***********/
section iframe {border-radius: 15px;}

.btns {border: 1px solid #666; color: #666; border-radius: 30px; padding: 5px 12px; display: inline-block; margin-top: 25px; transition:.4s; font-size: 12px;}
.btns:hover {background: #c2ab8f; color: #fff; border-color: #c2ab8f;}

.main_youtube02 {padding: 30px 15px; background: url(../../img/main_brandbg.jpg) no-repeat center bottom / cover; }
.main_youtube02 h2 {text-align: center; margin-bottom: 20px;}
.main_youtube02 h2 span{color: #ff0000; font-size: 32px;}
.main_youtube02 h2 img {width: 40px; vertical-align: top; margin-left: 6px;}
.main_youtube02 iframe {width: 100%; height: 200px;}

.main_brand {background: url(../img/main_brandbg.jpg) no-repeat center / cover;}
.main_brand .main_brand_txt {padding: 50px 20px;}
.main_brand .main_brand_txt > img {width: 100%;}
.main_brand .main_brand_txt a img {display: inline-block; width: 35%; margin-top: 25px;}

.main_ad {padding: 50px 25px; display: block !important; background:url(../img/main_adbg.jpg) no-repeat center / cover;}
.main_ad .wrap img {width: 100%; margin-bottom: 20px;}
.main_ad .wrap img:nth-of-type(1) {display: block;}

.main_ad .wrap ul li a div {text-align: left; position: absolute; left: 0; bottom: 0; padding: 20px;}
.main_ad .wrap ul li a div strong {font-size: 36px; line-height: 1.3em; text-shadow: 5px 0 10px #000; display: block;}
.main_ad .wrap ul li a div p {overflow: hidden; height: 0; text-shadow: 5px 0 10px #000; transition: all .5s; font-size: 13px; position: relative; margin-top: 15px; padding-top: 15px; opacity: 0;}
.main_ad .wrap ul li a div p:before {position: absolute; content: ''; width: 50px; height: 1px; left: 0; top: 0; background: #fff;} 
.main_ad .wrap ul li a .plus {position: absolute; width: 24px; height: 24px; right: 30px; bottom: 30px; opacity: 1; transition: all .5s; z-index: 99999;}
.main_ad .wrap ul li a .plus:before {position: absolute; content: ''; width: 100%; height: 1px; background: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);} 
.main_ad .wrap ul li a .plus:after {position: absolute; content: ''; width: 1px; height: 100%; background: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);} 

.main_ad .wrap ul li:hover a:before {opacity: 1;}
.main_ad .wrap ul li:hover p {height: 150px; opacity: 1;}
.main_ad .wrap ul li:hover .plus {opacity: 0;}
.main_ad .wrap ul li a .plus:hover {transform: rotate(360deg);}

.main_youtube {padding: 50px 15px; background: #1e1e1e;}
.main_youtube .wrap > img {width: 100%;}
.main_youtube .wrap ul {text-align: center; margin-top: 30px;}
.main_youtube .wrap ul li {margin-bottom: 15px;}
.main_youtube .wrap ul li iframe {width: 100%; height: 200px;}

.main_marketing .main_marketing_cont {padding: 50px 15px;}
.main_marketing .main_marketing_cont {text-align: center;}
.main_marketing .main_marketing_cont img {width: 100%; margin-bottom: 20px;}
.main_marketing .main_marketing_cont img.tit {width: 60%;}
.main_marketing .main_marketing01 {background: url(../img/main_marketing01bg.jpg) no-repeat center / cover;}
.main_marketing .main_marketing02 {background: url(../img/main_marketing02bg.jpg) no-repeat center / cover;}
.main_marketing .main_marketing03 {background: url(../img/main_marketing03bg.jpg) no-repeat center / cover;}

.main_menu {}
.main_menu ul li { text-align: center; color: #fff; position: relative; transition:.5s;}
.main_menu ul li:nth-of-type(1) {background: url(../../img/main_menu01.jpg) no-repeat center / cover;}
.main_menu ul li:nth-of-type(2) {background: url(../../img/main_menu02.jpg) no-repeat center / cover;}
.main_menu ul li:nth-of-type(3) {background: url(../../img/main_menu03.jpg) no-repeat center / cover;}
.main_menu ul li div { width: 100%; height: 100%; padding: 30px 0; background: rgba(0,0,0,0.5); opacity: 1; transition: .5s;}
.main_menu ul li div img {display: inline-block; width: 50%; padding-bottom: 30px;}
.main_menu ul li div h2 {font-size: 40px; margin-bottom: 30px;}
.main_menu ul li div .btns {color: #fff; border-color: #fff;}
.main_menu ul li div .btns:hover {border-color: #81684a;}

.main_power {background: url(../../img/main_powerbg.jpg) no-repeat center / cover; padding: 100px 20px;}
.main_power .wrap div { background: rgba(194, 171, 143, 0.6); color: #fff; padding: 25px 15px; box-shadow: 3px 3px 6px 3px rgb(0 0 0 / 15%); position: relative; text-align: center;}
.main_power .wrap div h3 {font-weight: 500; font-size: 18px;}
.main_power .wrap div h2 {font-size: 36px; margin: 15px 0;}
.main_power .wrap div p {line-height: 2em; font-size: 13px;}
.main_power .wrap div img {width: 70px; opacity: .5; margin: 20px 0;}
.main_power .wrap div .btns {border-color: #fff; color: #fff; margin-top: 20px;}
.main_power .wrap div .btns:hover {background: #81684a; border-color: #81684a;}

.main_go {padding: 0px 15px;}
.main_go .wrap {margin-top: -50px; background: #fff; padding: 20px;}
.main_go .wrap ul li {}

.main_go .wrap ul li h2 {padding: 15px; color: #fff; font-weight: 900; font-size: 20px;}
.main_go .wrap ul li:nth-of-type(1) h2 {background: #81684a;}
.main_go .wrap ul li:nth-of-type(2) h2 {background: #803e26;}
.main_go .wrap ul li div {height: 200px;}
.main_go .wrap ul li a {display: block; padding: 25px 0; position: relative; padding-left: 15px;}
.main_go .wrap ul li a:before {position: absolute; content: ''; height: 50%; width: 1px; background: #c2ab8f; left: 0; top: 50%; transform: translateY(-50%);}
.main_go .wrap ul li a h3 {color: #666; font-weight: 500; margin-bottom: 10px; font-size: 18px; color: #000;}
.main_go .wrap ul li a p {color: #803e26; font-weight: 300; font-size: 13px;}
.main_go .wrap ul li a span {display: inline-block; width: 50px; height: 50px; background: #c2ab8f; position: absolute; bottom: 30px; right: 30px; transition:.3s; display: none;}
.main_go .wrap ul li a span:before {position: absolute; content: ''; width: 12px; height: 12px; border-top: 3px solid  #fff; border-right: 3px solid #fff; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg);}
.main_go .wrap ul li a:hover span {right: 10px;}

.main_go .wrap ul li:nth-of-type(1) div {background: url(../../img/main_go01.jpg) no-repeat center / cover; transition:.5s;}
.main_go .wrap ul li:nth-of-type(2) div {background: url(../../img/main_go02.jpg) no-repeat center / cover; transition:.5s;}
.main_go .wrap ul li:hover div {background-size: 105%}

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

/**************sub common******************/
.sub {background: url(../img/subbg.jpg) repeat center;}
.sub > .wrap {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: 130px; }
.subtop h3 {font-size: 16px; font-weight: 300; letter-spacing: 8px; margin-bottom: 10px;}
.subtop h1 {font-size: 40px; margin-bottom: 10px; font-weight: 900;}
.subtop p {font-size: 14px; 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 { margin: 0 auto; z-index: 99; overflow: hidden; border-bottom: 1px solid #ddd;}
.sub_cate a {display: block; float: left; width: 25%; height: 50px; line-height: 50px; text-align: center; font-size: 12px; color: #333; flex:1; transition: .3s; letter-spacing: -1px;}
.sub_cate a:hover {background: rgba(194, 171, 143, 0.3);}
.sub03 .sub_cate a {width: 20%;}
.sub04 .sub_cate a {width: 50%;}
.sub1 .sub_cate a:nth-child(1) {border-bottom: 2px solid #c2ab8f; color:#c2ab8f; font-weight: 500;}
.sub2 .sub_cate a:nth-child(2) {border-bottom: 2px solid #c2ab8f; color:#c2ab8f; font-weight: 500;}
.sub3 .sub_cate a:nth-child(3) {border-bottom: 2px solid #c2ab8f; color:#c2ab8f; font-weight: 500;}
.sub4 .sub_cate a:nth-child(4) {border-bottom: 2px solid #c2ab8f; color:#c2ab8f; font-weight: 500;}
.sub5 .sub_cate a:nth-child(5) {border-bottom: 2px solid #c2ab8f; color:#c2ab8f; font-weight: 500;}
.sub6 .sub_cate a:nth-child(6) {border-bottom: 2px solid #c2ab8f; color:#c2ab8f; font-weight: 500;}
.sub7 .sub_cate a:nth-child(7) {border-bottom: 2px solid #c2ab8f; color:#c2ab8f; font-weight: 500;}

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

.stable {width: 100%; border-color: #cecece;}
.stable th {background: #c2ab8f; 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: #c2ab8f; font-weight: 700; transition:.3s; font-size: 12px;}
.stable td a:hover {opacity: .8;}

.sub_cont {padding: 50px 0;}

.sub_board {padding: 0 15px;}

/**************sub ******************/
.sub_brand {background: url(../../img/sub_brandbg.jpg) no-repeat center / cover fixed;}
.sub_brand_cont .wrap .sub_brand_cont01 {text-align: center;}
.sub_brand_cont .wrap .sub_brand_cont01 .sub_brand_logo img {padding: 30px 0; width: 70%;}
.sub_brand_cont .wrap .sub_brand_cont01 .sub_brand_intro {width: 85%; text-align: center; display: inline-block; position: relative; margin-bottom: 50px;}
.sub_brand_cont .wrap .sub_brand_cont01 .sub_brand_intro:before {position: absolute; content: ''; width: 25px; height: 25px; left: 0; top: 0; border-top: 1px solid firebrick; border-left: 1px solid firebrick;}
.sub_brand_cont .wrap .sub_brand_cont01 .sub_brand_intro:after {position: absolute; content: ''; width: 25px; height: 25px; right: 0px; bottom: 0; border-bottom: 1px solid firebrick; border-right: 1px solid firebrick;}
.sub_brand_cont .wrap .sub_brand_cont01 .sub_brand_intro h2 {font-size: 20px; display: inline-block; padding: 10px 0; line-height: 1.5em;}
.sub_brand_cont .wrap .sub_brand_cont01 .sub_brand_intro h2 strong {font-size: 24px; color: firebrick;}
.sub_brand_cont .wrap .sub_brand_cont01 .sub_brand_img {background: url(../../img/sub_brand01.jpg) no-repeat center / cover; height: 200px;}

.sub_brand_cont .wrap .sub_brand_cont02 {margin-top: 50px; padding: 0 15px;}
.sub_brand_cont .wrap .sub_brand_cont02 h2 {font-size: 24px; margin-bottom: 15px;}
.sub_brand_cont .wrap .sub_brand_cont02 h2 span {color: firebrick;}
.sub_brand_cont .wrap .sub_brand_cont02 h3 {font-weight: 300; font-size: 15px; margin-bottom: 15px;}
.sub_brand_cont .wrap .sub_brand_cont02 p {font-size: 14px;}

.sub_brand_cont .wrap .sub_brand_cont03 {margin: 50px 0; text-align: center;}
.sub_brand_cont .wrap .sub_brand_cont03 ul {}
.sub_brand_cont .wrap .sub_brand_cont03 ul li {width: 32%; float: left; margin-right: 2%;}
.sub_brand_cont .wrap .sub_brand_cont03 ul li:last-of-type {margin-right: 0;}
.sub_brand_cont .wrap .sub_brand_cont03 ul li img {width: 100%;}
.sub_brand_cont .wrap .sub_brand_cont03 h3 {color: firebrick; font-size: 22px;  margin-top: 30px; margin-bottom: 15px;}
.sub_brand_cont .wrap .sub_brand_cont03 p {font-size: 13px;}
.sub_brand_cont .wrap .sub_brand_cont03 h4 {color: firebrick; font-size: 18px; line-height: 2em; margin-top: 100px; position: relative;}
.sub_brand_cont .wrap .sub_brand_cont03 h4:before {position: absolute; content: ''; height: 70px; width: 1px; background: firebrick; left: 50%; transform: translateX(-50%); top: -85px;}
 
.sub01_02 {background: url(../../img/sub_effectbg.jpg) no-repeat center / cover;}
.sub_effect ul li { margin-bottom: 60px; text-align: center; padding: 0 30px;}
.sub_effect ul li div {display: inline-block; width: 70%; border-radius: 50%; position: relative;}
.sub_effect ul li div:before {position: absolute; content: ''; width: 107%; height: 107%; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 2px dashed  #c2ab8f; animation: circle 30s linear infinite alternate running;}
@keyframes circle {
	0% {
		transform: translate(-50%,-50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
.sub_effect ul li div img {width: 100%; border-radius: 50%;}
.sub_effect ul li h2 {color: #b9884d; position: relative; margin-top: 30px; margin-bottom: 15px; font-size: 36px;}
.sub_effect ul li p {font-size: 12px;}

.sub_interior {text-align: center;}
.sub_interior img {width: 100%;}

.sub_bi {text-align: center;}
.sub_bi img {display: inline-block; padding: 30px 0; width: 80%;}
.sub_bi ul {padding: 0 15px;}
.sub_bi ul li {background: #fff; }
.sub_bi ul li p {background: #c2ab8f; color: #fff; padding: 5px 0; font-size: 14px;}

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

.sub_menu .menu_notice {text-align: center;}
.sub_menu .menu_notice h2 {font-size: 20px; color: #c2ab8f; margin-bottom: 30px; line-height: 1.5em;}
.sub_menu .menu_notice h2 strong {color: firebrick;}
.sub_menu .menu_notice h2 span {display: inline-block; background: #c2ab8f; font-size: 24px; text-align: center; width: 50px; height: 50px; color: #fff; border-radius: 50%; line-height: 45px; vertical-align: middle; margin-bottom: 30px;} 

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

.sub_menu .sub_menu01 {padding: 0 15px;}
.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: 49%; margin-right: 2%; float: left; margin-top: 15px; transition:.3s; border-radius: 20px; overflow: hidden;}
.sub_menu .sub_menu01 ul > li:nth-of-type(2n) {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_power ul {padding: 0 15px;}
.sub_power ul li {padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dashed #803e26;}
.sub_power ul li:last-of-type {border-bottom: none;}
.sub_power ul li > img {display: block; width: 100%; border-radius: 10px;}
.sub_power ul li > div {}
.sub_power ul li > div h2 {color: firebrick; font-size: 24px; position: relative; margin: 15px 0;}
.sub_power ul li > div p {font-size: 14px; color: #666; line-height: 2em; position: relative; padding-left: 10px; margin-bottom: 20px;}
.sub_power ul li > div p:last-of-type {margin-bottom: 0;}
.sub_power ul li > div p:before {position: absolute; content: ''; top: 12px; left: 1px; width: 4px; height: 4px; background: firebrick; border-radius: 50%;}

.sub_point ul {position: relative; padding: 0 15px;}
.sub_point ul li {position: relative; padding-bottom: 40px; margin-bottom: 40px; text-align: center;}
.sub_point ul li:before {position: absolute; content: ''; width: 50%; height: 1px; background: #ddd; left: 50%; transform: translateX(-50%); bottom: 0;}
.sub_point ul li:last-of-type {padding-bottom: 0; margin-bottom: 0;}
.sub_point ul li:last-of-type:before {display: none;}
.sub_point ul li img {display: block; width: 100%; margin: 15px 0;}
.sub_point ul li h2 {font-size: 20px; margin-bottom: 10px; color: firebrick;}
.sub_point ul li p {font-size: 13px; line-height: 2em; color: #666;}

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

.sub_money {padding: 0 15px;}
.sub_money .sub_money_title h2 {color: #c2ab8f; 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:#c2ab8f;}
.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 ul {text-align: center; font-size: 12px; line-height: 2em; color: #999; font-weight: 700; letter-spacing: -1px;}

/*******모바일 폼메일 및 매장안내(상품스킨) 스타일**********/

.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_list li .img_box a img {width: 100%; height: 100%;}
.sub_board .prd_view_table_head tr > td {display: block; width: 100%;}
.sub_board .AWbbs_f_search input[type="text"] {width: inherit;}

.sub_board .consult_cont th {width: 30%; font-size: 12px;}
.sub_board .consult_cont td .phone_0,
.sub_board .consult_cont td .phone_1,
.sub_board .consult_cont td .phone_2 {width: 29%;}
.sub_board .consult_cont td .email_1,
.sub_board .consult_cont td .email_2,
.sub_board .consult_cont td .email_3 {width: 29%;}

.sub_board .AWbbs_input_table {border: none !important;}
.sub_board .AWbbs_input_table .textarea {font-size: 12px;}
.sub_board .AWbbs_input_table .top10 {text-align: center;}
.sub_board .AWbbs_input_table .top10 p {display: inline-block; line-height: 1em;}