@charset "utf-8";

/* Plane */
.wrap-plane {padding: 40px 0 0 0;}
.disable .wrap-plane {padding: 40px 0 160px 0;}
.wrap-plane .inner {display: flex; justify-content: space-between;}
.wrap-plane .title {flex-shrink: 0; width: 500px; padding-top: 15px;}
.wrap-plane .title .subject {display: block; font-family: pb; font-size: 40px; line-height: 1.1; color: #202020;}
.wrap-plane .info {display: flex; align-items: center; margin-top: 14px;}
.wrap-plane .info .temper {position: relative; margin-left: 20px; margin-right: 20px; padding-right: 20px; font-family: pb; font-size: 22px; color: #000000;}
.wrap-plane .info .temper::after {content: ''; position: absolute; right: 0; top: 8px; width: 1px; height: 17px; background: #b7b7b7;}
.wrap-plane .info .time {font-family: pb; font-size: 22px; color: #000000;}
.wrap-plane .search {flex-grow: 1;}
.wrap-plane .choose {display: flex;}
.wrap-plane .choose button {font-family: pb; font-size: 20px; color: #666666;}
.wrap-plane .choose button:hover,
.wrap-plane .choose button.on {color: #191919;}
.wrap-plane .choose button::before {content: ''; position: relative; top: 1px; display: inline-block; width: 41px; height: 30px; margin-right: 15px;}
.wrap-plane .choose .start::before {background: url('../../images/svg/ic-start-trip.svg') no-repeat center;}
.wrap-plane .choose .start:hover::before,
.wrap-plane .choose .start.on::before {background: url('../../images/svg/ic-start-trip-on.svg') no-repeat center;}
.wrap-plane .choose .end {margin-left: 50px;}
.wrap-plane .choose .end::before {background: url('../../images/svg/ic-end-trip.svg') no-repeat center;}
.wrap-plane .choose .end:hover::before,
.wrap-plane .choose .end.on::before {background: url('../../images/svg/ic-end-trip-on.svg') no-repeat center;}
.wrap-plane .select {display: none; justify-content: space-between; align-items: center; height: 70px; margin-top: 26px;}
.wrap-plane .select.on {display: flex;}
.wrap-plane .select .pick {position: relative; flex-grow: 1; padding-right: 10px;}
.wrap-plane .select .pick1 {padding-right: 0;}
.wrap-plane .select .pick1 .box {cursor: pointer;}
.wrap-plane .select .pick2 {padding-right: 10px; padding-left: 10px;}
.wrap-plane .select .pick,
.wrap-plane .select .box {height: 100%;}
.wrap-plane .select .box {position: relative; display: flex; align-items: center; width: 100%; padding: 0 20px; border: 1px solid #dedede; border-radius: 5px; text-align: left;}
.wrap-plane .select .box::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #1473e6; transition: width .4s;}
/* .wrap-plane .select .box.on::after, */
.wrap-plane .select .box:hover::after {width: 100%;}
.wrap-plane .select .pick1 .box::before {content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 20px; background: url('../../images/main/ic-trip-cal.png') no-repeat center;}
.wrap-plane .select .pick2 .box::before {content: ''; display: inline-block; width: 22px; height: 20px; margin-right: 20px; background: url('../../images/svg/ic-trip-find.svg') no-repeat center;}
.wrap-plane .select .pick .box span {display: block; padding-left: 3px; font-family: pb; font-size: 12px; color: #1473e6;}
.wrap-plane .select .pick .box strong {display: block; font-family: pb; font-size: 16px; color: #444444;}
.wrap-plane .select .pick .box input {display: block; width: 100%; font-family: pb; font-size: 15px; color: #444; outline: none; text-overflow: ellipsis; cursor: pointer;}
.wrap-plane .select .pick .box #afsDay {position: relative; z-index: -1;}
.wrap-plane .select .pick .box input::placeholder {color: #444;}
.wrap-plane .select .pick .box p {width: 90%;}
.wrap-plane .select .pick .btn-pick {display: none; position: absolute; right: 25px; top: 20px; height: 30px; padding: 0 10px; background: #fff; border: 1px solid #c1c1c1; border-radius: 3px; font-family: pb; color: #004ac4;}
.wrap-plane .select .pick .btn-pick:hover {border: 1px solid #004ac4;}
.wrap-plane .select .btn {height: 100%;}
.wrap-plane .select .btn a {display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: 150px; height: 100%; background: #0260fa; border-radius: 5px; font-family: pb; font-size: 18px; color: #fff;}
.wrap-plane .select .btn a:hover {background: #004ac4;}
.wrap-plane .select .btn a::before {content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background: url('../../images/svg/ic-trip-search.svg') no-repeat center;}
.wrap-plane .pick1-detail {overflow: hidden; position: absolute; left: 0; bottom: calc(100% - 2px); z-index: 1; width: calc(100% - 10px); max-height: 0; background: #fff; transition: max-height .45s;}
.wrap-plane .pick1-detail.on {max-height: 600px;}
.wrap-plane .pick1-detail .line {border: 1px solid #dedede;}
.wrap-plane .pick1-detail .head {display: flex; justify-content: space-between; align-items: center; height: 65px; border-bottom: 1px solid #dadee1;}
.wrap-plane .pick1-detail .prev,
.wrap-plane .pick1-detail .next {position: relative; width: 65px; height: 100%; text-indent: -99999px;}
.wrap-plane .pick1-detail .prev::after,
.wrap-plane .pick1-detail .next::after {content: ''; position: absolute; left: 50%; top: 50%; width: 9px; height: 12px; background: url('../../images/main/ic-pick-date.png') no-repeat; transform: translate(-50%, -50%);}
.wrap-plane .pick1-detail .prev::after {background-position: left center;}
.wrap-plane .pick1-detail .next::after {background-position: right center;}
.wrap-plane .pick1-detail .now {font-family: tsb; font-size: 18px;}
.wrap-plane .pick1-detail .date {padding: 30px;}
.wrap-plane .pick1-detail th,
.wrap-plane .pick1-detail td {height: 50px; font-family: tsb; font-size: 14px; color: #555;}
.wrap-plane .pick1-detail .grey {color: #ccc5ce;}
.wrap-plane .pick1-detail .today a {color: #004ac4;}
.wrap-plane .pick1-detail a {position: relative; display: flex; justify-content: center; align-items: center; width: 45px; height: 45px;}
.wrap-plane .pick1-detail a:hover {background: #004ac4; border-radius: 100%; color: #fff;}

.wrap-plane .pick2-detail {overflow: hidden; position: absolute; left: 0; bottom: calc(100% - 2px); z-index: 1; width: calc(100% - 10px); max-height: 0; background: #fff; transition: max-height .45s;}
.wrap-plane .pick2-detail.on {max-height: 600px;}
.wrap-plane .pick2-detail .line {border: 1px solid #dedede;}
.wrap-plane .pick2-detail .row {display: flex; justify-content: space-between; align-items: center; height: 40px; padding: 0 20px; border-bottom: 1px solid #dedede;}
.wrap-plane .pick2-detail .col {font-family: pr; font-size: 14px; color: #666;}
.wrap-plane .pick2-detail .col1 {font-family: pb; color: #00a4b3;}
.wrap-plane .pick2-detail .col2 {font-family: pr; color: #191919;}
.wrap-plane .pick2-detail .col4 em {color: #000;}
.wrap-plane .pick2-detail .col5 {font-family: pr; color: #0077b5;}
.wrap-plane .pick2-detail .col6 .state {display: flex; justify-content: center; align-items: center; width: 60px; height: 25px; background: #aeaeae; border-radius: 5px; font-family: pb; font-size: 14px; text-align: center; color: #ffffff;}
.wrap-plane .pick2-detail .btns {display: flex; justify-content: center; align-items: center; padding: 20px 0;}
.wrap-plane .pick2-detail .btns a {display: inline-flex; align-items: center; height: 30px; padding: 0 10px; background-color: #fff;; border: 1px solid #313436; border-radius: 3px; font-family: pb; font-size: 14px; color: #313436 !important; transition: .3s;}
.wrap-plane .pick2-detail .btns a:hover {border-color: #0077b5; color: #0077b5 !important;}
.wrap-plane .pick2-detail .btns a.more {margin-right: 10px;}
.wrap-plane .pick2-detail .btns a::after {content: ''; display: inline-block; width: 10px; height: 10px; margin-left: 10px;}
.wrap-plane .pick2-detail .btns a.more::after {background: url('../../images/main/ic-plane-more.png') no-repeat center top;}
.wrap-plane .pick2-detail .btns a.close::after {background: url('../../images/main/ic-plane-close.png') no-repeat center top;}
.wrap-plane .pick2-detail .btns a:hover::after {background-position: center bottom;}

@media screen and (max-width: 1400px) {
  .wrap-plane .title {width: 350px;}
}

@media screen and (max-width: 1200px) {
  .disable .wrap-plane {padding: 27px 0 84px 0;}
  .wrap-plane .inner {flex-wrap: wrap;}
  .wrap-plane .title {display: flex; justify-content: space-between; align-items: center; width: 100%; padding-top: 0;}
  .wrap-plane .title .subject {font-size: 30px;}
  .wrap-plane .info .weather {width: 50px;}
  .wrap-plane .search {width: 100%; margin-top: 7px;}
  .wrap-plane .select {height: 50px; margin-top: 22px;}
  .wrap-plane .select .pick strong {font-size: 15px;}
  .wrap-plane .select .pick input {font-size: 15px;}
  .wrap-plane .select .btn a {font-size: 16px;}
}

@media screen and (max-width: 840px) {
  .wrap-plane .select {flex-wrap: wrap; height: auto;}
  .wrap-plane .select .pick {margin-bottom: 10px; padding-left: 0; padding-right: 0;}
  .wrap-plane .select .pick2 {padding-left: 10px;}
  .wrap-plane .select .box {height: 50px;}
  .wrap-plane .select .btn {width: 100%; margin-top: 20px; text-align: center;}
  .wrap-plane .select .btn a {display: inline-flex; width: 170px; height: 50px;}
  .wrap-plane .pick2-detail {width: 100%;}
}

@media screen and (max-width: 700px) {
  .disable .wrap-plane {padding: 47px 0 87px 0;}
  .wrap-plane .title {flex-wrap: wrap; justify-content: center;}
  .wrap-plane .title .subject {width: 100%; text-align: center;}
  .wrap-plane .info {flex-wrap: wrap; justify-content: center; margin-top: 19px;}
  .wrap-plane .info .weather {width: 100%; margin-bottom: 6px; text-align: center;}
  .wrap-plane .info .temper {margin-left: 0; margin-right: 10px; padding-right: 10px; font-family: pb;}
  .wrap-plane .info .time {font-family: pb;}
  .wrap-plane .choose {justify-content: center;}
  .wrap-plane .choose button {font-size: 16px;}
  .wrap-plane .search {margin-top: 15px;}
}

@media screen and (max-width: 650px) {
  .wrap-plane .select .pick {width: 100%; padding-left: 0; padding-right: 0;}
  .wrap-plane .pick1-detail {width: 100%;}
}

/* 데이터 피커 */
.main .ui-widget.ui-widget-content {left: 0 !important; top: auto !important; bottom: calc(100% + 10px) !important; z-index: 20 !important; max-width: none !important; transform: translate(0); outline: none;}

/* Guide */
#multipleDiv_airport_21 .fp-tableCell {vertical-align: bottom;}
.wrap-guide .title {position: relative; display: flex; justify-content: space-between;}
.wrap-guide .title::after {content: ''; position: absolute; left: 0; top: 27%; z-index: -1; width: 100%; height: 1px; background: #a2a4a8;}
.wrap-guide .down .app {display: flex; padding-right: 50px; background: #fff;}
.wrap-guide .down .app li {margin-right: 20px;}
.wrap-guide .down .app li:last-child {margin-right: 0;}
.wrap-guide .down .app .app1 img {position: relative; left: 2px;}
.wrap-guide .down .app .app2 img {position: relative; top: -2px;}
.wrap-guide .down .app a {display: block; display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background: #000; border-radius: 100%;}
.wrap-guide .down .info {margin-top: 20px; font-family: pb; font-size: 16px; line-height: 1.3; color: #2e2e2e;}
.wrap-guide .down .info span {font-family: pb; font-size: 15px; letter-spacing: 0;}
.wrap-guide .subject {display: flex; flex-direction: column; align-items: flex-end;}
.wrap-guide .subject strong {background: #fff; margin-top: -10px; padding-left: 70px; font-family: pb; font-size: 80px; line-height: 1.1; color: #303030;}
.wrap-guide .subject span {display: block; margin-top: 10px; font-family: pb; font-size: 40px; color: #3c3c3c; line-height: 1;}
.wrap-guide .service {overflow: hidden;}
.wrap-guide .service .slider {overflow: hidden; display: flex; max-width: 1920px; margin: 0 auto; margin-top: 80px; background: url('../../images/main/bg-guide.jpg') no-repeat center top / cover;}
.wrap-guide .service .swiper-slide {width: 33.3333%;}
.wrap-guide .service .box {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 610px;}
.wrap-guide .service .box1 {background: url('../../images/main/bg-guide1.jpg') no-repeat center top / cover;}
.wrap-guide .service .box2 {background: url('../../images/main/bg-guide2.jpg') no-repeat center top / cover;}
.wrap-guide .service .box3 {background: url('../../images/main/bg-guide3.jpg') no-repeat center top / cover;}
.wrap-guide .service .title {display: flex; flex-direction: column; align-items: center;}
.wrap-guide .service .title strong {font-family: pb; font-size: 50px; color: #fff;}
.wrap-guide .service .title em {font-family: pr; font-size: 30px; letter-spacing: 0; color: #fff;}
.wrap-guide .service .list {width: 100%; margin-top: 60px; padding: 0 75px;}
.wrap-guide .service .list a {display: flex; flex-direction: column; align-items: center; text-align: center;}
.wrap-guide .service .list .ico {display: flex; align-items: center; flex-shrink: 0; height: 66px;}
.wrap-guide .service .list .text {margin-top: 10px; font-family: pb; font-size: 16px; line-height: 1.2; color: #fff;}
.wrap-guide .service .list ul {display: flex; flex-wrap: wrap; width: 100%;}
.wrap-guide .service .list li {width: 33.3333%; padding-bottom: 40px;}
.wrap-guide .service .prev,
.wrap-guide .service .next {display: none;}
.wrap-guide .list .text span {position: relative; background: linear-gradient(to bottom, transparent 95%, rgba(255,255,255,.5) 0) left center no-repeat; background-size: 0; transition: .5s;}
.wrap-guide .list a:hover .text span {background-size: 100% auto;}
.wrap-guide .list a .ico {transform: rotateY(0deg); transition: .3s;}
.wrap-guide .list a:hover .ico {transform: rotateY(180deg);}

@media screen and (max-width: 1500px) {
  .wrap-guide .service .list {padding: 0 30px;}
}

@media screen and (max-width: 1400px) {
  .wrap-guide .subject strong {font-size: 60px;}
  .wrap-guide .subject span {font-size: 35px;}
  .wrap-guide .service .title strong {font-size: 40px;}
  .wrap-guide .service .title em {font-size: 25px;}
  .wrap-guide .service .list .text {font-size: 15px;}
  .wrap-guide .service .list .ico {height: 45px;}
  .wrap-guide .service .list .ico img {height: 100%;}
}

@media screen and (max-width: 1200px) {
  .wrap-guide .down .app {padding-right: 20px;}
  .wrap-guide .down .app a {width: 55px; height: 55px;}
  .wrap-guide .down .app img {width: 20px;}
  .wrap-guide .down .info {font-size: 14px;}
  .wrap-guide .down .info span {font-size: 13px;}
  .wrap-guide .down .info {margin-top: 12px;}
  .wrap-guide .subject strong {padding-left: 40px; font-size: 50px;}
  .wrap-guide .subject span {font-size: 25px;}
  .wrap-guide .service .slider{margin-top: 25px;}
  .wrap-guide .service .box {height: 320px;}
  .wrap-guide .service .title {margin-top: 10px;}
  .wrap-guide .service .title strong {font-size: 30px; line-height: 1.2;}
  .wrap-guide .service .title em {font-size: 12px;}
  .wrap-guide .service .list {margin-top: 25px; padding: 0 10px;}
  .wrap-guide .service .list li {padding-bottom: 20px;}
  .wrap-guide .service .list .ico {height: 35px;}
  .wrap-guide .service .list .text {font-size: 12px;}
}

@media screen and (max-width: 700px) {
  .wrap-guide .title {flex-direction: column-reverse; align-items: center;}
  .wrap-guide .title::after {display: none;}
  .wrap-guide .subject {align-items: center;}
  .wrap-guide .subject strong {padding-left: 0; font-size: 40px;}
  .wrap-guide .subject span {font-size: 20px;}
  .wrap-guide .down .app {justify-content: center; margin-top: 30px; padding-right: 0;}
  .wrap-guide .down .info {text-align: center;}
  .wrap-guide .service {position: relative;}
  .wrap-guide .service .slider {padding: 0 80px;}
  .wrap-guide .service .prev,
  .wrap-guide .service .next {position: absolute; top: calc(50% + 20px); z-index: 20; display: block; width: 80px; height: 80px; background: url('../../images/main/ic-guide-control.png') no-repeat center; text-indent: -999999px; transform: translate(0, -50%);}
  .wrap-guide .service .prev {left: 0;}
  .wrap-guide .service .next {right: 0; transform: translate(0, -50%) rotate(180deg);}
  .wrap-guide .service .box {width: 100%;}
  .wrap-guide .service .swiper-slide {overflow: hidden; opacity: 0; height: 0px; transition: opacity .35s;}
  .wrap-guide .service .swiper-slide-active {overflow: visible; opacity: 1; height: auto;}
}

/* Traffic */
.wrap-traffic {padding: 0 0 0 0;}
.disable .wrap-traffic {padding: 120px 0 50px 0;}
.wrap-traffic .title {position: relative; display: flex; justify-content: space-between;}
.wrap-traffic .title::after {content: ''; position: absolute; left: 0; top: 27%; z-index: -1; width: 100%; height: 1px; background: #a2a4a8;}
.wrap-traffic .subject {display: flex; flex-direction: column; align-items: start;}
.wrap-traffic .subject strong {background: #fff; margin-top: -10px; padding-right: 70px; font-family: pb; font-size: 80px; line-height: 1.1; color: #303030;}
.wrap-traffic .subject span {display: block; margin-top: 10px; font-family: pb; font-size: 40px; color: #3c3c3c; line-height: 1;}
.wrap-traffic .home a {display: flex; flex-direction: column; align-items: center; padding-left: 40px; background: #fff;}
.wrap-traffic .home .ico {display: flex; justify-content: center; align-items: center; width: 70px; height: 70px; background: #1473e6; border-radius: 100%;}
.wrap-traffic .home .text {position: relative; margin-top: 14px; font-family: pb; font-size: 16px; letter-spacing: 0; color: #474747;}
.wrap-traffic .home .text::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #474747; transition: .35s;}
.wrap-traffic .home a:hover .text::after {width: 100%;}
.wrap-traffic .row {display: flex; margin-top: 84px;}
.wrap-traffic .parking {width: 50%; padding-right: 30px;}
.wrap-traffic .parking .small-title {display: flex; justify-content: space-between; align-items: center;}
.wrap-traffic .parking .small-title strong {font-family: pb; font-size: 30px; color: #3c3c3c;}
.wrap-traffic .parking .choose {display: flex;}
.wrap-traffic .parking .choose button {display: flex; align-items: center; height: 50px; margin-left: 10px ;padding: 0 20px; border: 2px solid #b7b7b7; border-radius: 100px; font-family: pb; font-size: 18px; color: #666666;}
.wrap-traffic .parking .choose button:hover,
.wrap-traffic .parking .choose button.on {border-color: #1473e6; color: #1473e6;}
.wrap-traffic .parking .box-floor {height: 100%; max-height: 440px; background: #f7f7f7; margin-top: 20px; padding: 28px 30px 0px 30px; border-radius: 10px;}
.wrap-traffic .parking .floor {display: none;}
.wrap-traffic .parking .floor.on {display: block;}
.wrap-traffic .parking .floor .location {display: block; margin-bottom: 10px; font-family: pb; font-size: 19px; color: #000;}
.wrap-traffic .parking .floor .list-area {display: none;}
.wrap-traffic .parking .floor .list-area.on {display: block;}
.wrap-traffic .parking .floor .box-split {display: flex;}
.wrap-traffic .parking .floor .split1,
.wrap-traffic .parking .floor .split2 {width: 50%;}
.wrap-traffic .parking .floor .split1 {padding-right: 20px;}
.wrap-traffic .parking .floor .split2 {padding-left: 20px;}
.wrap-traffic .parking .floor .area {display: flex; align-items: center; margin-bottom: 20px;}
.wrap-traffic .parking .floor .area button {display: flex; align-items: center; height: 40px; background: #fff; margin: 0 10px 0 0; padding: 0 20px; border: 2px solid #8b8b8b; border-radius: 100px; font-family: pb; font-size: 14px; color: #2e2e2e;}
.wrap-traffic .parking .floor .area button:hover,
.wrap-traffic .parking .floor .area button.on {background: #2e2e2e; border-color: #2e2e2e; color: #fff;}
.wrap-traffic .parking .floor ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.wrap-traffic .parking .floor li {width: calc(50% - 20px); margin-bottom: 51px;}
.wrap-traffic .parking .floor1 .list-area2 li {width: 100%; margin-bottom: 20px;}
.wrap-traffic .parking .floor2 .list-area1 li {margin-bottom: 30px;}
.wrap-traffic .parking .floor .text {display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px;}
.wrap-traffic .parking .floor .text strong {font-family: pb; font-size: 18px; color: #3c3c3c;}
.wrap-traffic .parking .floor .text span {display: flex; justify-content: center; align-items: center; min-width: 100px; height: 30px; border-radius: 15px; font-family: pb; font-size: 14px; color: #fff;}
.wrap-traffic .parking .floor .text span.bg1 {background: #2C8279;}
.wrap-traffic .parking .floor .text span.bg2 {background: #42519e;}
.wrap-traffic .parking .floor .text span.bg3 {background: #dd7714;}
.wrap-traffic .parking .floor .text span.bg4 {background: #d43e41;}
.wrap-traffic .parking .floor .text span.bg5 {background: #555;}
.wrap-traffic .parking .floor .progress {position: relative; width: 100%; height: 10px; background: #c0c0c0; border-radius: 100px;}
.wrap-traffic .parking .floor .progress.full {background: #414141;}
.wrap-traffic .parking .floor .progress span {position: absolute; left: 0; top: 0; width: 0%; height: 100%; border-radius: 100px;}
.wrap-traffic .parking .floor .progress.bg1 span {background: #2C8279;}
.wrap-traffic .parking .floor .progress.bg2 span {background: #42519e;}
.wrap-traffic .parking .floor .progress.bg3 span {background: #dd7714;}
.wrap-traffic .parking .floor .progress.bg4 span {background: #d43e41;}
.wrap-traffic .parking .floor .progress.bg5 span {background: #555;}
.wrap-traffic .parking .info {padding-top: 20px; border-top: 1px solid #d6d6d6;}
.wrap-traffic .parking .info li {position: relative; padding-left: 15px; font-family: pb; font-size: 16px; color: #333333;}
.wrap-traffic .parking .info li::after {content: ''; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 100%; background: #323232;}
.wrap-traffic .banners {width: 50%;}
.wrap-traffic .banners ul {display: flex; flex-wrap: wrap; justify-content: space-between;}
.wrap-traffic .banners li {width: calc(33.3333% - 22px); margin-bottom: 30px;}
.wrap-traffic .banners a {overflow: hidden; position: relative; display: block; padding: 25px 20px 20px 30px; background: #f7f7f7; border-radius: 10px;}
.wrap-traffic .banners a::after {content: ''; position: absolute; left: -110%; top: 0; width: 100%; height: 100%; background: #1473e6; transition: .3s;}
.wrap-traffic .banners a:hover::after {left: 0;}
.wrap-traffic .banners .text {position: relative; z-index: 1;}
.wrap-traffic .banners .text strong {display: block; font-family: pb; font-size: 18px; color: #333333;}
.wrap-traffic .banners a:hover .text strong {color: #fff;}
.wrap-traffic .banners .text span {display: block; font-family: pr; font-size: 14px; letter-spacing: 0; color: #666666;}
.wrap-traffic .banners a:hover .text span {color: #fff;}
.wrap-traffic .banners .ico {position: relative; z-index: 1; display: flex; align-items: end; justify-content: end; height: 57px;}

@media screen and (max-width: 1400px) {
    .wrap-traffic .subject strong {font-size: 60px;}
    .wrap-traffic .subject span {font-size: 35px;}
    .wrap-traffic .parking .small-title strong {font-size: 22px;}
    .wrap-traffic .parking .choose button {height: 50px; padding: 0 17px; font-size: 15px;}
    .wrap-traffic .parking .floor li {margin-bottom: 40px;}
    .wrap-traffic .parking .floor .location {font-size: 17px;}
    .wrap-traffic .parking .floor .text strong {font-size: 16px;}
    .wrap-traffic .banners a {padding: 20px;}
    .wrap-traffic .banners .text strong {font-size: 16px;}
    .wrap-traffic .banners .text span {font-size: 12px;}
}

@media screen and (max-width: 1200px) {
  .disable .wrap-traffic {padding: 63px 0 37px 0;}
  .wrap-traffic .subject strong {padding-right: 40px; font-size: 50px;}
  .wrap-traffic .subject span {font-size: 25px;}
  .wrap-traffic .home a {padding-left: 20px;}
  .wrap-traffic .home .ico {width: 55px; height: 55px;}
  .wrap-traffic .home .ico img {width: 35px;}
  .wrap-traffic .home .text {margin-top: 10px; font-size: 14px;}
  .wrap-traffic .row {flex-wrap: wrap; margin-top: 37px;}
  .wrap-traffic .parking {width: 100%; padding-right: 0;}
  .wrap-traffic .parking .box-floor {height: auto; max-height: none; padding: 30px 30px 22px 30px;}
  .wrap-traffic .parking .floor li {width: 100%; margin-bottom: 17px;}
  .wrap-traffic .parking .info li {font-size: 14px;}
  .wrap-traffic .banners {width: 100%; margin-top: 30px;}
  .wrap-traffic .banners li {width: calc(11.111% - 5px); }
  .wrap-traffic .banners a {padding: 20px 10px;}
  .wrap-traffic .banners .text {text-align: center;}
  .wrap-traffic .banners .text strong {font-size: 15px;}
  .wrap-traffic .banners .text strong em {display: none;}
  .wrap-traffic .banners .text span {display: none;}
  .wrap-traffic .banners .ico {height: 90px; justify-content: center;}
  .wrap-traffic .banners .ico img {position: relative; height: 64px;}
}

@media screen and (max-width: 980px) {
  .wrap-traffic .banners li {width: calc(33.3333% - 13px);}
  .wrap-traffic .banners .ico {height: 80px;}
}

@media screen and (max-width: 700px) {
  .disable .wrap-traffic {padding: 52px 0 37px 0;}
  .wrap-traffic .title {flex-direction: column;}
  .wrap-traffic .title::after {display: none;}
  .wrap-traffic .subject {align-items: center;}
  .wrap-traffic .subject strong {padding-right: 0; font-size: 40px;}
  .wrap-traffic .subject span {font-size: 20px;}
  .wrap-traffic .home a {margin-top: 30px; padding-left: 0;}
  .wrap-traffic .home .text {margin-top: 7px;}
  .wrap-traffic .row {margin-top: 47px;}
  .wrap-traffic .parking .small-title strong {font-size: 20px;}
  .wrap-traffic .parking .choose button {height: 40px; padding: 0 17px; font-size: 14px;}
  .wrap-traffic .parking .floor .box-split {flex-wrap: wrap;}
  .wrap-traffic .parking .floor .split1,
  .wrap-traffic .parking .floor .split2 {width: 100%; padding: 0;}
  .wrap-traffic .parking .floor .area button {height: 35px;}
  .wrap-traffic .banners a {padding: 15px;}
  .wrap-traffic .banners .text {text-align: left;}
  .wrap-traffic .banners .ico {justify-content: flex-end; height: 70px;}
}

/* Visitor */
#multipleDiv_airport_32 {background: #0d0f19;}
.wrap-visitor {overflow: hidden; padding: 0 0;}
.disable .wrap-visitor {padding: 120px 0;}
.wrap-visitor .title {position: relative; display: flex; justify-content: space-between;}
.wrap-visitor .title::after {content: ''; position: absolute; left: 0; top: 27%; width: 100%; height: 1px; background: #3c3b42;}
.wrap-visitor .link .app {position: relative; z-index: 1; display: flex; padding-right: 50px; background: #0d0f19;}
.wrap-visitor .link .app li {display: flex; flex-direction: column; align-items: center; margin-right: 20px;}
.wrap-visitor .link .app li:last-child {margin-right: 0;}
.wrap-visitor .link .app a {display: block; display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background: #000; border-radius: 100%;}
.wrap-visitor .link .app1 a {background: #006cff;}
.wrap-visitor .link .app2 a {background: #fedc00;}
.wrap-visitor .link .app strong {position: relative; margin-top: 15px; font-family: pb; font-size: 16px; color: #fff;}
.wrap-visitor .link .app strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #fff; transition: .35s;}
.wrap-visitor .link .app li:hover strong::after {width: 100%;}
.wrap-visitor .subject {display: flex; flex-direction: column; align-items: flex-end;}
.wrap-visitor .subject strong {position: relative; z-index: 1; background: #0d0f19; margin-top: -10px; padding-left: 70px; font-family: pb; font-size: 80px; line-height: 1.1; color: #fff;}
.wrap-visitor .subject span {display: block; margin-top: 10px; font-family: pb; font-size: 40px; color: #fff; line-height: 1;}
/* .wrap-visitor .swiper-wrapper {transition-timing-function: linear;} */
.wrap-visitor .list {margin-top: 50px; padding: 0 20px;}
.wrap-visitor .list .img img {border-radius: 120px;}
.wrap-visitor .list ul {display: flex; justify-content: space-between;}
.wrap-visitor .list li {width: calc(14.285% - 27px);}
.wrap-visitor .list li.pos1 {margin-top: 0px;}
.wrap-visitor .list li.pos2 {margin-top: 40px;}
.wrap-visitor .list li.pos3 {margin-top: 100px;}
.wrap-visitor .list li.pos4 {margin-top: 40px;}
.wrap-visitor .list li.pos5 {margin-top: 100px;}
.wrap-visitor .list li.pos6 {margin-top: 0px;}
.wrap-visitor .list li.pos7 {margin-top: 40px;}
.wrap-visitor .list a {position: relative; display: block; width: 100%;}
.wrap-visitor .list img {width: 100%}
.wrap-visitor .list .text {position: absolute; left: 0; bottom: 50px; width: 100%; text-align: center;}
.wrap-visitor .list .text span {display: block; font-family: pr; font-size: 17px; color: #fff; letter-spacing: 0; line-height: 1.1;}
.wrap-visitor .list .text strong {display: block; font-family: pb; font-size: 23px; color: #fff; line-height: 1.2;}

@media screen and (max-width: 1400px) {
  .wrap-visitor .subject strong {font-size: 60px;}
  .wrap-visitor .subject span {font-size: 35px;}
  .wrap-visitor .list .text strong {font-size: 21px;}
  .wrap-visitor .list .text span {font-size: 14px;}
}

@media screen and (max-width: 1200px) {
  .disable .wrap-visitor {padding: 70px 0;}
  .wrap-visitor .link .app {padding-right: 20px;}
  .wrap-visitor .link .app a {width: 56px; height: 56px;}
  .wrap-visitor .link .app a img {width: 25px;}
  .wrap-visitor .link .app strong {margin-top: 11px; font-size: 14px;}
  .wrap-visitor .subject strong {padding-left: 40px; font-size: 50px;}
  .wrap-visitor .subject span {font-size: 25px;}
  .wrap-visitor .list li {width: calc(20% - 20px);}
  .wrap-visitor .list .text {bottom: 34px;}
  .wrap-visitor .list .text span {font-size: 12px;}
  .wrap-visitor .list .text strong {font-size: 18px;}
}

@media screen and (max-width: 900px) {
  .wrap-visitor .list li {width: calc(33.3333% - 20px);}
}

@media screen and (max-width: 700px) {
  .disable .wrap-visitor {padding: 54px 0;}
  .wrap-visitor .title {flex-direction: column-reverse; justify-content: center; align-items: center;}
  .wrap-visitor .title::after {display: none;}
  .wrap-visitor .link {margin-top: 30px;}
  .wrap-visitor .link .app {padding-right: 0;}
  .wrap-visitor .subject {align-items: center;}
  .wrap-visitor .subject strong {padding-left: 0; font-size: 40px;}
  .wrap-visitor .subject span {font-size: 20px;}
}

/* Flight */
#multipleDiv_airport_44 {background: #f8f8f8;}
.wrap-fly {padding: 0 0 0 0;}
.disable .wrap-fly {padding: 120px 0 60px 0;}
.wrap-fly .title {position: relative; display: flex; justify-content: space-between;}
.wrap-fly .title::after {content: ''; position: absolute; left: 0; top: 27%; width: 100%; height: 1px; background: #9ea1a5;}
.wrap-fly .link .app {position: relative; z-index: 1; display: flex; padding-left: 50px; background: #f8f8f8;}
.wrap-fly .link .app li {display: flex; flex-direction: column; align-items: center; margin-right: 20px;}
.wrap-fly .link .app a {display: block; display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background: #000; border-radius: 100%;}
.wrap-fly .link .app1 a {background: #006cff;}
.wrap-fly .link .app2 a {background: #006cff;}
.wrap-fly .link .app strong {position: relative; margin-top: 15px; font-family: pb; font-size: 16px; color: #474747;}
.wrap-fly .link .app strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #474747; transition: .35s;}
.wrap-fly .link .app li:hover strong::after {width: 100%;}
.wrap-fly .subject {display: flex; flex-direction: column; align-items: flex-start;}
.wrap-fly .subject strong {position: relative; z-index: 1; background: #f8f8f8; margin-top: -10px; padding-right: 70px; font-family: pb; font-size: 80px; line-height: 1.1; color: #303030;}
.wrap-fly .subject span {display: block; margin-top: 10px; font-family: pb; font-size: 40px; color: #303030; line-height: 1;}
.wrap-fly .box {margin-top: 30px; padding: 20px 50px 30px 50px; background: #fff; border: 1px solid #adb5cb; border-radius: 7px;}
.wrap-fly .box .tab {display: flex; justify-content: space-between; align-items: center; height: 60px; border-bottom: 2px solid #898989;}
.wrap-fly .box .btns button {position: relative;}
.wrap-fly .box .btns button::after {content: ''; position: absolute; left: 0; bottom: -15px; z-index: 1; width: 0; height: 4px; background: #1473e6; transition: .3s;}
.wrap-fly .box .btns button:hover::after,
.wrap-fly .box .btns button.on::after {width: 100%;}
.wrap-fly .box .btns button:first-child {margin-right: 45px;}
.wrap-fly .box .btns strong {font-family: pb; font-size: 26px; color: #888;}
.wrap-fly .box .btns button:hover strong,
.wrap-fly .box .btns button.on strong {color: #303030;}
.wrap-fly .box .btns em {font-family: pr; font-size: 18px; color: #999999;}
.wrap-fly .box .refresh {display: flex; align-items: center;}
.wrap-fly .box .refresh button {width: 28px; height: 28px; margin-right: 10px; background: url('../../images/main/ic-flight-refresh.png') no-repeat center; text-indent: -99999px; transform: rotateZ(0deg); transition: .35s;}
.wrap-fly .box .refresh button:hover {transform: rotateZ(-180deg);}
.wrap-fly .box .refresh strong {display: inline-block; margin-right: 5px; font-family: pb; font-size: 18px; color: #333333;}
.wrap-fly .box .refresh em {display: inline-block; font-family: pb; font-size: 18px; color: #333333;}
.wrap-fly .box .con {overflow: auto; max-height: 420px;}
.wrap-fly .box .con::-webkit-scrollbar {width: 14px; height: 14px;}
.wrap-fly .box .con::-webkit-scrollbar-thumb {background: #ca0000; border: 3px solid #fff; border-radius: 10px;}
.wrap-fly .box .con::-webkit-scrollbar-track {background-color: #fff;}

@media screen and (max-width: 1400px) {
  .wrap-fly .subject strong {font-size: 60px;}
  .wrap-fly .subject span {font-size: 35px;}
}

@media screen and (max-width: 1200px) {
  .disable .wrap-fly {padding: 70px 0;}
  .wrap-fly .subject strong {padding-right: 40px; font-size: 50px;}
  .wrap-fly .subject span {font-size: 25px;}
  .wrap-fly .link .app {padding-left: 30px;}
  .wrap-fly .link .app a {width: 50px; height: 50px;}
  .wrap-fly .link .app img {width: 30px;}
  .wrap-fly .link .app strong {margin-top: 9px; font-size: 14px;}
  .wrap-fly .box {margin-top: 40px; padding: 20px 40px 40px 40px;}
  .wrap-fly .box .tab {height: 53px;}
  .wrap-fly .box .btns strong {font-size: 21px;}
  .wrap-fly .box .btns button:first-child {margin-right: 15px;}
  .wrap-fly .box .btns em {font-size: 15px;}
  .wrap-fly .box .refresh strong {font-size: 15px;}
  .wrap-fly .box .refresh em {font-size: 15px;}
}

@media screen and (max-width: 700px) {
  .disable .wrap-fly {padding: 50px 0;}
  .wrap-fly .title {flex-direction: column;}
  .wrap-fly .title::after {display: none;}
  .wrap-fly .subject {align-items: center;}
  .wrap-fly .subject strong {padding-right: 0; font-size: 40px;}
  .wrap-fly .subject span {font-size: 20px;}
  .wrap-fly .link .app {justify-content: center; margin-top: 20px; padding-left: 0;}
  .wrap-fly .box {margin-top: 30px;}
  .wrap-fly .box .tab {flex-direction: column-reverse; height: auto;}
  .wrap-fly .box .btns {display: flex; align-items: center; width: 100%; height: 60px;}
  .wrap-fly .box .btns button {width: 50%;}
  .wrap-fly .box .btns button::after {bottom: -19px;}
  .wrap-fly .box .btns button:first-child {margin-right: 0;}
}

.wrap-fly .fly-start .col {font-size: 16px;}
.wrap-fly .fly-start .body .group {margin-bottom: 10px;}
.wrap-fly .fly-start .body .toggle {height: 63px; cursor: default;}
.wrap-fly .fly-start .time strong {font-size: 20px;}
.wrap-fly .fly-start .time span {font-size: 15px;}
.wrap-fly .fly-start .location {font-size: 15px;}
.wrap-fly .fly-start .airplane .name {font-size: 15px;}
.wrap-fly .fly-start .airplane .logo {width: 91px;}
.wrap-fly .fly-start .terminal {font-size: 15px;}
.wrap-fly .fly-start .fly-start .checkin {font-size: 15px;}
.wrap-fly .fly-start .enter {font-size: 15px;}
.wrap-fly .fly-start .state span {width: 70px; height: 30px; font-size: 13px;}

@media screen and (max-width: 1024px) {
  .wrap-fly .fly-start .body .toggle {height: auto;}
  .wrap-fly .box .con {max-height: 520px;}
  .wrap-fly .fly-start .col {min-height: 30px; padding: 0 10px;}
  .wrap-fly .fly-start .body .col > div::before {font-size: 15px;}
}

@media screen and (max-width: 700px) {
  .wrap-fly .box .con {max-height: 502px;}
}

/* 항공편 안내 테이블 */
.con-table3 {overflow: auto; position: relative; max-height: 425px; line-height: 1.6;}
.con-table3:after {content: ''; position: absolute; right: 0px; top: 0px; width: 1px; height: 100%; background: #fff;}
.con-table3 table {position: relative;}
.con-table3 thead {position: sticky; left: 0; top: 0; width: 100%; z-index: 1;}
.con-table3 thead th {padding: 7px; background: #fff; border-bottom: 1px solid #e1e1e1; font-family: pb; font-size: 16px; font-weight: 400; color: #465561;}
.con-table3 tbody {display: table-header-group;}
.con-table3 tbody tr {position: relative; overflow: hidden; border-radius: 5px;}
.con-table3 tbody tr:hover {background: #e8f0f6;}
.con-table3 tbody tr:hover td:first-child {border-radius: 5px 0 0 5px;}
.con-table3 tbody tr:hover td:last-child {border-radius: 0 8px 8px 0;}
.con-table3 tbody th {padding: 13px 15px; font-family: pr; font-size: 17px; font-weight: 400; color: #000000;}
.con-table3 tbody td {padding: 13px 15px; border-bottom: 1px solid #e1e1e1; font-family: pr; font-size: 16px; text-align: left; color: #000000;}
.con-table3 tbody td a {color: #333;}
.con-table3.center tbody td {text-align: center;}
.con-table3 .time {position: relative;}
.con-table3 .time strong {display: inline-block; font-family: pb; font-size: 18px; color: #000000;}
.con-table3 .time em {position: relative; top: -1px; display: inline-block; margin-left: 10px; font-family: pr; font-size: 14px; text-decoration: line-through; color: #4b8fe4;}
.con-table3 .group .time::before {content: ''; position: absolute; left: 0; top: calc(100% - 14px); z-index: 1; width: 27px; height: 27px; background: #fff url('../../images/main/ic-plane-group.png') no-repeat center; border: 1px solid #dadada; border-radius: 100%;}
.con-table3 .group.last .time::before {display: none;}
.con-table3 .state {display: inline-flex; justify-content: center; align-items: center; width: 70px; height: 25px; border-radius: 5px; font-family: pb; font-size: 14px; color: #fff;}
.con-table3 .state.state1 {background: #4b8fe4;}
.con-table3 .state.state2 {background: #994265;}
.con-table3 .state.state3 {background: #e63946;}
.con-table3 .state.state4 {background: #2c8179;}
.con-table3 .state.state5 {background: #6c7295;}
.con-table3 .state.state6 {background: #2c982c;}
.con-table3 .box-airplane {display: flex; align-items: center;}
.con-table3 .airplane {flex-shrink: 0; width: 120px; margin-right: 30px;}
.con-table3 .airplane-name {flex-grow: 1;}
.con-table3 .align-l {text-align: left !important;}
.con-table3 .align-c {text-align: center !important;}
.con-table3 .align-r {text-align: right !important;}
.con-table3 .align-t {vertical-align: top !important;}
.con-table3 strong {font-family: pb; color: #000;}

@media screen and (max-width: 1200px) {
  .con-table3 {max-height: 385px;}
  .con-table3 thead th,
  .con-table3 tbody th,
  .con-table3 tbody td {padding: 10px 8px; font-size: 15px;}
}

@media screen and (max-width: 1100px) {
  .con-table3 {overflow-x: hidden; min-height: 200px;}
  .con-table3.on {min-height: auto;}
  .con-table3.no-scroll {min-height: auto;}
  .con-table3 table {width: 1300px;}
  .con-table3.no-scroll table {width: 100%;}
  .con-table3.on:after,
  .con-table3.no-scroll:after {display: none;}
}

/* UseFull */
#menu865_obj1673 {position: absolute; right: 0; top: 28.5%; z-index: 90;}
.btn-usefull {position: relative; display: flex; justify-content: center; width: 70px; height: 210px; padding-top: 15px; background: #002d64; font-family: pb; font-size: 16px; line-height: 1.1; color: #fff !important;}
.btn-usefull::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; background: #fff url('../../images/main/btn-usefull.png') no-repeat center;}

@media screen and (max-width: 1200px) {
    #menu865_obj1673 {top: 20%;}
    .btn-usefull {width: 50px; height: 170px; font-size: 14px;}
    .btn-usefull::after {height: 50px;}
}

@media screen and (max-width: 700px) {
    #menu865_obj1673 {top: 9.5%;}
}

.usefull,
body.usefull {height: 100%; background: rgb(190,234,245); background: linear-gradient(70deg, rgba(190,234,245,1) 60%, rgba(209,234,213,1) 100%);}
.wrap-usefull {display: flex; justify-content: space-between; align-items: flex-start; width: 100%;}
.wrap-usefull .inner {padding-bottom: 40px;}

.wrap-usefull .top {display: flex; justify-content: space-between; align-items: center; margin-top: 185px; font-size: 0;}
.wrap-usefull .title {flex-shrink: 0; width: 470px;}
.wrap-usefull .title strong {display: block;}
.wrap-usefull .title .text2 {margin-top: 20px; text-align: right;}
.wrap-usefull .points  {flex-grow: 1; padding-left: 12.5%;}
.wrap-usefull .points ul {display: flex; justify-content: space-between;}
.wrap-usefull .points li {display: flex; align-items: center;}
.wrap-usefull .points .desc {padding-left: 15px; font-family: pb; font-size: 17px; line-height: 1.3; color: #3e3e3e;}

.wrap-usefull .list {margin-top: 35px;}
.wrap-usefull .list ul {display: flex; justify-content: space-between;}
.wrap-usefull .list li {width: calc(20% - 22px);}
.wrap-usefull .list a {overflow: hidden; display: block; background: #ffffff; border-radius: 10px; transition: .3s;}
.wrap-usefull .list a:hover {box-shadow: 0 0 10px rgba(16,79,160,0.5);}
.wrap-usefull .list .thumb img {width: 100%;}
.wrap-usefull .list .desc {padding: 20px 30px;}
.wrap-usefull .list .desc strong {display: block; font-family: pb; font-size: 22px; line-height: 1.1; color: #121212;}
.wrap-usefull .list .desc span {position: relative; display: block; margin-top: 10px; font-family: pr; font-size: 16px; color: #333333;}
.wrap-usefull .list .desc span::after {content: ''; position: absolute; right: 0; top: 4px; width: 14px; height: 13px; background: url('../../images/main/ic-list-arrow.png') no-repeat center;}

.wrap-usefull .goto {display: flex; align-items: center; justify-content: center; margin-top: 60px;}
.wrap-usefull .goto a {display: flex; align-items: center; justify-content: center; height: 70px; padding: 0 40px; background: #fff; border: 2px solid #1473e6; border-radius: 100px; font-family: pb; font-size: 18px; color: #0056be;}
.wrap-usefull .goto a:hover {background: #1473e6; color: #fff;}

@media screen and (max-width: 1700px) {
  .wrap-usefull .title {width: 400px;}
  .wrap-usefull .title strong img {width: 50%;}
  .wrap-usefull .points {padding-left: 8%;}
  .wrap-usefull .points .desc {font-size: 15px;}
  .wrap-usefull .list .desc {padding: 20px;}
  .wrap-usefull .list .desc strong {font-size: 20px;}
  .wrap-usefull .list .desc span {font-size: 15px;}
}

@media screen and (max-width: 1370px) {
  .wrap-usefull .top {flex-wrap: wrap; margin-top: 150px;}
  .wrap-usefull .points {padding: 45px 10% 0 10%;}
  .wrap-usefull .title {display: flex; justify-content: center; width: 100%; padding: 0 29%;}
  .wrap-usefull .title .text2 {margin-top: 0; margin-left: 30px;}
  .wrap-usefull .title strong img {width: auto;}
  .wrap-usefull .list {padding: 0 9%;}
  .wrap-usefull .list ul {flex-wrap: wrap; justify-content: center;}
  .wrap-usefull .list li {width: calc(33.333%); padding: 10px;}
  .wrap-usefull .goto {margin-top: 30px;}
}

@media screen and (max-width: 1200px) {
  .wrap-usefull .list .desc strong {font-size: 16px;}
  .wrap-usefull .list .desc span {font-size: 14px;}
}

@media screen and (max-width: 1000px) {
  .wrap-usefull .points {padding: 45px 5% 0 5%;}
  .wrap-usefull .list {padding: 0 5%;}
}

@media screen and (max-width: 900px) {
  .wrap-usefull .points {padding: 45px 1% 0 1%;}
  .wrap-usefull .points .desc {font-size: 14px;}
  .wrap-usefull .list {padding: 0;}
}

@media screen and (max-width: 700px) {
  .wrap-usefull .top {flex-direction: column-reverse; margin-top: 100px;}
  .wrap-usefull .title {margin-top: 35px; padding: 0 18%;}
  .wrap-usefull .title .text2 {margin-left: 20px;}
  .wrap-usefull .points {padding: 0 5%; width: 100%;}
  .wrap-usefull .points li {flex-direction: column; justify-content: space-between; text-align: center;}
  .wrap-usefull .points .desc {padding-left: 0; font-size: 14px;}
  .wrap-usefull .list {padding: 0;}
  .wrap-usefull .list li {width: 100%; padding: 10px 0;}
  .wrap-usefull .list .thumb {display: none;}
  .wrap-usefull .list .desc {position: relative; display: flex; align-items: center; padding: 20px 30px;}
  .wrap-usefull .list .desc strong {margin-right: 10px; font-size: 18px;}
  .wrap-usefull .list .desc span {position: static; margin-top: 0;}
  .wrap-usefull .list .desc span::after {right: 14px; top: 29px;}
}

/* 풀페이지 */
.fp-tableCell > div {height: auto !important; padding-top: 90px;}

.page-nav {position: fixed; left: 20px; top: calc(50% - 90px); z-index: 1;}
.page-nav li {margin: 18px 0;}
.page-nav button {position: relative; display: flex; align-items: center; }
.page-nav button i {width: 12px; height: 12px; border: 2px solid #2a2a2a; border-radius: 100%;}
.page-nav button.on i {background: #2a2a2a;}
.page-nav.white button i {border-color: #fff;}
.page-nav.white button.on i {background: #fff;}
.page-nav button span {position: absolute; left: -999999px; display: flex; align-items: center; padding: 0 10px; height: 20px; background: #2e2e2e; border-radius: 3px; margin-left: 10px; font-family: pr; font-size: 12px; letter-spacing: 0.5px; white-space: nowrap; color: #fff; opacity: 0; transition: opacity .5s;}
.page-nav button:hover span {left: 100%; opacity: 1;}

.disable .page-nav {display: none !important;}

.disable .fp-tableCell > div {padding-top: 0;}
.disable .fp-section.fp-table,
.disable .fp-slide.fp-table,
.disable .fp-tableCell {height: auto !important;}

.next-move {position: absolute; bottom: 40px; width: 100%;}
.next-move button {display:block; position: absolute; left: -99999px; bottom: 0; z-index: 200; width: 70px; height: 70px; padding: 10px 0; background:rgba(0, 0, 0,.8); backdrop-filter: blur(10px); background: #004ac4 url('../../images/main/ic-next-step.png') no-repeat center; border-radius: 100%; text-indent: -99999px; transform: translate(-50%, 0);}
.next-move button:focus,
.next-move button:hover,
.next-move button:active {left: 50%;}

.prev-move {position: absolute; top: 120px; width: 100%;}
.prev-move button {display:block; position: absolute; left: -99999px; bottom: 0; z-index: 200; width: 70px; height: 70px; padding: 10px 0; background:rgba(0, 0, 0,.8); backdrop-filter: blur(10px); background: #004ac4 url('../../images/main/ic-next-step.png') no-repeat center; border-radius: 100%; text-indent: -99999px; transform: rotate(180deg) translate(50%, 0);}
.prev-move button:focus,
.prev-move button:hover,
.prev-move button:active {left: 50%;}

#multipleContentsDiv_airport_52 {padding-top: 0;}

.wrap-rolling .slider a:focus-visible {border: 2px solid red;}

.visual-util .control button:focus-visible {box-shadow: inset 0 0 0 0 #da0000 !important;border: 1px solid red;}