@charset "utf-8";

@supports (-webkit-touch-callout: none) {
  /* Safari only */
  .zoom-list {
    transform: none !important;
    height: auto !important;
  }
}

/* 지점소개 시작 */
.yeosu-wrap {
    width: 100%;
    margin: 0 auto;
}

/* 지점소개 탭메뉴 */
.yeosu-tadbtn {
    max-width: clamp(30px, 1.8vw, 80px) auto;
    margin-top: 100px;
}

.yeosu-tadbtn > ul {
    display: flex;
    justify-content: center;
}

.yeosu-tadbtn > ul > li {
    width: clamp(160px, 8.333px, 200px);
    border-bottom: 2px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yeosu-tadbtn > ul > li > a {
    font-size: var(--sub-font-size-s);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    color: var(--base-color-black);
}

.yeosu-tadbtn > ul > li.active {
    border-bottom: 3px solid var(--signature-color-base);
}

/* 텝콘텐츠 시작 */
.yeosu-cont-wrap {
    margin-top: 200px;
}

/* ------------------------ 지장대사 콘텐츠 시작 ------------------------  */
.yeosu-cont-jijangdaesa {
    width: 100%;
    margin: 0 auto;
}

/* 지장대사 섹션1 시작 */
.yeosu-bosal {
    width: 100%;
    border-bottom: 1px solid var(--base-color-lightGrey);
}

.yeosu-bosal-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.yeosu-bosal-img {
    width: 40%;
}

.yeosu-bosal-img > img {
    width: 90%;
}

.yeosu-bosal-desc {
    width: 60%;
}

.yeosu-bosal-title-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.yeosu-bosal-title-hanja > p {
    font-size: clamp(20px, 3vw, 40px);
    opacity: 10%;
    font-weight: 500;
}

.yeosu-bosal-title-img {
    width: 20%;
}

.yeosu-bosal-title-img > img {
    width: 100%;
}

.yeosu-bosal-title-hangul > p {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
}

.sub_title_size {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: var(--title-font-size-line);
    font-weight: 200;
}

.yeosu-bosal-desc-wrap {
}

.yeosu-bosal-desc-wrap > h4 {
    margin-top: 150px;
    font-weight: 500;
    font-size: var(--sub-font-size-m);
    margin-bottom: 20px;
}

.yeosu-bosal-desc-wrap > p {
    font-size: var(--sub-font-size-s);
    line-height: 35px;
    word-break: keep-all;
}

.yeosu-bosal-desc-wrap > p > span {
    display: block;
}

/* .yeosu-bosal-wrap {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}

.yeosu-bosal-img {
  width: 23%;
}

.yeosu-bosal-img>img {
  width: 100%;
}

.yeosu-bodal-desc-wrap {
  width: 70%;
  display: flex;
  align-items: end;
}

.yeosu-bodal-desc>h4 {
  font-size: clamp(20px, 3vw, 40px);
  opacity: 10%;
  font-weight: 500;
}

.yeosu-bodal-desc>h2 {
  font-size: clamp(30px, 4vw, 50px);
  margin: 15px 0;
  font-weight: 700;
}

.yeosu-bodal-desc>span {
  font-size: clamp(16px, 1.3vw, 20px);
  margin-bottom: 100px;
  display: block;
}

.yeosu-bodal-desc>p {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 40px;
} */

/* 지장대사 섹션2 시작 */
.yeosu-hanja-wrap {
    width: 100%;
    margin-top: 250px;
    margin-bottom: 250px;
}

.yeosu-hanja-title {
    margin-bottom: 80px;
}

.yeosu-hanja-desc-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    align-items: end;
}

.yeosu-hanja-img {
    width: 50%;
}

.yeosu-hanja-img > img {
    width: 100%;
}

.yeosu-hanja-desc {
    width: 48%;
    padding: 20px;
}

.yeosu-hanja-items {
    display: flex;
    width: 70%;
    justify-content: space-around;
    margin-bottom: 30px;
}

.yeosu-hanja-item {
    display: flex;
    align-items: end;
    gap: 10px;
}

.yeosu-hanja-item > h2 {
    font-size: var(--title-font-size);
    opacity: 10%;
    font-weight: 500;
}

.yeosu-hanja-item > h5 {
    /* font-size: var(--sub-font-size); */
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
}

.yeosu-hanja-desc-box > span {
    width: 70%;
    height: 600px;
    background-color: #f3f1f1;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
}

/* 지장대사 섹션3 시작 */
.yeosu-daewoong-title {
    margin-bottom: 100px;
}

.yeosu-daewoong-title > h3 {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
    text-align: center;
}

.yeosu-daewoong-desc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.yeosu-daewoong-desc-img {
    width: 50%;
}

.yeosu-daewoong-desc-img > img {
    width: 100%;
    padding: 20px;
}

.yeosu-daewoong-desc-box {
    width: 50%;
    padding: 50px 20px;
}

.yeosu-daewoong-desc > p {
    font-size: var(--sub-font-size-s);
    line-height: 30px;
    word-break: keep-all;
}

.yeosu-daewoong-desc > p > span {
    display: block;
}

.yeosu-daewoong-desc-title {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.yeosu-daewoong-desc-title > h3 {
    font-size: clamp(32px, 1.3vw, 38px);
    opacity: 10%;
    font-weight: 500;
}

.yeosu-daewoong-desc-title > p {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
}

/* .yeosu-daewoong-wrap {
  width: 75%;
  margin: 0 auto;
}

.yeosu-daewoong-title {
  margin-bottom: 50px;
}

.yeosu-daewoong-title>h3 {
  font-size: clamp(18px, 0.93vw, 24px);
  line-height: clamp(26px, 1.38vw, 35px);
}

.yeosu-daewoong-desc-wrap {
  display: flex;
  justify-content: space-between;
}

.yeosu-daewoong-img {
  width: 59%;
}

.yeosu-daewoong-img>img {
  width: 100%;
}

.yeosu-daewoong-desc {
  width: 38%;
}

.yeosu-daewoong-desc>img {
  width: 100%;
  margin-bottom: 100px;
}

.yeosu-daewoong-desc>p {
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 30px;
}

.yeosu-daewoong-desc-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.yeosu-daewoong-desc-title>h3:nth-of-type(1) {
  font-size: clamp(20px, 3vw, 40px);
  opacity: 10%;
  font-weight: 500;
}

.yeosu-daewoong-desc-title>h3:nth-of-type(2) {
  font-size: clamp(20px, 3vw, 35px);
  margin-top: 5px;
} */

/* 지장대사 섹션4 시작 */
.yeosu-sunset-wrap {
    margin-top: 150px;
    width: 100%;
    margin-bottom: 150px;
    position: relative;
    text-align: center;
    font-weight: 400;
}

.yeosu-sunset-wrap > video {
    width: 100%;
}

.yeosu-sunset-wrap > p {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 50%;
    font-weight: 200;
    left: 50%;
    font-size: var(--sub-font-size-l);
    color: #fff; line-height: var(--sub-font-size-l-line);
    transform: translate(-50%, -50%);
}

.yeosu-sunset-wrap > p > span {
    display: block;
}

/* 지장대사 섹션5 시작 */
.yeosu-jijangdaesa-wrap {
    display: flex;
    margin-top: 150px;
    justify-content: space-between;
    gap: 50px;
}

.yeosu-jijangdaesa-desc {
    width: 50%;
}

.yeosu-jijangdaesa-desc > h3 {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
    text-align: start;
}

.yeosu-jijangdaesa-desc > h3 > span {
    margin-left: 5px;
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
}

.yeosu-jijangdaesa-desc > p {
    font-size: var(--sub-font-size-s);
    line-height: 30px;
    margin-top: 50px;
    word-break: keep-all;
}

.yeosu-jijangdaesa-desc > p > span {
    display: block;
}

.yeosu-jijangdaesa-togo {
    display: flex;
    margin-top: 50px;
    align-items: center;
    gap: 20px;
}

.yeosu-jijangdaesa-togo > a {
    padding: 10px 20px;
    background-color: var(--signature-color-base);
    border-radius: 15px;
    transition: 0.45s;
    font-size: var(--sub-font-size-s);
    border: 1px solid var(--signature-color-base);
}

.yeosu-jijangdaesa-togo > a:hover {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid var(--signature-color-base);
    border-radius: 50px;
    color: var(--signature-color-base);
}

.yeosu-jijangdaesa-togo > img {
    width: 20%;
    height: 12px;
}

.yeosu-jijangdaesa-img {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yeosu-jijangdaesa-img > img {
    width: 32%;
    padding: 10px;
    border: 1px solid var(--signature-color-base);
}

.yeosu-jijangdaesa-3d {
    width: 50%;
}

.yeosu-jijangdaesa-3d > iframe {
    width: 100%;
}

.yeosu-jijangdaesa-3d > p {
    text-align: right;
    color: var(--signature-color-base);
    font-size: clamp(16px, 0.9375vw, 18px);
    margin-top: 50px;
    font-weight: 600;
}

/* .yeosu-jijangdaesa-wrap {
  margin-top: 250px;
  margin-bottom: 250px;
}

.yeosu-jijangdaesa-title {
  margin-bottom: 50px;
}

.yeosu-jijangdaesa-img-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 70%;     
  margin: auto;
}

.yeosu-jijangdaesa-img-wrap>img {
  width: 25%;
} */

/* 지장대사 섹션5-1 */
.yeosu-jijangdaesa-purchase {
    width: 100%;
    margin-top: 250px;
    text-align: center;
}

.yeosu-jijangdaesa-purchase-title > h3 {
}

.yeosu-jijangdaesa-purchase-title > p {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: var(--sub-font-size-s);
}

.yeosu-jijangdaesa-purchase-img {
    width: 80%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    scrollbar-color: #b7b7b7 transparent;
    gap: 50px;
}

.section-info {
    width: 100%;

    padding: 20px 50px;
    margin-top: 50px;
}
.yeosu-map-wrap > iframe {
    width: 70%;
    height: 500px;
}

.section-info p {
    font-size: var(--sub-font-size-m);
    color: white;
}

.yeosu-jijangdaesa-purchase-img > img {
    width: 60%;
}

/* .yeosu-jijangdaesa-purchase {
  width: 100%; 
  margin-top: 250px;
  text-align: center;
}

.yeosu-jijangdaesa-purchase-title > h3 {

}
.yeosu-jijangdaesa-purchase-title > p {
  margin-top: 30px;
  font-size: var(--sub-font-size);
}

.yeosu-jijangdaesa-purchase-img {
  display: block; 
  width: 100%; height: 700px;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  scrollbar-color: #b7b7b7 transparent;
  position: relative;
}

.yeosu-jijangdaesa-purchase-img>img {
  width: 1200px; position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
}
.yeosu-jijangdaesa-purchase-btn{
  display: flex; justify-content: center; flex-wrap: wrap;
  align-items: center; gap: 50px; margin-top: 50px;
}
.yeosu-jijangdaesa-purchase-btn > button{
  width: 150px; padding: 20px; background-color: var(--signature-color-base);
  color: #fff; font-size: var(--signature-color-base);
  border: 1px solid var(--signature-color-base); transition: 0.45s;
}
.yeosu-jijangdaesa-purchase-btn > button:hover{
  background-color: #fff;
  color: var(--signature-color-base);  border: 1px solid var(--signature-color-base);
} */

/* 지장대사 섹션6 */
.yeosu-info-btn-wrap {
    margin-top: 250px;
    background: url(../img/yeosu-info-btn-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 100px;
}

.yeosu-info-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.yeosu-info-btn-box {
    width: 20%;
    background-color: #00000080;
    text-align: center;
    border-radius: 15px;
}

.yeosu-info-btn-box > a {
    display: block;
    transition: 0.45s; border-radius: 15px;
    font-size: var(--sub-font-size-s);
    line-height: var(--sub-font-size-s-line);
    padding: 18px 0;
}

.yeosu-info-btn-box > a:hover {
    background-color: var(--signature-color-base);
    color: #fff;
    border-radius: 15px;
}

/* ------------------------ 오시는 길 콘텐츠 시작 ------------------------  */
/* 오시는 길 섹션1 시작 */
.yeosu-map-wrap {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 250px;
    margin-top: 200px;
}

.contact-map-title {
    margin-bottom: 100px;
}

.contact-map-title > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact-map-title > ul > li > a {
    font-size: var(--sub-font-size-s);
    color: #000;
}

.contact-map-title > ul > li > a > img {
    display: inline-block;
}

.yeosu-map-wrap > iframe {
    width: 100%;
}

.yeosu-visit-info-title {
    text-align: center;
}

.yeosu-map-title {
    margin-bottom: 100px;
    text-align: center;
}

/* 오시는 길 섹션2 시작 */
.yeosu-opentime-wrap {
    width: 100%;
    margin: 0 auto;
}

.yeosu-opentime-title {
    text-align: center;
}

.yeosu-opentime-title > h3 {
    text-align: center;
    line-height: 40px;
}

.opentime-table {
    overflow-x: auto;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    font-size: var(--sub-font-size-s);
    margin-top: 50px;
}

.hours-table.minimal {
    border-top: 2px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.hours-table thead th {
    background: #fafafa;
    font-weight: 600;
    padding: 14px 12px;
    font-size: var(--sub-font-size-s);
}

.hours-table thead {
    border-bottom: 1px solid #cfcfcf;
}

.hours-table tbody td {
    padding: 16px 12px;
    border: none;
    font-size: var(--sub-font-size-s);
}

.hours-table tbody tr + tr {
    border-top: 1px solid #cfcfcf;
}

/* 오시는 길 섹션3 시작 */
.yeosu-visit-info-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 250px;
    margin-bottom: 250px;
}

.yeosu-visit-info-span {
    text-align: right;
    margin-top: 30px;
    font-size: clamp(12px, 1.3vw, 14px);
    margin-bottom: 10px;
}

.yeosu-visit-info {
    border-top: 2px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.visit-traffic {
    display: flex;
    border-bottom: 1px solid #cfcfcf;
    padding: 50px 0;
    width: 100%;
}

.visit-subtitle {
    font-size: var(--sub-font-size-s);
    font-weight: 600;
    width: 15%;
    margin-left: 30px;
}

.visit-list {
    list-style: none;
}

.visit-list li {
    margin-bottom: 15px;
    word-break: keep-all;
    font-size: var(--sub-font-size-s);
}

.visit-list li::before {
    content: '·';
    margin-right: 5px;
}

.visit-inner {
    display: flex;
    gap: 100px;
}

.visit-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: var(--sub-font-size-s);
}

/* ------------------------ 여수관광 콘텐츠 시작 ------------------------  */
/* 여수관광 섹션1 시작 */
.yeosu-tour-wrap {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 250px;
}

.yeosu-tour-logo {
    width: 10%;
    margin: 0 auto;
}

.yeosu-tour-logo > img {
    width: 100%;
}

.yeosu-tour-title {
    margin-top: 50px;
    margin-bottom: 100px;
}

.yeosu-tour-title > p {
    font-size: var(--sub-font-size-m);
    line-height: 40px;
    word-break: keep-all;
}

.yeosu-tour-title > span {
    font-size: var(--sub-font-size-s);
    margin-top: 30px;
    display: block;
    word-break: keep-all;
    color: var(--signature-color-base);
}

.yeosu-tour-img-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.yeosu-tour-img {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.yeosu-tour-img:hover .yeosu-tour-img-desc {
    opacity: 1;
    transition: all 0.5s;
}

.yeosu-tour-img-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.603);
    opacity: 0;
    padding: 10px;
}

.yeosu-tour-img-desc-title {
    display: flex;
    align-items: center;
}

.yeosu-tour-img-desc-title > h5 {
    color: #fff;
    font-size: var(--sub-font-size-s);
    font-weight: 600;
    margin-top: 350px;
}

.yeosu-tour-img-desc-title > img {
    margin-left: 20px;
    margin-top: 350px;
}

.yeosu-tour-img-desc > p {
    color: #fff;
    font-size: clamp(16px, 0.9375vw, 18px);
    margin-top: 50px;
    margin-left: 20px;
}

.yeosu-tour-img > img {
    height: 100%;
}

.yeosu-tour-img-wrap > img:nth-of-type(2),
.yeosu-tour-img-wrap > img:nth-of-type(4) {
    margin-bottom: 100px;
}

.yeosu-tour-img.down {
    margin-top: 100px;
}

/* 여수관광 섹션2 시작 */
.yeosu-tour-stay-wrap {
    width: 100%;
    margin: 0 auto;
}

.yeosu-tour-stay-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 100px;
}

.yeosu-tour-stay-title > h4 {
    margin-top: 20px;
    font-size: var(--sub-font-size-m);
    font-weight: 600;
    opacity: 30%;
}

.yeosu-tour-stay-img {
    width: 100%;
}

.yeosu-tour-stay-img > img {
    width: 100%;
}

/* ------------------------ 여수관광 서브 콘텐츠 시작 ------------------------  */
.yeosu-place-title {
    text-align: center;
    margin-bottom: 100px;
}

.yeosu-place-title > h3 {
    margin-bottom: 20px;
}

.yeosu-place-title > p {
    font-size: var(--sub-font-size-s);
}

.yeosu-place-main-img {
    width: 100%;
    margin-bottom: 100px;
}

.yeosu-place-main-img > img {
    width: 100%;
}

.yeosu-place-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yeosu-place-table {
    width: 48%;
    border-top: 2px solid var(--signature-color-base);
    font-size: var(--sub-font-size-s);
    border-collapse: collapse;
}

.yeosu-place-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.yeosu-place-table th,
.yeosu-place-table td {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding: 20px 40px;
}

.yeosu-place-table th {
    width: 20%;
    text-align: center;
    font-size: var(--sub-font-size-s);
    background-color: #fafafa;
}

.yeosu-place-table td {
    font-size: var(--sub-font-size-s);
}

.yeosu-place-desc {
    width: 48%;
}

.yeosu-place-desc > h5 {
    font-size: var(--sub-font-size-m);
    margin-bottom: 20px;
}

.yeosu-place-desc > p {
    font-size: var(--sub-font-size-s);
    line-height: 40px;
}

.yeosu-place-map {
    width: 100%;
    margin-top: 100px;
}

.yeosu-place-img-wrap {
    margin-top: 100px;
}

.yeosu-place-img-title > h3 {
    margin-bottom: 100px;
}

.yeosu-place-img {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.yeosu-place-img > img {
    width: 29%;
}

.yeosu-place-btn {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
}

.yeosu-place-btn > a {
    padding: 20px 40px;
    background-color: var(--signature-color-base);
    font-size: var(--sub-font-size-s);
    border: 1px solid var(--signature-color-base);
    transition: 0.45s;
    display: inline-block;
}

.yeosu-place-btn > a:hover {
    border: 1px solid var(--signature-color-base);
    display: inline-block;
    background-color: #fff;
    color: var(--signature-color-base);
}

/* ------------------------ 분양신청 콘텐츠 시작 ------------------------  */
.apply-max-width {
    max-width: 1920px;
}

/* 분양신청 섹션1 시작 */
.apply-purchase-wrap {
    width: 100%;
    margin: 0 auto;

    position: relative;
}

.apply-purchase-title {
    text-align: center;
    padding: 90px 0 150px 0;
}

.apply-purchase-title > h3 {
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: var(--sub-font-size-m);
}

.apply-purchase-title > h3 > span {
    display: block;
}

.apply-purchase-title > p {
    font-size: clamp(16px, 0.8854vw, 18px);
    margin: 30px 0;
    line-height: 25px;
}

.apply-purchase-title > a {
    padding: 15px 35px;
    border-radius: 15px;
    display: inline-block;
    font-size: var(--sub-font-size-s);
    background-color: var(--signature-color-base);
    transition: all 0.45s;
    border: 1px solid var(--signature-color-base);
    /* border-radius: 15px; */
}

.apply-purchase-title > a:hover {
    background-color: #fff;
    border: 1px solid var(--signature-color-base);
    color: var(--signature-color-base);
}

.apply-purchase-img1 > img,
.apply-purchase-img2 > img,
.apply-purchase-img3 > img,
.apply-purchase-img4 > img,
.apply-purchase-img5 > img {
    width: 100%;
}

.apply-purchase-img1 {
    position: absolute;
    top: 0%;
    left: 43%;
}

.apply-purchase-img2 {
    position: absolute;
    top: 30%;
    left: 6%;
}

.apply-purchase-img3 {
    position: absolute;
    top: 25%;
    left: 70%;
}

.apply-purchase-img4 {
    position: absolute;
    top: 70%;
    left: 20%;
}

.apply-purchase-img5 {
    position: absolute;
    top: 70%;
    left: 60%;
}

/* 분양신청 섹션2 */
.apply-premium-wrap {
    width: 100%;
    margin-top: 240px;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--base-color-lightGrey);
}

.exam_wrap {
    display: flex;
    margin: 0 auto;
}

.apply-premium-box1 {
    width: 33.333%;
    border-right: 1px solid #e4e4e4;
    text-align: left;
    padding: clamp(15px, 3vw, 60px);
}

.apply-premium-box3 {
    width: 33.333%;
    text-align: left;
    padding: clamp(15px, 3vw, 60px);
}

.apply-premium-box1 > h4,
.apply-premium-box3 > h4 {
    margin-top: 300px;
    font-size: var(--sub-font-size-m);
    margin-bottom: 20px;
}

.apply-premium-box1 > p,
.apply-premium-box3 > p {
    font-size: var(--sub-font-size-s);
    margin-bottom: 100px;
}

.apply-premium-box1 > img,
.apply-premium-box2 > img,
.apply-premium-box3 > img {
    width: 100%;
}

.apply-premium-box2 {
    width: 33.333%;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    padding: clamp(15px, 3vw, 60px);
}

.apply-premium-box2 > h4 {
    text-align: left;
    font-size: var(--sub-font-size-m);
    margin-bottom: 20px;
    margin-top: 50px;
}

.apply-premium-box2 > p {
    font-size: var(--sub-font-size-s);
    text-align: left;
}

.apply-premium-title {
    margin-bottom: 150px;
    margin-top: 50px;
}

.apply-premium-title > h5 {
    font-size: var(--sub-font-size-s);
    margin-bottom: 20px;
}

.apply-premium-title > h3 {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
    font-weight: 200;
}

/* 분양신청 섹션3 */
.apply-store-wrap {
    width: 100%;
    text-align: center;
}

.apply-store-banner {
    width: 100%;
    padding: clamp(100px, 7vw, 200px) 0;
}

.apply-store-banner > h3 {
    font-size: var(--sub-font-size-m);
    font-weight: 700;
    margin-bottom: 40px;
}

.apply-store-banner > p {
    font-size: var(--sub-font-size-s);
    line-height: 25px;
}

.apply-store-banner > span {
    font-size: var(--sub-font-size-s);
    margin-top: 20px;
    display: block;
}

.apply-store-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: clamp(30px, 15.1667vw, 153px) 0;
    background: url(../img/apply-store-BG.png) no-repeat center;
    background-size: cover;
}

.apply-store-btn > h3 {
    margin-bottom: 50px;
}

.apply-store-btn > a {
    background-color: var(--signature-color-base);
    display: inline-block;
    border-radius: 15px;
    color: #fff;
    font-size: var(--sub-font-size-s);
    padding: 25px 40px;
    transition: all 0.45s;
    border: 1px solid var(--signature-color-base);
    /* border-radius: 20px; */
}

.apply-store-btn > a:hover {
    background-color: #fff;
    border: 1px solid var(--signature-color-base);
    color: var(--signature-color-base);
}

/*  sub -1-1 수정내용 */
/* 전체 레이아웃 */

.apply-purchase-title h3 {
    font-size: var(--title-font-size);
    font-family: var(--font-KR-point);
    line-height: clamp(26px, 3.5vw, 38px);
    font-weight: 200;
}

.apply-purchase-title p {
    margin: 40px 0 30px;
    font-size: clamp(16px, 1.3vw, 18px);
    line-height: 1.7;
    color: #555;
}

/* 영상 영역 */
.sub1-1_img_wrap {
    flex: 1;
    position: relative;
    height: 570px;

    overflow: hidden;
}

/* 배경 영상 */
.sub1-1-main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* 까만 반투명 오버레이 */
.sub1-1_img_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* 영상 위에 표시할 텍스트 */
.sub1-1_img_wrap .video-text {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.sub1-1_img_wrap .video-text p {
    font-size: clamp(20px, 2.2vw, 30px);
    font-weight: 500;
    line-height: 1.4;
}

/* sub1-1 수정내용 끝 */
/* ------------------------ 구좌구매 콘텐츠 시작 ------------------------  */
/* 구좌 구매 섹션1 시작 */
.yeosu-purchase-mainbg {
    position: relative;
    width: 100%;
    height: 100vh;
}

.yeosu-purchase-bg {
    width: 100%;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}

.yeosu-purchase-mainbg-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.yeosu-purchase-mainbg-title > h2 {
    font-size: clamp(30px, 4vw, 50px);
    color: #fff;
    margin-bottom: 30px;
}

.yeosu-purchase-mainbg-title > p {
    font-size: var(--sub-font-size-s);
    color: #fff;
    font-weight: 200;
}

.yeosu-purchase-mainbg-title > p > span {
    display: block;
    line-height: 35px;
}

.yeosu-purchase-mainbg > span {
    position: absolute;
    top: 50%;
    background-color: #00000079;
    left: 50%;
    border: 10px solid #000;
    width: 100%;
    z-index: -1;
    height: 100%;
    transform: translate(-50%, -50%);
}

/* 구좌 구매 섹션2 시작 */
.yeosu-purchase-wrap {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
}

.yeosu-purchase-title {
    text-align: center;
    width: 100%;
}

.yeosu-purchase-title > img {
    width: 5%;
    margin-bottom: 30px;
}

.yeosu-purchase-title > h3 {
    font-size: var(--sub-font-size-m);
    font-weight: 700;
    margin-bottom: 20px;
}

.yeosu-purchase-title > p {
    font-size: var(--sub-font-size-s);
}

.yeosu-purchase-map {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    scrollbar-color: #b7b7b7 transparent;
}

.purchase-map-box {
    width: 1700px;
    height: 900px;
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #f3f1f1;
    min-width: 1700px;
    background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)),
        url('../img/purchase-map-bg.jpg') center/cover no-repeat;
}

.purchase-map-item {
    background-color: #252525;
}

.purchase-map-item > a:hover {
    background-color: var(--signature-color-base);
}

.purchase-map-item > a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    font-size: var(--sub-font-size-m);
    font-weight: 700;
    color: #fff;
    transition: all 0.45s;
    display: block;
}

.purchase-map-item1 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 32%;
    height: 100px;
}

.purchase-map-item2 {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 32%;
    height: 100px;
}

.purchase-map-item3 {
    position: absolute;
    top: 25%;
    right: 10%;
    width: 100px;
    height: 50%;
}

.purchase-map-item3 > a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 450px;
    font-size: var(--sub-font-size-m);
    font-weight: 700;
    color: #fff;
    transition: all 0.45s;
    display: block;
}

.purchase-map-item4 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 34%;
    height: 100px;
}

.purchase-map-item5 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 32%;
    height: 100px;
}

.purchase-map-item6 {
    position: absolute;
    top: 35%;
    left: 15%;
    width: 25%;
    height: 100px;
}

.purchase-map-item7 {
    position: absolute;
    top: 35%;
    left: 56%;
    width: 25%;
    height: 100px;
}

.purchase-map-item8 {
    position: absolute;
    top: 55%;
    left: 15%;
    width: 25%;
    height: 100px;
}

.purchase-map-item9 {
    position: absolute;
    top: 55%;
    left: 56%;
    width: 25%;
    height: 100px;
}

.purchase-map-item-window {
    position: absolute;
    top: 22%;
    left: 0;
    width: 1%;
    height: 500px;
    background-color: #4c7f8f;
}

.purchase-map-item-door {
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 7%;
    height: 30px;
    background-color: #cfcfcf;
}

.purchase-map-item-boota {
    position: absolute;
    top: 5%;
    left: 46%;
}

.purchase-map-check {
    display: flex;
    margin-top: 30px;
}

.impossible,
.possible,
.door,
.window {
    font-size: var(--sub-font-size-s);
    margin-left: 30px;
}

.impossible::before {
    content: '■';
    color: #cfcfcf;
    margin-right: 10px;
}

.possible::before {
    content: '■';
    color: var(--signature-color-base);
    margin-right: 10px;
}

.window::before {
    content: '■';
    color: #4c7f8f;
    margin-right: 10px;
}

.door::before {
    content: '■';
    color: #cfcfcf;
    margin-right: 10px;
}

/* 구좌 구매 섹션3 시작 */
.yeosu-purchase-desc-wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: 200px;
}

.yeosu-purchase-desc {
    margin-top: 250px;
    width: 100%;
}

.yeosu-purchase-items {
    display: flex;
    margin-bottom: 50px;
}

.yeosu-purchase-item1 {
    width: 50%;
}

.yeosu-purchase-item1 > img {
    width: 100%;
}

.yeosu-purchase-item2 {
    width: 50%;
    background-color: #f5f5f5;
    padding: 60px;
}

.yeosu-purchase-item2 > h4 {
    font-size: var(--sub-font-size-m);
    margin-bottom: 20px;
}

.yeosu-purchase-item2 > p {
    font-size: var(--sub-font-size-s);
    line-height: 30px;
    margin-top: clamp(100px, 15vw, 700px);
}

.yeosu-purchase-item2 > p > span {
    display: block;
}

/* ------------------------ 구좌구매 A 콘텐츠 시작 ------------------------  */
.yeosu-purchase-mainbg-arrow {
    margin: 0 auto;
    margin-top: 100px;
}

.vat-info {
    margin-top: 30px;
    display: block;
    text-align: center;
    color: var(--signature-color-base) !important;
}

.main-table-color {
    color: var(--signature-color-base);
    font-weight: 600;
}

/* 문의하기 */
.inquity-wrap {
    width: 100%;
    padding: 200px;
    background: url(../img/inquity-bg.png) no-repeat center center;
    background-size: cover;
}

.inquity-box {
    width: 40%;
    margin: 0 auto;
    padding: 100px;
    text-align: center;
    background-color: #ffffff98;
}

.inquity-item {
    margin-bottom: 50px;
}

.inquity-item > h2 {
    font-size: var(--sub-font-size-m);
    font-weight: 500;
    display: block;
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #000000a1;
}

.inquity-item > input {
    margin-top: 20pxx;
    padding: 30px;
    width: 100%;
    display: block;
    margin-top: 20px;
    background-color: transparent;
    border-bottom: 1px solid #00000062;
    font-size: var(--sub-font-size-s);
}

.inquity-item > textarea {
    margin-top: 20pxx;
    padding: 30px;
    width: 100%;
    display: block;
    margin-top: 20px;
    background-color: transparent;
    font-size: var(--sub-font-size-s);
    border-bottom: 1px solid #00000062;
}

.inquity-item > input:focus,
.inquity-item > textarea:focus {
    outline: none;
    border: none !important;
    box-shadow: none;
    border-bottom: 1px solid #00000062 !important;
}

.inquity-item > input:focus::placeholder,
.inquity-item > textarea:focus::placeholder {
    color: transparent;
}

.inquity-box > button {
    margin-top: 50px;
    padding: 20px 60px;
    background-color: var(--signature-color-base);
    color: #fff;
    font-size: var(--sub-font-size-s);
    border: 1px solid var(--signature-color-base);
    transition: 0.45s;
    border-radius: 20px;
}

.inquity-box > button:hover {
    background-color: #fff;
    color: var(--signature-color-base);
    border: 1px solid var(--signature-color-base);
}

/* 갤러리 */
.gallery-wrap {
    margin-bottom: 200px !important;
}

#slider-div > p {
    text-align: center;
    margin-bottom: 20px;
    font-size: var(--sub-font-size-s);
}

.slick-slide img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}

.gallery-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.gallery-modal.is-active {
    display: flex;
}

.gallery-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.gallery-modal-content {
    position: relative;
    z-index: 1;
    max-width: 60vw;
    max-height: 100vh;
    margin: 0 auto;
}

#gallery-modal-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 800px;
    max-height: 100%;
    border-radius: 8px;
}

.gallery-modal-close {
    position: absolute;
    top: -6px;
    right: 16px;
    background: none;
    border: none;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}

.p-wrap {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-wrap img {
    width: 50%;
    padding-top: 120px;
}

.section-info {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-info p {
    padding: 20px 270px;
    background-color: var(--signature-color-base);
    text-align: center;
}

.purchase-title-wrap {
    padding-bottom: 50px;
}

.purchase-title-wrap-2 {
    padding-bottom: 280px;
    width: 50%;
}

.img-purchase-wrap {
    background-color: #f3f3f3;
    border-radius: 20px;
    width: 50%;
}

.info-purchase {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.info-purchase p {
    /* width: 30%; */
    padding: 10px 30px;
    background-color: var(--signature-color-base);
    border-radius: 15px;
    font-size: var(--sub-font-size-s);
}

.img-purchase-wrap,
.img-purchase-wrap-2 {
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-purchase-wrap img {
    width: 70%;
    padding: 50px 0;
}

.img-purchase-wrap-2 {
    background-color: #f3f3f3;
    border-radius: 20px;
}

.info-purchase-2 {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.info-purchase-2 p {
    width: 30%;
    padding: 10px 30px;
    background-color: var(--signature-color-base);
    border-radius: 15px;
}

.yeosu-jijangdaesa-purchase1 {
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.img-purchase-wrap-2 img {
    width: 70%;
    padding: 160px 0;
}

.info-purchase p {
    color: white;
}

/* 내부사진 확대축소 */

.zoomist-wrap {
    padding: 0 0 100px 0;
}

#zoomist-app {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: var(--body-background-image);
}

.cat-zoomist {
    width: 100%;
    max-width: 1450px;
    /* max-height: 70dvh;
    aspect-ratio: 2 / 3; */
    margin-left: auto;
    margin-right: auto;
}

.zoomist-image {
    width: 100%;
    height: 100%;
    background-color: #333;
}

.zoomist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.zoomer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background-color: #efefef;
}

.zoomer-btn.zoomer-disabled {
    opacity: 0.2;
}

.change-image-btn {
    padding: 0.5rem;
    background-color: #eee;
}

/* ------------------------------------ 반응형 --------------------------------------- */
/* ------------------------------ 2000 ----------------------------------- */
@media screen and (max-width: 2000px) {
    .apply-purchase-img1 > img,
    .apply-purchase-img2 > img,
    .apply-purchase-img3 > img,
    .apply-purchase-img4 > img,
    .apply-purchase-img5 > img {
        width: 80%;
    }

    .inquity-box {
        width: 60%;
    }

    #gallery-modal-img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 100%;
        border-radius: 8px;
    }

    .purchase-title-wrap-2 {
        padding-bottom: 30px;
        padding-top: 100px;
    }
}

/* ------------------------------ 1500 ----------------------------------- */
@media screen and (max-width: 1500px) {
    .apply-purchase-img1 > img,
    .apply-purchase-img2 > img,
    .apply-purchase-img3 > img,
    .apply-purchase-img4 > img,
    .apply-purchase-img5 > img {
        width: 60%;
    }

    .inquity-box {
        width: 100%;
    }

    .yeosu-jijangdaesa-purchase-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .yeosu-jijangdaesa-purchase-img img {
        width: 70%;
        padding-top: 40px;
    }

    .yeosu-jijangdaesa-purchase-img {
        width: 90%;
    }

    .img-purchase-wrap-2 img {
        padding: 143px 0;
        display: flex;
    }

    /* 구좌 안내 */
    .img-purchase-wrap,
    .img-purchase-wrap-2 {
        height: 500px;
    }

    .img-purchase-wrap img {
        width: 55%;
    }
}

/* ------------------------------ 1080 ----------------------------------- */
@media screen and (max-width: 1080px) {
    /* 지장대사 섹션1 시작 */
    .yeosu-jijangdaesa-purchase1 {
        max-width: 1920px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .yeosu-bosal {
        width: 100%;
        padding: 50px 0;
        border-bottom: 1px solid var(--base-color-lightGrey);
    }

    .img-purchase-wrap-2 img {
        width: 50%;
    }

    .img-purchase-wrap img {
        width: 39%;
    }

    .yeosu-bosal-wrap {
        flex-direction: column;
    }

    .yeosu-bosal-img {
        width: 40%;
        margin: 0 auto;
    }

    .yeosu-bosal-img > img {
        width: 100%;
    }

    .yeosu-bosal-desc {
        width: 100%;
        text-align: center;
    }

    .yeosu-bosal-title-wrap {
        width: 100%;
        justify-content: center;
        margin-top: 50px;
    }

    .yeosu-bosal-desc-wrap > h4 {
        margin-top: 50px;
        line-height: 30px;
    }

    .bosal-desc-wrap > p > span {
        display: inline-block;
    }

    /* 지장대사 섹션5 */
    .yeosu-info-btn-wrap {
        background-position: left;
    }

    .yeosu-info-btn {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .yeosu-info-btn-box {
        width: 100%;
    }

    .yeosu-jijangdaesa-purchase > h3 {
        position: relative;
    }

    .yeosu-jijangdaesa-purchase > h3::after {
        position: absolute;
        top: 50px;
        left: 50%;
        width: 100%;
        content: '좌우로 움직여 구좌를 확인해 보세요.';
        color: var(--signature-color-base);
        font-family: var(--font-KR-base);
        font-weight: 300;
        font-size: 16px;
        transform: translateX(-50%);
    }

    .p-wrap {
        width: 80%;
    }

    .section-info p {
        padding: 20px 260px;
        background-color: var(--signature-color-base);
        text-align: center;
    }

    /* 오시는 길 */
    .contact-map-title > ul > li > a {
        text-align: center;
        line-height: 30px;
    }

    /* 여수관광 섹션1 시작 */
    .yeosu-tour-wrap {
        width: 90%;
    }

    .yeosu-tour-img-wrap {
        gap: 20px;
    }

    .yeosu-tour-img {
        height: 300px;
    }

    .yeosu-tour-img-desc-title > h5 {
        margin-left: 10px;
    }

    .yeosu-tour-img-desc-title > img {
        margin-left: 10px;
    }

    .yeosu-tour-img-desc > p {
        margin-left: 10px;
    }

    .yeosu-tour-img-wrap > img:nth-of-type(2),
    .yeosu-tour-img-wrap > img:nth-of-type(4) {
        margin-bottom: 70px;
    }

    .yeosu-tour-img.down {
        margin-top: 70px;
    }
}

/* --------------------------------- 860 --------------------------------- */
@media screen and (max-width: 860px) {
    /* sub1-1 영상부분 */
    .sub1-1_img_wrap {
        height: 300px;
    }

    /* 지점소개 탭메뉴 */
    .yeosu-tadbtn {
        margin-top: 50px;
    }

    .yeosu-tadbtn > ul {
        flex-direction: column;
    }

    .yeosu-tadbtn > ul > li {
        width: 80%;
        margin: 0 auto;
    }

    .yeosu-tadbtn > ul > li.active {
        border-bottom: 3px solid var(--signature-color-base);
    }

    .apply-premium-title {
        margin-bottom: 0;
    }

    .max_width {
        padding: 0 3%;
    }

    .yeosu-jijangdaesa-purchase-img img {
        width: 100%;
        padding-top: 40px;
    }

    /*  ------------- 지장대사 콘텐츠 시작 -------------  */

    /* 지장대사 섹션1 시작 */
    /*   .yeosu-bosal-wrap {
    flex-direction: column;
    width: 90%;
  }

  .yeosu-bosal-img {
    width: 50%;
    margin: auto;
  }

  .yeosu-bodal-desc-wrap {
    width: 100%;
    text-align: center;
  }

  .yeosu-bodal-desc>h4 {
    margin-top: 30px;
  }

  .yeosu-bodal-desc>p {
    text-align: center;
  } */

    /* 지장대사 섹션2 시작 */
    .yeosu-hanja-wrap {
        width: 90%;
        margin: auto;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .yeosu-hanja-desc-wrap {
        flex-direction: column;
    }

    .yeosu-hanja-img,
    .yeosu-hanja-img > img {
        width: 100%;
    }

    .yeosu-hanja-desc {
        width: 100%;
        margin-top: 50px;
    }
    .yeosu-jijangdaesa-purchase{
        margin-top: 100px;
    }
    .yeosu-map-wrap{
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .yeosu-visit-info-wrap{
        margin-top: 100px; margin-bottom: 100px;
    }
    .yeosu-daewoong-desc-box{
        padding: 30px 20px;
    }
    .yeosu-sunset-wrap{
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .yeosu-hanja-items {
        width: 100%;
        justify-content: center;
        gap: 10px;
    }

    .yeosu-hanja-desc-box > span {
        display: none;
    }

    /* 지장대사 섹션3 시작 */
    .yeosu-daewoong-title {
        text-align: center;
    }

    .yeosu-daewoong-desc-wrap {
        flex-direction: column;
    }

    .yeosu-daewoong-desc > p > span {
        display: inline;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }

    .yeosu-daewoong-desc-img {
        width: 100%;
    }

    .yeosu-daewoong-desc-box {
        width: 100%;
        text-align: center;
    }

    .yeosu-daewoong-desc-title {
        justify-content: center;
    }

    /*   .yeosu-daewoong-wrap {
    width: 90%;
  }

  .yeosu-daewoong-title>h3 {
    text-align: center;
  }

  .yeosu-daewoong-img {
    display: none;
  }

  .yeosu-daewoong-desc {
    width: 100%;
    text-align: center;
  }

  .yeosu-daewoong-desc-title {
    justify-content: center;
  } */

    /* 지장대사 섹션4 시작 */
    .yeosu-jijangdaesa-wrap {
        flex-direction: column;
    }

    .yeosu-jijangdaesa-desc {
        width: 100%;
        text-align: center;
    }

    .yeosu-jijangdaesa-desc > h3 {
        text-align: center;
    }

    .yeosu-jijangdaesa-desc > p > span {
        display: inline;
    }

    .yeosu-jijangdaesa-togo {
        justify-content: center;
    }

    .yeosu-jijangdaesa-3d {
        width: 100%;
    }

    .yeosu-jijangdaesa-3d > iframe {
        width: 100%;
    }

    /* .yeosu-jijangdaesa-wrap {
    width: 100%;
  }

  .yeosu-jijangdaesa-img-wrap {
    width: 80%;
    margin: auto;
    flex-direction: column;
  }

  .yeosu-jijangdaesa-img-wrap>img {
    width: 70%; margin: 0 auto;
  } */
    /* 지장대사 섹션5-1 */
    .yeosu-jijangdaesa-purchase-btn {
        gap: 30px;
    }

    .yeosu-jijangdaesa-purchase-btn > button {
        width: 120px;
    }

    /* ------------- 오시는 길 콘텐츠 시작 -------------  */
    /* 오시는 길 섹션3 시작 */
    .visit-subtitle {
        width: 20%;
        padding: 0 0 0 20px;
        margin-left: 0;
    }

    .visit-list {
        width: 80%;
    }

    .visit-list li {
        line-height: 30px;
    }

    .visit-inner {
        gap: 25px;
        width: 100%;
        flex-direction: column;
    }

    /* ------------- 여수관광 콘텐츠 시작 -------------  */

    /* 여수관광 섹션1 시작 */
    .yeosu-tour-wrap {
        width: 90%;
    }

    .yeosu-tour-img-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }

    .yeosu-tour-img {
        height: 300px;
    }

    .yeosu-tour-img-desc-title > h5 {
        margin-left: 10px;
    }

    .yeosu-tour-img-desc-title > img {
        margin-left: 10px;
    }

    .yeosu-tour-img-desc > p {
        margin-left: 10px;
    }

    .yeosu-tour-img-wrap > img:nth-of-type(2),
    .yeosu-tour-img-wrap > img:nth-of-type(4) {
        margin-bottom: 0;
    }

    .yeosu-tour-img.down {
        margin-top: 0;
    }

    /* ------------------------ 여수관광 서브 콘텐츠 시작 ------------------------  */
    .yeosu-place-title {
        margin-top: 100px;
    }

    .yeosu-place-info {
        flex-direction: column;
    }

    .yeosu-place-table {
        width: 100%;
        margin-bottom: 100px;
    }

    .yeosu-place-table th {
        width: 30%;
    }

    .yeosu-place-desc {
        width: 100%;
        text-align: center;
    }

    .yeosu-place-desc > h5 {
        line-height: 30px;
    }

    .yeosu-place-img-wrap {
        margin-top: 100px;
    }

    .yeosu-place-img-title > h3 {
        margin-bottom: 100px;
    }

    .yeosu-place-img {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        overflow: hidden;
        cursor: pointer;
    }

    .yeosu-place-img > img {
        width: 80%;
        transition: transform 0.3s ease;
        overflow: hidden;
    }

    .yeosu-place-img > img:hover {
        transform: scale(1.5);
    }

    .yeosu-place-btn {
        margin-top: 100px;
        margin-bottom: 100px;
        width: 100%;
        text-align: center;
    }

    .yeosu-place-btn > a {
        padding: 20px 40px;
        background-color: var(--signature-color-base);
        font-size: var(--sub-font-size-s);
        border: 1px solid var(--signature-color-base);
        transition: 0.45s;
        display: inline-block;
    }

    .yeosu-place-btn > a:hover {
        border: 1px solid var(--signature-color-base);
        display: inline-block;
        background-color: #fff;
        color: var(--signature-color-base);
    }

    /* ------------------------ 분양신청 콘텐츠 시작 ------------------------  */
    /* 분양신청 섹션1 시작 */

    .apply-purchase-img2 > img,
    .apply-purchase-img3 > img,
    .apply-purchase-img4 > img,
    .apply-purchase-img5 > img {
        display: none;
    }

    .apply-purchase-img1 {
        width: 100%;
        top: 0;
        left: 0;
        position: static;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .apply-purchase-img1 > img {
        width: 100%;
    }

    .apply-purchase-title {
        position: static;
        width: 100%;
        padding: 40px 15px 100px 0;
        transform: translateX(0);
        margin-top: 70px;
        z-index: 1000;
    }

    .apply-premium-title {
        margin-bottom: 50px;
    }

    .yeosu-bosal-img {
        width: 70%;
        margin: 0 auto;
    }

    .yeosu-bosal-img > img {
        width: 100%;
    }

    /* 분양신청 섹션2 */
    .exam_wrap {
        flex-direction: column;
        width: 100%;
    }

    .apply-premium-box1,
    .apply-premium-box3 {
        width: 100%;
        order: 2;
    }

    /* 분양신청 섹션2 */
    .apply-premium-wrap {
        margin-top: 0;
    }

    .apply-premium-box1,
    .apply-premium-box2,
    .apply-premium-box3 {
        padding: 30px 15px;
    }

    .apply-premium-box1,
    .apply-premium-box2 {
        border: none;
    }

    .apply-premium-box1 > h4,
    .apply-premium-box3 > h4 {
        margin-top: 100px;
    }

    .apply-premium-box1 >,
    .apply-premium-box3 > {
        margin-top: 50px;
    }

    .apply-premium-box1 > p,
    .apply-premium-box3 > p {
        margin-bottom: 30px;
    }

    .apply-premium-box2 {
        width: 100%;
        order: 1;
        display: flex;
        flex-direction: column;
    }

    .apply-premium-box2 > img {
        order: 3;
        margin-top: 30px;
    }

    /* ------------------------ 구좌구매 콘텐츠 시작 ------------------------  */
    /* 구좌 구매 섹션3 시작 */
    .yeosu-purchase-wrap {
        width: 90%;
    }

    .yeosu-purchase-desc-wrap {
        width: 90%;
        margin: 0 auto;
        margin-top: 200px;
    }

    .yeosu-purchase-desc {
        margin-top: 250px;
        width: 100%;
    }

    .yeosu-purchase-items {
        display: flex;
        margin-bottom: 50px;
        flex-direction: column;
    }

    .yeosu-purchase-item1 {
        width: 100%;
    }

    .yeosu-purchase-item1 > img {
        width: 100%;
    }

    .yeosu-purchase-item2 {
        width: 100%;
        background-color: #f5f5f5;
        padding: 60px;
    }

    .yeosu-purchase-item2 > h4 {
        font-size: var(--sub-font-size-m);
        margin-bottom: 20px;
    }

    .yeosu-purchase-item2 > p {
        font-size: var(--sub-font-size-s);
        line-height: 30px;
        margin-top: clamp(100px, 15vw, 700px);
    }

    .yeosu-purchase-item2 > p > span {
        display: block;
    }

    .inquity-box {
        width: 100%;
    }

    .inquity-wrap {
        padding: 0px;
    }

    .apply-store-btn {
        flex-direction: column;
        gap: 20px;
        background: url(../img/apply-store-BG.png) no-repeat right;
    }

    .gallery-modal-content {
        max-width: 95%;
    }

    /* 구좌안내 */
    .img-purchase-wrap img {
        width: 48%;
    }

    .img-purchase-wrap-2 img {
        width: 52%;
    }
    .yeosu-sunset-wrap > p > span {
        display: inline-block;
    }
}

/* --------------------------------- 400 --------------------------------- */
@media screen and (max-width: 400px) {
    .max_width-h {
        padding: clamp(5px, 1.3542vw, 50px) 15px;
        max-width: var(--max-width);
        margin: 0 auto;
    }

    .section-info p {
        padding: 20px 150px;
        background-color: var(--signature-color-base);
        text-align: center;
    }

    /* 분양 */

    /* 지장대사 섹션4 시작 */
    .yeosu-sunset-wrap > p {
        line-height: clamp(32px, 3.8vw, 48px);
        font-size: var(--sub-font-size-s);
        word-break: keep-all;
        padding: 0 3%;
        text-align: center;
    }

    .yeosu-sunset-wrap > p > span {
        line-height: clamp(32px, 3.8vw, 48px);
        font-size: var(--sub-font-size-s);
        word-break: keep-all;
        font-weight: 200;
        text-align: center;
    }

    /* 지장대사 섹션5 시작 */
    .yeosu-jijangdaesa-wrap {
        flex-direction: column;
        margin-top: 100px;
    }

    .yeosu-jijangdaesa-desc {
        width: 100%;
        text-align: center;
    }

    .yeosu-jijangdaesa-desc > h3 {
        text-align: center;
    }

    .yeosu-jijangdaesa-togo > img {
        display: none;
    }

    .yeosu-jijangdaesa-img {
        flex-direction: column;
        gap: 20px;
    }

    .yeosu-jijangdaesa-img > img {
        width: 100%;
    }

    .yeosu-jijangdaesa-3d {
        width: 100%;
    }

    .yeosu-jijangdaesa-3d > iframe {
        width: 100%;
        height: 300px;
    }

    .yeosu-jijangdaesa-3d > p {
        text-align: center;
    }

    .yeosu-jijangdaesa-purchase {
        margin-top: 100px;
    }

    /* 지장대사 섹션6 시작 */
    .yeosu-info-btn-wrap {
        background-position: left;
    }

    .yeosu-info-btn {
        flex-direction: column;
    }

    .yeosu-info-btn-box {
        width: 100%;
    }

    /* ------------- 분양신청 콘텐츠 시작 -------------  */

    .apply-premium-box1,
    .apply-premium-box2,
    .apply-premium-box3 {
        padding: 20px;
    }

    .inquity-wrap {
        padding: 0px;
    }

    .yeosu-map-wrap {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .gallery-modal-content {
        position: relative;
        z-index: 1;
        max-width: 95%;
        max-height: 60vh;
        margin: 0 auto;
    }

    .gallery-modal-close {
        position: absolute;
        top: -55px;
        right: 0;
        background: none;
        border: none;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }

    /* 구좌안내 */
    .img-purchase-wrap,
    .img-purchase-wrap-2 {
        height: 336px;
    }

    .yeosu-jijangdaesa-purchase-title > p {
        margin-bottom: 0;
    }

    .yeosu-map-wrap > iframe {
        width: 100%;
    }
    .contact-map-title {
        margin-bottom: 50px;
    }
    .contact-map-title > ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 550px) {
    .img-purchase-wrap img {
        width: 73%;
    }
    .img-purchase-wrap-2 img {
        width: 75%;
    }
    /* ------------- 오시는 길 콘텐츠 시작 -------------  */
    /* 오시는 길 섹션3 시작 */
    .visit-traffic {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .visit-subtitle {
        width: 100%;
        margin-left: 0;
        padding: 0 0 20px 0;
        border-bottom: 1px dashed #cfcfcf;
        color: var(--signature-color-base);
    }

    .visit-list {
        width: 100%;
        margin-top: 50px;
    }

    .visit-inner {
        margin-top: 50px;
    }
}
@media screen and (max-width: 380px) {
    .yeosu-hanja-items {
        flex-direction: column;
        align-items: center;
    }

    .yeosu-opentime-wrap {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .yeosu-visit-info-wrap,
    .yeosu-tour-wrap {
        margin-bottom: 100px;
    }

    /* 지장대사 섹션5-1 */
    .yeosu-jijangdaesa-purchase-btn {
        gap: 10px;
    }

    .yeosu-jijangdaesa-purchase-btn > button {
        width: 100px;
    }
}
