@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; word-break: keep-all;}
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; background: #000;}
table {border-collapse: collapse;}
.wrap {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;}
/*********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: 50px; background: #000; position: fixed; width: 100%; left: 0; top: 0; z-index: 999999; transition:.3s; overflow: hidden;}
/*header.on {background: #000;}*/
header .logo_top {float: left; transition: .2s; margin-top: 12px; margin-left: 6px;}
header .logo_top:hover {opacity: .8;}
header .logo_top img {width: 150px;}
header .menu_btn {position: absolute; right: 10px; top: 14px; width: 30px; height: 22px;}
header .menu_btn div {width: 100%; height: 3px; background: #fff; position: absolute; transition: .5s;}
header .menu_btn div:nth-of-type(1) {top: 0;}
header .menu_btn div:nth-of-type(2) {top: 50%; transform: translateY(-50%);}
header .menu_btn div:nth-of-type(3) {bottom: 0;}

header .menu {position: fixed; right: -100%; top: 0; height: 100%; width: 65%; background: #111; padding: 60px 20px 0 20px; transition:.3s; z-index: 9999; overflow-y: scroll;}
header .menu.on {right: 0;}
header .menu div.sidemenu {position: relative; margin-bottom: 10px; border-bottom: 1px solid  #fff;}
header .menu div.sidemenu p {font-size: 16px; color: #fff; padding-bottom: 5px; position: relative;}
header .menu div.sidemenu > a {display: block; font-size: 16px; color: #fff; padding-bottom: 5px; position: relative;}
header .menu div.sidemenu > a img {width: 25px; vertical-align: top; margin-right: 10px;}
header .menu div.sidemenu p:before {position: absolute; content: ''; top: 30%; right: 10px; transform: translateY(-50%) rotate(-45deg); border-left: 1px solid #fff; border-bottom: 1px solid #fff; width: 7px; height: 7px; transition:.3s;}
header .menu div.sidemenu p.on:before {transform: rotate(135deg);}
header .menu div.sidemenu ul {padding-bottom: 3px; 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: #fff; left: 5px;}
header .menu div.sidemenu ul li a {display: block; color: #999; font-size: 14px; padding: 5px 0; transition: .3s; padding-left: 10px;}

header .close_btn {position: absolute; right: 0px; top:10px; width: 30px; height: 30px;}
header .close_btn div {position: absolute; width: 3px; height: 100%; background: #fff; 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 end***********/

/***************footer***************/
footer {background: #141414; text-align: center;}
footer .wrap .footer_logo img {width: 150px; margin-bottom: 20px;}
footer .wrap .footer_content {padding: 30px 0;}
footer .wrap .footer_content p {font-size: 13px; line-height: 2em; color: #fff; letter-spacing: 0;}
footer .wrap .footer_content p span {margin-right: 20px;}
footer .wrap .footer_content div ul li h3 {color: #fff; margin-bottom: 10px;}
footer .wrap .footer_content div ul li a {color: #fff; line-height: 2em; font-size: 14px; transition:.3s;}
footer .wrap .footer_content div ul li a:hover {opacity: .6;}

footer .copyright {border-top: 1px solid #ddd; text-align: center; padding: 15px 0;}
footer .copyright p {color: #fff; font-size: 12px; letter-spacing: -1px;}
/***************footer end***************/

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

.main_visual {width: 100%; position: relative; overflow: hidden; margin-top: 50px;}
.main_visual_slide {overflow: hidden; position: relative; width: 100%; height: 90vh;} 
.main_visual_slide .swiper-slide {overflow: hidden; position: relative;}
.main_visual_slide .swiper-slide > img {width: 100%; height: 100%; object-fit: cover;}

.main_visual_slide .swiper-slide ul {color: #fff; z-index: 999; transition:2s; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90%;}
.main_visual_slide .swiper-slide .main_visual_txt h2 {font-family: 'Montserrat', sans-serif; font-size: 40px; font-weight: 900; font-style: italic;}
.main_visual_slide .swiper-slide .main_visual_txt p {font-size: 13px; margin-top: 8px; line-height: 2em;}
.main_visual_slide .swiper-slide .main_visual_txt a {display: inline-block; border: 1px solid  #fff; border-radius: 8px; padding: 8px 12px; font-size: 13px; color: #fff; margin-top: 15px; transition:.5s;}
.main_visual_slide .swiper-slide .main_visual_txt a:hover {background: #fff; color: #333;}
.main_visual_slide .swiper-slide ul li {text-align: center;}
.main_visual_slide .swiper-slide ul li img {width: 80%;}
.main_visual_slide .swiper-slide ul li:nth-of-type(2) {margin-top: 50px; transition:.5s;}
.main_visual_slide .swiper-slide-active li:nth-of-type(2) {transform: translateY(-20px);}
/*.main_slide*/


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

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

section:not(.main_visual){margin: 70px auto; padding: 0 15px;}
.more {display: inline-block; padding: 6px 12px; color: #fff; border: 1px solid  #fff; text-align: center; transition:.5s; border-radius: 6px; font-size: 13px;}
.more:hover {background: #fff; color: #333;}
.maintitle {text-align: center; margin: 30px 0;}
.maintitle h2 {font-size: 24px; font-weight: 500; color: #fff; font-family: 'Montserrat', sans-serif;}
.maintitle p {font-size: 14px; color: #666; margin-top: 15px; line-height: 2em; }

.main_notice .main_board { text-align: center;}
.main_notice .main_board ul li {padding-top: 10px; padding-bottom: 5px; border-bottom: 1px solid #939393; display: block; font-size: 13px;}
.main_notice .main_board ul li:before,
.main_notice .main_board ul li:after{display:table; content:"";}
.main_notice .main_board ul li:after{clear:both;}
.main_notice .main_board .lst a {text-align: left; color: #fff; float: left; width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.main_notice .main_board span {float: right; color: #fff; font-size: 10px;}
.main_notice .main_board .more {margin-top: 15px;}

.main_product .wrap ul li { margin-bottom: 30px;}
.main_product .wrap ul li img { width: 35%; float: left;}
.main_product .wrap ul li div { width: 65%; float: right; color: #fff; padding-left: 10px;}
.main_product .wrap ul li div h3 {font-size: 18px; font-weight: 900; font-style: italic; margin-bottom: 4px;}
.main_product .wrap ul li div h3 span {display: inline-block; padding: 5px; background: red; margin-left: 8px; font-size: 10px; border-radius: 4px; vertical-align: text-bottom;} 
.main_product .wrap ul li div p {font-size: 12px; line-height: 2em;} 
.main_product .wrap ul li div .more {margin-top: 5px;}
/*.main_product .wrap ul li:nth-of-type(5) div:nth-of-type(1) {position: relative; width: 240px; height: 160px; overflow: hidden; float: left;}*/
/*.main_product .wrap ul li:nth-of-type(5) div:nth-of-type(1) img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%;}*/

.main_story .wrap {position: relative;}
.main_story .wrap img {width: 100%;}
.main_story .wrap .main_story_txt { color: #fff; }
.main_story .wrap .main_story_txt h2 {font-size: 24px; font-weight: 900; margin-bottom: 5px; margin-top: 20px;}
.main_story .wrap .main_story_txt p {line-height: 2em; color: #fff;  font-size: 13px; margin-bottom: 20px;}
.main_story .wrap .main_story_txt a {border: 1px solid  #fff; color: #fff;}


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

/**************sub common******************/
.sub {margin-top: 50px;}
.sub > .wrap {padding: 30px 10px;}
.subtop {background-repeat: no-repeat; background-position: center; background-size: cover; height: 130px; text-align: center; color: #fff; position: relative; display: flex; align-items: center; justify-content: center; flex-grow: 1;}
.subtop h1 {font-size: 36px; font-weight: 700;}
.subtop h1 small {font-size: 13px; font-weight: 400; display: block;}
.subtop01 {background-image: url(../../img/subtop01.png);}
.subtop02 {background-image: url(../../img/subtop02.png);}
.subtop03 {background-image: url(../../img/subtop03.png);}
.subtop04 {background-image: url(../../img/subtop03.png);}
.subtop05 {background-image: url(../../img/subtop03.png);}
.subtop06 {background-image: url(../../img/subtop03.png);}
.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 {}

.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:before {position: absolute; content: ''; width: 50px; height: 1px; background: #a26b0e; left: 50%; transform: translateX(-50%); bottom: 90px;}

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

/**************sub ******************/
.sub_about ul li {color: #fff;}
.sub_about ul li p img {width: 100%; display: block; margin: 25px 0;}
.sub_about ul li h3 {font-weight: 300; font-size: 24px; text-align: center;}
.sub_about ul li h3 img {width: 140px; display: inline; vertical-align: baseline; }
.sub_about ul li h2 {font-weight: 500; font-size: 18px; margin-top: 15px; margin-bottom: 30px; text-align: center;}
.sub_about ul li p {line-height: 2em; font-size: 14px; color: #959595;}
.sub_about ul li p b {font-weight: 500; font-size: 18px; color: #fff; display: block;}
.sub_all .sub_all_title {color: #fff; position: relative; margin-bottom: 30px; overflow: hidden;}
.sub_all .sub_all_title h2 {font-size: 28px; font-weight: 300; display: inline-block; background: #000; padding-right: 15px;}
.sub_all .sub_all_title span {position: absolute; top: 50%; transform: translateY(-50%); height: 1px; background: #fff; width: 100%;}
.sub_all ul {margin-bottom: 30px;}
.sub_all ul li { margin-bottom: 30px;}
.sub_all ul li img { width: 25%; float: left;}
.sub_all ul li div { width: 75%; float: right; color: #fff; padding-left: 10px;}
.sub_all ul li div h3 {font-size: 18px; font-weight: 900; font-style: italic; margin-bottom: 5px;}
.sub_all ul li div h3 span {display: inline-block; padding: 3px 5px; background: red; margin-left: 5px; font-size: 10px; border-radius: 4px; vertical-align: top;}
.sub_all ul li div p {font-size: 13px; line-height: 2em;} 
.sub_all ul li div .more {margin-top: 10px;}

.sub_club p {text-align: left;}
.sub_club .sub_club01 {padding: 50px 15px; background: url(../../img/sub_clubtop.png) no-repeat center / cover;}
.sub_club .sub_club01 ul li .swiper {overflow: hidden;}
.sub_club .sub_club01 ul li .swiper img {width: 100%;}
.sub_club .sub_club01 ul li .sub_club01_txt {color: #fff; text-align: center; padding-top: 30px;}
.sub_club .sub_club01 ul li .sub_club01_txt h2 {font-size: 24px; font-weight: 700; font-style: italic; margin-bottom: 10px;}
.sub_club .sub_club01 ul li .sub_club01_txt h2 span {padding: 3px 6px; background: red; display: inline-block; text-align: center; margin-left: 5px; font-size: 12px; vertical-align: text-top;}
.sub_club .sub_club01 ul li .sub_club01_txt h3 {font-size: 18px; margin-bottom: 10px;}
.sub_club .sub_club01 ul li .sub_club01_txt p {line-height: 2em; margin-bottom: 10px; font-size: 14px;}
.sub_club .sub_club01 .sub_club01_photo {display: flex; align-items: center; justify-content: space-between;}
.sub_club .sub_club01 .sub_club01_photo img {width: 19%;}
.sub_club .sub_club02 {text-align: center; padding: 30px 15px; margin-bottom: 30px;}
.sub_club .sub_club02 img {width: 100%;}
.sub_club .sub_club02 .sub_club_table {border-color: #fff; width: 100%; color: #fff;}
.sub_club .sub_club02 .sub_club_table th,
.sub_club .sub_club02 .sub_club_table td {font-weight: 300; padding: 6px 0; font-size: 13px;}
.sub_club .sub_club02 .sub_club_table th {text-align: left; font-size: 13px; padding-left: 5px;}
.sub_club .sub_club02 .sub_club_table tr:last-of-type th {border-bottom: none;}
.sub_club .sub_club02 .sub_club_table td {text-align: center;}
.sub_club .sub_club03 {margin-bottom: 30px; padding: 0 15px;}
.sub_club .sub_club03 .sub_club03_txt { margin: 0 auto; color: #fff; text-align: center;}
.sub_club .sub_club03 .sub_club03_txt h2 {margin-bottom: 15px; font-size: 24px; font-weight: 500;}
.sub_club .sub_club03 .sub_club03_txt p {line-height: 2em; font-size: 14px;}
.sub_club .sub_club04 {color: #fff; padding: 0 15px; margin-bottom: 50px;}
.sub_club .sub_club04 img {width: 100%; margin-top: 15px;}
.sub_club .sub_club04 .sub_club04_title { text-align: center;}
.sub_club .sub_club04 .sub_club04_title h2 { text-align: center; margin-bottom: 15px; font-size: 24px; font-weight: 500;}
.sub_club .sub_club04 .sub_club04_title p {line-height: 2em; font-size: 14px;}
.sub_club .sub_club04 ul li {text-align: center; margin-bottom: 50px;}
.sub_club .sub_club04 ul li h3 {font-weight: 900; font-style: italic; font-size: 24px;}
.sub_club .sub_club04 ul li p {margin: 15px 0; line-height: 2em; font-size: 14px;}
.sub_club .sub_club04 ul li h4 {font-size: 18px; margin-bottom: 15px;}
.sub_club .sub_club04 ul li img {width: 50%; margin: 15px;}
.sub_club .sub_club05 {margin: 30px 0; padding: 0 15px;}
.sub_club .sub_club05 img {width: 100%; margin-top: 8px;}
.sub_club .sub_club06 {margin: 30px 0; padding: 0 15px;}
.sub_club .sub_club06 img {width: 100%; margin-top: 8px;}

.sub_bag {margin-top: 50px;}
.sub_bag .wrap p {text-align: center; font-size: 14px;}
.sub_bag ~ .sub_club05 img {width: 49%;}
.z512fair .sub_club04 .wrap .sub_club04_title p {text-align: center;}

.sub_weight .sub_weight01 > h2 {color: #fff; margin-top: 50px; margin-bottom: 20px; font-size: 20px;}
.sub_weight .sub_weight01 ul {margin-bottom: 15px;}
.sub_weight .sub_weight01 ul li {float: left; width: 32%; margin-right: 2%;}
.sub_weight .sub_weight01 ul li:nth-of-type(3n) {margin-right: 0;}
.sub_weight .sub_weight01 ul li img {width: 100%;}
.sub_weight .sub_weight01 ul li p {color: #fff; font-size: 14px;}
.sub_weight .sub_club02 div {width: 100%;}
.sub_weight .sub_club02 div > h2 {color: #fff; text-align: left; margin: 50px 0 10px; font-size: 20px;}
.sub_weight .sub_club02 div > h2:last-of-type {text-align: center; margin-top: 10px;}
.sub_weight .sub_club02 div .sub_club_table {width: 100%; display: table;}

/*******모바일 폼메일 스타일**********/
.sub_board .consult_cont th {width: 30%; font-size: 13px;}
.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%; font-size: 12px;}

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

