#wrap {width: 720px; margin: 0 auto;}

header {    
    box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px;
    z-index: 99;
    position: relative;
    text-align: center;
    padding: 30px 0;
}
header img {width: 350px;}
main{color: #231815;}
.section1 {     
    padding: 90px 55px 60px;
}
.section1 ul li > span {
    display: inline-block;
    font-size: 24px;
    letter-spacing: -2px;
    font-weight: 300;
    margin-top: 10px;
}
.section1 .txt, .section1 .img_box {
    text-align: center;
}
.section1 .img_box {
    margin-top: 50px;
}
.section1 h1 {
    font-size: 55px;
    font-weight: 800; letter-spacing: -2px; line-height: 1.2;  color: #222266;}
.section1 h1 b {color: #000; margin-bottom: 70px;}
.section1 p {font-size: 35px; letter-spacing: -2px; line-height: 1.2;}

.section1 ul {display: flex; flex-direction: column; gap: 13px;}
.section1 ul li {
    margin-top: 20px;
    font-size: 33px; font-weight: 500; position: relative; letter-spacing: -1px;}
.section1 ul li b span {
    color: #F23333;
    display: inline-block;
    font-size: 26px;
    letter-spacing: -2px;
    padding: 0 5px;
}
.section1 ul li b {color: #F23333;
}



.cmlink_btn {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; background: #000090; color: #fff; display: block; width: 100%; padding: 55px; display: flex; align-items: center; justify-content: space-between;}
.cmlink_btn span {    font-weight: 300; font-size: 25px; letter-spacing: -1px;}
.cmlink_btn p {font-size: 46px; font-weight: 700; letter-spacing: -1px; display: flex; align-items: center; gap: 10px;}

.section2 {
    background: #f2f2f2;     
    padding: 130px 40px;
}
.section2 h2 {    
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -2px;
    color: #000090;
    font-weight: 700;}
.section2 h2 b {font-weight: bold; color: #FF7E0D;}
.section2 ul {display: flex;  padding: 40px 0 0 0; gap: 25px 20px;}
.section2 ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 50px 10px;
    position: relative;
}
    .section2 ul li .txt {
        margin-top: 30px;
        text-align: center;
    }
.section2 ul li .txt p {    
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    letter-spacing: -1px;
    color: #282828;
}


.section2 ul li .txt span{
    display: block;
    font-size: 22px;
    color: #898989;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 10px 0;
}

    .section2 ul li .txt h5 {
        color: #000090;
        font-size: 35px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -1px;
        margin-top: 15px;
    }









.section3{
    padding: 100px 30px;
    background: #000090 ;
}
.section3 h2 {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: -2px;
    color: #fff;
}
.section3 h2 span {
    font-weight: 700;
    display: inline-block;
}
.section3 .img_box{
    display: flex;
    justify-content: end;
    align-items: end;
}
.section3 ul {display: grid; grid-template-columns: repeat(1,1fr); gap: 40px; margin-top: 20px;}
.section3 ul li {    
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffff;
}
.section3 ul li .txt_box {

}
.section3 ul li .txt_box p {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -2px;
    color: #000000;
}
.section3 ul li .txt_box p b{
    color: #000090;
}
.section3 ul li .txt_box p span {
    display: block;
    font-size: 25px;
    color: #757575;
    font-weight: 600;
    letter-spacing: -1px;
}


.section4 {}
.section4 h2 {font-size: 42px; text-align: center; letter-spacing: -2px; margin-bottom: 40px; font-weight: bold;}
.section4 h2 b {color: #008f90;}
.section4 ul {
   
}
.section4 ul li {display: flex; justify-content: space-between; position: relative; align-items: center;}
.section4 ul li .txt_box{
    padding: 40px 0 40px 55px;
}
.section4 ul li .img_box{
    padding-right: 30px;
}
.section4 ul li:nth-child(2) {

}
.section4 ul li:nth-child(2) .img_box {
    padding-right: 50px;
}
.section4 ul li:first-child {
    border-bottom: 1px solid #999;
}
.section4 ul li p {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.5;
}
.section4 ul li p b {
    color: #FF7E0D;
    }



.section5 {padding: 100px 30px; background: #F9F9F9;}
.section5 h2 {    color: #000090; font-size: 42px; text-align: center; line-height: 1.2; letter-spacing: -2px; margin-bottom: 40px; font-weight: 700;}

.section5 ul {
    
}
.section5 ul li:first-child {
    background-color: #000090;
    margin-bottom: 20px;
}
.section5 ul li:nth-of-type(2) {
    background-color: #D2D2FF;
    margin-bottom: 20px;
   
}
.section5 ul li:nth-of-type(3) {
    background-color:  #E4E4E4;
    margin-bottom: 20px;
}
.section5 ul li {
    display: flex; 
    align-items: center;
    justify-content: space-between; background: #F0F0F0; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 30px 55px;  position: relative; }
.section5 ul li p {
    color: #373737; 
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    letter-spacing: -1px;
}
.section5 ul li:first-child p {
    color: #fff;
}
.section5 ul li p::before {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 20%; background: #e5f4f4; border-radius: 100px; z-index: -1;}
.section5 ul li p b {
    color: #FF7E0D;

}
.section5 ul li span{
    display: block;
    font-size: 25px;
    color: #898989;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 20px;
}



.notice_wrap {padding: 80px 40px; background:#4D4D4D; color: #fff;
}
.notice_wrap h4 {    
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;

}
.notice_wrap > p {font-size: 24px; line-height: 1.7; letter-spacing: -1px; color: #ffffff; margin: 30px 0; font-weight: 200;}
.notice_wrap ul {display: flex; flex-direction: column; gap: 35px;}
.notice_wrap ul li {font-size: 22px; line-height: 1.7; letter-spacing: -1px; color: #fff;}
.notice_wrap ul li p {
    font-size: 24px; line-height: 1.7; letter-spacing: -1px; color: #fff;
    position: relative;
    padding-left: 30px;
    font-weight: 200;
}
.notice_wrap ul li p::before {
    content: "■";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    transform: translateY(0%);
}
footer {background: #505050; padding: 40px;}
footer p {color: #c5c5c5; font-size: 20px; line-height: 1.4;}
footer .sim {margin-bottom: 20px;}
footer .copyright {margin-top: 50px;}