.story-section{
    padding:80px 0;
}

.story-list{
    max-width:1280px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:40px;
}

.story-card{
    width:400px;
}

.story-thumb{
    position:relative;
    display:block;
    overflow:hidden;
}

.story-thumb img{
    width:100%;
    display:block;
    transition:.5s;
}

.story-thumb:hover img{
    transform:scale(1.05);
}

.story-thumb:after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height:55%;
    background:linear-gradient(to top,rgba(0,0,0,.65),transparent);
}

.story-overlay{
    position:absolute;
    left:22px;
    bottom:24px;
    z-index:2;
    color:#fff;
}

.episode{
    display:block;
    font-size:22px;
    margin-bottom:10px;
	font-weight: 100;
}

.story-overlay h3{
    font-size:22px;
    line-height:1.35;
    margin:0;
    font-weight:700;
}

.story-content{
    margin-top:16px;
}

.story-content p{
    font-size:13px;
    line-height:1.5;
	font-weight: 400;
    color:#222;
}

.story-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100px;
    height:32px;
    margin-top:20px;
    border:1px solid #999;
    font-size:13px;
    color:#555;
    text-decoration:none;
    transition:all .3s ease;
}
.story-btn span{
	margin-left: 8px;
	transition:transform .3s ease;
}
.story-btn:hover{
    background:#005151;
    color:#fff;
}

.story-btn:hover span{
    transform:translateX(3px);
}
.story-btn-wrap {
	display: flex;
    justify-content: flex-end;
}

@media (max-width:768px){
    .story-list{
        justify-content:center;
        gap:24px;
    }

    .story-card{
        width:100%;
        max-width:320px;
    }
}




.prologue{
    max-width:1100px;
    margin:0 auto;
    padding:80px 20px 50px;
	/* color: #215051; */
	color: #000;
}

.prologue strong{
    font-weight:600;
}

/* 상단 */
.prologue-head{
    text-align:center;
    margin-bottom:40px;
}

.prologue-head .sub{
    display:block;
    font-size:26px;
    font-weight:700;
    color:#111;
    letter-spacing:.08em;
    margin-bottom:10px;
}

.prologue-head h2{
    font-size:26px;
    line-height:1.6;
    font-weight:400;
    letter-spacing:-0.03em;
}

.prologue-head h2 em{
    font-style:normal;
    font-weight:700;
	color: #215051;
}

.prologue-head p{
    margin-top:35px;
    font-size:20px;
    line-height:1.6;
	font-weight: 300;
    letter-spacing:-0.02em;
}

.prologue-photo{
    margin-bottom:35px;
	display: inline-grid;
	gap: 20px;
}
.prologue-photo.etc{
    margin-bottom:20px;
}

.prologue-photo img{
    width:100%;
    display:block;
}

.prologue-video{
    width:100%;
    margin-bottom:50px;
	height: 197px;
}

.prologue-photo video{
    width:100%;
    display:block;
}

.chapter{
    display:flex;
    gap:80px;
    align-items:flex-start;
}

.chapter-left{
    width:260px;
    flex-shrink:0;
}

.chapter-left span{
    display:block;
    font-size:13px;
    font-weight:700;
    margin-bottom:10px;
    letter-spacing:.05em;
}

.chapter-left h3{
    font-size:22px;
    font-weight:700;
    line-height:1.2;
	color: #215051;
}

.chapter-right{
    flex:1;
	margin-left: 0px;
	margin-bottom: 50px;
}

.chapter-right p{
    font-size:16px;
    line-height:1.8;
    letter-spacing:-0.02em;
}
.chapter-right span{
    font-size:15px;
	font-weight: 500;
    letter-spacing:-0.1em;
	color: #215051;
}

/* 반응형 */
@media (max-width:768px){

    .prologue{
        padding:40px 20px 20px;
    }

    .prologue-head .sub{
        font-size:18px;
    }

    .prologue-head h2{
        font-size:16px;
        line-height:1.5;
    }

    .prologue-head p{
        font-size:12px;
        line-height:1.7;
		margin-top: 30px;
    }

    .chapter{
        flex-direction:column;
        gap:24px;
    }

    .chapter-left{
        width:100%;
		margin-bottom: 20px;
    }

    .chapter-left h3{
        font-size:20px;
    }

    .chapter-right p{
        font-size:12px;
    }
}





.prugio-sns {
    width: 100%;
    padding: 0px 16px 150px;
    background: #fff;
    color: #111;
}

.sns-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   상단 타이틀
========================================= */

.sns-heading {
    text-align: center;
    margin-bottom: 58px;
}

.sns-heading-line {
    display: block;
    width: 116px;
    height: 1px;
    margin: 0 auto 25px;
    background: #aaa;
}

.sns-heading p {
    margin: 0;
    color: #215051;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}


/* =========================================
   CARD
========================================= */

.sns-card-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 45px;
    margin-bottom: 47px;
}

.sns-card {
    position: relative;
    display: block;
    width: 295px;
    height: 397px;
    padding: 25px 26px 0 0;
    background: #fff;
    text-decoration: none;
    color: #fff;
    box-shadow: 5px 8px 18px rgba(0, 0, 0, .13);
    box-sizing: border-box;
}

.sns-card-image {
    position: relative;
    width: 268px;
    height: 397px;
    overflow: hidden;
}

.sns-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,.12) 0%,
        rgba(0,0,0,.03) 55%,
        rgba(0,0,0,.08) 100%
    );
}

.sns-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}


/* hover */

.sns-card:hover .sns-card-image img {
    transform: scale(1.06);
}


/* =========================================
   ACCOUNT
========================================= */

.sns-account {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
}

.sns-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
}

.instagram-icon {
    background: linear-gradient(
        135deg,
        #6d3cc7,
        #dd2a7b,
        #f58529
    );
}

.youtube-icon {
    background: #fff;
    color: #e7281c;
}


/* =========================================
   카드 타이틀
========================================= */

.sns-card-title {
    position: absolute;
    z-index: 2;
    top: 78px;
    left: 20px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}


/* =========================================
   카드 하단 BOX
========================================= */

.sns-card-info {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 134px;
    height: 147px;
    padding: 27px 23px 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.instagram .sns-card-info {
    background: #000;
}

.youtube .sns-card-info {
    background: #1e5a5b;
}

.sns-type {
    font-size: 15px;
    font-weight: 400;
}

.sns-symbol {
    display: block;
    margin-top: 15px;
    color: rgba(255,255,255,.35);
    font-family: Georgia, serif;
    font-size: 39px;
    font-style: italic;
    line-height: 1;
	opacity: 0.3;
}


/* arrow */

.sns-arrow {
    position: absolute;
    left: 23px;
    bottom: 21px;
    width: 47px;
    height: 12px;
}

.sns-arrow i {
    position: absolute;
    left: 0;
    top: 5px;
    width: 47px;
    height: 1px;
    background: rgba(255,255,255,.6);
    transition: width .4s ease;
}

.sns-arrow i::after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(255,255,255,.6);
    border-right: 1px solid rgba(255,255,255,.6);
    transform: rotate(45deg);
}

.sns-card:hover .sns-arrow i {
    width: 60px;
}


/* =========================================
   하단 INSIDE
========================================= */

.inside-bottom {
    border-top: 1px solid #aaa;
    padding-top: 29px;
}

.inside-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    font-size: 14px;
}

.inside-title strong {
    font-weight: 700;
}

.inside-title span {
    display: block;
    width: 1px;
    height: 14px;
    background: #aaa;
}


/* =========================================
   HASHTAG
========================================= */

.hashtag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 14px;
}

.hashtag-list span {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 13px;
    border-radius: 6px;
    background: #f7f7f7;
    color: #333;
    font-size: 12px;
	font-weight: 500;
}

.hashtag-list i {
    display: block;
    width: 1px;
    height: 24px;
    background: #aaa;
}


/* =========================================
   SNS ICON
========================================= */

.bottom-sns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bottom-sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #647079;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition:
        transform .3s ease,
        background .3s ease;
}

.bottom-sns a:nth-child(3) {
    font-size: 8px;
}

.bottom-sns a:hover {
    background: #174f54;
    transform: translateY(-3px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {

    .prugio-sns {
        padding: 20px 20px 30px;
		box-sizing: border-box;
    }

    .sns-heading {
        margin-bottom: 40px;
    }

    .sns-heading p {
        font-size: 15px;
    }

    .sns-card-wrap {
        gap: 20px;
    }

    .sns-card {
        width: calc(50% - 10px);
        height: auto;
        padding: 15px 15px 0 0;
    }

    .sns-card-image {
        width: 100%;
        height: 350px;
    }

    .sns-card-info {
        width: 125px;
        height: 140px;
    }
}


@media (max-width: 560px) {

    .sns-card-wrap {
        flex-direction: column;
        align-items: center;
    }

    .sns-card {
        width: 295px;
    }

    .sns-card-image {
        height: 397px;
    }

    .hashtag-list i {
        display: none;
    }

    .hashtag-list {
        gap: 7px;
    }
}
