




.air__aligner.-head {
    min-height: 180px;
    padding: 50px 60px;
}
@media (max-width:1060px) {
    .air__aligner.-head {
        min-height: 180px;
        padding: 20px;
    }
}







.service_wrap {
    background-image: url(/index/images/main-bg-img-pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
@media (max-width:1060px) {
    .service_wrap {
        background-image: url(/index/images/main-bg-img-mo.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
}


/* 긴급공지 */
.info-drop {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.info-drop__list {
    overflow: hidden;
    width: 100%;
    padding: 0 0;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
@media (max-width:1060px) {
    .info-drop__list {
        padding: 0 10px;
    }
}
.info-drop__item {
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-top: 0;
    background-position: 10px 12px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    border-top: 1px solid #e7eaf0;
    background-repeat: no-repeat;
    padding: 10px 50px 10px 30px;
    background-size: 15px 15px;
}
.info-drop__item.-alert {
    padding-left: 35px;
    background-image: url(/pages/header/images/icon-main__alert.svg);
}
.info-drop__item.-first {
    border-top: 0;
}
.info-drop__btn {
    width: 100%;
    cursor: pointer;
    border: 0;
    background-color: #fff;
    text-align: left;
    color: #000;
    vertical-align: middle;
}
.info-drop__item.-alert .info-drop__btn {
    color: #de001b;
}
.info-drop__txt {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 12px;
}
.info-drop__expander {
    width: calc(100% + 20px);
    height: 30px;
    margin-left: -10px;
    border: 0;
    border-radius: 0 0 1rem 1rem;
    background-color: #fff;
    order: 1;
    cursor: pointer;
}
@media (min-width: 1060px) {
    .info-drop__expander {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        border: 0;
        border-radius: 0 10px 10px 0;
        border-left: 1px solid #e7eaf0;
        background-color: #fff;
    }
}
.info-drop__expander:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    content: "";
    border-left: 1px  solid #111;
    border-bottom: 1px  solid #111;
    transform: rotate(315deg) scale(1);
    vertical-align: middle;
}
.info-drop__expander.-on:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 0;
    content: "";
    border-left: 1px  solid #111;
    border-bottom: 1px  solid #111;
    transform: rotate(135deg);
    vertical-align: middle;
}
/* // 긴급공지 */


/* 박스_헤더 */
.search-widget {
    word-wrap: break-word;
}
.search-widget__inner {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
    z-index: 10;
}
.search-widget__inner:before {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    content: "";
    background-color: #65728a;
    z-index: -1;
}
.search-widget__list {
    display: flex;
    position: relative;
}
@media (min-width: 1060px) {
    .search-widget__list {
        background-color: transparent;
    }
}
.search-widget__item {
    position: relative;
    flex: auto;
    width: 25%;
    border: 0;
    text-align: center;
    vertical-align: middle;
    border-color: #65728a;
    background-color: #65728a;
}
.search-widget__item {
    flex: 1;
    height: 50px;
    border-radius: 10px 10px 0 0;
}
.search-widget__item.-active {
    position: relative;
    border-color: #000;
    background-color: #fff;
}

@media (min-width: 1060px) {
    .search-widget__item:first-child {
        border-top-left-radius: 10px;
    }
}
.search-widget__item:first-child {
    border-top-left-radius: 10px;
}
.search-widget__item.-active:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: 1;
    content: "";
}
.search-widget__button {
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 50px;
    height: 100%;
    padding: 5px;
    border-width: 1px;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1.45;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.search-widget__item.-active .search-widget__button {
    position: relative;
    color: #000;
    font-weight: 700;
}
@media (min-width: 1060px) {
    .search-widget__button {
        height: 50px;
        padding: 0 20px;
        font-size: 13px;
        line-height: 1.56;
    }
}
.search-widget__txt {
    position: relative;
    z-index: 2;
}

.quicksearch__search-type {
    position: relative;
    text-align: center;
    font-size: 0;
    margin: 10px 20px 0;
}
@media (min-width: 1060px) {
    .quicksearch__search-type {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin: 0 0 20px;
        vertical-align: top;
        max-width: 80%;
        text-align: left;
        z-index: 1;
    }
    .quicksearch__search-type:after {
        display: block;
        width: 100%;
        content: "";
        clear: both;
    }
}
.quicksearchs__type {
    display: inline-block;
    text-align: center;
}
.quicksearchs__type-item {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 15px;
}
.selection {
    position: relative;
}
.selection [type=radio], .selection [type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 0;
}
.quicksearchs__type-item [type=radio]:checked~label, .quicksearchs__type-item [type=checkbox]:checked~label {
    color: #192547;
    font-weight: 700;
}
.quicksearchs__type-item [type=radio]:checked~label:before, .quicksearchs__type-item [type=checkbox]:checked~label:before {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: #d3e92e;
    border-color: #d3e92e;
    border-radius: .2rem;
    content: "";
}


/* // 박스_헤더 */
/* 박스_콘텐트 */
.search-widget__panel {
    display: none;
    clear: both;
    padding: 30px 20px 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.search-widget__panel {
    min-height: 200px;
    padding: 30px 40px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0003;
}
@media (max-width:1060px) {
    .search-widget__panel {
        padding: 30px 20px 20px;
    }
}
.search-widget__panel.-active {
    display: block;
}
/* // 박스_콘텐트 */




/* tabpanel1 */
.search-widget__side-wrap {
    z-index: 1;
    width: 100%;
    /* margin-top: -10px; */
    text-align: center;
}
@media (min-width: 1060px) {
    .search-widget__side-wrap {
        float: left;
        width: auto;
        margin-top: 0;
        margin-right: 30px;
        margin-bottom: 10px;
        text-align: left;
    }
}
.search-widget__tabs {
    display: inline-block;
}
.search-widget__tab {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d9dbe1;
    border-radius: 50px;
}
.search-widget__tab_item {
    display: flex;
    min-width: 60px;
    padding: 0;
    border-radius: 3.2rem;
    transition: .2s;
    text-align: center;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1060px) {
    .search-widget__tab_item {
        min-width: auto;
    }
}
.search-widget__tab_item input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #ffffff url(/pages/header/images/icon--radio-none.svg) no-repeat center center;
    border: none;
    border-radius: 50%;
    z-index: 5;
    transition: 0.2s all 0s ease-in-out;
}
/* .search-widget__tab_item input:checked {
    opacity: 1;
    background: #ffffff url(/pages/header/images/icon--radio-chk.svg) no-repeat 50% / 12px auto;
} */
/* .search-widget__tab_item.-active {
    background-color: var(--color-main);
    margin: -1px;
} */
.search-widget__tab_item-press {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 25px;
    line-height: 1.35;
    outline: 0;
    font-size: 13px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    cursor: pointer;
    word-break: break-word;
    color: var(--color-main);
    padding: 3px 20px;
}
/* .search-widget__tab_item.-active .search-widget__tab_item-press {
    font-weight: 700;
    color: #fff;
} */
.search-widget__tab_item input:checked ~ .search-widget__tab_item-press {
    background-color: var(--color-main);
    /* margin: -1px; */
    font-weight: 700;
    color: #fff;
}
.quickstatus__separate.-search {
    margin-top: 2rem;
    padding: 0;
    border-bottom: none;
    margin-left: auto;
}
@media (min-width: 1060px) {
    .quickstatus__separate {
        margin-right: 3.35%;
        padding: 0;
    }
    .quickstatus__aligner {
        display: flex;
        align-items: flex-end;
        width: 100%;
    }
    .quickstatus__separate.-itinerary {
        width: calc(21.334% + 10px);
        margin-left: -10px;
        border: 0;
        padding: 0;
        position: relative;
    }
    .quickstatus__separate.-date {
        width: 41%;
    }
    .quickstatus__separate.-search {
        width: 9.834%;
        margin-right: 0;
        margin-top: 20px;
    }
}
.search-widget__find {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    outline: 0;
    background: var(--color-main);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}
.quickstatus__label {
    margin-bottom: 0;
    word-break: break-word;
}
@media (min-width: 1060px) {
    .quickstatus__label {
        display: flex;
        align-items: center;
        /* height: 40px; */
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
.quickstatus__aligner-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 20px;
}
.quickstatus__location {
    display: block;
    width: 41%;
    border: 0;
    background: none transparent;
    cursor: pointer;
}
@media (min-width: 1060px) {
    .quickstatus__location {
        width: 40.5%;
        letter-spacing: -.01em;
    }
}
.quickstatus__location.-si {
    float: left;
}
.quickstatus__location.-goo {
    float: right;
    order: 2;
}
.quickstatus__code {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    color: #000;
    vertical-align: middle;
}
.-off .quickstatus__code {
    color: #767676;
}
.quickstatus__airport {
    display: block;
    font-size: 13px;
    line-height: 1.57;
    color: #000;
    margin-left: -.4rem;
}
.-off .quickstatus__airport {
    color: #767676;
}
.quickstatus__swap {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    border: 0;
    background: #fff url(/index/images/search__swap.svg) no-repeat;
    background-size: 100%;
    cursor: pointer;
    order: 1;
}
.quickstatus__swap[disabled] {
    background: url(/index/images/search__swap--disabled.svg) no-repeat;
    background-size: 100%;
    cursor: not-allowed;
}



/* 지역선택 */

/* 검색-주소선택 */
[_location-select] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
@media (min-width:1060px) {
    [_location-select] {
        min-width: 800px;
    }
}
[_location-select].-active {
    display: block;
}
[_location-select] .location_select_div {
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
    height: auto;
}
[_location-select] .location_select_div_inner {
    margin-top: 5px;
    width: 50%;
    height: auto;
    box-shadow: 0 0 10px #0000001a;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 20px;
    position: relative;
}
@media (max-width:1060px) {
    [_location-select] .location_select_div_inner {
        width: 100%;
    }
}
[_location-select] .location_select__close {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 10px;
    background: url(/pages/header/images/dialog__close.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
    z-index: 10;
}
[_location-select] [_location-select] .location {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    transform: translate(0);
    -webkit-transform: translate(0, 0);
}
[_location-select] .h1 {
    font-size: 15px;
    line-height: 1.5;
}
[_location-select] .tab.-y {
    position: relative;
    display: flex;
    margin: 20px 0 0;
    border: 1px solid #dfe2e5;
    border-radius: 10px;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;
}
[_location-select] .tab.-y .tab__list {
    overflow-y: auto;
    width: 30%;
    border-radius: 10px 0 0 10px;
}
[_location-select] .tab.-y .tab__button {
    display: block;
    width: 100%;
    padding: 10px 10px 10px;
    border: 0;
    background-color: #f4f7f9;
    color: #767676;
    font-size: 13px;
    line-height: 1.58;
    text-align: left;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
[_location-select] .tab.-y .tab__item:first-child {
    border-radius: 10px 0 0;
}
[_location-select] .tab.-y .tab__item.-active .tab__button {
    background-color: #fff;
    font-weight: 700;
    color: #000;
}
[_location-select] .tab.-y .tab__panel {
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70%;
    padding: 10px 20px 10px 20px;
}
[_location-select] .tab.-y .tab__panel.-active {
    display: block;
}
[_location-select] .tab.-y .tab__panel.-active::-webkit-scrollbar-thumb {
    background: #55645790 !important; /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
[_location-select] .tab__panel_item:first-child {
    margin-top: 0;
}
[_location-select] .tab__panel_item {
    margin: 5px 0;
}
[_location-select] .tab__panel_selected {
    padding-left: 20px;
    background: url(/pages/header/images/view_map_pin.png) no-repeat left center;
    background-size: 15px;
    font-size: 13px;
    font-weight: 400;
}
[_location-select] .tab__panel_selected.-none {
    /* padding-left: 0; */
    background: transparent;
    font-weight: 700;
    color: #d3e92e;
    padding: 0 10px;
}
/* // 검색-주소선택 */

















/* sitys */
.city_select {
    /* padding: 5px !important; */
}
@media (max-width:1060px) {
    .city_select {
        padding: 0 20px !important;
    }
}
.city_list {

}
.city_link {
    box-shadow: 0 0 5px #0000001a;
    border-radius: 10px;
    background: #fff;
    padding: 20px 20px 20px 20px;
    height: 100px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
@media (max-width:1060px) {
    .city_link {
        flex-direction: column;
        gap: 20px;
    }
}
.city_item_title {
    color: #fff;
    text-shadow: 0px 0px 8px #000;
    font-size: 15px;
    font-weight: 700;
}
.icon-arr:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/pages/header/images/btn_myinfo_more.png) center top no-repeat;
}
.city_link.-seoul {
    background: url(/images/city/seoul.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.city_link.-incheon {
    background: url(/images/city/incheon.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.city_link.-goyang {
    background: url(/images/city/goyang.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.city_link.-busan {
    background: url(/images/city/busan.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.city_link.-anyang {
    background: url(/images/city/anyang.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
/* // 지역선택 */


/* // tabpanel1 */










/* ke-service */
.mris[_ngcontent-wkg-c80] {
    padding: 50px 0 0;
    margin-bottom: 50px;
}
@media (min-width: 1060px) {
    .mris[_ngcontent-wkg-c80] {
        padding: 60px 0 0;
        margin-bottom: 50px;
    }
}
.mris__box[_ngcontent-wkg-c80] {
    position: relative;
    overflow: hidden;
    max-width: 1340px;
    margin: 0 auto;
}
@media (min-width: 1060px) {
    .mris__box[_ngcontent-wkg-c80]:before {
        position: absolute;
        left: 40px;
        top: 50%;
        display: block;
        width: 20px;
        height: calc(100% - 20px);
        transform: translateY(-50%);
        content: "";
        border-radius: 10px;
        box-shadow: 0 0 10px #0000001a;
    }
}
@media (min-width: 1060px) {
    .mris__box[_ngcontent-wkg-c80]:after {
        position: absolute;
        right: 40px;
        top: 50%;
        display: block;
        width: 20px;
        height: calc(100% - 20px);
        transform: translateY(-50%);
        content: "";
        border-radius: 10px;
        box-shadow: 0 0 10px #0000001a;
    }
}
.mris__ctrl[_ngcontent-wkg-c80] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
/* @media (min-width: 1060px) {
    .mris__ctrl[_ngcontent-wkg-c80] {
        width: calc(100% - 120px);
    }
} */
.mris__button[_ngcontent-wkg-c80] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 30px !important;
    height: 60px !important;
    border: 0;
    border-radius: 0 50px 50px 0;
    background-color: #00000080;
    box-shadow: 0 0 1px #0003;
    font-size: 0 !important;
    color: transparent !important;
    cursor: pointer;
    overflow: hidden;
}
@media (min-width: 1060px) {
    .mris__button[_ngcontent-wkg-c80] {
        width: 30px !important;
        height: 60px !important;
        border-radius: 0 50px 50px 0;
    }
}
.mris[_ngcontent-wkg-c80] .mris__button.-prev[_ngcontent-wkg-c80] {
    left: 40px;
    transform: translateY(-50%);
}
.mris[_ngcontent-wkg-c80] .mris__button.-next[_ngcontent-wkg-c80] {
    left: auto;
    right: 40px;
    transform: rotate(180deg) translateY(50%);
}
@media (max-width:1060px) {
    .mris[_ngcontent-wkg-c80] .mris__button.-prev[_ngcontent-wkg-c80] {
        left: 0;
        transform: translateY(-50%);
    }
    .mris[_ngcontent-wkg-c80] .mris__button.-next[_ngcontent-wkg-c80] {
        left: auto;
        right: 0;
        transform: rotate(180deg) translateY(50%);
    }
}
.mris__button[_ngcontent-wkg-c80]:after {
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background: url(/pages/header/images/icon-mris-arrow.svg) no-repeat center center;
    background-size: 25px 25px;
}
@media (min-width: 1060px) {
    .mris[_ngcontent-wkg-c80] .swiper-container[_ngcontent-wkg-c80] {
        padding: 10px 0;
        margin: 0 40px;
    }
}
.mris[_ngcontent-wkg-c80] .swiper-container[_ngcontent-wkg-c80] {
    position: relative;
    padding: 10px 0;
}
@media (max-width:1060px) {
    .mris[_ngcontent-wkg-c80] .swiper-container[_ngcontent-wkg-c80] {
        position: relative;
        padding: 10px 20px;
    }
}
.swiper-container[_ngcontent-wkg-c80] {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper[_ngcontent-wkg-c80] {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    z-index: 3;
}
.mris__item[_ngcontent-wkg-c80] {
    height: auto !important;
    border-radius: 10px;
    /* overflow: hidden; */
}
.mris__link[_ngcontent-wkg-c80] {
    display: block;
    height: 100%;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 10px #0000001a;
    border-radius: 10px;
    overflow: hidden;
}
.mris__thumb[_ngcontent-wkg-c80] {
    position: relative;
    height: 250px;
    overflow: hidden;
}
/* page */
.mris__pagination[_ngcontent-wkg-c80] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 40px;
    height: 20px;
    padding: 0 10px;
    border-radius: 10px 0 0;
    background-color: #0009;
    color: #fff;
    font-size: 10px;
}
.mris__current[_ngcontent-wkg-c80] {
    font-weight: 700;
}
/* // page */
.mris__image[_ngcontent-wkg-c80] {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
}
.mris__desc[_ngcontent-wkg-c80] {
    min-height: 100px;
    min-height: 100px;
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.63;
    color: #000;
}
@media (min-width: 1060px) {
    .mris__desc[_ngcontent-wkg-c80] {
        min-height: 100px;
        min-height: 100px;
        padding: 20px 30px;
        font-size: 15px;
        line-height: 1.56;
    }
}
.mris__txt[_ngcontent-wkg-c80] {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}




/* // ke-service */









/* ke-notice */
.main-cont__notice {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
@media (max-width:1060px) {
    .main-cont__notice {
        padding: 0 20px;
    }
}
@media (min-width: 1060px) {
    .main-cont__notice {
        max-width: 1340px;
    }
}
.main-cont__heading {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
}
.main-cont__heading .h2 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
}
.main-cont__notice-more {
    color: #555;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    align-self: end;
}
.main-cont__notice-more:after {
    content: "";
    width: 100%;
    height: 6px;
    display: inline-block;
    background: #d3e92e;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: .2s all;
}

@media (min-width: 1060px) {
    .main-cont__notice-section {
        display: flex;
        justify-content: space-between;
    }
}
.main-cont__notice-list {
    width: 100%;
}
@media (min-width: 1060px) {
    .main-cont__notice-list {
        margin-right: 5rem;
    }
}
.main-cont__notice-item {
    border-bottom: 1px #d9dbe1 solid;
}
.main-cont__notice-item:first-child {
    border-top: 1px #d9dbe1 solid;
}
.main-cont__notice-link {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
}
@media (min-width: 1060px) {
    .main-cont__notice-link {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }
}
.main-cont__notice-title {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main-cont__notice-date {
    align-self: center;
    font-size: 13px;
    line-height: 20px;
    color: #767676;
    display: block;
    /* margin-top: 5px; */
    text-decoration: none;
}

.main-cont__notice-banner {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: #f6f8fb;
    min-height: 150px;
}
@media (max-width:1060px) {
    .main-cont__notice-banner {
        margin-top: 20px;
    }
}
.main-cont__banner-link {
    display: flex;
    flex-direction: column-reverse;
    min-height: 11.2rem;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
}
.main-cont__banner-inner {
    position: relative;
    z-index: 1;
    padding: 20px 20px 0;
    width: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
}
.main-cont__banner-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: .8rem;
}
.main-cont__banner-sub {
    font-size: 13px;
}
.main-cont__notice-banner img {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    margin: -25% auto 0;
    max-width: 50.1rem;
}
/* @media (max-width:1060px) {
    .main-cont__notice-banner img {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 1rem;
        margin: 0;
        max-width: 100%;
        height: 100px;
    }
} */


/* // ke-notice */




/* ke-cont__ex */
.main-cont__ex {
    margin-top: 50px;
    padding: 30px 40px;
    background: #e8f3af;
}
@media (max-width:1060px) {
    .main-cont__ex {
        padding: 30px 20px;
    }
}
.main-cont__ex-section {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}
.main-cont__heading {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
}
.main-cont__heading .h2 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
}
@media (max-width:1060px) {
    .main-cont__heading .h2 {
        font-size: 15px;
    }
}
.main-cont__group {
    display: flex;
    justify-content: center;
}
@media (max-width:1060px) {
    .main-cont__group {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
.main-cont__item {
    position: relative;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    /* border-radius: 10px;
    background-color: #ffffff80;
    padding: 10px; */
    display: table;
    transition: all ease-in-out 0.3s;
}
@media (max-width:1060px) {
    .main-cont__item {

    }
    .main-cont__item.-more:before {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        background: url(/index/images/icon-arrow-16-x-16-black-down.svg) no-repeat 0 50%;
    }
    .main-cont__item:hover:before {
        background: transparent url(/index/images/icon-arrow-16-x-16-black-up.svg) no-repeat 0 50%;
        margin: 10px 0 0;
    }
    .main-cont__item:hover {
        background: #fff;
        border-radius: 10px;
    }
}
/* .main-cont__item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 235%;
} */
@media (min-width:1060px) {
    .main-cont__item:first-child {
        margin: 0 20px 0 0;
    }
    .main-cont__item+.main-cont__item {
        margin-right: 20px;
        margin: 0 20px 0 0;
    }
}
.main-cont__trigger {
    display: flex;
    border: 0;
    outline: 0;
    background: none;
    color: #000;
    text-decoration: none;
    height: 100%;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.64;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;


    border-radius: 10px;
    background-color: #ffffff80;
    padding: 10px;
}
@media (max-width:1060px) {
    .main-cont__trigger {
        height: 50px;
    }
}
.main-cont__title {
    align-items: center;
    word-break: break-word;
    height: 100%;
    display: flex;
}
@media (max-width:1060px) {
    .main-cont__title {
        padding-left: 55px;
        text-align: left;
        width: 100%;
    }
}
.main-cont__icon {
    display: block;
    width: auto;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
    margin: auto;
    position: absolute;
    left: 10px;
    top: 0px;
    
}
@media (min-width: 1060px) {
    .main-cont__icon {
        position: inherit;
        width: 40px;
        height: 40px;
        margin: 10px auto 0;
    }
}
.main-cont__icon img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.main-cont__popover {
    display: none;
    /* position: absolute;
    top: calc(100% + 1.8rem) !important;
    left: 0; */
    width: 100%;
    border-radius: 1rem;
    z-index: 10;
    word-break: break-word;
    white-space: nowrap;
    transition: all 0.3s;


    /* 지우기 */
    /* display: inline-block; */
}
.main-cont__item:hover .main-cont__popover {
    display: inline-block;
    transition: all ease-in-out 0.3s;
}
.main-cont__trigger:hover ~ .main-cont__popover {
    display: inline-block;
    transition: all ease-in-out 0.3s;
}

@media (min-width:1060px) {
    .main-cont__item:hover .main-cont__popover {
        height: 50px;
        padding-top: 15px;
        transition: all ease-in-out 0.3s;
    }
    .main-cont__popover-inner {
        display: flex;
        justify-content: center;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: 100%;
    }
    .main-cont__popover-inner:after {
        content: "";
        top: -9px;
        left: 0;
        right: 0;
        bottom: auto;
        margin: auto;
        border-width: 0 8px 10px;
        border-color: #fff transparent;
        position: absolute;
        border-style: solid;
        display: block;
        width: 0;
    }
    .main-cont__item .main-cont__popover-inner {
        position: absolute;
        justify-content: right;
        margin: 0 auto;
        width: 100%;
        max-width: -webkit-max-content;
        max-width: max-content;
    }
    .main-cont__popover-item {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        overflow-wrap: break-word;
        background: #fff;
    }
    .main-cont__popover-item:first-child {
        border-radius: 10px 0 0 10px;
    }
    .main-cont__popover-item:last-child {
        border-radius: 0 10px 10px 0;
    }
    .main-cont__popover-item:before {
        content: "";
        position: absolute;
        right: 0;
        height: 10px;
        width: 1px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ddd;
    }
    .main-cont__popover-item:last-child:before {
        display: none;
    }
    .main-cont__popover-text {
        display: block;
        font-size: 13px;
        padding: 10px 20px;
        color: #000;
        text-decoration: none;
        outline: 0;
        word-break: keep-all;
    }
}
@media (max-width:1060px) {
    .main-cont__popover-inner {
        margin: 0 20px 0 65px;
        padding-bottom: 20px;
    }
    .main-cont__popover-item {
        padding: 10px 0;
        display: block;
    }
    .main-cont__popover-text {
        text-align: left;
        text-decoration: none;
        color: #000;
        font-size: 13px;
        display: block;
        word-break: break-word;
        cursor: pointer;
    }
}
/* // ke-cont__ex */










/* buttons */
.mris__ctrl[_ngcontent-nqd-banner1] {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
@media (min-width: 1060px) {
    .mris__ctrl[_ngcontent-nqd-banner1] {
        width: calc(100% - 80px);
    }
}
.mris__button[_ngcontent-nqd-banner1] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25px !important;
    height: 45px !important;
    border: 0;
    border-radius: 0 50px 50px 0;
    background-color: #00000080;
    box-shadow: 0 0 10px #0003;
    font-size: 0 !important;
    color: transparent !important;
    cursor: pointer;
    overflow: hidden;
}
.mris__button[_ngcontent-nqd-banner1]:after {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: url(/pages/header/images/icon-mris-arrow.svg) no-repeat center center;
    background-size: 23px 23px;
}
.mris__button[disabled][_ngcontent-nqd-banner1], .mris__button.swiper-button-disabled[_ngcontent-nqd-banner1] {
    cursor: not-allowed;
}
.mris__button[_ngcontent-nqd-banner1].-prev[_ngcontent-nqd-banner1] {
    left: 0;
    transform: translateY(-50%);
}
.mris__button[_ngcontent-nqd-banner1].-next[_ngcontent-nqd-banner1] {
    left: auto;
    right: 0;
    transform: rotate(180deg) translateY(50%);
}
.mris[_ngcontent-nqd-banner1] .swiper-button-next.swiper-button-disabled[_ngcontent-nqd-banner1], .mris[_ngcontent-nqd-banner1] .swiper-button-prev.swiper-button-disabled[_ngcontent-nqd-banner1] {
    opacity: 1;
}
/* // buttons */



/* banner1 */
.banner1_wrap {
    margin: 50px 0 20px;
}
.banner1_banner {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 40px;
    padding-bottom: 25px;
}
@media (max-width:1060px) {
    .banner1_banner {
        padding: 0;
        padding-bottom: 20px;
    }
}
.banner1-pagination {
    position: absolute;
    bottom: 0 !important;
}
.swiper-pagination-bullet {
    background: #ffffff !important;
    border: 1px solid #192547 !important;
    opacity: 1 !important;
    width: 8px !important;
    height: 8px !important;
}
.swiper-pagination-bullet-active {
    background: #192547 !important;
}
.banner1_banner .banner1_box {
    
}
@media (max-width:1060px) {
    .banner1_banner .banner1_box {
        padding: 0 20px;
    }
}
.banner1_banner .banner1_list {
    width: 100%;
}
.banner1_banner .banner1_item {
    border-radius: 10px;
    overflow: hidden;
}
.banner1_banner .banner1_link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    background-color: #edf2ff;
}
/* .banner1_banner .swiper-slide .banner1_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.banner1_banner .banner1_link_inner {
    width: 100%;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 400;
    color:#555;
}
@media (min-width:1060px) {
    .banner1_banner .banner1_link_inner {
        padding: 20px 40px;
    }
}
.banner1_banner .banner1_link_inner span {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.banner1_banner .banner1_link_inner .txt_title {
    color: #192547;
    font-weight: 700;
    -webkit-line-clamp: 2;
}
.banner1_banner .banner1_link_ico {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
}
.banner1_banner .banner1_link_ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* // banner1 */












































.min_wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;

    margin: 30px 0;
}
.min_wrap .min_left {
    width: 50%;
}
.min_wrap .min_right {
    width: 50%;
}
@media (max-width:1060px) {
    .min_wrap {
        flex-direction: column;
    }
    .min_wrap .min_left {
        width: 100%;
    }
    .min_wrap .min_right {
        width: 100%;
    }
}
.min_list_box {
    width: 100%;
    background-color: #fff;
}
.min_list_lise {
    display: flex;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #192547;
}
.min_list_lise .min_list_item {
    flex: 1;
}
.min_list_lise .min_list_btn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 0px;
    font-size: 13px;
    text-align: center;
    /* border-right: 1px solid #ccc; */
}
.min_list_lise .min_list_btn.-active {
    background: #192547;
    color: #fff;
}


.min_list_box .min_list {
    position: relative;
}
.min_list_box .min_item {
    display: block;
    width: 100%;
    border-bottom: .55px solid #ccc;
}
.min_list_box .min_link {
    display: block;
    width: 100%;
    padding: 6.5px 16px;
    letter-spacing: -0.5px;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}
.min_list_box .min_link__txt {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}


















































