@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 {
  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;
}
/*********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: 0.3s;
}
.topbtn:hover:before {
  top: 50%;
}
.topbtn a {
  display: block;
  height: 100%;
  position: relative;
}

/*********header***********/
header {
  padding: 0 30px;
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999999;
  transition: 0.3s;
  text-align: center;
  background: #000;
}
header .logo_top {
  float: left;
  transition: 0.2s;
}
header .logo_top:hover {
  opacity: 0.8;
}
header .logo_top img {
  width: 220px;
  transition: 0.5s;
  margin-top: 25px;
}

header .menu {
  float: right;
  height: 80px;
}
header .menu > a {
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  vertical-align: middle;
  float: left;
  height: 100%;
  line-height: 80px;
}
header .submenu {
  margin-right: 30px;
  float: left;
  display: inline;
}
header .submenu a {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  height: 100%;
  line-height: 80px;
  display: block;
}
header .menu > a:hover {
  border-bottom: 3px solid #fff;
}
header .menu div > a:hover {
  border-bottom: 3px solid #fff;
}
header .menu > a img {
  width: 25px;
  vertical-align: middle;
}
header .menu > a:nth-of-type(6),
header .menu > a:nth-of-type(7),
header .menu > a:nth-of-type(8) {
  margin-right: 10px;
}

header .sidemenu {
  right: 100%;
  transition: 0.3s;
}
header .sidemenu.on {
  right: 0;
}
header .sidemenu div {
  position: absolute;
  top: 80px;
  right: -100%;
  transition: 0.3s;
  width: 100%;
  padding: 30px 0;
  background: #072c4b;
  text-align: right;
  opacity: 0;
}
header .sidemenu div.on {
  right: 0;
  opacity: 1;
}
header .sidemenu div ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 45px;
  text-align: center;
}
header .sidemenu div ul li.redbtn {
  position: relative;
}
header .sidemenu div ul li.redbtn:before {
  position: absolute;
  content: "NEW";
  font-family: "Montserrat", sans-serif;
  background: red;
  padding: 3px 6px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
  font-size: 12px;
  font-weight: 900;
}
header .sidemenu div ul li a {
  color: #fff;
  line-height: 2em;
  transition: 0.3s;
}
header .sidemenu div ul li a:hover {
  text-decoration: underline;
}
header .sidemenu div ul li h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}
header .sidemenu div ul li a p {
  font-size: 18px;
}
/*********header end***********/

/***************footer***************/
footer {
  background: #141414;
}
footer .wrap div {
  float: left;
  margin-right: 50px;
}
footer .wrap .footer_logo img {
  width: 250px;
  margin-bottom: 20px;
}
footer .wrap .footer_content {
  padding: 50px 0;
}
footer .wrap .footer_content > div {
  float: left;
  margin-right: 100px;
}
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 .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: 0.3s;
}
footer .wrap .footer_content div ul li a:hover {
  opacity: 0.6;
}
footer .wrap .footer_content div ul li a h3 {
}
footer .wrap .footer_go {
  display: block;
  float: right;
  margin-top: 50px;
}

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: 80px;
}
.main_visual_slide {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main_visual_slide .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 700px;
}
.main_visual_slide .swiper-slide > img {
  width: 100%;
  vertical-align: top;
  display: block;
}

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

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

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

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

.main_notice .main_board {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.main_notice .main_board ul li {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #939393;
  display: block;
  font-size: 18px;
}
.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 {
  color: #fff;
  display: block;
  float: left;
}
.main_notice .main_board span {
  float: right;
  color: #fff;
  font-size: 14px;
}
.main_notice .main_board .more {
  margin-top: 30px;
}

.main_product .wrap ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.main_product .wrap ul li:nth-of-type(even) {
  margin-right: 0;
}
.main_product .wrap ul li img {
  width: 35%;
  float: left;
}
.main_product .wrap ul li div {
  width: 65%;
  float: right;
  color: #fff;
  padding-left: 20px;
}
.main_product .wrap ul li div h3 {
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 20px;
}
.main_product .wrap ul li div h3 span {
  display: inline-block;
  padding: 6px 15px;
  background: red;
  margin-left: 20px;
  font-size: 16px;
  border-radius: 4px;
}
.main_product .wrap ul li div p {
  font-size: 14px;
  line-height: 2em;
}
.main_product .wrap ul li div .more {
  margin-top: 20px;
}
/*
.main_product .wrap ul li:nth-of-type(4) div:nth-of-type(1) {position: relative; width: 240px; height: 160px; overflow: hidden; float: left;}
.main_product .wrap ul li:nth-of-type(4) 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 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}
.main_story .wrap .main_story_txt h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
}
.main_story .wrap .main_story_txt p {
  line-height: 2em;
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
.main_story .wrap .main_story_txt a {
  border: 1px solid #666;
  color: #666;
}

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

/**************sub common******************/
.sub {
  margin-top: 80px;
}
.sub > .wrap {
  padding: 100px 0;
}
.subtop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 240px;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.subtop h1 {
  font-size: 54px;
  font-weight: 700;
}
.subtop h1 small {
  font-size: 14px;
  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: 0.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: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 {
  float: left;
  color: #fff;
}
.sub_about ul li:first-of-type {
  width: 65%;
  padding-right: 100px;
}
.sub_about ul li:last-of-type {
  width: 35%;
}
.sub_about ul li img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.sub_about ul li h3 {
  font-weight: 300;
  font-size: 24px;
}
.sub_about ul li h3 img {
  width: 200px;
  display: inline;
  vertical-align: bottom;
}
.sub_about ul li h2 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px;
}
.sub_about ul li p {
  line-height: 2em;
  font-size: 16px;
  color: #959595;
}
.sub_about ul li p b {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.sub_all .sub_all_title {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.sub_all .sub_all_title h2 {
  font-size: 42px;
  font-weight: 300;
  display: inline-block;
  background: #000;
  padding: 0 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: 100px;
}
.sub_all ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.sub_all ul li:nth-of-type(even) {
  margin-right: 0;
}
.sub_all ul li img {
  width: 35%;
  float: left;
  height: 160px;
  object-fit: cover;
}
.sub_all ul li div {
  width: 65%;
  float: right;
  color: #fff;
  padding-left: 20px;
}
.sub_all ul li div h3 {
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 20px;
}
.sub_all ul li div h3 span {
  display: inline-block;
  padding: 6px 15px;
  background: red;
  margin-left: 20px;
  font-size: 16px;
  border-radius: 4px;
  vertical-align: middle;
}
.sub_all ul li div p {
  font-size: 14px;
  line-height: 2em;
  padding-right: 50px;
}
.sub_all ul li div .more {
  margin-top: 20px;
}

.sub_club .sub_club01 {
  padding: 50px 0;
  background: url(../img/sub_clubtop.png) no-repeat center / cover;
}
.sub_club .sub_club01 ul {
  width: 1400px;
  margin: 0 auto;
}
.sub_club .sub_club01 ul li {
  float: left;
}
.sub_club .sub_club01 ul li:nth-of-type(1) {
  width: 40%;
  margin-right: 2%;
}
.sub_club .sub_club01 ul li:nth-of-type(2) {
  width: 58%;
}
.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_club_slide img {width: 100%; height: 373px; object-fit: cover;}*/
.sub_club .sub_club01 ul li:nth-of-type(2) .swiper {
  width: 400px;
}
.sub_club .sub_club01 ul li .sub_club01_txt {
  color: #fff;
}
.sub_club .sub_club01 ul li .sub_club01_txt h2 {
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 25px;
}
.sub_club .sub_club01 ul li .sub_club01_txt h2 span {
  padding: 6px 15px;
  background: red;
  display: inline-block;
  text-align: center;
  margin-left: 12px;
  font-size: 24px;
  vertical-align: middle;
}
.sub_club .sub_club01 ul li .sub_club01_txt h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.sub_club .sub_club01 ul li .sub_club01_txt p {
  line-height: 2em;
  margin-bottom: 20px;
}
.sub_club .sub_club01 .sub_club01_photo img {
  width: 92.5px;
  height: 83px;
  object-fit: cover;
  margin-right: 10px;
}
.sub_club .sub_club02 {
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 1400px;
  margin: 0 auto;
}
.sub_club .sub_club02 img {
  width: 604px;
}
.sub_club .sub_club02 .sub_club_table {
  border-color: #fff;
  display: inline-block;
  color: #fff;
  vertical-align: top;
}
.sub_club .sub_club02 .sub_club_table th,
.sub_club .sub_club02 .sub_club_table td {
  font-weight: 300;
  padding: 10px 20px;
  font-size: 14px;
}
.sub_club .sub_club02 .sub_club_table th {
  text-align: left;
  font-size: 16px;
}
.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: 200px;
}
.sub_club .sub_club03 .sub_club03_txt {
  width: 800px;
  margin: 0 auto;
  color: #fff;
}
.sub_club .sub_club03 .sub_club03_txt h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
}
.sub_club .sub_club03 .sub_club03_txt p {
  line-height: 2em;
}
.sub_club .sub_club04 {
  color: #fff;
}
.sub_club .sub_club04 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_club .sub_club04 .wrap .sub_club04_title {
  text-align: left;
}
.sub_club .sub_club04 .wrap img {
  width: 604px;
  margin-bottom: 50px;
}
.sub_club .sub_club04 .wrap .sub_club04_title h2 {
  font-size: 32px;
}
.sub_club .sub_club04 .wrap .sub_club04_title p span {
  text-align: center;
  display: block;
}
.sub_club .sub_club04 .sub_club04_title {
  text-align: center;
  margin-bottom: 70px;
}
.sub_club .sub_club04 .sub_club04_title h2 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
}
.sub_club .sub_club04 .sub_club04_title p {
  line-height: 2em;
}
.sub_club .sub_club04 ul {
  width: 1200px;
  margin: 0 auto;
}
.sub_club .sub_club04 ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  text-align: center;
}
.sub_club .sub_club04 ul li:last-of-type {
  margin-right: 0;
}
.sub_club .sub_club04 ul li h3 {
  font-weight: 900;
  font-style: italic;
  margin-bottom: 25px;
  font-size: 32px;
}
.sub_club .sub_club04 ul li p {
  margin-bottom: 30px;
  line-height: 2em;
  font-size: 18px;
}
.sub_club .sub_club04 ul li h4 {
  font-size: 20px;
}
.sub_club .sub_club04 ul li img {
  width: 100%;
}
.sub_club .sub_club04 ul li img:nth-of-type(1) {
  width: 60%;
  margin: 25px 0;
}
.sub_club .sub_club05 {
  width: 1200px;
  margin: 100px auto;
}
.sub_club .sub_club05 img {
  width: 32%;
  float: left;
  display: block;
  margin-right: 2%;
  margin-bottom: 25px;
}
.sub_club .sub_club05 img:nth-of-type(3n) {
  margin-right: 0;
}
.sub_club .sub_club06 {
  margin-bottom: 100px;
}
.sub_club .sub_club06 div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sub_club .sub_club06 div img {
  height: 280px;
}
.zmcb .sub_club06 div {
  width: 670px;
}
.zlw .sub_club06 div {
  width: 1100px;
}
.zlw .sub_club06 div:nth-of-type(1) {
  align-items: flex-end;
}
.zlw .sub_club06 div:nth-of-type(2) {
  align-items: flex-start;
}
.zlw .sub_club06 div img:nth-of-type(2),
.zlw .sub_club06 div img:nth-of-type(3) {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.zlw .sub_club06 div:nth-of-type(1) img:last-of-type {
  width: 369.64px;
  object-fit: cover;
}
.z512fair .sub_club04 .wrap .sub_club04_title {
  text-align: center;
}

.sub_weight .sub_weight01 > h2 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 20px;
}
.sub_weight .sub_weight01 ul {
  margin-bottom: 30px;
}
.sub_weight .sub_weight01 ul li {
  float: left;
  width: 300px;
  margin-right: 30px;
}
.sub_weight .sub_weight01 ul li img {
  width: 100%;
}
.sub_weight .sub_weight01 ul li p {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}
.sub_weight .sub_club02 {
  display: flex;
  justify-content: space-between;
}
.sub_weight .sub_club02 div {
  width: 45%;
}
.sub_weight .sub_club02 div > h2 {
  color: #fff;
  text-align: left;
  margin: 20px 0;
}
.sub_weight .sub_club02 div > h2:last-of-type {
  text-align: center;
}
.sub_weight .sub_club02 div .sub_club_table {
  width: 100%;
  display: table;
}
/**************sub end******************/

.sub_club .sub_bag .wrap {
  padding-top: 100px;
}
.sub_club .sub_bag .wrap div {
  width: 48%;
}
.sub_club .sub_bag .wrap div img {
  margin-bottom: 20px;
  width: 100%;
}
.sub_club .sub_bag .wrap div p {
  font-size: 16px;
  text-align: center;
}

/*******홈페이지 bbs 글씨 흰색으로 변경 20250624**********/
.sub_board .AW_bbs_table tbody th a {
  color: #fff;
}	
.sub_board .AW_bbs_table th,
.sub_board .AW_bbs_table td {
	color: #fff;
}
.sub_board .AW_bbs_table tbody tr:hover td,
.sub_board .AW_bbs_table tbody tr:hover th {
	background: #333;
}
.sub_board .AWbbs_view_table th,
.sub_board .AWbbs_view_table td {
	color: #fff;
}
.sub_board .AWbbs_view_table th {
	color: #fff;
}
.sub_board .bbs_btn {
	color: #fff;
}