
th[data-view="file"] + td ul li a {
    line-height: 1em;
}

.wrap {
    width: 1200px;
}

body {
    font-size: 16px;
}

body * {
    box-sizing: border-box;
}

p, li, a {
    line-height: 1.7;
    /*font-weight: 300;*/
    font-size: 16px;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

b {
    font-weight: 500;
    color: #000 !important;
}

strong {
    font-weight: 700;
    color: #000 !important;
}

/*a.btn_basic {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    padding: 22.5px 15px;*/
/*    min-width: 236px;*/
/*    border: 1px solid #fff;*/
/*    color: #fff !important;*/
/*    font-weight: 700;*/
/*    font-size: 14px;*/
/*    text-align: center;*/
/*    transition: all 0.3s ease-out 0s;*/
/*}*/

/*a.btn_basic:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 25px;*/
/*    width: 16px;*/
/*    height: 9px;*/
/*    transform: translateY(-50%);*/
/*}*/

/*a.btn_basic.v2 {*/
/*    letter-spacing: 6px;*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*}*/

/*a.btn_basic.v2:active,*/
/*a.btn_basic.v2:hover {*/
/*    background-color: #fff;*/
/*    color: #222 !important;*/
/*    font-weight: 700 !important;*/
/*}*/

/*a.btn_basic.v3 {*/
/*    letter-spacing: 6px;*/
/*    color: #222 !important;*/
/*    border-color: #444;*/
/*}*/

/*.btn_arrow {*/
/*    display: inline-block;*/
/*}*/

/*.btn_arrow:after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    margin-left: 6px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    vertical-align: middle;*/
/*    background: url(../images/common/img_arrow02.svg) no-repeat 50% 100%;*/
/*    background-size: 100%;*/
/*}*/

/*.scrolldown {*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    transform: translateX(-50%);*/
/*}*/

/*.scrolldown i {*/
/*    position: relative;*/
/*    display: block;*/
/*    opacity: 0;*/
/*    margin: 0 auto;*/
/*    width: 0;*/
/*    height: 0;*/
/*    margin: 0 auto;*/
/*    border: 5px solid transparent;*/
/*    border-top-color: #fff;*/
/*    animation: scrollDown 1.4s ease 0s infinite;*/
/*}*/

/*.scrolldown i:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    opacity: 0.2;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: red;*/
/*    transform: scaleX(1);*/
/*    animation: scrollDown02 1.5s ease 0s infinite;*/
/*    border-radius: 40px;*/
/*}*/

/*.scrolldown i + i {*/
/*    margin-top: 5px;*/
/*}*/

/*.scrolldown a {*/
/*    font-weight: 400;*/
/*    font-size: 12px;*/
/*    color: #fff;*/
/*}*/

/*.scrolldown i:nth-child(3) {*/
/*    animation-delay: 0.05s;*/
/*}*/

/*.scrolldown i:nth-child(4) {*/
/*    animation-delay: 0.1s;*/
/*}*/

/*.scrolldown em {*/
/*    display: block;*/
/*    margin-bottom: 30px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.open {*/
/*    transform: translate(-50%, -50%) rotate(135deg);*/
/*}*/

/*.open::before {*/
/*    top: 0;*/
/*    transform: translateX(100%) rotate(-90deg);*/
/*}*/

/*.open::after {*/
/*    bottom: 0;*/
/*    transform: translateX(-100%) rotate(-90deg);*/
/*}*/

/*.nodata {*/
/*    position: relative;*/
/*    text-align: center;*/
/*    padding: 125px 0;*/
/*    font-weight: 500;*/
/*    color: #999;*/
/*    background-color: rgba(255, 255, 255, 0.025);*/
/*    border: 1px solid rgba(0, 0, 0, 0.07);*/
/*}*/

/* header */
#header {
    /*position: fixed;*/
    /*top: 45px;*/
    /*z-index: 99;*/
    /*width: 100%;*/
    /*transition: top 1s .2s, border .3s;*/
   position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: top 1s .2s, border .3s;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
     background: #fff; 
    align-items: center;
    box-shadow: 0px 0px 18px 2px rgb(156 154 154 / 50%);
}
.img-fluid{max-width:100%;height:auto}
.img-responsive{display:block;max-width:100%;height:auto}
.area_visual .mySwiper_banner .swiper-slide img {
        /* object-fit: fill; */
    /* object-fit: contain; */
     object-fit: cover; 
    /*object-fit: scale-down;*/
    /*object-fit: none;*/
}
#header h1 {
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 90px;*/
    /*width: 530px;*/
    /*height: 45px;*/
    /*margin: 0;*/
    top: 5px;
    left: 90px;
    width: 13%;
    height: 100px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3%;
}
.pho_vox{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header h1 > a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/logo.png) no-repeat 50% 50%;
    background-size: contain;
    font-size: 0;
    text-indent: 100%;
}
#header .pho .pho_vox:nth-child(2){
    display: none;
}
#header .area_util {
    /*position: absolute;;*/
    /*top: 6px;*/
    /*left: 400px;*/
    z-index: 999;
    width: 6%;
}

#header .area_util ul {
    display: block;
    padding-top: 6px;
    width: auto;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 30px;
}

#header .area_util ul li {
    position: relative;
    float: left;
}

#header .area_util ul li a {
    position: relative;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-out 0s;
}

#header .area_util ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

#header .area_util ul li a:after {
    content: "";
    position: absolute;
    opacity: 0.2;
    top: 2px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #fff;
}

#header .area_util ul li:first-child a:after {
    background: none !important;
}

#header .area_util ul li a + i {
    position: absolute;
    opacity: 0;
    top: 50px;
    left: 50%;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 12px;
    transition: all 0.3s ease-out 0s;
    transform: translateX(-50%);
    background-image: linear-gradient(-60deg, #f8d362, #00974a);
    border-radius: 4px;
}

#header .area_util ul li a:hover + i {
    opacity: 1;
    top: 35px;
}

#header .area_util ul li a:hover + i:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e36f3d;
    border-left: 5px solid transparent;
    transform: translateX(-50%);
}

#header .area_util > a {
display: block;
    position: fixed;
    top: 4px;
    right: 1%;
    padding: 43px 66px;
    transition: background 0.3s ease 0s;
}

#header .area_util > a i {
    display: block;
    position: relative;
    font-size: 0px;
    text-indent: 100%;
}
#header .area_util > a div {
    top: 45px;
}
#header .area_util > a div {
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 16px;
}

#header .btn_menu {
    transition: all 0.3s ease 0s;
}

#header .btn_menu div > span {
    display: block;
    position: absolute;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #000;
}

#header .btn_menu div > span:nth-of-type(1) {
    top: 0;
}

#header .btn_menu div > span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
    transition: background 0.3s ease 0s;
}

#header .btn_menu div > span:nth-of-type(3) {
    top: 15px;
}

#header .btn_menu div > span:nth-of-type(1),
#header .btn_menu div > span:nth-of-type(3) {
    transition: all 0.3s ease;
    transition-property: top, transform;
    transition-delay: 0.3s, 0s;
}

#header .btn_menu.active div {
    top: 43px;
}

#header .btn_menu.active div > span:nth-of-type(1) {
    top: 10px;
    transform: rotate(-45deg);
}

#header .btn_menu.active div > span:nth-of-type(2) {
    background: transparent;
}

#header .btn_menu.active div > span:nth-of-type(3) {
    top: 10px;
    transform: rotate(45deg);
}

#header .btn_menu.active div > span:nth-of-type(1),
#header .btn_menu.active div > span:nth-of-type(3) {
    transition-delay: 0s, 0.3s;
}

#header .btn_close {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: -webkit-calc(100% - 320px);
    width: 100%;
    height: -webkit-calc(100vh - -0px * 1);
    height: calc(100vh - -0px * 1);
    background: #000;
    font-size: 0;
    transition: all 0.3s ease-out 0s;
}

.active #header .btn_close {
    opacity: 0.4;
    visibility: visible;
}

.active #header .area_util ul {
    display: none;
}

.active .all_menu .info .info_img:first-child img {
    visibility: visible;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.active .all_menu .info .info_img:last-child img {
    visibility: visible;
    width: 100%;
        height: 100%;
    object-fit: fill;
}

.active .all_menu .cate {
    opacity: 1;
    visibility: visible;
    height: 100vh;
}

.active .all_menu .info .info_img img {
    opacity: 1;
}

.active .all_menu .cate > ul {
    opacity: 1;
    transition: all 1.3s ease-out 0.4s;
}

.active .all_menu .cate .gnb {
    display: flex;
    justify-content: space-between;
    transform: translateY(0px);
}

#header nav {
    display: block;
    /* position: absolute; */
    top: 0;
    right: 550px;
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

#header .pho {
    display: flex;
    /* position: absolute; */
    top: 0;
    right: 213px;
    align-items: center;
    /*width: 17%;*/
    justify-content: center;
}

.pho span {
    color: #003b97;
    font-size: 28px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 60px;
    height: 60px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 60px;
    height: 60px;
}




#header nav .gnb {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header nav .gnb > li {
    width: 19%;
        height: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 10px;
}

#header nav .gnb > li:last-child:after {
    background: none;
}

#header nav .gnb > li > a {
    display: flex;
    font-size: 18px;
    color: #000;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    align-items: center;
    justify-content: center;
}

#header nav .gnb > li > a > i {
    display: none;
}

#header nav .gnb > li > a:hover {
    color: #003a98;
}

#header nav .gnb > li > a.on {
    color: #00974a;
}



.all_menu {
    position: fixed;
    visibility: hidden;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform 0.9s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}

.all_menu > div {
    position: absolute;
    float: left;
    height: 100vh;
    transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.all_menu .info {
    right: 0;
    width: 690px;
    border: 0;
}

.all_menu .info .info_img {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.all_menu .info .info_img:last-child{
    height: 50vh;
    background-position: 80% 50%;
}

.all_menu .info .info_img:first-child{
    width: 100%;
    height: 50vh;
    
}

.all_menu .info .info_img img {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 1.5s cubic-bezier(0.6, 0.05, 0.01, 0.99);
}

.all_menu .info > img:first-child{
    left: 0;
    width: 0;
    height: 100%;
}

.all_menu .info > img:last-child{
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-position: 50% 70%;
}

.all_menu .cate {
    position: relative;
    opacity: 0;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 690px);
    width: calc(100% - 690px);
    height: 0;
    background: #fff;
    transition-delay: 0.3s;
}

.all_menu .cate .inr {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.all_menu .cate .inr li em {
    display: block;
    margin-bottom: 17px;
    font-weight: 900;
    font-size: 17px;
    color: #222;
    letter-spacing: -0.03rem;
}

.all_menu .cate .inr li p {
    line-height: 1.6;
    font-size: 14px;
}

.all_menu .cate .inr li {
    float: left;
    padding: 0 40px;
}

.all_menu .cate .inr li:first-child {
    border-right: 1px solid #ddd;
}

.all_menu .cate .inr li p i {
    display: block;
    color: #00974a;
}

.all_menu .cate .gnb {
    margin: 36vh 70px 0 70px;
    transform: translateY(-90px);
}

.all_menu .cate .gnb > li {
    float: left;
    width: 20%;
}

.all_menu .cate .gnb > li > a > p {
    display: none;
}

.all_menu .cate .gnb > li > a {
    font-weight: 800;
    font-size: 35px;
    color: #222;
    letter-spacing: -0.02em;
}

.all_menu .cate .gnb > li > ul li a {
    display: block;
    padding: 6px 0;
    font-family: Noto Sans KR, Sans-serif;
    font-weight: 300;
    color: #666;
}

.all_menu .cate .gnb > li > ul {
    margin-top: 20px;
}

.all_menu .cate > ul {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.main.on #header {
    top: -80px;
}

.main.on a.btn_contact {
    background: #cdc07c;
}

.main.on#header .btn_menu.active i {
    font-weight: 800;
    color: #222;
}

.main.on#header .btn_menu.active div > span {
    background: #222;
}

/* footer */
#footer .inr {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
}

#footer > .inr {
    padding: 40px 0;
}

#footer h1 img {
    height: 43px;
}

#footer div[data-footer] {
    position: relative;
    float: left;
}

#footer div[data-footer="00"] > h1 {
    margin-bottom: 20px;
}

#footer div[data-footer="00"] > ul li,
#footer div[data-footer="00"] > div > ul li {
    float: left;
    margin-right: 5px;
}

#footer div[data-footer="00"] ul {
    overflow: hidden;
}

#footer div[data-footer="00"] {
    width: 100%;
    margin-top: 30px;
}

#footer div[data-footer="00"] > ul li > a {
    display: block;
    padding: 3px 15px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(93, 93, 93, 0.21);
    font-weight: 300;
    font-size: 13px;
    color: #444;
    border-radius: 4px;
}

#footer div[data-footer="00"] > ul li:last-child > a {
    color: #fff;
    background: #00974a;
    border-color: #00974a;
}

#footer div[data-footer="00"] > div {
    margin-top: 30px;
}

#footer div[data-footer="00"] > div > ul > li,
#footer div[data-footer="00"] > div > ul li * {
    float: left;
    font-size: 14px;
}

#footer div[data-footer="00"] > div > ul li em {
    display: inline-block;
    margin-right: 8px;
    font-weight: 600;
    color: #666;
}

#footer div[data-footer="00"] > div > ul li:first-child p {
    font-weight: 600;
    color: #00974a;
}

#footer div[data-footer="00"] > div > ul > li {
    position: relative;
    padding-right: 25px;
}

#footer div[data-footer="00"] > div > ul li:after {
    content: "";
    position: absolute;
    opacity: 0.3;
    top: 10px;
    right: 10px;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 20px;
}

#footer div[data-footer="00"] > div > ul li:nth-child(5) {
    margin-top: 3px;
    clear: both;
}

#footer div[data-footer="00"] > div > ul li:nth-child(4):after {
    background: none;
}

#footer div[data-footer="00"] > div > ul li:nth-child(5) a {
    display: block;
    margin: -3px 0 0 8px;
    padding: 4px 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-size: 11px;
    color: #fff;
    vertical-align: middle;
}

#footer div[data-footer="00"] > div > ul li:nth-child(5):after {
    background: none;
}

#footer div[data-footer="01"] {
    margin: 15px 0 65px;
}

#footer div[data-footer="01"] p {
    font-size: 13px;
}

#footer div[data-footer="01"] p em {
    font-weight: 600;
    color: #00974a;
}

#footer div[data-footer="01"] p em + a {
    position: relative;
    top: -1px;
    margin-left: 3px;
    padding: 1px 5px;
    background: #00974a;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
}

#footer div[data-footer="01"] p > br {
    display: none;
}

#footer .copyright {
    padding: 20px 0;
    font-size: 13px;
}

#footer .f_select {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#footer .f_select .f_select_box {
    position: relative;
    z-index: 10;
}

#footer .f_select .f_select_btn {
    padding: 25px 110px 25px 32px;
    background: none;
    border: 1px solid #555;
    color: #333;
    text-align: left;
    outline: 0;
    transition: all 0.3s ease-out 0s;
}

#footer .f_select .f_select_btn span {
    display: block;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 700;
}

#footer .f_select .f_select_list {
    display: none;
    overflow-y: auto;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    max-height: 155px;
    padding: 10px 0;
    background: #fff;
}

#footer .f_select .f_select_list li a {
    display: block;
    padding: 9px 23px;
    color: #999;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease-out 0s;
}

#footer .f_select .f_select_list li a:hover {
    color: #222;
}

#footer .f_select .f_select_list li a > img {
    display: inline-block;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

#footer .f_select .f_select_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -3px;
    width: 8px;
    height: 5px;
    background: url(../images/common/img_select.svg) no-repeat 0 0;
    transform: rotate(0deg);
    vertical-align: middle;
    transition: transform 300ms ease-out;
}

#footer .f_select .f_select_btn.on:after {
    transform: rotate(180deg);
}

.sub #footer {
    padding: 60px 0 50px;
}

.color #header nav .gnb > li > a {
    color: #222;
}

.color #header .area_util {
    background: #fffcf5;
}

.color #header h1 img:last-child {
    display: block;
}

.color #header h1 img:first-child {
    display: none;
}

/* btn top */
.scroll_path {
    display: block;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 50px;
    bottom: 50px;
    z-index: 999;
    width: 61px;
    height: 61px;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.1);
    transition: all 200ms linear;
    transform: translateY(15px);
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all 200ms linear;
}

.scroll_path.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll_path::after,
.on .fix .scroll_path::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 0;
    left: 50%;
    z-index: 1;
    width: 14px;
    height: 12px;
    margin: -6px 0 0 -7px;
    background: url(../images/common/btn_top.svg) no-repeat 50% 50%;
    background-size: 100%;
    transform: rotate(90deg);
    transition: all 200ms linear;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
}

.scroll_path a {
    display: block;
    width: 100%;
    height: 100%;
}

.scroll_path::before {
    position: absolute;
}

.scroll_path:hover::before {
    opacity: 1;
}

.scroll_path svg path {
    fill: none;
}

.scroll_path svg.progress-circle path,
.on .fix .scroll_path svg.progress-circle path {
    box-sizing: border-box;
    transition: all 200ms linear;
    stroke: #83c7a4;
    stroke-width: 4;
    -webkit-transition: all 200ms linear;
}
.mySwiper_banner2{
    display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    width: 60px;
    height: 60px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 1919px) {
    .all_menu .cate .gnb {
        margin: 36vh 10px 0 50px;
    }
        #header nav .gnb > li ul {
        display: none;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 60px;
        right: -30px;
        min-width: 170px;
        width: 100%;
        padding: 9px 12px;
        background: #fff;
        border: 1px solid #444;
        box-shadow: 15px 20px 29px 0px rgba(0, 0, 0, 0.23);
        transition: all 0.4s ease-out;
        transition-property: opacity, top, visibility;
        transition-delay: 0s, 0s, 0s;
    }
    .dis_width{
        
    }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
    #header nav .gnb > li ul {
    display: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 35px;
    right: -25px;
    min-width: 170px;
    width: 100%;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #444;
    box-shadow: 15px 20px 29px 0px rgb(0 0 0 / 23%);
    transition: all 0.4s ease-out;
    transition-property: opacity, top, visibility;
    transition-delay: 0s, 0s, 0s;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
    #header nav .gnb > li ul {
    display: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 35px;
    right: -25px;
    min-width: 170px;
    width: 100%;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #444;
    box-shadow: 15px 20px 29px 0px rgb(0 0 0 / 23%);
    transition: all 0.4s ease-out;
    transition-property: opacity, top, visibility;
    transition-delay: 0s, 0s, 0s;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
    .us_left {
        /*width: 41%!important;*/
    }
    .sec_logo{
        width: 96%;
    }
    .logo_c_cen p {
        font-size: 17px!important;
    }
    .area_news {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        margin: 0;
        padding: 0;
    }
        .page-banner {
        margin-top: 80px;
    }
    .under_t{
        padding: 8% 4% 0 4%!important;
    }

}
@media screen and (min-width: 1550px) {
    #header .pho {
        width: 16%!important;
    }
}
@media screen and (max-width: 1550px) {
        .page-banner {
        margin-top: 80px;
    }
    #header h1 {
        top: -7px;
        left: 50px;
        width: 27%;
    }
    .pho span {
    color: #003b97;
    font-size: 26px;
}
    #header{
            height: 80px;
        display: flex;
        flex-direction: row;
        justify-content: space-between; 
    }
    

    #header nav {
        display: block;
        /* position: absolute; */
        top: 0;
        right: 550px;
        width: 46%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }
    #header nav {
        right: 617px;
    }

    #header nav .gnb > li {
        padding: 0 16px;
    }

    #header .area_util {
        top: 0px;
        left: 320px;
    }

    #header .area_util > a {
        right: 0px;
    }

    #header .btn_menu div > span:nth-of-type(3) {
        top: 14px;
    }
}




@media all and (max-width: 1580px) {
    .page-banner {
        margin-top: 80px;
    }

    .all_menu .info {
        width: 520px;
    }
    .all_menu .cate {
        width: -webkit-calc(100% - 520px);
        width: calc(100% - 520px);
    }

.all_menu .cate .gnb > li > a {
    font-size: 36px;
    width: 100%;
    display: inline-block;
}

    .all_menu .cate .inr {
        right: 10px;
    }

    #footer > .inr {
        width: auto;
        padding: 40px 60px;
    }

    #footer .copyright .inr {
        width: auto;
        margin: 0 60px;
    }

    .nodata {
        padding: 100px 0;
    }
}

@media all and (max-width: 1200px) {
    p,
    li,
    a {
        font-size: 15px;
    }
        .page-banner {
        margin-top: 80px;
    }
        #header .pho{
        display: none;
    }
    #header .area_util{
            width: 9%;
    }
    #header .pho{
        display: none;
    }
    #header nav {
        display: none;
    }
    a.btn_basic {
        padding: 17px 25px;
        min-width: inherit;
    }

    #header .btn_menu.active i {
        font-weight: 800;
        color: #222;
    }

    #header .btn_menu.active div > span {
        background: #222;
    }

    .all_menu .info {
        display: none;
    }

    .all_menu .cate {
        width: 100%;
    }

    #footer > .inr {
        padding: 40px 40px;
    }

    #footer .f_select {
        bottom: 10px;
    }

    #footer .f_select .f_select_btn {
        padding: 23px 70px 23px 23px;
    }
    
    
    
    /*2023/4/7*/
    .news_b_c_l{margin-bottom:2rem}
    .news_boxs_but>span{line-height:3}
    .news_box {background-size: auto 100%;}
    .under_bott { background-size: auto 100%;}
    .foot_erwm{margin: 0 auto;}
/*    #header nav .gnb {*/
/*    justify-content:none!important*/
/*}*/

    /*#header nav .gnb {*/
    /* height: 50%;}*/
    
    
    
    
    
    
    /*隔断*/
}



@media all and (min-width: 1024px) {
    .page-banner {
        margin-top: 80px;
    }
    #header nav .gnb > li ul.active {
        display: block;
        transition-delay: 0.1s;
    }

    #header nav .gnb > li:hover .subnav {
        display: block;
        opacity: 1;
        transition-delay: 0.1s;
    }

    #header nav .gnb > li.active ul {
        /*opacity: 1;*/
        visibility: visible;
        top: 100px;
        z-index: 10;
        transition-delay: 0s, 0s, 0s;
    }
    .gnb > li .subnav{
        display: none;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        top: 35px;
        right: -25px;
        min-width: 170px;
        width: 100%;
        padding: 9px 12px;
        background: #fff;
        /*border: 1px solid #444;*/
        box-shadow: 15px 20px 29px 0px rgb(0 0 0 / 23%);
        transition: all 0.4s ease-out;
        transition-property: opacity, top, visibility;
        transition-delay: 0s, 0s, 0s;
    }
    .cate .gnb > li .subnav{
        display: block;
    }
    #header nav .gnb > li ul > li > a {
        display: block;
        position: relative;
        padding: 11px 11px;
        background: #fff;
        border-top: 1px solid #e1e1e1;
        font-size: 15px;
        color: #404040;
        text-align: left;
        transition: all 0.3s ease 0s;
    }

    #header nav .gnb > li ul > li > a:hover {
        opacity: 0.5;
    }

    #header nav .gnb > li ul > li:first-child > a {
        border-top-width: 0px;
    }

    #header nav .gnb > li ul > li.active > a {
        color: #222;
    }
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 36px!important;
    left: auto;
        border: none;
    border:none;
    max-width: none;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 36px!important;
    right: auto;
        border: none;
}
.pho .pho_vox img{
    width: 26px;
    margin-right: 2%;
}
@media all and (max-width: 1023px) {
    /*#header {*/
    /*    top: 33px;*/
    /*}*/

    /*#header h1 {*/
    /*    left: 40px;*/
    /*}*/

    /*#header h1 img {*/
    /*    height: 36px;*/
    /*}*/

    #header .btn_menu,
    #header .btn_close {
        display: block;
    }

    #header .btn_menu.active div {
        top: 30px;
    }

    #header .btn_menu.active div > span {
        background: #222;
    }

    #header .btn_menu div > span {
        width: 100%;
    }

    #header .btn_menu div > span:nth-of-type(2) {
        top: 49%;
    }
    
    #header .btn_menu div > span:nth-of-type(3) {
        top: 14px;
    }

    .color #header .btn_menu div > span {
        background: #222;
    }

    #header .area_util {
        /*position: absolute;*/
            display: block;
    }

    #header .area_util > a {
        top: 2px;
        padding: 0;
    }

    #header .area_util > a i {
        display: none;
    }

    #header .area_util > a div {
        top: 45px;
        right: 16px;
        left: auto;
        width: 23px;
        height: 17px;
    }

    .all_menu .cate .gnb {
        margin: 18vh 10px 0 50px;
    }

    .all_menu .cate .gnb > li {
        margin-bottom: 40px;
        width: 95%;
        border-bottom: 1px solid #000;
        padding-bottom: 5%;
    }

    #footer > .inr {
        padding: 40px 30px;
    }

    #footer h1 img {
        height: 34px;
    }

    #footer div[data-footer="00"] {
        margin-top: 0;
    }

    #footer div[data-footer="00"] > div,
    #footer div[data-footer="00"] > div > ul > li {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    #footer div[data-footer="00"] > div > ul li:after {
        display: none;
    }

    #footer div[data-footer="00"] > ul li > a {
        padding: 5px 21px;
        font-size: 12px;
    }

    #footer div[data-footer="00"] > div > ul li:nth-child(5) {
        margin-top: 0;
    }

    #footer div[data-footer="01"] {
        margin: 0;
    }

    #footer .f_select {
        position: relative;
        float: left;
        top: auto;
        right: auto;
        bottom: auto;
        margin: 20px 0px;
    }

    #footer .f_select .f_select_list li a {
        padding: 6px 20px;
    }

    #footer .f_select .f_select_box {
        bottom: 0px;
    }

    #footer .f_select .f_select_btn {
        padding: 14px 90px 14px 20px;
    }

    #footer .f_select .f_select_btn span {
        font-size: 12px;
        letter-spacing: 0.2px;
    }

    #footer .f_select .f_select_btn:after {
        right: 20px;
    }

    .sub #footer {
        padding: 40px 0;
        margin-top: 40px;
    }
}
.page-banner{
    margin-top: 100px;
}
.right img{
    width: 100%;
}



@media all and (max-width: 767px) {
    body,
    p,
    li,
    a {
        font-size: 14px;
    }

    a.btn_basic.v2,
    a.btn_basic {
        padding: 17px 25px;
        font-size: 13px;
    }
    
     #section99{display:block!important}
     #section01{display:none!important}
    
     #section00 .fp-tableCell {
    height: 20vh!important;}
    
    
    
    

    #header {
        /*top: 23px;*/
    }

    #header h1 {
        top: 0;
        left: 15px;
        width: 180px;
        height: 33px;
    }

    #header h1 img {
        height: 32px;
    }

    #header .area_util {
        top: 6px;
        left: 205px;
    }

    #header .area_util ul {
        padding: 0;
        width: 141px;
        background-color: transparent;
        border-radius: 0;
    }

    #header .area_util ul li a {
        padding: 0 10px;
        font-size: 12px;
    }

    #header .area_util ul li a:after {
        top: 5px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
    }

    #header .area_util > a div {
        top: 30px;
    }

    #footer > .inr {
        padding: 30px 20px;
    }

    #footer .copyright {
        padding: 10px 0;
        font-size: 12px;
    }

    #footer .copyright > div {
        width: auto;
        padding: 0 20px;
    }

    #footer div[data-footer="01"] p {
        font-size: 12px;
    }

    #footer .copyright .inr {
        margin: 0;
    }

    #footer div[data-footer="00"] {
        margin-top: 0px;
        width: 100%;
    }

    #footer div[data-footer="00"] > div > ul li * {
        font-size: 13px;
    }

    #footer div[data-footer="00"] > ul li > a {
        padding: 5px 14px;
        font-size: 11px;
    }

    #footer div[data-footer="00"] > div > ul li * {
        font-weight: 400;
        color: #888;
    }

    #footer .f_select .f_select_btn {
        padding: 14px 80px 14px 20px;
    }

    #footer p br {
        display: block;
    }

    .scroll_path {
        right: 15px;
        bottom: 30px;
        width: 50px;
        height: 50px;
    }

    .scroll_path::after,
    .on .fix .scroll_path::after {
        width: 12px;
        margin-left: -6px;
    }
    
   
   
   
/*2023/4/7*/
 .news_b_c_l{margin-bottom:2vh!important;  }
  #header nav .gnb { height: 50%!important;;}  
  .page-wrap {  padding-top: 2.5rem; }
  .page-wrap-right  strong span{font-size:2.25rem}
  .page-wrap-right p span{font-size:1.2rem}
    
    
    
    
  /*隔断  */
}

@media all and (max-width: 500px) {
       #section00 .fp-tableCell {
    height: 20vh!important;}
    
    
    
    
    #header nav {
        position: fixed;
        top: 0px;
        right: -100%;
        z-index: 998;
        width: 100%;
        height: 100%;
        margin: 0;
        background: #fff;
    }

    #header nav.active {
        right: 0px;
        box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.1);
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #header nav .gnb {
        top: 90px;
        text-align: center;
    }

    #header nav .gnb > li {
        display: block;
    }

    #header nav .gnb {
        position: absolute;
        top: 110px;
        right: 0px;
        width: 100%;
        overflow-y: auto;
        left: 10px;
    }

    #header nav .gnb > li {
        padding: 0;
    }

    #header nav .gnb > li > a {
        display: block;
        padding: 14px 0;
        font-size: 21px;
        color: #111;
        transition: all 0.3s ease 0s;
        display: block;
    padding: 14px 0;
    font-size: 16px;
    color: #111;
    transition: all 0.3s ease 0s;
    color: #222;
    letter-spacing: -0.02em;
    font-weight: 800;
    line-height: 1.7;
    text-align: left;
    text-indent: 2rem;
    
    }

    #header nav .gnb > li ul {
        display: none;
        padding: 0px 0 20px;
    }

    #header nav .gnb > li ul > li > a {
        display: block;
        padding: 8px 0px;
        font-size: 15px;
    }

    #header nav .gnb > li ul li.active a {
        color: #00974a;
    }

    #header nav .gnb > li > a.on {
        color: #00974a;
    }

    #header nav .gnb > li > a p {
        font-weight: 600;
        font-size: 21px;
        letter-spacing: -0.03em;
    }

    #header nav .gnb > li:hover > a {
        opacity: 1;
        color: #111;
    }

    #header nav {
        display: block;
    }

    .all_menu {
        display: none;
    }

    #footer div[data-footer="01"] p > br {
        display: block;
    }

    #footer .f_select .f_select_list {
        max-height: 138px;
    }

    #footer .f_select .f_select_btn span {
        font-size: 11px;
    }
    
    
    
    
    
 /*2023/4/8   */
    .active .all_menu .cate .gnb {
    display: flex;
    transform: translateY(0px);
    flex-direction: column;}
    .all_menu .cate .gnb > li {
    margin-bottom: 40px;
    width: 95%;
    border-bottom: 1px solid #000;
    padding-bottom: 5%;}
    
    .all_menu .cate .gnb > li > a {
    font-size: 36px;
    width: 100%;
    display: inline-block;}
    .active .all_menu .cate {
    opacity: 1;
    visibility: visible;
    height: 100vh}
    
    
    
    
    
    
    
    
    
    
}

@media all and (max-width: 400px) {
    /*#header > .area_util {*/
    /*    left: 200px;*/
    /*}*/

    /*#header .btn_menu {*/
    /*    top: 25px;*/
    /*}*/

    /*#header nav .gnb > li > a {*/
    /*    font-size: 18px;*/
    /*}*/

   #section00 .fp-tableCell {
    height: 20vh!important;}
    
    
    
    #footer .f_select {
        margin: 10px 0 20px 0px;
    }

    #footer h1 img {
        height: 30px;
    }

    #footer div[data-footer="00"] > ul li > a {
        padding: 5px 14px;
    }

    #footer div[data-footer="00"] > ul li,
    #footer div[data-footer="00"] > div > ul li {
        margin: 0 5px 5px 0;
    }
}

@media all and (max-width: 390px) {
    #header h1 {
        top: 15px;
    }

    #header > .area_util {
        top: -15px;
        left: inherit;
        right: 5px;
    }

    #header .area_util ul {
        width: auto;
    }

    #header .area_util > a div {
        top: 45px;
    }

    #footer div[data-footer="01"] p > br {
        display: none;
    }

    #footer .f_select .f_select_list {
        max-height: 130px;
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scrollDown02 {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    40% {
        opacity: 0.2;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes spotscales {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    40% {
        opacity: 0.1;
        transform: scale(4);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

/*新增*/
.pos_abs {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pos_abs a {
    width: 70px;
    height: 183px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pos_abs a span {
    writing-mode: tb-rl;
    margin-top: 21%;
    width: 40%;
}

.pos_abs a:nth-child(1) {
    background: #003b97;
}

.pos_abs a:nth-child(2) {
    background: #01142c;
}

.container {
    /*background: #f7f8fa;*/
    height: auto;
    overflow: hidden;
    padding-top: 60px;
}

.price {
    width: 100%;
    margin: 0 auto;
}

.price h2 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 10px;
}

.price .category {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 2%;
}

.price .category .prev {
    display: none;
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    left: 0;
    border-right: 1px solid #e1e3e6;
}

.price .category .prev span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 96.77% 25%;
    background-size: initial;
}

.price .category .next span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: 61.29% 25%;
    background-size: initial;
}

.price .category .next {
    position: absolute;
    top: 0;
    width: 59px;
    height: 100%;
    box-shadow: 0 0 3px #c6c6c7;
    background: #fff;
    text-align: center;
    font-size: 0;
    right: 0;
    border-left: 1px solid #e1e3e6;
}

.price .category ul li {
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    display: flex;
    position: relative;
    padding: 18px 25px;
    align-items: center;
}

.category ul li img {
    opacity: 0;
    transition: all 0.4s ease-out;
}

.price ul  li:hover img {
    opacity: 1;
    transition: all 0.4s ease-out;
}

.price .category ul li.active a {
    color: #237be4;
}

.price .cont {
    display: none;
}

.area_bd span {
    font-weight: bold;
    font-size: 40px;
    color: #474747;
}

.price .cont.active {
    display: block;
}

.price .cont ul li {
    width: 280px;
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
}

.price .cont ul li:nth-child(4n) {
    margin-right: 0px !important;
}

.price .cont ul li a {
    display: block;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin-top: 20px;
    padding: 13px 20px 15px;
}

.price .cont ul li a:hover {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
    border-color: rgba(229, 229, 229, .73);
}

.price .cont ul li a:hover .cont_main h3.title {
    color: #00a4ff;
}

.price .cont ul li a .cont_main {
    display: table-cell;
    vertical-align: top;
}

.price .cont ul li a .cont_main h3.title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.por_more_cont {
    width: 23%;
    /*overflow: hidden;*/
    transition: all 0.4s ease-out;
    border-radius: 14px;
    background: #efefef;
    background-image: url(../images/4315151.png);
    box-shadow: 0px 0px 26px 0px rgb(156 154 154 / 10%);
    background-size: 100%100%;
}

.price .cont ul li a .cont_main p.desc {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    height: 42px;
    margin-top: -2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.por_more {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.4s ease-out;
}

.or_more {
    display: flex;
    align-items: center;
}

.por_more_cont .por_mores {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 8% 12%;
    flex-direction: column;
}

.por_mores .por_nimg {
    display: none;
    margin-top: 65%;
    transition: all 0.4s ease-out;
}

.por_mores .por_img {
    margin: 0;
    width: 100%;
    /*max-width: 200px;*/
    transition: all 0.4s ease-out;
}

.category ul {
    display: flex;
    justify-content: space-between;
}

.por_mores p {
    color: #bababa;
    transition: all 0.4s ease-out;
    border-bottom: 1px dashed #ccc;
}

.por_mores span {
    margin-top: 20px;
    height: 74px;
    font-size: 20px;
    font-weight: bold;
    text-align: -webkit-auto;
    color: #121212;
    transition: all 0.4s ease-out;
}

.por_more_cont:hover {
    transition: all 0.4s ease-out;
    background: linear-gradient(to right, #237ae4, #26c0fb);
}

.category ul li a:hover {
    color: #237ae4;
}

.por_more_cont:hover p {
    color: #fff;
}

.por_more_cont:hover span {
    color: #fff;
}

.por_more_cont:hover .por_nimg {
    display: block;
}

.por_more_cont:hover .por_img {
    margin-left: 16%;
}

.category ul li a {
    transition: all 0.2s ease-out;
    font-size: 28px;
    font-weight: bold;
}

.category .active a {
    font-style: italic;

    margin-right: 10%;
}

.photo_cs {
    width: 25%;
    position: relative;
}

.photo_cs_mas {
    transition: all 0.4s ease-out;
    background: linear-gradient(to right, #002a6b, #0244ac);
    width: 100%;
    height: 100%;
    opacity: .6;
    position: absolute;
    z-index: 2;
}

.photo_cs_b img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo_cs_b {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.photo_cs:hover .photo_cs_mas {
    opacity: .2;
}

.photo_cont {
    width: 100%;
    height: 100%;
    display: flex;
}

.photo_cs_t {
    transition: all 0.4s ease-out;
    position: absolute;
    top: 75%;
    left: 20%;
    min-height: 160px;
    z-index: 3;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.photo_cs_t p {
    color: #fff;
    font-size: 19px;
}

.photo_cs_t span {
    font-size: 40px;
    color: #fff;
}

.photo_cs:hover .photo_cs_t {
    top: 30%;
}


.photo_cs:nth-child(5){display:none}



.area_us {
    background-image: url("../images/9d9-b6Xhxy.jpg");
        background-size: 100% 100%;
}

.us_left {
    /*width: 34%;*/
    position: absolute;
    top: 24%;
    left: 4%;
}

.us_l_t {
    font-size: 40px;
    font-weight: bold;
}

.timerDiv {
    display: flex;
    flex-wrap: wrap;
}

.timerDiv .us_l_nes {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.us_l_cont {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.us_l_cont p {
    font-size: 18px;
    font-weight: bold;
    color: #003b97;
}

.us_l_cont span {
    font-size: 60px;
    font-weight: bold;
    color: #003b97;
}
.sec_logo span{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 4%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.timerDiv .us_l_nes:nth-child(-n+3) {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 3%;
    padding-bottom: 3%;
}
.us_l_nes em{
        font-size: 20px;
    color: #696969;
}
.us_l_neb {
    /*margin: 8% 0 12% 0;*/
}

.us_bot a {
    padding: 12px 46px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 20px;
    letter-spacing: 4px;
    /* font-weight: 700; */
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
}

.us_bot a {
    background: rgb(0, 140, 255);
    box-shadow: 0 0 25px rgb(0, 140, 255);
}

.us_bot a:hover {
    box-shadow: 0 0 5px rgb(0, 140, 255),
    0 0 25px rgb(0, 140, 255),
    0 0 50px rgb(0, 140, 255),
    0 0 100px rgb(0, 140, 255);
}

.us_rig {
    position: absolute;
    top: 56%;
    right: 20%;
    background: #277ce7;
    padding: 2% 2%;
    border-radius: 6px;
}

.us_rig span {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 6%;
    margin-bottom: 6%;
    display: inline-block;
}

.us_r_box1 {
    display: flex;
    align-items: center;
}

.us_r_box1 img {
    margin-right: 10px;
}

.us_r_box1 p {
    color: #fff;
}

.sec_logo {
    max-width: 100%;
    margin-right: 70px;
}
.logo_imgs img {
    /*width: 14.5%!important;*/
    margin: 0 1% 2% 1%;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
    opacity: 1 !important;
}

.area_logo {
    background-image: url("../images/50ff8-ElKP6Z.jpg");
}

.logo_cont {
    float: right;
    display: flex;
    height: 100%;
    width: 93%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.logo_c_t {
    width: 100%;
    margin: 4% 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_c_cen {
    width: 76%;
}
.logo_c_bot{
    width: 18%;
}
.logo_c_bot a{
    width: 100%;
    display: flex;
    align-items: center;
}
.logo_c_bot a em{
    width: 27%;
    margin-right: 20px;
}
.logo_c_bot a em:hover{
    color: #003b97;
}
.logo_c_bot a img{
    width: 60%;
}
.logo_c_cen p {
    font-size: 20px;
}
.logo_c_t .logo_c_t_span {
    font-size: 42px;
    /*font-weight: bold;*/
    color: #222222;
}

.logo_imgs {
    display: flex;
}

.logo_imgs img {
    width: 100%;
    margin: 0 1% 2% 1%;
}

/**/
.news_box {
    background-image: url("../images/index_contact.jpg");
}

/**/
.under_t {
    background-image: url("../images/quN4Sv.jpg");
    height: 94vh;
    padding: 8% 3.5% 0 3.5%;
    display: flex;
    justify-content: space-between;
}

.understand {
    /*background: #003b97;*/
}

.understand_box {
    height: 100vh;
        /*margin-top: 100px;*/
}

.under_t_le {
    width: 54%;
    margin-top: 8%;
}

.under_t_ri {
    width: 40%;
        margin-top: 8%;
}

.under_t_lth p {
    font-size: 30px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 4%;
}

.ender_t_y em {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 3%;
}

.ender_t_y em:nth-child(1) {
    background: #003b97;
}

.ender_t_y em:nth-child(2) {
    background: #5c83be;
}

.ender_t_y em:nth-child(3) {
    background: #b8c9e4;
}

.ender_three p {
    font-size: 12px;
    color: #9fa2a9;

}

.under_t_le span {
    font-size: 20px;
    color: #555555;
    margin: 8% 0 19%;
    display: inline-block;
}

.under_t_mo_a {
    display: flex;
    justify-content: space-between;
}

.ender_three {
    margin: 2% 0 4% 0;
}

.under_t_ri span {
    font-size: 32px;
    font-weight: bold;
}

.ender_t_p {
    font-size: 24px;
    font-weight: bold;
    color: #555555;
    /*margin-bottom: 10%;*/
}

.ender_t_px {
    font-size: 16px;
    color: #555555;
}

.ender_t_px em {
    font-size: 24px;
    font-weight: bold;
    color: #555555;
}

.under_t_erw {
    margin-top: 2%;
}

.news_b_c_th {
    display: flex;
}
.news_boxs_but{
    width: 100%;
    display: flex;
    margin-bottom: 4%;
    margin-top: 6%;
    justify-content: space-between;
    align-items: center;
}
.news_boxs_but span{
    font-size: 40px;
    font-weight: bold;
}
.news_bs_but{
    width: 200px;
    margin-left: 4%;
}
.news_boxs_bux{
        display: flex;
}
.news_bs_but a{
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #00000091;
    background: #ffffff;
    /* box-shadow: 0px 6px 24px 0px rgb(3 79 198); */
    overflow: hidden;
}
.news_bs_but a:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: #053f99;
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
}

.news_bs_but a:hover::after {
 right: auto;
 left: 0;
 width: 100%;
}

.news_bs_but a span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 6% 3%;
    color: #000;
    font-size: 16px;
    font-weight: unset;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.news_bs_but a:hover span {
 color: #fff;
 animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
 0% {
  transform: scale(1);
 }

 50% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(1);
 }
}


.position_tit{
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}








.under_bt {
height: 6vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7% 0 7%;
}
.news_boxs{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.under_bt_le div{
    color: #fff;
}
.under_bt_le div a{
    color: #fff;
}
.under_bt_ri a{
    color: #fff;
}
.news_b_c_th {
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_b_c_img{
    overflow: hidden;
}
.news_b_c_l:hover img{
    transform: scale(1.05);
}
.news_but{
    width: 100%;
    padding-bottom: 6%;
    border-bottom: 1px dashed #ccc;
}
.news_but a{
    width: 100%;
    display: flex;
}
.news_but a .news_b_img{
    width: 32%;
}
.news_b_img img{
        height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.news_but:hover img{
    transform: scale(1.05);
}   
.news_b_c_c{
    width: 30%;
    padding: 4%;
    background: #357cebc2;
}
.news_b_cont{
    display: flex;
    justify-content: space-between;
}
.news_b_c_l{
    background: #fff;
    width: 30%;
        box-shadow: 0px 0px 18px 2px rgb(156 154 154 / 50%);
}
.news_b_c_l a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.news_b_ri{
    width: 70%;
    padding: 2% 0 2% 4%;
    transition: all 0.5s ease-in-out 0s;
}
.news_b_img{
    overflow: hidden;
}
.news_b_c_img img{
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.news_b_c_sd{
    padding: 10%;
}
.news_b_ri p{
    color: rgb(0 0 0 / 70%);
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_b_ri span{
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 2%;
}
.news_b_c_sd span{
    font-size: 20px;
    margin-bottom: 4%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
    transition: all 0.5s ease-in-out 0s;
}
.news_b_c_sd p{
    color: #8b8b8b;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news_b_c_l:hover .news_b_c_sd span{
    color: #034fc6;
}
.news_b_c_t{
    display: flex;
    justify-content: space-between;
}
.news_b_c_t a{
    color: #d60000;
}
.news_b_c_t p:nth-child(2){
    color: #fff;
}
.under_bt_le{
    display: flex;
}
.news_b_c_ce{
    margin: 10% 0 22% 0;
 }
.news_b_c_an a{
    color: #fff;
    display: inline-block;
    border: 2px solid #ffffffb3;
    border-radius: 27px;
    padding: 10px 43px;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
}
.news_b_c_an a:hover {
    box-shadow: 2px 2px 15px #fff inset;
}

.news_b_c_an a:active {
    box-shadow: 2px 2px 20px #fff inset;
}
.news_b_c_ce span{
    color: #fff;
    font-size: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news_b_c_ce p{
    color: #ffffff9c;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 8%;
}
.mySwiper_banner{
    width: 100%;
    height: 100%;
}
.max_width{
    width: 84%;
    margin: 0 auto;
}
.area_news {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.area_bd_ss{
    width: 100%;
}
.news_b_c_t p{
    color: #fff;
}
.under_boxs{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-size: 100% 100%;
    background-image: url(../images/comp_bg.jpg);
}
.under_bott{
    display: flex;
    justify-content: space-between;
    height: 46%;
    align-items: center;
    /*background-image: url('../images/comp_bg.jpg');*/
}
.under_top{
    position: relative;
/*height: 54%;*/
}
.under_top p{
    min-width: 100%;
    left: 10%;
    right: 30%;
    top: -27%;
    color: #fff;
    font-size: 42px;
    width: 100%;
    text-align: center;
    margin-bottom: 4%;
        font-weight: 300;
}
.under_top .under_pos{
    position: absolute;
    left: 0;
    top: 36%;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.under_pos_s{
    width: 160px;

}
.under_pos_s:hover span{
    margin-left: 6%;
        transition: all 0.5s ease-in-out 0s;
}
.under_pos_s span{
    color: #cbcbcb;
}
.under_pos_s{
    width: 10%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    /* width: auto; */
    justify-content: space-between;
}
.under_top .under_pos_img{
    height: 100%;
    width: 100%;
}
.foot_lefts{
    display: flex;
    align-items: center;
        margin: 3% 0;
}
.foot_lefts span{
    color: #555555;
    font-size: 18px;
}
.foot_lefts p{
    color: #555555;    
    font-size: 18px;
}
.under_botjs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10%;
    border-top: 1px solid #ccc;
}
.unders_wi{
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.unders_wi div:nth-child(2){
    margin-left: 2%;
}
.foot_erwm{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot_erwm span{
    width: 100%;
    text-align: center;
    display: inline-block;
}
.under_bo_od{
    width: 25%;
    display: flex;
    flex-direction: column;
}
.under_b_th{
    border-right: 1px solid #ccc;
    padding-right: 8%;
    border-left: 1px solid #ccc;
    padding-left: 8%;
}
.under_bo_od .input {
    text-align: center;
    font-size: 0;
    height: 35px;
    /*margin: 0 0 40px;*/
    float: left;
}
.under_bo_od .input .input-text {
    display: inline-block;
    width: 304px;
    height: 35px;
    line-height: 35px;
    position: relative;
    vertical-align: top;
    color: #fff;
}
.under_bo_od p{
    margin: 4% 0;
}
.under_bo_od img{
    margin-bottom: 4%;
}
.under_bo_od .input .input-text {
    display: inline-block;
    width: 304px;
    height: 35px;
    /*line-height: 35px;*/
    position: relative;
    vertical-align: top;
    color: #fff;
}
.under_bo_od .input .input-text input {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 12px;
    border: none;
    background: none;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    background-color: #e9e9e9;
}
.under_bo_od span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: block;
}
.under_bo_od .input .input-text .input-border:first-of-type:before {
    height: 1px;
    left: 0;
    top: 0;
    width: 0;
}
.under_bo_od .input .input-text .input-border:before, .under_bo_od .input .input-text .input-border:after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    background: #cc0000;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}
.under_bo_od .input .input-text .input-border:before, .under_bo_od .input .input-text .input-border:after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    background: #cc0000;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}
.under_bo_od .input .input-text .input-border {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.under_bo_od .input .btn {
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 35px;
    background: #0244ac;
    margin-left: 12px;
    position: relative;
    z-index: 11;
    transition: 0.6s;
    cursor: pointer;
}
/*.under_bo_od .input .btn a {*/
/*    -moz-border-radius: 0;*/
/*    -webkit-border-radius: 0;*/
/*    border-radius: 0;*/
/*    float: left;*/
/*    width: 90px;*/
/*    height: 35px;*/
    /*line-height: 35px;*/
/*    vertical-align: middle;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
    
/*}*/
.under_bo_od .input .btn input {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    background: none;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    width: 90px;
    height: 35px;
    /* line-height: 35px; */
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}
    .unders_wi div a{
        font-size: 14px;
    }
        .unders_wi div{
        font-size: 14px;
    }
    
    
    
    
    /**/
    .floor-course {
    	position: relative;
    	height: 100%;
        width: 100%;
    }
.floor-content {
	position: relative;
	clear: both;
	height: 100%;
	margin: 0 auto;
}
.floor-side {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 100%;
}
.floor-side h3 {
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	line-height: 100px;
	height: 80px;
	color: #333;
	font-weight: 400;
}
.floor-side h3 a {
	color: #333;
	display: block;
}
.floor-side-link img {
	display: block;
	width: 100%;
	background-color: green;
}
.floor-side-right {
/*position: absolute; */
/*    top: 0;*/
/*    left: 0;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.floor-side-list {
	position: relative;
    padding-top: 3%;
	border-bottom: 1px solid #e1e1e1;
}
.floor-side-list ul {
	/*line-height: 52px;*/
	overflow: hidden;
	/*height: 55px;*/
}
.floor-side-list ul li {
    padding: 2% 0;
    position: relative;
    float: left;
    /* height: 55px; */
    padding: 2% 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
    transition: all 0.4s ease-out;
}
.floor-side-list ul li a{
    margin-right: 20px;
        font-size: 24px;
    font-weight: bold;
}
/*.floor-side-list ul li:after {*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 50%;*/
/*	margin-left: -6px;*/
/*	content: '';*/
/*	border-right: 6px solid transparent;*/
/*	border-bottom: 6px solid transparent;*/
/*	border-left: 6px solid transparent;*/
/*}*/
.floor-side-list ul .on:after {
	border-bottom-color: #3197e9
}
.floor-side-list ul .on a{
    transition: all 0.4s ease-out;
	color: #3197e9;
}
.floor-side-body {
    padding-top: 2%;
}
.floor-side-body ul li {
	position: relative;
	float: left;
	width: 220px;
	height: 206px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-ms-border-radius: 3px;
}
.floor-side-body ul li:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, .3);
}
.floor-side-body ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.floor-side-body ul li a .image-ti {
	position: relative;
	display: block;
	width: 200px;
	height: 113px;
	margin: 8px auto 0;
	background-color: #2C71AF;
}
.floor-side-body ul li a .image-ti img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}
.slide-title {
	line-height: 20px;
	overflow: hidden;
	height: 40px;
	margin: 5px 10px;
	text-overflow: ellipsis;
	word-break: break-all;
	color: #333;
	font-size: 14px;
}
.slide-body {
	line-height: 20px;
	height: 20px;
	margin: 0 10px;
}
.slide-body-nub {
	margin-right: 10px;
	color: #999;
	font-size: 13px;
}
.slide-body-nub-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url(../images/course_ab.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 3px;
}
.slide-body-nup {
	margin-right: 10px;
	color: #999;
	font-size: 13px;
}
.slide-body-nup-icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
	background-image: url(../images/course_ab.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 -23px;
}
.slide-body-price {
	line-height: 20px;
	float: right;
	height: 20px;
	vertical-align: top;
	color: #ef7165;
}
.slide-admission {
	color: #46cfa1;
}
.slide-more {
	line-height: 52px;
	position: absolute;
	right: 0;
	bottom: 0;
	float: right;
	height: 55px;
	color: #3197e7;
}
@media screen and (min-width: 900px) and (max-width: 1600px) {
    .under_bo_od {
        width: 28%;
    }

    .under_bo_od .input .btn {
        display: inline-block;
        width: 25%;
        height: 35px;
        line-height: 35px;
        background: #0244ac;
        margin-left: 12px;
        position: relative;
        z-index: 11;
        transition: 0.6s;
        cursor: pointer;
    }
    .under_bo_od p {
        font-size: 14px;
    }
.under_bo_od .input {
    text-align: center;
    font-size: 0;
    height: 35px;
    width: 100%;
    display: flex;
}
.under_bo_od .input .input-text {
    display: inline-block;
    width: 75%;
    height: 35px;
    /* line-height: 35px; */
    position: relative;
    vertical-align: top;
    color: #fff;
}
.unders_wi {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .unders_wi {
    width: 52%;}


    .foot_lefts span {
        color: #555555;
        font-size: 16px;
    }
    .foot_lefts p {
        color: #555555;
        font-size: 16px;
    }
    .ender_t_p{
        font-size: 20px;
    }
    .under_t_lth p{
        font-size: 26px;
    }
    .under_t_ri span{
        font-size: 28px;
    }
    .ender_t_px em{
        font-size: 22px;
    }
    .news_b_c_ce span{
        font-size: 22px;
    }
    .news_b_c_ce p{
        font-size: 16px;
    }
    .news_bs_but {
        width: 160px;
        margin-left: 2%;
    }
    .news_boxs_but{
        margin-bottom: 2%;
        margin-top: 2%;
    }
    .news_b_ri span{
        font-size: 18px;
    }
    #header nav .gnb > li > a{
        font-size: 16px;
    }
    .photo_cs_t{
        top: 65%;
    }
    .photo_cs_t p {
        color: #fff;
        font-size: 14px;
    }
    .photo_cs_t span {
        font-size: 28px;
    }
    .us_l_cont span {
        font-size: 50px;
    }
    .us_l_nes em {
        font-size: 18px;
    }
    .photo_cs_t span{
        /*font-size: 34px;*/
    }

    .category ul li a{
        font-size: 22px;
    }
    .news_b_c_t p{
        color: #fff;
    }
    #header .pho {
        width: 16%!important;
        margin-right: 2%;
    }
    .under_pos_s {
    width: 12%;
        
    }
}
.area_util{
    display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .under_top p{
        font-size: 38px;
    }
    #header h1{
        width: 29%;
    }
    .news_b_c_sd span {
    font-size: 18px;
        
    }
    .news_b_c_ce span {
    font-size: 20px;
}
.news_b_cont{
    margin-top: 2%;
}
.news_boxs_but {
    margin-bottom: 2%;
    margin-top: 6%;
}
.news_but{
    padding-bottom: 4%;
}
.under_bo_od p {
    font-size: 12px;
}
.unders_wi div {
    font-size: 12px;
}
.unders_wi div a {
    font-size: 12px;
}
.under_botjs div:nth-child(2) a{
    font-size: 12px;
}
.under_pos_s {
    width: 13%;
}
.under_pos_s img{
    width: 42%;
}
.foot_erwm span{
    font-size: 12px;
}
.under_bo_od .input .btn{
    height: 30px;
    font-size: 12px;
}
.under_bo_od p {
    margin: 2% 0;
}
.under_bo_od span{
    line-height: 1;
}
.under_bo_od .input .input-text{
    height: 30px;
}
.under_bo_od .input .btn input{
    height: 30px;
    font-size: 12px;
}
.under_bo_od img{
    width: 80%;
}
.news_bs_but a span{
    font-size: 12px;
}
.news_b_c_ce {
    margin: 6% 0 16% 0;
}
.news_b_c_ce p {
    font-size: 12px;
}
.news_b_c_an a{
    padding: 5px 30px;
    font-size: 12px;
}
.news_b_ri p{
    font-size: 12px;
}
    .news_b_c_sd {
        padding: 6%;
    }
    .news_b_c_sd p{
        font-size: 12px;
    }
    .logo_c_bot a em {
        width: 31%;
        margin-right: 20px;
    }
    .logo_c_bot a img {
        width: 43%;
    }
    .us_l_nes em {
        font-size: 16px;
    }
    .us_l_cont span {
        font-size: 44px;
    }
    .pho span{
            font-size: 22px;
    }
    .container-fluid {
        padding: 0 80px;
        display: flex;
        align-items: flex-start;
    }
    .news_b_c_t p{
        color: #fff;
        opacity: .6;
    }
    
    .under_b_th {
        border-right: 1px solid #ccc;
        padding-right: 4%;
        border-left: 1px solid #ccc;
        padding-left: 4%;
    }
    .under_bo_od {
    width: 31%;
}
        
}
  
  
  .phonebanner  {display:none}
  
@media (max-width: 1200px) { 
    
    /*.phonebanner{*/
    /*    display: block;*/
    /*}*/
    /*.webbanner{display:none}*/
    
    /*   #section00 .fp-tableCell {*/
    /*height: 20vh!important;}*/
    
    
    
    
    
    
    .under_bott {
    display: flex;
    height: 60%;
    flex-direction: column;
    align-items: flex-start;
    }
    .under_bo_od .input .btn{
        width: 100%;
        height: 120px;
        margin-left: 0;
    }
    .under_bo_od .input .input-text input{
        font-size: 30px;
    }
    .under_bo_od .input .input-text{
        width: 100%!important;
            margin-bottom: 6%;
        height: 120px;
    }
    .under_bo_od .input .btn input{
        font-size: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .under_bo_od .input{
        height: auto;
        text-align: center;
        font-size: 0;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .foot_lefts span {
        font-size: 34px;
    }
    .foot_lefts p {
        font-size: 34px;
    }
    .under_bo_od p{
        font-size: 32px;
    }
    .foot_erwm img {
        width: 100%;
    }
    .foot_erwm span{
        font-size: 34px;
    }
    .unders_wi div {
    font-size: 30px;
    text-align: center;
}
.unders_wi {
    width: 100%;
}
.under_botjs {
    display: flex;
    height: 10%;
    border-top: 1px solid #ccc;
    flex-direction: column;
}
.unders_wi {
    display: flex;
    flex-direction: column;
}
.under_botjs div a{
    font-size: 34px;
}
    .under_bo_od span{
        font-size: 30px;
            font-size: 42px;
    }
    .under_b_th{
        width: 100%;
        padding: 0;
        border-left:none;
         border-right:none;
    }
    .under_pos_s {
        width: 19%;
    }
    .foot_erwm {
        width: 100%;
        width:35%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .under_bo_od {
        width: 100%;
            margin-top: 6%;
    }
    .container-fluid {
        padding: 0 80px;
    }
    #header{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background: #ffffffb3;
        height: 100px;
        align-items: center;
    }
    
     #header .web{
         height:100px!important;
     }
    
    
    
    #header .area_util > a div {
        top: 31px;
        right: 31px;
        left: auto;
        width: 50px;
        height: 58px;
    }
    .under_bt {
         height: auto; 
        display: flex;
        align-items: center;
        /* margin: 4% 0; */
        padding: 2% 4% 2% 4%;
        flex-direction: column;
    }
    .under_bt_le {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.under_bt_ri a {
    font-size: 26px;
}
    .under_bt_le div {
        font-size: 26px;
    }
    .under_bt_le div a {
        font-size: 26px;
    }
    .mySwiper_banner{
        /*display: none;*/
    }
    .mySwiper_banner2{
        display: block;
            height: 100%;
    }
    .por_more {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .por_more_cont {
        width: 48%;
        margin: 1%;
    }
    .category ul {
        display: flex;
        flex-wrap: wrap;
        
    }
    .price .category ul li {
        white-space: nowrap;
        font-size: 14px;
        text-align: center;
        border-bottom: 3px solid transparent;
        cursor: pointer;
        display: flex;
        position: relative;
        padding: 18px 25px;
        align-items: center;
            width: 49%;
    }
    .under_t {
        height: auto;
        padding: 8% 3.5% 0 3.5%;
        display: flex;
        flex-direction: column;
    }
    .logo_c_t {
        width: 100%;
        margin: 4% 0;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .logo_c_t .logo_c_t_span{
        font-size: 55px;
    }
    .logo_c_cen {
        width: 100%;
        margin: 40px 0;
    }
    .logo_c_bot {
        width: auto;
        margin-top: 40px;
    }
    .logo_c_bot a em {
         width: auto; 
        margin-right: 20px;
        font-size: 40px;
    }
    .logo_c_bot a img {
         width: auto; 
    }
    .us_l_nes em {
        font-size: 30px;
        color: #696969;
    }
    .under_t_le {
        width: 100%;
    }
    .under_t_ri {
        width: 100%;
    }
    .under_t_lth p{
        font-size: 41px;
    }
    .under_t_le span{
        font-size: 34px;
        margin: 1% 0 7%;
    }
    .news_b_c_ce span{
        font-size: 38px;
    }
    .news_b_ri span{
        font-size: 42px;
    }
    .news_but a {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .por_mores span{
        font-size: 40px;
        height: 132px;
    }
    .category ul li a{
        color: #000;
            font-size: 40px;
    }
    .news_but a .news_b_img {
        width: 100%;
    }
    .news_b_ri {
        width: 100%;
        padding: 2% 0 2% 4%;
        transition: all 0.5s ease-in-out 0s;
    }
    .news_b_ri p{
        font-size: 38px;
    }
    .news_b_c_an a {
        border-radius:100px;
        font-size: 30px;
        padding: 20px 80px;
    }
    .news_b_c_t p{
        font-size: 36px;
    }
    .news_b_c_ce p{
        font-size: 40px;
    }
    .ender_t_p{
        font-size: 40px;
    }
    .under_t_ri span {
        font-size: 50px;
    }
    .ender_t_px em{
        font-size: 40px;
    }
    .under_t_erw{
        margin-bottom: 6%;
            width: 33%;
    }
    .under_t_erw img{
        width: 100%;
    }
    .ender_t_px{
        font-size: 40px;
    }
    .ender_three p{
        display: none;
    }
    .under_t_mo_a a{
        font-size: 30px;
    }
    .news_b_cont {
        display: flex;
        flex-direction: column;
    }
    .news_b_c_l {
        background: #fff;
        width: 100%;
    }
    .news_b_c_c {
        width: 100%;
        padding: 4%;
        background: #003b97;
        margin: 5% 0;
    }
    .news_b_c_th {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .news_b_c_sd {
        padding: 5%;
    }
    .news_b_c_sd span {
        font-size: 40px;
    }
    .news_b_c_sd p{
        font-size: 28px;
    }
    .news_boxs_but {
        width: 100%;
        display: flex;
        margin-bottom: 7%;
        margin-top: 7%;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .news_bs_but {
        width: 350px;
        margin-left: 2%;
    }
    .news_bs_but a span{
        font-size: 30px;
    }
    .pos_abs {
        position: fixed;
        bottom: 0;
            top: auto;
        right: 0;
        z-index: 99;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pos_abs a {
        width: 100px;
        height: 240px;
    }
    .pos_abs a span {
        writing-mode: tb-rl;
        margin-top: 21%;
        font-size: 26px;
    }
    .mySwiper_banner2 .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .active .all_menu .cate .gnb {
        display: flex;
        transform: translateY(0px);
        flex-direction: column;
    }
    .page-banner{
        margin-top: 60px;
    }
    #header nav .gnb > li{
        /*width: 100%;*/
        width: 90%;
    border-bottom: 1px solid #b8b8b8;
    }
    #header nav .gnb {
        /*height: 100%;*/
        width: 100%;
        display: flex;
        flex-direction: column;
    /*margin: 0vh 10px 0 50px;*/
    }
    #header h1 {
    top: -7px;
    left: 50px;
    width: 37%;
}
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
    outline:none!important;
}


.pbanner{display:none}





