@charset "utf-8";

/* header */
#wrap.mainPageWrap {
    position: static !important;
}

/* body,
.container {
    min-width: unset; 
} */

body.mW,
.container.mW {
    min-width: 1400px;
}

.header_wrap .gnb>ul li.active>a {
    color: #1047a1 !important;
}

.header_wrap .gnb ul a:hover {
    color: #1047a1 !important;
}

.iScrollIndicator,
.fp-scroller {
    transition-timing-function: unset !important;
    transition: transform 0.02s linear;
    transition-duration: 0.02s !important
}

.df {
    display: flex;
}

.mainPageWrap section.mainSection.section_02::-webkit-scrollbar-track {
    max-height: 50%;
    height: 50%;
}

.mainPageWrap section.mainSection.section_02::-webkit-scrollbar-button {
    display: none;
}

.mainPageWrap header {
    position: fixed;
}

/* .mainPageWrap header.topSection> .header_wrap .main_logo a{
    background: url('./../image/mainPage/mainGnbLogo.png') no-repeat center center/100%;
} */

.mainPageWrap header.on.topSection>.header_wrap .main_logo a {
    /* 2023.10.23 로고 깨짐 현상으로 인한 수정
    background: url('../image/common/logo.png') no-repeat center center/100% */
    background: url('../image/common/logo.svg') no-repeat center center/100%;
}

.mainPageWrap header.topSection>.header_wrap {
    background: none;
    border-bottom: 0
}

.mainPageWrap header.topSection>.header_wrap li a {
    color: #FFF;
}

.mainPageWrap header.topSection.sub.on>.header_wrap li a {
    color: #000;
}

.mainPageWrap header.sub.on.topSection {
    background: #FFF;
    transition: background 0.4s;
}

.mainPageWrap header.sub.on.topSection>.header_wrap {
    background: #FFF;
}

.mainPageWrap header.topSection .user_search .icon_search i {
    background: url('./../image/mainPage/mainGnbZoom.png') 0 0/100% auto no-repeat;
}

.mainPageWrap header.topSection .user_notice .icon_mypage2 i {
    background: url('../image/mainPage/mainGnbMypage.png')0 0/100% auto no-repeat;
}

.mainPageWrap header.topSection .user_login .icon_logout i {
    background: url('../image/mainPage/mainGnbLogout.png') no-repeat center center/100%;
}

.mainPageWrap header.topSection .user_notice .icon_mypage i {
    background: url('../image/mainPage/mainGnbMypage.png')0 0/100% auto no-repeat;
}

.mainPageWrap header.topSection .user_login .icon_login i {
    background: url('../image/mainPage/mainGnbLogin.png') no-repeat center center/100%;
}

.mainPageWrap header.topSection .user_join .icon_join i {
    background: url('../image/mainPage/mainGnbJoin.png') no-repeat center center/100%;
}

/* hover */
.mainPageWrap header.on.topSection .user_search .icon_search:hover i {
    background: url('../image/common/icon_search_hover.png') no-repeat center center/100% !important;
}

.mainPageWrap header.on.topSection .user_notice .icon_mypage2:hover i {
    background: url('../image/common/icon_mypage_hover.png')0 0/100% auto no-repeat !important;
}

.mainPageWrap header.on.topSection .user_login .icon_logout:hover i {
    background: url('../image/common/icon_login2_hover.png') no-repeat center center/100% !important;
}

.mainPageWrap header.on.topSection .user_notice .icon_mypage:hover i {
    background: url('../image/common/icon_mypage_hover.png')0 0/100% auto no-repeat !important;
}

.mainPageWrap header.on.topSection .user_login .icon_login:hover i {
    background: url('../image/common/icon_login_hover.png') no-repeat center center/100% !important;
}

.mainPageWrap header.sub.on.topSection .user_join .icon_join:hover i {
    background: url('../image/common/icon_join_hover.png') no-repeat center center/100%
}


.mainPageWrap header.sub.on.topSection .user_search .icon_search i {
    background: url('../image/common/icon_search.png') no-repeat center center/100%
}

.mainPageWrap header.sub.on.topSection .user_notice .icon_mypage2 i {
    background: url('../image/common/icon_mypage2.png') no-repeat center center/100%
}

.mainPageWrap header.sub.on.topSection .user_login .icon_logout i {
    background: url('../image/common/icon_login2.png') no-repeat center center/100%
}

.mainPageWrap header.sub.on.topSection .user_notice .icon_mypage i {
    background: url('../image/common/icon_mypage.png') no-repeat center center/100%
}

.mainPageWrap header.sub.on.topSection .user_login .icon_login i {
    background: url('../image/common/icon_login.png') no-repeat center center/100%
}

.mainPageWrap header.sub.on.topSection .user_join .icon_join i {
    background: url('../image/common/icon_join.png') no-repeat center center/100%
}

.mainPageWrap header>.header_wrap {
    background: rgba(255, 255, 255, 0.94);
}

.mainPageWrap header.on>.header_wrap {
    background: #FFF;
}

/* .mainPageWrap section.mainSection.section_02 {} */

.mainPageWrap section.mainSection.section_02 .container {
    min-width: 1400px;
}

/* section */
.mainPageWrap .contents {
    height: unset;
}

.mainPageWrap section.mainSection {
    position: relative;
    width: 100%;
    height: auto;
}

.mainPageWrap section.mainSection.section_01 {
    transition: background 1s;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.mainPageWrap section.mainSection.section_01.n1 {
    background-image: url('./../image/mainPage/background1.jpg');
}

.mainPageWrap section.mainSection.section_01.n2 {
    background-image: url('./../image/mainPage/background2.png');
}

.mainPageWrap section.mainSection.section_01.n3 {
    background-image: url('./../image/mainPage/background3.png');
}

.mainPageWrap section.mainSection.section_01.n4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.12)),
        url('./../image/mainPage/background4.png');
}

.mainPageWrap section.mainSection.section_01 .container {
    position: relative;
    height: 100%;
}

.mainPageWrap section.mainSection.section_02 .iScrollVerticalScrollbar {
    top: 80px !important;
}

.fp-tableCell {
    margin-top: 80px;
    display: block;
    overflow-x: auto;
    overflow-y: auto;
}

/* 메인비쥬얼 */
.mainVisaul_wrap {
    position: relative;
    top: 55%;
    transform: translateY(-50%);
}

.mainVisaul_wrap .visualTextWrap p {
    color: #FFF;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        top: 40px;
    }

    100% {
        opacity: 1;
        top: 0;
    }
}

.mainVisaul_wrap .visualTextWrap p.visualText_01 {
    font-size: 55px;
    font-weight: 500;
    position: relative;
    opacity: 0;
}

.mainVisaul_wrap .visualTextWrap p.visualText_02 {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 26px;
    position: relative;
    opacity: 0;
}

.mainVisaul_wrap .visaulInputWrap {
    display: inline-block;
    margin-top: 80px;
    min-height: 100px;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox {
    position: relative;
    width: 460px;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox.m {
    margin-bottom: 38px;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox input {
    display: none;
    position: relative;
    width: 460px;
    border: 2px solid #cccccc;
    background: unset;
    color: #fff;
    font-size: 17px;
    line-height: 62px;
    outline: none;
    /* padding: 0 95px 0 25px; */
    padding: 0 95px 0 125px;
    height: 62px;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox input::placeholder {
    color: #cccccc;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox input.active {
    display: block;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox .selectType {
    position: absolute;
    height: 100%;
    width: 120px;
    position: absolute;
    height: 100%;
    z-index: 4;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox .selectType select {
    height: 100%;
    border: none;
    color: #fff;
    height: 100%;
    width: 100%;
    border: 0;
    outline: none;
    padding: 0 40px 0 25px;
    font-size: 18px;
    font-weight: 500;
    /* background-blend-mode : lighten; */
    /* backdrop-filter:invert(70%); */
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox .selectType select option {
    color: #444;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox button.zoom {
    position: absolute;
    width: 28px;
    height: 27px;
    border-radius: 0;
    background: url('./../image/mainPage/mainInputZoom.png');
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox button.btnDelete {
    position: absolute;
    right: 64px;
    top: 50%;
    transform: translateY(-50%);
    background: url("./../image/common/icon_page_search_close_lineTwo.png") 0 0 /80% auto no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 0;
    display: none;
}

.mainVisaul_wrap .visaulInputWrap .visualInputBox button.btnDelete.active {
    display: block;
}

.mainVisaul_wrap .visaulInputWrap .KeywordWrap {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.mainVisaul_wrap .visaulInputWrap .KeywordWrap .keyWord {
    color: #cccccc;
    font-weight: 400;
    margin-right: 15px;
    font-size: 15px;
}

.mainVisaul_wrap .visaulInputWrap .KeywordWrap .keyWord:last-child {
    margin-right: 0;
}

/* .mainVisaul_wrap .slideController {} */

.mainVisaul_wrap .slideController .numberWrap {
    margin-top: 5px;
    width: 146px;
    display: flex;
    justify-content: space-between;
}

.mainVisaul_wrap .slideController .num {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.4s;
}

.mainVisaul_wrap .slideController .num.active {
    color: #FFF;
}

.visualBottomWrap {
    height: 128px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.mainVisaul_wrap .slideController .progressWrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainVisaul_wrap .slideController .progressWrap .slideProgress:last-child {
    margin-right: 0;
}

.mainVisaul_wrap .slideController .progressWrap .slideProgressWrapper {
    padding: 10px 0;
    margin-right: 6px;
    cursor: pointer;
}

.mainVisaul_wrap .slideController .progressWrap .slideProgress {
    width: 70px;
    height: 4px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.mainVisaul_wrap .slideController .slideProgress .per {
    position: absolute;
    height: calc(100% + 2px);
    width: 0%;
    top: -1px;
    left: 0;
    background: #FFF;
}

.mainVisaul_wrap .slideController .slideProgress .per.active {
    width: calc(100% + 2px);
    transition: width 4s linear;
}

.mainVisaul_wrap .slideController .playStopButton {
    width: 18px;
    height: 18px;
    border-radius: 0;
    position: relative;
    top: 1px;
}

.mainVisaul_wrap .slideController .playStopButton.play {
    background: url('./../image/mainPage/slideStop.png') no-repeat;
}

.mainVisaul_wrap .slideController .playStopButton.stop {
    background: url('./../image/mainPage/slidePlay.png') no-repeat;
}

section.mainSection.section_01 .scrollDownSign {
    position: absolute;
    bottom: 35px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    cursor: pointer;
}

section.mainSection.section_01 .scrollDownSign p.text {
    color: #cccccc;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

section.mainSection.section_01 .scrollDownSign .icon {
    width: 14px;
    height: 14px;
    background: url('./../image/mainPage/scrollDownIcon.png');
    position: relative;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.countingNumber {
    position: relative;
    opacity: 0;
    transition: opacity 0.4s;
}

.countingNumber p {
    color: #FFF;
    font-weight: 500;
    text-align: right;
}

.countingNumber p.text {
    font-size: 21px;
}

.countingNumber p.numberCustom {
    margin-top: 30px;
    font-size: 60px;
    font-family: 'welcomeFont';
    font-weight: 500;
}

/* 타이포그래피 */
.mainSection.section.section_01 .Typography {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

/* @keyframes boxAnimationN1 {
    0%,100%{
        background: rgba(255,255,255,0.15);
        top: -120px;
        right: 0;
        width: 170px;
        height: 160px;
        padding: 25px;
    }
    33.3333%{
        right: 210px;
        top: -20px;
        background: rgba(0,148,233,1);
        width: 190px;
        height: 180px;    
        padding: 40px 30px;
    }
    66.6666%{
        background: rgba(255,255,255,0.15);
        right: 55px;
        top: 135px;
        width: 190px;
        height: 180px;
        padding: 40px 30px;
    }    
}
@keyframes boxAnimationN2 {
    66.6666%{
        background: rgba(255,255,255,0.15);
        top: -120px;
        right: 0;
        width: 170px;
        height: 160px;
        padding: 25px;
    }
    0%,100%{
        right: 210px;
        top: -20px;
        background: rgba(0,148,233,1);
        width: 190px;
        height: 180px;    
        padding: 40px 30px;
    }
    33.3333%{
        background: rgba(255,255,255,0.15);
        right: 55px;
        top: 135px;
        width: 190px;
        height: 180px;
        padding: 40px 30px;
    }    
}
@keyframes boxAnimationN3 {
    33.3333%{
        background: rgba(255,255,255,0.15);
        top: -120px;
        right: 0;
        width: 170px;
        height: 160px;
        padding: 25px;
    }
    66.6666%{
        right: 210px;
        top: -20px;
        background: rgba(0,148,233,1);
        width: 190px;
        height: 180px;    
        padding: 40px 30px;
    }
    0%,100%{
        background: rgba(255,255,255,0.15);
        right: 55px;
        top: 135px;
        width: 190px;
        height: 180px;
        padding: 40px 30px;
    }    
} */
@keyframes boxAnimationN1 {

    0%,
    100% {
        background: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.6);
    }

    33.3333% {
        background: rgba(0, 148, 233, 1);
        color: #FFF;
    }

    66.6666% {
        background: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.6);
    }
}

/* 2023.10.23 박스 배경색 변경 */
@keyframes boxAnimationN2 {

    0%,
    100% {
        background: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.6);
    }

    33.3333% {
        background: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.6);
    }

    66.6666% {
        background: rgba(220, 121, 34, 1);
        color: #FFF;
    }
}

@keyframes boxAnimationN3 {

    0%,
    100% {
        background: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.6);
    }

    33.3333% {
        background: rgba(255, 255, 255, 0.15);
        color: rgba(255, 255, 255, 0.6);
    }

    66.6666% {
        background: rgba(69, 165, 148, 1);
        color: #FFF;
    }
}

/* //2023.10.23 박스 배경색 변경 */

.mainSection.section.section_01 .Typography .box {
    position: absolute;
    right: 0;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.6);
    width: 190px;
    height: 180px;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    /* padding: 37px 30px; */
    word-break: keep-all;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mainSection.section.section_01 .Typography .box a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 37px 30px;
    border-radius: 9px;
    color: inherit;
}

.mainSection.section.section_01.n1 .Typography .box.n1,
.mainSection.section.section_01.n2 .Typography .box.n1,
.mainSection.section.section_01.n3 .Typography .box.n1,
.mainSection.section.section_01.n4 .Typography .box.n1 {
    top: -143px;
    right: 0;
    animation: boxAnimationN2 3.9s 1.3s infinite;
    background: rgba(220, 121, 34, 1);
}

.mainSection.section.section_01.n1 .Typography .box.n2,
.mainSection.section.section_01.n2 .Typography .box.n2,
.mainSection.section.section_01.n3 .Typography .box.n2,
.mainSection.section.section_01.n4 .Typography .box.n2 {
    background: rgba(0, 148, 233, 1);
    right: 267px;
    top: -53px;
    word-break: keep-all;
    animation: boxAnimationN1 3.9s 0s infinite;
}

.mainSection.section.section_01.n1 .Typography .box.n3,
.mainSection.section.section_01.n2 .Typography .box.n3,
.mainSection.section.section_01.n3 .Typography .box.n3,
.mainSection.section.section_01.n4 .Typography .box.n3 {
    /* background: rgba(255, 255, 255, 0.15); */
    background: rgba(69, 165, 148, 1);
    right: 110px;
    top: 92px;
    word-break: keep-all;
    animation: boxAnimationN3 3.9s 0s infinite;
}

.mainSection.section.section_01.n1 .n1Active .visualText_01,
.mainSection.section.section_01.n2 .n2Active .visualText_01,
.mainSection.section.section_01.n3 .n3Active .visualText_01,
.mainSection.section.section_01.n4 .n4Active .visualText_01 {
    animation: fadeIn 1s 0s ease-in-out;
    animation-fill-mode: forwards;
}

.mainSection.section.section_01.n1 .n1Active .visualText_02,
.mainSection.section.section_01.n2 .n2Active .visualText_02,
.mainSection.section.section_01.n3 .n3Active .visualText_02,
.mainSection.section.section_01.n4 .n4Active .visualText_02 {
    animation: fadeIn 0.78s 0.22s ease-in-out;
    animation-fill-mode: forwards;
}

.mainSection.section.section_01.n1 .n1Active.countingNumber {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* .mainSection.section.section_01 .n1, .n2, .n3, .n4이 추가 됐을 때 */
.mainSection.section.section_01.n1 .n1Active,
.mainSection.section.section_01.n2 .n2Active,
.mainSection.section.section_01.n3 .n3Active,
.mainSection.section.section_01.n4 .nActive {
    opacity: 1;
}

.mainSection.section.section_01.n1 .n2Active,
.mainSection.section.section_01.n1 .n3Active,
.mainSection.section.section_01.n1 .n4Active,
.mainSection.section.section_01.n2 .n1Active,
.mainSection.section.section_01.n2 .n3Active,
.mainSection.section.section_01.n2 .n4Active,
.mainSection.section.section_01.n3 .n1Active,
.mainSection.section.section_01.n3 .n2Active,
.mainSection.section.section_01.n3 .n4Active,
.mainSection.section.section_01.n4 .n1Active,
.mainSection.section.section_01.n4 .n2Active,
.mainSection.section.section_01.n4 .n3Active {
    display: none;
}

.mainSection.section.section_01.n1 .n1ActiveOpacity,
.mainSection.section.section_01.n1 .n2ActiveOpacity,
.mainSection.section.section_01.n1 .n3ActiveOpacity,
.mainSection.section.section_01.n2 .n2ActiveOpacity,
.mainSection.section.section_01.n2 .n3ActiveOpacity,
.mainSection.section.section_01.n3 .n1ActiveOpacity,
.mainSection.section.section_01.n3 .n3ActiveOpacity,
.mainSection.section.section_01.n4 .n1ActiveOpacity,
.mainSection.section.section_01.n4 .n2ActiveOpacity {
    opacity: 0;
}

.mainSection.section.section_01.n2 .n1ActiveOpacity,
.mainSection.section.section_01.n3 .n2ActiveOpacity,
.mainSection.section.section_01.n4 .n3ActiveOpacity {
    opacity: 1;
    transition: opacity 0.4s;
}


/* .mainSection.section.section_01 .n1Active .visualText_02 {
    width: 474px !important;
} */

.mainSection.section.section_01 .n1Active .visualText_02,
.mainSection.section.section_01 .n2Active .visualText_02,
.mainSection.section.section_01 .n3Active .visualText_02,
.mainSection.section.section_01 .n4Active .visualText_02 {
    width: 570px !important;
}

/* scrollSection */
.scrollSection_01 {
    padding-top: 115px;
    min-width: 1400px;
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollSection_01 .slideWrap .topSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scrollSection_01 p.title {
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
    color: #111;
}

.scrollSection_01 p.title .blue {
    font-weight: 600;
    color: #0094e9;
}

.scrollSection_01 .slideWrap .topSection .slideBtns {
    display: flex;
    align-items: center;
}

.scrollSection_01 .slideWrap .topSection .slideBtns button {
    border-radius: 0;
    width: 50px;
    height: 50px;
    background: url('./../image/mainPage/slideBtn.svg') no-repeat center center;
    /* text-indent: -99999px; */
    border-radius: 100%;
    font-size: 0;
}

.scrollSection_01 .slideWrap .topSection .slideBtns button.disable {
    pointer-events: none;
    opacity: .5;
    /* background-color:#cecece; */
}

.scrollSection_01 .slideWrap .topSection .slideBtns button.next {
    margin-left: 12px;
}

.scrollSection_01 .slideWrap .topSection .slideBtns button.prev {
    transform: rotate(180deg);
}

.scrollSection_01 .slideWrap {
    padding-bottom: 30px;
    overflow: hidden;
    width: 100%;
}

.scrollSection_01 .slideWrap .slideSection {
    margin-top: 50px;
    position: relative;
    display: flex;
}

.scrollSection_01 .slideWrap .slideSection .slideItem.nowSlide .hoverBg {
    opacity: 0.95;
    position: absolute;
    width: 100%;
    height: 0;
    background: none;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, #1047a1, transparent);
    transition: height 0.6s;
}

.scrollSection_01 .slideWrap .slideSection .slideItem.nowSlide:hover .hoverBg {
    height: 250%;
}

.scrollSection_01 .slideWrap .dragArea {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
}

.scrollSection_01 .slideWrap .slideSection .slideItem {
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    width: 430px !important;
    height: 430px;
    margin-right: 35px;
    border-radius: 10px;
    opacity: 0.2;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.2px;
    pointer-events: none;
    user-select: none;
}

.slick-next.slick-arrow {
    display: none !important;
}

.slick-prev.slick-arrow {
    display: none !important;
}

.scrollSection_01 .slideWrap .slideSection .slideItem.nowSlide {
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.12);
    pointer-events: all;
    user-select: all;
}

.scrollSection_01 .slideWrap .slideSection .slideItem:nth-child(1n) {
    transition: opacity 0.3s;
}

.scrollSection_01 .slideWrap .slideSection .slideItem:nth-child(2n) {
    transition: opacity 0.6s;
}

.scrollSection_01 .slideWrap .slideSection .slideItem:nth-child(3n) {
    transition: opacity 0.9s;
}

/* 드래그 시 */
.scrollSection_01 .slideWrap .slideSection .slideItem ::selection {
    background-color: transparent;
}

.scrollSection_01 .slideWrap .slideSection .slideItem ::-moz-selection {
    background-color: transparent;
}

.scrollSection_01 .slideWrap .slideSection .slideItem .texts {
    width: 100%;
    padding: 80px 52px 0;
    align-self: start;
    z-index: 3;
}

.scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp {
    align-self: end;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    height: 80px;
}

.scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp a {
    color: #eeeeee;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 80px;
    opacity: 0;
    top: 20px;
    transition: opacity 0.8s, top 0.8s 0s;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 1px);
    background-color: rgba(255, 255, 255, .2);
}

.scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp p {
    color: #eeeeee;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s;
}

.scrollSection_01 .slideWrap .slideSection .slideItem:hover .bottomExp p {
    opacity: 1;
}

.scrollSection_01 .slideWrap .slideSection .slideItem:hover .bottomExp a {
    opacity: 1;
    top: 0;
}

.scrollSection_01 .slideWrap .slideSection .slideItem p {
    color: #FFF;
}

.scrollSection_01 .slideWrap .slideSection .slideItem p.text01 {
    font-size: 26px;
    margin-bottom: 26px;
    line-height: 38px;
    font-weight: 500;
    word-break: keep-all;
}

.scrollSection_01 .slideWrap .slideSection .slideItem p.text02 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.8s, top 0.8s;
    position: relative;
    top: 20px;
    word-break: keep-all;
}

.scrollSection_01 .slideWrap .slideSection .slideItem:hover p.text02 {
    opacity: 1;
    top: 0;
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n1 {
    background: url('./../image/mainPage/slide_img_01.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n2 {
    background: url('./../image/mainPage/slide_img_02.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n3 {
    background: url('./../image/mainPage/slide_img_03.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n4 {
    background: url('./../image/mainPage/slide_img_04.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n5 {
    background: url('./../image/mainPage/slide_img_05.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n6 {
    background: url('./../image/mainPage/slide_img_06.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n7 {
    background: url('./../image/mainPage/slide_img_07.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n8 {
    background: url('./../image/mainPage/slide_img_08.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.n9 {
    background: url('./../image/mainPage/slide_img_09.png');
}

.scrollSection_01 .slideWrap .slideSection .slideItem.nowSlide {
    opacity: 1;
}

.slick-track {
    flex-wrap: nowrap;
}

.scrollSection_01 .slideWrap .slideSection .slideItem:last-child {
    margin-right: 0;
}

.scrollSection_01 .dataInfoWrap {
    margin-top: 135px;
}

.scrollSection_01 .dataInfoWrap .dataInfo {
    display: flex;
}

.scrollSection_01 .dataInfoWrap p.title {
    margin-bottom: 100px;
    text-align: center;
}

.scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem {
    width: 25%;
    text-align: center;
    border-left: 1px solid rgba(22, 65, 133, 0.15);
    padding: 0 20px;
}

.scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem:last-child {
    border-right: 1px solid rgba(22, 65, 133, 0.15);
}

.scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem .icon {
    width: 75px;
    height: 56px;
    margin: auto;
    position: relative;
    margin-bottom: 25px;
}

.scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem .icon img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem p.text {
    font-size: 21px;
    font-weight: 500;
    color: #111111;
}

.scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem p.sub_text {
    font-size: 16px;
    margin-top: 3px;
    font-weight: 500;
    color: #777;
}

.scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem p.number {
    margin-top: 45px;
    font-size: 38px !important;
    font-weight: 600 !important;
    color: #111111;
    text-align: center;
}

.scrollSection_01 .mapNoticeWrap {
    height: 934px;
    width: 100%;
    min-width: 1400px;
    background: #001c49;
    margin-top: 180px;
    position: relative;
}

.scrollSection_01 .mapNoticeWrap .container {
    position: relative;
    height: 100%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice {
    width: calc(50%);
    align-self: center;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .df.jce {
    display: flex;
    justify-content: end;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .alertService {
    width: 150px;
    height: 44px;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 16px;
    font-weight: 600;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .topSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice p.title {
    color: #FFF;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .seeMore {
    text-indent: -99999px;
    width: 44px;
    height: 44px;
    background: url('./../image/mainPage/btnPlust.png');
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection {
    margin-top: 50px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard {
    display: block;
    width: 100%;
    padding: 30px;
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 20px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .badge {
    min-width: 48px;
    margin-right: 2px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .noticeTitle {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: #111111;
    margin-top: 14px;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #444444;
    padding-right: 10px;
    margin-right: 10px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap div {
    display: flex;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap div span:first-child {
    border-right: 1px solid #cdcfd1;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap span:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .nodata {
    height: 511px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    color: #fff;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap {
    width: calc(40%);
    height: 100%;
    position: relative;
    top: 40px;
    right: 60px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap img[usemap="#korea_map"] {
    position: relative;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-use-select: none;
    user-select: none;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap map[name=korea_map] area {
    cursor: default;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.hover {
    opacity: 0.3;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map:hover {
    /* font-size: 18px; */
    font-weight: 600;
    color: #77cdff;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map {
    z-index: 2;
    cursor: pointer;
    transition: font-size 0.4s;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap img {
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    flex-shrink: 0;
    top: 0;
    left: -47px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.active {
    background: url('./../image/mainPage/map_bubble.png');
    width: 83px;
    height: 73px;
    text-align: center;
    /* font-size: 19px; */
    font-weight: 600;
    padding: 10px 0;
    margin-top: -61px;
    margin-left: -27px;
    z-index: 3;
    animation: mapSignSlideUp 1s 0s;
    animation-fill-mode: forwards;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.active:hover {
    color: #fff;
}

@keyframes mapSignSlideUp {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n3.active {
    left: 87%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.active::before {
    display: none;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.active .num {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 3px;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map .num {
    display: none;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg {
    position: absolute;
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
    cursor: unset;
    pointer-events: none;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.active {
    opacity: 1;
}

/* 드래그 시 */
.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg ::selection {
    background-color: transparent;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg ::-moz-selection {
    background-color: transparent;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg img {
    filter: brightness(0) invert(1);
    width: 100%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n7 {
    top: 18%;
    left: 37%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n1 {
    top: 20%;
    left: 45%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n19 {
    top: 16%;
    left: 74%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n17 {
    top: 26%;
    left: 52%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n2 {
    top: 33%;
    left: 63%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n4 {
    top: 41%;
    left: 42%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n15 {
    top: 40%;
    left: 49.5%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n11 {
    top: 44%;
    left: 52%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n10 {
    top: 44%;
    left: 80%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n6 {
    top: 55%;
    left: 51%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n5 {
    top: 53%;
    left: 78%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n9 {
    top: 66.5%;
    left: 43%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n12 {
    top: 62%;
    left: 71%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n13 {
    top: 59%;
    left: 91%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n3 {
    top: 65%;
    left: 89%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n8 {
    top: 71%;
    left: 48%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n14 {
    top: 95%;
    left: 37%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n7 {
    width: 17%;
    left: 28.1%;
    top: 14.2%;
    z-index: 1;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n1 {
    width: 10%;
    left: 42.5%;
    top: 18.9%;
    z-index: 2;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n19 {
    width: 46.8%;
    left: 48.6%;
    top: 0.5%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n17 {
    width: 24.9%;
    left: 40.0%;
    top: 8.1%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n2 {
    width: 29.8%;
    left: 51.5%;
    top: 27.8%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n15 {
    width: 7.5%;
    left: 48.5%;
    top: 37.7%;
    z-index: 1;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n4 {
    width: 31.4%;
    left: 29.6%;
    top: 31.3%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n11 {
    width: 8%;
    left: 51.1%;
    top: 42.7%;
    z-index: 1;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n10 {
    width: 36.3%;
    left: 63.6%;
    top: 29.2%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n5 {
    width: 9.5%;
    left: 74.6%;
    top: 51.4%;
    z-index: 1;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n6 {
    width: 35%;
    left: 32%;
    top: 48.8%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n12 {
    width: 34%;
    left: 59%;
    top: 53.5%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n13 {
    width: 12.5%;
    left: 86.5%;
    top: 56.8%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n9 {
    width: 9.7%;
    left: 40.5%;
    top: 65.5%;
    z-index: 1;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n3 {
    width: 12.2%;
    left: 83.0%;
    top: 63.1%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n8 {
    width: 56.9%;
    left: 8.3%;
    top: 61.8%;
}

.scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n14 {
    width: 18.2%;
    left: 29.5%;
    top: 93.2%;
}

.scrollSection_01 .etcInfoWrap {
    margin-top: 180px;
}

.scrollSection_01 .etcInfoWrap .etcInner {
    display: flex;
    justify-content: space-between;
}

.scrollSection_01 .etcInfoWrap .etcInner .leftService {
    width: 460px;
    flex-shrink: 0;
}

.scrollSection_01 .etcInfoWrap .etcInner .rightCustomer {
    width: calc(100% - 550px);
    flex-shrink: 0;
}

.scrollSection_01 .etcInfoWrap .etcInner p.title {
    font-size: 30px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 20px;
}

.scrollSection_01 .etcInfoWrap .etcInner .videoBox {
    width: 100%;
}

.scrollSection_01 .etcInfoWrap .etcInner .videoBox video {
    display: block;
    width: 100%;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a .t50Wrap {
    position: relative;
    top: 48%;
    transform: translateY(-50%);
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a {
    position: relative;
    display: block;
    width: calc(50% - 10px);
    height: 160px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    text-align: center;
    color: #444444;
    font-size: 19px;
    font-weight: 500;
    transition: background 0.4s, border-color 0.2s;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:hover {
    border: 2px solid #1047a1;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:hover .text {
    color: #1047a1 !important;
    font-weight: 600;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a .icon {
    width: 60px;
    height: 60px;
    margin: auto;
    transition: background 0.4s;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:nth-child(1) .icon {
    background: url('./../image/mainPage/quickMenuIcon_01.png') 50% 50%/60px auto no-repeat;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:nth-child(2) .icon {
    background: url('./../image/mainPage/quickMenuIcon_02.png') 50% 50%/60px auto no-repeat;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:nth-child(1):hover .icon {
    background: url('./../image/mainPage/quickMenuIcon_01_active.png') 50% 50%/60px auto no-repeat;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:nth-child(2):hover .icon {
    background: url('./../image/mainPage/quickMenuIcon_02_active.png') 50% 50%/60px auto no-repeat;
}

.scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a span.text {
    display: block;
    margin-top: 11px
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection {
    height: 52px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs {
    display: flex;
    align-items: center;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs .tab {
    font-size: 30px;
    font-weight: 400;
    color: #999999;
    padding-right: 27px;
    margin-right: 27px;
    position: relative;
    cursor: pointer;
    transition: color 0.4s;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs .tab.active,
.scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs .tab:hover {
    font-weight: 600;
    color: #0094e9;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs .tab:last-child {
    margin-right: 0;
    padding-right: 0;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs .tab::after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 1px;
    background: #c4c4c4;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs .tab:last-child::after {
    display: none;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .topSection a.plusMore {
    display: block;
    width: 44px;
    height: 44px;
    background: url('./../image/mainPage/seeMoreEtc.png');
    text-indent: -99999px;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .tabC.boardSection {
    display: none;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .tabC.boardSection.active {
    display: block;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection {
    border-top: 3px solid #555555;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    min-height: 89px;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board:hover .boardTitle {
    color: #0094e9 !important;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board.focus {
    height: 156px;
    align-items: center;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board.focus p.exp {
    display: block;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board .boardTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board.focus .boardTop {
    padding-top: 30px;
    height: 62px;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board.focus .boardTop .boardTitle {
    font-size: 24px;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board .boardTop .boardTitle {
    font-size: 21px;
    line-height: 32px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    color: #111111;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board .boardTop .badge {
    margin-right: 8px;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board .boardTop span.date {
    min-width: 160px;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board .boardContent {
    width: 100%;
    align-self: flex-start;
    padding-bottom: 10px;
    padding-top: 5px;
}

.scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board p.exp {
    font-size: 18px;
    display: block;
    width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
    font-weight: 400;
}

.mainVisaulPopup {
    height: 100px;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.mainVisaulPopup img {
    width: 100%;
    display: none;
}

.mainVisaulPopup img.active {
    display: block;
}

.fixedUpButton {
    display: none;
}

.controllWrap {
    position: absolute;
    padding: 20px;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
}

.controllWrap .leftSec {
    align-self: center;
    position: relative;
}

.controllWrap .leftSec .checkedWrap {
    display: flex;
    padding-top: 10px;
}

.controllWrap .leftSec input[type="checkbox"] {
    left: 0 !important;
}

.controllWrap .leftSec input[type="checkbox"]:checked::after {

    width: 13px;
    height: 13px;
}

.controllWrap .leftSec input[type="checkbox"]::before {
    border: 1px solid #FFF !important;
    width: 13px !important;
    height: 13px !important;
}

.controllWrap .leftSec input[type="checkbox"]:checked::before {
    display: none;
}

.controllWrap .leftSec label {
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.mainVisaulPopup .playController {
    display: block;
    width: 18px;
    height: 18px;
    background: url('./../image/mainPage/slideStop.png');
    border-radius: 0;
}

.mainVisaulPopup .playController.stop {
    background: url('./../image/mainPage/slidePlay.png');
}

.controllWrap .popupSlideWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 40px;
}

.controllWrap .popupSlideWrap .pointerWrap.n1 {
    padding-left: 0;
}

.controllWrap .popupSlideWrap .pointerWrap {
    padding: 10px 5px;
    cursor: pointer;
}

.controllWrap .popupSlideWrap .point {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.controllWrap .popupSlideWrap .point.active {
    width: 12px;
    transition: width 0.3s;
    background: #FFF;
    border-radius: 6px;
}

.controllWrap .mainVisaulPopupClose {
    text-indent: -99999px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('./../image/mainPage/popupClose.png');
    margin-left: 50px;
}

.tag {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin-right: 24px;
}

/* 파트너 로고 */
.partner_logo_wrap {
    margin-top: 200px;
    padding: 22px 0;
    border-top: 1px solid #e3e3e3;
}

.partner_logo_wrap .container {
    padding: 0 170px;
    display: flex;
    justify-content: space-between;
}

.partner_logo_wrap .container span {
    height: 40px;
}

.partner_logo_wrap .partner_logo1 {
    background: url('../image/common/partner_logo1.png') no-repeat center center/100%;
    /* 2023.11.01 로고 이미지 화질 개선 요청으로 인한 width 조정 */
    /* width: 140px; */
    display: inline-block;
}

.partner_logo_wrap .partner_logo2 {
    background: url('../image/common/partner_logo2.png') no-repeat center center/100%;
    display: inline-block;
    /* 2023.11.01 로고 이미지 화질 개선 요청으로 인한 width 조정 */
    /* width: 122px; */
}

.partner_logo_wrap .partner_logo3 {
    background: url('../image/common/partner_logo3.png') no-repeat center center/100%;
    display: inline-block;
    /* 2023.11.01 로고 이미지 화질 개선 요청으로 인한 width 조정 */
    /* width: 187px; */
    /* mix-blend-mode: multiply; */
}

.partner_logo_wrap .partner_logo4 {
    background: url('../image/common/partner_logo4.png') no-repeat center center/100%;
    /* 2023.11.01 로고 이미지 화질 개선 요청으로 인한 width 조정 */
    /* width: 171px; */
    display: inline-block;
}

/* 2023.11.01 로고 이미지 화질 개선 요청으로 인한 width 조정 */
.partner_logo_wrap .partner_logo1,
.partner_logo_wrap .partner_logo2 {
    width: 180px;
}

.partner_logo_wrap .partner_logo3,
.partner_logo_wrap .partner_logo4 {
    width: 220px;
}

.partner_logo_wrap a {
    display: block;
    height: 100%;
}

/* footer */
.mainPageWrap footer {
    position: relative;
    /* margin-top: 200px; */
    margin-top: 0;
}

/* 2023.11.16 모바일 반응형에서는 적용 안함 */
/* .btn.quick_join_btn {
    display: none;
} */


/* 2023.08.21 */
@screen and (max-width:1400px) {
    .fp-tableCell {
        overflow: visible;
    }

    .mainVisaulPopup {
        overflow: hidden;
        position: fixed;
    }

    .fp-section {
        height: auto !important;
    }
}

/* // 2023.08.21 */

/* 모바일 반응형 메뉴 mobile_nav */

header .navbar .mo_nav {
    display: none;
}

header .navbar .mo_nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

header .navbar .mo_nav .top-menu {
    width: 100%;
    height: inherit;
    position: relative;
    top: calc(100% - 82%);
    left: 0;
}

header .navbar .mo_nav .top-menu .mo_nav_top {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    background: #313131;
    width: 100%;
    /* height: 18%; */
    height: 20%;
    top: 0;
    border-radius: 0px 0px 20px 20px;
}

header .navbar .mo_nav .top-menu .mo_nav_top img {
    width: 22px;
    vertical-align: middle;
    transform: translateY(-3px);
}

header .navbar .mo_nav .top-menu .mo_nav_top li.search_li {
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 10%;
}

header .navbar .mo_nav .top-menu .mo_nav_top li.search_li a {
    margin: 0 auto;
    background-color: #000;
    border: 2px solid #ccc;
    border-radius: 5px;
}

header .navbar .mo_nav .top-menu .mo_nav_top li p,
header .navbar .mo_nav .top-menu .mo_nav_bottom li p {
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

header .navbar .navbar__button {
    position: fixed;
    right: 20px;
    /* top: 18px; */
    top: 16px;
    display: none;
}

header .navbar .line span {
    display: block;
    background-color: #fff;
    width: 35px;
    height: 2px;
    margin-top: 10px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header .navbar .mo_nav.active .line span {
    background-color: #fff;
    right: 20px;
    top: 16px;
}

header .navbar #toggle-button {
    display: none;
}

header .navbar #toggle-button:checked+.line .top {
    transform: rotate(45deg);
    margin-top: 23px;
}

header .navbar #toggle-button:checked+.line .middle {
    transform: rotate(-45deg);
    margin-top: -2px;
}

header .navbar #toggle-button:checked+.line .bottom {
    transform: scale(0);
    transform: scale(0);
}

.mo_nav {
    width: 100%;
}

.mo_depth1_area {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 100vh;
}

.mo_depth1_area>li {
    margin-bottom: 30px;
    text-align: center;
}

.mo_menu_item {
    cursor: pointer;
    margin: 10px 0;
    font-size: 18px;
    position: relative;
    padding: 0;
    width: 100%;
}

.mo_menu_item a {
    padding: 25px 30px;
    /* padding: 30px; */
    /* font-size: 16px; */
    font-size: 17px;
    display: inline-block;
    /* padding-left: 66px; */
    padding-left: 80px;
    color: #fff;
}

.mo_menu_item>img {
    width: 18px;
    position: absolute;
    right: 45px;
    top: 30px;
}

.mo_depth2_area,
.mo_depth3_area {
    list-style: none;
    padding: 0;
    display: none;
    margin-left: 20px;
    text-align: left;
}

.mo_depth2_area.open,
.mo_depth3_area.open {
    display: block;
}

/* .mo_depth2_area li,
.mo_depth3_area li {} */

.mo_depth1_area>li>a:first-child {
    background-color: #313131;
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
}

.mo_depth1_area>li::after {
    content: '';
    position: absolute;
    /* width: 30px;
    height: 27px; */
    width: 32px;
    height: 30px;
    top: 20px;
    left: 58px;
}

.mo_depth1_area>li:first-child::after {
    background: url('../image/mainPage/icon_mo_nav01.png') center no-repeat;
    background-size: 85%;
}

.mo_depth1_area>li:nth-child(2)::after {
    background: url('../image/mainPage/icon_mo_nav02.png') center no-repeat;
    background-size: 80%;
}

.mo_depth1_area>li:nth-child(3)::after {
    background: url('../image/mainPage/icon_mo_nav03.png') center no-repeat;
    background-size: 80%;
}

.mo_depth1_area>li:nth-child(4)::after {
    background: url('../image/mainPage/icon_mo_nav04.png') center no-repeat;
    background-size: 80%;
}

/* 메인 페이지 스와이퍼/ 설계지원 서비스 */
.slideSection .swiper-wrapper,
.slideSection .swiper-slide {
    display: flex;
}

.slideSection .swiper-wrapper {
    position: relative;
}

.slideSection .swiper-wrapper .swiper-slide {
    margin-right: 35px;
}


/* 2024.01.17 메인 팝업 */
.main_popup_wrap {
    width: 460px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 4px;
}

.main_popup_wrap .swiper-slide {
    width: 460px;
}

.main_popup_wrap .main_popup_slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main_popup_wrap .main_popup_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    padding: 0 20px;
}

.main_popup_wrap .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,0px);
    background-color: #fff;
    padding: 12px 0 5px 0;
}

.main_popup_wrap .main_popup_bottom .main_today_checkbox {
    margin-right: 5px;
}

.main_popup_wrap .main_popup_bottom  button {
    font-size: 16px;
}

.main_popup_wrap .swiper-button-prev,
.main_popup_wrap .swiper-button-next {
    padding: 25px;
}

/* ----- mobile_nav ----- */
@media (max-width:980px) {

    body.body_mo.mW,
    .container.container_mo.mW,
    .scrollSection_01,
    .scrollSection_01 .mapNoticeWrap,
    .mainPageWrap section.mainSection.section_02 .container.container_mo,
    .container.container_mo,
    .scrollSection_01 .slideWrap {
        min-width: 100% !important;
    }

    .skipMenu a {
        display: none;
    }

    header .header_wrap .gnb,
    header .user_info {
        display: none;
    }

    header .navbar {
        display: flex;
    }

    header .navbar .navbar__button {
        display: flex;
    }

    header .navbar .mo_nav.active {
        display: flex;
        height: 100%;
        overflow-y: auto;
        background-color: #1b1b1b;
    }

    .header_wrap .serach_wrap {
        height: 100%;
    }

    .header_wrap .search_footer {
        flex-wrap: wrap;
    }

    .header_wrap .search_footer .recent_serarch_wrap {
        width: 100%;
    }

    .header_wrap .search_footer .popular_search_wrap {
        width: 45%;
        margin-top: 40px;
    }

    .header_wrap .search_footer .search_title {
        margin-bottom: 20px;
    }

    /* ----- mobile_nav ----- */

    /* mainVisaul_wrap */
    .mainVisaul_wrap {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mainVisaul_wrap .visualTextWrap p.visualText_01,
    .mainVisaul_wrap .visualTextWrap p.visualText_02 {
        text-align: center;
        word-break: keep-all;
    }

    .mainSection.section.section_01 .n1Active .visualText_02,
    .mainSection.section.section_01 .n2Active .visualText_02,
    .mainSection.section.section_01 .n3Active .visualText_02,
    .mainSection.section.section_01 .n4Active .visualText_02 {
        width: 100% !important;
        margin: 32px auto 0 auto;
    }

    .mainSection.section.section_01 .typographyWrap {
        width: 100%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .mainSection.section.section_01 .Typography {
        width: inherit;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .mainSection.section.section_01.n1 .Typography .box.n1,
    .mainSection.section.section_01.n2 .Typography .box.n1,
    .mainSection.section.section_01.n3 .Typography .box.n1,
    .mainSection.section.section_01.n4 .Typography .box.n1,
    .mainSection.section.section_01.n1 .Typography .box.n2,
    .mainSection.section.section_01.n2 .Typography .box.n2,
    .mainSection.section.section_01.n3 .Typography .box.n2,
    .mainSection.section.section_01.n4 .Typography .box.n2,
    .mainSection.section.section_01.n1 .Typography .box.n3,
    .mainSection.section.section_01.n2 .Typography .box.n3,
    .mainSection.section.section_01.n3 .Typography .box.n3,
    .mainSection.section.section_01.n4 .Typography .box.n3 {
        width: 150px;
        height: 150px;
        font-size: 16px;
        line-height: 23px;
        position: absolute;
        top: 80px;
        left: calc(100% - 20%);
        transform: translateX(-80%);
    }

    .mainSection.section.section_01.n1 .Typography .box.n2,
    .mainSection.section.section_01.n2 .Typography .box.n2,
    .mainSection.section.section_01.n3 .Typography .box.n2,
    .mainSection.section.section_01.n4 .Typography .box.n2 {
        left: calc(100% - 80%);
        transform: translateX(-20%);
    }

    .mainSection.section.section_01.n1 .Typography .box.n3,
    .mainSection.section.section_01.n2 .Typography .box.n3,
    .mainSection.section.section_01.n3 .Typography .box.n3,
    .mainSection.section.section_01.n4 .Typography .box.n3 {
        left: 50%;
        transform: translateX(-50%);
    }

    .mainSection.section.section_01 .Typography .box a {
        padding: 25px;
    }

    .countingNumber {
        display: none;
    }

    .visaulInputBottomWrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 250px;
    }

    .mainVisaul_wrap .visaulInputWrap {
        margin-top: 56px;
    }

    .mainVisaul_wrap .visaulInputWrap .visualInputBox {
        width: 100%;
    }

    .mainVisaul_wrap .visaulInputWrap .visualInputBox input {
        width: 100%;
    }

    .visualBottomWrap {
        height: auto;
    }

    .mainVisaul_wrap .slideController .progressWrap .slideProgress {
        width: 90px;
        height: 8px;
    }

    .mainVisaul_wrap .slideController .progressWrap .slideProgressWrapper {
        margin-right: 17px;
    }

    .mainVisaul_wrap .slideController .playStopButton.play,
    .mainVisaul_wrap .slideController .playStopButton.stop {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .section.mainSection.section_01 .scrollDownSign {
        display: none;
    }

    .main_popup_wrap {
        display: none;
    }

    /* ----- mainVisaul_wrap 끝 -----  */

    /* 엔지니어링 기술 역량 강화를 위한 설계지원서비스 */

    .scrollSection_01 .slideWrap .topSection {
        word-break: keep-all;
    }

    .scrollSection_01 {
        padding-top: 0px;
    }

    .scrollSection_01 .slideWrap .topSection .slideBtns {
        display: none;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem {
        pointer-events: none;
        width: 330px !important;
        height: 330px;
        margin-right: 20px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem.n1,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n2,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n3,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n4,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n5,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n6,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n7,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n8,
    .scrollSection_01 .slideWrap .slideSection .slideItem.n9 {
        background-size: 100%;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem .texts {
        padding: 50px 30px 0;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem p.text01 {
        font-size: 21px;
        line-height: 32px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem p.text02 {
        font-size: 15px;
        line-height: 23px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem p.text02,
    .scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp a {
        opacity: 1;
        top: 0;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp {
        height: 55px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp a {
        line-height: 55px;
        font-size: 14px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem.nowSlide .hoverBg {
        background: linear-gradient(to top, #0e1f38, transparent);
        height: 100%;
    }

    /* 엔지니어링 설계를 위한 모든 데이터 */
    .scrollSection_01 .dataInfoWrap {
        margin-top: 80px;
    }

    .scrollSection_01 .dataInfoWrap .dataInfo {
        flex-flow: wrap;
    }

    .scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem {
        width: 50%;
        margin-bottom: 32px;
    }

    .dataInfoItem.n2 {
        border-right: 1px solid rgba(22, 65, 133, 0.15);
    }

    /* 최신 입찰 공고 */
    .scrollSection_01 .mapNoticeWrap {
        height: 1800px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: static;
        top: 0;
        transform: translateY(0%);
        padding: 56px 0;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection {
        margin-top: 32px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice {
        margin-bottom: 50px;
        width: 100%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap {
        width: calc(68%);
    }

    /* 홍보동영상 + 공지사항 | 자료실 */
    .scrollSection_01 .etcInfoWrap {
        margin-top: 80px;
    }

    .scrollSection_01 .etcInfoWrap .etcInner {
        flex-direction: column;
        align-items: center;
    }

    .scrollSection_01 .etcInfoWrap .etcInner .leftService,
    .scrollSection_01 .etcInfoWrap .etcInner .rightCustomer {
        width: 100%;
    }

    .scrollSection_01 .etcInfoWrap .etcInner p.title {
        font-size: 40px;
    }

    .scrollSection_01 .etcInfoWrap .etcInner .rightCustomer {
        margin-top: 56px;
    }

    /* footer */
    .partner_logo_wrap {
        margin-top: 80px;
    }

    .partner_logo_wrap .container.container_mo {
        flex-flow: wrap;
        padding: 0;
    }

    .partner_logo_wrap .container.container_mo span {
        width: 50%;
        height: 42px;
        background-size: 50%;
    }

    .partner_logo_wrap .container.container_mo .partner_logo1,
    .partner_logo_wrap .container.container_mo .partner_logo2 {
        background-size: 38%;
        margin-bottom: 20px;
    }

    footer.footer_mo .footer_wrap {
        padding: 40px;
    }

    footer.footer_mo .footer_wrap .footer_content .footer_content_top {
        display: flex;
        justify-content: space-between;
    }

    footer.footer_mo .footer_wrap .footer_content {
        flex-direction: column;
    }

    /* 2023.11.27 운영서버 충돌로 layout.css로 옮김 */
    /* footer .footer_wrap .footer_content .footer_content_bottom address,
    footer .footer_wrap .footer_content .footer_content_bottom span {
        display: block;
        float: none;
        margin-bottom: 5px;
    } */

    footer.footer_mo .select_site ul {
        overflow-y: auto;
    }

    /* 2023.11.27 운영서버 충돌로 common.css로 옮김 */
    /* .footer_btn_wrap {
        justify-content: flex-start;
    }  */

    footer.footer_mo .footer_select {
        margin: 32px 0 32px 0;
    }

    .mainVisaulPopup {
        display: none;
    }

    /* 2023.10.17 모바일 반응형 quik_join_btn */
    .btn.quick_join_btn {
        opacity: 1;
        z-index: 25;
        position: fixed;
        border-radius: 100%;
        background: url(../image/fab-btn-back.png) no-repeat center center/contain;
        box-shadow: 0 7px 7px rgba(0, 0, 0, .12);
        width: 70px;
        height: 70px;
        top: calc(100% - 100px);
        right: calc(100% - 98%);
    }

    .quick_join_btn a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        font-size: 11px;
    }

    .quick_join_btn a:before {
        content: '';
        display: inline-block;
        background: url(../image/mainPage/mainGnbJoin.png) no-repeat top center;
        background-size: 25px;
        width: 30px;
        height: 30px;
        /* // 2023.10.17 모바일 반응형 quick_join_btn */
    }
}



@media (max-width:767px) {

    /* header */
    .sub .main_logo a {
        width: 140px;
    }

    header .navbar .navbar__button {
        top: 23px;
    }

    header .navbar .line span {
        width: 30px;
        margin-top: 8px;
        display: block;
    }

    header .navbar .mo_nav .top-menu .mo_nav_top {
        height: 24%
    }

    .mo_depth1_area {
        top: 80px;
    }

    /* ----- header 끝 ----- */

    /* 공통 섹션 */
    .scrollSection_01 .dataInfoWrap,
    .scrollSection_01 .mapNoticeWrap,
    .scrollSection_01 .etcInfoWrap {
        overflow: hidden;
        margin-top: 56px;
    }

    .scrollSection_01 p.title,
    .scrollSection_01 .etcInfoWrap .etcInner p.title {
        font-size: 23px;
    }

    /* ----- 공통 섹션 끝 ----- */

    .mainVisaul_wrap {
        top: 50%;
    }

    .mainVisaul_wrap .visualTextWrap p.visualText_01 {
        font-size: 38px;
    }

    .mainVisaul_wrap .visualTextWrap p.visualText_02 {
        font-size: 18px;
        line-height: 27px;
    }

    .mainSection.section.section_01.n1 .Typography .box.n1,
    .mainSection.section.section_01.n2 .Typography .box.n1,
    .mainSection.section.section_01.n3 .Typography .box.n1,
    .mainSection.section.section_01.n4 .Typography .box.n1,
    .mainSection.section.section_01.n1 .Typography .box.n2,
    .mainSection.section.section_01.n2 .Typography .box.n2,
    .mainSection.section.section_01.n3 .Typography .box.n2,
    .mainSection.section.section_01.n4 .Typography .box.n2,
    .mainSection.section.section_01.n1 .Typography .box.n3,
    .mainSection.section.section_01.n2 .Typography .box.n3,
    .mainSection.section.section_01.n3 .Typography .box.n3,
    .mainSection.section.section_01.n4 .Typography .box.n3 {
        top: 45px;
        left: calc(100% - 15px);
    }

    .mainSection.section.section_01.n1 .Typography .box.n2,
    .mainSection.section.section_01.n2 .Typography .box.n2,
    .mainSection.section.section_01.n3 .Typography .box.n2,
    .mainSection.section.section_01.n4 .Typography .box.n2 {
        left: 15px;
    }

    .mainSection.section.section_01.n1 .Typography .box.n3,
    .mainSection.section.section_01.n2 .Typography .box.n3,
    .mainSection.section.section_01.n3 .Typography .box.n3,
    .mainSection.section.section_01.n4 .Typography .box.n3 {
        left: 50%;
        transform: translateX(-50%);
    }

    .mainSection.section.section_01 .Typography .box a {
        padding: 20px;
    }

    .mainVisaul_wrap .visaulInputWrap .visualInputBox .selectType select {
        font-size: 16px;
        width: 106px;
    }

    .mainVisaul_wrap .visaulInputWrap .visualInputBox input {
        width: auto;
        height: 55px;
        line-height: 55px;
        font-size: 14px;
        padding: 0 30px 0 100px;
    }

    .mainVisaul_wrap .visaulInputWrap .visualInputBox button.zoom {
        width: 20px;
        height: 20px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .mainVisaul_wrap .slideController .progressWrap .slideProgress {
        width: 58px;
        height: 8px;
    }

    .fp-tableCell {
        margin-top: 32px;
        height: 100%;
    }

    /* 설계지원 서비스 */
    .scrollSection_01 .slideWrap .topSection p.title {
        line-height: 38px;
    }

    .scrollSection_01 .slideWrap .slideSection {
        margin-top: 32px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem {
        width: 225px !important;
        height: 225px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem .texts {
        padding: 18px 18px 0 18px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem p.text01 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem p.text02 {
        font-size: 12px;
        line-height: 18px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp {
        height: 35px;
    }

    .scrollSection_01 .slideWrap .slideSection .slideItem .bottomExp a {
        line-height: 35px;
        font-size: 11px;
    }

    /* 엔지니어링 설계를 위한 모든 데이터 */
    .scrollSection_01 .dataInfoWrap p.title {
        margin-bottom: 32px;
    }

    .scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem .icon img {
        width: 48px;
    }

    .scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem p.text {
        font-size: 18px;
    }

    .scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem p.sub_text {
        font-size: 14px;
    }

    .scrollSection_01 .dataInfoWrap .dataInfo .dataInfoItem p.number {
        font-size: 28px !important;
    }

    /* 최신 입찰 공고 */
    .scrollSection_01 .mapNoticeWrap {
        /* height: 1550px; */
        padding-left: 0px;
        padding-right: 0px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .seeMore {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard {
        padding: 20px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .noticeTitle {
        font-size: 18px;
        word-break: keep-all;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap div {
        flex-direction: column;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap span {
        margin-bottom: 8px;
        word-break: keep-all;
        line-height: 1.25;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .contentsSection .Noticeboard .infoWrap div span:first-child {
        border-right: none;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .leftNotice .alertService {
        width: 130px;
        height: 44px;
        font-size: 14px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap {
        width: calc(80%);
        right: 20px;
    }

    /* 홍보동영상 + 공지사항 | 자료실 */
    .scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a {
        height: 100px;
    }

    .scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a .icon {
        width: 50px;
    }

    .scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:nth-child(1) .icon,
    .scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a:nth-child(2) .icon {
        background-size: 50px;
    }

    .scrollSection_01 .etcInfoWrap .etcInner .bottomQuickMenu a .t50Wrap span {
        font-size: 14px;
    }

    .scrollSection_01 .etcInfoWrap .rightCustomer .topSection {
        height: 32px;
    }

    .scrollSection_01 .etcInfoWrap .rightCustomer .topSection a.plusMore {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }

    .scrollSection_01 .etcInfoWrap .rightCustomer .topSection .tabs .tab {
        font-size: 18px;
        padding-right: 20px;
        margin-right: 20px;
    }

    .scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board {
        min-height: 56px;
    }

    .scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board .boardTop .boardTitle {
        font-size: 16px;
    }

    .scrollSection_01 .etcInfoWrap .rightCustomer .boardSection .board .boardTop span.date {
        min-width: 110px;
        font-size: 14px;
    }

    /* footer */
    footer.footer_mo .footer_wrap {
        padding: 20px;
    }

    .partner_logo_wrap .container.container_mo span {
        background-size: 58%;
        height: 45px;
    }

    .partner_logo_wrap .container.container_mo .partner_logo1,
    .partner_logo_wrap .container.container_mo .partner_logo2 {
        background-size: 45%;
    }

    footer.footer_mo .footer_wrap .footer_content .footer_content_top span {
        font-size: 13px;
        padding-right: 10px;
    }

    footer.footer_mo .footer_wrap .footer_content .footer_content_bottom ul li:nth-child(1) em,
    footer.footer_mo .footer_wrap .footer_content .footer_content_bottom ul li:nth-child(2) em {
        font-size: 13px;
    }

    /* 2023.11.27 운영서버 충돌로 layout.css로 옮김 */
    /* footer .footer_wrap .footer_content .footer_content_bottom address,
    footer .footer_wrap .footer_content .footer_content_bottom span {
        margin-bottom: 0px;
        font-size: 12px;
        word-break: keep-all;
    } */

    footer.footer_mo .footer_logo_wrap .footer_logo1 {
        width: 80px;
        margin-right: 15px;
    }

    footer.footer_mo .footer_logo_wrap .footer_logo2 {
        width: 100px;
    }
}

@media (max-width: 480px) {

    .mainVisaul_wrap .visualTextWrap p.visualText_01 {
        font-size: 28px;
    }

    .mainSection.section.section_01.n1 .Typography .box.n1,
    .mainSection.section.section_01.n2 .Typography .box.n1,
    .mainSection.section.section_01.n3 .Typography .box.n1,
    .mainSection.section.section_01.n4 .Typography .box.n1,
    .mainSection.section.section_01.n1 .Typography .box.n2,
    .mainSection.section.section_01.n2 .Typography .box.n2,
    .mainSection.section.section_01.n3 .Typography .box.n2,
    .mainSection.section.section_01.n4 .Typography .box.n2,
    .mainSection.section.section_01.n1 .Typography .box.n3,
    .mainSection.section.section_01.n2 .Typography .box.n3,
    .mainSection.section.section_01.n3 .Typography .box.n3,
    .mainSection.section.section_01.n4 .Typography .box.n3 {
        width: 120px;
        height: 120px;
        font-size: 14px;
        line-height: 21px;
        top: 45px;
        left: calc(100% - 10px);
    }

    .mainSection.section.section_01.n1 .Typography .box.n2,
    .mainSection.section.section_01.n2 .Typography .box.n2,
    .mainSection.section.section_01.n3 .Typography .box.n2,
    .mainSection.section.section_01.n4 .Typography .box.n2 {
        left: 10px;
    }

    .mainSection.section.section_01.n1 .Typography .box.n3,
    .mainSection.section.section_01.n2 .Typography .box.n3,
    .mainSection.section.section_01.n3 .Typography .box.n3,
    .mainSection.section.section_01.n4 .Typography .box.n3 {
        left: 50%;
        transform: translateX(-50%);
    }

    .visaulInputBottomWrap {
        margin-top: 150px;
    }

    /* 최신 입찰 공고 */
    .scrollSection_01 .mapNoticeWrap {
        height: 1550px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap {
        width: 100%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map {
        font-size: 12px;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n1 {
        top: 20.25%;
        left: 48%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n1.active {
        top: 19%;
        left: 47%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n1.active {
        top: 19%;
        left: 45%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n2 {
        top: 38%;
        left: 60%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n2.active {
        top: 27.8%;
        left: 54%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n3 {
        left: 90%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n3 {
        left: 85%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n3.active {
        left: 88%;
        top: 65%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n4 {
        top: 40%;
        left: 44.8%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n4 {
        left: 32%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n5 {
        top: 53%;
        left: 80%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n5.active {
        top: 53.5%;
        left: 79%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n5 {
        left: 77%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n6 {
        top: 56%;
        left: 52%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n6 {
        left: 34.5%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n7 {
        top: 18%;
        left: 39%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n7 {
        left: 31%;
        top: 14.2%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n8 {
        top: 72%;
        left: 47%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n8 {
        left: 11%;
        top: 61.8%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n9 {
        top: 66.5%;
        left: 45.2%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n9 {
        left: 43%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n9.active {
        top: 65%;
        left: 44.5%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n10 {
        top: 43%;
        left: 82%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n10 {
        left: 65.5%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n11 {
        top: 43.8%;
        left: 54.8%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n11.active {
        top: 42.8%;
        left: 53.8%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n11 {
        left: 53%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n12 {
        top: 63%;
        left: 74%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n12 {
        left: 61%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n13 {
        left: 93%;
        top: 59%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n13 {
        left: 89%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n14 {
        top: 95.5%;
        left: 39%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n14.active {
        top: 94%;
        left: 39%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n14 {
        left: 32%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n15 {
        left: 52%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n15.active {
        top: 39%;
        left: 51%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n15 {
        left: 51.2%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n17 {
        top: 24%;
        left: 54%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n17 {
        left: 42.5%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .map.n19 {
        left: 73%;
    }

    .scrollSection_01 .mapNoticeWrap .innerWrap .rightMap .mapSign .mapImg.n19 {
        left: 51%;
    }
}