#header .inner {
    display: flex;
    background-color: #000;
    padding: 1rem 2rem 1rem 2rem;
}

#header .logo {
    text-align: center;
}

#header .logo a{
    display: block;
}

#header .logo img {
    height: 40px !important;
    padding: 10px 0 0 0;
}

body{
    font-family: 'Noto Sans KR', sans-serif !important;
}

#content{
    width:100%;
    background-image: url("/images/gstar/background2.jpg");
    /* background-repeat: no-repeat; */
    background-size: 100%;
    min-height: 1050px;
    position: relative;
}

.background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.title {
    width: 100%;
}

.title img{
    width: 70%;
    display: block;
    margin: 0 auto;
}

.context{
    width: 85%;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 0rem;
}

.context p:first-child{
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .7rem;
}

.context P:nth-child(n+2){
    margin-bottom: .5rem;
    font-size: .75rem;
    font-weight: 600;
}

.area{
    position:relative;
    width:100%;
    height: 20rem;
    /* border: 1px solid black; */
}

.kuranyang{
    width: 10rem;
    height: 10rem;
    /* position: absolute;
    bottom: 0;
    left: -2rem; */
}
.area.first{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.area.first .paper{
    transform: rotate(5deg);
    /* float: right; */
}
.area.first .paper .quest-title{
    text-align: left;
}

.area.second{
    margin-top: 1rem;
    height: 23rem;
    display: flex;
    justify-content: space-around;
}
.area.second .paper{
    transform: rotate(-5deg);
    height: 20rem;
}
.btn-group{
    padding-top: .5rem;
   
}
.survey{
    display: block;
    width: 5rem;
    height: 1rem;
    margin: 0 auto;
}
.survey img{
    width: 100%;
}
.sub-img{
    width: 30%;
    position: relative;
}
.fire{
    width: 5rem;
    position: absolute;
    top: 0rem;
    left: -1rem;
}
.boss{
    width: 10rem;
    position: absolute;
    top: 2rem;
    left: -1rem;
}

.area.third{
    margin-top: 1rem;
    height: 24rem;
    display: flex;
    justify-content: space-around;
}
.area.third .paper{
    width: 65%;
    transform: rotate(5deg);
    float: right;
    height: 20.5rem;
}
.sns{
    margin-top: .5rem;
    display: flex;
    justify-content: space-evenly;
}
.sns img{
    width: 1.8rem;
}

.paper{
    /* width: 12rem; */
    width: 55%;
    height: 19rem;
    background-image: url("/images/gstar/quest.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    align-content: center;
}

.paper p{
    width: 100%;
    word-wrap: break-word;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: .6rem;
    font-weight: 600;
}

.quest{
    padding: 1rem 1.2rem;
}

.quest-title{
    text-align: center;
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: .83rem !important;
}

.quest-content{

}

.sub-file{
    width: 100%;
}
.sub-file .section{
    padding: 1.5rem;
    width: 90%
}
.section .tit{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.arrow {
    display: inline-flex;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #000;
    position: relative;
}

.arrow::after {
    content: '→';
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: 20%;
    left: 17%;
}
.line{
    width: 95%;
    height: .1rem;
    background-color: #000;
    margin: 0 auto;
}
.sub-file .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-file .flex p{
    line-height: 1.5rem;
}
.summary{
    width: 85%;
}
.flex.twice{
    gap: 1.5rem;
}
.flex.twice p{
    width: calc(50% - 0.75rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(0.8rem, 2vw, 1rem);
    white-space: nowrap;
}
.flex.twice .arrow{
    margin-left: 1rem;
}

@media (min-width: 700px){
    .sub-file{
        display: flex;
    }
    .line{
        width: .1rem;
        height: auto;
        margin: 1rem 0;
    }
    .sub-file .flex{
        width: 100%;
    }
    .section{
        width: 50%;
    }
}

#footer {
    height: 120px;
    background-color: #000;
    padding: 2rem .5rem 3rem .5rem;
}

#footer .inner {
    text-align: center;
}

#footer .flogo {
    height: 100px;
}

#footer p.copyright{
    color: #fff;
    background-color: #000;
    margin-top: .5rem;
}

@media (min-width: 700px){
    .context p:first-child{
        font-size: 1.5rem;
    }
    .context p:nth-child(n+2){
        font-size: 1rem;
    }
    .context{
        width: 65%;
        margin: 0 auto;
    }


    .quest{
        padding-bottom: 10rem;
        margin-top: 3rem;
    }
    .kuranyang{
        width: 30vw;
        height: 30vw;
    }
    .area.first{
        margin-top: 2rem;
    }
    .area{
        height: 28rem;
        width: 80%;
        margin: 0 auto;
    }
    .paper{
        height: 100%;
        max-width: 28rem;
        padding: 2rem;
    }
    .quest-title{
        font-size: 1.5rem !important;
        margin-bottom: 1.5rem;
    }
    .paper p{
        font-size: 1rem;
    }

    .area.second{
        height: 30rem;
    }
    .area.second .paper{
        height: 100%;
    }
    .survey{
        width: 7rem;
    }
    .fire{
        width: 20vw;
        top: -1rem;
        left: -5rem;
    }
    .boss{
        width: 30vw;
    }

    .area.third{
        margin-top: 7rem;
        height: 30rem;
    }
    .area.third .paper{
        height: 100%;
    }
    .sns img{
        width: 2.3rem;
    }
}

@media (min-width: 1000px){
    .context p:first-child{
        font-size: 2rem;
    }
    .context p:nth-child(n+2){
        font-size: 1.5rem;
    }

}


@media (max-width: 500px){
    .kuranyang{
        width: 7rem;
        height: 7rem;
    }
    .boss{
        width: 8rem;
    }
}