.header-title {
  padding: 90px 0;
  text-align: center;
}
.stories-section .pageCenter {
  max-width: 1160px;
  padding: 0 25px;
  padding-bottom: 100px;
  width: 100%;
  margin: 0 auto;
}
.header-title h4, .header-title .category-name {
  color: var(--brown);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.643px;
  padding-bottom: 16px;
  font-family: "BioRhyme";
  display: block;
}
.header-title h1 {
  color: #382f2d;
  font-family: "BioRhyme";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: 0.24px;
}
.story-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.story-item{
  max-width: 336px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 18px;
  background-color: #fff;
  border-radius: 30px;
}
.story-item>img{
   border-radius:30px 30px 0 0;
   width: 100%;
   height: 191px;
   object-fit: cover;
}
.story-data{
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 32px;
    min-height: 277px;
}
.story-data h5{
    color: #AD7C59;
    font-family: "BioRhyme";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.643px;
}
.story-data h2{
    color: #382F2D;
    font-family: "BioRhyme";
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    flex-grow: 1;
}
.story-data time{
    color: #382F2D;
    font-family: 'Goldplay';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.story-row .story-item:first-child{
    max-width: 100%;
    flex-direction: inherit;
    gap: 18px;
    min-height: 361px;
}
.story-row .story-item:first-child>img{
    max-width: 556px;
    width: 100%;
    height: auto;
    border-radius: 30px 0px 0px 30px;;
}
.story-row .story-item:first-child .story-data{
    max-width: 388px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.story-row .story-item:first-child .story-data h2{
    font-size: 32px;
    line-height: 36px;
}
.story-load-more{
    max-width: 246px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
.story-load-more button{
    background: linear-gradient(90deg, #C3976C 0%, #AD8055 100%);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: 'BioRhyme';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.571px;
    border: none;
    width: 100%;
    cursor: pointer;
}
/* story detail start */
.stories-detail .header-title{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 80px;
}

.stories-detail .header-title h4 , .stories-detail .header-title .category-name{
    padding-bottom: 26px;
    display: block;
}
.header-title a.back{
    margin-bottom: 70px;
    display: inline-block;
}
.stories-detail .header-title h1{
    padding-bottom: 26px;
}
.stories-detail .pageCenter{
  max-width: 1207px;
  padding: 0 25px;
}
.text-detail .pageCenter{
    max-width: 990px;
    padding: 0 25px;
}
.text-detail {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #382F2D;
    font-family: 'Goldplay';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.text-detail img{
  width: 100%;
  border-radius: 30px;
  max-height: 530px;
  object-fit: cover;
}
.text-detail figure{
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 15px;
  padding-bottom: 30px;
}
.text-detail figcaption{
    color: #767575;
    font-family: 'Goldplay';
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    font-style: italic;
    margin: 0;
  padding: 0;
}

.text-detail h1{
    color: #382F2D;
    font-family: 'BioRhyme';
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    padding-bottom: 20px;
}
.text-detail h2{
    color: #382F2D;
    font-family: 'BioRhyme';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.text-detail h3{
    color: #382F2D;
    font-family: 'BioRhyme';
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 20px; 
    padding-top: 20px;
}
.text-detail h4{
    color: #382F2D;
    font-family: 'BioRhyme';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    padding-bottom: 20px; 
    padding-top: 20px;
}
.text-detail h5{
    color: #382F2D;
    font-family: 'BioRhyme';
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding-bottom: 20px; 
    padding-top: 20px;
}
.text-detail h6, .share-title{
    color: #382F2D;
    font-family: 'BioRhyme';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    padding-bottom: 20px;
    padding-top: 20px; 
    display: block;
}
.text-detail p{
    color: #382F2D;
    font-family: 'Goldplay';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 22px;
}
.text-detail a{
    color: #BF9567;
    font-family: 'Goldplay';
    font-weight: 600;
    cursor: pointer;
}
.text-detail ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 50px;
    padding-top: 20px;
}
.text-detail ul li{
    padding: 0 0 13px 32px;
    background: url('../images/infoList.png') no-repeat left 2px;
    background-size: 22px;
    list-style: none;
}
a.back{
    color: #382F2D;
    font-family: 'Goldplay';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.back span{
    padding-left: 15px;
    text-decoration: underline;
}
.text-detail ol{
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 20px;
}
.text-detail ol li::marker{
    color: #BF9567;
    padding-right: 10px;
}
.text-detail ol li{
    padding-bottom: 13px;
    padding-left: 10px;
}
.share-area{
   padding-top: 20px;
   border: none;
   border-top: 1px solid #CBCBCB;
}
.social-icons{
  margin-bottom: 40px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.social-icons a{
    width: 35px;
    height: 35px;
    display: block;
    cursor: pointer;
}
.social-icons a img{
    object-fit: contain;
}
.stories-detail .header-title time{
    color: #382F2D;
    font-family: 'Goldplay';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;   
}
@media only screen and (max-width: 1439px) and (min-width: 1001px)  {
    .stories-section .pageCenter {
        max-width: 80.61vw;
        padding: 0 1.74vw;
        padding-bottom: 6.95vw;
    }
    .header-title {
        padding: 6.25vw 0;
    }    
    .story-row {
        gap: 3.47vw;
    }
    .story-item {
        max-width: 23.35vw;
    }
    .header-title h1 {
        font-size: 3.89vw;
        line-height: 3.89vw;
    }
    .story-item {
        max-width: 23.35vw;
        column-gap: 1.25vw;
        border-radius: 2.08vw;
    }
    .story-data {
        gap: 0.76vw;
        padding: 2.22vw;
        min-height: 19.25vw;
    }
    .story-data h2 {
        font-size: 1.81vw;
        line-height: 2.08vw;
    }
    .story-row .story-item:first-child {
        max-width: 100%;
        flex-direction: inherit;
        gap: 1.25vw;
        min-height: 25.09vw;
    }
    .story-item > img{
        border-radius: 2.08vw 2.08vw 0 0;
        height: 13.27vw;
    }
    .story-row .story-item:first-child > img {
        max-width: 38.63vw;
        width: 100%;
        height: auto;
        border-radius: 2.08vw 0 0 2.08vw;
    }
    .story-row .story-item:first-child .story-data {
        max-width: 26.96vw;
        width: 100%;
        padding-top: 3.47vw;
        padding-bottom: 3.47vw;
    }
    .story-row .story-item:first-child .story-data h2 {
        font-size: 2.22vw;
        line-height: 2.5vw;
    }
    
    .stories-detail .header-title {
        padding-top: 2.08vw;
        padding-bottom: 5.57vw;
    }
    .stories-detail .header-title h4, .stories-detail .header-title .category-name {
        padding-bottom: 1.81vw;
        display: block;
    }
    .header-title a.back{
        margin-bottom: 4.86vw;
    }
    .stories-detail .header-title h1 {
        padding-bottom: 1.81vw;
    }
    .stories-detail .pageCenter {
        max-width: 83.94vw;
    }
    .text-detail .pageCenter {
        max-width: 68.85vw;
    }
    .text-detail {
        padding-top: 6.95vw;
        padding-bottom: 3.47vw;
    }
    .text-detail img {
        border-radius: 2.08vw;
        max-height: 36.81vw;
    }
    .text-detail figure {
        gap: 1.16vw;
        padding-bottom: 2.0848vw;
    }
    .text-detail h1 {
        font-size: 2.5vw;
        line-height: 2.78vw;
        padding-bottom: 1.39vw;
    }
    .text-detail h2 {
        font-size: 2.22vw;
        line-height: 2.5vw;
        padding-bottom: 1.39vw;
        padding-top: 1.3899vw;
    }
    .text-detail h3 {
        font-size: 1.81vw;
        line-height: 2.08vw;
        padding-bottom: 1.39vw;
        padding-top: 1.3899vw;
    }
    .text-detail h4 {
        font-size: 1.66vw;
        line-height: 1.81vw;
        padding-bottom: 1.39vw;
        padding-top: 1.3899vw;
    }
    .text-detail h5 {
        font-size: 1.53vw;
        line-height: 1.66vw;
        padding-bottom: 1.39vw;
        padding-top: 1.3899vw;
    }
    .text-detail h6, .share-title {
        font-size: 1.39vw;
        line-height: 1.53vw;
        padding-bottom: 1.39vw;
        padding-top: 1.3899vw;
        display: block;
    }
    .text-detail p,.text-detail ul li,.text-detail ol li {
        font-size: 1.25vw;
        padding-bottom: 1.53vw;
    }
    .text-detail ul li,.text-detail ol li{
        padding-bottom: 0.9vw;
    }
    .text-detail ul, .text-detail ul {
        padding-bottom: 3.47vw;
        padding-top: 1.39vw;
    }
    .text-detail ul li {
        padding: 0 0 0.9vw 2.22vw;
        background-size: 1.53vw;
    }
    .text-detail ol {
        padding-left: 1.39vw;
    }
    .share-area {
        padding-top: 1.3899vw;
    }
    .social-icons {
        margin-bottom: 2.78vw;
        gap: 1.04vw;
    }
    .social-icons a {
        width: 2.43vw;
        height: 2.43vw;
    }
    .text-detail figcaption{
        font-size: 1.2509vw;
    }
    
}

@media only screen and (max-width: 1000px) {
    .stories-section .pageCenter {
        max-width: 100%;
        padding-bottom: 6.95vw;
        padding-top: 0 !important;
        padding-bottom: 60px !important;
    }
    .header-title {
        padding: 60px 0;
        text-align: left;
    }    
    .story-row {
        gap: 25px;
    }
    .header-title h1 {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.42px;
    }
    .header-title h4, .header-title .category-name {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.429px;
        font-size: 16px;
        line-height: 21px;
        display: block;
    }
    .story-item {
        gap: 0 !important;
        border-radius: 12px;
        max-width: calc(50% - 12.5px) !important;
    }
    .story-data {
        gap: 10px;
        padding: 20px 25px 24px 20px !important;
        max-width: 100% !important;
        min-height: 168px;
    }
    .story-data h2 {
        font-size: 18px !important;
        line-height: 22px !important;
        letter-spacing: 0.169px;
    }
    .story-data h5 {
        font-size: 16px;
        line-height: 21px;
        line-height: normal;
        letter-spacing: 0.429px;
    }
    .story-data time {
        font-size: 14px;
        line-height: normal;
    }
    .story-item > img {
        border-radius: 12px 12px 0px 0px !important;
        max-width: 100% !important;
        height: 184px !important;
    }
    .story-load-more{
        padding-top: 40px;
        max-width: 193px;
    }
    .story-load-more button{
        padding: 13px;
        border-radius: 16px;
        font-size: 14px;
        letter-spacing: 0.571px;
        line-height: normal;
    }
    .story-row .story-item:first-child{
        min-height: inherit;
    }

    .stories-detail .header-title{
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .stories-detail .header-title h4, .stories-detail .header-title .category-name{
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 21px;
        display: block;
    }
    .header-title a.back{
        margin-bottom: 40px;
    }
    .stories-detail .header-title h1{
        padding-bottom: 20px;
    }
    .stories-detail .header-title time{
        font-size: 14px;
    }
    .stories-detail .pageCenter{
      max-width: 100%;
      padding-top: 0 !important;
      padding-bottom: 0;
    }
    .text-detail .pageCenter{
        max-width: 100%;
    }
    .text-detail {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .text-detail img{
        border-radius: 12px;
        max-height: 300px;
      }
      .text-detail figure{
        gap: 15px;
        padding-bottom: 25px;
      }
      .text-detail h1{
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 16px;
    }
    .text-detail h2{
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 16px;
        padding-top: 15px;
    }
    .text-detail h3{
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 16px;
        padding-top: 15px;
    }
    .text-detail h4{
        font-size: 17px;
        line-height: 19px;
        padding-bottom: 16px; 
        padding-top: 15px;
    }
    .text-detail h5{
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 16px; 
        padding-top: 15px;
    }
    .text-detail h6, .share-title{
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 15px; 
        padding-top: 15px;
        display: block;
    }
    .text-detail p{
        font-size: 14px;
        padding-bottom: 15px;
    }
    .text-detail ul,.text-detail ol{
        font-size: 14px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .text-detail ul li{
        padding: 0 0 9px 25px;
        background-size: 16px;
    }
    .text-detail ol{
      padding-left: 20px;
    }
    .text-detail ol li{
        padding-bottom: 9px;
    }
    .text-detail figcaption{
        font-size: 14px;
    }
    .share-area{
        padding-top: 19px;
        margin-top: 20px;
    }
    .social-icons{
        margin-bottom: 35px;
        gap: 10px;
      }
      .social-icons a{
        width: 30px;
        height: 30px;
    }
    a.back{
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px) {
    .story-item{
        max-width: 100% !important;
    }
    .text-detail img{
        max-height: 183px;
      }
}