@charset "UTF-8";

/* 
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Gothic+A1:wght@400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;700&display=swap');


/* 

font-family: 'Brygada 1918', serif; 
font-family: 'Gothic A1', sans-serif;

*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
 

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    vertical-align: middle;

}
a {
    text-decoration: none;
    color: #333;

}
a:hover{
    cursor: pointer;
}

/* 공통 */
/* 웹폰트 부드럽게, 모서리의 경계 픽셀이 깨지지 않음 */
* {
    -webkit-font-smoothing:antialiased;
}
.hidden {
    display: none;
}
.container {
    max-width:1100px;
    margin: 0 auto;
}
.posrel {
    position: relative;
}

.pc {
    display: block;
}

.mo {
    display: none;
}

.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between ;
}
.justify-content-end {
    justify-content: end;
}
.justify-content-start {
    justify-content:start;
}
.justify-content-center {
    justify-content:center;
}
.txt_c {
    text-align: center;
}

.pc {
    display: block;
}
.tab {
    display: none;
}
.mo {
    display: none;
}
.moi {
    display: none;
}
.color1 {
    color: #4660AB !important;
}
.color2 {
    color: #F7934D !important;
}

/* header */
#main_header {  
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    height: 100px;
}
#main_header .container {
    position: relative;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1540px;
}
#main_header h1 {
    position: absolute;
    margin: 0;
    /* line-height: 60px; */
    /* left: 30px;
    top: 50%;
    transform: translateY(-50%); */
}
#main_header #main_logo a{
    font-size: 20px;
    font-weight: 400;
    line-height: 100px;
    color: #707070;
    
}

#main_header h1 a img {
    max-width: 100%;
    vertical-align: middle;
}
#main_header #nav {
    position: absolute;
    right: 0;
    height: 0;
}
#main_header #nav > ul {
    display: flex;
    margin: 0;
}
#main_header #nav > ul > li {
    padding: 0 auto;
    line-height: 100px;
    height: 100px;
    margin:0 20px ;
    position: relative;
}
#main_header #nav > ul > li::after {
    position: absolute; content:""; display: block; border-bottom: 3px solid #290b75; transition: width 250ms ease-in-out; left: auto; width: 0;
    top: 95px;
    z-index: 10;

}
#main_header #nav > ul > li:hover:after {
    width: 100%;
}

#main_header #nav > ul > li > a > span {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 100px;
    color: #707070;
}
#main_header #nav > ul > li:hover > a > span{
    color: #290b75;
    font-weight: 700;
}


#index .top_banner {
    background: url(../img/main_top_banner.png) no-repeat 50% 50%;
    background-size: cover;
    height: 840px;
    position: relative;
}
#index .top_banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
#index .top_banner .content h4 {
    font-size: 24px;
    color: #89ff03;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
#index .top_banner .content h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin: 30px auto ;
}
#index .top_banner .content p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
#index .top_banner .content .img {
    margin:100px auto 0;
    width: 400px;
    text-align: center;
}
#index .top_banner .content .img img {
    width: 100%;
}

#index .section1 {
    margin: 150px 0;
}
#index .section1 h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}
#index .section1 h4 span {
    color: #F7934D;
}
#index .section1 h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: 20px auto 80px;
}
#index .section1 ul {
    display: flex;
    justify-content: space-between;
}
#index .section1 ul li {
}
#index .section1 ul li .img {
    position: relative;

}
#index .section1 ul li .img .img_hover {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
#index .section1 ul li .img .img_hover .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#index .section1 ul li .img .img_hover .cont p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
#index .section1 ul li .img .hover_box {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 240px;
    color: #fff;
    text-align: center;
    background: red;
    font-size: 20px;
    line-height: 50px;
}
#index .section1 ul li .txt {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 300;
}

#index .section2 {
    background: url(../img/main_sec2_bg.png) no-repeat 50% 50%;
    background-size: cover;
    height: 500px;
    position: relative;
}
#index .section2 .cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#index .section2 .cont h5 {
    font-size: 20px;
    font-weight: 300;
    color: red;
}
#index .section2 .cont p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0 30px;

}
#index .section2 .cont a {
    display: inline-block;
    padding: 7px 20px;
    background: #4660AB;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}

#index .section3 {
    background: url(../img/main_sec3_bg.png) no-repeat 50% 50%;
    background-size: cover;
    height: 840px;
    position: relative;
}
#index .section3 .cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#index .section3 .cont h5 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}
#index .section3 .cont p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 20px 0 40px;
    color: #fff;

}
#index .section3 .cont a {
    display: inline-block;
    padding: 7px 20px;
    background: transparent;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #fff;
}
#index .section4 {
    padding: 150px 0;
    background: #e9e8e8;

}
#index .section4 h3 {
    font-size: 20px;
    color: red;
    font-weight: 300;
}
#index .section4 h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
}
#index .section4 .blog_content {
    margin-top: 80px;
}
#index .section4 .blog_content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#index .section4 .blog_content ul li {
    width: 45%;
    margin-bottom: 50px;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    overflow: hidden;
    background:#fff;
    box-shadow: 8px 8px 8px rgb(207, 205, 205);
}
#index .section4 .blog_content ul li .img {
    width: 100%;
    height: 360px;
    overflow: hidden;
}
#index .section4 .blog_content ul li .img img{
    width: 100%;
}
#index .section4 .blog_content ul li .txt {
    padding: 30px ;
}
#index .section4 .blog_content ul li .txt h2{
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}
#index .section4 .blog_content ul li .txt p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}
#index .section4 .blog_content ul li .txt .underline{
    width: 100%;
    height: 1px;
    background: #cdcdcd;

}
#index .section4 .blog_content ul li .txt .date {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

#index .section4 .btn {
    font-size: 16px;
  color: #fff;
  padding: 0 30px;
  background: #000;
  border-radius: 10px;
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
}

#index .section5 {
    padding: 150px 0;
}
#index .section5  .flex_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#index .section5  .flex_wrap .flex_a {
    margin-right:50px ;
    flex: 1;
    border: 5px solid #e9e8e8;
    border-radius: 30px;
    padding: 30px;

}
#index .section5  .flex_wrap .flex_a:last-child {
    margin-right: 0;
}

#index .section5  .flex_wrap .flex_a .img {
    width: 100%;
}
#index .section5  .flex_wrap .flex_a .img img{
    width: 100%;
}
#index .section5  .flex_wrap .flex_a h3 {
    font-size: 16px;
    color: red;
    font-weight: 400;
}
#index .section5  .flex_wrap .flex_a h2 {
    font-size: 28px;
    color: #333;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}
#index .section5  .flex_wrap .flex_a ul {
    margin-top: 20px;
}

#index .section5  .flex_wrap .flex_a ul li {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
   
    border-bottom: 1px solid #cdcdcd;
    padding: 10px;
}

footer .footer {
    text-align: center;
    background: #000;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.5;
    padding: 30px 0;
}
footer .footer a {
    color: #6b6b6b;
}

/* 서브페이지 */
.sub .top_ttl {
    background: #e8e6e6;
}
.sub .top_ttl h2 {
    padding: 50px 0;
    font-size: 28px;
    font-weight: 400;
}
.sub .top_ttl .top_img {
    width: 100%;
}
.sub .top_ttl .top_img img{
    width: 100%;
}
.sub .section1 {
    padding: 150px 0;
}
.sub .section1 h2 {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
}
.sub .section1 p {
    font-size: 20px;
    line-height: 1.5;
    text-align: start;
    font-weight: 400;
    margin-bottom: 120px;
}
.sub .section1 h2 span{
    background: linear-gradient(to top, #f07909 50%, transparent 50%);
}
.sub .section1 ul {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}
.sub .section1 ul li {
    margin-right: 40px;
}
.sub .section1 ul li:last-of-type {
    margin-right: 0;
}
.sub .section1 ul li p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.sub .section2 {
   
}
.sub .section2 ul {
    display: flex;
    justify-content: center;
}
.sub .section2 ul li {
    margin-right: 30px;
}
.sub .section2 ul li h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    padding:  0 0 30px;
} 
.sub .section2 ul li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    padding:  10px 0 ;
    text-align: center;
}
.sub .section2 ul li .img1 {
    padding-top: 50px;
} 

.sub .section2 ul li:last-of-type {
    margin-right: 0;
  
}
.sub .section3 {
    padding: 150px 0;
}
.sub .section3 h2 {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
}
.sub .section3 h2 span {
    background: linear-gradient(to top, #f07909 50%, transparent 50%);
}
.sub .section3 .img {
    margin-top: 50px;
    width: 100%;
}
.sub .section3 .img img {
    width: 100%;
}


.sub .section4 {
    padding: 150px 0;
    background: #e9e8e8;

}
.sub .section4 h3 {
    font-size: 20px;
    color: red;
    font-weight: 300;
}
.sub .section4 h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
}

.sub .section4 .blog_content {
    margin-top: 80px;
}
.sub .section4 .blog_content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub .section4 .blog_content ul li {
    width: 45%;
    margin-bottom: 50px;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    overflow: hidden;
    background:#fff;
    box-shadow: 8px 8px 8px rgb(207, 205, 205);
}
.sub .section4 .blog_content ul li .img {
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.sub .section4 .blog_content ul li .img img{
    width: 100%;
}
.sub .section4 .blog_content ul li .txt {
    padding: 30px ;
}
.sub .section4 .blog_content ul li .txt h2{
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}
.sub .section4 .blog_content ul li .txt p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sub .section4 .blog_content ul li .txt .underline{
    width: 100%;
    height: 1px;
    background: #cdcdcd;

}
.sub .section4 .blog_content ul li .txt .date {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}

.sub .section4 .btn {
    font-size: 16px;
  color: #fff;
  padding: 0 30px;
  background: #000;
  border-radius: 10px;
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  line-height: 35px;
}

.bo_v_nb {
    position: relative;
    margin: 20px 0;
    margin-top: 20px;
    clear: both;
    text-align: left !important;
    justify-content: start !important;
}
#bo_v_info .profile_info {
    display: none;
}
#bo_v_title .bo_v_tit {
    display: block;
    font-size: 28px;
    margin: 5px 0 0;
    word-break: break-all;
    background: none !important;
}
.bo_v_com {
    margin: 20px 0 !important;
    float: right;
}
.telbtn {
    position: fixed;
    right: 50px;
    bottom: 100px;
    background: yellow;
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    padding: 10px 0 ;
    display: block;
}
.section-img {
    padding: 150px 0 0;
}
.section-img ul {
    display: flex;
    justify-content: space-between;
}
.section-img ul li {
    margin-right: 20px;
    width: 100%;
}
.section-img ul li img{
    width: 100%;
}
.section-img ul li:last-of-type {
    margin-right: 0;
}
.section-img .ad-img {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.section-img .ad-img img {
    width: 100%;
    max-width: 800px;
}
.section-img.section-img2 {
    padding: 0 0 150px;
}

#footer {
    background: #000;
    padding: 50px 0;
    
}

#gotoroomsa  {
    width: 600px;
    margin: 50px auto 0;
    border: 1px solid red;
    border-radius: 20px;

}

#gotoroomsa .txt a {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
}
#gotoroomsa .txt a span {
    color: yellow;
}

/* tablet */
@media screen and (max-width:1200px){
    #main_header {
        width: 100%;
        background: #fff;
        z-index: 9999;
        box-sizing: border-box;
        transition: all 0.3s ease-in-out;
        height: 100px;
        padding: 0 100px;
    }
    #index .section1 ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
    }
    #index .section1 ul li {
        margin-right: 10px;
        width: 100%;
    }
    #index .section1 ul li:last-of-type {
        margin-right: 0;
    }
    #index .section1 ul li .img {
        position: relative;
        width: 100%;
    }
    #index .section1 ul li .img img{
        width: 100%;
    }

    #index .section2 .cont {
      left: 10%;
    }
    #index .section3 .cont {

        left: 10%;
    }
    #index .section4 {
        padding: 120px 50px;
        background: #e9e8e8;
    }
    #index .section5 {
        padding: 120px 50px;
    }
    .section-img {
        padding: 120px 20px 0;
    }
    .section-img.section-img2 {
        padding: 0 20px 120px;
    }  






}


/* tablet */
@media screen and (max-width:800px){
    .pc {
        display: none;
    }
    #index .section2 {
        background: url(../img/main_sec2_bg_t.png) no-repeat 50% 50%;
          background-size: auto;
        background-size: cover;
        height: 500px;
        position: relative;
    }
    #index .section1 ul li .img .hover_box {
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 140px;
        color: #fff;
        text-align: center;
        background: red;
        font-size: 16px;
        line-height: 40px;
    }
    #index .top_banner .content p {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        line-height: 1.5;
        text-align: center;
    }
    #index .section1 ul li .txt {
        margin-top: 40px;
        font-size: 16px;
        font-weight: 300;
    }
    #index .section1 ul li .img .img_hover .cont p {
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    #index .section4 .blog_content ul li {
        width: 48%;
        margin-bottom: 50px;
        border: 1px solid #cdcdcd;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
        box-shadow: 8px 8px 8px rgb(207, 205, 205);
    }
    #index .section4 .blog_content ul li .img {
        width: 100%;
        height: 280px;
        overflow: hidden;
    }
    #index .section4 .blog_content ul li .txt {
        padding: 20px;
    }
    #index .section4 .blog_content ul li .txt h2 {
        font-size: 20px;
        font-weight: 400;
        margin-top: 20px;
    }
    #index .section4 .blog_content ul li .txt p {
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #index .section5 .flex_wrap .flex_a ul li {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid #cdcdcd;
        padding: 10px;
    }
    .section-img {
        padding: 100px 0 0;
    }
    #index .section1 {
        margin: 100px 0;
    }

    #gotoroomsa  {
        width: 400px;
        margin: 50px auto 0;
        border-radius: 20px;

    }

    #gotoroomsa .txt a {
        font-size: 28px;
    }


    

}


/* mobile */
@media screen and (max-width:480px){
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }
    .container {
        padding: 0 20px;
    }

    /* header */

    .hamburger-button {
        position: absolute;
        transition: .3s ease-in-out;
        width: 24px;
        height: 30px;
        display: block;
        top: 50%;
        right: 2rem;
        z-index: 100;
        transform: translateY(-50%);
    }
    .hamburger-button span{
        position: absolute;
        height: 3px;
        /* border-radius: 4px; */
        width: 100%;
        background: #707070;
        top: 0;
        transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    }
    .hamburger-button span:nth-child(1){
        top: 5px;
    }
    .hamburger-button span:nth-child(2),.hamburger-button span:nth-child(3){
        top: 13px;
    }
    .hamburger-button span:nth-child(4){
        top: 22px;
    }
    .hamburger-button.active span:nth-child(1),.hamburger-button.active span:nth-child(4){
        opacity: 0;
    }
    .hamburger-button.active span:nth-child(2){
        transform: rotate(45deg);
    }
    .hamburger-button.active span:nth-child(3){
        transform: rotate(-45deg);
    }
    #main_header {
        position: relative;
        height: 60px;
        padding: 0;
    }
    #main_header h1 {
        z-index: 100;
        margin-left: 20px;
    }
    #main_header #main_logo a {
        line-height: 60px;
        vertical-align: bottom;
    }

    #main_header h1 a img {
        max-width: 100%;
        width: 100px;
    }
    #main_header #nav {
        display: none;
        left: 0;
        
    }
    #main_header #nav.visible {
        display: block;
        width: 100%;
    }
    #main_header #nav .main_menu {
        width: 100%;
        padding-top: 20px;
        display: block;
        background: #fff;
        height: 100vh;
        margin-top: 60px;
    }
    .main_menu li {
        text-align: start;
        margin: 10px 0;
        opacity: 0;
    }
    .main_menu li a {
        opacity: 0.75;
        transition: opacity 0.2s ease;
    }
    .main_menu li a:hover {
        opacity: 1;
    }
    .main_menu li {
        animation: fadeInLeft .3s ease forwards;
    }
    .main_menu li:nth-child(1){
        animation-delay: .23s;
    }
    .main_menu li:nth-child(2){
        animation-delay: .26s;
    }
    .main_menu li:nth-child(3){
        animation-delay: .29s;
    }
    .main_menu li:nth-child(4){
        animation-delay: .32s;
    }
    .main_menu li:nth-child(5){
        animation-delay: .35s;
    }

    @keyframes fadeInLeft {
        0%{
            opacity: 0;
            transform: translateX(-25%);
        }
        100%{
            opacity: 1;
            transform: translateX(0);
        }
    }

    .main_menu > li > ul {
        display: block;
        position: static;
        padding: 5px 0;
        width: 100%;
        transform: translateX(0);
        display: none;

    }
    #main_header #nav > ul > li {
        padding: 0 30px;
        line-height: 35px;
        height: auto;
        border-bottom: 1px solid #a8a58a;
      }
    #main_header #nav li .sub_menu  {
        display: none;
        position: static;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        top: 100%;
        background: #fff;
        padding: 0;
        height: auto;
        margin: 0;
        text-align: center;
    }
    #main_header #nav li .sub_menu.active {
        
        display: block;
        
    }
 
    #main_header #nav > ul > li > a > span {
        font-size: 16px;
        font-weight: 400;
        line-height: 70px;
        color: #000;
    }
    #main_header #nav > ul > li::after{
        display: none;
    }
    #index .section1 ul {
        display: block;
        padding: 0 30px;

    }
    #index .section1 ul li .img img{
        width: 100%;
    }
    #index .section1 ul li {
        margin-bottom: 50px;
    }
    #index .section4 .blog_content ul {
        display: block;
        padding: 0 20px;
    }
    #index .section4 .blog_content ul li {
        width: 100%;
       
    }
    #index .section5 .flex_wrap {
        display: block;
        padding: 0 20px;

    }
    #index .section5 .flex_wrap .flex_a {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .sub .section1 ul {
        display: block;

    }
    .sub .section1 ul li {
        margin-right: 0;
    }
    .sub .section1 ul li img{
       width: 100%;
    }
    .sub .section1 ul li p {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
    }
    .sub .section2 ul {
        display: block;
        justify-content: center;
    }
    .sub .section2 ul li {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .sub .section3 .img img{
       width: 100%;
    }
    .sub .section4 .blog_content ul {
        display: block;

    }
    .sub .section4 .blog_content ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    #index .section3 .cont h5 {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
    }
    #index .section3 .cont p {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.5;
        margin: 20px 0 40px;
        color: #fff;
    }
    #index .top_banner .content {
        width: 100%;
      }
    #index .top_banner .content p {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        line-height: 1.5;
        text-align: center;
        padding: 0 20px;
    }
    #index .top_banner .content .img {
        margin: 100px auto 0;
        width: 240px;
    }
    #index .top_banner {
        height: 740px;
    }

    #index .section1 {
        margin: 80px 0;
    }
    #index .section1 h4 {
        font-size: 16px;
    }
    #index .section1 h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        margin: 10px auto 40px;
    }
    #index .section1 ul li .txt {
        margin-top: 40px;
        font-size: 16px;
        font-weight: 300;
    }
    #index .section1 ul li .img .hover_box {
        position: absolute;
        bottom: -20px;
        right: 0;
        width: 160px;
        color: #fff;
        text-align: center;
        background: red;
        font-size: 16px;
        line-height: 40px;
    }
    #index .section1 ul li .img .img_hover .cont p {
        color: #fff;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    #index .section2 {
        background: url(../img/main_sec2_bg_m.png) no-repeat 50% 50%;
        background-size: auto;
        background-size: cover;
        height: 800px;
        position: relative;
    }
    #index .top_banner .content h4 {
        font-size: 18px;
        color: #89ff03;
        font-weight: 300;
        line-height: 1.5;
        text-align: center;
    }
    #index .top_banner .content h2 {
        font-size: 24px;
        color: #fff;
        font-weight: 300;
        line-height: 1.5;
        text-align: center;
        margin: 20px auto 40px;
    }
    #index .section2 .cont {
        position: static;
        transform: none;
        width: 100%;
        text-align: center;
    }
    #index .section3 .cont {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 10px;
    }
    #index .section3 .cont {
        position: static;
        transform: none;
        padding: 80px 10px;
    }
    #index .section2 .cont h5 {
        font-size: 16px;
        font-weight: 300;
        color: red;
    }
    #index .section2 .cont p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        margin: 20px 0 30px;
    }
    #index .section2 .cont a {
        display: inline-block;
        padding: 7px 20px;
        background: #4660AB;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
    }
    #index .section3 .cont a {
        display: inline-block;
        padding: 7px 20px;
        background: transparent;
        color: #fff;
        border-radius: 20px;
        font-size: 14px;
        border: 1px solid #fff;
    }
    #index .section4 {
        padding: 80px 0;
        background: #e9e8e8;
    }
    #index .section4 h3 {
        font-size: 16px;
        color: red;
        font-weight: 300;
      
    }
    #index .section4 h2 {
        font-size: 24px;
        font-weight: 400;
        margin-top: 10px;
    }
    #index .section4 .blog_content {
        margin-top: 40px;
    }
    #index .section4 .blog_content ul li .img {
        width: 100%;
        height: 260px;
        overflow: hidden;
    }
    #index .section4 .blog_content ul li .txt h2 {
        font-size: 18px;
        font-weight: 400;
        margin-top: 10px;
    }
    #index .section4 .blog_content ul li .txt p {
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #index .section4 .blog_content ul li .txt .date {
        font-size: 14px;
        font-weight: 400;
        padding: 10px 0;
    }
    #index .section4 .blog_content ul li .txt {
        padding: 10px 20px;
    }
    #index .section5 {
        padding: 80px 0;
    }
    #index .section5 .flex_wrap .flex_a h2 {
        font-size: 20px;
        color: #333;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #index .section5 .flex_wrap .flex_a ul li {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #cdcdcd;
        padding: 5px;
    }
    .section-img ul {
        display: block;
    }
    .section-img ul li {
        margin-bottom: 20px;
    }

    #gotoroomsa  {
        width: 300px;
        margin: 50px auto 0;
        border-radius: 20px;

    }

    #gotoroomsa .txt a {
        font-size: 20px;
    }





    
}