#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: 25px 0;
}
header img {width: 180px;}
main{color: #231815;}
.section1 {     
    padding: 80px 40px 70px; position: relative;
}

.section1 .txt {display: flex; flex-direction: column; align-items: center;}
.section1 .txt h1 {font-size: 20px; color: #fff; margin-bottom: 20px; font-weight: 400; letter-spacing: -2px; background: #dd007f; padding: 10px 35px; border-radius: 100px;}
.section1 .txt em {font-size: 27px; color: #636363; margin-bottom: 10px;} 
.section1 .txt strong {font-size: 80px; line-height: 1.2; color: #2e0f6e; font-weight: 800; letter-spacing: -2px; margin-bottom: 20px;}
.section1 .txt img {margin-bottom: 30px;}
.section1 .txt span {display: block; font-size: 30px; color: #505050; margin-bottom: 20px; font-weight: 600; letter-spacing: -2px;}
.section1 .txt span b {color: #f3466b; font-weight: 600; font-size: 45px;}
.section1 .txt p {color: #757575; font-size: 25px; font-weight: 500;}

.section1 .img_box {position: absolute; bottom: 0; right: 0;}
.section1 .img_box {
    margin-top: 50px;
}




.cmlink_btn {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; background: #2b0f6d; color: #fff; display: block; width: 100%; padding: 50px; display: flex; align-items: center; justify-content: center; gap: 25px;}
.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: #fff;     
    padding: 90px 40px;
}
.section2 .txt {text-align: center;}
.section2 .txt h2 {font-size: 42px; margin-bottom: 45px; font-weight: 700; letter-spacing: -2px; line-height: 55px;}
.section2 .txt h2 b {color: #2b0f6d;}
.section2 ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; position: relative; z-index: 1;}
.section2 ul:after {content: ""; background: #fdf2f8; width: 15%; height: 60%; top: 50%; left: 50%; position: absolute; transform: translate(-50%, -50%); z-index: 0;}
.section2 ul li {display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px 30px; text-align: center; position: relative; border: 1px solid #797979; border-radius: 20px; box-sizing: border-box; z-index: 2; background: #fff;}



.section2 ul li h3 {font-size: 50px; font-weight: 600; color: #f3466b; letter-spacing: -2px; margin-bottom: 10px;}
.section2 ul li h3 b {font-size: 23px; color: #383838; margin-right: 10px;}
.section2 ul li p {color: #383838; margin-bottom: 13px; font-size: 25px; font-weight: 600; letter-spacing: -2px; line-height: 30px;}
.section2 ul li span {font-size: 18px; font-weight: 400; letter-spacing: -1px; color: #757575; line-height: 1.3;}











.section3{
    padding: 80px 40px;
    background: #fdf2f8 ;
}
.section3 h2 {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 50px;
    letter-spacing: -2px;
}

.section3 h2 b {color: #2b0f6d;}

.section3 ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;}
.section3 ul li {border: 1px solid #999; padding: 25px 0; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #fff; position: relative;}
.section3 ul li strong {letter-spacing: -2px; font-size: 35px; font-weight: 600; color: #F3466B; position: absolute; top: -20px; left: 10px;}
.section3 ul li:last-child {grid-column: span 2;}
.section3 ul li strong::before {content: ""; width: 40px; height: 100%; position: absolute; top: 0; left: 0; background: #f9f9f9; z-index: -1;}
.section3 ul li p {font-weight: 600; font-size: 25px; letter-spacing: -2px;}
.section3 ul li p b {color: #de007f; font-weight: 800;}



.section4 {padding: 85px 40px 40px; background: #fff;}
.section4 h2 {font-size: 37px; font-weight: 700; margin-bottom: 50px; text-align: center;}
.section4 ul {display: flex; flex-direction: column; gap: 68px; margin-bottom: 85px;}
.section4 ul li {}
.section4 ul li p {font-size: 25px; color: #f3466b; font-weight: 600; margin-bottom: 18px; letter-spacing: -1px;}
.section4 ul li span {font-size: 18px; color: #505050; line-height: 1.5; font-weight: 500; display: block;}
.section4 ul li strong {font-size: 23px; font-weight: 600; line-height: 1.5;}
.section4 h3 {font-size: 20px; font-weight: 600; letter-spacing: -1px; color: #444;}


.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: 50px 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: 20px; line-height: 1.7; letter-spacing: -1px; color: #bbb;     margin: 30px 0;}
.notice_wrap ul {display: flex; flex-direction: column; gap: 35px;}
.notice_wrap ul li {font-size: 20px; line-height: 1.7; letter-spacing: -1px; color: #bbb;}
.notice_wrap ul li p {
    font-size: 20px; line-height: 1.7; letter-spacing: -1px; color: #bbb;
    position: relative;
    padding-left: 30px;
}
.notice_wrap ul li p::before {
    content: "■";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    transform: translateY(0%);
}
footer {background: #505050; padding: 50px 40px;}
footer p {color: #c5c5c5; font-size: 20px; line-height: 1.4; font-weight: 600;}
footer p:first-child {margin-bottom: 25px; color: #fff; font-weight: 700;}
footer .copyright {margin-top: 60px;}