
.section6 > h2, .section6 > p, .menu_box{
    word-break:keep-all;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
}

h2 {
    font-size: 43px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -3px;
    color: #131d3d;
}
.section6 > p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: -0.04em;
    text-align: left;
    color: #989ca8;
    padding: 30px 50px;
}

.menu_box > button{
    flex: 1;
    margin: 30px 5px;
    padding: 15px 20px;
    background: none;
    border: 1px solid #131d3d;
    color: #131d3d;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: keep-all;
}

.menu_box > button > p{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    text-align: left;
    padding: 10px;
}

.wrap01, .wrap02 {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 50px 0;
    box-sizing: border-box;
}

/* 아코디언 */
.accordion{
    padding-bottom: 45px;
}

input[id*="answer"] {
    display: none;
}
input[id*="answer"] + label {
    display: block;
    font-size: 18px;
    padding: 25px;
    border-top: 1px solid #777;
    color: #131d3d;
    font-weight: 500;
    letter-spacing: -0.04em;
    cursor: pointer;
    position: relative;
    transition: all .2s;
}


input[id*="answer"] + label em {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    display: inline-block;
    background: url('../img/arrow01.png') 0 0 no-repeat;
}
input[id*="answer"] + label + div {
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
}
input[id*="answer"] + label + div p {
    display: inline-block;
    padding: 8px 25px;
    color: #777;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.95px;
    
}
/* 펼치기 */
input[id*="answer"]:checked + label{
    background: #eee;
}
input[id*="answer"]:checked + label + div {
    max-height: 100%;
    background: #eee;
    opacity: 1;
    padding: 15px 25px 30px;
}
input[id*="answer"]:checked + label em{
    background: url('../img/arrow02.png') 0 0 no-repeat;
}

.wrap01 a {
    padding: 5px;
}

.wrap01 .accordion_menu{
    text-align: right;
    padding-bottom: 10px;
}
a:hover{
    color: #777;
    cursor: pointer;
}

.page_number{
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	padding: 4% 0;
}
.page_number li{
	width: 35px;
	height: 35px;
	float: left;
	margin-right: 10px;
	border-radius: 50%;
	background: #e1e1e1;
	display: flex;
	justify-content: center;
	align-items: center;
}
strong {
	font-weight: bold;
	color: #e1e1e1;
	background: #131d3d;
	padding: 6px 13px;
	margin: 0 auto;
	border-radius: 50%;
}








@media only screen and (max-width: 1024px) {
    
    .section6{
        padding: 100px 0 0;
    }

}




@media only screen and (max-width: 960px) {

    
    input[id*="answer"] + label{
        padding: 25px 45px 25px 25px;
    }
        .page_number {
        bottom: auto;
    }
    .page_number li{
		font-size: 14px !important;
		width: 30px;
		height: 30px;
	}
	.page_number img{
		width: 90%;
		height: 90%;
	}
	strong{
		padding: 5px 11px;
	}

    .wrap > ul > li div .explain{
        padding-top: 2px;
    }
}



@media only screen and (max-width: 620px) {

    .section6 > h2, .section6 > p, .menu_box, .wrap01{
        padding-left: 20px;
        padding-right: 20px;
    }
    .section6 > h2{
        justify-content: center;
        font-size: 33px;
        font-weight: bold;
        text-align: center;
    }
    .section6 > p{
        justify-content: center;
        text-align: center;
        font-size: 16px;
    }

    .menu_box > button{
        padding: 10px;
        margin: 20px 5px;
    }

    .menu_box > button > p{
        padding: 10px;
        font-size: 16px;
    }

    input[id*="answer"] + label{
        padding: 20px 45px 20px 15px;
        font-size: 16px;
    }
    input[id*="answer"] + label + div p{
        padding: 20px;
    }

    .wrap01 .accordion_menu{
        text-align: center;
    }

    input[id*="answer"]:checked + label + div{
        padding: 0 15px 20px;
    }

    .wrap01{
        padding: 0 20px;
    }

    
}
@media only screen and (max-width: 480px) {
    
    .menu_box > button > p{
        padding: 5px 0 5px 5px;
    }

    .menu_box > button{
        padding: 5px;
    }

    input[id*="answer"]:checked + label + div{
        padding: 0 0 10px;
    }

}
