*{margin: 0;padding: 0;box-sizing: border-box;}
ul{list-style: none;}
a{text-decoration: none; color: #333;}
.ir_so{opacity: 0;}

.inner{
    width: 1400px;
    margin: 0 auto;
}

#header{}
#header .ev_box{
    width: 100%;
    height: 42px;
    background: #edf1f5;
    align-items: center;
}
#header .ev_box .ev{
    display: flex;
    padding: 10px;
    margin-left: 100px;
}
#header .ev_box .ev img{
    margin-right: 10px;
}
#header .ev_box .ev span{
    color: #4f6280;
    font-size: 14px;
}
.gnb_box{
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #c5c6ca;
}
.gnb_box .inner{
    height: inherit;
    display: flex;
    justify-content: space-between;
}
.gnb_box .gnb_left{
    display: flex;
    align-items: center;
}
.gnb_box .gnb_left .gnb_logo{}
.gnb_box .gnb_left .gnb_logo h1{}
.gnb_box .gnb_left .gnb_logo h1 a{}
.gnb_box .gnb_left .gnb_logo h1 a img{
    width: 190px;
}
.gnb_box .gnb_left .gnb_list{}
.gnb_box .gnb_left .gnb_list ul{
    display: flex;

}
.gnb_box .gnb_left .gnb_list ul li{}
.gnb_box .gnb_left .gnb_list ul li a{
    padding: 15px;
    position: relative;
}
.gnb_box .gnb_left .gnb_list ul li:not(:last-child) a::after{
    content: "";
    width: 3px;
    height: 3px;
    background: #c5c6ca;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
}
.gnb_right{padding: 10px;}
.gnb_right .link_box{
    display: flex;
    gap: 20px;   
}
.gnb_right .link_box>div{
    height: 90px;
    padding: 5px;
}
.link_box .zoom_box{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    top: 15px;
}
.link_box .zoom_box .zoom{
display: flex;
gap: 3px;
top: 20px;
}
.link_box .zoom_box .zoom a{
    
}
.link_box .zoom_box .zoom a img{
    width: 22px;
    height: 22px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    padding: 1px;
}
.link_box .zoom_box span{
    display: block;

}
.link_box .search_box{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    top: 3px;
}
.link_box .search_box .search{}
.link_box .search_box .search a{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../img/css_sprites.png) no-repeat;
    background-position: 0px -1220px;
}
.link_box .mall_box{
    position: relative;
    display: flex;
    flex-direction: column;
    top: -3px;
}
.link_box .mall_box .mall{}
.link_box .mall_box .mall a{
    display: block;
    width: 60px;
    height: 50px;
    overflow: hidden;
    background: url(../img/css_sprites8.png) no-repeat;
    background-position: -50px -10px;
}
.link_box .language_box{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    top: 4px;
}
.link_box .language_box .language{}
.link_box .language_box .language a{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../img/css_sprites8.png) no-repeat;
    background-position: -115px -14px;
}
#nav{
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 10;
}
#nav>ul{
    display: flex;
    gap: 80px;
    justify-content: center;
}
#nav>ul>li{
    display: block;
    padding: 20px;    
}
#nav>ul>li>a{
    
    font-size: 18px;
    font-weight: 600;
    color: #1b1b1b;
    position: relative;    
}
#nav>ul>li>a:hover{
    color: #008368;
}
#nav>ul>li>a::after{
    position: absolute;
    content: "";
    width: 0;
    height: 13px;
    background: rgba(101, 209, 155, 0.5);
    bottom: 0;
    left: 50%;
    transition: .5s;
}
#nav>ul>li>a:hover::after{
    width: 100%;
    left: 0;
}
#nav>ul>li .submenuBg{
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: height .3s;
}
#nav>ul>li:hover .submenuBg{
    height: 180px;
}
#nav>ul>li .submenuBg .submenu{
    width: 1440px;
    margin: 0 auto;
    display: flex;
}
#nav>ul>li .submenuBg .submenu>ul{
    display: flex;
    flex-wrap: wrap;
}
#nav>ul>li .submenuBg .submenu>ul li{

}
#nav>ul>li .submenuBg .submenu>ul li a{
    display: inline-block;
    width: 195px;
    height: 50px;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: 25px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    line-height: 46px;
}
.submenu>ul li a:hover{
    background: linear-gradient(to right, #01a886 0%, #019ea8 100%);
    color: #fff;
    font-weight: bold;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .15);
}
main #banner{
    width: 100%;
    height: 450px;
    background: url(../img/bg_visual.jpg) no-repeat center center;
}
#banner .inner{
    display: flex;

}
#banner .mainslide{
    width: 840px;
    height: 438px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #999999;
    position: relative;
}

#banner .mainslide .slideBox{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: calc(840px * 6); /* 슬라이드 개수 */
    transition: left 0.5s ease;
}

#banner .mainslide .slideBox a{
    width: 840px;
    height: 438px;
    flex-shrink: 0;
}

#banner .mainslide .slideBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner .mainslide .controls {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 20px;
    border-radius: 40px;
    gap: 12px;
    z-index: 10;
}
#banner .mainslide .controls .page-info {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}
#banner .mainslide .controls .btn {
    width: 22px;
    height: 22px;
    background-image: url(../img/sp_gwprovin2.png);
    border: none;
    cursor: pointer;
    user-select: none;
    text-indent: -9999px;
}
.mainslide .controls .btn-prev  { background-position: -221px -4px; }
.mainslide .controls .btn.stop { background-position: -244px -4px; }
.mainslide .controls .btn.play  { background-position: -270px -4px; }
.mainslide .controls .btn-next  { background-position: -296px -4px; }
.mainslide .controls .btn-list  { background-position: -319px -4px; }

#controlsBox .btn.stop::after{
    content: "정지";
}

/* play 상태 */
#controlsBox .btn.play::after{
    content: "재생";
}

/* 기존 텍스트 숨김 */
#controlsBox .btn.stop,
#controlsBox .btn.play{
    color: transparent;
}

#banner .governor_box{
    padding: 10px;
}
#banner .governor_box h2{
    margin: 30px;
}
#banner .governor_box .gvBox{
    display: flex;
    position: relative;
}
#banner .governor_box .governorImg{
    position: absolute;
    bottom: -110px;
    right: -238px;
}
#banner .governor_box .link_box{
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#banner .governor_box .link_box a{
    position: relative;
    display: flex;
    border-radius: 20px;
    width: 190px;
    height: 36px;
    padding: 0 15px;
    margin: 5px 0;
    font-size: 14px;
    background: linear-gradient(125deg, rgba(123, 59, 207, 1) 0%, rgba(201, 63, 149, 1) 80%);
    color: #fff;
    align-items: center;
}
#banner .governor_box .link_box a::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 40%;
    right: 15px;
    background: url(../img/plus.png);
    transition: .3s;
}
#banner .governor_box .link_box a:hover::after{
    transform: rotate(180deg);
}
#banner .governor_box .sns_box{
    margin-top: 20px;
}
#banner .governor_box .sns_box ul{
    display: flex;
    margin-left: 20px;
}
#banner .governor_box .sns_box ul li{
    width: 38px;
    height: 39px;
    margin-right: 10px;
}
#banner .governor_box .sns_box ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-indent: -99999px;
    background: url(../img/css_sprites2.png);
}
#banner .governor_box .sns_box ul li:nth-child(1) a{
    background-position: -388px -106px;
}
#banner .governor_box .sns_box ul li:nth-child(2) a{
    background-position: -452px -106px;
}
#banner .governor_box .sns_box ul li:nth-child(3) a{
    background-position: -266px -106px;
}
#banner .governor_box .sns_box ul li:nth-child(4) a{
    background-position: -141px -106px;
}
#banner .governor_box .sns_box ul li a:hover{
    filter: hue-rotate(90deg);
}
#service .inner{
    display: flex;
    padding: 20px;
}
#service .inner .service-title{
    width: 15%;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #222;
}
#service .serviceBox{
    width: 85%;
}
#service .serviceBox ul{
    display: flex;
    justify-content: space-between;
}
#service .serviceBox ul li{
    width: 100px;
    height: 100px;
    display: flex;
    background: rgb(242, 243, 248);
    border-radius: 10px;
    transition: .3s;
}
#service .serviceBox ul li:hover{
    transform: translateY(-2px);
    box-shadow: 2px 2px 0 2px #cacdd4;
}
#service .serviceBox ul li a{
    width: 100%;
    position: relative;
    background: url(../img/css_sprites8.png);
}
#service .serviceBox ul li a span{
    position: absolute;
    bottom: -30px;
    left: 0;
    color: #313131;
    font-size: 12px;
}
#service .serviceBox ul li a:hover span{
    font-weight: bold;
}
#service .serviceBox ul li:nth-child(1) a{
    background-position: -10px -62px;
}
#service .serviceBox ul li:nth-child(2) a{
    background-position: -113px -62px;
}
#service .serviceBox ul li:nth-child(3) a{
    background-position: -214px -62px;
}
#service .serviceBox ul li:nth-child(4) a{
    background-position: -318px -62px;
}
#service .serviceBox ul li:nth-child(5) a{
    background-position: -420px -62px;
}
#service .serviceBox ul li:nth-child(6) a{
    background-position: -420px -62px;
}
#service .serviceBox ul li:nth-child(7) a{
    background-position: -525px -62px;
}
#service .serviceBox ul li:nth-child(8) a{
    background-position: -10px -62px;
}
#service .serviceBox ul li:nth-child(9) a{
    background-position: -631px -62px;
}

#notice{
    margin-top: 50px;
    height: 427px;
}
#notice .inner{
    display: flex;
    height: inherit;
}
#notice .inner .notice-box{
    width: 1000px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 5px;
}
#notice .inner .notice-box .notice-lists{display: flex;}
.notice-box .notice-titles{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.notice-box .notice-titles .notice-title{
    width: 156px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    border-width: 1px 1px 1px 0;
    font-size: 18px;
    transition: all .1s;
    height: 68px;
}
.notice-box .notice-titles .notice-title.first{
    border-radius: 10px 0 0 10px;
}
.notice-box .notice-titles .notice-title.plus{
    width: 62px;
    background-image: url(../img/sp_gwprovin2.png);
    background-position: 14px -81px;
    border-radius: 0 10px 10px 0;
}
.notice-box .notice-titles .notice-title.active{
    background: #00529b;
}
.notice-box .notice-titles .notice-title.active a{
    color: #fff;
    font-weight: 700;
}
.notice-box .notice-titles .notice-title a{
   width: 100%;
}
.notice-box .notice-titles .notice-title:hover a{
    font-weight: 700;
}
.notice-box .notice-listbx{
    display: flex;
    position: relative;
    height: 232px;
    margin-top: 20px;
}
.notice-box .notice-listbx .notice-item{
    width: 285px;
    height: 100%;
    padding: 20px 10px;
}
.notice-box .notice-listbx .notice-item a{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 285px;
    border: 1px solid #00529b;
    border-radius: 10px; 
    padding: 0 25px;
    flex-direction: column;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.notice-box .notice-listbx .notice-item:hover a{
    background: #00529b;
}

.notice-box .notice-listbx .notice-item em{
    color: #00529b;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 22px;
}
.notice-box .notice-listbx .notice-item:hover em{
    color: #fff;
}
.notice-box .notice-listbx .notice-item span{
    font-size: 18px;
    text-overflow: ellipsis;
    line-height: 1.7;
    overflow: hidden;
}
.notice-box .notice-listbx .notice-item:hover span{
    color: #fff;
}
.notice-listbx .notice-lists{
    width: 670px;
    margin-left: 40px;
    margin-top: 25px;
}
.notice-listbx .notice-lists ul{}
.notice-listbx .notice-lists ul li{
    margin-bottom: 15px;
    list-style: disc;
    font-size: 15px;
}
.notice-listbx .notice-lists ul li a{
    width: 633px;
    display: flex;
    justify-content: space-between;
}
.notice-listbx .notice-lists ul li a span{
    display: inline-block;
    width: 553px;
    white-space: nowrap;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice-listbx .notice-lists ul li a em{
    display: inline-block;
    width: 80px;
}

#notice .inner .notice-slidebox{
    width: 320px;
    height: 300px;
    background: #00529b;
    border-radius: 10px;
    padding: 20px 20px 0;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.notice-slidebox .notice-slidebox-slides{
    width: 280px;
    height: 233px;
    border-radius: 10px;
    overflow: hidden;
}
.notice-slidebox-slides .notice-slidebox-slide{
    display: flex;
    width: 1500px;
    position: relative;
    left: 0;
}
.notice-slidebox-slide a{
    width: 280px;
    height: 233px;
    position: relative;
    flex-shrink: 0;
}
.notice-slidebox-slide a img{
    display: block;
    width: 100%;
}
.notice-slidebox-control {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-radius: 40px;
    gap: 5px;
    z-index: 10;
}
.notice-slidebox-control .page-info {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.notice-slidebox-control>.btn {
    width: 22px;
    height: 22px;
    background-image: url(../img/sp_gwprovin2.png);
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    filter: brightness(0) invert(1);
}
.notice-slidebox-control>.btn-prev  { background-position: -221px -4px; }
.notice-slidebox-control>.btn.stop { background-position: -244px -4px; }
.notice-slidebox-control>.btn.play  { background-position: -270px -4px; }
.notice-slidebox-control>.btn-next  { background-position: -296px -4px; }
.notice-slidebox-control>.btn-list  { background-position: -319px -4px; }

.mainslide .controls .btn.stop { background-position: -244px -4px; }
.mainslide .controls .btn.play  { background-position: -270px -4px; }

#information{
    background: #f5f5f9;
    padding: 20px 0 60px;
}
#information .info-title{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 50px;
    padding: 20px 0 30px 0;
}
.info-title h3{
    font-size: 24px;
    font-weight: 700;
    color: #313131;
}
.info-title .info-snsBox{
    display: flex;
    gap: 10px;
    align-items: center;
}
.info-snsBox p{
    font-size: 22px;
    font-weight: 700;
    color: #6b6b6b;
    position: relative;
    margin-right: 10px;
}
.info-snsBox p::after{
    content: "";
    width: 20px;
    height: 1px;
    background: #8f8f8f;
    position: absolute;
    top: 50%;
    right: -30px;
}
.info-snsBox .sns_box{}
.info-snsBox .sns_box ul{
    display: flex;
    gap: 10px;
    margin-left: 20px;
}
.info-snsBox .sns_box ul li{
    width: 35px;
    height: 35px;
}
.info-snsBox .sns_box ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-indent: -99999px;
    background: url(../img/sp_gwprovin2.png);
}
.info-snsBox .sns_box ul li a:hover{
    filter: hue-rotate(90deg);
}
.info-snsBox .sns_box ul li:nth-child(1) a{
    background-position: -393px -108px;
}
.info-snsBox .sns_box ul li:nth-child(2) a{
    background-position: -456px -108px;
}
.info-snsBox .sns_box ul li:nth-child(3) a{
    background-position: -267px -108px;
}
.info-snsBox .sns_box ul li:nth-child(4) a{
    background-position: -141px -108px;
}
.info-snsBox .sns_box ul li:nth-child(5) a{
    background-position: -204px -108px;
}
.info-snsBox .sns_box ul li:nth-child(6) a{
    background-position: -330px -108px;
}
.info-box{}
.info-box .tabs{}
.info-box .tabs ul{
    display: flex;
    gap: 10px;
}
.info-box .tabs ul li{
    flex: 110%;
}
.info-box .tabs ul li a{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid rgb(234, 235, 238);
    border-radius: 10px;
    position: relative;
}
.info-box .tabs ul li.on a{
    background: #d74047;
    color: #fff;
    font-weight: 700;
    border-color: #d74047;
}
.info-box .tabs ul li a::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: #d74047;
    z-index: -1;
    transition: .2s ease-out;
}
.info-box .tabs ul li.on a::after{
    bottom: -8px;
    z-index: 1;
}
.info-box .tabs ul li:hover a{
    font-weight: 700;
}
.info-box .tabcon{
    width: 100%;
    height: 470px;
    border: 1px solid #edf1f5;
    border-radius: 10px;
    background: #fff;
    margin-top: 30px;
    display: flex;
    overflow: hidden;
}
.info-box .tabcon .conlist-box{
    display: flex;
    height: inherit;
}
.tabcon .conlist-box .ill-bx{
    width: 465px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
    background: #fff0f1;
    transform: rotateY('360deg');
    transition: .2s;
}
.tabcon .conlist-box .ill-bx strong{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #313131;
}
.tabcon .conlist-box .link-bx {
    width: 935px;
    padding: 30px 50px 40px 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tabcon .conlist-box .link-bx .text-link{
    display: flex;
    flex-wrap: wrap;
}
.conlist-box .link-bx .text-link a{
    display: flex;
    flex: 1 33.3333%;
    height: 36px;
    padding-right: 5px;
    align-items: center;
}
.conlist-box .link-bx .text-link a::before{
    content: "";
    width: 2px;
    height: 2px;
    background: #313131;
    margin-right: 5px;
}
.conlist-box .link-bx .icon-link{
    display: flex;
    justify-content: space-around;
}
.conlist-box .link-bx .icon-link a{
    flex: 1 15%;
    max-width: 150px;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
}
.conlist-box .link-bx .icon-link a img{
    display: block;
    width: 70px;
    margin: 0 auto;
    transition: .2s;
}
.conlist-box .link-bx .icon-link a:hover img{
    transform: scale(1.1);
}
#news{
    padding: 60px 0 60px;
}
#news .news-bx{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#news .news-bx div{
    flex: 1 33.3333%;
}
#news .news-bx div a{
    height: 270px;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: .2s;
}
#news .news-bx div a i{
    position: relative;
    width: 5px;
    height: 15px;
}
#news .news-bx div a i::before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(114, 200, 41);
    border-radius: 50%;
    transition: .2s;
}
#news .news-bx div a i::after{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(71, 136, 104);
    border-radius: 50%;
    transition: .2s;
}
#news .news-bx div a strong{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 25px;
    transition: .2s;
    color: #464646;
}
#news .news-bx div a span{
    font-size: 18px;
    line-height: 1.2;
    margin-top: 5px;
    transition: .2s;
}
#news .news-bx div a img{
    max-width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: .2s;
}
#news .news-bx div a:hover{
    background: #00529b;
}
#news .news-bx div a:hover i::before{
    background: #fff;
}
#news .news-bx div a:hover i::after{
    background: #fff;
}
#news .news-bx div a:hover{
    color: #fff;
}
#news .news-bx div a:hover strong{
    color: #fff;
}
#news .news-bx div a:hover img{
    bottom: 0;
}

footer{
    background: #242b45;
    color: #fff;
    padding: 50px 0 45px;
    position: relative;
    z-index: 10;
}
footer .inner{
    display: flex;
}
footer h1 a img{
    display: block;
    width: 143px;
    filter: brightness(0) invert(1);
}
.footerL .link-bx{
    display: flex;
    gap: 20px;
    margin-top: 22px;
}
.footerL .link-bx a{
    color: #fff;
    position: relative;
    font-weight: 600;
}
.footerL .link-bx a:first-child{
    color: #ff0;
}
.footerL .link-bx a:not(:last-child):after{
    content: "";
    display: block;
    height: 12px;
    width: 2px;
    background: #fff;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}
.footerL .site-bx{
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 19px;
}
.footerL .site-bx .family{
    margin-right: 15px;
    width: 240px;
}
.footerL .site-bx .family{
    display: flex;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
    color: #fff;
    z-index: 11;
    background: #242b45;
    position: relative;
}
.footerL .site-bx .family a::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid #8e8e8e;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin-top: -5px;
}
.footerR{
    flex: 1;
    position: relative;
}
footer .footerR .info-bx{
    position: absolute;
    top: -50px;
    right: 20px;
    bottom: -45px;
    width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1b2235;
    padding: 20px;
}
footer .footerR .info-bx .adress span{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
}
footer .footerR .info-bx .logo-bx{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin-top: 20px;
}
footer .footerR .info-bx .logo-bx a{width: 100px; object-fit:cover;}
footer .footerR .info-bx .logo-bx a img{width: 100%; display: block;}