/* 개발팀 커스텀 스타일(S) */
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1002;
}

#loading .spinner {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #58968b;
    border-bottom-color: #58968b;
    animation: spinner .8s ease infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.dev-btnChatbotGoTop {
    width: 100%;
    background-color: var(--Default);
    font-family: 'GmarketSans';
    font-size: 21px;
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 16px;
    color: #fff;
    text-align: center;

}

/* 개발팀 커스텀 스타일(E) */

/* 스크롤 커스텀 */
/* .scrollCustom {}

.scrollCustom::-webkit-scrollbar {
    width: 12px;
    background: var(--Greyscale1);
    border-radius: 5px;
}

.scrollCustom::-webkit-scrollbar-thumb {
    height: 20%;
    background: var(--Greyscale4);
    background-clip: padding-box;
    border-radius: 5px;
}

.scrollCustom::-webkit-scrollbar-track {
    display: none;
} */
:root {
    --vh: 100%;
}

/* flex */
.flex {
    display: flex;
}
.flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-d {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}

/* gap */
.gap1 {
    gap: 10px;
}

/* textarea */
textarea {
    padding: 12px 16px;
    width: 100%;
    height: 300px;
    border: 1px solid var(--Greyscale4);
    border-radius: 0;
}

textarea:focus,
textarea:focus-visible {
    outline: 1px solid var(--Primary) !important;
}

/* 공통레이아웃 */
section {
    padding-left: 220px;
}

/*body {*/
#content {
    /*margin-top: 90px;*/
}

#content:focus {
    box-shadow: inset 0 0 0 2px var(--Default) !important;
    box-sizing: border-box !important;
}

div,
p,
span,
a {
    box-sizing: border-box;
}

.hidden {
    height: 100%;
    min-height: 100%;
    overflow: hidden !important;
    touch-action: none;
}

/* 스킵네비게이션 */
.skipNav>a {
    position: fixed;
    top: -30px;
    left: 0;
    background-color: var(--Default);
    color: #fff;
    height: 30px;
    width: 100%;
    font-size: 14px;
    z-index: 999;
    text-align: center;
    line-height: 30px;
}

.skipNav>a:active,
.skipNav>a:focus {
    top: 0;
}

/* 빠른메뉴 */

.quickMenuWrap {
    position: fixed;
    right: -100px;
    top: 0;
    z-index: 1100;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: right 0.6s;
    /* pointer-events: none; */
}

.quickMenuWrap.active {
    right: 0;
}

.quickMenuBtn {
    background-color: var(--Default);
    font-family: 'GmarketSans';
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
    border-radius: 8px 0px 0px 8px;
    box-sizing: border-box;
    gap: 10px;
    pointer-events: auto;
}

.quickMenuBtn>img {
    width: 32px;
}

nav.quickMenu {
    width: 100px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    background-color: #fff;
} /* 퀵메뉴 버튼 스타일 오류 수정 - 개발팀 2023.07.12  */

.quickMenu .quickMenuTab {
    background-color: #64687C;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    gap: 10px;
    font-family: 'GmarketSans';
    font-size: 16px;
}

.quickMenuTab.active {
    background-color: var(--Default);
}

/* 빠른메뉴 컨텐츠 영역 */

.quickMenuCon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1101;
    width: calc(100% - 100px);
}

.quickMenuCon .conWrap {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.quickMenuCon .quickCon2 .searchRstBox {
    position: absolute;
    right: 0;
    width: 260px;
    height: 100vh;
    background-color: var(--Greyscale1);
    padding: 30px;
}

.quickMenuCon .quickCon2 .searchRstBox .searchOnly {
    font-family: 'GmarketSans';
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--Greyscale4);
}

.quickMenuCon .quickCon2 .searchRstBox .searchRst li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.quickMenuCon .quickCon2 .searchRstBox .searchRst a {
    font-family: 'GmarketSans';
    font-size: 18px;
    color: var(--Greyscale8);
    padding: 8px 0;
}

/* 빠른메뉴 모바일 */

header .mobileQuickMenu {
    display: none;
}

/* 담양군홈페이지 한눈에 보기 */

.quickMenuCon .quickCon1 {
    background-color: var(--Greyscale1);
    overflow-y: auto;
}

.quickMenuCon .quickCon1 .conBox {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quickMenuCon .quickCon1 .conBox h4 {
    font-family: 'GmarketSans';
    font-size: 26px;
    font-weight: 700;
    color: var(--Greyscale9);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.quickMenuCon .quickCon1 .conBox>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.quickMenuCon .quickCon1 .conBox>div>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: calc(12.5% - 14px);
    font-family: 'GmarketSans';
    font-size: 18px;
    text-align: center;
    color: var(--Greyscale9);
}

.quickMenuCon .quickCon1 .conBox>div>a>img {
    border: 10px solid #fff;
    box-sizing: border-box;
    width: 100%;
}

.quickMenuCon .quickCon1 .conBox>.rltSiteBox {
    justify-content: flex-start;
}

.quickMenuCon .quickCon1 .conBox>.rltSiteBox a {
    width: fit-content;
    padding: 10px 16px;
    background: #FFFFFF;
    border: 1px solid var(--Greyscale4);
    box-sizing: border-box;
}

.quickMenuCon .quickMenuClose {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: var(--Default);
    border-radius: 30px;
    padding: 4px;
    width: 60px;
    height: 60px;
}

.quickMenuCon .quickMenuClose:focus {
    outline-color: #f6ba33;
}

.quickMenuCon .quickMenuClose>img {
    width: 40px;
    height: 40px;
}

/* 통합검색 */

.quickMenuCon .quickCon2 {
    width: calc(100% - 375PX);
    position: relative;
}

.quickMenuCon .conWrap .helpBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: absolute;
    width: 600px;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.quickMenuCon .conWrap .helpBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: content-box;
    border: 1px dashed #FFFFFF;
    position: absolute;
    pointer-events: none;
    border-radius: 20px;
}

.quickMenuCon .conWrap .helpBox>h4 {
    display: block;
    font-family: 'GmarketSans';
    font-size: 46px;
    color: var(--Greyscale8);
    font-weight: 500;
    text-align: center;
    background: url(../assets/image/common/helpBox_bg.jpg) center;
    background-size: cover;
    width: 100%;
    padding: 16px;
    border-radius: 15px 15px 0 0;
}

.quickMenuCon .conWrap .helpBox>h4>strong {
    font-weight: 700;
}

.quickMenuCon .conWrap .helpBox>p {
    font-family: 'GmarketSans';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    word-break: keep-all;
    text-align: center;
    line-height: 130%;
    padding: 0 30px;
}

.quickCon2 .helpBox>p>.highlight {
    font-weight: 500;
    color: var(--Secondary-light);
}

.quickMenuCon .conWrap .helpBox>a.helpBoxClose {
    font-family: 'GmarketSans';
    font-size: 21px;
    color: #fff;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;

    border: 1px solid #fff;
    padding: 12px 16px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.quickMenuCon .conWrap .helpBox>a.helpBoxClose:focus {
    outline-color: #f6ba33;
    outline-width: 2px;
}

.quickMenuCon .conWrap .searchBox {
    background-color: var(--Default);
    width: 375px;
    height: 100vh;
    position: absolute;
    right: -375px;
    top: 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-sizing: border-box;
}

.quickCon2 .searchBox>h4 {
    font-family: 'GmarketSans';
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.quickCon2 .searchBox>.divider {
    background-color: #fff;
}

.quickCon2 .searchBox>.searchInput {
    position: relative;
}

.quickCon2 .searchBox>.searchInput>input {
    width: 100%;
    height: 64px;
    padding-right: 16px;
    padding-left: 40px;
    box-sizing: border-box;
    border-radius: 0px 15px;
}

.quickCon2 .searchBox>.searchInput>input::placeholder {
    font-family: 'GmarketSans';
    font-size: 17px;
    font-weight: 500;
    color: var(--Greyscale6);
}

.quickCon2 .searchBox>.searchInput>img {
    position: absolute;
    top: calc(50% - 10px);
    left: 16px;
}

.quickCon2 .searchBox>.searchRst {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quickCon2 .searchBox>.searchRst a {
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.quickCon2 .quickMenuClose {
    right: -30px;
}

.quickCon2 .searchBox > .searchInput > input:focus,
.quickCon2 .searchBox > .searchInput > input:focus-visible {
    border: thin dashed var(--Default) !important;
}

.quickCon2 .searchBox > .searchRst a:focus-visible {
    outline: thin dashed #fff !important;
}

.quickCon2 .quickMenuClose:focus {
    outline: thin dashed #fff !important;
}

.inputField.opn-input[aria-hidden="false"] {
    display: block;
}


/* 나에게 맞춘 똑똑메뉴 */

.quickCon3 {
    position: relative;
}

.quickCon3>.conBox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 800px;
    background-color: var(--Greyscale1);
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.quickCon3>.conBox>h4 {
    font-family: 'GmarketSans';
    font-size: 26px;
    font-weight: 500;
    color: var(--Greyscale9);
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.quickCon3>.conBox>.content {
    background-color: #fff;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quickCon3>.conBox>.content>li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.quickCon3>.conBox>.content p,
.quickCon3>.conBox>.content span,
.quickCon3>.conBox>.content a {
    font-family: 'GmarketSans';
    font-size: 18px;
    font-weight: 500;
    color: var(--Greyscale9);
}

.quickCon3>.conBox>.content .boxbg,
.quickCon3>.conBox>.content .rank {
    background-color: var(--Default);
    color: #fff;
    padding: 5px 8px;
    border-radius: 30px;
}

.quickCon3>.conBox>.content .boxbg {
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 2px;
}

.quickCon3>.conBox>.content .txt {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.quickCon3>.conBox>.content .action {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.quickCon3>.conBox>.content .action>button {
    font-size: 16px;
    color: var(--Greyscale6);
}

.quickCon3>.conBox .rankBox>li {
    justify-content: flex-start;
    gap: 10px;
}

.quickCon3>.conBox .rankBox>li>p.rank {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
}

.quickCon3 .quickMenuClose {
    right: 770px;
}

/* 담당부서찾기 */

.quickMenuCon .quickCon4 {
    width: calc(100% - 375PX);
    position: relative;
}

.quickMenuCon .conWrap.quickCon4 .helpBox {
    width: 600px;
}

.quickCon4 .helpBox .divider {
    width: 400px;
}

.quickCon4 .helpBox .iconBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.quickCon4 .helpBox .iconBox li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 10px;
}

.quickCon4 .helpBox .iconBox li>img {
    padding: 25px;
    border: 2px solid var(--Secondary-light);
    border-radius: 50%;
    overflow: visible;
    margin-bottom: 10px;
}

.quickCon4 .helpBox .iconBox li>.tit {
    font-family: 'GmarketSans';
    font-size: 21px;
}

.quickCon4 .helpBox .iconBox li>.txt {
    font-size: 16px;
}

.quickMenuCon .quickCon4 .searchBox {
    background-color: var(--Greyscale1);
    gap: 20px;
}

.quickMenuCon .quickCon4 .searchBox>h4 {
    font-family: 'GmarketSans';
    font-size: 21px;
    text-align: center;
    color: var(--Greyscale8);
}

.quickMenuCon .quickCon4 .searchBox>.searchInput {
    position: relative;
}

.quickMenuCon .quickCon4 .searchBox>.searchInput>img {
    position: absolute;
    top: 12px;
    left: 16px;
}

.quickMenuCon .quickCon4 .searchBox>.searchInput>input {
    width: 100%;
    height: 48px;
    padding: 12px 16px;
    padding-left: 50px;
    background-color: #fff;
    border-radius: 10px;
}

.quickMenuCon .quickCon4 .searchBox>.searchInput>input::placeholder {
    font-size: 16px;
    color: var(--Greyscale6);
}

.quickMenuCon .quickCon4 .searchBox>.searchLocal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.quickMenuCon .quickCon4 .searchBox>.searchLocal>a::after,
.quickMenuCon .quickCon4 .searchBox>.searchLocal>p::after {
    content: ">";
    display: block;
    color: var(--Greyscale6);
}

.quickMenuCon .quickCon4 .searchBox>.searchLocal>a:last-child::after,
.quickMenuCon .quickCon4 .searchBox>.searchLocal>p:last-child::after {
    content: "";
}

.quickMenuCon .quickCon4 .searchBox>.searchLocal>a,
.quickMenuCon .quickCon4 .searchBox>.searchLocal>p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--Greyscale8);
}

.quickMenuCon .quickCon4 .searchBox>.searchLocal>a.active,
.quickMenuCon .quickCon4 .searchBox>.searchLocal>p.active {
    font-weight: 700;
    color: var(--Default);
}

.quickMenuCon .quickCon4 .searchRst li::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--Greyscale3);
}

.quickMenuCon .quickCon4 .searchRst a {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 16px 5px;
    color: var(--Greyscale8);
}

.quickMenuCon .quickCon4 .quickMenuClose,
.quickMenuCon .quickCon5 .quickMenuClose {
    right: 10px;
}

/* 담양군 상담사 죽순이 */

.quickMenuCon .quickCon5 {
    width: calc(100% - 375PX);
    position: relative;
}

.quickMenuCon .quickCon5 .searchBox {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

.quickMenuCon .quickCon5 .searchBox>h4 {
    height: 80px;
    font-family: 'GmarketSans';
    font-size: 26px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.quickMenuCon .quickCon5 .searchBox>h4 .highlight {
    font-weight: 700;
}

.quickMenuCon .quickCon5 .searchBox>.chatList {
    height: 100%;
    overflow-y: auto;
    background-color: var(--Greyscale1);
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding-bottom: 100px;
}

.quickMenuCon .quickCon5 .searchBox>.chatList::-webkit-scrollbar-thumb {
    background-color: var(--Greyscale5);
    border-radius: 0px;
    width: 6px;
}

.quickMenuCon .quickCon5 .searchBox>.chatList::-webkit-scrollbar {
    background-color: var(--Greyscale2);
    width: 6px;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-family: 'GmarketSans';
    font-size: 18px;
    color: var(--Greyscale6);
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.profile>a>img {
    width: 60px;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.chatBubble {
    font-family: 'GmarketSans';
    background-color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 16px 16px 16px 0px;
    padding: 16px;
    font-size: 18px;
    color: var(--Greyscale8);
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup.user>.chatBubble {
    border-radius: 16px 16px 0px 16px;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.chatBubble>.highlight {
    font-weight: 700;
    color: var(--Default);
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.time {
    font-size: 14px;
    color: var(--Greyscale6);
    text-align: left;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup.user>.time {
    text-align: right;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.chatRst {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 10px;
    border-radius: 16px 16px 16px 0px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.chatRst>a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 8px 12px;
    font-family: 'GmarketSans';
    font-size: 16px;
    color: var(--Greyscale8);
    border-radius: 5px;
    border: 1px solid var(--Greyscale3);
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.chatRst>a::after {
    content: "";
    display: block;
    color: #fff;
    height: 16px;
    width: 16px;
    flex-shrink: 1;
    min-width: 16px;
    background: url("../assets/icon/fastmenu/04_arrow.svg") no-repeat center;
}

.quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.feedbackBtn {
    width: 100%;
    background-color: var(--Default);
    font-family: 'GmarketSans';
    font-size: 21px;
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 16px;
    color: #fff;
}

.quickMenuCon .quickCon5 .searchBox>.chatinput {
    padding: 16px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--Default);
    z-index: 1;
}

.quickMenuCon .quickCon5 .searchBox>.chatinput>input {
    width: 100%;
    border-radius: 56px;
    height: 56px;
    background-color: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 8px 20px;
    color: #fff;
    font-family: 'GmarketSans';
    font-size: 18px;
    padding-right: 60px;
}

.quickMenuCon .quickCon5 .searchBox > .chatinput > input:focus,
.quickMenuCon .quickCon5 .searchBox > .chatinput > input:focus-visible {
    border: thin dashed #000 !important;
}

.quickMenuCon .quickCon5 .searchBox>.chatinput>input::placeholder {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
}

.quickMenuCon .quickCon5 .searchBox>.chatinput>button {
    position: absolute;
    top: 22px;
    right: 27px;
    font-size: 0;
    color: transparent;
}

.quickMenuCon .quickCon5 .searchBox>.chatinput>button:focus {
    outline: thin dashed #000 !important;
}

.quickCon5 .feedbackPopup {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}

.quickCon5 .feedbackPopup.active {
    display: flex;
}

.quickCon5 .feedbackPopup .popupBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 340px;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.quickCon5 .feedbackPopup .popupBox>h5 {
    font-family: 'GmarketSans';
    font-size: 21px;
    color: var(--Greyscale8);
    text-align: center;
}

.quickCon5 .feedbackPopup .popupBox>p {
    font-size: 16px;
    color: var(--Greyscale8);
    text-align: center;
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star {
    /* color: transparent; */
    /* text-shadow: 0 0 0 var(--Greyscale4);
    cursor: pointer;
    font-size: 24px; */
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star>svg {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star>svg>path {
    color: var(--Greyscale2);
    stroke: var(--Greyscale6);
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star:focus {
    outline: 1px dashed var(--Default);
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star:hover>svg>path {
    color: var(--Greyscale3);
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star.on {
    /* text-shadow: 0 0 0 #FF4747; */
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star.on>svg>path {
    color: #e62727;
    stroke: #e62727;
}

.quickCon5 .feedbackPopup .popupBox>.starRate>.star.on:hover>svg>path {
    color: #d11e1e;
}

.quickCon5 .feedbackPopup .popupBox>textarea {
    width: 100%;
    height: 160px;
    padding: 12px 16px;
    font-size: 16px;
    color: var(--Greyscale8);
    border: 1px solid var(--Default);
}

.quickCon5 .feedbackPopup .popupBox>textarea::placeholder {
    color: #707578;
}

.quickCon5 .feedbackPopup .popupBox>.feedbackSend {
    display: inline-block;
    background-color: var(--Default);
    color: #fff;
    font-family: 'GmarketSans';
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 8px;
}

.quickCon5 .feedbackPopup .popupBox>.popupCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.quickCon5 .searchSlideBox {
    position: relative;
    margin-top: 10px;
}

.quickCon5 .searchSlideBox>.searchSlide .slick-slide {
    background-color: #fff;
    margin: 0 5px;
    border-radius: 16px;
    overflow: hidden;
    height: 320px;
    font-family: 'GmarketSans';
}

.quickCon5 .searchSlideBox>.searchSlide .slick-slide .searchSlideTit {
    background-color: var(--Default);
    color: #fff;
    text-align: center;
    padding: 10px;
}

.quickCon5 .searchSlideBox>.searchSlide .slick-slide .searchSlideLink {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    overflow-y: auto;
}

.quickCon5 .searchSlideBox>.searchSlide .slick-slide .searchSlideLink a {
    padding: 5px;
    border: 1px solid var(--Greyscale3);
    border-radius: 5px;
    color: var(--Greyscale8);
}

.quickCon5 .searchSlideBox>.searchSlideControl button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.quickCon5 .searchSlideBox>.searchSlideControl button.slick-disabled {
    opacity: 0;
}

.quickCon5 .searchSlideBox>.searchSlideControl button.prev {
    left: -10px;
}

.quickCon5 .searchSlideBox>.searchSlideControl button.next {
    right: -10px;
}

.quickCon5 .searchSlideBox>.searchSlideControl button>img {
    display: block;
}

.quickMenuCon .quickCon5 .searchBox>.chatinput>.autoComplete {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.quickMenuCon .quickCon5 .searchBox>.chatinput>.autoComplete a {
    padding: 16px 20px;
    border-bottom: 1px solid var(--Greyscale3);
    color: var(--Greyscale8);
    font-family: 'GmarketSans';
}

.quickMenuCon .quickCon5 .searchBox>.chatinput>.autoComplete a>span {
    color: var(--Default);
    font-weight: 700;
}

.quick-chat {
    border-radius: 16px;
    font-family: "GmarketSans";
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}
.quick-chat .quick-chat-head {
    background-color: var(--Default);
    color: #fff;
    text-align: center;
    padding: 13px 10px 10px;
}
.quick-chat .quick-chat-body {
    background: #fff;
    background-color: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.quick-chat .quick-chat-body button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 8px 12px;
    font-family: "GmarketSans";
    font-size: 16px;
    color: var(--Greyscale8);
    border-radius: 5px;
    border: 1px solid var(--Greyscale3);
}

/* 플로팅버튼&배너 */

.flotingBanner {
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    z-index: 999;
}

.flotingBanner>.adBanner {
    width: 110px;
    position: relative;
}

.flotingBanner>.adBanner img {
    display: block;
    width: 100%;
}

.flotingBanner>.adBanner button.adBannerCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--Greyscale8);
    padding: 3px;
    width: 24px;
    border-radius: 50%;
}

.flotingBanner>a.topBtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--Default);
    display: none;
    text-align: center;
    line-height: 52px;
    padding-top: 12px;
}

/* gnb */
header {
    position: fixed;
    top: 30px;
    left: 30px;
    background-color: #fff;
    width: 140px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 16px 0;
    box-sizing: border-box;
    z-index: 1000;
}

header ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

header li {
    width: 100%;
}

header li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

header nav>ul>li:not(.headerLogo)>a {
    height: 90px;
}

header li>a>img {
    height: 42px;
    width: 42px;
}

header li.headerLogo {
    border-bottom: 1px solid var(--Greyscale1);
}

header li.headerLogo a {
    display: block;
    text-align: center;
}

header li.headerLogo a>img {
    width: 128px;
    height: 120px;
    margin-bottom: 10px;
}

header li>a>span {
    font-family: 'GmarketSans';
    color: var(--Greyscale7);
    font-weight: 500;
    font-size: 16px;
}

/* lnb */

header .lnb {
    position: fixed;
    left: 170px;
    top: 60px;
    width: 130px;
    height: 863px;
    padding-top: 10px;
    display: none;
}

header .lnb>li a {
    color: #fff;
    height: fit-content;
    padding: 16px 0;
    font-family: 'GmarketSans';
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    word-break: break-all;
    word-wrap: break-word;
}

header .lnb>li a.on {
    color: var(--Secondary);
}

header .lnb>li a>img {
    display: block;
    width: 16px;
    height: 16px;
}

.lnbBg {
    background-color: var(--Primary-darker);
    position: fixed;
    left: 140px;
    top: 60px;
    width: 160px;
    height: 863px;
    z-index: 999;
    border-radius: 18px;
    transition: 0.6s;
}

/* depth3 */

.depth3 {
    background-color: var(--Primary-darken);
    gap: 0;
}

.depth3 li {
    border-bottom: 1px solid var(--Primary-darker);
}

.depth3 a {
    color: #fff;
    color: #fff;
    height: fit-content;
    padding: 16px 0;
    font-family: 'GmarketSans';
    font-size: 16px;
    font-weight: 500;
}

/* 메인네비게이션 위치 */
header .lnb>li.on>a {
    font-weight: 700;
}

header .lnb>li.on>a>img {
    transform: rotate(180deg);
}

/* 검색바 */

.searchBar {
    height: 90px;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 220px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.searchBar .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.searchBar .searchBox {
    position: relative;
    width: 1200px;
}

.searchBar .searchBox input {
    background-color: var(--Greyscale2);
    height: 48px;
    padding: 10px 60px 10px 26px;
    border-radius: 30px;
    width: 100%;
}

.searchBar .searchBox input::placeholder {
    color: var(--Greyscale6);
}

.searchBar .searchBox .searchIcon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}

.searchBar .searchBorButton {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.searchBar .languageBox .dropdown .dropdownBtn {
    /* border: none;
    display: block;
    background: transparent; */
    padding: 5px 8px;
    gap: 5px;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--Greyscale3);
    width: 90px;
    justify-content: space-between;
}

.searchBar .languageBox .dropdown .dropdownBtn::after {
    content: "▼";
    display: block;
    font-size: 10px;
}

.searchBar .languageBox .dropdown .dropdownBtn img {
    padding: 0;
}

.searchBar .languageBox .dropdown .dropdownCon {
    width: 90px;
    top: 31px;
    border-radius: 0;
    border-color: var(--Greyscale3);
}

.searchBar .languageBox .dropdown .dropdownCon a {
    font-size: 14px;
    padding: 6px 8px;
}

.searchBar .loginBox {
    display: block;
    flex-shrink: 0;
}

.searchBar .loginBox a {
    color: #000;
}

/* 네비게이션 임시조치 */

header .lnb>li a {
    padding: 16px 10px;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

header .lnb.icons li {
    padding: 6px 10px;
}

header .lnb.icons>li a {
    flex-direction: column;
    gap: 5px;
    text-align: center;
    width: 100%;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

header .lnb.icons li a:hover {
    background: rgba(255, 255, 255, 0.3);
}

header .lnb.icons>li.on a {
    background: rgba(255, 255, 255, 0.3);
}

header .lnb.icons>li.on a img {
    transform: rotate(0deg);
}

/* 푸터 */
footer {
    background-color: var(--Greyscale3);
    /*padding-left: 170px;*/
    margin-top: 60px;
}

footer .footerWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 16px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

footer .footerWrap .footerInfo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
}

footer .footerWrap .footerInfo>img {
    width: 130px;
    height: auto;
}

footer .footerWrap .footerInfo .infoBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer .footerWrap .footerInfo .footerNav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

footer .footerWrap .footerInfo .footerNav>a {
    font-family: 'GmarketSans';
    font-size: 16px;
    color: var(--Greyscale8);
}

footer .footerWrap .footerInfo .localInfo {
    font-family: 'GmarketSans';
    font-size: 16px;
    color: var(--Greyscale7);
}

/* 웹접근성 작업 */

a:focus,
button:focus {
    outline: thin dashed var(--Default) !important;
}

.slick-slider a:focus {
    border: thin dashed var(--Default) !important;
    box-sizing: border-box;
    outline: none;
}

header .lnb>li a:focus,
.noticeSec .tab-area .tab .tabBtn.active a:focus {
    outline-color: #fff !important;
}

.snsSec .snsSlider a:focus {
    outline: thin dashed var(--Default);
}

input:focus,
.searchBar .searchBox input:focus,
.searchBar .searchBox:focus-visible {
    outline: thin dashed var(--Default) !important;
}



/* 모바일 반응형 작업 */

.searchBar .mobileLogo,
.searchBar .searchBorButton .mobileMenuBtn {
    display: none;
}

.moblieHeader {
    display: none;
}

@media (max-width: 1770px) {

    /* 퀵메뉴 삭제 */
    .quickMenuWrap {
        display: none;
    }
}

@media (max-width: 1480px) {

    /*body {*/
    /*    padding-top: 140px;*/
    /*}*/

    #content {
        /*margin-top: 140px;*/
    }

    .flotingBanner .adBanner {
        display: none;
    }

    footer {
        padding-left: 0;
    }
}

@media (max-width: 1400px) {
/* 메인 네비게이션 */

    .searchBar {
        height: fit-content;
        padding: 20px 0;
    }

    .searchBar .mobileLogo,
    .searchBar .searchBorButton .mobileMenuBtn {
        display: block;
    }

    .searchBar .searchBorButton .sitemapBox,
    .searchBar .searchBorButton .loginBox {
        display: none;
    }

    .searchBar .container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .searchBar .searchBorButton {
        width: 100%;
        justify-content: flex-end;
        position: relative;
    }

    .searchBar .mobileLogo {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .searchBar .mobileLogo img {
        height: 42px;
    }

    .searchBar .searchBox {
        width: 100%;
    }

    /* 모바일 햄버거메뉴 */
    header {
        top: 0;
        left: -460px;
        width: 100%;
        max-width: 460px;
        border-radius: 0;
        height: 100vh;
        padding: 0;
        transition: left 0.6s;
    }

    header.active {
        left: 0;
    }

    header nav {
        height: 100%;
    }

    header .moblieHeader {
        width: 100%;
        background-color: var(--Secondary);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        box-sizing: border-box;
    }

    header .moblieHeader a {
        color: #fff;
        font-size: 18px;
    }

    .mobileHeaderClose img {
        height: 32px;
        width: 32px;
    }

    header ul:not(.lnb) {
        width: 160px;
        /* height: 100%; */
    }

    header li.headerLogo {
        display: none;
    }

    header nav>ul {
        padding: 16px;
    }

    header nav>ul>li {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    header li>a>img {
        display: none;
    }

    header nav>ul>li:not(.headerLogo)>a {
        height: unset;
        width: 100%;
        padding: 10px 0px;
        border-radius: 16px;
    }

    header nav>ul>li:not(.headerLogo)>a.on {
        border: 1px solid var(--Greyscale3);
    }

    .moblieHeader {
        display: block;
    }

    header .lnb {
        padding-bottom: 100px;
        position: absolute;
        top: 72px;
        left: 160px;
        width: calc(100% - 160px);
        background-color: var(--Primary-darker);
        z-index: 1;
        height: calc(100% - 72px);
        overflow-y: auto;
    }

    header .lnb .depth3 {
        width: 100%;
    }

    header nav>ul>li:nth-child(2)>.lnb {
        display: block;
    }

    header nav>ul>li:last-child::after {
        content: "";
        display: block;
        position: absolute;
        top: 72px;
        left: 160px;
        width: calc(100% - 160px);
        height: 100%;
        background-color: var(--Primary-darker);
    }

    header .lnb.icons>li a {
        padding: 16px;
        flex-direction: row;
        justify-content: center;
    }

    header .lnb>li a>br {
        display: none;
        content: "";
    }

    /* 빠른메뉴 모바일 */

    header nav>.mobileQuickMenu {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        height: fit-content;
        gap: 10px;
    }

    header nav>.mobileQuickMenu>li>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 80px !important;
        width: 80px !important;
        border-radius: 90px !important;
        background-color: var(--Greyscale7);
        color: #fff;
        font-size: 14px;
    }

    header nav>.mobileQuickMenu>li>a>img {
        display: block;
        width: 24px;
        height: 24px;
    }

    .quickMenuCon,
    .quickMenuCon .conWrap {
        width: 100%;
    }

    .quickMenuCon .conWrap .searchBox {
        width: 100%;
        right: unset;
        left: 0;
    }

    .quickMenuCon .conWrap {
        height: var(--vh);
    }

    .quickMenuCon .quickMenuClose {
        top: 10px;
        right: 16px;
    }

    .quickMenuCon .quickCon4 .quickMenuClose {
        right: 16px;
    }

    .quickMenuCon .quickCon4 .searchBox>h4 {
        height: 40px;
    }

    .quickCon3 {
        height: 100%;
    }

    .quickCon3>.conBox {
        width: 100%;
        overflow-y: auto;
    }

    .lnbBg {
        display: none !important;
    }
}

@media (max-width: 960px) {
    footer .footerWrap {
        flex-direction: column;
    }

    footer .footerWrap .footerInfo {
        flex-direction: column;
        margin-bottom: 16px;
        gap: 20px;
    }
}

@media (max-width: 640px) {
    header {
        max-width: unset;
        width: 100%;
        left: -100%;
    }

    footer .footerWrap .footerInfo>img {
        width: 100px;
    }

    footer .footerWrap .footerInfo .localInfo {
        font-size: 14px;
    }

    footer .footerWrap .footerInfo .footerNav {
        gap: 10px;
    }

    footer .footerWrap .footerInfo .footerNav>a {
        font-size: 14px;
    }



    .quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.profile,
    .quickMenuCon .quickCon5 .searchBox>.chatList>.chatGroup>.chatBubble,
    .quickMenuCon .quickCon5 .searchBox>.chatinput>input {
        font-size: 16px;
    }


    .quickMenuCon .quickMenuClose {
        top: 20px;
    }

    .quickMenuCon .quickCon5 .searchBox>h4 {
        font-size: 21px;
    }

    .quickMenuCon .quickCon5 .searchBox>.chatList {
        padding: 16px;
        padding-bottom: 100px;
    }

    .quickMenuCon .quickMenuClose {
        width: 40px;
        height: 40px;
    }

    .quickMenuCon .quickMenuClose>img {
        width: 32px;
        height: 32px;
    }

    .quickCon3>.conBox>h4 {
        font-size: 18px;
    }

    .quickCon3>.conBox>h4>img {
        width: 28px;
    }

    .quickCon3>.conBox>.content p,
    .quickCon3>.conBox>.content span,
    .quickCon3>.conBox>.content a {
        font-size: 16px;
    }

    .quickCon3>.conBox>.content .action>button {
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    header {
        width: 100%;
    }

    footer .footerWrap .footerInfo .footerNav {
        flex-wrap: wrap;
    }

    .wmark a img {
        width: 100px;
        height: 70px;
    }
}


/* 공통 - 페이지 만족도 의견남기기 스타일 추가 - 2023.06.21 */
.inputField.opn-input {
   display: none;
   flex-shrink: 0;
   width: 100%;
}

.inputField.opn-input input {
    padding: 12px 16px;
    width: 100%;
    height: 43px;
    border: 1px solid var(--Greyscale4);
}

.inputField.opn-input input:focus,
.inputField.opn-input input:focus-visible {
    outline: 1px solid var(--Primary);
}

.inputField.opn-input.active {
    display: block;
}


/* 공통 - 페이지 만족도 결과보기 모달 스타일 추가 - 2023.06.21 */
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modalBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal.show,
.modal-img.show {
    display: none;
}

.modal .modalCon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 50%;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.modal.rslView-modal .modalCon {
    max-height: 700px;
    overflow: auto;
}

.modal.rslView-modal .modalCon .modalTop {
    padding: 16px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    background: var(--Primary-darker);
}

.modal.rslView-modal .modalCon .modalTop img {
    width: 24px;
}

.modal.rslView-modal .modalCon .modalTop h1.tit {
    font-family: 'GmarketSans';
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.modal.rslView-modal .modalBody {
    padding: 16px 24px 0;
}

.modal.rslView-modal .modalBody .rslViewchartBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid var(--Greyscale4);
    width: 100%;
}

.modal.rslView-modal .modalBody .rslViewchartBox ul {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.modal.rslView-modal .modalBody .rslViewchartBox ul:last-child li {
    border-bottom: none;
}

.modal.rslView-modal .modalBody .rslViewchartBox ul li {
    padding: 10px;
    font-size: 12px;
    height: 40px;
    text-align: center;
    border-right: 1px solid var(--Greyscale4);
    min-width: 84px;
    max-width: 120px;
    border-bottom: 1px solid var(--Greyscale4);
}

.modal.rslView-modal .modalBody .rslViewchartBox ul li:last-child {
    border-right: none;
    max-width: 100%;
    width: 100%;
}

.modal.rslView-modal .modalBody .opn-area .topItem {
    margin: 16px 0;
    padding: 6px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    border-bottom: 1px solid var(--Greyscale4);
}

.modal.rslView-modal .modalBody .opn-area .topItem img {
    width: 24px;
    height: 24px;
}

.modal.rslView-modal .modalBody .opn-area .topItem h2.tit {
    font-family: 'GmarketSans';
    color: var(--Primary-darker);
    font-size: 16px;
    font-weight: 500;
}

.modal.rslView-modal .modalBody .opn-area .opnBox {
    max-height: 290px;
    overflow: auto;
    border: 1px solid var(--Greyscale4);
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-family: "Noto Sans Korean";
    font-size: 14px;
    border-bottom: 1px solid var(--Greyscale4);
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem:last-child {
    border-bottom: none;
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .name {
    padding: 8px 16px;
    flex-shrink: 0;
    width: 84px;
    height: 100%;
    text-align: center;
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .opnCon {
    padding: 8px 16px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-grow: 1;
    border-left: 1px solid var(--Greyscale4);
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .opnCon p.conTxt {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    white-space: pre-wrap;
    word-break: break-all;
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .opnCon .date {
    flex-shrink: 0;
    padding: 0 16px;
    margin-bottom: auto;
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .opnCon .date .dateTxt {
    color: var(--Greyscale7);
    font-size: 14px;
    font-weight: 400;
}

.modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .opnCon .date .timeTxt {
    color: var(--Greyscale7);
    font-size: 14px;
    font-weight: 400;
}

.modal.rslView-modal .modalFooter {
    margin: 16px auto;
    text-align: center; /* 만족도조사 모달창 닫기 버튼 중앙 정렬 - 2025.01.16 추가 */
}

.modal.rslView-modal .modalFooter button {
    margin: 0 auto;
    padding: 7px;
    width: 120px;
    font-family: "Noto Sans Korean";
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: var(--Primary);
    border-radius: 8px;
}

/* 만족도조사 모달창 추가 스타일 - 2023.07.11 추가 */
.modal.rslView-modal .modalBody .rslChart {
    flex-grow: 1;
    width: 100%;
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    height: 40px;
}

.modal.rslView-modal .modalBody .rslChart .bar {
    height: 10px;
}

.modal.rslView-modal .modalBody .rslChart #bar1 {
    width: 20%;
    background-color: var(--Greyscale9);
}

.modal.rslView-modal .modalBody .rslChart #bar2 {
    width: 40%;
    background-color: var(--Greyscale8);
}

.modal.rslView-modal .modalBody .rslChart #bar3 {
    width: 60%;
    background-color: var(--Greyscale7);
}

.modal.rslView-modal .modalBody .rslChart #bar4 {
    width: 80%;
    background-color: var(--Greyscale6);
}

.modal.rslView-modal .modalBody .rslChart #bar5 {
    width: 100%;
    background-color: var(--Greyscale5);
}

@media (max-width: 767px) {
    .modal.rslView-modal .modalCon {
        max-width: 70%;
    }
}

@media (max-width: 640px) {
    .modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem {
        flex-direction: column;
    }

    .modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .name {
        width: 100%;
        text-align: left;
    }

    .modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .opnCon {
        flex-direction: column;
        width: 100%;
        border-left: none;
    }

    .modal.rslView-modal .modalBody .opn-area .opnBox .opnBoxItem .opnCon .date {
        padding: 10px 0 0;
    }
}

@media (max-width: 460px) {
    .modal.rslView-modal .modalCon {
        max-height: 70%;
    }

    .modal.rslView-modal .modalBody .rslViewchartBox ul {
        flex-wrap: wrap;
    }

    .modal.rslView-modal .modalBody .rslViewchartBox ul li:nth-child(1),
    .modal.rslView-modal .modalBody .rslViewchartBox ul li:nth-child(2) {
        min-width: unset;
        max-width: unset;
        width: 50%;
        flex-shrink: 0;
        border-bottom: none;
    }

    .modal.rslView-modal .modalBody .rslViewchartBox ul li:nth-child(2) {
        border-right: none;
    }

    .modal.rslView-modal .modalBody .rslChart {
        border-top: 1px solid var(--Greyscale4);
        width: 100%;
    }
}

/* 모바일 플로팅버튼 스타일 추가 - 2023.06.28 */
.mobileQuickMenu-Box {
    display: none;
}

@media (max-width: 1480px) {
  .flotingBanner > a.topBtn {
    display: none !important;
  }

  .mobileQuickMenu-Box {
    display: block;
  }

  .mobileQuickMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    right: 25px;
    bottom: 70px;
    z-index: 50;
  }

  .mobileQuickMenu > .quickmenu {
    position: relative;
  }

  .mobileQuickMenu > .quickmenu > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 8px;
    background-color: var(--Primary-darken);
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  }

  .mobileQuickMenu > .quickmenu > a img {
    width: 25px;
  }

  .mobileQuickMenuItem {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .mobileQuickMenuItem > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 7px;
    background-color: var(--Greyscale7);
    border-radius: 50%;
  }

  .mobileQuickMenuItem > li > a > img {
    width: 20px;
  }

  .mobileQuickMenu .topBtnBox {
    display: flex;
  }

  .mobileQuickMenu .topBtnBox > a.topBtn {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--Default);
    display: none;
    text-align: center;
    line-height: 35px;
    padding-top: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  }

  .mobileQuickMenu .topBtnBox > a.topBtn > img {
    width: 70%;
    height: 70%;
  }
}

/* 상담사 대돌이 스타일 추가 - 2023.07.28 */
a.chatInfoBox {
    margin-top: 16px;
    padding: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.10);
}

a.chatInfoBox img {
    width: 42px;
}

a.chatInfoBox p {
    font-family: 'GmarketSans';
    color: var(--Greyscale8);
    font-size: 18px;
}

.feedbackBtn.lineBtn {
    color: var(--Greyscale8) !important;
    background: transparent !important;
    border: 1px solid var(--Greyscale4);
}

.chatInfoWrap {
    padding-top: 20px;
}

.quickCon5 .searchSlideBox > .searchSlide.h-Auto .slick-slide {
    height: unset;
}
.quickCon5 .searchSlideBox > .searchSlide.h-Auto .chatInfoWrap {
    padding-top: 0;
}


/* 웹접근성 수정사항 반영 - 230926 */

.mayorBox .mayorLink a:focus {
    border: 2px dotted #f6ba33;
}

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    display: inline-block;
}

/*section.con-wrap {*/
/*    outline: transparent;*/
/*}*/


/* 푸터 배너모음 추가 */
footer .footerWrap {
    padding-left: 100px;
}

.siteLinkWrap {
    background-color: #fff;
    width: 100%;
    padding-left: 170px;
    border-top: 1px solid var(--Greyscale2);
}

.siteLinkWrap .siteLinkBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 16px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.siteLinkWrap .siteLinkControl {
    width: 130px;
    flex-shrink: 0;
}

.siteLinkWrap .siteLinkControl h5 {
    font-size: 18px;
    font-family: 'GmarketSans';
    font-weight: 500;
    margin-bottom: 10px;
}

.siteLinkWrap .siteLink {
    width: calc(100% - 130px);
    flex-shrink: 0;
}

.siteLinkWrap .siteLink li {}

.siteLinkWrap .siteLink li a {
    display: block;
    width: 170px;
    height: 52px;
    border: 1px solid var(--Greyscale4);
    background-color: #fff;
}

.siteLinkWrap .siteLink li a img {
    width: 100%;
    height: 100%;
}

footer .footerWrap .footerInfo {
    width: 100%;
}

footer .footerWrap .footerInfo .infoBox {
    width: calc(100% - 200px);
}

.footerLink {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}

.footerLink .dropdown-area {
    width: calc(25% - 12px);
}

.footerLink .dropdown {
    width: 100%;
}

.footerLink .dropdown .dropdownBtn {
    display: flex;
    flex-direction: row;
    padding: 4px 10px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
    background: transparent;
    border: 1px solid var(--Greyscale5);
}

.footerLink .dropdown .dropdownBtn::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49203 8.29492L12.082 12.8749L16.672 8.29492L18.082 9.70492L12.082 15.7049L6.08203 9.70492L7.49203 8.29492Z' fill='%234D5256'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    transform: rotate(0deg);
}

.footerLink .dropdown.show .dropdownBtn::after {
    transform: rotate(180deg);
}

.footerLink .dropdown .dropdownCon {
    padding: 2px;
    max-height: 250px;
    bottom: 100%;
    overflow-y: auto;
}

.footerLink .dropdown .dropdownCon a {
    padding: 8px 14px;
}

.footerLink .dropdown .dropdownCon.double {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    width: 200%;
}

.dropdown.show .dropdownCon.double {
    display: flex;
}

.footerLink .dropdown .dropdownCon.double a {
    width: 50%;
}

@media (max-width: 1480px) {

    .siteLinkWrap {
        padding-left: unset;
    }

    footer .footerWrap {
        padding-left: 16px;
    }
}

@media (max-width: 960px) {
    .footerLink .dropdown-area{
        width: 100%;
    }

    footer .footerWrap .footerInfo .infoBox {
        width: 100%;
    }

    .siteLinkWrap .siteLink li {
        padding: 0 5px;
    }

    .siteLinkWrap .siteLink li a {
        width: 100%;
        height: 0;
        padding-bottom: 30.5%;
        position: relative;
    }

    .siteLinkWrap .siteLink li a img {
        position: absolute;
    }
}

@media (max-width: 640px) {
    .siteLinkWrap .siteLinkBox {
        flex-direction: column;
        align-items: center;
    }

    .siteLinkWrap .siteLink {
        width: 100%;
    }

    .siteLinkWrap .siteLinkControl {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        width: 100%;
        margin-bottom: 10px;
    }

    .siteLinkWrap .siteLinkControl h5 {
        display: block;
        width: 100%;
        margin: 0;
    }

    .footerLink {
        flex-direction: column;
    }
}

/* 모바일 메뉴 버튼 수정 - 20241014 */
@media (max-width: 1400px) {
    .mobileMenuBtn > a.hamBtn {
        display: none;
    }

    .mobileMenuBtn > a.txtBtn {
        padding: 4px 12px;
        color: #fff;
        background-color: var(--Primary);
        border-radius: 6px;
    }
}

@media (max-width: 640px) {
    .mobileMenuBtn > a.hamBtn {
        display: block;
    }

    .mobileMenuBtn > a.txtBtn {
        display: none;
    }
}

/* 공식배너 스타일 - 250122 */
.searchBar {
    top: 0;
    position: sticky;
}

.officialBN {
    background-color: #e6e8ea;
    z-index: 999;
}

.officialBN .mainBn {
    padding-left: 110px;
}

.officialBN .container {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 20px;
    width: 100%;
    color: #000;
    font-size: 14px;
}

.officialBN .container.mainBn {
    padding-left: 110px;
}

.officialBN .container img {
    width: 26px;
    height: auto;
}

@media (max-width: 1400px) {
    .officialBN .container.mainBn {
        padding-left: 32px;
    }
}

@media (max-width: 959px) {
    .officialBN .container.mainBn {
        padding-left: 20px;
    }
}

@media (max-width: 459px) {
    .officialBN .container.mainBn {
        padding-left: 16px;
    }
}

@media (max-width: 370px) {
    .officialBN .container {
        font-size: 12px;
    }

    .officialBN .container img {
        width: 24px;
    }
}
