header {
    padding: 2.2rem;
    background-color: #fff;
    border-bottom: 1px solid #eae6e6;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .back {
    /* 왼쪽에 위치 */
}

header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

header .logo img {
    width: 120px;
}

.content1 {
    padding: 50px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.content1 .title{
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #624439;
    margin-bottom: 40px;
}
.content1 .qna{     
  border: 1px solid #ddd;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.content1 .qna .q{ 
    font-size: 22px;
    font-weight: 600;
    padding: 2rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.content1 .qna.on .q{ 
    background-color: #f6ebe7;
}

.content1 .qna .q::after{ 
    content: '';
    background-image: url('../img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30rem;
    top: 55%;
    transform: translateY(-50%);
}
.content1 .qna.on .q::after{ 
    background-image: url('../img/arrow-up.png');
}

.content1 .qna.on .a { 
    font-size: 18px;
    display: block;
    padding: 1.5rem;
}
.content1 .qna .a { 
    display: none;
    line-height: 1.5;
}
.btn{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}
.btn a{
    background-color: #78523d;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.banner-container {
    position: relative;
    width: 100%; 
}

.banner {
    display: block;
    width: 100%; 
    height: auto; 
}
.title_box_wrap {
    max-width: 1200px; 
    width: 100%; 
    margin: 0 auto;
}
.title_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}
.title {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}
.content1 .box .con {
    font-size: 18px;
    line-height: 1.3;
}
.content1 .box .bold{
    text-align: center;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #ddd;
    background-color: #f6ebe7;
    font-size: 22px;
    border-radius: 10px;
    color: #624439;
    font-weight: 600;
    margin-bottom: 20px;
}
.section_E .box, .section_N .box{
    margin-bottom: 50px;
}
.content1 .point3 {
    font-size: 18px;
    font-weight: 600;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section2 .top, .section2 .bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    align-items: stretch;
}

.section2 .mid {
    display: flex;
    align-items: center;
    gap: 20px;
    align-items: stretch;
}

.section2 .banner {
    width: 50%;
}

.section2 .go {
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.section2 .go h2 {
    font-size: 22px;
    font-weight: 800;
    color: #5d3d32;
}

.section2 .go pre {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 10px;
}

.section2 .go a {
    display: inline-flex; 
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #5d3d32;
    color: #fff;
    font-size: 18px;
    border-radius: 20px; 
    white-space: nowrap; 
    width: 35%;
}

.section2 .go a img {
    margin-left: 5px;
}
.content1 .box2{     
  border: 1px solid #ddd;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.content1 .box2 .bold{ 
    font-size: 22px;
    font-weight: 600;
    padding: 2rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.content1 .box2 .con { 
    line-height: 1.5;
    padding: 20px;
    font-size: 18px;
}
.content1 .box2{     
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.content1 .box2 .bold{ 
    font-size: 22px;
    font-weight: 600;
    padding: 2rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #f6ebe7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.section_Q .txt {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 30px;

}
.section4 {
    display: inline-block;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    align-items: stretch ;
    gap: 20px;
}
.section4 .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section4 .btn1, .section4 .btn2, .section4 .btn3 {
    position: relative; 
}
.section4 .btn_img {
    width: 100%;
}

.section4 .overlay1 {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; 
    text-align: center; 
    font-size: 22px;
    font-weight: 700;
}
.section4 .overlay2, .overlay3 {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.section4 .text-overlay a {
    display: block;
    margin-top: 10px;
    color: #fff; 
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
}

.section4 .text-overlay a img {
    margin-left: 5px;
    vertical-align: middle;
}
.section4 .text-overlay p {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.section4 .text-overlay a{
    font-size: 18px;
    background-color: #fff;
    color: #807777;
    display: flex;
    font-weight: 800;
}
.title_box1 .title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #624439;
    margin: 50px 0;
}
@media screen and (max-width: 767px) {
    header {
        background-color: #fff;
        border-bottom: 1px solid #eae6e6;
    }
    header .logo img {
        width: 90px;
    }
    header .back img {
        width: 25px;
    }
    .content1 {
        padding: 40px 0 0;
        width: 90%;
        margin: 0 auto;
        max-width: 100%;
    }
    .title_box1 .title {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        color: #624439;
        margin: 0 0 30px;
    }
    .content1 .qna .q::after {
        right: 10rem;
    }
    .content1 .qna .q {
        font-size: 18px;
    }
    .content1 .qna.on .a {
        font-size: 16px;
    }
    .btn {
        width: 100%;
        max-width: 100%;
        margin: 50px auto;
    }
    .btn a {
        font-size: 18px;
    }
    .banner {
        display: block;
        width: 100%;
        height: 100px;
    }
    .title {
        font-size: 18px;
        padding: 1.5rem;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .point3 {
        font-size: 16px;
    }
    .content1 .box .bold {
        padding: 10px 20px;
        font-size: 18px;
    }
    .section_E .box, .section_N .box {
        margin-bottom: 30px;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 40px auto 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .section2 .banner {
        width: 48%;
        height: auto;
        display: block;
    }
    .section2 .go {
        width: 48%;
        border: 1px solid #ddd;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 10px;
        box-sizing: border-box;
    }
    .section2 .go h2 {
        font-size: 16px;
        line-height: 1.3;
    }
    .section2 .go pre {
        font-size: 14px;
    }
    .section2 .go a {
        margin-top: 7px;
        padding: 5px 10px;
        font-size: 14px;
        width: 100%;
        align-items: center
    }
    .section2 .top, .section2 .bottom {
        gap: 15px;
    }
    .section2 .mid {
        display: flex;
        align-items: center;
        gap: 15px;
        align-items: stretch;
    }
    .section2 .go a img {
        margin-left: 5px;
        width: 10%;
    }
    .btn2{
        width: 90%;
        max-width: 1200px;
        margin: 50px auto;
    }
    .btn2 a{
        background-color: #78523d;
        border-radius: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 30px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    .content1 .box2 .bold {
        font-size: 18px;
        padding: 1.5rem;
    }
    .content1 .box2 .con {
        font-size: 16px;
    }
    .section4 {
        width: 100%;
        max-width: 100%;
        margin: 30px auto;
        align-items: stretch;
        gap: 15px;
    }
    .section4 .text-overlay p {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }
    .section4 .text-overlay a {
        margin-top: 10px;
        padding: 10px 10px;
        font-size: 15px;
    }
}