@charset "UTF-8";
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
 .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 .slick-track:after, .slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 .slick-slide img {
     display: block;
     width: 100%;
     height: auto;
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}
#body_layout {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}
.section {
    position: relative;
    width: 100%;
}
.section .layout {
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 10;
}
.section .title {
    text-align: center;
}
 .section .title > strong, .section .title > p {
    display: block;
    line-height: 1.2;
}
.section .title > strong {
    display: block;
    text-align: center;
    color: var(--secondary-color);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.27px;
    margin: 0 auto;
}
.section .title > p {
    margin: 5px auto 0;
    color: #444;
    overflow: hidden;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.075rem;
    display: block;
}
.txt_anim_wrap {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.txt_anim {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
}
.section1 {
    position: relative;
}
.section1 .row {
    display: flex;
    align-items: center;
}




.popupzone {
    position: relative;
     z-index:10;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    border-radius: 5px;
}
.popupzone .list {
    height: 100%;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}
.popupzone .list * {
    height: 100%;
    line-height: 0;
}
.popupzone .list .item {
    display: inline-block;
    height: 100%;
    position: relative;
}
.popupzone .list .link {
    display: block;
    width: 100%;
    height: 100%;
}
.popupzone .list .link img {
    width: 100%;
    max-width: none;
    height: auto;
}
.popupzone .list .link a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.popupzone .slick-list {
    overflow: visible;
}
.popupzone .list .slick-slide .item {
    opacity: 0.4;
}
.popupzone .list .slick-slide.slick-current .item {
    opacity: 1;
}
.popupzone .slide_control {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    overflow: hidden;
    padding: 20px 29px;
    display: flex;
    align-items: center;
    background-color: rgba(24, 17, 78, 0.8);
    border-radius: 25px 0 0 0;
    z-index: 2;
}
.popupzone .slide_control:after {
    content: "";
    display: block;
    clear: both;
}
 .popupzone .slide_control .total, .popupzone .slide_control button, .popupzone .slide_control .total *, .popupzone .slide_control button * {
    display: inline-block;
    height: 18px;
}
.popupzone .slide_control .total {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    padding-top: 2px;
}
.popupzone .slide_control .total span {
    padding: 0 10px;
    position: relative;
    color: #444;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
.popupzone .slide_control .total .current {
    font-weight: 700;
    min-width: 39px;
}
.popupzone .slide_control .total .line {
    position: relative;
    padding: 0;
    height: 10.75px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    font-size: 0;
}
.popupzone .slide_control button {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 17px;
    height: 13px;
    transition: 0.3s;
}
.popupzone .slide_control button span {
    font-size: 0;
}
.popupzone .slide_control .prev {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.19482 1L0.999898 8.19517M8.19482 14L0.999898 6.80507' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popupzone .slide_control .next {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 1L7.94493 8.19517M0.75 14L7.94493 6.80507' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popupzone .slide_control .play {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7.5L0.5 14.8612L0.500001 0.138784L8 7.5Z' fill='white'/%3E%3C/svg%3E%0A");
    display: none;
}
.popupzone .slide_control .stop {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47217 0L1.47217 13M7.47217 0L7.47217 13' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popupzone > .link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 63px 61px;
    transition: transform 0.4s ease !important;
    border-radius: 25px;
}
.popupzone > .link:hover {
    transform: scale(0.97) !important;
}
 .popupzone > .link {
     background-color: #E1F6EF;
}
.popupzone > .link .v-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow:hidden;
     */
}
.popupzone > .link .tag {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.popupzone > .link .tit {
    display: block;
    color: #444;
    font-size: 32px;
    font-weight: 700;
    line-height: 128.125%;
    letter-spacing: -0.32px;
}
.popupzone > .link .arrow {
    display: block;
    position: relative;
    margin-top: 21px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.popupzone > .link .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8479 16.8201L19.6681 8.99984M19.6681 8.99984H1.29297M19.6681 8.99984L11.8479 1.17993' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50%;
}
.popupzone > .link .link-arrow {
    display: flex;
    margin-top: 10px;
    max-width: 154px;
    width: 100%;
    padding: 14px 30px;
    align-items: center;
    color: #444;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 50px;
    background: #FFF;
    transition: all 0.4s ease;
    justify-content: space-between;
}
.popupzone > .link .link-arrow:after {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.04179 13L15 6.99988M15 6.99988H1M15 6.99988L9.04179 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    transition: all 0.4s ease;
}
.popupzone > .link .link-arrow.first-child {
    margin-top: 22px;
}
 .popupzone > .link .link-arrow:hover, .popupzone > .link .link-arrow:focus {
    background-color: var(--primary-color);
    color: #fff;
}
 .popupzone > .link .link-arrow:hover:after, .popupzone > .link .link-arrow:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.04179 13L15 6.99988M15 6.99988H1M15 6.99988L9.04179 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.popupzone > .link .img-content {
    position: absolute;
    bottom: 0;
    right: -40px;
     background-repeat: no-repeat;
     background-size: 100%;
}
 .popupzone > .link .tag {
     color: var(--accent-color);
}
 .popupzone > .link .img-content {
    /*width: 148.73px;
     height: 132.174px;
     */
    width: 178.79px;
    height: 158.88px;
    background-image: url("/site_images/main/icon2.png");
}





 @media (max-width: 1900px) {
     .popupzone > .link {
         padding: 35px 26px;
    }
     .popupzone > .link .tit {
         font-size: 29px;
    }
     .popupzone > .link .link-arrow {
         font-size: 18px;
         padding: 12px 20px;
         max-width: 134px;
    }
     .popupzone > .link .link-arrow.first-child {
         margin-right: 5px;
         margin-top: 10px;
    }
     .popupzone > .link .img-content {
         right: -15px;
    }
}
 @media (max-width: 1399px) {
     .section > .layout {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
 @media (max-width: 1399px) {
     .popupzone {
         max-width: 414px;
         float:right;
    }
     .popupzone .list .link a {
         align-items: center;
    }
     .popupzone .list .link img {
         width: 100%;
         height: auto;
         max-height: none;
    }
}
 @media (max-width: 1199.98px) {
    .section1 > .layout {
        padding-top: 0;
    }
     .section .title > strong {
         font-size: 38px;
         letter-spacing: -0.38px;
    }
}
 @media (max-width: 1024px) {
     .section .title > strong {
         font-size: 36px;
         letter-spacing: -0.36px;
    }
     .section .layout {
        padding-top: 20px;
        padding-bottom: 20px;
    }
     .section1 .layout {
        padding-top: 0;
    }
     .section1 .box {
         border-radius: 20px;
    }
     .section1 .box .list .link a {
         border-radius: 20px;
    }
     .faq {
         width: 100%;
    }
}
 @media (max-width: 890px) {
     .popupzone .slide_control {
         padding: 15px;
    }
     .popupzone .slide_control .total {
         margin-right: 0;
    }
     .popupzone .slide_control .total span {
         font-size: 13px;
    }
     .popupzone .slide_control .total .current {
         font-size: 14px;
    }
}
 @media (max-width: 860px) {
     .section .title > strong {
         font-size: 32px;
         letter-spacing: -0.32px;
    }
     .popupzone > .link .tag {
         margin-bottom: 10px;
         font-size: 17px;
    }
     .popupzone > .link .tit {
         font-size: 26px;
    }
}
 @media (max-width: 767.98px) {
     .section .layout {
        padding-top: 15px;
        padding-bottom: 15px;
    }
     .section .title > strong {
         font-size: 30px;
         letter-spacing: -0.3px;
    }
     .popupzone {
         max-width:100%;
         float: none;
         margin: 0 auto;
    }
     .popupzone .slide_control {
         padding: 15px;
    }
     .popupzone .slide_control .total {
         margin-right: 0;
    }
     .popupzone .slide_control .total span {
         font-size: 13px;
    }
     .popupzone .slide_control .total .current {
         font-size: 14px;
    }
}
 @media (max-width: 640px) {
     .popupzone .slide_control {
         padding: 15px;
    }
     .popupzone .slide_control .total {
         margin-right: 0;
    }
     .popupzone .slide_control .total span {
         font-size: 13px;
    }
     .popupzone .slide_control .total .current {
         font-size: 14px;
    }
}
 @media (max-width: 624px) {
     .popupzone > .link .link-arrow {
         max-width: 56%;
    }
}
 @media (max-width: 560px) {
     .section .layout {
        padding-top: 10px;
        padding-bottom: 10px;
    }
     .section .title > strong {
         font-size: 26px;
         letter-spacing: -0.26px;
    }
     .popupzone > .link .tag {
         font-size: 15px;
         margin-bottom: 5px;
    }
     .popupzone > .link .tit {
         font-size: 20px;
    }
     .popupzone > .link .arrow {
         display: none;
    }
}
 @media (max-width: 500px) {
    .section .layout {
        padding-top: 10px;
        padding-bottom: 10px;
    }
     .popupzone > .link .tit {
         font-size: 18px;
    }
     .popupzone > .link .link-arrow {
         max-width: none;
         width: 70%;
    }
     .popupzone .slide_control {
         padding: 20px 29px;
    }
     .popupzone .slide_control .total {
         display: inline-flex;
    }
}

/*# sourceMappingURL=acego.main.css.map */
/* 게시판 영역 신설 */
 .section6 {
    background-color: #f3faff;
}
 .section6 .board-group .board {
     position: relative;
     padding:30px 40px;
     border-radius: 25px 10px;
     border: 1px solid #e8ebfc;
     background-color: #fff;
     width: 100%;
     min-height:270px;
     box-shadow: 0 4px 12px rgba(30, 58, 107, 0.05);
}
 .section6 .board-group .board-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 20px;
}
 .section6 .board-group .board-header .title {
     color: var(--secondary-color);
     font-size: 22px;
     font-weight:900;
}
 .section6 .board-group .more {
     position: absolute;
     right:40px;
     top:50px;
     display: inline-block;
     font-size: 0;
     background-size: 100%;
     width: 15px;
     height: 15px;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cg clip-path='url(%23clip0_2_172)'%3E%3Cpath d='M0.837402 9.5H19.8374' stroke='%232354a3' stroke-width='2'/%3E%3Cpath d='M10.3374 0V19' stroke='%232354a3' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_172'%3E%3Crect width='20' height='19' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
     transition: transform 0.5s ease-in-out;
}
 .section6 .board-group .more:hover{
     background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.302734 9.5H19.3027' stroke='%231e2d5f' stroke-width='2'/%3E%3Cpath d='M9.80273 0L9.80273 19' stroke='%231e2d5f' stroke-width='2'/%3E%3C/svg%3E%0A");
     transform: rotate(180deg);
}
 .section6 .board-group .board-list {
     display: flex;
     flex-direction: column;
}
 .section6 .board-group .board-list .board-item {
     padding: 7.5px 0;
     border-bottom: 1px dashed #eee;
}
 .section6 .board-group .board-list .board-item:first-child {
     padding: 0 0 7.5px 0;
}
 .section6 .board-group .board-list .board-item:last-child {
     padding: 7.5px 0 0 0;
     border-bottom: none;
}
 .section6 .board-group .board-list .board-item .board-link {
     position:relative;
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .section6 .board-group .board-list .board-item .board-tit {
     position:relative;
     margin-left:10px;
     padding-left:3px;
     color: #444;
     font-size: 16px;
}
 .section6 .board-group .board-list .board-item .board-tit span {
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     max-width: 100%;
}
 .section6 .board-group .board-list .board-item .board-tit::before {
     content:"";
     display: inline-block;
     position: absolute;
     left:-10px;
     top: 50%;
     transform: translateY(-50%);
     width: 5px;
     height: 5px;
     background-color: var(--primary-color);
     border-radius: 100%;
}
 .section6 .board-group .board-list .board-item .board-tit:hover {
     color:var(--primary-color);
}
 .section6 .board-group .board-list .board-item .board-date {
     color: #444;
     font-size: 15px;
     font-weight: 500;
}
 @media (max-width: 1399px) {
     .section6 .board-group .board {
        min-height:250px;
        padding: 25px 35px;
        border-radius: 20px 5px;
    }
    .section6 .board-group .board-header {
        margin-bottom: 10px;
    }
    .section6 .board-group .board-list .board-item .board-date {
        display:none;
    }

    .section6 .board-group .board-header .title {
        font-size: 21px;
    }
    .section6 .board-group .more {
        top:40px;
    }
}
 @media (max-width: 1199.98px) {
    .section6 .board-group .more {
        right:35px;
    }
}
 @media (max-width: 991px) {
     .section6 .board-group .board {
         padding: 25px 30px;
         border-radius: 15px;
         min-height:auto;
    }

    .section6 .board-group .board-header .title {
        font-size: 20px;
    }
     .section6 .board-group .board-list .board-item .board-date {
         display: inline-block;
         margin-top: 2px;
         text-align: right;
        font-size: 14px;
    }
    .section6 .board-group .board-list .board-item .board-tit {
        margin-left:8px;
    }
    .section6 .board-group .board-list .board-item .board-tit::before {
        left:-10px;
        width: 4px;
        height: 4px;
    }
    .section6 .board-group .more {
        top:35px;
    }
}
 @media (max-width: 767.98px) {
    .section6 .board-group .board-header .title {
        font-size: 19px;
    }
     .section6 .board-group .board {
         padding: 20px 25px;
         border-radius: 15px;
    }
    .section6 .board-group .board-list .board-item .board-tit {
        width:76%;
        font-size: 14px;
        margin-left:6px;
    }
    .section6 .board-group .board-list .board-item .board-date {
        font-size: 13px;
    }
    .section6 .board-group .board-list .board-item .board-tit::before {
        left:-10px;
        width: 3px;
        height: 3px;
    }
    .section6 .board-group .more {
        top:28px;
        right:20;
    }
}



.quick_faq .layout {
    position:relative;
}

.quick_faq .new_info {
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
    width:420px;
    height:290px;
    color:#444;
    text-align:center;
    padding:20px 40px;
    font-size:24px; /* 22px에서 2px 증가 */
    font-weight: 900;
    line-height:1.4;
    letter-spacing: -0.065rem;
    background-color:#2354a3;
}

/* .new_info 포커스 스타일 - 파란색 배경에서 잘 보이도록 */
.quick_faq .new_info:focus {
    outline: 3px solid #ffcc00 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 6px rgba(255, 204, 0, 0.3) !important;
}

/* placeholder 색상 */
::placeholder {
    color: #444 !important;
}

::-webkit-input-placeholder {
    color: #444 !important;
}

::-moz-placeholder {
    color: #444 !important;
}

:-ms-input-placeholder {
    color: #444 !important;
}

/* .new_info 내부 링크들의 포커스 스타일 */
.quick_faq .new_info a:focus {
    outline: 2px solid #ffcc00 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.2) !important;
}

.quick_faq .new_info span {
    display:block;
}

.quick_faq .new_info span strong {
    font-size:28px; /* 26px에서 2px 증가 */
}

.quick_faq .new_info h3 {
    display:block;
    font-size:36px; /* 34px에서 2px 증가 */
    font-weight: 900;
}

.quick_faq .new_info p {
    opacity: 0.9; /* 0.8에서 0.9로 증가하여 대비 개선 */
    font-size:16px; /* 14px에서 2px 증가 */
    font-weight: 400;
    margin:10px 0;
}

.quick_faq .new_info em {
    display:block;
    color:#2354a3;
    font-style:normal;
    letter-spacing: -0.075rem;
    padding:3px;
    border-radius: 6px;
    background-color:#fff;
    margin:10px 0;
}

.quick_faq .new_info ul {
    margin-top:14px;
    text-align:left;
    font-size:15px; /* 13px에서 2px 증가 */
    letter-spacing: -0.035rem;
}

/* 검색창 스타일 */
.quick_faq .new_info .faq-search-form {
    margin-bottom: 20px;
    display: flex;
    gap: 0;
    align-items: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.quick_faq .new_info .faq-search-form input[type="text"] {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 16px; /* 패딩을 20px -> 16px로 줄임 */
    border: 0;
    border-radius: 6px 0 0 6px;
    background-color: rgba(255, 255, 255, 0.95);
    color: var(--secondary-color);
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.quick_faq .new_info .faq-search-form input[type="text"]::placeholder {
    color: var(--secondary-color);
}

.quick_faq .new_info .faq-search-form input[type="text"]:focus {
    outline: 2px solid #ffcc00 !important;
    outline-offset: 2px !important;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.2) !important;
}

.quick_faq .new_info .faq-search-form button[type="submit"] {
    flex-shrink: 0;
    padding: 10px 18px;
    background-color: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    height: 100%;
    box-sizing: border-box;
}

.quick_faq .new_info .faq-search-form button[type="submit"]:hover {
    background-color: var(--secondary-color);
    transform: translateY(0);
}

.quick_faq .new_info .faq-search-form button[type="submit"]:focus {
    outline: 2px solid #ffcc00 !important;
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.2) !important;
}

.quick_faq .new_info .faq-search-form button[type="submit"]:active {
    transform: translateY(0);
}

/* 추천 검색어 스타일 */
.quick_faq .new_info .faq-recommend-keywords {
    margin-top: 15px;
}

.quick_faq .new_info .faq-recommend-keywords span {
    font-weight: 800;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: left;
    color: #fff; /* 명도대비 확보: 진한 남색으로 변경 */
}

.quick_faq .new_info .faq-recommend-keywords > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
}

.quick_faq .new_info .faq-recommend-keywords .faq-keyword-link {
    display: inline-block;
    background: #fff; /* 완전 흰색 배경으로 명도대비 확보 */
    padding: 6px 10px;
    border-radius: 6px;
    color: var(--secondary-color); /* 진한 남색 텍스트로 명도대비 확보 */
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 0;
    flex: 0 0 calc(33.333% - 4px);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quick_faq .new_info .faq-recommend-keywords .faq-keyword-link:hover,
.quick_faq .new_info .faq-recommend-keywords .faq-keyword-link:focus {
    background: var(--secondary-color); /* 진한 남색 배경 */
    color: #fff; /* 흰색 텍스트 */
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(30, 58, 107, 0.18);
    outline: 2px solid #ffcc00 !important; /* 포커스시 명확한 외곽선 - 파란색 배경에서 잘 보이도록 노란색 */
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.2) !important;
}

.quick_faq .new_info .faq-recommend-keywords .faq-keyword-link:active {
    transform: translateY(0);
}




@media (max-width: 1399px) {
    .quick_faq .new_info {
        left:40px;
        width:390px;
        height:275px;
        padding:15px 30px;
        font-size:22px;
    }

    .quick_faq .new_info span strong {
        font-size:26px; /* 26px에서 2px 증가 */
    }

    .quick_faq .new_info h3 {
        font-size:34px;
    }

    .quick_faq .new_info p {
        font-size:15px;
        margin:8px 0;
    }

    .quick_faq .new_info em {
        margin:8px 0;
    }

    .quick_faq .new_info ul {
        margin-top:12px;
        font-size:14px;
    }
}


@media (max-width: 1199.98px) {
    .quick_faq .new_info {
        width:380px;
        height:260px;
        padding:15px 25px;
        font-size:21px;
    }

    .quick_faq .new_info span strong {
        font-size:25px; /* 26px에서 2px 증가 */
    }

    .quick_faq .new_info h3 {
        display:none;
    }

    .quick_faq .new_info p {
        font-size:14px;
    }

    .quick_faq .new_info ul {
        margin-top:14px;
        font-size:13px;
    }

    .quick_faq .new_info .faq-recommend-keywords .faq-keyword-link {
        padding: 7px 10px;
        border-radius: 5px;
    }
}


@media (max-width: 991px) {
    .quick_faq .new_info {
        position:relative;
        left:0;
        width:100%;
        height:auto;
        padding:15px 25px;
        border-radius: 5px;
        margin-bottom:20px;
    }

    .quick_faq .new_info h3 {
        display:none;
    }

    .quick_faq .new_info ul {
        margin-top:14px;
    }

    .quick_faq .new_info .faq-recommend-keywords .faq-keyword-link {
        padding: 7px 10px;
        border-radius: 5px;
        flex: 0 0 calc(24.888% - 4px);
    }
}


@media (max-width: 767.98px) {
    .quick_faq .new_info .faq-recommend-keywords .faq-keyword-link {
        flex: 0 0 calc(33.333% - 4px);
    }
}









/* ========== 유관기관 가로 롤링 (전용) ========== */
.section.nsection3 {
    background-color: #fff;
    padding: 30px 0;
}
.section.nsection3 .faq-list {
    padding: 0;
    max-width: 1450px;
    margin: 0 auto;
}
.section.nsection3 .faq-list .faq {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.section.nsection3 .faq-list .faq .title {
    display: none;
}
.section.nsection3 .faq-list .faq .slide_control {
    position: static;
    order: -1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.section.nsection3 .faq-list .faq .slide_control h4 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    top: 0;
}

/* 배너 현재 위치 / 총 갯수 */
.section.nsection3 .faq-list .faq .slide_control .total {
    position: relative;
    top: 2px;
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: #888;
    font-size: 15px;
    font-weight: 600;
}
.section.nsection3 .faq-list .faq .slide_control .total .line {
    margin: 0 4px;
    color: #999;
    font-weight: 400;
}
.section.nsection3 .faq-list .faq .slide_control .total .current {
    color: #E34B30;
}
.section.nsection3 .faq-list .faq .slide_control .total .count {
    color: #222;
}
/* 이전/다음 화살표 — 흰 배경용 진한색 아이콘 직접 지정 */
.section.nsection3 .faq-list .faq .slide_control .prev,
.section.nsection3 .faq-list .faq .slide_control .next {
    width: 26px;
    height: 26px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 16px;
    padding: 0;
    border: 0;
    cursor: pointer;
    opacity: 0.6;
}
.section.nsection3 .faq-list .faq .slide_control .prev {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.19482 1L0.999898 8.19517M8.19482 14L0.999898 6.80507' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
}
.section.nsection3 .faq-list .faq .slide_control .next {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 1L7.94493 8.19517M0.75 14L7.94493 6.80507' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
}
.section.nsection3 .faq-list .faq .slide_control .prev:hover,
.section.nsection3 .faq-list .faq .slide_control .next:hover {
    opacity: 0.8;
}
.section.nsection3 .faq-list .faq .slide_control .prev span,
.section.nsection3 .faq-list .faq .slide_control .next span {
    font-size: 0;
}
/* 스톱/플레이 버튼 — 흰 배경용 진한색 아이콘 직접 지정 */
.section.nsection3 .faq-list .faq .slide_control .stop,
.section.nsection3 .faq-list .faq .slide_control .play {
    width: 28px;
    height: 28px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}
.section.nsection3 .faq-list .faq .slide_control .stop {
    background-size: 14px 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47217 0L1.47217 13M7.47217 0L7.47217 13' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
}
.section.nsection3 .faq-list .faq .slide_control .play {
    background-size: 12px 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7.5L0.5 14.8612L0.500001 0.138784L8 7.5Z' fill='%23333'/%3E%3C/svg%3E");
}
.section.nsection3 .faq-list .faq .slide_control .stop:hover,
.section.nsection3 .faq-list .faq .slide_control .play:hover {
    opacity: 0.7;
}
.section.nsection3 .faq-list .faq .slide_control .stop span,
.section.nsection3 .faq-list .faq .slide_control .play span {
    font-size: 0;
}

/* 유관기관: 흰 둥근 카드 + 로고·기관명 */
.section.nsection3 .faq-list .faq .list {
    height: auto;
    overflow: hidden;
    top: 0;
    width: 100%;
}
.section.nsection3 .faq-list .faq .list .slick-slide,
.section.nsection3 .faq-list .faq .list .item {
    height: 80px;
}
.section.nsection3 .faq-list .faq .list .item {
    display: block;
    padding: 4px 10px;
    box-sizing: border-box;
}
.section.nsection3 .faq-list .faq .list .item:first-child {
    padding-left: 10px;
}
.section.nsection3 .faq-list .faq .list .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 70px;
    padding: 14px 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    white-space: normal;
    text-decoration: none;
    transition: box-shadow 0.2s, border-color 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.section.nsection3 .faq-list .faq .list .link:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #ddd;
}
.section.nsection3 .faq-list .faq .list .link img {
    display: block;
    max-height: 40px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    margin: auto;
}
.section.nsection3 .faq-list .faq .list .link .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.section.nsection3 .faq-list .faq .list .link .subject {
    display: none;
}
.section.nsection3 .faq-list .faq .list .link .tit,
.section.nsection3 .faq-list .faq .list .link .date {
    display: none;
}

@media (max-width: 991.98px) {
    .section.nsection3 .faq-list .faq .slide_control {
        margin-bottom: 10px;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .section.nsection3 {
        padding: 25px 0;
    }
    .section.nsection3 .faq-list .faq .slide_control {
        gap: 8px;
    }
    .section.nsection3 .faq-list .faq .list .link {
        min-height: 30px;
        padding: 12px 10px;
        border-radius: 6px;
    }
    .section.nsection3 .faq-list .faq .list .link img {
        max-height: 30px;
    }
    .section.nsection3 .faq-list .faq .list .link .subject {
        font-size: 12px;
        margin-top: 6px;
    }
    .section.nsection3 .faq-list .faq .list .slick-slide,
    .section.nsection3 .faq-list .faq .list .item {
        height: 65px;
    }
}

/* 퀵메뉴 */
.quick_faq .new_quick {
    position:relative;
    z-index:2;
    height:220px;
    background-color:#def1ff;
}

.quick_faq .new_quick .list {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     text-align: center;
     margin: 0;
     width: 100%;
     padding:35px 0 10px 450px;
}

.quick_faq .new_quick .list .item {
     position: relative;
     width: 20%;
}

.quick_faq .new_quick .list .item .has-tooltip {
    display: block;
}

.quick_faq .new_quick .list .item .has-tooltip > i {
    display: block;
    margin: 0 auto 10px;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
    border-radius: 20px 10px;
    transition:
        background-color 0.2s,
        box-shadow 0.2s,
        transform 0.2s;
    /* 화면에 어울리는 밝고 선명한 블루 계열로 조정 */
}

.quick_faq .new_quick .list .item .has-tooltip > i.icon1 {
    background-image: url("/site_images/main/q001.png");
    background-color: #7bb6e9; /* 이미지 참고: 파란색 계열, #7bb6e9 */
}

.quick_faq .new_quick .list .item .has-tooltip > i.icon2 {
    background-image: url("/site_images/main/q002.png");
    background-color: #6ee0d6; /* 이미지 참고: 민트색 계열, #6ee0d6 */
}

.quick_faq .new_quick .list .item .has-tooltip > i.icon3 {
    background-image: url("/site_images/main/q003.png");
    background-color: #6fd6e0; /* 이미지 참고: 밝은 청록색 계열, #6fd6e0 */
}

.quick_faq .new_quick .list .item .has-tooltip > i.icon4 {
    background-image: url("/site_images/main/q004.png");
    background-color: #8e9be9; /* 이미지 참고: 연보라/블루 계열, #8e9be9 */
}

.quick_faq .new_quick .list .item .has-tooltip > i.icon5 {
    background-image: url("/site_images/main/q005.png");
    background-color: #b8a7e9; /* 이미지 참고: 연보라 계열, #b8a7e9 */
}

/* hover, focus, active 시 아이콘 애니메이션 및 색상/그림자 효과 */
.quick_faq .new_quick .list .item .has-tooltip:hover > i,
.quick_faq .new_quick .list .item .has-tooltip:focus > i,
.quick_faq .new_quick .list .item.active .has-tooltip > i {
    box-shadow: 0 6px 18px 0 rgba(123, 182, 233, 0.18), 0 1.5px 6px 0 rgba(123, 182, 233, 0.10);
    transform: scale(1.07);
}

.quick_faq .new_quick .list .item .has-tooltip:hover > i.icon1,
.quick_faq .new_quick .list .item .has-tooltip:focus > i.icon1,
.quick_faq .new_quick .list .item.active .has-tooltip > i.icon1 {
    background-color: #5a9fd6; /* hover 시 더 진한 파랑 */
}

.quick_faq .new_quick .list .item .has-tooltip:hover > i.icon2,
.quick_faq .new_quick .list .item .has-tooltip:focus > i.icon2,
.quick_faq .new_quick .list .item.active .has-tooltip > i.icon2 {
    background-color: #4fc9b8; /* hover 시 더 진한 민트 */
}

.quick_faq .new_quick .list .item .has-tooltip:hover > i.icon3,
.quick_faq .new_quick .list .item .has-tooltip:focus > i.icon3,
.quick_faq .new_quick .list .item.active .has-tooltip > i.icon3 {
    background-color: #4fc9d6; /* hover 시 더 진한 청록 */
}

.quick_faq .new_quick .list .item .has-tooltip:hover > i.icon4,
.quick_faq .new_quick .list .item .has-tooltip:focus > i.icon4,
.quick_faq .new_quick .list .item.active .has-tooltip > i.icon4 {
    background-color: #6c7fd6; /* hover 시 더 진한 연보라/블루 */
}

.quick_faq .new_quick .list .item .has-tooltip:hover > i.icon5,
.quick_faq .new_quick .list .item .has-tooltip:focus > i.icon5,
.quick_faq .new_quick .list .item.active .has-tooltip > i.icon5 {
    background-color: #9b8fd6; /* hover 시 더 진한 연보라 */
}

.quick_faq .new_quick .list .item .has-tooltip span {
    display: block;
}

.quick_faq .new_quick .list .item .has-tooltip span em {
    position: relative;
    padding-bottom: 1px;
    color: #222;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.16px;
    text-transform: uppercase;
}

.quick_faq .new_quick .list .item .has-tooltip span em:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 1px;
    background-color: #222;
    transition: 0.15s ease-in-out;
}

.quick_faq .new_quick .list .item.active .has-tooltip span em:before,
.quick_faq .new_quick .list .item .has-tooltip:hover span em:before,
.quick_faq .new_quick .list .item .has-tooltip:focus span em:before {
    width: 100%;
}

@media (max-width: 1399px) {
    .quick_faq .new_quick {
        height:215px;
    }
    .quick_faq .new_quick .list {
        padding:35px 0 10px 410px;
    }
}

@media (max-width: 1199.98px) {
    .quick_faq .new_quick {
        height:200px;
    }
    .quick_faq .new_quick .list .item .has-tooltip > i {
        width: 95px;
        height: 95px;
        background-size: 65%;
        border-radius: 15px 5px;
    }
}

@media (max-width: 991px) {
    .quick_faq .new_quick {
        height:auto;
    }
    .quick_faq .new_quick .list {
        padding:20px 0;
    }
    .quick_faq .new_quick .list .item .has-tooltip > i {
        width: 110px;
        height: 110px;
        background-size: 70%;
        border-radius: 15px 5px;
    }
}

@media (max-width: 767.98px) {
    .quick_faq .new_quick .list {
        padding:15px 0;
    }
    .quick_faq .new_quick .list .item .has-tooltip > i {
        width: 85px;
        height: 85px;
        border-radius: 10px 3px;
    }
}

@media (max-width: 575px) {
    .quick_faq .new_quick .list .item .has-tooltip > i {
        width: 65px;
        height: 65px;
    }

    .quick_faq .new_quick .list .item .has-tooltip span em {
        font-size: 14px;
    }
}

@media (max-width: 475px) {
    .quick_faq .new_quick .list .item .has-tooltip > i {
        width: 55px;
        height: 55px;
    }

    .quick_faq .new_quick .list .item .has-tooltip span em {
        font-size: 13px;
    }
}



/* popupzone2 스타일 */
.popupzone2 {
     position: relative;
     z-index:10;
     width: 100%;
     height: 100%;
     /* overflow: hidden; */
     border-radius: 5px;
}
.popupzone2 .list {
     height: 100%;
     white-space: nowrap;
     position: relative;
     z-index: 1;
}
.popupzone2 .list * {
     height: 100%;
     line-height: 0;
}
.popupzone2 .list .item {
     display: inline-block;
     height: 100%;
     position: relative;
}
.popupzone2 .list .link {
     display: block;
     width: 100%;
     height: 100%;
}
.popupzone2 .list .link img {
     width: 100%;
     max-width: none;
     height: auto;
}
.popupzone2 .list .link a {
     display: flex;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-items: center;
}
.popupzone2 .slick-list {
     overflow: visible;
}
.popupzone2 .list .slick-slide .item {
     opacity: 0.4;
}
.popupzone2 .list .slick-slide.slick-current .item {
     opacity: 1;
}
.popupzone2 .slide_control {
     position: absolute;
     bottom: 0;
     right: 0;
     width: 200px;
     overflow: hidden;
     padding: 20px 29px;
     display: flex;
     align-items: center;
     background-color: rgba(24, 17, 78, 0.8);
     border-radius: 25px 0 0 0;
     z-index: 2;
}
.popupzone2 .slide_control:after {
     content: "";
     display: block;
     clear: both;
}
.popupzone2 .slide_control .total, .popupzone2 .slide_control button, .popupzone2 .slide_control .total *, .popupzone2 .slide_control button * {
     display: inline-block;
     height: 18px;
}
.popupzone2 .slide_control .total {
     display: inline-flex;
     align-items: center;
     margin-right: 15px;
     padding-top: 2px;
}
.popupzone2 .slide_control .total span {
     padding: 0 10px;
     position: relative;
     color: #444;
     text-align: center;
     font-size: 15px;
     line-height: 1;
     font-weight: 400;
}
.popupzone2 .slide_control .total .current {
     font-weight: 700;
     min-width: 39px;
}
.popupzone2 .slide_control .total .line {
     position: relative;
     padding: 0;
     height: 10.75px;
     width: 1px;
     background-color: rgba(255, 255, 255, 0.5);
     overflow: hidden;
     font-size: 0;
}
.popupzone2 .slide_control button {
     background-color: transparent;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: auto 100%;
     width: 17px;
     height: 13px;
     transition: 0.3s;
}
.popupzone2 .slide_control button span {
     font-size: 0;
}
.popupzone2 .slide_control .prev {
     background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.19482 1L0.999898 8.19517M8.19482 14L0.999898 6.80507' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popupzone2 .slide_control .next {
     background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 1L7.94493 8.19517M0.75 14L7.94493 6.80507' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popupzone2 .slide_control .play {
     background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7.5L0.5 14.8612L0.500001 0.138784L8 7.5Z' fill='white'/%3E%3C/svg%3E%0A");
     display: none;
}
.popupzone2 .slide_control .stop {
     background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.47217 0L1.47217 13M7.47217 0L7.47217 13' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.popupzone2 > .link {
     display: block;
     width: 100%;
     height: 100%;
     padding: 63px 61px;
     transition: transform 0.4s ease !important;
     border-radius: 25px;
}
.popupzone2 > .link:hover {
     transform: scale(0.97) !important;
}
.popupzone2 > .link {
     background-color: #E1F6EF;
}
.popupzone2 > .link .v-wrap {
     position: relative;
     width: 100%;
     height: 100%;
    /*overflow:hidden;
     */
}
.popupzone2 > .link .tag {
     display: block;
     margin-bottom: 15px;
     font-size: 20px;
     font-weight: 400;
     line-height: 140%;
}
.popupzone2 > .link .tit {
     display: block;
     color: #444;
     font-size: 32px;
     font-weight: 700;
     line-height: 128.125%;
     letter-spacing: -0.32px;
}
.popupzone2 > .link .arrow {
     display: block;
     position: relative;
     margin-top: 21px;
     width: 50px;
     height: 50px;
     background-color: #fff;
     border-radius: 50%;
     overflow: hidden;
}
.popupzone2 > .link .arrow:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8479 16.8201L19.6681 8.99984M19.6681 8.99984H1.29297M19.6681 8.99984L11.8479 1.17993' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
     background-position: 50%;
}
.popupzone2 > .link .link-arrow {
     display: flex;
     margin-top: 10px;
     max-width: 154px;
     width: 100%;
     padding: 14px 30px;
     align-items: center;
     color: #444;
     font-size: 20px;
     font-weight: 700;
     line-height: 100%;
     border-radius: 50px;
     background: #FFF;
     transition: all 0.4s ease;
     justify-content: space-between;
}
.popupzone2 > .link .link-arrow:after {
     content: "";
     width: 14px;
     height: 12px;
     background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.04179 13L15 6.99988M15 6.99988H1M15 6.99988L9.04179 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
     background-repeat: no-repeat;
     background-position: 50%;
     background-size: 100%;
     transition: all 0.4s ease;
}
.popupzone2 > .link .link-arrow.first-child {
     margin-top: 22px;
}
.popupzone2 > .link .link-arrow:hover, .popupzone2 > .link .link-arrow:focus {
     background-color: var(--primary-color);
     color: #fff;
}
.popupzone2 > .link .link-arrow:hover:after, .popupzone2 > .link .link-arrow:focus:after {
     background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.04179 13L15 6.99988M15 6.99988H1M15 6.99988L9.04179 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.popupzone2 > .link .img-content {
     position: absolute;
     bottom: 0;
     right: -40px;
     background-repeat: no-repeat;
     background-size: 100%;
}
.popupzone2 > .link .tag {
     color: var(--accent-color);
}
.popupzone2 > .link .img-content {
    /*width: 148.73px;
     height: 132.174px;
     */
     width: 178.79px;
     height: 158.88px;
     background-image: url("/site_images/main/icon2.png");
}

/* popupzone2 반응형 스타일 */
@media (max-width: 1900px) {
     .popupzone2 > .link {
         padding: 35px 26px;
    }
     .popupzone2 > .link .tit {
         font-size: 29px;
    }
     .popupzone2 > .link .link-arrow {
         font-size: 18px;
         padding: 12px 20px;
         max-width: 134px;
    }
     .popupzone2 > .link .link-arrow.first-child {
         margin-right: 5px;
         margin-top: 10px;
    }
     .popupzone2 > .link .img-content {
         right: -15px;
    }
}
@media (max-width: 1300px) {
     .popupzone2 > .link .tit {
         font-size: 26px;
    }
}
@media (max-width: 1399px) {
     .popupzone2 .list .link a {
         align-items: center;
    }
     .popupzone2 .list .link img {
         width: 100%;
         height: auto;
         max-height: none;
    }
}
@media (max-width: 890px) {
     .popupzone2 .slide_control {
         padding: 15px;
    }
     .popupzone2 .slide_control .total {
         margin-right: 0;
    }
     .popupzone2 .slide_control .total span {
         font-size: 13px;
    }
     .popupzone2 .slide_control .total .current {
         font-size: 14px;
    }
}
@media (max-width: 860px) {
     .popupzone2 > .link .tag {
         margin-bottom: 10px;
         font-size: 17px;
    }
     .popupzone2 > .link .tit {
         font-size: 26px;
    }
}
@media (max-width: 767.98px) {
     .popupzone2 {
         max-width:100%;
         float: none;
         margin: 0 auto 20px;
    }
     .popupzone2 .slide_control {
         padding: 15px;
    }
     .popupzone2 .slide_control .total {
         margin-right: 0;
    }
     .popupzone2 .slide_control .total span {
         font-size: 13px;
    }
     .popupzone2 .slide_control .total .current {
         font-size: 14px;
    }
}
@media (max-width: 640px) {
     .popupzone2 .slide_control {
         padding: 15px;
    }
     .popupzone2 .slide_control .total {
         margin-right: 0;
    }
     .popupzone2 .slide_control .total span {
         font-size: 13px;
    }
     .popupzone2 .slide_control .total .current {
         font-size: 14px;
    }
}
@media (max-width: 624px) {
     .popupzone2 > .link .link-arrow {
         max-width: 56%;
    }
}
@media (max-width: 560px) {
     .popupzone2 > .link .tag {
         font-size: 15px;
         margin-bottom: 5px;
    }
     .popupzone2 > .link .tit {
         font-size: 20px;
    }
     .popupzone2 > .link .arrow {
         display: none;
    }
}
@media (max-width: 500px) {
     .popupzone2 > .link .tit {
         font-size: 18px;
    }
     .popupzone2 > .link .link-arrow {
         max-width: none;
         width: 70%;
    }
     .popupzone2 .slide_control {
         padding: 20px 29px;
    }
     .popupzone2 .slide_control .total {
         display: inline-flex;
    }
}





/* ---------------------------------------------------------------------------
    [섹션1] 메인 상단 배경 영역
---------------------------------------------------------------------------- */
.nsection1 {
    position: relative;                        /* 위치 기준 설정 */
    min-height: 750px;    /* 최소 높이 지정 */
    letter-spacing: -0.05rem;
    padding: 170px 0 0;
    overflow: hidden;
}

.nsection1 .layout {
    position: relative;
    z-index: 2;
}

.nsection1__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url('/newimg/main_bg.png') no-repeat 50% 50%;
    background-size: cover;
}

.nsection1__video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 원본 비율 유지(세로 늘어짐 방지) */
    opacity: 0;
    transition: opacity 0.25s ease;
}

.nsection1.is-video-ready .nsection1__video {
    opacity: 1;
}

.nsection1__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.2);
}

.nsection1__video-toggle {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 24px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    color: #666;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nsection1__video-toggle:hover,
.nsection1__video-toggle:focus-visible {
    background: rgba(227, 74, 46, 0.95);
    border-color: rgba(227, 74, 46, 1);
    color: #fff;
}

.nsection1__video-toggle.is-paused {
    background: rgba(34, 34, 34, 0.92);
    border-color: rgba(34, 34, 34, 1);
    color: #fff;
}

.nsection1 .main-text h3 {
    color: #222;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -0.1rem;
    font-family: 'Cafe24 Ssurround';
    line-height: 56px;
    margin-bottom: 25px;
}

.nsection1 .main-text h3 strong {
    color: #E34A2E;
}

.nsection1 .main-text p {
    color: #666;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.055rem;
    line-height: 30px;
}



@media (max-width: 1499px) {
    .nsection1 .main-text h3 {
        font-size: 50px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    .nsection1 .main-text p {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 1399px) {
    .nsection1 .main-text h3 {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .nsection1 .main-text p {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 1024px) {
    .nsection1 .main-text h3 {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 15px;
    }
    .nsection1 .main-text p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media (max-width: 767.98px) {
    .nsection1 .main-text h3 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .nsection1 .main-text p {
        display: none;
    }
}
@media (max-width: 560px) {
    .nsection1 .main-text h3 {
        font-size: 28px;
        line-height: 28px;
    }
}
@media (max-width: 360px) {
    .nsection1 .main-text h3 {
        font-size: 24px;
        line-height: 26px;
    }
}



/* ============================================================================
    [메인 검색 폼]
============================================================================ */
.main-search {
    margin-top: 90px;
}
/* 검색 제목 */
.main-search h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #8B6254;
    font-family: GmarketSans;
    line-height: 25px;
    letter-spacing: -0.03rem;
}
/* 검색 전체 폼 */
.main-search-form {
    display: flex;
    align-items: stretch;
    max-width: 600px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e7c69e;
    box-shadow: 2px 2px 6px rgba(140, 131, 93, 0.2);
    overflow: hidden;
}
/* 검색 드롭다운 선택 영역 */
.main-search-selects {
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 26px;
    border-right: 1px solid #DDDDDD;
    white-space: nowrap;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03rem;
    color: #444;
}
/* 개별 셀렉트 - 첨부한 V자 화살표 스타일 (배경 이미지로 처리: select ::after는 브라우저별 지원이 약함) */
.main-search-select {
    position: relative;
    padding: 4px 28px 4px 8px;
    border: none;
    border-radius: 0;
    background: transparent;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 0l4 5 4-5' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 10px 6px;
}
.main-search-select:focus {
    box-shadow: none;
}
.main-search-select option {
    color: #444;
    background: #fff;
}
/* 검색어 입력 영역 래퍼 */
.main-search-input-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    padding: 0 22px;
}
/* 검색 input */
.main-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 18px;
    padding: 10px 0;
    line-height: 25px;
    letter-spacing: -0.03rem;
    color: #444;
}
/* placeholder 스타일 */
.main-search-input::placeholder {
    color: #c4b7aa;
}
/* 검색 버튼 */
.main-search-button {
    flex: 0 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}
/* 검색 버튼 아이콘 - 이미지 사용 */
.main-search-button-icon {
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    background-image: url('/newimg/icon_search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    border-radius: 0;
}
/* 기존 돋보기 손잡이 제거 */
.main-search-button-icon::after {
    content: none;
}

@media (max-width: 1499px) {
    .main-search {
        margin-top: 80px;
    }
    .main-search h3 {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 23px;
    }
    .main-search-form {
        max-width: 590px;
        padding: 9px;
        border-radius: 9px;
    }
    .main-search-selects {
        padding: 0 14px;
        gap: 24px;
        font-size: 17px;
        line-height: 24px;
    }
    .main-search-select {
        padding: 3px 26px 3px 7px;
        background-position: right 5px center;
        background-size: 9px 5px;
    }
    .main-search-input-wrap {
        padding: 0 20px;
    }
    .main-search-input {
        font-size: 17px;
        padding: 9px 0;
        line-height: 24px;
    }
    .main-search-button-icon {
        width: 22px;
        height: 22px;
    }

    .nsection1 {
        min-height: 620px;
        padding: 170px 0 0;
    }
}
@media (max-width: 1024px) {
    .main-search {
        margin-top: 40px;
    }
    .main-search h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 22px;
    }
    .main-search-form {
        max-width: 550px;
        padding: 8px;
        border-radius: 8px;
    }
    .main-search-selects {
        padding: 0 13px;
        gap: 22px;
        font-size: 16px;
        line-height: 22px;
    }
    .main-search-select {
        padding: 2px 24px 2px 6px;
        background-position: right 4px center;
        background-size: 8px 4px;
    }
    .main-search-input-wrap {
        padding: 0 18px;
    }
    .main-search-input {
        font-size: 16px;
        padding: 8px 0;
        line-height: 22px;
    }
    .main-search-button-icon {
        width: 20px;
        height: 20px;
    }

    .nsection1 {
        min-height: 500px;
        padding: 130px 0 0;
    }
}

@media (max-width: 767.98px) {
    .main-search-form {
        max-width: 430px;
    }
}

@media (max-width: 560px) {
    .main-search {
        margin-top: 40px;
    }
    .main-search h3 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 20px;
    }
    .main-search-form {
        max-width: 550px;
        padding: 7px;
        border-radius: 7px;
        display: block;
        align-items: stretch;
    }
    .main-search-selects {
        padding: 0 12px;
        gap: 20px;
        font-size: 15px;
        line-height: 20px;
    }
    .main-search-select {
        padding: 2px 22px 2px 4px;
        background-position: right 3px center;
        background-size: 7px 3px;
    }
    .main-search-input-wrap {
        padding: 0 16px;
    }
    .main-search-input {
        font-size: 15px;
        padding: 7px 0;
        line-height: 20px;
    }
    .main-search-button-icon {
        width: 19px;
        height: 19px;
    }

    .nsection1 {
        min-height: 400px;
        padding: 120px 0 0;
    }
}
@media (max-width: 360px) {
    .main-search {
        margin-top: 40px;
    }
    .main-search h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .main-search-form {
        max-width: 550px;
        padding: 7px;
        border-radius: 7px;
    }
    .main-search-selects {
        padding: 0 12px;
        gap: 20px;
        font-size: 15px;
        line-height: 20px;
    }
    .main-search-select {
        padding: 2px 22px 2px 4px;
        background-position: right 3px center;
        background-size: 7px 3px;
    }
    .main-search-input-wrap {
        padding: 0 16px;
    }
    .main-search-input {
        font-size: 15px;
        padding: 7px 0;
        line-height: 20px;
    }
    .main-search-button-icon {
        width: 19px;
        height: 19px;
    }

    .nsection1 {
        min-height: 400px;
        padding: 120px 0 0;
    }
}

/* ============================================================================
    [반응형 : 모바일 사이즈 대응]
============================================================================ */
@media (max-width: 767.98px) {
    .nsection1 {
        background: #f6f2e8 url('/newimg/mov.gif') no-repeat 50% 50%;
        background-size: cover;
    }

    .nsection1__media,
    .nsection1__video-toggle {
        display: none;
    }

    .main-search-form {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "selects selects"
            "input btn";
        align-items: stretch;
        column-gap: 0;
        row-gap: 0;
    }

    .main-search-selects {
        grid-area: selects;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: stretch;
        padding: 10px 14px;
        gap: 10px;
        font-size: 14px;
        border-right: none;
        border-bottom: 1px solid #dddddd;
        white-space: normal;
    }

    .main-search-selects .main-search-select {
        flex: 1 1 0;
        min-width: 0;
        width: 100%;
    }

    .main-search-input-wrap {
        grid-area: input;
        padding: 0 14px;
        min-width: 0;
        border-top: none;
    }

    .main-search-input {
        font-size: 14px;
        padding: 13px 0;
    }

    .main-search-button {
        grid-area: btn;
        flex-basis: auto;
        align-self: stretch;
        min-width: 52px;
    }

    .main-search-button-icon {
        width: 22px;
        height: 22px;
        border-width: 2px;
    }
}




/* ---------------------------------------------------------------------------
    [섹션2] 주요 서비스 카드 영역
---------------------------------------------------------------------------- */
.nsection2 {
    position: relative;
    padding: 70px 0;                          /* 위아래 패딩 */
    background: url('/newimg/new_bg.png') no-repeat 50% 50%; /* 전체 배경 이미지(중앙) */
    background-size: cover;
}

@media (max-width: 1499px) {
    .nsection2 {
        padding: 40px 0;
    }
}
@media (max-width: 1024px) {
    .nsection2 {
        padding: 20px 0;
    }
}


/* 섹션2 카드 전체 레이아웃 및 비주얼 효과 */
.nsection2 a {
    display: block;
    position: relative;
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;                      /* 카드 둥근 모서리 */
    letter-spacing: -0.025rem;
    border: 1px solid #DAE3EC;
    box-shadow: 0 2px 20px 0 rgba(13, 101, 217, 0.1);   /* 그림자 */
    text-align: center;
    transition:
        box-shadow 0.4s cubic-bezier(.4,0,.2,1),
        border-color 0.3s cubic-bezier(.4,0,.2,1);
    overflow: hidden;
}
/* 카드 hover 시 보더 강조 효과용 before 요소 */
.nsection2 a::before {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 16px;
    border: 3px solid #C2CCF3;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(.4,0,.2,1);
    box-sizing: border-box;
}
.nsection2 a:hover {
    box-shadow: 0 6px 32px 0 rgba(13, 101, 217, 0.22);  /* hover시 그림자/보더 강조 */
    border-color: #C2CCF3;
}
.nsection2 a:hover::before {
    opacity: 1;
}

/* 카드 내 대표 이미지 */
.nsection2 a img {
    display: block;
    width: 160px;
    margin: 0 auto 40px;
    transition: transform 0.8s cubic-bezier(.4,0,.2,1);
}
/* 카드 hover시 이미지 360도 회전 */
.nsection2 a:hover img {
    transform: rotateY(360deg);
}

/* 카드 제목 (강조) */
.nsection2 a strong {
    display: block;
    color: #222;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Cafe24 Ssurround';
    line-height: 26px;
    margin: 20px 0;
    transition: color 0.35s cubic-bezier(.4,0,.2,1);
}
/* hover시 강조 색상 */
.nsection2 a:hover strong {
    color: #E44C30;
}

/* 카드 설명(본문) */
.nsection2 a div {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 20px 0;
    transition: color 0.3s cubic-bezier(.4,0,.2,1);
}

/* 카드 내 버튼 스타일 */
.nsection2 a span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    min-width: 138px;
    padding: 10px 25px 8px 15px;
    border-radius: 0 10px;
    margin-top: 10px;
    background: linear-gradient(90deg, #F17B65 0%, #E34A2E 51%, #d33a1f 100%);
    border-bottom: 1px solid #F78E7B;
    border-top: 1px solid #F78E7B;
    background-size: 200% 100%;
    background-position: left center;
    transition:
        background-position 0.4s cubic-bezier(.4,0,.2,1),
        border-color 0.3s cubic-bezier(.4,0,.2,1),
        color 0.3s cubic-bezier(.4,0,.2,1);
    position: relative;
    padding-right: 38px; /* 오른쪽에 아이콘 공간 확보 */
}
/* 버튼 오른쪽 화살표 아이콘 */
.nsection2 a span::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/newimg/icon_arr.png') no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: filter 0.3s cubic-bezier(.4,0,.2,1);
}
/* 버튼 hover 시 그라데이션 이동 */
.nsection2 a:hover span {
    background-position: right center;
}


@media (max-width: 1399.98px) {
    .nsection2 a {
        padding: 30px 15px;
    }
    .nsection2 a img {
        width: 130px;
        max-width: 140px;
        margin: 0 auto 10px;
    }
    .nsection2 a strong {
        font-size: 20px;
        margin: 10px 0;
    }
    .nsection2 a div {
        font-size: 12px;
        margin: 10px 0;
    }
    .nsection2 a span {
        font-size: 13px;
        line-height: 1.25;
        padding: 5px 24px 5px 10px;
    }
}


/* 태블릿(767.98~1199): 퀵메뉴 5열 한 줄, 셀 축소·카드 flex·축소형 카드 */
@media (min-width: 767.98px) and (max-width: 1199.98px) {
    /* 구 Bootstrap .row::before/::after(clearfix)가 grid 아이템이 되어 1칸을 먹는 문제 방지 */
    .nsection2 .layout > .row::before,
    .nsection2 .layout > .row::after {
        display: none !important;
        content: none !important;
    }

    .nsection2 .layout > .row {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
        align-items: stretch;
        justify-content: start;
        width: 100%;
        box-sizing: border-box;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .nsection2 .layout > .row > [role="listitem"],
    .nsection2 .layout > .row > .col {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .nsection2 .layout > .row > .col > a {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 100%;
    }
    .nsection2 a::before {
        border-radius: 8px;
        border: 2px solid #C2CCF3;
    }
    .nsection2 .layout > .row > .col > a span {
        margin-top: auto;
    }

    .nsection2 a {
        padding: 10px 15px 12px;
        border-radius: 8px;
    }

    .nsection2 a > div {
        display: none !important;
    }

    .nsection2 a img {
        width: 52px;
        max-width: min(100%, 72px);
        height: auto;
        margin: 0 auto 6px;
        flex-shrink: 0;
    }

    .nsection2 a strong {
        font-size: 12px;
        line-height: 1.25;
        margin: 0 0 6px;
        min-height: 2.5em;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        word-break: keep-all;
    }

    .nsection2 a span {
        min-width: 0 !important;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        font-size: 11px;
        line-height: 1.2;
        padding: 6px 36px 6px 6px;
        margin-top: auto;
    }

    .nsection2 a span::after {
        width: 14px;
        height: 14px;
        right: 15px;
    }
}

/* 모바일: 섹션 제목 노출 + 바로가기 1열(한 행에 카드 1개), 카드 내부 [아이콘 | 제목·내용·버튼] */
@media (max-width: 767.98px) {
    .nsection2 #quick-menu-heading.sr-only {
        position: static !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 0 14px !important;
        overflow: visible !important;
        clip: auto !important;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        white-space: normal !important;
        border: 0 !important;
        z-index: auto !important;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.35;
        color: #222;
        text-align: center;
        font-family: GmarketSans, sans-serif;
        letter-spacing: -0.02em;
    }

    .nsection2 .layout > .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .nsection2 .layout > .row > .col {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nsection2 a {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        column-gap: 18px;
        row-gap: 0;
        align-items: start;
        text-align: left;
        padding: 12px 12px;
        border-radius: 12px;
    }

    .nsection2 a img {
        grid-column: 1;
        grid-row: 1 / -1;
        align-self: center;
        justify-self: center;
        width: 92px;
        max-width: 92px;
        height: auto;
        margin: 0;
    }

    .nsection2 a strong {
        grid-column: 2;
        grid-row: 1;
        font-size: 14px;
        line-height: 1.3;
        margin: 4px 0 0;
        text-align: left;
    }

    .nsection2 a div {
        grid-column: 2;
        grid-row: 2;
        font-size: 11px;
        line-height: 1.45;
        margin: 0 0 4px;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .nsection2 a span {
        grid-column: 2;
        grid-row: 3;
        justify-self: start;
        font-size: 11px;
        line-height: 1.25;
        min-width: 0;
        padding: 5px 24px 5px 10px;
        margin-top: 0;
    }

    .nsection2 a span::after {
        width: 12px;
        height: 12px;
        right: 8px;
    }
}