/*header*/

h1 {
    margin: 0!important;
    padding: 0!important;
}

p {
    font-size: 18px;
    font-weight: 500;
}

img {
    vertical-align: bottom;
}

.bgGray {
    background-color: #ececec;
}

.bgBlue {
    background-color: #3498db;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar {
    margin-bottom: 0px;
    border: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #006bb9;
}

.gNavi .container .navbar-collapse {
    background-color: #3498db;
    margin-top: 43px;
}





    
}

.navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.gNavi ul li:hover {
    background-color: #006bb9;
}

.gNavi ul li a {
    height: 60px;
    padding: 0 30px!important;
    display: table-cell!important;
    vertical-align: middle;
    text-align: center;
    color: #fff!important;
    font-weight: bold;
}

.hero {
    position: relative;
    overflow: auto;
}

.hero ul {
    list-style: none;
}

.hero ul li {
    position: relative;
}

.hero .slogan {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 64%;
    left: 28%;
}

.hero .slogan_2 {
    width: 650px;
    margin: 0 auto;
    position: absolute;
    top: 62%;
    left: 4%;
}

.hero .slogan_3 {
    width: 650px;
    margin: 0 auto;
    position: absolute;
    top: 66%;
    right: -6%;
}

.btn {
    width: 400px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0 10px;
    color: #fff;
    background-color: #006bb9;
    border-radius: 25px;
}

.movie {
    position: relative;
    height: 200px;
    background: url("../img/footer-movie.jpg") no-repeat center;
}

.movie span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section00 .s00Btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section00 .s00Btn .s00Yes {
    margin-right: 50px;
}

.section00 .s00Btn .s00No {
    margin-left: 50px;
}

.headline {
    background-color: #3498db;
}

.headline h2 {
    color: #fff;
    font-weight: bold;
    padding: 20px 20px;
}

.section01 p {
    font-weight: 500;
}

.section01 .r1-box {
    background: url("../img/section01-r1-bg.png") no-repeat center;
    background-size: cover;
}

.section01 .r2-box {
    background: url("../img/section01-r2-bg.png") no-repeat center;
    background-size: cover;
}

.section01 .r2-box p {
    color: #fff;
}

.section01 .r3-box {
    background: url("../img/section01-r3-bg.png") no-repeat center;
    background-size: cover;
}

.section05 p span {
    color: #006bb9;
}

.section06 h3 {
    font-weight: bold;
}

.section06 h3 span {
    font-size: 36px;
}

.section07 .container {
    background-color: #3498db;
}

.section07 .c-1 {
    background-color: #fff;
}

.section07 .c-1 p {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}

.section08 p {
    font-weight: bold;
    margin: 0;
}

.section08 p.q1 {
    background-color: #006bb9;
    color: #fff;
}

.section08 p.a1 {
    border: 1px solid #006bb9;
}

.section08 p.q2 {
    background-color: #3498db;
    color: #fff;
}

.section08 p.a2 {
    border: 1px solid #3498db;
}

footer .link a {
    text-decoration: underline;
}

footer .copy {
    background-color: #006bb9;
}

footer .copy small {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
}

.navbar-header .freedial {
    padding: 3% 0 0 0;
    width: 200px
}

@media screen and (max-width:1200px) {
    .heroWrap .slogan {
        width: 390px;
        margin: 0 auto;
        position: absolute;
        top: 65%;
        left: 30%;
    }
    .heroWrap .slogan_2 {
        width: 540px;
        margin: 0 auto;
        position: absolute;
        top: 62%;
        left: 4%;
    }
    .hero .slogan_3 {
        width: 420px;
        margin: 0 auto;
        position: absolute;
        top: 67%;
        right: 7%;
    }
}

@media screen and (max-width:767px) {
    .subNavi .contact {
        float: none!important;
    }
}

@media screen and (max-width:768px) {
    .navbar-brand {
        width: 180px;
        padding-left: 10px;
    }
    .subNavi .contact-txt {
        font-size: 14px;
    }
    .subNavi .no {
        font-size: 24px;
        font-weight: bold;
    }
    .subNavi .time {
        font-size: 14px;
    }
    .subNavi .partner {
        font-size: 14px;
    }
    .heroWrap .slogan {
        width: 350px;
        margin: 0 auto;
        position: absolute;
        top: 64%;
        left: 26%;
    }
    .heroWrap .slogan_2 {
        width: 400px;
        margin: 0 auto;
        position: absolute;
        top: 63%;
        left: 4%;
    }
    .section07 .c-1 p {
        font-size: 24px;
    }
}

@media screen and (min-width:768px) {
    .subNavi .contact {
        float: right!important;
    }
    .navbar-brand {
        width: 300px;
        padding-left: 10px;
    }
}

@media screen and (max-width:415px) {
    .navbar-header .freedial {
        padding: 3% 0 0 0;
        width: 150px;
    }
    .btn {
        width: 200px;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 8px 0 10px;
        color: #fff;
        background-color: #006bb9;
        border-radius: 25px;
    }
    .movie {
        position: relative;
        height: 100px;
        background: url("../img/footer-movie.jpg") no-repeat center;
    }
    .navbar-brand {
        width: 150px;
        padding-left: 10px;
    }
    .navbar-header {
        height: 50px;
    }
    .navbar-toggle {
        margin-top: 0px;
    }
    .navbar-header .no {
        font-size: 12px;
    }
    .section07 .c-1 p {
        font-size: 24px;
    }
}