@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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');

:root{
  --inner_base_mw: 1200px;
}

.sec_visual{
  position: relative;
}
.sec_visual > img{
  width : 100%;
}
.sec_visual h2{
  position: absolute;
  top:  50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec_visual h2 >img{
  width : 568px;
}
.sec_visual p{
  margin-top : 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: var(--white1);
}


.arti_memorial1{
  position: relative;
  overflow: hidden;
}
.arti_memorial1 .bg{
  position : absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index : 0;
  width : 100vw;
}
.arti_memorial1 .bg img{
  width : 100%;
}
.arti_memorial1 .inner_base{
  position : relative;
  z-index : 1;
  padding-top: 164px;
}
.arti_memorial1 .memorial_btn{
  display : flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width : max-content;
  height: max-content;
  margin: 0 auto 60px;
  padding: 20px 30px 20px 20px;
  font-size: 34px;
  font-weight: 600;
  color: var(--white1);
  border-radius: 20px;
  background-color: #6D9372;
}
.arti_memorial1 .memorial_btn img{
  width: 63px;
}
.arti_memorial1 .txt {
  margin-bottom : 98px;
}
.arti_memorial1 .txt p{
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}
.arti_memorial1 .txt h2{
  margin: 30px 0;
  font-size: 120px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
  color: #6D9372;
  font-family: 'Montserrat Alternates', sans-serif;
}
.arti_memorial1 .letter{
  position : relative;
  z-index : 2;
  padding: 114px 0 153px;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.00) 0%, rgba(248, 248, 248, 0.48) 5%, #F8F8F8 25.5%);
}
.arti_memorial1 .letter .inner_base{padding: 0}
.arti_memorial1 .letter h2  img{
  width : 260px;
  margin: 0 auto 20px;
}
.arti_memorial1 .letter .swiper-wrapper{
  gap: 32px 12px;
}
.arti_memorial1 .letter .card {
  width:392px;
}
.arti_memorial1 .letter .card .img{
  display: flex;
  align-items: center;
  width: 100%;
  height: 182px;
}
.arti_memorial1 .letter .card .img{
  width : 100%;
  margin: 0 auto;
}
.arti_memorial1 .letter p{
  display : flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
}
.arti_memorial1 .letter p::before{
  display : block;
  content: "";
  width : 34px;
  height: 34px;
  margin-right : 4px;
  border-radius: 50%;
  background-color: #1C1B1C;
  background-image: url("../images/icons/ico_leap.svg");
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: center;
}
.arti_memorial1 .letter .card:nth-child(2n+1) p::before{
  background-color : #6D9372;
}
.arti_memorial1 .letter .card:nth-child(3){margin-left: 1px}
.arti_memorial1 .letter .card:nth-child(5){margin-left: -1px}

.arti_memorial2{
  background-color: #F8F8F8;
  padding-bottom: 234px;
}
.arti_memorial2 h2 img{
  width : 344px;
  margin-bottom: 40px;
}
.arti_memorial2 .memorial_form{
  width : 100%;
  height: 340px;
  padding: 0 40px 30px;
  margin-bottom : 40px;
  border: 1px solid #ddd;
  background-color: var(--white1);
}
.arti_memorial2 .memorial_form textarea{
  width : 100%;
  height: 224px;
  padding: 40px 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  outline: none;
  resize: none;
}
.arti_memorial2 .memorial_form textarea::placeholder{
  color: #AEAAAB;
}
.arti_memorial2 .memorial_form label{
  font-size: 16px;
  font-weight: 500;
  line-height:  140%;
  color: #797677;
}
.arti_memorial2 .memorial_form input{
  width : 200px;
  height: 50px;
  border-radius: 20px;
  outline: none;
  padding: 0 10px;
  border: 1px solid #E6E1E2;
}
.arti_memorial2 .memorial_form .invalid_txt{
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 14px;
  font-weight: 500;
  color: #AEAAAB;
  width: max-content;
  display : block !important;
}
.arti_memorial2 .memorial_form .invalid_txt.on{
  display : block;
  color: #E3786A;
}
.arti_memorial2 .memorial_form .invalid_txt.on ~ input{
  border-color: #E3786A;
}
.arti_memorial2 .memorial_form .gap24{
  gap: 24px;
}
.arti_memorial2 .memorial_form button{
  display : flex;
  justify-content: center;
  align-items: center;
  width : 102px;
  height: 53px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white1);
  background-color: #6D9372;
  border-radius: 20px;
  transition: background-color .2s ease-in-out;
}
.arti_memorial2 .memorial_form button:hover{
  background-color: #1C1B1C;
}
.arti_memorial2 .memorial_list .hd{
  padding-bottom : 24px;
}
.arti_memorial2 .memorial_list .hd p{
  font-size: 18px;
  font-weight: 500;
  color: #797677;
}
.arti_memorial2 .memorial_list .hd p span{
  color :#6D9372;
  margin-left : 10px;
}
.arti_memorial2 .memorial_list .hd p + div{
  gap: 8px;
  margin-left : 18px;
}
.arti_memorial2 .memorial_list .hd p ~ div button{
  width : 70px;
  font-size: 18px;
  font-weight: 500;
  color: #939091;
}
.arti_memorial2 .memorial_list .hd p ~ div button.on{
  color: #313031;
}
.arti_memorial2 .search_form{
  position: relative;
  width : 440px;
  height: 50px;
  border-radius: 50px;
  background-color: #F1F1F1;
}
.arti_memorial2 .search_form input{
  width : 100%;
  height: 100%;
  outline: none;
  padding: 0 60px 0 20px;
  border-radius: 50px;
  overflow: hidden;
}
.arti_memorial2 .search_form button{
  position: absolute;
  top: 50%;
  right : 20px;
  transform: translateY(-50%);
  width : 20px;
  height: 20px;
  background: url("../images/icons/ico_search.svg") no-repeat center / cover;
}

.arti_memorial2 .memorial_list .list{
  columns: 4;
  gap: 12px;
}
.arti_memorial2 .memorial_list .list .item{
  position: relative;
  break-inside: avoid;
  padding: 30px 40px;
  margin-bottom: 8px;
  background-color: #F1F1F1;
}
.arti_memorial2 .memorial_list .list .item .wv_modal_btn{
  position: absolute;
  top: 0; left: 0;
  z-index : 5;
  width : 100%;
  height: 100%;
  font-size: 14px;
}
.arti_memorial2 .memorial_list .item .t {
  position: relative;
  z-index : 10;
  margin-bottom : 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #B4A499;
}
.arti_memorial2 .memorial_list .item .t::before{
  display : block;
  content: "";
  width : 25px;
  height: 25px;
  background: #6D9372 url("../images/icons/ico_leap.svg") no-repeat center / cover;
  transition: background-color .2s ease-in-out
}
.arti_memorial2 .memorial_list .item .t:hover::before{
  background-color: #1C1B1C;
}
.arti_memorial2 .memorial_list .item .t span{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #6D9372;
  margin: 0 10px;
}
.arti_memorial2 .memorial_list .item p{
  margin-bottom : 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6D9372;
  line-clamp: 6;
  overflow: hidden;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.arti_memorial2 .memorial_list .item > div span{
  display : inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #B4A499;
  line-height: 160%;
}
.arti_memorial2 .memorial_list .item > div span:first-child{
  margin-right : 14px;
}
.arti_memorial2 .memorial_list .info_btn{
  position: absolute;
  right : 0; top: 50%;
  transform: translateY(-50%);
  z-index : 10;
  width : 20px;
  height: 20px;
  background: url("../images/icons/ico_dot3.svg") no-repeat center / cover;
}
.arti_memorial2 .memorial_list .info_wrap{
  display : flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right : 0;
  top: -45px;
  z-index : 10;
  width : 70px;
  height: 38px;
  border-radius: 12px;
  background-color: var(--white1);
  font-size: 14px;
  font-weight:500;
  line-height: 160%;
  color: #484647;
  opacity: 0;
  visibility : hidden;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.arti_memorial2 .memorial_list .info_wrap.on{
  opacity: 1;
  visibility : visible;
}


@media all and (max-width: 1920px){
  .arti_memorial1 .bg{
    width : 1920px;
    max-width : 1920px;
    min-width : 1920px;
  }
}

@media all and (max-width: 1440px){

  .sec_visual{
    position: relative;
  }
  .sec_visual > img{
    width : 100%;
  }
  .sec_visual h2{
    position: absolute;
    top:  50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec_visual h2 >img{
    width : 39.4444vw;
  }
  .sec_visual p{
    margin-top : 2.2222vw;
    font-size: 1.6667vw;
    font-weight: 600;
    line-height: 2.5000vw;
    text-align: center;
    color: var(--white1);
  }


  .arti_memorial1{
    position: relative;
    overflow: hidden;
  }
  .arti_memorial1 .bg{
    position : absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index : 0;
    width : 100vw;
  }
  .arti_memorial1 .bg img{
    width : 100%;
  }
  .arti_memorial1 .inner_base{
    position : relative;
    z-index : 1;
    padding-top: 11.3889vw;
  }
  .arti_memorial1 .memorial_btn{
    display : flex;
    justify-content: center;
    align-items: center;
    gap: 0.4861vw;
    width : max-content;
    height: max-content;
    margin: 0 auto 4.1667vw;
    padding: 1.3889vw 2.0833vw 1.3889vw 1.3889vw;
    font-size: 2.3611vw;
    font-weight: 600;
    color: var(--white1);
    border-radius: 1.3889vw;
    background-color: #6D9372;
  }
  .arti_memorial1 .memorial_btn img{
    width: 4.3750vw;
  }
  .arti_memorial1 .txt {
    margin-bottom : 6.8056vw;
  }
  .arti_memorial1 .txt p{
    font-size: 2.2222vw;
    font-weight: 500;
    line-height: 3.3333vw;
    text-align: center;
  }
  .arti_memorial1 .txt h2{
    margin: 2.0833vw 0;
    font-size: 8.3333vw;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    color: #6D9372;
    font-family: 'Montserrat Alternates', sans-serif;
  }
  .arti_memorial1 .letter{
    position : relative;
    z-index : 2;
    padding: 7.9167vw 0 10.6250vw;
    background: linear-gradient(180deg, rgba(248, 248, 248, 0.00) 0%, rgba(248, 248, 248, 0.48) 5%, #F8F8F8 25.5%);
  }
  .arti_memorial1 .letter .inner_base{padding: 0}
  .arti_memorial1 .letter h2  img{
    width : 18.0556vw;
    margin: 0 auto 1.3889vw;
  }
  .arti_memorial1 .letter .swiper-wrapper{
    gap: 2.2222vw 0.8333vw;
    width : calc(100% - 16.6667vw);
  }
  .arti_memorial1 .letter .card {
    width:27.2222vw;
  }
  .arti_memorial1 .letter .card .img{
    display: flex;
    align-items: center;
    width: 100%;
    height: 12.6389vw;
  }
  .arti_memorial1 .letter .card .img{
    width : 100%;
    margin: 0 auto;
  }
  .arti_memorial1 .letter p{
    display : flex;
    gap: 0.4167vw;
    justify-content: center;
    align-items: center;
    font-size: 1.1111vw;
    text-align: center;
  }
  .arti_memorial1 .letter p::before{
    display : block;
    content: "";
    width : 2.3611vw;
    height: 2.3611vw;
    margin-right : 0.2778vw;
    border-radius: 50%;
    background-color: #1C1B1C;
    background-image: url("../images/icons/ico_leap.svg");
    background-size: 1.4583vw 1.4583vw;
    background-repeat: no-repeat;
    background-position: center;
  }
  .arti_memorial1 .letter .card:nth-child(3n+1) p::before{
    background-color : #6D9372;
  }
  .arti_memorial1 .letter .card:nth-child(3){
    margin-left: 0.0694vw;
  }
  .arti_memorial1 .letter .card:nth-child(5){
    margin-left: -0.0694vw;
  }

  .arti_memorial2{
    background-color: #F8F8F8;
    padding-bottom: 16.2500vw;
  }
  .arti_memorial2 h2 img{
    width : 23.8889vw;
    margin-bottom: 2.7778vw;
  }
  .arti_memorial2 .memorial_form{
    width : 100%;
    height: 23.6111vw;
    padding: 0 2.7778vw 2.0833vw;
    margin-bottom : 2.7778vw;
    border: 0.0694vw solid #ddd;
    background-color: var(--white1);
  }
  .arti_memorial2 .memorial_form textarea{
    width : 100%;
    height: 15.5556vw;
    padding: 2.7778vw 0;
    margin-bottom: 2.0833vw;
    font-size: 1.2500vw;
    font-weight: 500;
    line-height: 140%;
    outline: none;
    resize: none;
  }
  .arti_memorial2 .memorial_form textarea::placeholder{
    color: #AEAAAB;
  }
  .arti_memorial2 .memorial_form label{
    font-size: 1.1111vw;
    font-weight: 500;
    line-height:  140%;
    color: #797677;
  }
  .arti_memorial2 .memorial_form input{
    width : 13.8889vw;
    height: 3.4722vw;
    border-radius: 1.3889vw;
    outline: none;
    padding: 0 0.6944vw;
    border: 0.0694vw solid #E6E1E2;
  }
  .arti_memorial2 .memorial_form .invalid_txt{
    position: absolute;
    top: -1.6667vw;
    left: 0;
    font-size: 0.9722vw;
    font-weight: 500;
    color: #E3786A;
    display : none;
  }
  .arti_memorial2 .memorial_form .invalid_txt.on{
    display : block;
  }
  .arti_memorial2 .memorial_form .invalid_txt.on ~ input{
    border-color: #E3786A;
  }
  .arti_memorial2 .memorial_form .gap24{
    gap: 1.6667vw;
  }
  .arti_memorial2 .memorial_form button{
    display : flex;
    justify-content: center;
    align-items: center;
    width : 7.0833vw;
    height: 3.6806vw;
    font-size: 1.2500vw;
    font-weight: 600;
    color: var(--white1);
    background-color: #6D9372;
    border-radius: 1.3889vw;
    transition: background-color .2s ease-in-out;
  }
  .arti_memorial2 .memorial_form button:hover{
    background-color: #1C1B1C;
  }
  .arti_memorial2 .memorial_list .hd{
    padding-bottom : 1.6667vw;
  }
  .arti_memorial2 .memorial_list .hd p{
    font-size: 1.2500vw;
    font-weight: 500;
    color: #797677;
  }
  .arti_memorial2 .memorial_list .hd p span{
    color :#6D9372;
    margin-left : 0.6944vw;
  }
  .arti_memorial2 .memorial_list .hd p + div{
    gap: 0.5556vw;
    margin-left : 1.2500vw;
  }
  .arti_memorial2 .memorial_list .hd p ~ div button{
    width : 4.8611vw;
    font-size: 1.2500vw;
    font-weight: 500;
    color: #939091;
  }
  .arti_memorial2 .memorial_list .hd p ~ div button.on{
    color: #313031;
  }
  .arti_memorial2 .search_form{
    position: relative;
    width : 30.5556vw;
    height: 3.4722vw;
    border-radius: 3.4722vw;
    background-color: #F1F1F1;
  }
  .arti_memorial2 .search_form input{
    width : 100%;
    height: 100%;
    outline: none;
    padding: 0 4.1667vw 0 1.3889vw;
    border-radius: 3.4722vw;
    overflow: hidden;
  }
  .arti_memorial2 .search_form button{
    position: absolute;
    top: 50%;
    right : 1.3889vw;
    transform: translateY(-50%);
    width : 1.3889vw;
    height: 1.3889vw;
    background: url("../images/icons/ico_search.svg") no-repeat center / cover;
  }

  .arti_memorial2 .memorial_list .list{
    columns: 4;
    gap: 0.8333vw;
  }
  .arti_memorial2 .memorial_list .list .item{
    position: relative;
    break-inside: avoid;
    padding: 2.0833vw 2.7778vw;
    margin-bottom: 0.5556vw;
    background-color: #F1F1F1;
  }
  .arti_memorial2 .memorial_list .list .item .wv_modal_btn{
    position: absolute;
    top: 0; left: 0;
    z-index : 5;
    width : 100%;
    height: 100%;
    font-size: 0.9722vw;
  }
  .arti_memorial2 .memorial_list .item .t {
    position: relative;
    z-index : 10;
    margin-bottom : 2.0833vw;
    font-size: 0.9722vw;
    font-weight: 500;
    line-height: 160%;
    color: #B4A499;
  }
  .arti_memorial2 .memorial_list .item .t::before{
    display : block;
    content: "";
    width : 1.7361vw;
    height: 1.7361vw;
    background: #6D9372 url("../images/icons/ico_leap.svg") no-repeat center / cover;
    transition: background-color .2s ease-in-out
  }
  .arti_memorial2 .memorial_list .item .t:hover::before{
    background-color: #1C1B1C;
  }
  .arti_memorial2 .memorial_list .item .t span{
    font-size: 1.2500vw;
    font-weight: 600;
    line-height: 1.7361vw;
    color: #6D9372;
    margin: 0 0.6944vw;
  }
  .arti_memorial2 .memorial_list .item p{
    margin-bottom : 2.0833vw;
    font-size: 1.1111vw;
    font-weight: 400;
    line-height: 1.6667vw;
    color: #6D9372;
    line-clamp: 6;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .arti_memorial2 .memorial_list .item > div span{
    display : inline-block;
    font-size: 0.9722vw;
    font-weight: 500;
    color: #B4A499;
    line-height: 160%;
  }
  .arti_memorial2 .memorial_list .item > div span:first-child{
    margin-right : 0.9722vw;
  }
  .arti_memorial2 .memorial_list .info_btn{
    position: absolute;
    right : 0; top: 50%;
    transform: translateY(-50%);
    z-index : 10;
    width : 1.3889vw;
    height: 1.3889vw;
    background: url("../images/icons/ico_dot3.svg") no-repeat center / cover;
  }
  .arti_memorial2 .memorial_list .info_wrap{
    display : flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right : 0;
    top: -3.1250vw;
    z-index : 10;
    width : 4.8611vw;
    height: 2.6389vw;
    border-radius: 0.8333vw;
    background-color: var(--white1);
    font-size: 0.9722vw;
    font-weight:500;
    line-height: 160%;
    color: #484647;
    opacity: 0;
    visibility : hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }
  .arti_memorial2 .memorial_list .info_wrap.on{
    opacity: 1;
    visibility : visible;
  }

}



@media all and (max-width: 768px){
  .sec_visual{
    margin-top: 52px;
  }
  .sec_visual h2{
    width: 100%;
  }
  .sec_visual h2 >img{
    width : calc(100% - 100px);
    margin: 0 auto;
  }
  .sec_visual p{
    margin-top : 26px;
    font-size: 18px;
    text-align : center;
    line-height: 25px;
  }
  .arti_memorial1{
    background-color: #F8F8F8;
  }
  .arti_memorial1 .inner_base{
    padding-top: 77px;
  }
  .arti_memorial1 .memorial_btn{
    gap: 4px;
    margin: 0 auto 40px;
    padding: 16px 20px 16px 16px;
    font-size: 16px;
    border-radius: 20px;
  }
  .arti_memorial1 .memorial_btn img{
    width : 27px;
    height: 27px;
  }
  .arti_memorial1 .txt{
    margin-bottom: 65px
  }
  .arti_memorial1 .txt p{
    font-size: 16px;
    line-height: 24px;
  }
  .arti_memorial1 .txt h2{
    margin: 20px 0;
    font-size: 50px;
  }
  .arti_memorial1 .letter{
    padding: 65px 0 70px;
    background: none;
  }
  .arti_memorial1 .bg{
    width : 100%;
    min-width : 100%;
    max-width : 100%;
    height: 421px;
    object-fit: cover;
    object-position: bottom;
  }
  .arti_memorial1 .letter h2 img{
    width : 145px;
    margin-bottom : 34px;
  }

  .arti_memorial2{
    padding-bottom: 60px;
  }
  .arti_memorial2 h2 img{
    width : 193px;
    margin: 0 auto 30px;
  }
  .arti_memorial2 .memorial_form{
    margin-bottom : 34px;
    padding: 20px;
    height: 416px;
  }
  .arti_memorial2 .memorial_form textarea{
    height: 188px;
    padding: 0;
    font-size: 14px;
  }
  .arti_memorial2 .memorial_form label{
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
  }
  .arti_memorial2 .memorial_form input{
    width : 180px;
    height: 36px;
    border-radius: 36px;
    padding: 0 10px;
  }
  .arti_memorial2 .memorial_form button{
    width : 100%;
    height: 53px;
    border-radius: 20px;
    font-size: 18px;
  }
  .arti_memorial2 .memorial_list .hd{
    position : relative;
    padding-bottom: 68px;
  }
  .arti_memorial2 .memorial_list .hd p{
    position:absolute;
    bottom: 12px;
    font-size: 14px;
  }
  .arti_memorial2 .memorial_list .hd p span{
    margin-left : 10px;
  }
  .arti_memorial2 .search_form{
    width : calc(100% - 68px);
    height: 46px;
    border-radius:16px;
  }
  .arti_memorial2 .search_form input{
    padding: 0 50px 0 10px;
  }
  .arti_memorial2 .search_form button{
    right : 20px;
    width : 20px;
    height: 20px;
  }
  .arti_memorial2 .memorial_list .hd .wv_target_btn{
    position: relative;
    width : 68px;
    margin-right : 5px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height : 150%;
    color:  #797677;
  }
  .arti_memorial2 .memorial_list .hd .wv_target_btn::after{
    display : block;
    position: absolute;
    top: 0;
    right:0;
    content: "";
    width : 20px;
    height: 20px;
    background: url("../images/icons/ico_pagination_arrow2.svg") no-repeat center / cover;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out
  }
  .arti_memorial2 .memorial_list .hd .wv_target_btn.on::after{
    transform: rotate(-90deg);
  }
  .arti_memorial2 .memorial_list .hd #filter{
    flex-direction: column;
    position: absolute;
    left: 0; top: 36px;
    z-index : 100;
    background-color: #fff;
    padding: 0 4px;
    max-height:0;
    overflow: hidden;
    transition: padding .2s ease-in-out, max-height .2s ease-in-out;
  }
  .arti_memorial2 .memorial_list .hd #filter.on{
    padding: 4px;
    max-height: 100px;
  }
  .arti_memorial2 .memorial_list .hd p ~ div button{
    width : 60px;
    font-size: 12px;
    text-align: left;
    padding: 4px
  }

  .arti_memorial2 .memorial_list .list{
    columns: 1;
    gap: 12px
  }
  .arti_memorial2 .memorial_list .list > :not(:nth-child(3n)){
    margin-bottom : 12px;
  }
  .arti_memorial2 .memorial_list .list .item{
    margin-bottom: 12px;
  }
  .arti_memorial2 .memorial_list .list .item{
    padding: 30px 26px;
  }
  .arti_memorial2 .memorial_list .item .t{
    margin-bottom: 30px;
    font-size: 14px;
  }
  .arti_memorial2 .memorial_list .list .item:nth-child(n+5) {
    display: none;
  }
  .arti_memorial2 .memorial_list .item .t::before{
    width : 25px;
    height: 25px;
  }
  .arti_memorial2 .memorial_list .item > div span:first-child{
    margin-right: 10px
  }
  .arti_memorial2 .memorial_list .item .t span{
    margin: 0 10px;
    font-size: 18px;
    line-height: 25px;
  }
  .arti_memorial2 .memorial_list .item p{
    margin-bottom : 30px;
    font-size: 14px;
    line-height: 160%;
  }
  .arti_memorial2 .memorial_list .item > div span:first-child{
    margin-right : 14px;
  }
  .arti_memorial2 .memorial_list .item > div span{
    font-size: 14px;
  }
  .arti_memorial2 .memorial_list .info_btn{
    width : 20px;
    height: 20px;
  }
  .arti_memorial2 .memorial_list .info_wrap{
    top: -42px;
    width: 70px;
    height: 38px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 160%;
  }
  .arti_memorial2 .memorial_list .list .item .wv_modal_btn{
    font-size: 14px;
  }

  .arti_memorial1 .letter p{
    gap: 6px;
    font-size: 16px;
  }
  .arti_memorial1 .letter p::before{
    width : 24px;
    height: 24px;
    margin-right : 4px;
    background-size: 18px;
  }

  .arti_memorial1 .letter .grid_lay{
    width : 100%;
    max-width : 100%;
  }
  .arti_memorial1 .letter .swiper-container{
    width : 100%;
  }
  .arti_memorial1 .letter .swiper-wrapper{
    width: 100%;
    max-width: 100%;
  }
  .arti_memorial1 .letter .swiper-slide{
    width : 100%;
    padding: 0 40px;
    background-color: #F8F8F8;
  }
  .arti_memorial1 .letter .grid_lay > div img{
    width : 280px;
    margin: 0 auto 12px;
    height: 93px;
    object-fit: cover;
  }
  .arti_memorial1 .letter .card .img{
    width: 280px;
    height: 140px;
  }
  .arti_memorial1 .letter .card .img img{
    display: block;
    width: 100%;
    height: auto;
    max-width: max-content;
    margin: 0 auto;
  }
  .arti_memorial1 .letter p{
    margin-top : 12px;
  }



  .arti_memorial2 .memorial_list .item .t:hover::before{
    background-color: #6D9372;
  }
  .arti_memorial2 .memorial_form button:hover{
    background-color: #6D9372;
  }
  #detailModal .ft button:hover p::before{
    background-color: #6D9372;
  }

  .arti_memorial2 .memorial_form .invalid_txt{
    font-size: 12px;
    top: calc(100% + 6px);
  }

}


