@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');

/*body{overflow-x: hidden;}*/

/* m_tit */
.m_tit{text-align: center;}
.m_tit::before{content: ''; display: block; width: 1px; height: 80px; background-color: #828c90; margin: 0 auto 20px;}
.m_tit h4{text-transform: uppercase; font-size: 1.6rem;font-family: 'Montserrat', sans-serif;}
.m_tit h3{  font-size: 3.6rem; line-height: 1.4em; margin: 0.5em 0; word-spacing: -0.1em; letter-spacing: -0.05em; font-weight: 300; word-break: keep-all;}
.m_tit h3 span{font-weight: 600;}
.m_tit p{  font-weight: 300; font-size: 1.8rem; word-break: keep-all;}
.m_tit p span{font-weight: 500; word-break: keep-all;}

@media all and (max-width:1240px){
    .m_tit::before{height: 60px;}
    .m_tit h3{font-size: 3rem;}
}
@media all and (max-width:690px){
    .m_tit p{width: 96%; margin-left: auto; margin-right: auto;}
    .m_tit h3{font-size: 2.8rem;}
	#main2 ul li .img img{max-height: 68px;}
}
@media all and (max-width:480px){
    
}

/* main1 */
#main1{}
#main1 #mVisual{width: 100%;}
#main1 #mVisual .mv{width: 100%; height: 100%; min-height: 750px; background-size: cover; background-position: center center; position: relative; overflow: hidden;}
/*#main1 #mVisual .mv::after{content: ''; background: url(/images/main/mv_txt.png) no-repeat left; width: 45%; background-size: cover; height: 100%;  display: block; position: absolute; top: 0; left: 0;opacity: 0.98;}*/
#main1 #mVisual .mv1{background-image: url(/images/main/mv1.png);}
#main1 #mVisual .mv2{background-image: url(/images/main/mv2_220214.png);}
#main1 #mVisual .mv .inner{height: 100%; min-height: 750px;}
#main1 #mVisual .mv .txt{position: absolute;  z-index: 99; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; padding: 60px 0; width: 60%; border-radius: 0;}
#main1 #mVisual .mv .txt h4{text-transform: uppercase; font-weight: 500; font-size: 1.8rem; letter-spacing: 0; line-height: 1em; color: #fff; font-family: 'Montserrat', sans-serif; background: #84d0f5; display: inline-block; padding: 6px 16px;}
#main1 #mVisual .mv .txt h3{color: #fff; font-size: 4rem; line-height: 1.4em; margin: 2rem 0; word-spacing: -0.1em; letter-spacing: -0.05em; margin-top: 1rem;}
#main1 #mVisual .mv .txt h3 span{font-weight: 300;}
#main1 #mVisual .mv .txt h3 strong{font-size: 1.335em; color: #009ade}
#main1 #mVisual .mv .txt p{color: #fff; font-weight: 300; font-size: 1.8rem; line-height: 1.6em;}
#main1 #mVisual .mv .txt p span{font-weight: 500;}
#main1 #mVisual .mv .txt .btn{}
#main1 #mVisual .mv .txt .btn a{background-color: rgba(255,255,255,0.85);   font-weight: 500; font-size: 1.8rem; line-height: 2.5em; padding: 0 2em; display: inline-block; margin-top: 1.5em; color: #212121;}
#main1 #mVisual .mv video{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: auto; min-width: 100%; min-height: 100%;}
#main1 #mVisual .inner{width: 100%;}
#main1 #mVisual .inner::after{content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); left: 0; top: 0; position: absolute; display: block;}
#main1 #mVisual .slick-dots{transform: translateX(-50%);}
#main1 #mVisual .slick-dots li{width: 12px; height: 12px; margin: 5px;}
#main1 #mVisual .slick-dots li.slick-active{background-color: #fff;}
#main1 .middle {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 99;
}

#main1 .mouse {
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
}

#main1 .mouse::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    background-color: #fff;   
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 1;
    animation: mouse 1.5s infinite;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 8px;
    }
    to {
        opacity: 0;
        top: 25px;
    }
}

@media all and (max-width:1240px){
    #main1 #mVisual .mv::after{width: 420px;}
/*
    #main1 #mVisual .mv .txt h4{font-size: 1em;}
    #main1 #mVisual .mv .txt h3{font-size: 2em;}
    #main1 #mVisual .mv .txt p{font-size: 1.125em;}
*/
	#main1 #mVisual .mv .txt h3{font-size: 3.25rem; margin: 1.5rem 0;}
    #main1 #mVisual .mv .txt .btn a img{max-width: 180px;}
}
@media all and (max-width:690px){
/*
    #main1 #mVisual .mv1{background-image: url(/images/main/mv1_m.png);}
    #main1 #mVisual .mv2{background-image: url(/images/main/mv2_m.png);}
*/
    #main1 #mVisual .slick-dots{bottom: 2%;}
    #main1 #mVisual .mv{min-height: 680px;}
    #main1 #mVisual .mv::after{width: 100%; top: 55%; opacity: 0.8}
    #main1 #mVisual .mv .inner{width: 100%; min-height: 680px;}
    #main1 #mVisual .mv .txt{ top: 50%; transform: translate(-50%, -45%); padding: 50px 0 70px; width: 100%; border-radius: 0px 0px 0 0;}
    #main1 #mVisual .mv .txt .btn a img{max-width: 160px;}
}
@media all and (max-width:480px){}


/* main2 */
#main2{background: url(/images/main/main2_bg2.png) no-repeat center center; background-size: cover; padding: 20px 0 90px;}
#main2 .inner{max-width: 1400px; width: 100%;}
#main2 ul{display: flex; justify-content: center; margin-top: 80px;text-align: center;}
#main2 ul li{margin: 0 1.875%; margin-bottom: 3em;background: url(/images/main/main2_bgimg2.png) no-repeat center center; background-size: contain; padding: 10px; counter-increment: number 1;}
#main2 ul li:after{  content: '0'counter(number); position: absolute; top: 35px; left: 0; font-size: 3em;  font-weight: bold; color: #009ade; font-family: 'GmarketSansMedium';}
#main2 ul li .img{}
#main2 ul li .img img{}
#main2 ul li .tit{font-size: 2.4rem;   margin: 30px 0 20px; line-height: 1em; letter-spacing: -0.075em; color: #212121;}
#main2 ul li .tit span{font-weight: 500;} 
#main2 ul li p{word-break: keep-all; font-size: 1.7rem; font-weight: 300;  } 

@media all and (max-width:1240px){
    #main2{padding: 20px 0 80px;}
    #main2 ul{flex-wrap: wrap; margin-top: 80px;}
    #main2 ul li{width:33.3333%; text-align: center; margin: 0; margin-bottom: 3em; }
    #main2 ul li:after{ left: 7vw;}
}
@media all and (max-width:1024px){
    #main2 ul li:after{ left: 5vw;}
}
@media all and (max-width:867px){
    #main2 ul li:after{ left: 3vw;}
}
@media all and (max-width:690px){
    #main2{padding: 20px 0 50px;}
    #main2 ul{margin-top: 50px;}
    #main2 ul li{width: 50%;}
    #main2 ul li .tit{margin: 17px 0 12px; font-size: 2.2rem;}
    
    #main2 ul li:after{top: 30px; left: 7vw;}
}
@media all and (max-width:500px){
    #main2 ul li:after{top: 30px; left: 5vw;}
}
@media all and (max-width:430px){
    #main2 ul li:after{left: 0;}
}


/* main3 */
#main3{position: relative; height: 600px;}
#main3 .main3_box{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: Relative;
    overflow: hidden;
    box-sizing: Border-box;
}
#main3 .main3_bg{
    clip: rect(auto, auto, auto, auto);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 670px;
    position: absolute;
    z-index:-1;
}

#main3 .main3_bg .inner{height: 100%;}
#main3 .main3_bg .txt{position: absolute; top: 50%; transform: translateY(-50%);}
#main3 .main3_bg .txt{position: absolute;  z-index: 99; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}
#main3 .main3_bg .txt h4{text-transform: uppercase; font-weight: 500; font-size: 1.6rem; letter-spacing: 0; line-height: 1em; color: rgba(255,255,255,0.6);font-family: 'Montserrat', sans-serif;}
#main3 .main3_bg .txt h3{color: #fff; font-size: 3.6rem; line-height: 1em; margin: 0.725em 0; word-spacing: -0.1em; letter-spacing: -0.05em; font-weight: 300;}
#main3 .main3_bg .txt h3 span{font-weight: 600;}
#main3 .main3_bg .txt h3 strong{font-size: 1.335em;}
#main3 .main3_bg .txt p{color: #fff; font-weight: 300; font-size: 1.7rem;}
#main3 .main3_bg .txt p span{font-weight: 500;}

#main3 .main3_bg_in{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    background-size: cover;
    z-index: -111;
}

@media all and (max-width:1240px){
    #main3{height: 480px;}
}
@media all and (max-width:690px){
    #main3{height: 360px;text-align: center;}
    #main3 .main3_bg .txt{top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
}
@media all and (max-width:480px){
    #main3{height: 300px;}
}



#main4{background-color: #2e325b; padding: 80px 0 100px; height: 100%;}
#main4 .m_tit{}
#main4 .m_tit::before{content: ''; display: none;}
#main4 .m_tit h3, #main4 .m_tit p{color: #fff;}
#main4 .m_tit h3{margin-top: 0;}

#main4 .inner{margin-top: 120px; width: 80%;}
#main4 .inner .cont{}
#main4 .inner .cont li{width: 100%; max-width: 489px; margin-right: 28px; border-radius: 16px; padding: 45px 60px;}
#main4 .inner .cont li .txt{}
#main4 .inner .cont li .txt h4{font-size: 2.0rem; font-weight: 400;}
#main4 .inner .cont li .txt h3{font-size: 3.2rem; font-weight: 600; margin: 15px 0 20px; color: #212121;}
#main4 .inner .cont li .txt dl{display: flex; gap:6px;}
#main4 .inner .cont li .txt dl dd{font-size: 1.6rem; font-weight: 500; color: #222;}
#main4 .inner .cont li.c1{background: url(/images/main/main4_imgb1.jpg) no-repeat center center;}
#main4 .inner .cont li.c2{background:url(/images/main/main4_imgb3.jpg) no-repeat center center;}
#main4 .inner .cont li.c3{background:url(/images/main/main4_imgb4.jpg) no-repeat center center;}
#main4 .inner .cont li.c4{background:url(/images/main/main4_imgb2.jpg) no-repeat center center;}
#main4 .inner .cont .slick-prev{background-color: #000000; font-family: 'SUIT', sans-serif; color: #fff; font-weight: 700; width: 55px; height: 55px; left: -25px; box-shadow:8px 2px 6px rgba(0,0,0,0.15);}
#main4 .inner .cont .slick-next{background-color: #000000; font-family: 'SUIT', sans-serif; color: #fff; font-weight: 700; width: 55px; height: 55px; right: -25px; box-shadow:8px 2px 6px rgba(0,0,0,0.15);}

@media all and (max-width:1240px){
    #main4{padding:50px 0 70px;}
}


@media all and (max-width:768px){
    #main4 .inner{margin-top: 60px; width: 85%;}
    #main4 .inner .cont li{max-width: 350px; padding: 30px 45px; margin-right: 20px;}
    #main4 .inner .cont li .txt h3{font-size: 2.8rem; margin: 10px 0 15px;}
}

@media all and (max-width:500px){
    #main4 .inner .cont li{max-width:330px;}
    #main4 .inner .cont .slick-prev{left: -10px;}
    #main4 .inner .cont .slick-next{right: -10px;}
}


/* main5 */
#main5{padding-top: 20px; background-color: #fff;}
#main5 .info{display: flex; justify-content: center; align-items: center; margin-top: 80px;}
#main5 .info .img{}
#main5 .info .img img{max-width: 580px; width: 100%;}
#main5 .info .txt{margin-top: 80px; padding: 0 40px; width: 50%;}
#main5 .info .txt p{font-size: 1.7rem; font-weight: 300; margin-top: 2rem; margin-bottom: 5rem;}
#main5 .info .txt h3{font-size: 3.2rem; border-bottom: 3px solid #6fdbb4; display: inline-block; color: #000}
#main5 .info .txt h4{font-size: 1.7rem; color: #444; font-weight: 300; margin: 10px 0;}
#main5 .info .txt ul{margin: 25px 0;}
#main5 .info .txt ul li{font-size: 1.7rem; position: relative; padding-left: 0.75em; line-height: 1.75em; color: #333; margin-bottom: 1rem;}
#main5 .info .txt ul li::before{content: '-'; position: absolute; left: 0;}
#main5 .slick-dots{left: 50%; transform: translateX(-50%); bottom:5%}
#main5 .slick-dots li{background-color: #ccc;}
#main5 .slick-dots li.slick-active{background-color: #2897cc;}

@media all and (max-width:1240px){
    #main5 .inner{text-align: center; max-width:580px;}
    #main5 .info{display: block;}
    #main5 .info .txt{text-align: left; margin-top: 50px; width: 100%;}
}
@media all and (max-width:690px){
    #main5 .info .txt ul{margin: 30px 0;}
    #main5 .info .txt ul:last-child{margin-bottom: 60px;}
    #main5 .info .img img{max-width:500px;}
    #main5 br.pc{display: none;}
}
@media all and (max-width:480px){
    #main5 .info .img img{max-width:340px;}
}




/* main6 */
#main6{background: url(/images/main/main6_bg.jpg) no-repeat center center; background-size: cover; padding:20px 0 160px;}
#main6 .m_tit{}
#main6 .m_tit h4, #main6 .m_tit h3, #main6 .m_tit p{color: #fff;}
#main6 .tab{display: flex; justify-content: center; margin-top: 40px; position: relative; z-index: 9;}
#main6 .tab li{margin: 0 10px;}
#main6 .tabcontent1{display: none; margin-top: -26px;}
#main6 .tabcontent1.on{display: block;}
#main6 .tabcontent1 .cont{background-color: #fff; padding: 120px;display: flex; justify-content: space-between; border-radius: 0px;}
#main6 .tabcontent1 .cont .txt .img{}
#main6 .tabcontent1 .cont .txt .img img{}
#main6 .tabcontent1 .cont .txt .tit{font-size: 3.6rem; font-weight: 300; line-height: 1.2em; color: #000; margin-top: 25px;}
#main6 .tabcontent1 .cont .txt .tit span{font-weight: 600; color: #144087;}
#main6 .tabcontent1 .cont .txt p{font-size: 1.7rem; font-weight: 300; margin-top: 30px; line-height: 1.6em;}
#main6 .tabcontent1 .cont .txt p span{font-weight: 500;}
#main6 .tabcontent1 .cont .txt ul{}
#main6 .tabcontent1 .cont .txt ul h3{font-size: 2.2rem; color: #fff; background-color: #144087; border-radius: 0px; padding: 5px 20px; display: inline-block; margin-top: 35px; margin-bottom: 15px;}
#main6 .tabcontent1 .cont .txt ul h3 span{font-weight: 400;}
#main6 .tabcontent1 .cont .txt ul li{position: relative; padding-left: 0.75em; line-height: 1.8em; font-size: 1.6rem;}
#main6 .tabcontent1 .cont .txt ul li b{font-weight: 500;}
#main6 .tabcontent1 .cont .txt ul li::before{content: '·'; position: absolute; left: 0;}
#main6 .tabcontent1 .cont .img{position: relative; margin-right: -50px;}
#main6 .tabcontent1 ol{display: flex; justify-content: space-between; margin-top: 70px;}
#main6 .tabcontent1 ol li{text-align: center; border-right: 1px solid #595b5c; width: 25%;}
#main6 .tabcontent1 ol li:last-child{border-right: 0;}
#main6 .tabcontent1 ol li .img{}
#main6 .tabcontent1 ol li .img img{max-width:85px; width: 100%;}
#main6 .tabcontent1 ol li h3{font-size: 2.4rem; color: #dbbe6f; margin: 20px 0 15px;}
#main6 .tabcontent1 ol li h3 span{font-weight: 300;}
#main6 .tabcontent1 ol li p{color: #fff; font-size: 1.7rem; font-weight: 300;}

@media all and (max-width:1240px){
    #main6{padding: 20px 0 120px;}
    #main6 .tabcontent1 .cont{display: block; padding: 80px;}
    #main6 .tabcontent1 .cont .txt{text-align: center;}
    #main6 .tabcontent1 .cont .txt ul li{padding-left: 0;}
    #main6 .tabcontent1 .cont .txt ul li::before{position: static; padding-right: 0.75em; display: none;}
    #main6 .tabcontent1 .cont .img{margin-right: 0; text-align: center; margin-top: 2em;}
    #main6 .tabcontent1 .cont .img img{width: 100%;max-width: 60vw;}
}
@media all and (max-width:690px){
    #main6{padding: 20px 0 80px;}
    #main6 .tabcontent1 .cont{padding: 50px;}
    #main6 .tabcontent1 .cont .txt .tit{margin-top: 15px;}
    #main6 .tabcontent1 .cont .txt p {margin-top: 15px;}
    #main6 .tabcontent1 .cont .txt p br{display: none;}
    #main6 .tabcontent1 .cont .txt ul h3{margin: 20px 0 10px;}
    #main6 .tabcontent1 .cont .img.icon img{max-width: 13vw !important;}
    #main6 .tabcontent1 ol{flex-wrap: wrap; margin-top: 45px;}
    #main6 .tabcontent1 ol li{width: 50%; margin-bottom:3.5em;}
    #main6 .tabcontent1 ol li:nth-child(2){border-right: 0;}
    #main6 .tabcontent1 ol li .img img{max-width: 16vw;}
    #main6 .tab li{margin: 0 5px;}
    #main6 .tab li a img{width: 100%; max-width: 42vw;}
}
@media all and (max-width:480px){
    #main6{padding: 20px 0 60px;}
}


/* main7 */
#main7{padding-top: 20px;}
#main7 .tab{display: flex; justify-content: center; margin-top: 40px; padding-bottom: 50px; position: relative; z-index: 9;}
#main7 .tab li{margin: 0 10px;}
#main7 .box{padding: 5rem 0;}
#main7 .box > div:nth-child(odd){background-color: #f8f8f8;}
#main7 .tabcontent1{display: none; background-color: #fff; padding: 50px 0;}
#main7 .tabcontent1.on{display: block;}
#main7 .tabcontent1 .inner{display: flex; align-items: center; justify-content: space-around;}
#main7 .tabcontent1 .info{width: 50%;}
#main7 .tabcontent1 .info .tit{font-size: 3.6rem; line-height: 1.2em; font-weight: 300;}
#main7 .tabcontent1 .info .tit span{font-weight: 600;}
#main7 .tabcontent1 .info > p{font-size: 1.7rem; margin-top: 25px; line-height: 1.7em; font-weight: 300;}
#main7 .tabcontent1 .info > p b{font-weight: 500;}
#main7 .tabcontent1 .info ul{display: flex;  margin-top: 35px;}
#main7 .tabcontent1 .info ul li{margin-right: 30px;}
#main7 .tabcontent1 .info ul li .img{text-align: center;}
#main7 .tabcontent1 .info ul li .img img{}
#main7 .tabcontent1 .info > .img{}
#main7 .tabcontent1 .info ul li p{font-size: 1.5rem; text-align: center; line-height: 1.4em; margin-top: 10px;}
#main7 .tabcontent1 .inner > .img{width: 50%;}
#main7 .tabcontent1 .inner > .img img{width: 100%; max-width:514px;}

@media all and (max-width:1240px){
    #main7 .tabcontent1 .info{width: 60%; order: -1;}
    #main7 .tabcontent1 .info > p{margin-top: 15px;}
    #main7 .tabcontent1 .info > p br{display: none;}
    #main7 .tabcontent1 .info ul{margin-top: 20px;}
    #main7 .tabcontent1 .info ul li{margin-right: 15px;}
    #main7 .tabcontent1 .info ul li img{max-width: 11vw;}
    #main7 .tabcontent1 .inner > .img{width: 38%;}
    #main7 .tab{flex-wrap: wrap; justify-content: center;}
    #main7 .tab li{margin: 0 1%; text-align: center; margin-bottom: 1.5em;}
}
@media all and (max-width:690px){
    #main7 .tabcontent1 .inner{flex-wrap: wrap;}
    #main7 .tabcontent1 .info{width: 100%; text-align: center;}
    #main7 .tabcontent1 .info ul{justify-content: center;}
    #main7 .tabcontent1 .info ul li img{max-width: 16vw;}
    #main7 .tabcontent1 .inner > .img{width: 100%; margin-top: 3.5em; text-align: center;}
    #main7 .tabcontent1 .inner > .img img{max-width: 50vw;}
    #main7 .tab li a img{width: 100%; max-width: 42vw;}
}
@media all and (max-width:480px){
}


/* main8 */
#main8{background: url(/images/main/main8_bg2.png) no-repeat center center; background-size: cover; padding: 120px 0;}
#main8 .cont{background-color: #fff; padding: 20px 100px 90px; border-radius: 0px;}
#main8 .cont .info{display: flex; margin-top: 70px;}
#main8 .cont .info > .img{width: 50%;}
#main8 .cont .info > .img img{width: 100%;}
#main8 .cont .info .txt_wrap{width: 50%; padding-left: 90px;}
#main8 .cont .info .txt_wrap .txt_box{margin: 50px 0px;}
#main8 .cont .info .txt_wrap .txt_box h3{font-size: 2.2rem; color: #fff; padding: 10px 30px; background-color: #144087; text-align: center; border-radius: 0px; display: inline-block; min-width: 332px;}
#main8 .cont .info .txt_wrap .txt_box h3 span{font-weight: 400;}
#main8 .cont .info .txt_wrap .txt_box .txt{display: flex; margin-top: 20px;}
#main8 .cont .info .txt_wrap .txt_box .txt .img{margin: 10px 50px 0;}
#main8 .cont .info .txt_wrap .txt_box .txt p{font-size: 1.7rem;}
#main8 .grade{margin-top: 80px;}
#main8 .grade > h3{color: #fff; text-align: center; font-weight: 300; font-size: 3.6rem; margin: 0px 0 50px;}
#main8 .grade > h3 span{font-weight: 600;}
#main8 .grade ul{display: flex;}
#main8 .grade ul li{width: 20%; background-color: #fff; text-align: center; padding: 25px 0 35px;}
#main8 .grade ul li:nth-child(1){}
#main8 .grade ul li:nth-child(2){background-color: #C4CFE1;}
#main8 .grade ul li:nth-child(3){background-color: #A7B7D2    ;}
#main8 .grade ul li:nth-child(4){background-color: #6C88B4;}
#main8 .grade ul li:nth-child(5){background-color: #315896    ;}
#main8 .grade ul li .icon{text-align: center;}
#main8 .grade ul li .icon img{max-width: 17px; width: 100%;}
#main8 .grade ul li h3{font-size: 2.4rem; font-weight: 500;}
#main8 .grade ul li h3.white{color: #fff;}
#main8 .grade ul li .bar{width: 100%; height: 1px; background-color: #dedede; margin: 20px 0;}
#main8 .grade ul li p{font-weight: 300; font-size: 1.7rem;}
#main8 .grade ul li p.white{color: #fff;}

@media all and (max-width:1240px){
    #main8{padding: 90px 0;}
    #main8 .cont .info .txt_wrap{padding-left: 3em;}
    #main8 .cont .info .txt_wrap .txt_box{margin: 1.5em 0;}
    #main8 .grade > h3{margin: 40px 0;}
}
@media all and (max-width:1000px){
    #main8{padding: 70px 0;}
    #main8 .cont{padding: 20px 65px 60px;}
    #main8 .cont .info{flex-wrap: wrap; margin-top: 45px;}
    #main8 .cont .info > .img, #main8 .cont .info .txt_wrap{width: 100%; text-align: center;}
    #main8 .cont .info > .img img{max-width: 60vw;}
    #main8 .cont .info .txt_wrap{text-align: center; padding-left: 0; margin-top: 2em;}
    #main8 .cont .info .txt_wrap .txt_box .txt{justify-content: center;}
    #main8 .cont .info .txt_wrap .txt_box .txt .img{margin: 10px 30px 0;}
    #main8 .grade > h3{margin: 30px 0;}
    #main8 .grade ul{flex-wrap: wrap; justify-content: center;}
    #main8 .grade ul li{width: 33.33333%; border-radius: 0 !important;}
}
@media all and (max-width:690px){
    #main8{padding: 50px 0;}
    #main8 .cont{padding: 20px 30px 25px;}
    #main8 .cont .info{margin-top: 10px;}
    #main8 .cont .info .txt_wrap .txt_box h3{min-width: auto;}
    #main8 .cont .info .txt_wrap .txt_box .txt{margin-top: 10px;}
    #main8 .cont .info .txt_wrap .txt_box .txt .img{margin:0px 10px 0;}
    #main8 .cont .info .txt_wrap .txt_box .txt .img img{max-width: 10vw;}
}
@media all and (max-width:480px){
    #main8 .grade ul li{width: 50%;}
}


/* main9 */
#main9{background-color: #f5f5f3; padding: 20px 0 100px;}
#main9 ul{display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 100px;}
#main9 ul li{width: 31.3333%; border-radius: 0px; overflow: hidden; margin: 0 1%;}
#main9 ul li .img{position: relative;}
#main9 ul li .img img{background-color: #fff;}
#main9 ul li .img .tit{background-color: rgba(35,48,79,0.95); position: absolute; bottom: 0; width: 100%; padding: 17px 30px 12px;}
#main9 ul li .img .tit h4{font-weight: 500; font-size: 1.5rem; color: #fff; line-height: 1em;}
#main9 ul li .img .tit h3{font-size: 2.2rem;}
#main9 ul li .txt{}
#main9 ul li .txt h3{font-size: 2rem; margin: 15px 0 10px;}
#main9 ul li .txt p{font-size: 1.5rem; color: #666; margin-bottom: 50px; line-height: 2em;}

@media all and (max-width:1240px){
    #main9{padding: 20px 0 80px;}
    #main9 ul{margin-top: 80px;}
    #main9 ul li .img img{width: 100%;}
    #main9 ul li .txt p br{display: none;}
}
@media all and (max-width:960px){
    #main9{padding: 20px 0 70px;}
    #main9 ul{margin-top: 60px;}
    #main9 ul li{width: 48%;}
    #main9 ul li .txt p{margin-bottom: 30px;}
    #main9 ul li .img .tit{padding: 12px 15px 7px;}
}
@media all and (max-width:690px){
    #main9{padding: 20px 0 60px;}
    #main9 ul{margin-top: 40px;}
}
@media all and (max-width:480px){
    #main9{padding: 20px 0 40px;}
    #main9 ul li .txt p{margin-bottom: 20px;}
    #main9 ul{margin-top: 20px;}
}

/* main10 */
#main10{background-color: #284163; padding: 20px 0 150px;}
#main10 .m_tit h4, #main10 .m_tit h3, #main10 .m_tit p{color: #fff;}
#main10 #tour_box{margin-top: 60px;}
#main10 #tour_box img{width: 100%;}
#main10 #tour_box .slick-prev{background: url(/images/main/main10_prev.png) no-repeat center center; text-indent: -9999px; box-shadow: 0px 0px 0px; border-radius: 0%; width: 30px; height: 60px; left: -60px;}
#main10 #tour_box .slick-next{background: url(/images/main/main10_next.png) no-repeat center center; text-indent: -9999px; box-shadow: 0px 0px 0px; border-radius: 0%; width: 30px; height: 60px; right: -60px;}
#main10 .tour_nav{margin-top: 20px;}
#main10 .tour_nav .nav{ margin: 0 10px;}
#main10 .tour_nav img{width: 100%;}

@media all and (max-width:1240px){
    #main10{padding: 20px 0 120px;}
    #main10 #tour_box{margin-top: 50px;}
}
@media all and (max-width:690px){
    #main10 #tour_box .slick-prev, #main10 #tour_box .slick-next{display: none !important;}
    #main10{padding: 20px 0 70px;}
    #main10 #tour_box{margin-top: 30px;}
    #main10 .tour_nav{margin-top: 15px;}
}
@media all and (max-width:480px){
    #main10 #tour_box{margin-top: 20px;}
    #main10 .tour_nav{margin-top: 8px;}
    #main10 .tour_nav .nav{margin: 0 4px;}
}


/* main11 */
#main11{background-color: #fff;}
#main11 .inner{display: flex; justify-content: center; align-items: center;}
#main11 .inner .img{width: 50%; text-align: center; border-right: 1px solid #eee; padding: 36px 0;}
#main11 .inner .img img{width: 100%; max-width:530px;}
#main11 .inner .img p{font-size: 1.5rem; margin-top: 20px; padding: 20px; border: 1px solid #dedede; display: inline-block;}
#main11 .inner .txt_box{width: 50%; padding-left: 60px;}
#main11 .inner .txt_box .txt{margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px dashed #dedede;}
#main11 .inner .txt_box .txt:last-child{border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
#main11 .inner .txt_box .txt h3{font-size: 2.4rem; margin-top: 30px; color: #000;}
#main11 .inner .txt_box .txt ul{margin-top: 15px; width: 100%; max-width: 446px;}
#main11 .inner .txt_box .txt ul li{position: relative; font-size: 1.9rem; line-height: 1.8em; display: flex; justify-content: space-between; padding-left: 0.75em;}
#main11 .inner .txt_box .txt ul li::before{content: '·'; position: absolute; left: 0;}
#main11 .inner .txt_box .txt ul li.tel{font-weight: 500;}
#main11 .inner .txt_box .txt ul li span{font-weight: 500; line-height: 1.4em;}
#main11 .inner .txt_box .txt ul li small{font-size: 0.875em; text-align: right;}
#main11 .inner .txt_box .txt ul li.tel span{font-size: 1.6875em; color: #0f181f; font-weight: 600;}

@media all and (max-width:1240px){
    #main11 .inner .img{width: 48%; padding-right: 2%;}
    #main11 .inner .txt_box{padding-left: 40px;}
}
@media all and (max-width:690px){
    #main11 .inner{flex-wrap: wrap;}
    #main11 .inner .img, #main11 .inner .txt_box{width: 100%;}
    #main11 .inner .img{border-right: 0;}
    #main11 .inner .txt_box{margin-top: 0em; margin-bottom: 4em; padding-left: 0;}
}
@media all and (max-width:480px){
    .google{height: 350px !important;}
}


#traffic-p{font-size: 1.8rem; font-weight: 600;}
#traffic-p span{font-size: .8em; font-weight: normal;}
#trafficWrap{display: flex; align-items: flex-start; font-size: 1.6rem; margin-top: 5px;}
#trafficWrap dt{flex:0 0 auto; width: 60px; text-align: center; padding:0 3px 2px; border-radius: 3px; margin-right: 15px; background-color: #6175f5; color: #fff; font-size: 1.6rem;}
#trafficWrap dt.ver2{background-color: rgb(101, 151, 25);}
#trafficWrap dd{display: flex; flex-wrap:wrap; gap:5px 1em;}