@charset "utf-8";

/* ==========================================================================
   incTop2025.jsp (상단 유틸리티 바) 전용 스타일
   - global5_2025.css 및 JSP 내부 인라인 스타일 병합
   - #main2025 ID 제거됨 (범용 사용)
   ========================================================================== */

/* ----------------------------------------
   1. 레이아웃 및 기본 설정
   ---------------------------------------- */
#globalWarp.new-global {
    background: #fff !important; /* JSP 인라인 스타일보다 우선 적용 */
    border-bottom: 1px solid #e5e5e5;
}
.newwid{max-width:1300px;width:100%;margin:0 auto;padding:0 20px;}
 
#globalWarp .set {
    max-width: 1300px;
    padding: 0 20px;
    min-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#globalWarp.new-global .set, 
#globalWarp.new-global .familySet {
    float: none;
    height: auto;
}

/* 모바일용 패밀리사이트 열기/닫기 버튼 */
.familySetOpen {
    position: absolute;
    right: 0;
    top: 55px;
    font-family: 'FontAwesome';
    font-size: 20px;
    width: 48px;
    height: 30px;
    z-index: 601;
    /* 기본적으로 숨기고 미디어 쿼리에서 제어할 수도 있으나 JSP 원본 스타일 유지 */
}

/* ----------------------------------------
   2. 좌측 패밀리 사이트 (Family Set)
   ---------------------------------------- */
#globalWarp.new-global .familySet > ul {
    display: flex;
}

#globalWarp.new-global .familySet > ul > li {
    background: transparent !important;
    width: auto;
    float: none;
    margin-right: 13px;
    padding-right: 15px;
    position: relative;
}

/* 리스트 사이 점(dot) 구분자 */
#globalWarp.new-global .familySet > ul > li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #898989;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 12px;
}

#globalWarp.new-global .familySet > ul > li:last-child {
    padding: 0;
}

#globalWarp.new-global .familySet > ul > li:last-child::after {
    display: none;
}

#globalWarp.new-global .familySet > ul > li > a {
    text-align: center;
    font-family: 'S-CoreDream', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #333;
    height: auto;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    position: relative;
}

#globalWarp.new-global .familySet > ul > li > a:hover {
    font-weight: 500;
    border: 0;
    text-decoration: none;
}

/* 활성화(on) 상태 스타일 */
#globalWarp.new-global .familySet > ul > li.on > a {
    border: 0;
    text-decoration: none;
}

#globalWarp.new-global .familySet > ul > li.on > a::after {
    content: "";
    display: none; /* 원본 CSS에 display:none으로 되어있음 확인 필요 */
    width: 8px;
    height: 8px;
    border-top: 8px solid #666;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-radius: 2px;
    position: absolute;
    bottom: 7px;
    right: -9px;
}

/* ----------------------------------------
   3. 우측 마이 메뉴 (My Nav)
   ---------------------------------------- */
.new-mynav {
    float: none;
    padding-left: 30px;
    margin-left: auto;
}

.new-mynav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 메뉴 아이템 공통 */
.new-mynav > ul > li {
    margin-left: 14px;
    position: relative; /* JSP 인라인 스타일 반영 */
}

/* 구분선 (JSP 인라인 스타일 반영) */
/* 첫 번째 li를 제외한 모든 li의 '앞'에 구분선 생성 */
#globalWarp.new-global .new-mynav > ul > li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #636363; /* 구분선 색상 */
}

.new-mynav > ul > li > a {
    display: block;
    line-height: 30px;
    padding: 0 12px 0 24px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #636363;
    transition: none;
}

/* 문자신청 (nlmsg) */
.new-mynav > ul > li.nlmsg a {
    padding-left: 36px;
    border-radius: 30px;
    background: transparent;
    font-weight: 600;
}

.new-mynav > ul > li.nlmsg a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(/static/portal/img/main2025/top_nav_icon01_2.png) no-repeat center center / auto auto;
    background-color: #ef6250;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.new-mynav > ul > li.nlmsg a:hover {
    background: #ef6250;
    color: #fff;
}

.new-mynav > ul > li.nlmsg a:hover::before {
    background-color: #ef6250;
}

/* 로그인/회원가입 아이콘 */
.new-mynav > ul > li.nlog a {
    background: url(/static/portal/img/main2025/top_nav_icon02.png) no-repeat left center;
}
.new-mynav > ul > li.nsign a {
    background: url(/static/portal/img/main2025/top_nav_icon03.png) no-repeat left center;
}

/* 언어 설정 (nlang) */
.new-mynav > ul > li.nlang {
    position: relative;
    min-width: 97px;
    height: 30px;
}

.new-mynav > ul > li.nlang button {
    background: url(/static/portal/img/main2025/top_nav_icon04.png) no-repeat left center;
    padding-left: 27px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #636363;
    position: relative;
    padding-right: 20px; /* JSP 인라인: 화살표 공간 */
}

.new-mynav > ul > li > button:hover,
.new-mynav > ul > li > button.on {
    color: #00486a;
}

/* 언어 버튼 뒤 화살표 (JSP 인라인 스타일 반영) */
.nlang button::after {
    content: "\25BC"; /* 유니코드 아래쪽 삼각형 (▼) */
    font-size: 8px;
    color: #333;
    position: absolute;
    right: 8px;
    top: 18px;
    transform: translateY(-50%);
}

/* 언어 드롭다운 리스트 */
.new-mynav > ul > li.nlang .lang-list {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translatex(-50%);
    width: 115px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    z-index: 22222;
    background: #fff;
    box-shadow: 1px 3px 11px -1px rgba(0, 0, 0, 0.3);
    display: none;
}

.new-mynav > ul > li.nlang .lang-list ul {
    margin-left: 3px;
}

.new-mynav > ul > li.nlang .lang-list ul > li {
    padding-left: 13px;
    position: relative;
    margin-top: 3px;
}

.new-mynav > ul > li.nlang .lang-list ul > li:first-child {
    margin-top: 0;
}

.new-mynav > ul > li.nlang .lang-list ul > li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #636363;
    position: absolute;
    left: 0;
    top: 10px;
}

.new-mynav > ul > li.nlang .lang-list ul > li > a {
    font-weight: 300;
    font-size: 15px;
    color: #636363;
}

.new-mynav > ul > li.nlang .lang-list ul > li > a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #0c587c;
}

/* 모바일용 문자신청 메시지 */
.mobile-nlmsg {
    display: none;
    color: #636363;
    font-size: 15px;
    font-weight: 400;
    background: none;
    padding-left: 28px;
    position: absolute;
    right: 41px;
    top: 24.5px;
}

.mobile-nlmsg::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(/static/portal/img/main2025/top_nav_icon01_2.png) no-repeat center center / auto auto;
    background-color: #ef6250;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* ----------------------------------------
   4. 반응형 (Media Queries)
   ---------------------------------------- */

/* Tablet & Small Desktop (Max 1024px) */
@media screen and (max-width: 1024px) {
    #globalWarp.new-global .familySet {
        display: block;
    }
    #globalWarp.new-global .familySet > ul {
        flex-wrap: wrap;
        padding: 0;
    }
    
    /* 모바일 메뉴 버튼 (패밀리사이트 오픈) */
    #globalWarp.new-global .familySetOpen {
        display: none; /* 헤더 내부로 이동되면서 여기서는 숨김 처리될 수 있음 */
    }
}

/* Tablet (Max 991px) */
@media screen and (max-width: 991px) {
    .new-mynav {
        display: none; /* 헤더 메뉴 내부로 이동 */
        background: #fff;
        border-top: 2px solid #008bce;
        padding: 10px 15px;
    }

    /* GNB 내부로 이동했을 때의 스타일 (구조상 필요시) */
    /* 실제 구현 시 GNB 구조에 따라 .new-mynav 위치가 달라질 수 있음 */
}

/* Mobile (Max 768px) */
@media screen and (max-width: 768px) {
    #globalWarp .set {
        padding: 0 10px;
        min-height: 45px;
    }

    #globalWarp.new-global .familySet > ul {
        flex-wrap: wrap;
        padding: 5px 0;
    }

    #globalWarp.new-global .familySet > ul > li > a {
        font-size: 13px;
    }

    #globalWarp.new-global .familySet > ul > li::after {
        top: 10px;
    }

    #globalWarp.new-global .familySetOpen {
        display: none;
    }
    
    .mobile-nlmsg {
        display: block;
    }
}

/* Small Mobile (Max 480px) */
@media screen and (max-width: 480px) {
    /* JSP 인라인 미디어 쿼리 반영 */
    #globalWarp.new-global .global .mynav li#applMsg br {
        display: block;
    }
    #globalWarp.new-global .global .mynav #applMsg a {
        padding: 5px 10px;
        line-height: 16px;
        word-break: keep-all;
    }
}

	#new_header{
		position: relative;
	    z-index: 500;
	    display: block;
	}
	
	#new_header .top{
	    position: relative;
	}
	
	#new_header .logo{
	        padding: 10px 0;
	}
	 
	#new_header .logo a {
       background: url(/static/logo/logo.png?ver=2) center 0 no-repeat;
       background-size: auto 100%;
       width: 140px; 
       height: 40px;
	}
	#site_name a{ 
		   background: none !important; 
		   background-color: white; 
		   display: none; 
	}
@media (min-width: 992px){
	#new_header {
	    max-width: 1276px;
	    margin: 0 auto;
	    height: 160px;
	}
	#new_header .top{ 
   		height: 91px; 
   		    padding-left: 360px;
   	 padding-right: 200px;
	} 
	
	#new_header .logo{
	    padding-top: 0;
	    position: absolute;
	    left: 3%; 
	    top: 24px;
	}
	
	#new_header .logo a {  
	    width: 209px;  
	    height: 62px;  
      	float: left;
	} 
	#site_name a{  
	    display: inline-block; 
	    font-size: 25px; 
	    padding-top: 38px; 
	    padding-left: 4px; 
	    color: #008bce;  
	    font-weight: 900; 
	}

	
} 

@media (max-width: 992px){
	#new_header .logo{
	    padding-left : 40px; 
	}
} 

/* 992px 미만 (모바일)에서는 열린구청장실 숨김 */
@media (max-width: 991px) {
  .familySet > ul > li:nth-child(2) { 
    display: none !important;
  }
}

/* ==========================================================================
   Footer 2025 전용 스타일
   - footer2025.jsp 관련 스타일 추출
   ========================================================================== */

#footer2025 {}

.foot2025 {
    background: #373737;
    position: relative;
    z-index: 500;
    margin-top: 100px;
}

/* ----------------------------------------
   Scroll Top & Chat Widget
   ---------------------------------------- */
.scroll-top {
    position: fixed;
    right: 12%;
    bottom: 32px;
    width: 78px;
    height: 78px;
    padding-top: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 4px 4px 20px 1px rgba(0, 0, 0, 0.15);
    z-index: 1000; /* 필요시 z-index 추가 */
}

.scroll-top.send {
    position: absolute;
    bottom: auto;
    top: -110px;
}

.scroll-top span {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    display: block;
    text-align: center;
}

.scroll-top::before {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background: url(/static/portal/img/main2025/scroll_top_icon.png) no-repeat right top / 100% 100%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translatex(-50%);
}

.chat-widget {
    position: fixed;
    bottom: 32px;
    z-index: 1000;
    transition: bottom 0.3s ease, top 0.3s ease;
}

.chat-widget.send {
    margin-bottom: 220px;
}

/* ----------------------------------------
   Footer Top (관련사이트 셀렉트 박스)
   ---------------------------------------- */
.foot-top {
    padding: 14px 0 0 0;
}

.foot-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-selt {
    display: flex;
    justify-content: flex-end;
    margin-left: -30px;
    flex: 1 1 auto;
}

.foot-selt .selt-in {
    margin-left: 30px;
    height: 42px;
    width: calc(100% / 3 - 30px);
    background: #575757;
    position: relative;
    z-index: 5;
    flex: 1 1 auto;
}

.foot-selt .selt-in > a {
    padding: 0 27px 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.foot-selt .selt-in > a span {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    transition: none;
}

.foot-selt .selt-in > a::after {
    content: "";
    display: block;
    width: 8px;
    height: 11px;
    background: url(/static/portal/img/main2025/foot-select_icon.png) no-repeat right top / auto;
    margin-left: 8%;
}

.foot-selt .selt-in > a:hover span,
.foot-selt .selt-in > a.on span {
    font-weight: 500;
}

.foot-selt .selt-in > a.on::after {
    transform: translateY(-50%) rotate(-90deg);
}

.foot-selt .selt-in .selt-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 5px);
    background: #575757;
    padding: 18px 15px;
    display: none;
    /* 스크롤바 스타일 */
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Webkit 스크롤바 커스텀 */
.foot-selt .selt-in .selt-list::-webkit-scrollbar {
    width: 8px;
}
.foot-selt .selt-in .selt-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.foot-selt .selt-in .selt-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.foot-selt .selt-in .selt-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.foot-selt .selt-in .selt-list > ul > li {
    border-top: 1px solid #878787;
}

.foot-selt .selt-in .selt-list > ul > li:last-child {
    border-bottom: 1px solid #878787;
}

.foot-selt .selt-in .selt-list > ul > li > a {
    padding: 8px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    display: block;
}

.foot-selt .selt-in .selt-list > ul > li > a:hover {
    background: #6f6f6f;
}

/* 드롭다운 카테고리 제목 스타일 */
.foot-selt .selt-in .selt-list .depth-title {
    color: #333;
    padding: 8px 10px;
    background: #f8f8f8;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    cursor: default;
}

.foot-selt .selt-in .selt-list .depth-title span {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
}

/* 일반 링크와 구분 */
.foot-selt .selt-in .selt-list li a {
    display: block;
    padding: 6px 12px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
}

.foot-selt .selt-in .selt-list li a:hover {
    background-color: #f2f2f2;
    color: #000;
}

/* ----------------------------------------
   Footer Bottom (주소, 로고, 마크)
   ---------------------------------------- */
.foot-btm {
    padding: 135px 0 30px 0;
    position: relative;
}

.foot-log {
    position: absolute;
    left: 0;
    top: 35px;
}

.foot-log img {
    float: none;
    display: block;
}

/* 기본적으로 작은 화면에서 회색 로고 숨김 */
.footer-logo-gray {
    display: none;
}

.foot-btm address {
    margin: 0;
    width: 100%;
    font-style: italic;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-btm address .addr-lf {
    margin-right: 25px;
}

.foot-btm address .addr-rt {
    margin-left: auto;
    margin-right: 13%;
}

.foot-btm address .addr-rt > a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.5;
    position: relative;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.foot-btm address .addr-rt > a::after {
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    background: url(/static/portal/img/main2025/arrow_icon_rt.png) no-repeat right top / auto;
    margin-left: 7px;
    transform: skewX(-20deg);
}

.foot-btm address span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 1.5;
    position: relative;
}

.foot-btm .markset {
    margin-left: 0;
    position: absolute;
    right: 16.5%;
    top: 23px;
}

.foot-btm .markset img {
    width: 122px;
}

/* ----------------------------------------
   Footer Navigation (개인정보처리방침 등)
   ---------------------------------------- */
.foot-nav-wrap {
    border-top: 1px solid #cec7c7;
}

.foot-nav-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.foot-nav {
    padding: 15px 0;
}

.foot-nav > ul {
    display: flex;
}

.foot-nav > ul > li {
    margin-right: 12px;
    padding-right: 13px;
    position: relative;
}

.foot-nav > ul > li::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 6px;
}

.foot-nav > ul > li:last-child {
    margin-right: 0;
    padding-right: 0;
    position: relative;
}

.foot-nav > ul > li:last-child::after {
    display: none;
}

.foot-nav > ul > li > a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -.5px;
}

.foot-nav > ul > li:first-child > a {
    color: #feed56;
}

.foot-nav > ul > li > a:hover {
    color: #feed56;
}

.foot-nav-con p.addr-eng {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin: 0 0 0 auto;
    padding: 10px 10px 10px 30px;
    line-height: 1.5;
    position: relative;
    font-style: italic;
}


/* ==========================================================================
   Media Queries (반응형 스타일)
   ========================================================================== */

@media screen and (max-width: 1800px) {
    .scroll-top {
        right: 5%;
    }
}

@media screen and (max-width: 1600px) {
    .scroll-top {
        right: 10px;
        bottom: 20px;
    }

    .scroll-top.send {
        top: -98px;
    }
}

/* PC 화면 (1024px 이상)에서 로고 표시 및 배치 */
@media (min-width: 1024px) {
    .footer-logo-gray {
        display: inline-block;
        float: left;
        margin-right: 15px;
        widows: 160px;
        height: 48px;
    }

    .foot-btm address span {
        display: block;
    }

    .foot-btm address {
        overflow: hidden;
    }

    .foot-btm {
        align-items: center;
        justify-content: start;
        gap: 20px;
    }
}

@media screen and (max-width: 990px) {
    .foot-top {
        padding: 20px 0 0 0;
    }
    
    /* 992px 미만에서는 열린구청장실 숨김 */
    /* .familySet 관련 코드는 헤더 관련이지만, 만약 푸터 내부에 있다면 유지 */
    
    .foot-selt {
        width: 100%;
    }

    .foot-nav {
        margin: 0;
        width: 100%;
    }

    .foot-nav > ul {
        flex-wrap: wrap;
        margin-top: -7px;
    }

    .foot-nav > ul > li {
        margin-top: 5px;
    }

    .foot-nav-con p {
        padding: 0 0 20px 0;
    }

    .foot-btm {
        padding: 130px 0 30px 0;
        justify-content: center;
        position: relative;
    }

    .foot-btm address .addr-rt {
        margin-left: auto;
        margin-right: 0;
    }

    .foot-btm .markset {
        right: 5%;
    }
}

@media screen and (max-width: 768px) {
    .foot-selt {
        margin-left: -15px;
    }

    .foot-selt .selt-in {
        margin-left: 15px;
        width: calc(100% / 3 - 15px);
    }

    .foot-selt .selt-in > a {
        padding: 0 30px 0 15px;
    }

    .foot-selt .selt-in > a::after {
        right: 15px;
    }

    .scroll-top {
        width: 55px;
        height: 55px;
        padding-top: 15px;
        bottom: 20px;
        box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.2);
    }

    .scroll-top::before {
        width: 13px;
        height: 11px;
        top: 12px;
    }

    .scroll-top.send {
        top: -75px;
    }

    .scroll-top span {
        font-size: 15px;
    }

    .foot-btm {
        padding: 30px 0;
    }

    .foot-btm .foot-log {
        margin-right: 0;
        width: 110px;
        left: 0;
        top: 5px;
    }

    .foot-btm .foot-log img {
        width: 100%;
    }

    .foot-btm address {
        margin-top: 0;
    }

    .foot-btm address .addr-lf {
        margin: 0;
        width: 100%;
        position: relative;
        padding-left: 130px;
    }

    .foot-btm address .addr-rt {
        margin: 10px 0 0 0;
        width: 100%;
        position: relative;
        padding-left: 130px;
    }

    .foot-btm address span {
        margin-bottom: 3px;
    }

    .foot-btm address .addr-rt > a {
        margin-bottom: 3px;
    }

    .foot-btm .markset {
        left: 0;
        top: 5px;
        width: 110px;
        text-align: center;
    }

    .foot-btm .markset img {
        width: 100px;
    }
}

@media screen and (max-width: 540px) {
    .foot-top-wrap {
        padding: 0 7px;
    }

    .foot-top {
        border-bottom: 0;
        padding-bottom: 20px;
    }

    .foot-selt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        gap: 10px;
    }

    .foot-selt .selt-in {
        flex: 1 1 calc(50% - 10px);
        box-sizing: border-box;
        margin: 0;
    }

    /* 첫 번째 row 여백 제거 */
    .foot-selt .selt-in:nth-child(-n+3) {
        margin-top: 0;
    }

    .foot-selt .selt-in > a span {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
    }

    .foot-selt .selt-in > a {
        padding: 0 5px 0 5px;
        border: 1px dashed transparent;
        border-top: 0;
        justify-content: space-between;
    }

    .foot-selt .selt-in .selt-list {
        padding: 0;
        bottom: 100%;
        border: 1px dashed red; /* 필요시 제거 */
        border-bottom: 0;
    }

    .foot-selt .selt-in > a.on {
        border: 1px dashed red; /* 필요시 제거 */
        border-top: 0;
    }

    .foot-nav {
        margin: 15px 0 0 0;
    }

    .foot-nav > ul > li > a {
        font-size: 12px;
    }

    .foot-btm {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 0px 15px 0px;
        position: relative;
    }

    .foot-btm address {
        color: #555;
        line-height: 1.6;
        font-style: normal;
        text-align: left;
        width: 100%;
    }

    .foot-btm address span {
        font-size: 10px;
        display: block;
    }

    .foot-btm .markset {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .foot-btm .markset img {
        height: 60px;
        width: auto;
    }

    .foot-selt .selt-in > a::after {
        right: 5px;
    }

    .foot-selt .selt-in:first-child {
        margin: 0;
    }

    .foot-nav-con p {
        font-size: 12px;
        font-style: normal;
    }

    .foot-btm address .addr-lf {
        padding-left: 125px;
    }

    .foot-btm address .addr-rt {
        padding-left: 125px;
    }

    .foot-btm address .addr-rt > a {
        font-size: 13px;
    }
}