.section1{
    position: relative;
    background: #eff1f5;
    width: 100%;
    height: 400px;
}
.section1 .overlay-text{
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 40px 0 20px 0;
}
.section1 .overlay-text h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #064078;
    z-index: 3;
    line-height: 1.5;
    font-family: 'GongGothicBold' !important;
}
.section1 .overlay-text h1 .bold1{
    border-top: 2px solid #5a91fa;
    border-bottom: 2px solid #5a91fa;
    font-size:  32px;
    padding: 10px 0;
    color: #5a91fa;
    font-family: 'GongGothicMedium' !important;
    line-height: 2;
}
.section1 .overlay-text img {
    position: absolute;
    top: calc(100% - 40px);
    right: 10%;
    width: 450px;
    z-index: 2;
}
.section2 {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 30%;
    margin: 15px;
    text-align: center;
    border: 2px solid #efefef;
    padding: 15px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    box-sizing: border-box;
}

.section2 a img {
    display: block;
    margin-bottom: 5px;
    width: 30%;
}
.ul_mo{
    display: none;
}
.list {
    display: none;
}
.section_A .content1, .section_B .content1, .section_C .content1, .section_D .content1, .section_E .content1, .section_F .content1, .section_G .content1 {
    position: relative;
    background: linear-gradient(to bottom, #ebf2fc, #fff);
    width: 100%;
    height: 400px;
}
.section_A .overlay-text, .section_B .overlay-text, .section_C .overlay-text, .section_D .overlay-text, .section_E .overlay-text, .section_F .overlay-text, .section_G .overlay-text{
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 40px 0;
}

.section_A .content1 h1, .section_B .content1 h1, .section_C .content1 h1, .section_D .content1 h1{
    font-size: 32px;
    margin-bottom: 20px;
    color: #064078;
    z-index: 3;
    line-height: 1.5;
    font-family: 'GongGothicBold' !important;
    display: flex;
    justify-content: space-between;
}
.section_A .content1 .h1_mo, .section_B .content1 .h1_mo, .section_C .content1 .h1_mo, .section_D .content1 .h1_mo{
    display: none;
}
.content1 h1 a{
    border: 1px solid #616160;
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #616160;
    font-weight: 800;
}
.content1 h1 a img{
    width: 20%;
}
.section_A .content2{
    width: 60%;
    margin: 0 auto;
    padding: 30px 0;
}
.section_A .content1 .con, .section_B .content1 .con, .section_C .content1 .con, .section_D .content1 .con, .section_E .content1 .con, .section_F .content1 .con,.section_G .content1 .con{
    line-height: 1.5;
}
.section_A .content1 .con .point2, .section_E .content1 .con .point2, .section_F .content1 .con .point2{
    font-size: 16px;
    color: #6195fd;
    font-weight: 600;
    line-height: 1.5;
}
.section_B .overlay-text p, .section_C .overlay-text p,  .section_E .overlay-text p, .section_G .overlay-text p  {
    line-height: 1.5;
}
#wrap .section_B .box{ 
    border: 2px solid #8aa4ca;
    border-radius: 1rem;
    margin-top: 1.5rem;
    background-color: #f6f6f6;
    padding: 15px ;
    cursor: pointer;
}

#wrap .section_B .box .sub_title{ 
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.5;
    color: #183554;
}
#wrap .section_B .box .sub_title img{ 
    margin-right:.7rem;
    width: 7%;
}
#wrap .section_B .box.on .sub_title{ 
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid #91aacd;
    padding-bottom: 15px;
}
#wrap .section_B .box .sub_title::after{ 
    content: '';
    background-image: url('../img/site/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 13px;
    height: 18px;
    right: 0;
    top:80%;
    transform: translateY(-50%);
}
#wrap .section_B .box.on .sub_title::after{ 
    background-image: url('../img/site/up-arrow.png');
    top:45%;
}
#wrap .section_B .box.on .con { 
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    padding-top: 15px;
}
#wrap .section_B .box .con { 
    display: none;
}

.section_C .content1 .overlay-text h1 .bold1, .section_E .content1 .overlay-text h1 .bold1{
    border-top: 2px solid #5a91fa;
    border-bottom: 2px solid #5a91fa;
    font-size:  32px;
    padding: 10px 0;
    color: #5a91fa;
    font-family: 'GongGothicMedium' !important;
    line-height: 2;
}
 .section_E .content1 h1, .section_G .content1 h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #064078;
    z-index: 3;
    line-height: 1.5;
    font-family: 'GongGothicBold' !important;
}
#wrap .section_F .sub_wrap  {
    justify-content: space-between;
    display: flex;
    width: 100%;
    
}
#wrap .section_F .sub_wrap .sub_title {
    padding: 1rem 1.5rem;
    background-color: #fff;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
    width: 33.33%;
    color: #434e54;
}
#wrap .section_F .box {
    display: none; 
    padding: 1.5rem;
    
}
#wrap .section_F .box.active {
    display: block; 
}
#wrap .section_F .sub_title.active {
    background:#004caf;
    color: #fff;
}
#wrap .section_G .box_wrap{
   margin-top: 40px;
}
#wrap .section_G .box{
   margin-bottom: 15px;
   border: 1px solid #88a3c9;
   padding: 15px;
   background-color: #fff;
   border-radius: 15px;
   box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 9px 0px, rgb(247 249 255 / 80%) -6px -2px 1px 0;
}
#wrap .section_G .box .img_box {
    text-align: center;
    margin-bottom: 10px;
}
#wrap .section_G .box .img_box img{
    width: 8%;
}
#wrap .section_G .text{
    line-height: 1.5;
    margin-top: 40px;
}

@media screen and (max-width: 1020px) {
    .ul_mo {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        height: 50px;  
        align-items: center;
    }
    
    .ul_mo::-webkit-scrollbar {
        display: none;
    }
    
    .ul_mo li a {
        font-size: 15px;
        white-space: nowrap;
        border: 1px solid #818891;
        padding: 10px 5px;
        background-color: #fff0;
        border-radius: 3rem;
        padding: 5px 10px;
        font-weight: 700;
        color: #656564;
    }
    .section1 {
    height: 320px;
}
    .section1 .overlay-text {
        width: 100%;
        padding: 20px ;

    }
    .section1 .overlay-text h1 .bold1 {
        font-size: 18px;
        padding: 5px 0;
    }
    .section1 .overlay-text h1 {
        font-size: 22px;
        margin-top: 10px;
    }
    .section1 .overlay-text img {
        right: 5%;
        width:300px;
    }
    .section2 {
        width: 100%;
        padding: 20px;
        justify-content:space-between ;
        gap: 10px;
    }
    .section2 a {
        justify-content: space-between;
        width: 48%;
        padding: 15px;
        font-size: 16px;
        margin: 0;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .content1  .list_box{
        text-align: right;
        margin-top: 15px;
    }
    .content1  .list{
        border: 1px solid #616160;
        background-color: #fff;
        padding: 10px;
        border-radius: 30px;
        font-size: 15px;
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
        color: #616160;
        font-weight: 800;
        
    }
    .content1 .list img{
        width: 20%;
    }
    .section_A .overlay-text, .section_B .overlay-text, .section_C .overlay-text, .section_D .overlay-text, .section_E .overlay-text, .section_F .overlay-text, .section_G .overlay-text {
        width: 100%;
        padding: 20px;
    }
    
    .section_A .content1 h1, .section_B .content1 h1, .section_C .content1 h1, .section_D .content1 h1{
        display: none;
    }
    .section_A .content1 .h1_mo, .section_B .content1 .h1_mo, .section_C .content1 .h1_mo, .section_D .content1 .h1_mo {
        font-size: 22px;
        display: block;
        margin-top: 10px;
    }
    .section_A .content1 .con, .section_B .content1 .con, .section_C .content1 .con, .section_D .content1 .con, .section_E .content1 .con, .section_F .content1 .con, .section_G .content1 .con {
        line-height: 1.5;
        font-size: 16px;
    }
    .section_B .overlay-text p, .section_C .overlay-text p, .section_E .overlay-text p, .section_G .overlay-text p {
        line-height: 1.5;
        font-size: 16px;
    }
    #wrap .section_F .box {
        display: none;
        padding: 15px 0;
    }
    #wrap .section_F .sub_wrap {
        margin-top: 10px;
    }
    #wrap .section_F .sub_wrap .sub_title {
        font-size: 16px;
    }
    .section_E .content1 h1, .section_G .content1 h1 {
        font-size: 22px;
        margin-top: 10px;
    }
    #wrap .section_G .box .img_box img {
        width: 15%;
    }
    #wrap .section_G .box_wrap {
        margin-top: 30px;
    }
    #wrap .section_G .text {
        line-height: 1.5;
        margin-top:30px;
        font-size: 16px;
    }
    .section_C .content1 .overlay-text h1 .bold1, .section_E .content1 .overlay-text h1 .bold1 {
        font-size: 18px;
        padding: 5px;
    }
}