@charset "utf-8"; /* CSS Document */
/*****************************************************
	Common
*****************************************************/
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* animation */
@keyframes icon_ani {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }

    20% {
        transform: translateY(-15%);
        -webkit-transform: translateY(-15%);
    }

    40% {
        transform: translateY(15%);
        -webkit-transform: translateY(15%);
    }

    60% {
        transform: translateY(-5%);
        -webkit-transform: translateY(-5%);
    }

    80% {
        transform: translateY(5%);
        -webkit-transform: translateY(5%);
    }

    100% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
}

/* Title */
.cont-tit01 {
    color: #0c98ac;
    background: url(/site/resource/www/images/bullet01.png) no-repeat left;
    font-weight: 600;
    font-size: 1.55rem;
    padding: 0 0 0 1.8rem;
    margin-bottom: 1rem;
}
.cont-tit02 {
    color: #135173;
    font-weight: 600;
    font-size: 1.4rem;
    padding-left:1.2rem;
    background: url(/site/resource/www/images/bullet05.png) no-repeat left;
    margin-top: 1.7rem;
}
.cont-tit03 {
    color: #009688;
    font-weight: 600;
    font-size: 1.1rem;
    padding-left:0.8rem;
    margin-top: 1.6rem;
    background: url(/site/resource/www/images/bullet06.png) no-repeat left;
    margin-top: 1.7rem;
}

/* List */
.list-style01>li {
    margin: 0.4rem 0;
    padding-left: 0.8rem;
    background: url(/common/images/bullet02.png) no-repeat left top 10px;
    text-align: left;
}
.list-style02>li {
    margin: 0.4rem 0;
    padding-left: 0.7rem;
    background: url(/common/images/bullet03.png) no-repeat left top 10px;
    text-align: left;
    color: #777;
}

/* btn */
.sub-container .btn .material-icons {
    font-size: 0.9rem;
}
.sub-container .btn-lg .material-icons {
    font-size: 1.1rem;
}

/*****************************************************
	Include
*****************************************************/
/* Header */
#header {
    border-bottom: 1px solid #e3e6e8;
}
#header .gnb {
    display: block;
    height: 40px;
    background-color: #2a3840;
}
#header .gnb .header-util:after {
    content: '';
    clear: both;
}
#header .gnb .header-util>ul {
    margin: 0;
}
#header .gnb .header-util>ul>li {
    position: relative;
    float: left;
}
#header .gnb .header-util>ul>li:last-child:after {
    display: none;
}
#header .gnb .header-util>ul>li>a {
    position: relative;
    display: inline-block;
    padding: 0.59rem 0.7rem;
    font-size: 0.9rem;
    color: #dbdbdb;
    transition: 0.3s;
    cursor: pointer;
}
#header .gnb .header-util>ul.float-left>li>a {
    background: #135173;
}
#header .gnb .header-util>ul>li>a> i.material-icons {
    font-size: 1rem;
}
#header .gnb .header-util>ul>li>a:hover, #header .gnb .header-util>ul>li>a:focus {
    color: #ffffff;
    text-decoration: underline;
}
#header .gnb .header-util>ul>li .top-banner-btn {
    color: #fff;
    background-color: #0b3d92;
}
#header .gnb .header-util>ul>li .top-banner-btn .material-icons {
    display: none;
}
#header .navbar {
    width: 100%;
    padding: 1rem 1rem;
}
#header .navbar > .container {
    position: relative;
}
#header .navbar .header-bg {
    display: none;
}
#header .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}
#header #top-menu .navbar-nav {
    float: none;
    margin: 0;
    z-index: 2;
}
#header .depth2 {
    display: none;
}
#header .nav-bg-fostrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    z-index: 14;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 10px;
}
#header .nav-bg-fostrap .navbar-fostrap {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    cursor: pointer;
    z-index: 5;
    margin: 0;
    position: absolute;
    top: -1px;
    right: 0;
    padding: 12px;
    background-color: #23b8c1;
    transition: 0.3s;
}
#header .nav-bg-fostrap .navbar-fostrap:hover, #header .nav-bg-fostrap .navbar-fostrap:focus {
    background-color: #135173;
}
#header .nav-bg-fostrap .navbar-fostrap span {
    height: 3px;
    background: #ffffff;
    display: block;
    width: 23px;
}
#header .nav-bg-fostrap .navbar-fostrap span:nth-child(2) {
    margin: 6px 0;
}
#header .nav-bg-fostrap .navbar-fostrap:hover span, #header .nav-bg-fostrap .navbar-fostrap:focus span {
    background-color: #23b8c1;
}
#header .top-menu-btn {
    position: absolute;
    top: 0;
    right: 60px;
}
#header .top-menu-btn>a {
    display: inline-block;
    color: #333;
    padding: 0.3rem 0.5rem;
}
#header .top-menu-btn .all-menu {
    display: none;
}

#header .top-menu-btn .material-icons {
    font-size: 1.8rem;
}
#header .top-close-btn .material-icons {
    color: #124fb6;
}
#header #top-menu {
    display: none;
    position: fixed;
    background: #3a3e47;
    width: 220px;
    height: 100%;
    float: none;
    right: -220px;
    top: 0;
    -webkit-transition: right 0.25s ease;
    -moz-transition: right 0.25s ease;
    -ms-transition: right 0.25s ease;
    -o-transition: right 0.25s ease;
    transition: right 0.25s ease;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 13;
}
#header #top-menu.visible {
    right: 0px;
}
#header #top-menu .navbar-title {
    position: relative;
    padding: 1.2rem 1.3rem;
    background-color: #333;
}
#header #top-menu .navbar-title>h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
}
#header #top-menu .navbar-title .navbar-close {
    position: absolute;
    top: 0.9rem;
    right: 1.3rem;
    display: inline-block;
    color: #fff;
}
#header #top-menu .navbar-nav>li {
    display: block;
    border-bottom: 1px solid #27292e;
}
#header #top-menu .navbar-nav>li.active>a {
    color: #30bac0;
}
#header #top-menu .navbar-nav>li a:hover, #header #top-menu .navbar-nav>li a:focus {
    color: #fff;
    text-decoration: underline;
}
#header #top-menu .navbar-nav>li.active>a:hover, #header #top-menu .navbar-nav>li.active>a:focus {
    color: #07aebf;
}
#header #top-menu .navbar-nav>li>a #header #top-menu .navbar-nav>li>.sub-wrap {
    position: relative;
    top: 0;
}
#header #top-menu .navbar-nav>li>.sub-wrap .sublist {
    margin: 0;
    padding: 0;
}
#header #top-menu .navbar-nav>li>.sub-wrap .sublist li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    text-align: left;
    border-top: 1px solid #dcdee1;
}
#header #top-menu .navbar-nav>li>.sub-wrap .sublist li a {
    display: block;
    background: #fff;
    padding: 13px 25px;
    color: #777;
    font-size: 1.1em;
    font-weight: 100;
}
#header #top-menu .navbar-nav>li>.sub-wrap .sublist li:hover a {
    background: #e8f2fc;
    color: #0c53b4;
    text-decoration: none;
}
.cover-bg {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
}

/* menu_all */
#menu_all {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 100%;
    width: 230px;
    height: 100%;
    background: #135173;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#menu_all>ul {
    margin-top: 60px;
    border-top: #104063 solid 1px;
}
#menu_all .dropdown li {
    list-style-type: none;
}
#menu_all .dropdown a {
    display: block;
    width: 100%;
    padding: 14px 10px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    border-bottom: #104063 solid 1px;
}

#menu_all .dropdown a:hover, #menu_all .dropdown a:focus {
    text-decoration: none;
    background: #0cafbb;
    font-weight: 800;
}

#menu_all .dropdown.selected > a {
    background: #192e5b url(/main/Common/images/ico_over.gif) no-repeat 90% center;
    ; color: #1270b3;
    color: #fff;
}

#menu_all .dropdown li.selected > a:hover, #menu_all .dropdown li.selected > a:focus {
    text-decoration: none;
    font-weight: 600;
}

#menu_all .dropdown > .depth2 {
    display: none;
    position: relative;
    top: initial;
    left: initial;
    height: auto;
    background: #f6f6f6;
    padding: 0;
    text-align: left;
}

#menu_all .dropdown > .depth2 ul {
}

#menu_all .dropdown > .depth2 ul li a {
    color: #666;
    font-size: 13px;
    padding: 10px 10px 10px 20px;
    border-bottom: #e2e2e2 dashed 1px;
}

#menu_all .dropdown > .depth2 ul li.on a {
    text-decoration: none;
    color: #1c90c6;
    font-weight: 800;
}

#menu_all .dropdown > .depth2 ul li a:hover, #menu_all .dropdown > .depth2 ul li a:focus {
    background: #696969;
    color: #fff;
    font-weight: 400;
}

/* depth3 */
#menu_all .dropdown > .depth2 ul li ul {
    margin: 0;
    position: relative;
    padding: 0;
    background: #fff;
}

#menu_all .dropdown > .depth2 ul li ul li a {
    padding: 5px 0 5px 24px;
    font-weight: 600;
    background: #fff url('/main/Common/images/side_bullet.gif') no-repeat 12px center;
}

#menu_all .dropdown > .depth2 ul li ul li a:hover, #menu_all .dropdown > .depth2 ul li ul li a:focus {
    background: #e0eff9 url('/main/Common/images/side_bullet.gif') no-repeat 12px center;
    color: #1270b3;
}

/* depth4 */
#menu_all .dropdown > .depth2 ul li ul li ul li a {
    background: none;
    font-size: 12px;
    font-weight: 400;
    color: #1270b3;
}

#menu_all .dropdown > .depth2 ul li ul li ul li a:hover, #menu_all .dropdown > .depth2 ul li ul li ul li a:focus {
    background: none;
    text-decoration: underline;
}

.menu_all_closebox {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu_all_closebox a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 20px;
    background: #07aebf url(/site/resource/www/images/btn_close.png) no-repeat center;
}

.menu_all_closebox a:hover, .menu_all_closebox a:focus {
    background: #607D8B url('/site/resource/www/images/btn_close.png') no-repeat center;
    ; }

/* footer */
.footer {
    background: #333740;
    position: relative;
    /* overflow: hidden; */
}

.footer .container-fluid {
    position: relative
}

.foot_top {
    width: 100%;
    display: block;
    height: 54px;
    /* overflow: hidden; */
    line-height: 50px;
    border-bottom: 1px solid #3d4249;
}

.policy {
    float: left;
    /* height: 25px; */
    line-height: 53px;
    /* margin: 30px 0 0 90px; */
    /* margin-top: 30px; */
}

.policy a {
    display: inline-block;
    padding-right: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.policy .bro {
    padding-right: 30px;
    background: url(../Images/footer_down.gif) no-repeat 100%
}

.foot_site {
    float: right;
    padding: 0;
    margin: 0;
}

.foot_site .btn-site {
    padding-right: 5rem;
}

.foot_site a {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
}

.foot_site .dropdown-menu {
    left: 0;
    right: 0;
}

.foot_site .dropdown-menu a {
    color: #676767;
}

.foot_site .dropdown-menu a:hover, .foot_site .dropdown-menu a:focus {
    color: #135173;
}

.footer .site .btn:before, .btn-group .btn-group:before {
    margin-left: 0;
    background: #24b8c2;
    padding-left: 1rem;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 1.5rem;
    content: '\e316';
    font-family: 'material-Icons';
    position: absolute;
    right: 0;
    top: 0;
    width: 53px;
    height: 53px;
    border-radius: 0;
    padding-right: 1rem;
}

.footer .site span {
    color: #bfc5ce;
}

.footer address, .footer p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    color: #9ca2aa;
    letter-spacing: -0.03em;
    text-align: left;
}

.footer address strong, .footer p strong {
    font-weight: 500;
}

.footer span {
    color: #24b8c2;
}

.footer strong {
    color: #fff;
    font-weight: 800;
}

.footer address {
    /* padding-left: 90px; */
    color: #e6e6e6;
}

.footer .footer_bottom {
    padding: 40px 0 40px 170px;
    background: url(../Images/footer-logo.png) no-repeat left;
}

.totalmenu-wrapper {
    display: none;
    height: 0;
    overflow: hidden;
}

/* button */
.btn-site {
    color: #fff;
    background: #484c53;
    border-color: #3d4249;
    height: 53px;
    font-size: 0.9rem;
    border-bottom: 0;
    border-right: 0;
    padding: 0 31px;
    border-top: 0;
}

.btn-site:hover, .btn-site:focus {
    color: #90ceff;
}

.btn-site:after {
    display: none !important;
}

#header .depth2 {
    display: none;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #header {
    }

    #header .gnb {
    }

    #header .gnb .gnb-item {
        float: right;
    }

    #header .gnb .gnb-item:after {
        content: '';
    }

    #header .gnb .gnb-item>li {
        position: relative;
        float: left;
    }

    #header .gnb .gnb-item>li:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 12px;
        top: 2px;
        left: 0;
    }

    #header .gnb .gnb-item>li>a {
    }

    #header .gnb .gnb-item>li>a:hover, .gnb .gnb-item>li>a:focus {
    }

    #header .gnb .gnb-item>li>a.tb-btn {
    }

    #header .gnb .gnb-item>li>a.tb-btn:hover, .gnb .gnb-item>li>a.tb-btn:focus {
    }

    #header .navbar {
        padding: 0 1rem;
    }

    #header .nav-bg-fostrap {
        /* display: none; */
        top: 30px;
    }

    #header .top-menu-btn {
        width: 90px;
        right: 0;
        top: 18px;
    }

    #header .top-menu-btn .all-menu {
        display: block;
    }

    #header .navbar .header-bg.over {
        display: block;
        position: absolute;
        top: 104px;
        left: 0;
        width: 100%;
        height: 28rem;
        background: #fff;
        border-top: #dadada solid 1px;
        z-index: 11;
        -webkit-transition: left 0.25s ease;
        -moz-transition: left 0.25s ease;
        -ms-transition: left 0.25s ease;
        -o-transition: left 0.25s ease;
        transition: left 0.25s ease;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    #header .navbar .header-bg.over .header-color {
        display: block;
        width: 50%;
        background: #07aebf;
        position: absolute;
        top: 0;
        height: 28rem;
        z-index: 12;
    }

    #header #top-menu {
        display: block;
        position: static;
        width: auto;
        padding-right: 80px;
        background-color: transparent;
        overflow: inherit;
        right: inherit;
    }

    #header #top-menu .navbar-title {
        display: none;
    }

    #header #top-menu .navbar-nav {
        display: inherit;
    }

    #header #top-menu .navbar-nav:hover .depth2, #header #top-menu .navbar-nav:focus .depth2 {
        display: block;
    }

    #header #top-menu .navbar-nav>li {
        position: relative;
        display: inline-block;
        float: left;
        border: none;
        /* background: transparent url('../images/top-menu-line.gif') no-repeat left 2.1rem; */
    }

    #header #top-menu .navbar-nav>li:first-child {
        background: none;
    }

    #header #top-menu .navbar-nav>li>a {
        display: block;
        text-align: center;
        background-color: transparent;
        color: #555;
        font-size: 20px;
        font-weight: 600;
        padding: 35px 24px;
    }

    #header #top-menu .navbar-nav>li a:hover, #header #top-menu .navbar-nav>li a:focus {
        color: #23b8c1;
        text-decoration: none;
        background: transparent;
    }

    #header .depth2.on {
        position: absolute;
        top: 105px;
        width: 100%;
        display: block;
        left: 0;
        z-index: 12;
        height: 28rem;
        background: url(/site/resource/www/images/menu-color-bg.png) no-repeat 3% 190% , url(/site/resource/www/images/menu-bg.gif);
        /* background-position: 0 0, right top; */
        text-align: center;
        padding: 0.6rem 0.7rem;
    }

    #header .depth2.on h2 {
        position: absolute;
        font-size: 1.6rem;
        padding-top: 1.5rem;
        left: 0;
        font-weight: 600;
        color: #fff;
    }

    #header .depth2.on .depth3 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-left: 280px;
        /* background: url(/site/resource/www/images/menu-color-bg.png) no-repeat 70px bottom; */
        padding-top: 1.5rem;
    }

    #header .depth2.on .depth3 ul h3 a {
        text-align: left;
        font-size: 1.18rem;
        font-weight: 600;
        letter-spacing: -0.09rem;
        color: #135173;
    }

    #header .depth2.on .depth3 ul h3 a:hover, #header .depth3 ul h3 a:focus {
        color: #07aebf;
    }
#header .depth2.on .depth3 > ul {
padding:0 0.5rem;
    
}
    #header .depth2.on .depth3 ul li ul {
        margin-bottom: 1rem;
        /* padding: 0 0.5rem; */
    }

    #header .depth2.on .depth3 ul li {
        text-align: left;
        line-height:1.2;
        margin-bottom:0.5rem;
        font-size: 1rem;
    }

    #header .depth2 p.info {
        position: absolute;
        left: 0;
        top: 80px;
        font-size: 0.95rem;
        width: 245px;
        text-align: left;
        color: #c4e5ea;
        line-height: 1.4rem;
        letter-spacing: -0.08rem;
    }

    #header #top-menu .navbar-nav>li .depth2 > li {
        margin-top: 0.9rem;
    }

    #header #top-menu .navbar-nav>li .depth2 > li > a {
        padding: 0;
        line-height: 1.2rem;
        letter-spacing: -0.08rem;
    }

    #header #top-menu .navbar-nav>li .depth2 > li > a:hover, #header #top-menu .navbar-nav>li .depth2 > li > a:focus {
        color: #174995;
    }

    #footer .copyright {
        padding-left: 14.2rem;
    }

    #footer .copyright .footer-logo {
        display: block;
        position: absolute;
        left: 0;
        top: 2rem;
    }

    #footer .family-site {
        position: absolute;
        top: 2rem;
        right: 0;
        z-index: 1;
        display: block;
    }

    #footer .family-site .btn {
        background: #2c2d32;
        color: #ccc;
        font-size: 0.9rem;
    }

    #footer .family-site .btn:after {
        margin-left: 2.5rem;
    }

    #footer .family-site .dropdown-menu {
        right: 0;
        left: inherit !important;
    }

    #footer .family-site .dropdown-menu .dropdown-item {
        padding: 0.25rem 0.9rem;
    }
}

@media (min-width: 1200px) {
    #header #top-menu .navbar-nav>li>a {
        font-size: 22px;
        padding: 35px 30px;
    }

    #header .depth2.on {
        height: 23rem;
    }

    #header .navbar .header-bg.over {
        height: 23.1rem;
    }

    #header .navbar .header-bg.over .header-color {
        height: 23rem;
    }
}

/*****************************************************
	Main
*****************************************************/
.main-container .non-info {
    background: url("/common/images/non-board.png") no-repeat center 0.7rem;
    text-align: center;
    font-size: 1.5rem;
    margin: 0;
}

.main-container .btn-container {
    position: absolute;
    left: 0rem;
    bottom: 6rem;
    padding: 0;
    zoom: 1; width: 100%;
    height: 30px;
    text-align: center;
    z-index: 1;
}

.main-container .btn-container .btn-inner {
    width: auto;
    height: 30px;
    display: inline-block;
    white-space: nowrap;
    padding: 0 13px;
    border-radius: 15px;
}

.main-container .btn-container .btn-inner .carousel-indicators {
    float: none;
    position: relative;
    left: 0;
    bottom: 0;
    top: 3px;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    zoom: 1; 
}

.main-container .btn-container .btn-inner .carousel-indicators>a {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 1px;
}

.main-container .btn-container .btn-container .btn-inner .carousel-indicators>a.active {
}

.main-container .btn-container .btn-inner .carousel-btn {
    display: inline-block;
    zoom: 1; text-align: left;
}

.main-container .btn-container .btn-inner .carousel-btn button {
    background: none;
    vertical-align: middle;
    line-height: 0.6;
    height: 30px;
    border: none;
    padding: 0;
    color: #fff;
}

.main-container .btn-container .btn-inner .carousel-btn button .material-icons {
}

.main-container .btn-container .btn-inner .carousel-btn .pause-btn {
}

.main-container .btn-container .btn-inner .carousel-btn .play-btn {
}

.main-visual-ment {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.9rem;
    padding: 1.1rem 1rem;
    color: #fff;
    word-break: keep-all;
    background: rgba(0, 0, 0, 0.7);
}

.main-visual-ment br {
    /* display: none; */
}

.main-visual-ment>span {
    /* display: none; */
}

/* Visual */
#main-visual {
    position: relative;
    height: 400px;
}

#main-visual .carousel {
    height: 100%;
}

#main-visual .carousel .carousel-inner {
    height: 100%;
}

#main-visual .carousel-item {
    height: 100%;
}

#main-visual .carousel-item>a {
    display: block;
    height: 100%;
}

#main-visual .carousel-item .img {
    display: block;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* Section1 */
#section1 {
    padding: 1.1rem 0;
}

#section1 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding: 0 4rem;
    flex-wrap: wrap;
    margin: 0;
    z-index: 1;
}

#section1 ul.rollimg li {
    position: relative;
    text-align: center;
}

#section1 ul.rollimg li a {
    display: block;
    text-align: center;
    transition: 0.2s;
}

#section1 ul.rollimg li a img {
    display: block;
    margin: 0 auto;
}

#section1 ul.rollimg li a:hover img, #section1 ul.rollimg li a:focus img {
    animation: icon_ani 1s ease-out;
    -webkit-animation: icon_ani 1s ease-out;
}

#section1 ul.rollimg li a span {
    display: block;
    color: #135173;
    /* font-weight: 600; */
    font-size: 1.1rem;
    margin-top: 1rem;
}

#section1 a:hover span, #section1 a:focus span {
    color: #000;
    text-decoration: underline;
}

#section1 .container .owl-dots, #section1 .container .owl-nav {
    display: none;
}

/* banner_carousel */
.bannerButtons {
    position: absolute;
    left: 0;
    padding: 0;
    zoom: 1; width: 100%;
    top: 0;
    z-index: 2;
    height: 30px;
    text-align: left;
}

.buttonWrap {
    width: auto;
    height: 28px;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 0 10px;
    border-radius: 15px;
}

.bannerButtons .carouselButtons {
    /* padding: 5px; */
}

.carousel-indicators {
    float: none;
    position: relative;
    left: 0;
    bottom: 0;
    top: 0;
    display: inline-block;
    * display: inline;
    height: auto;
    margin-left: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    zoom: 1; }

.carousel-indicators a {
    display: inline-block;
    * display: inline;
    zoom: 1; width: 18px;
    height: 18px;
    margin: 1px;
    text-indent: -999px;
    * text-indent: 0;
    cursor: pointer;
}

#main_banner .carousel-indicators a {
}

.carousel-indicators .active, #main_banner .carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 1px;
}

.carouselButtons {
    display: block;
    * display: inline;
    zoom: 1; text-align: left;
}

.carouselButtons a {
    display: inline-block;
    *display: inline;
    zoom: 1; cursor: pointer;
    width: 18px;
    height: 18px;
}

.bannerButtons.type2 .carouselButtons a {
    width: 60px;
    border-radius: 300px;
    height: 60px;
    background: #ddd;
    /* padding: 1rem; */
}

.bannerButtons.type2 .carouselButtons .left {
    background: #f8f8f8 url(/site/resource/www/images/rolling-left.png) no-repeat center;
    left: 1.5em;
    top: 1.5rem;
    position: absolute;
}

.bannerButtons.type2 .carouselButtons .right {
    background: #f8f8f8 url(/site/resource/www/images/rolling-right.png) no-repeat center;
    right: 1.5rem;
    top: 1.5rem;
    position: absolute;
}

.bannerButtons.type2 .carouselButtons {
    width: 100%;
    /* position:absolute; */
    top: 0px;
}

.main-container .main-board .non-info {
    padding-top: 12.9rem;
    padding-bottom: 2.6rem;
}

#section2 .qmenu01 a {
    border-right: 1px solid #366b88;
    border-bottom: 1px solid #366b88;
    background: url(/site/resource/www/images/qmenu01.png) no-repeat center 38px;
}

#section2 .qmenu02 a {
    border-bottom: 1px solid #366b88;
    background: url(/site/resource/www/images/qmenu02.png) no-repeat center 38px;
}

#section2 .qmenu03 a {
    border-right: 1px solid #366b88;
    border-bottom: 1px solid #366b88;
    background: url(/site/resource/www/images/qmenu03.png) no-repeat center 38px;
}

#section2 .qmenu04 a {
    background: url(/site/resource/www/images/qmenu04.png) no-repeat center 38px;
}

#section2 .qmenu a {
    background-color: #135173;
    display: block;
    color: #94a7b5;
    font-size: 1.2rem;
    text-align: center;
    padding: 8rem 2rem 2.3rem 2rem;
    transition: 0.4s;
}

#section2 .qmenu a:hover, #section2 .qmenu a:focus {
    background-color: #24b8c2;
    color: #fff;
}

/* Section2 */
#section2 {
    padding: 2rem 0;
}

#section2 .more-btn {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#section2 .more-btn:after, #section2 .more-btn:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 9px;
    width: 3px;
    height: 25px;
    background: #07aebf;
    transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
    -webkit-transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}

#section2 .more-btn:after {
    top: 14px;
    left: 0;
    width: 25px;
    height: 3px;
}

#section2 .more-btn:hover:after, #section2 .more-btn:focus:after, #section2 .more-btn:hover:before, #section2 .more-btn:focus:before {
    background: #174995;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.main-board {
    background-color: #fff;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.27); */
    border: 1px solid #dcdcdc;
}

.main-board .nav {
    /* border-bottom: 1px solid #dcdcdc; */
    margin-bottom: 0.5rem;
    background: #fff;
}

.main-board .nav .nav-item {
    margin: 0;
    /* border-right: 1px solid #f2f2f2; */
}

.main-board .nav .nav-item .nav-link {
    border: none;
    color: #555555;
    background: none;
    font-weight: 500;
    letter-spacing: -0.08rem;
    font-size: 1.4rem;
    padding: 1rem 2.4rem;
}

.main-board .nav .nav-item .nav-link:hover, .main-board .nav .nav-item .nav-link:focus {
    color: #23b8bf;
    text-decoration: none;
}

.main-board .nav .nav-item .nav-link.active {
    position: relative;
    color: #23b8bf;
    /* background: #484c51; */
    border-radius: 0;
}

.main-board .nav .nav-item .nav-link.active:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    display: block;
    left: 0;
    bottom: -2px;
    /* margin-left:10%; */
    font-size: 1.5rem;
    background: #23b8bf;
}

.main-board .tab-content {
    padding: 0.8rem 1.8rem;
    min-height: 19.4rem;
}

#section2 .main-board .tab-content .more {
    position: absolute;
    right: 1.8rem;
    top: 0.8rem;
    width: 3.08rem;
    height: 3.08rem;
}

#section2 .main-board .tab-content .more .more-btn {
    display: block;
    width: 100%;
    height: 100%;
}

#section2 .main-board .tab-content .more .more-btn:after {
    top: 1.8rem;
    left: 0.6rem;
}

#section2 .main-board .tab-content .more .more-btn:before {
    top: 1.1rem;
    left: 1.3rem;
}

.main-board .tab-content ul {
    margin: 0;
}

.main-board .tab-content ul > li {
    position: relative;
}

.main-board .tab-content ul > li:first-child {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
}

.main-board .tab-content ul > li > a {
    display: block;
    padding-left: 0.7rem;
    background: url('/site/resource/www/images/bullet03.png') no-repeat left 0.7rem;
}

.main-board .tab-content ul > li:first-child > a {
    padding: 0;
    background: none;
}

.main-board .tab-content ul > li > a .subject {
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
}

.main-board .tab-content ul > li:first-child > a .subject {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 600;
    color: #444;
}

.main-board .tab-content ul > li > a:hover .subject, .main-board .tab-content ul > li > a:focus .subject {
    text-decoration: underline;
    color: #333;
}

.main-board .tab-content ul > li > a > p {
    display: none;
}

.main-board .tab-content ul > li:first-child > a > p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.5rem;
    margin: 0;
    line-height: 1.2rem;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    color: #777;
}

.main-board .tab-content ul > li:first-child > a:hover > p, .main-board .tab-content ul > li:first-child > a:focus > p {
    color: #555;
}

.main-board .tab-content ul > li> a .date {
    position: absolute;
    top: 0.03rem;
    right: 0;
    font-size: 0.9rem;
    color: #999;
}

.main-board .tab-content ul > li:first-child> a .date {
    /* bottom: -1rem; */
    /* top: inherit; */
    /* left: 0; */
    display: block;
    position: relative;
    margin-top: 0.8rem;
}

#section1 .container, #section3 .container {
    position: relative;
}

#section3 {
    padding: 1rem 0;
    background: #f3f5f4;
}

#section3 .owl-nav, #section3 .owl-dots {
    display: none;
}

#section3 #family_ban {
    margin-left: 8rem;
    width: auto !important;
}

#section3 #family_ban img {
    margin: 0 auto;
}

.bannerButtons.type3 {
    top: 13px;
    left: 1.2rem;
    /* float: left; */
    width: 100px;
}

.bannerButtons.type3 .carouselButtons a {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    float: left;
}

.bannerButtons.type3 .carouselButtons .left {
    background: url(/site/resource/www/images/fb-left.jpg) no-repeat;
}

.bannerButtons.type3 .carouselButtons .right {
    margin-left: -1px;
    background: url(/site/resource/www/images/fb-right.jpg) no-repeat;
}

.bannerButtons.type3 .carouselButtons .pause {
    background: url(/site/resource/www/images/fb-stop.jpg) no-repeat;
    margin-left: -1px;
}

.bannerButtons.type3 .carouselButtons .play {
    background: url(/site/resource/www/images/fb-play.jpg) no-repeat ;
    margin-left: -1px;
}

@media (min-width: 576px) {
    #section1 {
        position: relative;
        padding: 2.3rem 0 1.7rem;
    }

    #section1 ul > li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin: 0;
    }

    #section1 ul > li:nth-child(3):after {
        display: block;
    }

    #section1 ul > li:first-child:before {
        position: absolute;
        content: '';
        top: 1.2rem;
        left: 0;
        display: block;
        width: 0.4rem;
        height: 4rem;
        background: url(/site/resource/www/images/section1-line.png) repeat-y left top;
    }

    #section2 .qmenu03 a {
        border-bottom: none ;
    }
}

@media (min-width: 768px) {
    #main-visual {
        position: relative;
    }

    .main-visual-ment {
        width: auto;
        font-size: 1.5rem;
    }

    .main-visual-ment br {
        /* display: block; */
    }

    .section2-1 a {
        padding: 2.6rem 2.2rem;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .section2-2 > div {
        padding: 1.3rem 1rem 0.8rem 1rem;
    }
}

@media (min-width: 992px) {
    #main-visual {
        height: 400px;
    }

    #main-visual .main-visual-ment {
        font-size: 2rem;
        line-height: 1rem;
        font-weight: 500;
        margin: 3rem 1rem 1rem 1rem;
        letter-spacing: -0.08rem;
        color: #fff;
        text-align: left;
        background: none;
        position: absolute;
        right: inherit;
        top: 0;
    }

    #main-visual .main-visual-ment .ment-text {
        font-size: 1rem;
        display: block;
        color: #d3d7da;
        line-height: 1.4rem;
        margin-top: 2.3rem;
    }

    #main-visual .main-visual-ment>span {
        display: block;
        font-size: 1.2rem;
        font-weight: 100;
        color: #07aebf;
    }

    #main-visual .caption {
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 270px;
    }

    #main-visual .caption .caption_bg {
        background: rgba(9, 51, 74, 0.9) url(/site/resource/www/images/main-visual-bg.png) no-repeat -5% -50px;
        height: 270px;
        margin-right: 4rem;
    }

    .section2-1 .tit {
        margin-bottom: 1.5rem;
    }

    .main-container .btn-container {
        bottom: 2rem;
        text-align: left;
        padding-left: 1rem;
    }

    .main-container .btn-container .btn-inner {
        /* margin-right: 50rem; */
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    #section2 .qmenu01 a {
        border-bottom: none;
    }

    #section2 .qmenu02 a {
        border-bottom: none;
        border-right: 1px solid #366b88;
    }
}

@media (min-width: 1200px) {
    #main-visual {
        height: 36.3rem;
    }

    #main-visual .main-visual-ment {
        margin: 4rem 2rem 2rem 0rem;
        right: 13rem;
        font-size: 2.4rem;
        left: inherit;
        /* width: 361px; */
        line-height: 1.3rem;
    }

    #main-visual .main-visual-ment>span {
        font-size: 1.5rem;
    }

    #main-visual .caption {
        height: 330px;
    }

    #main-visual .caption .caption_bg {
        height: 330px;
        margin-right: 10rem;
    }

    /* main-board */
    .main-board .tab-content ul > li:first-child {
        padding-bottom: 1.2rem;
        margin-bottom: 1.2rem;
        margin-top: 0;
    }

    .main-board .tab-content ul > li {
        margin-top: 0.265rem;
    }

    /* main-gallery */
    .main-gallery {
        padding: 1.3rem 1.6rem;
    }

    .main-gallery h3 {
        margin-bottom: 0.8rem;
    }

    .main-gallery a .thum {
        padding-bottom: 9.4rem;
    }

    .main-gallery a .txt-box .txt {
        display: block;
        line-height: 1.2rem;
        height: 2.4rem;
    }

    .main-gallery a .txt-box .tit {
        margin: 0;
        font-size: 1.25rem;
    }

    .main-container .btn-container {
        bottom: 48px;
        /* margin-right: -48rem; */
        text-align: right;
        left: 0;
        /* top: 0; */
        width: 50%;
    }

    .main-container .btn-container .btn-inner {
        /* margin-left: 13rem; */
        margin-right: 33.4rem;
    }
}

@media (min-width: 1370px) {
}

@media (min-width: 1400px) {
}

@media (max-width: 767px) {
    /* footer */ .policy {
        display: none
    }

    .foot_site {
        float: left;
        margin: 0;
        padding: 0;
    }

    .foot_site li {
        float: left
    }

    .foot_site li a, .foot_site li:first-child a {
        border: none;
        padding: 0 10px
    }

    .foot_site li:first-child a {
        border: none
    }

    .footer p {
        margin: 10px 0;
        padding-left: 0;
        text-align: center;
    }

    .footer address {
        padding-left: 0;
        clear: both;
        margin-top: 90px;
    }

    .footer .footer_bottom {
        padding: 0;
        background: none;
    }
}

/*****************************************************
	Sub
*****************************************************/
.sub-container {
    margin-bottom: 5.5rem;
}

/* sub-top */
.sub-top {
    position: relative;
    background-color: #135173;
    margin-bottom: 2.3rem;
}

.sub-top .sub-top-txt {
    display: none;
}

.sub-top .page-navi .navbar {
    padding: 0;
}

.sub-top .page-navi .navbar .navbar-nav {
    width: 100%;
    display: inline-block;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item {
    position: inherit;
    width: auto;
    float: left;
    border-right: 1px solid #57839c;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child .material-icons {
    font-size: 1.3rem;
    color: #7aa3b9;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child {
    border-left: 1px solid #57839c;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .nav-link {
    position: relative;
    color: #eaedf1;
    font-size: 0.9rem;
    padding: 0.5rem 1.7rem 0.4rem 0.9rem;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child .nav-link {
    padding: 0.5rem 0.9rem 0.4rem;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .nav-link:hover, .sub-top .page-navi .navbar .navbar-nav>.nav-item .nav-link:focus {
    color: #fff;
    text-decoration: underline;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child .nav-link:hover, .sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child .nav-link:focus {
    background-color: #3e3c32;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-toggle::after {
    position: absolute;
    top: 1.1rem;
    right: 0.7rem;
    color: #eaedf1;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.62);
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #777;
    white-space: inherit;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active {
    background-color: #daecec;
    color: #444;
    font-weight: 600;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover, .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    color: #555;
    font-weight: 600;
    text-decoration: underline;
    background: none;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active:hover, .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item.active:focus {
    background-color: #daecec;
}

.sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa;
    color: #2a3840;
    font-weight: 400;
}

.sub-container .cont-title {
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
}
    .sub-top .page-navi {
        display: none;

    }
@media (min-width: 576px) {
    .sub-top .page-navi .navbar .navbar-nav>.nav-item {
        position:relative;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu {
        box-shadow: none;
        width: auto;
    }
}

@media (min-width: 768px) {
    .sub-top {
        text-align:center;
        background: #3a3e47 url('/site/resource/www/images/sub-top-visual.jpg') no-repeat center center;
    }

    .sub-top .sub-top-txt {
        display: block;
        text-align: center;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 2.1rem;
        padding: 3.11rem 0;
        color: #fff;
        /* text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); */
    }

    .sub-top .sub-top-txt>span {
        display: block;
        font-size: 1rem;
        color: #ffffff;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
        margin: 0.6rem 0 0 0;
    }

    .sub-top .page-navi {
        display: block;
        background-color: rgba(19, 81, 115, 0.9);
    }

    .sub-top .page-navi .navbar {
        border: none;
    }

    .sub-top .page-navi .navbar .navbar-nav {
        display: flex;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item {
        width: auto;
        float: none;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child .nav-link:hover, .sub-top .page-navi .navbar .navbar-nav>.nav-item:first-child .nav-link:focus {
        background-color: transparent;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item:after {
        display: none;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .nav-link {
        font-size: 1rem;
        line-height: 1rem;
        color: #e6e6e6;
        /* min-width: 190px; */
        white-space: nowrap;
        height: 50px;
        text-align: left;
        margin-right: 0.9rem;
        padding: 1rem 2.2rem 1rem 0.9rem;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .nav-link:hover, .sub-top .page-navi .navbar .navbar-nav>.nav-item .nav-link:focus {
        color: #fff;
        text-decoration: underline;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .nav-link.home {
        width: 55px;
        height: 50px;
        min-width: auto;
        margin: 0;
        text-align: center;
        padding: 1rem 0.9rem;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-toggle::after {
        top: 1.4rem;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu {
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
        width: auto;
        padding: 0.5rem 1rem;
        color: #666;
    }

    .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover, .sub-top .page-navi .navbar .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
        color: #124fb6;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .sub-top {
        margin-bottom: 3.2rem;
    }

    /* snb */
    .sub-container .snb {
        max-width: 280px;
        margin-bottom: 3.5rem;
    }

    .sub-container .snb-title {
        background: #3a3e47;
        padding: 2.188rem 0;
        min-height: 5.813rem;
        text-align: center;
        color: #fff;
        font-size: 1.625rem;
        font-weight: 600;
    }

    .sub-container .snb .snb-list {
        margin: 0;
    }

    .sub-container .snb .snb-list >li {
        background: none;
        border-bottom: 1px solid #d7d7d7;
        padding: 0;
        letter-spacing: -0.08rem;
        margin: 0;
        line-height: 1.2;
    }

    .sub-container .snb .snb-list >li:first-child {
        border-top: none;
    }

    .sub-container .snb .snb-list >li > a {
        display: block;
        padding: 1rem 1.8rem 1rem 1rem;
        color: #555;
        font-size: 1rem;
        position: relative;
    }

    .sub-container .snb .snb-list >li.active > a {
        position: relative;
        background: #30bac0;
        background-size: 0.22rem 0.5rem;
        color: #ffffff;
        font-weight: 600;
    }

    .sub-container .snb .snb-list >li.active > a:after {
        position: absolute;
        content: '\e15b';
        font-family: 'material-Icons';
        right: 1rem;
        top: 1rem;
        font-size: 1.2rem;
        color: #ffffff;
    }

    .sub-container .snb .snb-list >li > a:after {
        position: absolute;
        content: '\e145';
        font-family: 'material-Icons';
        right: 0.9rem;
        top: 0.7rem;
        color: #30bac0;
        font-size: 1.5rem;
    }

    .sub-container .snb .snb-list >li.no-depth > a:after {
        display: none;
    }

    .sub-container .snb .snb-list >li > a:hover, .sub-container .snb .snb-list > li > ul >li > a:focus {
        color: #00314d;
        font-weight: 600;
        text-decoration: underline;
    }

    .sub-container .snb .snb-list >li.active > a:hover, .sub-container .snb .snb-list > li > ul >li.active > a:focus {
        color: #fff;
        text-decoration: underline;
    }

    .sub-container .snb .snb-list >li > ul {
        display: none;
        margin: 0;
        padding: 0.875rem 0.875rem;
        border-top: 1px solid #d7d7d7;
    }

    .sub-container .snb .snb-list >li.active > ul {
        display: block;
        background: #fbfbfb;
    }

    .sub-container .snb .snb-list >li > ul > li {
        margin: 0 0 0.5rem 0;
        line-height: 1.1;
        letter-spacing: -0.09rem;
        /* padding-left: 0.9rem; */
        background-position: 5px 11px;
    }

    .sub-container .snb .snb-list >li > ul > li > a {
        font-size: 0.9rem;
        color: #555;
        transition: 0.4s;
    }

    .sub-container .snb .snb-list >li > ul > li.active > a {
        color: #265980;
        font-weight: 600;
    }

    .sub-container .snb .snb-list >li > ul > li > a:hover, .sub-container .snb .snb-list >li > ul > li > a:focus {
        text-decoration: none;
        color: #265980;
        font-weight: 600;
    }

    .sub-container .snb .snb-list >li > ul > li.active > a:hover, .sub-container .snb .snb-list >li > ul > li.active > a:focus {
        text-decoration: none;
    }

    .sub-container .snb .snb-list >li > ul > li ul {
        display: none;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/* KJB 20230907 */
#main-visual .container {
    position: relative;
}
.pf-btn {
    position: absolute;
    top: 80px;
    right: 0;
    width: 400px;
    height: 250px;
    background: rgba(48,186,192,0.95) url(/site/resource/www/images/pf-icon.png) no-repeat bottom 28px right 38px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
    border-radius: 30px;
    padding: 45px;
    z-index: 10;
}
.pf-btn .tit {
    position: relative;
    font-family: 'GmarketSans';
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}
.pf-btn .tit::after {
    content: 'PLATFORM';
    position: absolute;
    font-family: 'GmarketSans', 'noto', 'Nanum Gothic', 'Helvetica', sans-serif;
    font-size: 32px;
    left: 2px;
    bottom: -27px;
    letter-spacing: 0.05rem;
    opacity: 0.08;
}
.pf-btn .tit span {
    display: block;
    font-family: 'noto', 'Nanum Gothic', 'Helvetica', sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
}

.pf-btn .btn {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 7px 46px 7px 21px;
    border: 2px solid #fff;
    border-radius: 50px;
    transition: all 0.3s ease-out;
}
.pf-btn .btn:hover, .pf-btn .btn:focus {
    background-color: #fff;
    font-weight: 600;
    color: #23b8c1;
}
.pf-btn .btn::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 50px;
    background-color: #fff;
    right: 22px;
    bottom: 15px;
    transition: all 0.3s ease-out;
}
.pf-btn .btn::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 50px;
    background-color: #fff;
    right: 22px;
    bottom: 18px;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}
.pf-btn .btn:hover::before, .pf-btn .btn:hover::after, 
.pf-btn .btn:focus::before, .pf-btn .btn:focus::after {
    background-color: #23b8c1;
    right: 19px;
}

@media (max-width: 992px) {
    .pf-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        top: 0px;
        right: 50%;
        border-radius: 0 0 10px 10px;
        padding: 15px;
        width: auto;
        height: auto;
        background: rgba(19,81,115,0.9);
        transform: translateX(50%);
    }
    .pf-btn .tit {
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 3px;
        white-space: nowrap;
    }
    .pf-btn .tit::after {
        display: none;
    }
    .pf-btn .tit span {
        display: none;
    }
    .pf-btn .btn, .pf-btn .btn:hover, .pf-btn .btn:focus {
        padding: 5px 30px 4px 10px;
        border-radius: 5px;
        border: 0;
        color: #fff;
        background: #112E3F;
        font-weight: 600;
        font-size: 14px;
    }
    .pf-btn .btn::before, .pf-btn .btn:hover::before, .pf-btn .btn:focus::before {
        right: 12px;
        bottom: 10px;
        background-color: #fff;
    }
    .pf-btn .btn::after, .pf-btn .btn:hover::after, .pf-btn .btn:focus::after {
        right: 12px;
        bottom: 13px;
        background-color: #fff;
    }
}

/* 20231026hp */
#section2 .video-title {
    font-weight: 600;
    line-height: 1.25em;
    margin-top: 1rem;
}
#section2 #video-banner {
    margin-bottom: 1rem;
}
#section2 .video-btn a {
    background-color: #ddd;
    border-radius: 10px;
    height: 13px;
    width: 13px;
}
#section2 .video-btn a.active {
    background-color: #3abdc2;
}
#section2 #video-banner .carousel-item a {
    height: 231px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
#section2 #video-banner>img {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 40%;
}
#section2 #video-banner .carousel-btn i {
    background: #f8f8f8 url(/site/resource/www/images/rolling-right.png) no-repeat center;
    right: 1.5rem;
    top: 1.5rem;
    position: absolute;
}
#section2 #video-banner .carousel-indicators {
    text-align: right;
    top: -32px;
    margin: 0;
    position: absolute;
    height: 13px;
}
#section2 .carousel-item {
    background-color: #eee;
}
#section2 .layer-popup {
    display: none; 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; 
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
}
#section2 .layer-popup .layer-cont {
    width: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
}
#section2 .layer-popup #btnLayerClose {
    background: #eb3434;
    color: #fff;
    border-radius: 2px;
    padding: 3px 8px;
}
@media (min-width: 768px) {
    #section2 #video-banner {
        margin-bottom: 0;
    }
    #section2 #video-banner .carousel-item a {
        height: 150px;
    }
    #section2 .layer-popup .layer-cont {
        width: 80%;
    }
}
@media (min-width: 992px) {
    #section2 #video-banner .carousel-item a {
        height: 205px;
    }
    #section2 .video-title {
        margin-top: 1.5rem;
    }
    #section2 .layer-popup .layer-cont {
        width: 50%;
    }

}
@media (min-width: 1200px) {
    #section2 #video-banner .carousel-item a {
        height: 165px;
    }
    #section2 #video-banner>img {
        top: 30%;
    }
    #section2 .video-title {
        margin-top: 0;
    }
}
@media (min-width: 1300px) {
    #section2 #video-banner .carousel-item a {
        height: 168px;
    }
}
@media (min-width: 1400px) {
    #section2 #video-banner .carousel-item a {
        height: 140px;
    }
}