@charset "utf-8";

.main-topSlide {
  background-image: url(/m/image/common/header_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.main-topSlide ul {
  padding: 20px 0;
  margin-left: 4.5%;
  margin-right: 4.5%;
}

.main-topSlide .slick-list {
  overflow: visible;
}

.main-topSlide .item a {
  border: 1px solid #585858;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}

.main-topSlide .thumb {
  border-radius: 100%;
  overflow: hidden;
  width: 65px;
  height: 65px;
}

.main-topSlide .txt h3 {
  color: #2e2d2d;
  font-weight: bold;
  font-size: 17px;
}

.main-topSlide .txt p {
  color: #2e2d2d;
  font-weight: 300;
  font-size: 13px;
}

.main-topSlide .arrow {
  width: 15px;
}

.main-mv .item a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 30px 20px;
  display: block;
  border-top: 2px solid #000;
}

.main-mv .txt h3 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2em;
}

.main-mv .txt p {
  color: #fff;
  background-color: #000;
  font-weight: 300;
  font-size: 17px;
  display: inline-block;
  padding: 0px 8px;
  margin-top: 5px;
}

.main-mv .slick-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 100%;
  width: 100%;
}

.main-mv .slick-dots li {
  width: 100%;
  height: 3px;
}

.main-mv .slick-dots button {
  background: #fff;
  height: 100%;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}

.main-mv .slick-dots li.slick-active button {
  background: #bbb;
}

.main-mv .slick-prev {
  display: none !important;
}

.main-mv .slick-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  font-size: 0;
  background-image: url(/m/image/main/main-mv_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 18px;
  height: 33px;
}

.main-tit {
  padding-top: 35px;
  padding-bottom: 10px;
  margin-left: 8%;
}

.main-list {
  background-image: url(/m/image/main/main-list_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.main-list li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.main-list li:first-child {
  border-top: 1px solid #ccc;
}

.main-today a {
  display: flex;
  align-items: center;
  gap: 7%;
  margin-left: 7%;
}

.main-today .thumb {
  border-radius: 100%;
  overflow: hidden;
  width: 65px;
  height: 65px;
}

.main-today .txt {
  flex: 1;
}

.main-today .txt h3 {
  color: #2e2d2d;
  font-weight: bold;
  font-size: 20px;
}

.main-today .txt p {
  color: red;
  font-weight: 400;
  font-size: 14px;
}

.main-today .txt p.noti {
  color: #fff;
  background: #000;
  border-radius: 20px;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
  margin-top: 3px;
}

.main-today .txt p.noti img {
  width: 20px;
  vertical-align: sub;
  margin-right: 3px;
}

.main-door a {
  display: flex;
  gap: 5%;
  padding: 0px 5px;
}

.main-door .hide {
  display: none;
}

.main-door .thumb {
  overflow: hidden;
  line-height: 1;
}

.main-door .thumb img {
  object-fit: cover;
  aspect-ratio: 12 / 8;
  width: 110px;
}

.main-door .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.main-door .txt h3 {
  color: #2e2d2d;
  font-weight: bold;
  font-size: 16px;
  white-space: normal;
  line-height: 1.2em;
  height: 2.4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-door .txt p {
  color: #676767;
  font-weight: 400;
  font-size: 12px;
}

.main-door .txt p span.green {
  color: #3f8e6d;
  font-weight: 500;
}

.main-door .txt p span.blue {
  color: #469bc3;
  font-weight: 500;
}

.main-door .door-more {
  border-bottom: 1px solid #ccc;
  color: #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 10px;
  padding: 6px 0;
}

.main-door .door-more img {
  transform: rotate(90deg);
  width: 12px;
}


.main-chance .chance-bg {
  padding: 40px 0;
  background-image: url(/m/image/main/main-list_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.main-chance .item {
  border: 1px solid #ccc;
  margin: 0 5px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  color: #2e2d2d;
  background: #fff;
  padding: 5px 0;
}

.main-chance .item h3 {
  font-weight: bold;
  font-size: 27px;
  border-bottom: 1px solid #ccc;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 5px;
}

.main-chance .item .txtTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.main-chance .item .txtTop p {
  font-size: 17px;
  font-weight: 600;
  flex: 1;
  border-right: 1px solid #ccc;
}

.main-chance .item .txtTop span {
  font-size: 17px;
  font-weight: 400;
  color: #c14123;
  width: 70px;
  text-align: right;
}

.main-chance .item .txtTop span strong {
  font-size: 25px;
  font-weight: bold;
}

.main-chance .item feImage img {
  object-fit: cover;
  aspect-ratio: 12 / 7;
  width: 100%;
}

.main-chance .item .txtBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.main-chance .item .txtBottom p {
  color: #504e4e;
  line-height: 1.4em;
  font-size: 15px;
}

.main-chance .item .txtBottom img {
  width: 13px;
}

.main-chance .chance-imgSlide {
  background: #fff;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
}

.main-chance .chance-imgSlide .slick-list {
  overflow: visible;
}

.main-chance .chance-imgSlide feImage {
  padding: 10px;
  border-left: 1px solid #ccc;
  line-height: 1;
}

.main-10000 .main-10000_box {
  padding: 20px 0;
  background-image: url(/m/image/main/main-list_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.main-10000 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 10px 0;
}

.main-10000 li {
  /* padding: 15px 15px 10px; */
  border-bottom: 1px solid #ccc;
  /* border-left: 1px solid #ccc; */
  border-top: 1px solid #ccc;
  background: #f6f5f2;
}

.main-10000 li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

}


.main-10000 li:nth-child(1) a,
.main-10000 li:nth-child(4) a,
.main-10000 li:nth-child(7) a {
/*  padding-left: 20px;*/
}

.main-10000 li:nth-child(2) a,
.main-10000 li:nth-child(5) a,
.main-10000 li:nth-child(8) a {
  border-left: 1px solid #ccc;
}

.main-10000 li:nth-child(2) a feImage,
.main-10000 li:nth-child(5) a feImage,
.main-10000 li:nth-child(8) a feImage {
  border-left: none;
}

.main-10000 li:nth-child(3) a,
.main-10000 li:nth-child(6) a,
.main-10000 li:nth-child(9) a {
/*  padding-right: 20px;*/
}


.main-10000 li:nth-child(3) feImage,
.main-10000 li:nth-child(6) feImage,
.main-10000 li:nth-child(9) feImage {
  border-right: 1px solid #ccc;
}

.main-10000 feImage {
  position: relative;
  padding: 0 5px;
  border-left: 1px solid #ccc;
  /* background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main-10000 li:nth-child(3) feImage::after,
.main-10000 li:nth-child(6) feImage::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -12px;
  width: 1px;
  height: 12px;
  background: #ccc;
}

.main-10000 li:nth-child(7) feImage::before,
.main-10000 li:nth-child(8) feImage::before,
.main-10000 li:nth-child(9) feImage::before,
.main-10000 li:nth-child(9) feImage::after {
  content: none;
}

.main-10000 feImage::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -12px;
  width: 1px;
  height: 12px;
  background: #ccc;
}

/*
모바일용 스타일
20250422 update 김기엽
*/
@media (max-width: 767px) {
  /* 스마트폰 전용 스타일 */
	.main-10000 feImage img {
		width: 100%;
		max-width: 140px;
		aspect-ratio: 1 / 1;
	}
}

/* 
데스크탑용 스타일
20250422 update 김기엽
*/
@media (min-width: 1025px) {
  /* 데스크탑용 스타일 */
	.main-10000 feImage img {
		width: 100%;
		max-width: 160px;
		aspect-ratio: 1 / 1;
	}

	.main-10000 li:nth-child(2) a feImage::before,
	.main-10000 li:nth-child(5) a feImage::before {
		left: -3px;
	}
}

.main-10000 h3 {
  font-size: 17px;
  margin-top: 5px;
  font-weight: 600;
  text-align: center;
}

.main-shop ul {
  background-image: url(/m/image/main/main-list_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  padding: 40px 0;
}

.main-shop .item {
  border: 1px solid #ccc;
  margin: 0 5px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.main-shop .item feImage img {
  object-fit: cover;
  aspect-ratio: 12 / 7;
  width: 100%;
}

.main-shop .item h3 {
  color: #2e2d2d;
  font-size: 17px;
  text-align: center;
  padding: 5px 0;
}

.main-workroom .workroom-bg {
  padding: 40px 0;
  background-image: url(/m/image/main/main-beige_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.main-workroom .workroom-bg iframe {
  margin-bottom: 40px;
}

.main-insta nav {
  padding: 40px 4.5%;
  background-image: url(/m/image/main/main-list_bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.main-insta nav a {
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
  font-size: 0;
  line-height: 1;
}

.main-banner img {
  width: 100%;
}

.con01 {
  border: 1px solid #ba9d5e;
  border-right: 0;
  border-left: 0;
  padding: 30px 0;
}

.con01 h1 {
  font-size: 20px;
  font-weight: 600;
  color: #444a4a;
  padding-left: 20px;
}

.con01 h1 img {
  vertical-align: -18px;
}

.last_link li {
  width: 100%;
  float: left;
  width: 50%;
}

/* .last_link li img {width: 25px;} */
.last_link li:nth-child(even) a {
  margin-right: 15px;
}

.last_link li:nth-child(3) a,
.last_link li:nth-child(4) a {
  border-bottom: 0;
}

.last_link li h1 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1em;
}

.last_link li p {
  color: #aaa;
  font-size: 11px;
  line-height: 1.5em;
  height: 3em;
  letter-spacing: -0.5px;
  margin-top: 5px;
}

.last_link li a {
  display: block;
  margin: 15px;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ba9d5e;
}

.last_link li:last-child a {
  border-bottom: 0;
}