.special_wrap .visual .content {
    z-index: 4;
}
.special_wrap .content {
    position: relative;  
}

/* spe01 */
.spe01.section .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 6%;
  gap: 7%;
  background: url('/images/special/spe01_bg.jpg') no-repeat center;
}
.spe01.section .cont {
  width: 43%;
  word-break: keep-all;
}
.spe01 .special_cont li{  /* 스페셜 내용 */
  position: relative;
  padding-left: 12px;
  word-break: keep-all;
  font-size: 17px;
  letter-spacing: 0.34px;
  line-height: 2;
}
.spe01 .special_cont li::before {
    content: "· ";
    position: absolute;
    left: 0px;
}
.spe01 .special_cont li.warning::before {
    content: "※ ";
    left: -5px;
}

.spe01.section .title {
  text-align: left;
  margin-bottom: 0px;
}

.spe01.section .subtitle {
  font-size: 26px;
  letter-spacing: 0.52px;
  color: #6e5d53;
  margin-bottom: 60px;
  font-family: 'gowun';
}
.spe01.section .cont p {

}
.spe01.section .desc {
  /* margin-bottom: 1.5rem; */
}

.spe01.section .price {
  margin-bottom: 0.8rem;
}

.spe01.section .notice {
}

.spe01.section .image {
  width: 57%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spe01.section .image img {
  width: 100%;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .spe01.section .title { font-size: 45px;}
  .spe01.section .subtitle { font-size: 23px;}
  .spe01.section .cont p { font-size: 15px;}
}

/* 모바일 */
@media (max-width: 1024px) {
    .spe01.section .content { 
        display: block;
        padding: 50px 6%;
        background: url('/images/special/m/spe01_bg.jpg') no-repeat center;
    }
    .spe01.section .cont, .spe01.section .image { width: 100%;}
    .spe01.section .title { 
        font-size: 35px;
        letter-spacing: 2.1px;
        margin-bottom: 5px;
    }
    .spe01.section .subtitle { 
        font-size: 18px;
        letter-spacing: 0.36px;
        line-height: 1.8;
        margin-bottom: 20px;
    }
    .spe01.section .cont p, .spe01 .special_cont li { 
      font-size: 12px;
      letter-spacing: 0.24px;
      line-height: 1.8;
    }

    .spe01.section .image { margin-top: 40px;}

    .spe01.section .image img { max-width: 500px;}
    
}

/* spe02 */
.spe02.section { 
    
}
.spe02 .cont {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 6%;
}
.spe02 .cont p {  /* 세로쓰기 */
  color: #fff;
  font-size: 40px;
  letter-spacing: 18px;
  line-height: 1.8;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
.spe02 .cont p span { 
    display: inline-block;
    height: 100%;
}
.spe02 .cont p span.second-line {
    transform: translateY(23px);
}
.spe02 .cont p span.third-line {
    text-align: right;
}
.spe02 img {
    height: 100%;
    object-fit: cover;
}
@media(max-width:768px){
    .spe02 .cont {
        bottom: 25px;
        left: 20px;
    }
    .spe02 .cont p {
        font-size: 20px;
        letter-spacing: 9px;
        line-height: 1.5;
    }
    .spe02 img {
        height: auto;
    }
}