/* s:20220621 강조 빨간색 */
.red-txt {
    color: #f00;
}

#form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* e:20220621 강조 빨간색 */
.alliance-board__list, .audio-list, .author-introduce__inside, .operation-buttons, .operation-data, .operation-link, .operation-notice__wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1280px;
}

.operation-data-no-padding {
    padding: 0;
}

.alliance__head, .c-audio__head {
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
    /*  4번 이미지 영역 축소  */
    width: 300px;
    margin-left: 20px;
}

.alliance__head::before, .c-audio__head::before {
    content: "";
    display: block;
    padding-bottom: 60.4166666%;
}

.alliance__head img, .c-audio__head img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.operation-pc-title {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1280px;
    justify-content: space-around;
    margin-bottom: 30px;
}

.operation-dali-title {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    box-sizing: border-box;
    max-width: 1280px;
    justify-content: space-around;
    margin-bottom: 30px;
}

.dreams {
    color: #145402;
}

.dali {
    color: #1C0096;
}

.dali.dali-title {
    margin-bottom: 13px;
}

.operation-data__table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #111;
    text-align: left
}

.operation-data__table-custom-width >tbody >tr >th {
    width: 20%;
}

.operation-data-no-padding .mobile {
    display: none;
}

.operation-data-no-padding .operation-data__table-flex {
    display: flex;
}

.operation-data-no-padding .operation-data__table-flex .operation-data__row-pay-height {
    height: 705px;
}

.operation-data-no-padding .operation-data__table-flex .operation-data__row-time-table-height {
    height: 655px;
}

.operation-data-no-padding .operation-data__table-flex .operation-data__row-period-height {
    height: 96px;
}

.operation-data-no-padding .operation-data__table-flex .operation-data__row-venue-height {
    height: 96px;
}

.operation-data-no-padding .operation-data__table-flex .operation-data__row-hours-height {
    height: 373px;
}

.operation-data-no-padding .operation-data__table-flex .operation-data__row-fee-height {
    height: 960px;
}

.operation-data__row .operation-data__th-color {
    color: #fff;
}

.operation-data__row.operation-data__td-height, .operation-data__td.operation-data__td-height {
    height: 290px;
}

.operation-data__td.operation-data__td-height .operation-data__td-width {
    width: 200%;
}

.operation-data__td.operation-data__td-height .operation-data__td-width.operation-data__td-margin {
    margin-left: 12px;
}

.operation-data__td.operation-data__td-height .operation-data__row-hours-display {
    display: flex
}

.operation-data__td, .operation-data__th {
    padding: 32px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top
}

.operation-data__th {
    width: 17%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2916666667;
    color: #111;
    text-align: left
}

.operation-data__td {
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666
}

.operation-data__td .operation-data__div {
    width: 40%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2px;
}

.operation-data__td-inquiry {
    text-align: center;
}

.operation-data .price-info__table {
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    text-align: center
}

.operation-data .price-info thead {
    background-color: #f8f8f8;
    color: #231916
}

.operation-data .price-info thead th:nth-child(n+2) {
    width: 24.4966%
}

.operation-data .price-info tbody {
    color: #666
}

.operation-data .price-info tbody th {
    font-weight: 400
}

.operation-data .price-info tbody td {
    border-left: 1px solid #ccc
}

.operation-data .price-info td, .operation-data .price-info th {
    padding: 14px 30px;
    font-size: 20px;
    line-height: 1.6;
    border-bottom: 1px solid #ccc
}

.operation-data .price-info td .highlight, .operation-data .price-info th .highlight {
    color: #111
}

.operation-data .time-table {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0;
    font-size: 0;
    box-sizing: border-box
}

.operation-data .time-table__item {
    display: flex;
    flex: 1 1 auto;
    min-width: 33.3333%;
    margin-top: 10px;
    padding-right: 70px;
    font-size: 18px;
    line-height: 1.7222222222;
    box-sizing: border-box
}

.operation-data .time-table__order {
    width: 102px;
    color: #111
}

.operation-data .time-table__time {
    font-weight: 400;
    color: #666
}

.operation-buttons {
    margin-top: 40px;
    margin-bottom: 80px
}

.operation-buttons .a-button {
    max-width: 384px
}

.operation-notice {
    padding: 60px 0;
    background: #e9f0f6;
    box-sizing: border-box
}

.operation-notice__title {
    font-size: 24px;
    line-height: 1.5416666667;
    color: #111
}

.operation-notice__list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: -25px;
    margin-right: -25px
}

.operation-notice__column {
    flex: 1 0 50%;
    max-width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px
}

.operation-notice__item {
    position: relative;
    margin-top: 4px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.6875;
    color: #666;
    box-sizing: border-box
}

.operation-notice__item:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 27px
}

.operation-link {
    margin: 80px auto;
}

.operation-link__list {
    display: flex;
    flex-wrap: wrap
}

.operation-link__item {
    flex: 1 1 33.33%;
    margin-top: 30px
}

.operation-link__anchor {
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 100px
}

.operation-link__icon {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.operation-link__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%)
}

/* s:20220620 폰트사이즈 줄이기-pc */
.operation-link__text {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6666666667;
    color: #666
}

.operation-link__title {
    display: block;
    margin-top: 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #000
}

/* e:20220620 폰트사이즈 줄이기-pc */
.location-map {
    position: relative;
    height: 640px;
    font-size: 0
}

.location-map:before {
    content: "";
    display: block;
    padding-top: 38.0434%
}

.location-map__iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.location-info {
    table-layout: fixed;
    width: 100%;
    max-width: 1280px;
    margin: 60px auto 0;
    padding: 0 40px
}

.location-info__row:first-child .location-info__td, .location-info__row:first-child .location-info__th {
    border-top: none;
    padding-top: 0;
    padding-bottom: 40px
}

.location-info__td, .location-info__th {
    border-top: 1px solid #ccc;
    padding: 40px 0;
    vertical-align: top;
    text-align: left
}

.location-info__th {
    width: 17%;
    font-size: 24px;
    line-height: 1.4166666667;
    color: #111
}

.location-info__th.location-info__bunker {
    width: 13%;
}

.location-info__th.location-info__bunker .bus_color_chart_box {
    margin-top: 10px;
}

.location-info__th.location-info__bunker .bus_color_chart {
    display: flex;
    align-items: center;
    margin-bottom: 5%;
}

.location-info__th.location-info__bunker .bus_color {
    width: 40%;
    height: 13px;
    margin-right: 5%;
    border-radius: 2px;
}

.location-info__th.location-info__bunker .bus_color.box_red {
    background-color: #FBE5D6;
}

.location-info__th.location-info__bunker .bus_color.box_green {
    background-color: #E2F0D9;
}

.location-info__th.location-info__bunker .bus_color.box_blue {
    background-color: #EFF7FF;
}

.location-info__th.location-info__bunker .bus_color_title {
    font-size: 14px;
    font-weight: 400;

}

.location-info__td {
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666
}

.location-info__td .shuttle-info-btn {
    width: fit-content;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.location-info__notice {
    position: relative;
    margin-top: 20px;
    padding-left: 1em
}

.location-info__notice + .location-info__notice {
    margin-top: 2px
}

.location-info__notice:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400
}

.location-info a {
    text-decoration: underline;
    color: #111
}

.location-info em {
    font-style: normal
}

/* s:20220408 무료셔틀 사진 크기 조정 */
.location-info img {
    max-width: 100%;
    width: auto;
}

/* e:20220408 무료셔틀 사진 크기 조정 */
.location-info .address-cell {
    position: relative;
    padding-right: 130px
}

.location-info .address-cell__bunker {
    color: #000;
}

.location-info .address-cell__clipboard {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.location-info .public-cell__item:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.location-info .public-cell__contain {
    display: flex;
    flex-wrap: wrap;
}

.location-info .bus_turn_arrow {
    display: flex;
    align-items: center;
    margin: 7px;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 25px;
}

.location-info .public-cell__box {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
    border-radius: 11px;
    line-height: 1.4;
    color: #000;
    height: 96px;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
}

.location-info .public-cell__box.box_red{
    background: #FBE5D6;
}

.location-info .public-cell__box.box_yellow{
    background: #FFF2CC;
}

.location-info .public-cell__box.box_green{
    background: #E2F0D9;
}

.location-info .public-cell__box.box_blue{
    background: #EFF7FF;
}

.location-info .public-cell__item .bus_number {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.location-info .public-cell__item .bus_type {
    color: white;
    font-size: 12px;
    padding: 1px 10px;
    border-radius: 5px;
    margin-right: 8px;
    font-weight: 100;
}

.location-info .public-cell__item .bus_type.type_red {
    background: #FF6241;
}

.location-info .public-cell__item .bus_type.type_yellow {
    background: #E7B21D;
}

.location-info .public-cell__item .bus_type.type_green {
    background: #5FB938;
}

.location-info .public-cell__item .bus_type.type_blue {
    background: #6175F5;
}

.location-info .public-cell__item .bus_text_detail {
    font-size: 11px;
    color: #666;
}

.location-info .public-cell__title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
    color: #111
}

.location-info .public-cell__text {
    margin-bottom: 20px
}

.location-info .parking-cell p {
    line-height: 1.8;
}

.location-info .parking-cell__bunker p {
    line-height: 2.2;
    color: #000;
}

/* 셔틀버스*/
.location-info .shuttle-info {
    table-layout: fixed;
    width: 100%;
    margin-top: 20px
}

/* s:20220408 무료셔틀 위치 조정 */
.location-info .shuttle-info__row:first-child {
    border-top: 0;
}

.location-info .shuttle-img {
    display: flex;
}

.shuttle-info__row li:first-child {
    margin-right: 70px;
}

/* e:20220408 무료셔틀 위치 조정 */
.location-info .shuttle-info__row:first-child td, .location-info .shuttle-info__row:first-child th {
    border-top: 0
}

.location-info .shuttle-info__td, .location-info .shuttle-info__th {
    padding: 20px 0;
    border-top: 1px solid #ccc
}

.location-info .shuttle-info__th {
    width: 13.76%;
    font-weight: 500;
    color: #111;
    text-align: left
}
.shuttle-info__div{
    margin-top: 40px;
    margin-bottom: 40px;
}

.shuttle-info__dl{
    width: 100%;
    height: 38px;
    margin-top: 20px;
}

.shuttle-info__dd {
    font-size: 16px;
    font-family: Pretendard;
    text-align: left;
    color: #666;
}

.free_shuttle_bus_route_time_img{
    width: 771px;
    height: 81px;
    margin: 20px 0px 35px 0px;
    object-fit: contain;
}

.free_shuttle_bus_route_info_img{
    width: 832px;
    height: 97px;
    margin-top: 35px;
    object-fit: contain;
}

.free_shuttle_bus_route_info_img_EN{
    width: 832px;
    height: 133px;
    margin-top: 35px;
    object-fit: contain;
}

.free_shuttle_bus_margin{
    margin-top: 30px;
}


.alliance-board {
    position: relative;
    top: -1px;
    padding-top: 64px
}

.alliance-board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ccc
}

.alliance-board .c-grid {
    margin-top: -80px
}

.alliance-board .c-grid__item {
    margin-top: 80px
}

.alliance {
    display: block
}

.alliance__head {
    background-color: #f8f8f8
}

.alliance__body {
    padding-top: 40px;
    /* 5번 영역 */
    width: 340px;
}

.alliance__category {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.1875;
    color: #4b37d5
}

.alliance__category::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4b37d5
}

.alliance__subject {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between
}

.alliance__benefit, .alliance__name {
    display: block;
    margin-bottom: 10px
}

.alliance__name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4166666667;
    color: #111
}

.alliance__benefit {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: #111
}

.alliance__detail {
    font-size: 16px;
    line-height: 1.6875;
    color: #666
}

.author-introduce {
    height: 436px
}

.author-introduce--01 {
    background-color: #f1f1e9
}

.author-introduce--02 {
    background-color: #f4f2f9
}

.author-introduce__inside {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.author-introduce__body {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 65.5%;
    padding: 0 40px;
    transform: translateY(-50%);
    box-sizing: border-box
}

.author-introduce__name {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4285714286;
    color: #111
}

.author-introduce__text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.7222222222;
    font-weight: 400;
    color: #666;
    border-radius: 10px;
}

.author-introduce__foot {
    width: 32%
}

.author-introduce__image {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto
}

.audio-list {
    position: relative
}

.audio-list__notice {
    margin: 60px 0 40px;
    font-size: 16px;
    line-height: 2;
    color: #666
}

.audio-list .c-grid {
    margin-top: -40px
}

.audio-list .c-grid__item {
    margin-top: 40px
}

.c-audio {
    display: block
}

.c-audio__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 40px
}

.c-audio__title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4166666667;
    color: #111
}

.c-audio__control {
    width: 24px;
    height: 24px
}

.c-audio__control--play {
    display: inline-block
}

.c-audio.is-playing .c-audio__control--play {
    display: none
}

.c-audio__control--play img {
    width: 100%;
    height: auto
}

.c-audio__control--stop {
    display: none
}

.c-audio.is-playing .c-audio__control--stop {
    display: inline-block
}

.c-audio__control--stop img {
    width: 100%;
    height: auto
}

.c-audio__size {
    font-size: 16px;
    line-height: 1.6875;
    color: #666
}

.operation-buttons-fix-margin {
    width: 100%;
}

.visit_way_small_title {
    width: 70px;
    height: 31px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #111;
}

/* 버스 타이틀 */
.bus_container{
    width: 100%;
    height: 40px;
}

.b_img_container{
    width: 32px;
    height: 32px;
    float: left;
}

.b_green{
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.bus_text_container{
    width: 85%;
    float: left;
}

.visit_way_small_bus_title {
    width: 70px;
    height: 31px;
    flex-grow: 0;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #111;
    margin-left: 15px;
}

.bus_text_css {
    width: 357px;
    height: 19px;
    margin: 47px 76px 30px 12px;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666;
}

/* 버스 테이블 */
.bus_information {
    width: 870px;
    margin-top: 15px;
}

.reservation__title {
    text-transform: uppercase
}

.bus_info__table {
    table-layout: fixed;
    width: 100%;
    margin-top: 0px;
    text-align: left;
}

.bus_info__th {
    width: 48px;
    height: 31px;
    padding: 19px 26px 19px 15px;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: normal;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #111;
}

.bus_info__td {
    padding-left: 34px;
}

.bus_walkerhill_station {
    width: 322px;
    height: 33px;
    margin: 11px 14px 25px 0px;
    padding: 0;
    object-fit: contain;
}

.bus_gwangnaru_station {
    width: 581px;
    height: 33px;
    margin: 11px 14px 25px 0px;
    padding: 0;
    object-fit: contain;
}


.bus_information table tbody td,
.bus_information table tbody th {
    text-align: center;
    border-bottom: solid 1px #ccc;
    word-break: break-all
}

.bus_information table tbody td {
    border-left: solid 1px #ccc
}


/* 공항버스 테이블 */
.airport_bus_information {
    width: 870px;
    margin-top: 15px;
}

.airport_bus_info__table {
    table-layout: fixed;
    width: 100%;
    margin-top: 0px;
    text-align: left;
}

.airport_bus_info__th {
    width: 61px;
    height: 31px;
    padding: 29px 19px 28px 15px;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.72;
    text-align: center;
    color: #111;
}

.airport_bus_info__td{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.airport_bus_information table tbody td,
.airport_bus_information table tbody th {
    text-align: center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    word-break: break-all
}

.airport_bus_information table tbody td {
    padding-top: 20px;
    padding-bottom: 21px;
    padding-left: 34px;
    border-left: solid 1px #ccc;
    text-align: left;
}

/* 공항버스 요약 안내 */
.airport_bus_info_simple_title {
    font-family: Pretendard;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.94;
    text-align: left;
    color: #111;
}

.airport_bus_info_container {
    width: 870px;
    height: 24px;
}

.airport_bus_info_date {
    float: right;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #666;
}

.airport_bus_simple_information {
    width: 870px;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.airport_bus_simple_info__table {
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
    text-align: center;
}

.airport_bus_simple_info__table thead tr{
    font-family: Pretendard;
    line-height: 1.94;
    text-align: center;
    color: #111;
    background-color: #f8f8f8;
}

.airport_bus_simple_info__table thead td,
.airport_bus_simple_info__table tbody td {
    border-bottom: solid 1px #ccc;
    word-break: break-all;
}

.airport_bus_simple_schedule {
    width: 461px;
    height: 56px;
}

.airport_bus_simple_interval{
    width: 102px;
}

.airport_bus_simple_route{
    width: 258px !important;
    height: 56px;
}

.airport_bus_simple_first_bus {
    width: 100px;
}

.airport_bus_simple_td_height{
    height: 55px;
}

.airport_bus_info_gimpo {
    font-size: 16px;
    font-family: Pretendard;
    text-align: left;
    color: #666;
    margin-top: 3px;
}

.border-left{
    border-left: solid 1px #ccc;
}

.border-top{
    border-top: solid 1px #ccc;
}

.contents {
    max-width: 1280px;
    width: 100%;
    margin-top: 22px;
}

.contents .watch-mode {
    display: flex;
    justify-content: end;
    margin-right: 30px;
    margin-bottom: 20px;
    color: #999;
}

.contents .watch-mode > strong {
    margin-right: 15px;
}

.contents .watch-mode .active {
    font-weight: bold;
    color: #4b37d5;
}

.contents .watch-mode > span {
    cursor: pointer;
}

#icon_list, #icon_map {
    margin-right: 6px;
    margin-bottom: 1px;
}

/* 제휴처 카드 애니메이션 효과 */
.cardItem {
    margin: 20px 10px 0 10px;
}

.cardList {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.cardList .no-contents {
    width: 100%;
    margin-top: 200px;
    text-align: center;
    color: #999;
}

.cardBox {
    position: relative;
    width: 300px;
    height: 200px;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: 1s;
    margin: 20px 0 20px;
}
.cardBox > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.cardBox .card > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.flip {
    transform: rotateY(180deg);
}
.cardBox .benefit {
    opacity: 0;
    transition: 0.5s ease-in-out, background-color 0.5s ease-in-out;
    flex-direction: column;
}
.cardBox .benefit > p {
    font-family: Pretendard;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}
.cardBox .description {
    width: calc(100% - 29px);
    height: calc(100% - 40px);
    flex-direction: column;
    align-items: baseline;
    padding: 20px 9px 20px 20px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #4b37d5;
    background-color: #fff;
}
.cardBox .description .phoneKind {
    display: none;
}
.cardBox .description > p {
    font-weight: bold;
    font-size: 1.3rem;
}
.cardBox .description .phoneBenefit {
    display: none;
}
.cardBox .description .detail {
    margin-top: 10px;
    overflow: auto;
    width: 100%;
}
.cardBox .description .detail::-webkit-scrollbar{
    width: 5px;
}
.cardBox .description .detail::-webkit-scrollbar-thumb{
    background-color: #000000;
    border-radius: 10px;
}
.cardBox .description .detail::-webkit-scrollbar-track{
    background-color: rgba(9,9,9,0.1);
}
.cardBox .description .detail >p:nth-child(2n-1) {
    font-size: 0.9rem;
    margin-top: 10px;
}
.cardBox .description .detail >p:nth-child(2n) {
    font-size: 0.9rem;
    margin-top: 5px;
}
.cardBox .description .phoneDetail {
    display: none;
}
.cardBox:hover {
    cursor: pointer;
}
.cardBox:hover .benefit {
    opacity: 0.8;
    background-color: #000;
    transition: 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    width: 270px;
}

.bottom-info .category-info >p:nth-child(1) {
    font-size: 0.8rem;
    color: #4b37d5;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 2px #4b37d5;
    box-sizing: border-box;
    width: fit-content;
}

.bottom-info .category-info >p:nth-child(2) {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 10px;
}

.bottom-info .category-info >p:nth-child(2):hover {
    cursor: pointer;
}

.bottom-info .discount-info {
    color: #f60;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}
/************************************************************************************************************/

/* 제휴처 지도 */
.map {
    height:600px;
    width: 100%;
    z-index:10;
    max-width: 1280px;
    /*align-items: center;*/
    justify-content: center;
}

.map .no-contents {
    padding-top: 200px;
    color: #999;
}

.bubble_cate {
    color: #4b37d5;
    border-bottom: 1px solid #4d37d5;
    font-size: 13px;
    width: fit-content;
    margin-bottom: 2px;
    font-weight: bold;
}

.bubble_title {
    color: #222;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: pre;
}

.bubble_cont {
    height: 108px;
    overflow-y: auto;
    font-size: 12px;
    font-weight: 500;
    color: #222;
    /*margin-top: 3px;*/
    overflow-x: clip;
}

.cont_con {
    margin-top: 5px;
    color: #222;
    font-weight: bold;
}

.cont_sub {
    margin-top: 2px;
    color: #767676;
    white-space: pre-line;
    word-break: break-all;
}

.cont_txt{
    white-space: pre-line;
    word-break: break-all;
    margin-top: 6px;
}

.iw_inner {
    padding: 14px 14px 0px 14px;
    display: block;
}

.close {
    border: 0px;
    margin-top: -8px;
}

.close:after {
    display: inline-block;
    content: "\00d7";
    font-size: 22px;
    top: -7px;
    left: -69px;
    color: #222;
}

.close:hover {
    cursor: pointer;
    color: #000;
}

.overlapSpot:hover {
    background-color: #e5e8eb;
}

.discount {
    font-size: 12px;
    padding: 2px 5px;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    height: max-content;
    max-width: 210px;
    display: block;
    color: #4b37d5;
}

.discount_wrap{
    border: 1.5px solid #4b37d5;
    border-radius: 80px;
    width: fit-content;
    max-width: 210px;
    margin-left: -2px;
    margin-top: 3px;
}

.line_ {
display: flex;
justify-content: space-between;
}

.error {
    height: 650px;
}

/* 제휴처 카테고리 롤링 */
.kinds-nav{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-arrow {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 34px;
    height: 36px;
    margin: 0 1px;
    font-size: 16px;
    line-height: 36px;
    vertical-align: top;
    color: #999;
    cursor: pointer;
}

.right-arrow, .left-arrow {
    width: 38px
}

.right-arrow:after, .left-arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #999;
    border-right: 2px solid #999
}

.left-arrow:after {
    left: 50%;
    margin-left: 4px;
    transform: translate(-50%, -50%) rotate(225deg)
}

.right-arrow:after {
    right: 50%;
    margin-right: 4px;
    transform: translate(50%, -50%) rotate(45deg)
}

.local-nav {
    overflow-x: scroll;
    white-space: nowrap;
    display: inline-block;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.local-nav::-webkit-scrollbar {
    display: none;
}

/************************************************************************************************************/

/* 모바일 */
@media (max-width: 1280px) {
    .operation-notice__list {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .operation-notice__column {
        flex: none;
        max-width: 100%;
        margin: 0
    }

    .operation-link__item {
        flex-basis: 50%
    }
}

@media (max-width: 768px) {
    .alliance-board__list, .audio-list, .author-introduce__inside, .operation-buttons, .operation-data, .operation-link, .operation-notice__wrap {
        padding: 0
    }

    .cardList {
        align-items: center;
        justify-content: center;
    }

    .cardBox {
        height: unset;
        display: flex;
        transform: unset;
        justify-content: space-between;
        transform-style: unset;
        transform: unset;
        transition: unset;
    }

    .cardBox > div {
        width: 30%;
        position: unset;
        display: flex;
    }

    .cardBox .benefit {
        display: none;
    }

    .cardBox .description {
        width: calc(70% - 32px);
        padding: 0 16px;
        padding: unset;
        backface-visibility: unset;
        transform: unset;
        border-radius: unset;
        box-shadow: unset;
        border: unset;
    }

    .cardBox .description .phoneKind {
        display: flex;
        font-size: 0.8rem;
        color: #4b37d5;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: solid 2px #4b37d5;
        box-sizing: border-box;
        width: fit-content;
    }

    .cardBox .description >p:nth-child(2) {
        font-size: 1rem;
        margin: 10px 0;
    }

    .cardBox .description .phoneBenefit {
        font-size: 0.8rem;
        color: #4b37d5;
        display: flex;
        padding: 2px 15px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border-radius: 80px;
        border: solid 1px #4b37d5;
    }

    .cardBox .description .detail {
        display: none;
    }

    .cardBox .description .phoneDetail {
        display: flex;
        flex-direction: column;
    }

    .cardBox .description .phoneDetail > div {
        display: flex;
        margin-top: 10px;
        font-size: 0.8rem;
    }

    .cardBox .description .phoneDetail > div >p:nth-child(1) {
        margin-right: 10px;
    }

    .cardBox .description .phoneDetail > div >p:nth-child(2) {
        color: #666;
    }

    .bottom-info {
        display: none;
    }

    .p-visit .title {
        margin-bottom: 32px
    }

    .operation-pc-title {
        display: none;
    }

    .operation-dali-title .dali-title {
        font-size: xx-large;
        margin-bottom: 0;
    }

    .operation-data {
        padding: 0 20px
    }

    .operation-data-no-padding .operation-data__table-flex {
        display: block;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-pay-height {
        height: auto;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-time-table-height {
        height: auto;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-hours-height {
        height: unset;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-notice-height {
        height: 472px;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-nonNotice-height {
        height: 223px;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-period-height {
        height: unset;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-fee-height {
        height: unset;
    }

    .operation-data__table-flex .operation-data__table .operation-data__row-ko-notice-height {
        height: 338px;
    }

    .operation-data-no-padding .mobile {
        display: block;
        font-weight: bold;
        text-align: center;
    }

    .operation-data-no-padding .mobile {
        margin-bottom: 20px;
    }

    .operation-data-no-padding .dali {
        margin-top: 70px;
    }

    .operation-data__row, .operation-data__tbody {
        display: block
    }

    .operation-data__row {
        padding: 20px 0;
        border-bottom: 1px solid #ccc
    }

    .operation-data__row .operation-data__th-color {
        color: #111;
    }

    .operation-data__row.operation-data__td-height, .operation-data__td.operation-data__td-height {
        height: 154px;
    }

    .operation-data__td.operation-data__td-height .operation-data__td-width {
        width: 100%;
    }

    .operation-data__td.operation-data__td-height .operation-data__td-width.operation-data__td-margin {
        margin-left: 0;
    }

    .operation-data__td.operation-data__td-height .operation-data__row-hours-display {
        display: block;
    }

    .operation-data__td .operation-data__div {
        width: 100%;
        text-align: left;
        margin-bottom: 3px;
    }

    .operation-data__td, .operation-data__th {
        display: block;
        padding: 0;
        border: 0
    }

    .operation-data__th {
        width: 100%;
        font-size: 20px;
        line-height: 1.65
    }

    .operation-data__td {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6875
    }

    .operation-data__td-inquiry {
        text-align: left;
    }

    .operation-data .price-info__table {
        margin-bottom: 10px
    }

    .operation-data .price-info thead th {
        padding: 14px 0 10px
    }

    .operation-data .price-info td, .operation-data .price-info th {
        padding: 12px;
        font-size: 14px;
        line-height: 1.8571428571
    }

    .operation-data .price-info__notice {
        font-size: 14px;
        line-height: 1.7142857143
    }

    .operation-data .time-table {
        margin-left: -14px;
        margin-right: -14px
    }

    .operation-data .time-table__item {
        justify-content: space-between;
        min-width: 51%;
        padding: 0 14px;
        font-size: 16px;
        line-height: 1.6875
    }

    .operation-data .time-table__order {
        width: 70px
    }

    .operation-buttons {
        padding: 0 20px;
        margin-bottom: 80px
    }

    .operation-buttons .a-button {
        padding: 18px;
        height: 56px;
        font-size: 16px
    }

    .operation-notice {
        padding: 40px 20px
    }

    .operation-notice__title {
        font-size: 20px;
        line-height: 1.65
    }

    .operation-notice__item {
        margin-top: 2px;
        font-size: 16px;
        line-height: 1.6875
    }

    .operation-link {
        padding: 0 20px;
        margin-top: 60px
    }

    .operation-link__list {
        display: block
    }

    .operation-link__item {
        flex: none
    }

    .operation-link__anchor {
        display: block;
        padding: 4px 0 3px 80px
    }

    .operation-link__icon {
        width: 60px;
        height: 60px
    }

    .operation-link__icon img {
        width: 100%;
        height: auto
    }

    .operation-link__text {
        font-size: 14px;
        line-height: 1.4285714286
    }

    .operation-link__title {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.7222222222
    }

    .location-map {
        height: 300px
    }

    .location-map:before {
        padding-top: 80%
    }

    .location-info {
        margin-top: 40px;
        padding: 0 20px
    }

    .location-info > tbody, .location-info__row {
        display: block
    }

    .location-info__row {
        margin-top: 30px
    }

    .location-info__row:first-child {
        margin-top: 0
    }

    .location-info__row:first-child .location-info__td, .location-info__row:first-child .location-info__th {
        padding-bottom: 0
    }

    .location-info__td, .location-info__th {
        display: block;
        padding: 20px 0 0 0
    }

    .location-info__th {
        width: 100%;
        font-size: 20px;
        line-height: 1.55
    }

    .location-info__td {
        border-top: none;
        margin-top: 10px;
        padding-top: 0;
        font-size: 16px;
        line-height: 1.6875
    }

    .location-info__td .shuttle-info-btn {
        display: block;
        position: static;
        margin-top: 10px;
        transition: none;
    }

    /* s:20220413 오시는길 모바일에서 이미지 크기 조정 */
    .location-info__td img {
        height: auto;
    }

    /* e:20220413 오시는길 모바일에서 이미지 크기 조정 */
    /* s:20220413 모바일 무료 셔틀버스 안내-mo */
    .location-info .shuttle-info__row:first-child {
        flex-direction: column;
    }

    .shuttle-info__row li:first-child {
        margin-right: 0px;
    }

    /* e:20220413 모바일 무료 셔틀버스 안내-mo */
    .location-info__notice {
        margin-top: 20px
    }

    /* s:20220413 텍스트 간격조정-mo */
    .location-info__notice dt {
        margin-top: -14px;
    }

    .location-info__notice dd {
        margin-bottom: 30px;
    }

    /* e:20220413 텍스트 간격조정-mo */
    .location-info .address-cell {
        padding-right: 0
    }

    .location-info .address-cell__clipboard {
        position: static;
        margin-top: 10px;
        transform: none
    }

    .location-info .public-cell__title {
        font-size: 16px;
        line-height: 1.5
    }

    .location-info .public-cell__text {
        margin-bottom: 10px
    }

    .location-info .shuttle-info {
        margin: 0 0 -20px
    }

    .location-info .shuttle-info > tbody, .location-info .shuttle-info__row {
        display: block
    }

    .location-info .shuttle-info__row {
        padding: 20px 0;
        border-top: 1px solid #ccc
    }

    .location-info .shuttle-info__td, .location-info .shuttle-info__th {
        display: block;
        padding: 0;
        border: 0
    }

    .location-info .shuttle-info__th {
        width: 100%
    }

    .location-info .shuttle-info__td {
        margin-top: 10px
    }

    .alliance-board {
        padding: 40px 20px
    }

    .alliance-board .c-grid {
        margin-top: -40px
    }

    .alliance-board .c-grid__item {
        margin-top: 40px
    }

    .alliance__body {
        padding-top: 20px
    }

    .alliance__category {
        font-size: 14px;
        line-height: 1.2142857143
    }

    .alliance__name {
        font-size: 20px;
        line-height: 1.55
    }

    .alliance__benefit {
        font-size: 16px;
        line-height: 1.5
    }

    .author-introduce {
        height: auto
    }

    .author-introduce__inside {
        display: block;
        padding: 0 20px
    }

    .author-introduce__body {
        position: static;
        max-width: 100%;
        padding: 60px 0 0;
        transform: none
    }

    .author-introduce__name {
        font-size: 24px;
        line-height: 1.5416666667
    }

    .author-introduce__text {
        font-size: 16px;
        line-height: 1.6875
    }

    .author-introduce__foot {
        width: 100%
    }

    .author-introduce__image {
        max-width: 335px
    }

    .audio-list {
        padding: 0 20px
    }

    .audio-list__notice {
        margin-bottom: 20px;
        font-size: 14px
    }

    .audio-list .c-grid {
        margin-top: -12px
    }

    .audio-list .c-grid__item {
        margin-top: 12px
    }

    .c-audio__title {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 1.55
    }

    .c-audio__size {
        font-size: 14px;
        line-height: 1.5714285714
    }

    .operation-link__item_margin{
        margin-top:80px;
    }

    .operation-link__body_align{
        text-align: center;
    }

    .operation-link__text_big {
        font-size: 18px;
        line-height: 1.4285714286;
        text-align: center;
    }

    .operation-buttons-fix-margin {
        margin: 30px auto;
        max-width: 384px;
        height: 56px;
    }

    .visit_way_small_bus_title{
        font-family: Pretendard;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.69;
        text-align: left;
        color: #111;
        margin-left: 12px;
    }

    .bus_text_css {
        margin: 20px 0px 15px -28px;
        font-family: Pretendard;
        font-size: 16px;
        text-align: left;
        line-height: 2.5;
        color: #666;
    }

    .bus_information{
        width: 100%;
    }

    .bus_info__span {
        width: 100%;
        margin: 12px 27px 12px -15px;
        font-family: Pretendard;
        font-size: 14px;
        line-height: 1.86;
        text-align: left;
        color: #666;
    }

    .bus_info__span_red{
        font-weight: bold;
        display: inline;
        color: #bf2f2f;
    }

    .bus_info__th{
        width: 56px;
        height: 56px;
        padding: 0px;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        font-family: Pretendard;
        background-color: #f8f8f8;
    }


    /* 공항버스 */
    .airport_bus_info__th{
        width: 56px;
        height: 102px;
        padding: 0px;
        font-family: Pretendard;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.86;
        text-align: center;
        color: #111;
        background-color: #f8f8f8;
    }

    .airport_bus_simple_information {
        width: 100%;
    }

    .airport_bus_information{
        width: 100%;
    }

    .airport_bus_info_container{
        width: 100%;
    }

    .airport_bus_info__td {
        font-family: Pretendard;
        font-size: 14px;
        text-align: left;
        line-height: 1.86;
        color: #666;
    }

    .airport_bus_info__td_span{
        margin: 0px 30px 0px -15px;
    }

    .airport_bus_simple_info__table thead tr{
        font-weight: bold;
    }

    .airport_bus_simple_route{
        width: 60%;
        height: 50px;
    }

    .airport_bus_simple_first_bus{
        width: 20%;
    }

    .airport_bus_info_mo_mini_table thead tr td{
        width: 25%;
        height: 50px;
    }

    .airport_bus_info_mo_mini_table tbody tr{
        height: 64px;
        font-size: 14px;
        font-family: Pretendard;
        line-height: 1.43;
    }


    /* 셔틀버스 */
    .shuttle-info__div{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .shuttle-info__row li {
        padding-bottom: 30px;
    }

    .public-cell__title_small {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.69;
        font-weight: 500;
        color: #111
    }

    .public-cell__item>img{
        width: 335px;
        height: auto;
    }

    .visit_way_small_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.69;
        text-align: left;
        color: #111;
    }

    .airport_bus_info_simple_title {
        font-family: Pretendard;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.94;
        text-align: left;
        color: #111;
    }

    .airport_bus_information table tbody td {
        padding-left: 20px;
    }

    .airport_bus_info_date {
        font-size: 12px;
        font-weight: 500;
        line-height: 2.25;
        text-align: right;
        color: #666;
    }

    .airport_bus_simple_info__table,
    .airport_bus_info_gimpo {
        font-size: 14px;
    }

    .free_shuttle_bus_margin{
        margin-top: -50px;
    }

    .map{
        height: 400px;
    }

    .error {
        height: 450px;
    }

    .error-span {
        display: flex;
        justify-content: center;
        margin-top: 3px;

    }

    .local-nav {
        width: 85%;
    }

    .location-info__th.location-info__bunker {
        display: flex;
    }

    .location-info__th.location-info__bunker .bus_color_chart_box {
        display: flex;
        margin-left: 20px;
    }

    .location-info__th.location-info__bunker .bus_color {
        width: 36px;
    }

    .location-info__th.location-info__bunker .bus_color_chart {
        margin-right: 7%;
    }
}

@media (max-width: 650px) {
    .location-info .public-cell__contain {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        /*align-content: flex-start;*/
        align-items: center;
    }

    .location-info .bus_turn_arrow {
        display: flex;
        align-items: center;
        margin: 4px;
        font-size: 21px;
        font-weight: 500;
        /* padding-bottom: 25px; */
        transform: rotate(90deg);
        width: 38px;
        height: 0px;
        padding: 0px;
    }

    .location-info .public-cell__title {
        margin-bottom: 25px;
    }

    .location-info .public-cell__box {
        width: 265px;
    }

    .location-info__th.location-info__bunker {
        width: 29%;
    }
}

@media (max-width: 342px) {
    .operation-data-no-padding .operation-data__table-flex .operation-data__row-notice-height {
        height: 585px;
    }

    .operation-data-no-padding .operation-data__table-flex .operation-data__row-nonNotice-height {
        height: 277px;
    }

    .operation-data__table-flex .operation-data__table .operation-data__row-ko-notice-height {
        height: 436px;
    }

    .operation-data__table-flex .operation-data__tbody .operation-data__row-ko-nonNotice-height {
        height: 232px;
    }
}