/*공통*/
.preserve-content .preserve-banner-section {
    width: 100%;
    height: 750px;
    background: url(../images/preserve_banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.preserve-content .tit-wrap {
    margin-bottom: 65px;
    text-align: center;
    
}
.preserve-content .tit-wrap h2{
    margin-bottom: 45px;
    color: #600148;    
    font-size: 48px;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 800;
    letter-spacing: -0.06em;
}
.preserve-content .tit-wrap h3 {
    font-size: 28px;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
.preserve-content .tit-wrap h3 b {
    font-size: 1.2em;
    font-family: 'Paperlogy', sans-serif;
}
.preserve-content .tit-wrap h2 span.color-green {
    color: #004438;    
}
.bg-txt {
    background-color: #004438;
    color: white;
    padding: 0 0.15em;
    font-weight: 500;
}
.bg-txt .color-yellow {
    color: #ffdd94;
}
.preserve-content .preserve-center {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/*탑 섹션*/
.preserve-section-banner {    
    background-color: hsl(172, 64%, 11%);    
    overflow: hidden;
}
.preserve-section-banner .preserve-center {
    padding: 90px 0;
}
.preserve-section-banner .txt-wrap img {
    display: block;
    margin-bottom: 20px;
}
.preserve-section-banner .txt-wrap h3 {
    font-size: 34px;
    margin-bottom: 40px;
    background-image: url(../images/txt_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
}
.preserve-section-banner .txt-wrap p {
    font-size: 26px;
    color: #fff;
    line-height: 1.6;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}
.preserve-section-banner .img-wrap{
    position: absolute;
    bottom: -5px;
    right: 0;
}
.preserve-section-banner .img-wrap img{
    display: block;
    width: 100%;
}
.preserve-section .top-deco-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
/*섹션1 */
.preserve-section1 {
    padding: 200px 0;
    position: relative;
    background: linear-gradient(to top,#c77cb6 5%, transparent 40%);
}
.preserve-section1 .img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 180px;
}
.preserve-section1 .img-wrap img {
    display: block;
    max-width: 100%;
}

.preserve-section1 .txt-list-wrap .tit-wrap {
    margin-bottom: 65px;
}
.preserve-section1 .txt-list-wrap ul li {
    padding: 15px 50px 15px 80px;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.preserve-section1 .txt-list-wrap .txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    position: relative;
    z-index: 2;
    max-width: 400px;
}
.preserve-section1 .txt-list-wrap .txt p img {
    max-width: 100%;
}
.preserve-section1 .txt-list-wrap .txt h5 {
    margin-bottom: 15px;
}
.preserve-section1 .txt-list-wrap .txt h5 img{
    max-width: 100%;
    height: auto;
}
/* .preserve-section1 .txt-list-wrap .txt h5 {
    margin-bottom: 15px;
    background-color: #004438;
    line-height: 1em;
    padding:8px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-size: 26px;
} */
/* .preserve-section1 .txt-list-wrap .txt p {
    font-family: 'S-CoreDream-4Regular', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 24px;
    word-break: keep-all;
} */
.preserve-section1 .txt-list-wrap .txt p b {
    font-family: 'AppleSDGothicNeo', sans-serif;
    font-weight: 800;
}
.preserve-section1 .deco-img {
    position: absolute;
    bottom: -30%;
    left: -5%;
    z-index: 0;
    width: 77.5%;
    opacity: 0.5;
}
/*section2*/
.preserve-section2 {
    padding: 200px 170px;
    position: relative;
}
.preserve-section2 .speech-list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.preserve-section2 .speech-list-wrap li {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border: 1px solid #600148;
    border-radius: 60px;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    font-family: "S-CoreDream-5Medium", sans-serif;
    font-weight: 500;
}
.preserve-section2 .speech-list-wrap li::after {
    content: "";
    display: block;
    position: absolute;    
    bottom: -20px;
    right: 50px;
    width: 25px;
    height: 20px;
    background-image: url(../images/speech_arrow_icon.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.preserve-section2 .dot-icon-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 65px;
    margin-top: 50px;
}
.preserve-section2 .dot-icon-list .icon {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #600148;
}
.preserve-section2 .dot-icon-list .icon1 {
    opacity: 0.8;
}
.preserve-section2 .dot-icon-list .icon2 {
    opacity: 0.65;
}
.preserve-section2 .dot-icon-list .icon3 {
    opacity: 0.5;
}
.preserve-section2 .answer-content-wrap .tit-box {
    margin-bottom: 80px;
}
.preserve-section2 .answer-content-wrap .tit-box h3 {
    font-size: 30px;
}
.preserve-section2 .answer-list-wrap{
    margin-bottom: 40px;
}
.preserve-section2 .answer-list-wrap .bg-wrap {
    padding: 75px;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/preserve_img2_1.jpg);
}
.preserve-section2 .answer-list-wrap ul {
    background-color: rgba(255,255,255,0.75);
    border-radius: 30px;
    padding: 40px 65px;
}
.preserve-section2 .answer-list-wrap ul li {
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.preserve-section2 .answer-list-wrap ul li .icon {
    width: 1.6em;
    margin-right: 10px;
}
.preserve-section2 .answer-list-wrap ul li .icon img {
    display: block;
    width: 100%;
}
.preserve-section2 .answer-list-wrap ul li h5 {
    display: flex;
    align-items: center;
    color: #000;
    margin-right: 20px;
    color: #5f0346;
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 1em;
    min-width: 9.2em;
}
.preserve-section2 .answer-list-wrap ul li h5 .txt {
    flex-grow: 1;
    text-align: center;
}
.preserve-section2 .answer-list-wrap ul li p {
    font-family: 'S-CoreDream-4Regular', sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 1em;
}
.preserve-section2 .answer-list-wrap ul li p b {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
}
.preserve-section2 .answer-list-wrap h6 {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
}
.preserve-section2 .bottom-tit .tit-box {
    margin-bottom: 180px;
}
.preserve-section2 .bottom-tit .tit-box h3 {
    line-height: 1.3;
}
.preserve-section2 .bottom-tit .tit-box h3 strong.bg-txt{
    font-weight: 500;
}
.preserve-section2 .bottom-tit .tit-box h3:first-of-type{
    margin-bottom: 0.6em;
}
.preserve-section2 .bottom-tit .arrow-icon-list {
    margin-bottom: 50px;
}
.preserve-section2 .bottom-tit .tit-box h3 strong{
    font-size: 1.2em;
}

.preserve-section2 .list-content-wrap .tit-wrap {
    margin-bottom: 65px;
}
.preserve-section2 .list-content-wrap ul {
    display: flex;
    gap: 20px;
}
.preserve-section2 .list-content-wrap ul li {
   text-align: center;
   width: 25%;
   border: 1px solid #a06791;
   padding: 30px 20px;
   border-radius: 30px;
}
.preserve-section2 .list-content-wrap ul li h5 {
    color: #600148;
    margin-bottom: 25px;
    font-size: 24px;
    font-family: 'Paperlogy', sans-serif;;
    font-weight: 700;
}
.preserve-section2 .list-content-wrap ul li img {
    display: block;    
    margin: 0 auto;
    margin-bottom: 20px;
}
.preserve-section2 .list-content-wrap ul li p{
    font-family: 'Paperlogy', sans-serif;;
    font-weight: 700;
    font-size: 20px;
}
.preserve-section2 .list-content-wrap ul li p span {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 500;
    font-size: 0.7em;
}
.preserve-section3 {
    padding: 210px 0 170px 0;
    background-color: #f1f1f1;
}
.preserve-section3 .tit-wrap img {
    display: block;
    margin: 0 auto;
    margin-bottom: -30px;
}
.preserve-section3 .tit-wrap h3 {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 500;
}
.preserve-section3 .tit-wrap h3 strong.bg-txt{
    font-weight: 500;
}
.preserve-section3 .tit-wrap h3 strong {
    font-size: 1.2em;
}
.preserve-section3 .list-wrap {
    margin-bottom: 115px;
}
.preserve-section3 .list-wrap li{
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 500;
} 
.preserve-section3 .list-wrap li b.color-txt {
    color: #600148;
}
.preserve-section3 .list-wrap li img{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.preserve-section3 .img-wrap img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1250px) {
    .preserve-content .preserve-banner-section{height: 42vw;}
}
@media screen and (max-width: 1000px) {
    .preserve-content .preserve-center {
        padding: 0 20px;
    }
    .preserve-section-banner .preserve-center {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 970px) {
    .preserve-section1 .txt-list-wrap .txt h5{
        /* font-size: 27vw; */
    }
}
@media screen and (max-width: 767px) {
    /* .preserve-section-banner{
        display: none;
    } */
    .preserve-section-banner .txt-wrap {
        width: 70%;
    }
    .preserve-section-banner .txt-wrap img{
        width: 40%;
    }
    .preserve-section-banner .txt-wrap h3 {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.4;
        word-break: keep-all;
    }
    .preserve-section-banner .txt-wrap p {
        font-size: 14px;
        word-break: keep-all;
    }
    .preserve-section-banner .txt-wrap p br {
        display: none;
    }
    .preserve-section-banner .img-wrap {
        width: 30%;
    }
    .preserve-section-banner .img-wrap img {
        width: 100%;        
    }
    .preserve-section .top-deco-img img {
        width: 50%;
    }
    .preserve-content .preserve-banner-section {
        background-image: url(../m_images/m_preserve_banner1.jpg);
        height: 60vh;
    }

    .preserve-content .tit-wrap h2{
        font-size: clamp(20px, 4vw, 32px);
        margin-bottom: 1em;
    }
    .preserve-content .tit-wrap h3 {
        font-size: clamp(14px, 3vw, 22px);
        word-break: keep-all;
    }
    .preserve-section2 .answer-content-wrap .tit-box h3 {
        font-size: 18px;
    }
    .preserve-content .tit-wrap h3 br {
        display: none;
    }    
    .preserve-content .tit-wrap h3 b.bg-txt {
        font-size: 1.2em;
    }
    .preserve-content .tit-wrap {
        margin-bottom: 30px;
    }

    .preserve-section1 {
        padding: 100px 0 70px 0;
    }
    .preserve-section1 .txt-list-wrap .tit-wrap {
        margin-bottom: 30px;
    }
    .preserve-section1 .txt-list-wrap ul li {
        position: relative;
        padding:25px 15px 15px 20px;
        margin-bottom: 15px;
    }
    .preserve-section1 .txt-list-wrap .txt p {
        transform: translateX(2%);
    }
    .preserve-section1 .txt-list-wrap .txt p img {
        width: calc(100%);
    }
    .preserve-section1 .txt-list-wrap .txt h5 {
        font-size: clamp(14px, 3.5vw, 16px);
        line-height: 0;
        margin-bottom: 8px;
        /* padding: 1em 0.5em 0.95em 0.5em; */
    }
    /* .preserve-section1 .txt-list-wrap .txt p {
        font-size: 15px;
        width: calc(100% - 90px);
        word-break: keep-all;
    } */
    .preserve-section1 .txt-list-wrap .txt {
        width: 57%;
    }
    .preserve-section1 .txt-list-wrap .img {
        position: absolute;
        top: 50%;
        right: 18px;
        width: calc(43% - 25px);
        transform: translateY(-50%);
    }
    .preserve-section1 .txt-list-wrap .img img {
        display: block;
        width: 100%;
    }
    .preserve-section1 .img-wrap {
        margin-bottom: 70px;
    }
    .preserve-section1 .img-wrap img {
        width: calc(100% - 50px);
    }

    .preserve-section2 {
        padding: 100px 0 70px 0;
    }
    .preserve-section2 .speech-list-wrap {
        gap: 5px;
    }
    .preserve-section2 .speech-list-wrap li {
        font-size: 14px;
        padding: 5px 15px;
    }
    .preserve-section2 .speech-list-wrap li img {
        width: 1.6em;
    }
    .preserve-section2 .speech-list-wrap li::after {
        width: 15px;
    }
    
    .preserve-section2 .dot-icon-list {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .preserve-section2 .dot-icon-list{
        gap: 8px;
    }
    .preserve-section2 .dot-icon-list .icon{
        width: 6px;
        height: 6px;
    }    
    .preserve-section2 .answer-content-wrap .tit-box {
        margin-bottom: 30px;
    }
    .preserve-section2 .answer-list-wrap .bg-wrap{
        padding: 0 25px 25px 0px;
        background-position: bottom;
    }
    
    .preserve-section2 .answer-list-wrap ul{
        padding: 20px 20px;
    }
    .preserve-section2 .answer-list-wrap ul li {
        font-size: 15px;
    }
    .preserve-section2 .answer-list-wrap ul li{
        flex-direction: column;
        align-self: center;
    }
    .preserve-section2 .answer-list-wrap ul li .icon {
        margin-right: 0.2em;
        width: 1.4em;
    }
    .preserve-section2 .answer-list-wrap ul li h5{
        margin-bottom: 0px;
        font-size: 1.1em;
    }
    .preserve-section2 .answer-list-wrap ul li h5 .txt {
        text-align: left;
    }
    .preserve-section2 .answer-list-wrap ul li p {
        padding-left: 1.8em;
    }
    .preserve-section2 .answer-list-wrap h6 {
        font-size: clamp(11px, 2.8vw, 13px);
        letter-spacing: -0.02em;
        padding-left: 20px;        
        text-align: right;
        word-break: keep-all;
    }
    .preserve-section2 .answer-content-wrap .tit-box h3 {
        font-size: 15px;
    }
    .preserve-section2 .answer-content-wrap .tit-box h3 br {
        display: block;
    }
    .preserve-section2 .list-content-wrap {
        margin-top: 70px;
    }
    .preserve-section2 .list-content-wrap ul {
        flex-wrap: wrap;
        gap: 10px;
    }
    .preserve-section2 .bottom-tit .arrow-icon-list {
        margin-bottom: 20px;
    }
    .preserve-section2 .bottom-tit .arrow-icon-list img {
        width: 20px;
    }
    .preserve-section2 .list-content-wrap ul li {
        width: calc(50% - 5px);
        box-sizing: border-box;
        padding: 30px 5px;
    }
    .preserve-section2 .list-content-wrap .tit-wrap {
        margin-bottom: 15px;
    }
    .preserve-section2 .list-content-wrap ul li h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .preserve-section2 .list-content-wrap ul li p{
        font-size: 18px;
    }
    .preserve-section3 {
        padding: 70px 0 70px 0;
    }
    .preserve-section3 .list-wrap {
        margin-bottom: 30px;
    }
    .preserve-section3 .tit-wrap h2 {
        margin-bottom: 1.5em;
    }
    .preserve-section3 .tit-wrap h3 {
        font-size: 16px;
    }
    .preserve-section3 .tit-wrap h3 br{
        display: block;
    }
    .preserve-section3 .list-wrap li {
        font-size: 15px;        
        padding-left: 15px;
    }    
    .preserve-section3 .list-wrap li img {
        width: 20px;
        left: 15px;
    }
    
}