
body {
    overflow-x: hidden;
}

.sub_header {
    background-image: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ),url(/theme/basic/img/sub/sub_header_bg.png);
    background-color: #333;
    min-height: 400px;
    padding: 100px 0;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_header_p2 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ),url(/theme/basic/img/sub/p2_bg.png);
}

.sub_header_p3 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ),url(/theme/basic/img/sub/p4_bg-2.png);
}

.sub_header_p4 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ),url(/theme/basic/img/sub/p4_bg.png);
}

.sub_header_p5 {
    background-image: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ),url(/theme/basic/img/sub/p5_bg.png);
}

.board_sub_top {
    width: calc(100vw);
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.sub_header_text {
    text-align: center;
    padding: 0 15px;
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.sub_header_text h2 {
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    line-height: 1em;
}

.sub_header_text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 1px;
}

.sub_content {
    padding: 120px 0;
}

.sub_content_name {
    margin-bottom: 60px;
}

.sub_content_name h2 {
    font-size: 26px;
    font-weight: 500;
    color: #272727;
    text-align: center;
    line-height: 1.3;
}

.sub_content_name h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #272727;
    margin: 20px auto 0;
}

.p1_1_m1 {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 70px;
}

.p1_1_m1 p {
    font-size: 18px;
    font-weight: 300;
    color: #777;
    text-align: center;
    line-height: 1.6em;
    word-break: keep-all;
    margin-bottom: 10px;
}

.p1_1_m2 {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    justify-content: space-evenly;
    margin-bottom: 120px;
}

.p1_1_m2 > div {
    width: 50%;
}

.p1_1_m2 img {
    padding: 10px 50px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.p1_1_m2 ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 50%;
}

.p1_1_m2 ul li:nth-last-child(even) {
    padding: 12px 8px 12px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    text-align: left;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
}

.p1_1_m2 ul li:nth-last-child(odd) {
    padding: 12px 8px 12px 30px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    text-align: left;
    border-left: none;
    border-right: none;
}

.p1_1_m2 ul {
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}

.p1_1_m2 ul li:nth-last-child(3),
.p1_1_m2 ul li:nth-last-child(4) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.p1_1_m3 {
    width: 100%;
    background-image: url(/theme/basic/img/sub/p1_1_m3_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 100px 20px;
    margin-bottom: 120px;
    box-sizing: border-box;
}

.p1_1_m3_div {
    display: flex;
    grid-gap: 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
}

.p1_1_m3_div > div {
    width: 25%;
}

.p1_1_m3_div > div > div {
    margin-bottom: 30px;
    display: grid;
    justify-content: center;
}

.p1_1_m3_div h2 {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}

.p1_1_m3_div p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    word-break: keep-all;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

.p1_1_m3_div p::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 30px auto;
}

.p1_1_m4_t {
    margin-bottom: 60px;
}

.p1_1_m4_t h2 {
    font-size: 26px;
    font-weight: 500;
    color: #272727;
    text-align: center;
    line-height: 1em;
}

.p1_1_m4_t h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #272727;
    margin: 20px auto 20px;
}

.p1_1_m4_t p {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #777;
    word-break: keep-all;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
}

.p1_1_m4_b {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p1_1_m4_b #player {
    width: 100%;
    height: 675px;
}
.p1_1_m5 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding-top: 40px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.p1_1_m5::before {
    content: "";
    display: flex;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 40px;
    left: 16.7%;
    right: 16.7%;
}

.p1_1_m5 > div {
    text-align: center;
    word-break: keep-all;
    padding: 0 40px;
    box-sizing: border-box;
}

.p1_1_m5 > div::before {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #ddd;
    margin: 0 auto 25px;
}

.p1_1_m5 > div:nth-child(2)::before {
    height: 80px;
    margin: -40px auto 25px;
}

.p1_1_m5 > div > div {
    margin-bottom: 20px;
    display: grid;
    justify-content: center;
}

.p1_1_m5 h2 {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 10px;
}

.p1_1_m5 p {
    font-size: 14px;
    font-weight: 300;
    color: #777;
}

.p1_1_m7 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p1_1_m7 ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}

.p1_1_m7 li {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    padding: 50px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: relative;
}

.p1_1_m7 li:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 44px;
    width: 50px;
    height: 2px;
    background-color: #2158aa;
}

.p1_1_m7 h2 {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 15px;
}

.p1_1_m7 p {
    font-size: 16px;
    font-weight: 300;
    color: #777;
}

.p1_1_m6_m {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.p1_1_m6_i {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.p1_1_m6_i > div {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin: 0 80px;
    box-sizing: border-box;
    text-align: center;
    background-color: #2158aa;
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
    position: relative;
    bottom: 50px;
}

.p1_2_m1 {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px;
    margin: 50px 0;
    box-sizing: border-box;
}

.p1_2_m1::after {
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #2158aa;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.p1_2_m1 > div {
    position: relative;
}

.p1_2_m1 > div:nth-child(odd)::before {
    content: "";
    display: block;
    width: 40px;
    background-color: #2158aa;
    height: 1px;
    position: absolute;
    top: calc(35px / 2);
    right: -25px;
}

.p1_2_m1 > div:nth-child(even)::before {
    content: "";
    display: block;
    width: 40px;
    background-color: #2158aa;
    height: 1px;
    position: absolute;
    top: calc(35px / 2);
    left: -25px;
}

.p1_2_m1 > div:nth-child(odd) {
    text-align: right;
    padding-right: 50px;
}

.p1_2_m1 > div:nth-child(odd) > div {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 10px;
}

.p1_2_m1 > div:nth-child(even) > div {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

.p1_2_m1 > div h2 {
    font-size: 30px;
    color: #2158aa;
    font-weight: 500;
    margin-bottom: 10px;
}

.p1_2_m1 > div p {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.9;
}

.p1_2_m1 > div:nth-child(even) {
    text-align: left;
    margin-top: 50px;
    padding-left: 50px;
}

.p1_2_img img {
    width: 100%;
    max-width: 1200px;
}

.p1_3_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
    display: flex;
    grid-gap: 40px;
}

.p1_3_m1 > div {
    width: 50%;
}

.p1_3_m1 img {
    width: 100%;
    max-width: 650px;
}

.p1_3_m1 h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.p1_3_m1 p {
    font-size: 18px;
    color: #777;
    margin-bottom: 10px;
}

.p1_3_m2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p1_3_m2 img {
    width: 100%;
    max-width: 736px;
}

.p1_3_m2 h2 {
    padding-bottom: 30px;
    font-size: 25px;
}

.p1_3_m2 ul {
    display: flex;
    grid-gap: 20px;
}

.p1_3_m2_h3 {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

.p1_3_m2_p2 {
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.p1_4_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p1_4_m1 img {
    width: 100%;
}

.p1_5_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 120px;
}

.p1_5_m1_bg {
    width: 100%;
    padding-bottom: 400px;
    background-image: url(/theme/basic/img/sub/p1_5_m1_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.p1_5_m1_b {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 5% 0 0 5%;
}

.p1_5_m1_l {
    background-color: #2158aa;
    padding: 5%;
    box-sizing: border-box;
    width: 40%;
}

.p1_5_m1_l h3 {
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    line-height: 1em;
    margin-bottom: 47px;
}

.p1_5_m1_l h2 {
    font-size: 42px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 32px;
}

.p1_5_m1_l p {
    font-size: 17px;
    color: #fff;
}

.p1_5_m1_r {
    width: 60%;
    padding-left: 40px;
    box-sizing: border-box;
}

.p1_5_m1_r p {
    font-size: 16px;
    color: #777;
    padding-bottom: 20px;
}

.p1_5_m2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 120px;
}

.p1_5_m2 > h2 {
    font-size: 34px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
}

.p1_5_m2 ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}

.p1_5_m2 img {
    width: 100%;
}

.p1_5_m2 ul h2 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 20px 0;
}

.p1_5_m2 ul p {
    font-size: 16px;
    font-weight: 300;
    color: #777;
}

.p1_5_m3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.p1_5_m3_l {
    width: 70%;
}

.p1_5_m3_r {
    width: 30%;
    background-color: #2158aa;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    justify-items: center;
    padding: 2% 0;
    align-items: center;
}

.p1_5_m3_r img {
    width: 100%;
    max-width: 60px;
}

.p1_5_m3_r p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.p1_5_m3_r p::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    margin: 20px auto;
    background-color: #fff;
}

.p1_5_m3_r a {
    font-family: 'LINESeedKR-Bd';
    display: block;
    color: #2158aa;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
    transition: all .4s;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.p1_5_m3_r a:hover {
    background-color: #00adef;
    color: #fff;
}

.p1_6_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.p1_6_m1 ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    text-align: center;
}

.p1_6_m1_ul1 li {
    background-color: #2158aa;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 20px;
}

.p1_6_m1_ul2 li {
    background-color: #ddd;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.3;
}

.p1_6_m2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p1_6_m2 img {
    width: 100%;
    max-width: 395px;
    border: 1px solid #151515;
}

.p1_6_m2 ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}

.p1_7_m {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
    display: flex;
}

.p1_7_text1 {
    text-align: right;
    padding: 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin: -50px;
    margin-right: 0;
    position: relative;
    padding-left: 80px;
}

.p1_7_text2 {
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin: -50px;
    margin-left: 0;
    position: relative;
    padding-right: 80px;
}

.p1_7_text1 img,
.p1_7_text2 img {
    width: 100%;
    max-width: 60px;
}

.p1_7_text1 h2,
.p1_7_text2 h2  {
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

.p1_7_text1 h3,
.p1_7_text2 h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.p1_7_text1 p,
.p1_7_text2 p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
}

.p1_7_map1 {
    width: 70%;
    position: relative;
    z-index: 1;
}

.p1_7_text1 {
    width: 30%;
}

.p1_7_map2 {
    width: 70%;
    position: relative;
    z-index: 1;
}

.p1_7_text2 {
    width: 30%;
}

.p1_7_m4 {
    margin-bottom: 0;
}

.p3_1_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    grid-gap: 5%;
}

.p3_1_m1_l {
    width: 40%;
    box-sizing: border-box;
}

.p3_1_m1_l img {
    width: 100%;
    max-width: 400px;
}

.p3_1_m1_r {
    width: 55%;
    background-color: #f5f5f5;
    padding: 5% 4%;
    box-sizing: border-box;
}

.p3_1_m1_r h2 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

.p3_1_m1_r p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 40px;
}

.p3_1_m1_r > div {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5%;
}

.p3_1_m1_r a {
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.p3_1_m1_r a:first-child{
    background-color: #00adef;
}

.p3_1_m1_r a:last-child{
    background-color: #2158aa;
}

.p3_2_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p3_2_m1 img {
    width: 100%;
    padding-bottom: 30px;
}

.p3_2_m1 ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}

.p3_2_m1 ul li {
    position: relative;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.p3_2_m1 h2 {
    display: block;
    width: 100%;
    background-color: #2158aa;
    color: #fff;
    text-align: center;
    position: absolute;
    padding: 5px 0;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    font-size: 16px;
}

.p4_1_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p4_2_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.news ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}

.news ul li {
    border: 3px solid #2158aa;
    min-height: 200px;
    position: relative;
}

.news ul a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.news ul h2 {
    padding: 0 10%;
    position: absolute;
    transform: translate(-50%,-20%);
    left: 50%;
    top: 25%;
    width: 100%;
    box-sizing: border-box;
    font-size: 22px;
}

.news ul h2 img {
    width: 80%;
    max-width: 200px;
    margin-top: 10px;
}

.news ul p {
    background-color: #2158aa;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0;
    padding-left: 5%;
}

.news ul p span {
    position: absolute;
    right: 5%;
}

.p5_1_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p5_2_m1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 120px;
}

.p5_2_m1_div {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3,1fr);
}

.p5_2_m1_div > div {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.p5_2_m1_div > div > div:first-child {
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
}

.p5_2_m1_div img {
    min-width: 50px;
}

.p5_2_m1_div h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.p5_2_m1_div p {
    font-size: 17px;
    font-weight: 300;
    color: #555;
}

.p5_2_m2 {
    width: 100%;
    display: flex;
}

.p5_2_m2 > div {
    width: 50%;
}

.p5_2_m2_l {
    background-color: #f5f5f5;
    padding: 80px 40px;
    box-sizing: border-box;
}

.p5_2_m2_l_text {
    margin-bottom: 30px;
}

.p5_2_m2_l_text h2 {
    font-size: 40px;
    font-weight: 400;
    color: #333;
    margin-bottom: 22px;
    text-align: center;
}

.p5_2_m2_l_text p {
    font-size: 15px;
    font-weight: 300;
    color: #888;
    max-width: 430px;
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1.6em;
}

.p5_2_m2_r {}

@media all and (max-width:1400px) {
    .xans-board-write input[type=text] {
        min-width: 100%!important;
        width: 100%!important;
    }
}


@media all and (max-width:930px) {
    .sub_header {
        min-height: 250px;
        padding: 50px 0;
    }
    .sub_header_text p {
        font-size: 14px;
    }
    .sub_content {
        padding-bottom: 0;
    }
    .p1_1_m1 p {
        font-size: 14px;
    }
    .p1_1_m2 {
        flex-direction: column;
        align-items: center;
        grid-gap: 20px;
        margin-bottom: 60px;
    }
    .p1_1_m2 > div {
        width: 100%;
    }
    .p1_1_m2 ul {
        width: 90%;
    }
    .p1_1_m2 img {
        width: 100%;
        max-width: 390px;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
        box-sizing: border-box;
    }
    .p1_1_m3 {
        background-size: cover;
        padding: 20px;
        margin-bottom: 60px;
    }
    .p1_1_m3_div {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        padding: 50px 0;
        box-sizing: border-box;
    }
    .p1_1_m3_div > div {
        width: 100%;
    }
    .p1_1_m4_t p {
        font-size: 16px;
    }
    .p1_1_m4_b #player {
        height: revert-layer;
    }
    .p1_1_m5 > div {
        padding: 0 10px;
    }
    .p1_2_m1 {
        grid-gap: 20px;
        grid-template-columns: repeat(1,1fr);
    }
    .p1_2_m1 > div > p {
        font-size: 12px;
    }
    .p1_2_m1::after {
        left: 0;
        transform: initial;
    }
    .p1_2_m1 > div:nth-child(odd) {
        text-align: left;
        padding-left: 50px;
    }
    .p1_2_m1 > div:nth-child(odd)::before {
        left: 0;
        right: initial;
    }
    .p1_2_m1 > div:nth-child(even) {
        text-align: left;
        padding-left: 50px;
        margin-top: 20px;
    }
    .p1_2_m1 > div:nth-child(even)::before {
        left: 0;
        right: initial;
    }
    .p1_2_m1 > div:nth-child(odd) > div {
        flex-direction: row;
    }
    .p1_3_m1 {
        flex-direction: column;
        align-items: center;
    }
    .p1_3_m1 > div {
        width: 100%;
    }
    .p1_7_m1,
    .p1_7_m3 {
        flex-direction: column;
    }
    .p1_7_map1 {
        width: 100%;
    }
    .p1_7_text1 {
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 40px;
    }
    .p1_7_m2,
    .p1_7_m4 {
        flex-direction: column-reverse;
    }
    .p1_7_text2 {
        width: 100%;
        margin: 0;
        padding: 40px;
    }
    .p1_7_map2 {
        width: 100%;
    }
    .p3_1_m1 {
        flex-direction: column;
    }
    .p3_1_m1_l img {
        position: relative;
        transform: translateX(-50%);
        left: 50%;
    }
    .p3_1_m1_l,
    .p3_1_m1_r {
        width: 100%;
    }
    .p3_2_m1 ul {
        grid-gap: 5px;
        grid-template-columns: repeat(2,1fr);
    }
    .p3_2_m1 h2 {
        font-size: 14px;
    }
    .p5_2_m1_div > div {
        flex-direction: column;
        text-align: center;
    }
    .p5_2_m1_div p {
        font-size: 14px;
    }
    .p5_2_m2 {
        flex-direction: column-reverse;
    }
    .p5_2_m2 > div {
        width: 100%;
    }
    .p5_2_m2_l {
        padding: 80px 10px;
    }
    .p5_2_m2_r > iframe {
        min-height: 300px;
    }
    .news2 ul {
        grid-gap: 10px;
        grid-template-columns: repeat(2,1fr);
    }
    .news2 ul p {
        font-size: 18px;
    }
    .news ul {
        grid-gap: 10px;
        grid-template-columns: repeat(2,1fr);
    }
    .news ul p {
        font-size: 18px;
    }
    .news ul h2 {
        font-size: 18px;
    }
}



@media all and (max-width:500px) {
    .news2 ul p {
        font-size: 12px;
    }
    .news1 ul p {
        font-size: 12px;
    }
    .news ul h2 {
        font-size: 14px;
    }
    .p5_2_m1_div img {
        width: 30px;
    }
}