a {
    text-decoration: none!important;
}

.s2 {
    width: 1200px;
    margin: 100px auto;
}

.s2_top {
    width: 100%;
    text-align: center;
}

.s2_top > h2 {
    font-size: 40px;
}

.s2_top > p {
    font-size: 24px;
}

.s2_bottom {
    width: 100%;
}

.s2_bottom_ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1%;
    width: 100%;
    margin-top: 50px;
}

.s2_bottom_ul > li {
    box-sizing: border-box;
    border: 1px solid transparent;
    padding-bottom:10px;
}

.s2_bottom_ul > li:hover {
    border: 1px solid #333;
}

.s2_bottom_ul > li > a {
    text-decoration: none;
}

.s2_bottom_ul > li > a > img {
    width: 100%;
}

.s2_bottom_text {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: 80%;
}

.s2_bottom_ul h3 {
    font-size: 20px;
}

.s2_bottom_ul p {
    font-size: 14px;
    margin: 20px 0;
    width: 100%;
    color: #555;
}

.s2_bottom_ul span {
    font-size: 12px;
    color: #00a2af;
    font-weight: 500;
}

.s3 {
    width: 1200px;
    margin: 100px auto;
    display: flex;
}

.s3 > div {
    width: 50%;
}

.s3_left,
.s3_right {
    position: relative;
}

.s3 img {
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}

.s3_text_box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    text-align: center;
}

.s3_text_box > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.s3_text_box > p {
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
}

.s3_a {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
    bottom: 100px;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
}

.s3_a:hover {
    color: #000;
    background-color: #fff;
}

.s4 {
    width: 1200px;
    margin: 100px auto;
}

.s4_text_box {
    text-align: center;
}

.s4_text_box > h2 {
    font-size: 30px;
    font-weight: bold;
}

.s4_text_box > p {
    margin-top: 30px;
    font-size: 20px;
}

.s4_ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    grid-gap: 50px;
    margin-top: 30px;
}

.s4_ul p {
    margin-top: 20px;
    font-size: 14px;
}

.s4_ul > li:hover img {
    filter: contrast(0.8);
}

.s5 {
    width: 1200px;
    margin: 100px auto;
    display: flex;
    height: 350px;
    overflow: hidden;
}

.s5 h3 {
    margin: 0 0 13px;
    font-size: 30px;
    color: #2e2e2e;
    border-bottom: 2px solid #626672;
}

.s5 a {
    text-decoration: none!important;
}

.s5 .board {
    position: relative;
}

.s5 .btnLink {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
}

.s5 .title,
.s5 .right {
    font-size: 18px;
}

.s5 tr {
    height: 35px;
}

.s5 h3::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 32px;
    background: #14467b;
    margin: 6px 6px 0 0;
}

.s5_left {
    margin-right: 2%;
    width: 40%;
}

.s5_right {
    width: 58%;
}
.s5_right .xans-board-listpackage-8 .xans-board-list-8 li {
    margin: 0;
}

.s5_right .xans-board-listpackage-8 .xans-board-list-8 li a .summary {
    text-align: center;
}

.s6 {
    width: 1200px;
    margin: 100px auto;
}

.s6 h2 {
    font-size: 30px;
    font-weight: bold;
}

.s6_line {
    width: 100%;
    height: 3px;
    background-color: #ccc;
    margin: 30px 0;
}

.s6 h2::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 32px;
    background: #14467b;
    margin: 6px 6px 0 0;
}

.s6_ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}

.s6_ul > li {
    border: 1px solid #ccc;
}

.s6_ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
}

.s6_ul img {
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}









