@charset "UTF-8";

.container {
    position: relative;
    z-index: -1;
}

.gd-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 5rem 0;
    position: relative;
    padding: 0 20px;
}

.gd-txtBox{
    width: 55%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    line-height: 1.8;
}

.gd-comment .tit{
    display: block;
    margin-bottom: 0.5rem;
}

.gd-imgBox{
    width: 43%;
}

@media screen and (min-width: 769px) {
    .lowPageTtl {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
     .lowPageTtl {
        line-height: 1;
    }
    .gd-contents {
        flex-direction: column;
        padding: unset;
    }
    .gd-txtBox{
        width: 100%;
        margin-bottom: 2rem;
    }
    .gd-imgBox{
         width: 90%;
         margin: 0 auto;
    }
}