.banner_wrap { position: relative; overflow: hidden;}
.banner_wrap img { width: calc(100% + 9px); position: absolute; top: -2px; left: -2px; z-index: -1; height: auto;}
.banner_wrap .text_wrap { text-align: center; padding: 4rem 0;}
.banner_wrap .text_wrap h2 { font-size: 2rem; font-weight: 600; color: #fff; margin-bottom: 2rem;}
.banner_wrap .text_wrap pre { font-size: 1.4rem; color: #fff;}

.contents_wrap{
    margin-top: 60px;
    margin-bottom: 60px;
}
.contents_wrap ul{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.contents_wrap ul li{
    padding: 30px;
    box-shadow: 
    3px 3px 6px rgba(204, 219, 232, 0.5), 
    -3px -3px 6px rgba(204, 219, 232, 0.5), 
    3px -3px 6px rgba(204, 219, 232, 0.5), 
    -3px 3px 6px rgba(204, 219, 232, 0.5);
    border-radius: 15px;
}
.contents_wrap ul li .point3{
    font-family: 'NanumSquareNeo' !important;
    font-size: 20px;
    font-weight: 800;
}
.contents_wrap ul li pre{
    font-family: 'NanumSquareNeo' !important;
    font-size: 18px;
    color: #a9a9a9;
    line-height: 1.5;
}
.contents_wrap .info{
    font-family: 'NanumSquareNeo' !important;
    font-size: 18px;
    color: #a9a9a9;
    line-height: 1.5;
    margin-bottom: 60px;
}
.contents_wrap .info .point2{
    font-family: 'NanumSquareNeo' !important;
    font-size: 18px;
    color: #727272;
}
.contents_wrap h3 {
    font-size: 20px;
    background: linear-gradient(90deg, #4080ea, #2bc9a4);
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 15px;
    margin-bottom: 30px;
}
.sub_wrap_D .contents_wrap ul{
    margin-bottom: 80px;
}
.sub_wrap_A h3, .sub_wrap_B h3, .sub_wrap_C h3, .sub_wrap_F h3 {
    display: none !important;
}
.sub_wrap_E .block {
    margin-bottom: 30px;
}
.sub_wrap_E .block h3{ 
    font-family: 'NanumSquareNeo' !important;
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid #898989;
    border-bottom: 2px solid #898989;
    padding: 20px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    background: #fff !important;
    color: #707070;
    border-radius: 0;
    margin-bottom: 0;
}
.sub_wrap_E .block.on h3 {
    border-bottom: none;
}
.sub_wrap_E .block h3::after{ 
    content: '';
    background-image: url('../img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.sub_wrap_E .block.on h3::after{ 
    background-image: url('../img/arrow-up.png');
}
.sub_wrap_E .block.on li { 
    font-size: 18px;
    display: block;
    box-shadow: none;
    border-top: 1px solid #e4e4e4;
    border-bottom: 2px solid #898989;
    border-radius: 0;
}
.sub_wrap_E .block li { 
    display: none;
    line-height: 1.5;
}

@media screen and (max-width: 900px) {
.banner_wrap img {
    height: 100%;
}
.banner_wrap .text_wrap {
    padding: 4rem 1.5rem;
}
.banner_wrap .text_wrap pre {
    line-height: 1.3;
}
.contents_wrap {
    width: 90%;
    margin: 40px auto 60px;
}
.contents_wrap ul {
    gap: 25px;
}
.contents_wrap ul li {
    padding: 20px;
}
.contents_wrap ul li .point3 {
    font-size: 18px;
}
.contents_wrap ul li pre {
    font-size: 16px;
}
.contents_wrap .info {
    font-size: 16px;
    margin-bottom: 40px;
}
.contents_wrap .info .point2 {
    font-size: 16px;
}
.contents_wrap h3 {
    font-size: 18px;
    margin-bottom: 25px;
}
.sub_wrap_D .contents_wrap ul {
    margin-bottom: 40px;
}
.sub_wrap_E .block h3 {
    font-size: 16px;
    padding: 20px ;
    padding-right: 3rem;
    background: #fff !important;
}
}
