*{
    margin: 0;
    padding: 0;
}

.display-br{
    display:inline-block;
}
.header{
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
}

.header p{
    line-height: 1.5;
    font-size: 16px;
}
.header p:last-child{
    text-align: right;
}

.article-wrap{
    padding: 2% 5% 5%;
    max-width: 1280px;
    line-height: 2.4;
    font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif;
    font-size: 20px;
    border: solid 8px #2EA07D;
}

.article-row{
    margin-bottom: 200px;
}

img{
    max-width: 100%;
}
.contimg{
    width : 100%;
}

.title{
    text-align: center;
    padding: 150px 0 80px;
}

.bar{
    display: inline-block;
    margin: 0 12px;
}

.text-bold{
    font-weight: 600;
}

.chevron{
    background: no-repeat center 3px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 30px;
    background-size: contain;
}    
.chevron.left{
    background-image: url(img/left.jpg);
}
.chevron.right{
    background-image: url(img/right.jpg);
}

h1{
    font-family: "Noto Serif KR", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 2;
    margin-bottom: 12px;
    word-break: keep-all;
}

.title::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #000;
    transform: rotate(30deg);
    margin-top: 30px;
}

.sub-title{
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #000;
    margin-bottom: 80px;
    align-items: stretch;
}

.sub-title .category{
    border-right: solid 1px #000;
    padding: 24px 36px 16px 16px;
    font-size: 16px;
}

.cate-eng{
    display: inline-block;
    margin-left: 24px;
    font-size: 16px;
}

.sub-title .text{
    padding: 16px;
    font-weight: 500;
    font-size: 20px;
}


.mgb-s{
    margin-bottom: 50px !important;
}

.gallery-col1{
    display: flex;
    justify-content: center;   
}

.gallery-col1 > div{
    width: 100%;
    max-width: 860px;
}

.gallery-col2{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.gallery-col2 > div{
    width: 50%;
}

.caption-wrap{
    text-align: center;
    line-height: 2;
    padding: 24px 0;
    font-size: 16px;
}

.caption-wrap h4{
    line-height: inherit;
}
.caption-wrap p{
    line-height: inherit;
}



h2{
    font-size: 20px;
    font-weight: 600;
}

.paragraph{
    max-width: 860px;
    margin: 0 auto;
    word-break: keep-all;
}

.interview-row{
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 80px;
}

.space{
    margin-bottom: 150px;
}

.interview-row h3{
    width: 32%;
    font-family: "Noto Serif KR", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', Arial, sans-serif;
    font-weight: 500;
    line-height: 2;
    word-break: keep-all;
    position: relative;
}

.question::before{
    content: '';
    position: absolute;
    left: -24px;
    top: -44px;
    font-size: 36px;
    color: rgba(0,0,0,0.1);
    font-weight: 700;
}


.question01::before{ content: 'Q1.'; }
.question02::before{ content: 'Q2.'; }
.question03::before{ content: 'Q3.'; }
.question04::before{ content: 'Q4.'; }
.question05::before{ content: 'Q5.'; }
.question06::before{ content: 'Q6.'; }
.question07::before{ content: 'Q7.'; }
.question08::before{ content: 'Q8.'; }
.question09::before{ content: 'Q9.'; }
.question10::before{ content: 'Q10.'; }
.question11::before{ content: 'Q11.'; }
.question12::before{ content: 'Q12.'; }
.question13::before{ content: 'Q13.'; }
.question14::before{ content: 'Q14.'; }
.question15::before{ content: 'Q15.'; }

.interview-row .answer-col{
    width: 58%;
}

.interview-row .answer{
    width: 100%;
    display: flex;
    word-break: keep-all;
    margin-bottom: 62px;
}

.interview-row .answer:last-child{
    margin-bottom: 0;
}

.interviewer{
    width: 70px;
    margin-right: 24px;
}


.interviewer span{
    background-color: #F6F6F6;
    color: #454545;
    border-radius: 500px;
    padding: 6px 8px;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 2px;
}

.interview-row .answer p{
    width: calc(100% - 70px);
}

.footer{
    padding: 80px 0 50px;
    text-align: center;
}
.footer img{
    width: 50%;
}


.ending-comment{
    border: solid 1px #e3dfd6; 
    padding: 50px; 
    background-color: #fffefc; 
    border-radius: 6px
}



@media all and (max-width: 1000px){
    .display-br{
        display: none; 
    }
    .chevron{
        width: 8px;
        height: 26px;
    }
    .space{
        margin-bottom: 80px;
    }

    .article-wrap{
        font-size: 16px;
    }

    h1{
        font-size: 32px;
    }
    h2{
        font-size: inherit;
    }
    .title{
        padding: 70px 0 40px;
    }
    .article-row{
        margin-bottom: 120px;
    }

    .sub-title{
        display: block;
        margin-bottom: 60px;
    }

    .sub-title .category{
        padding: 16px 16px 0 0;
        border-right: 0;
        font-size: 12px;
    }

    .cate-eng{
        margin-left: 8px;
        font-size: inherit;
    }

    .sub-title .text{
        padding: 0 16px 16px 0;
    }

    .interview-row{
        display: block;
    }

    .interview-row h3{
        width: 100%;
        margin-bottom: 48px;
    }

    .interview-row .answer-col{
        width: 100%;
    }
    .interview-row .answer{
        margin-bottom: 32px;
    }

    .gallery-col2{
        display: block;
    }
    .gallery-col2 > div{
        width: 100%;
    }

    .gallery-col2 > div:first-child{
        margin-bottom: 12px;
    }

    .question::before{
        left: -16px;
        top: -44px;
    }
}