.new_main_board.inner1270 {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 40px 0;
}

.new_main_board {
    display: grid;
    font-size: 16px;
    grid-template-columns: 1fr 416px;
    font-family: 'pretendard';
}

.new_main_board .live_tourpik {
    display: flex;
}

.new_main_board .live_tourpik h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 114px;
}

.new_main_board .live_tourpik h3 strong {
    color: #157ced;
}

.new_main_board .live_tourpik input[name="tabmenu"] {
    display: none;
}

.new_main_board .right_board {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    display: none;
    flex: 1;
}

.new_main_board .live_tourpik input[name="tabmenu"]:checked+.right_board.tabCon {
    display: flex;
}

.new_main_board .board_box {
    width: calc(50% - 18px);
    cursor: pointer;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    transition: all 0.3s;
}

.new_main_board .left_tab {
    margin-right: 10px;
}

.new_main_board .left_tab li label {
    cursor: pointer;
    padding: 8px 0;
    background: #F8FBFF;
    display: block;
    width: 100px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.new_main_board .left_tab li .on {
    background: #157ced;
    color: #fff;
}

.new_main_board .left_tab li:hover label {
    background: #157ced;
    color: #fff;
}

.new_main_board .right_board .notice,
.new_main_board .right_board .inquiry,
.new_main_board .right_board .qna {
    color: #157ced;
    font-weight: 600;
}

.new_main_board .board_box .notice_detail {
    padding-top: 20px;
}

.new_main_board .board_box .notice_detail h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    height: 42px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.new_main_board .notice_body {
    color: #999;
    padding-top: 10px;
    margin-bottom: 10px;
    word-break: break-all;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.new_main_board .notice_detail span {
    color: #bbb;
    font-weight: 300;
    font-size: 0.95rem;
}

.new_main_board .inquiry_status {
    padding: 4px 12px;
    border-radius: 20px;
    background: #F8FBFF;
    display: inline-block;
    color: #8FC5FF;
    margin-bottom: 10px;
}

.new_main_board .done {
    color: #157ced;
    border: 1px solid #157ced
}

.new_main_board .board_box:hover {
    border-color: #157ced;
}

.new_main_board .tail_banner_wrap {
    height: 395px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.new_main_board .tailbanner_detail img {
    object-fit: cover;
    width: 100%;
    height: 395px;
}

.new_main_board .tailbanner_list {
    display: flex;
    width: 300%;
}

.new_main_board .tailbanner_detail {
    border-radius: 10px;
}

.new_main_board .tail_banner_wrap .swiper_arrow {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    display: flex;
    gap: 3px;
    align-items: center;
}

.new_main_board .tail_banner_wrap .swiper_arrow button.pre {
    display: flex;
}

.new_main_board .tail_banner_wrap .swiper_arrow button.pre::after {
    content: "ㅣ";
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    vertical-align: middle;
    margin: 0 0 0 2px;
}

.new_main_board .tail_banner_wrap .swiper_pagination {
    padding: 4px 20px;
    color: #157ced;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.new_main_board .tailbanner_more {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    left: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 14px;
    border-radius: 20px;
}

.new_main_board .tailbanner_more::after {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.new_main_board .chnneltourpik {
    background: #f7f7f7;
    margin-right: 20px;
    margin-top: 28px;
    border-radius: 10px;
    padding: 28px 20px 20px 20px;
    position: relative;
}

.new_main_board .chnneltourpik h3 {
    font-family: 'RiaSans-ExtraBold';
    white-space: pre;
    font-size: 1.5rem;
    width: 31%;
    text-indent: 40px;
}

.new_main_board h3 strong {
    color: #157ced;
    position: relative;
}

.new_main_board .chnneltourpik h3 strong::before {
    content: '';
    width: 91px;
    height: 91px;
    display: inline-block;
    background: url(/img/footer/ch_deco.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 73px);
    z-index: 1;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-3px);
    }

    40% {
        transform: translateX(3px);
    }

    60% {
        transform: translateX(-2px);
    }

    80% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

.new_main_board .channel_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    gap: 20px;
    row-gap: 20px;
}

.new_main_board .channel_buttons a {
    width: 31%;
    height: 72px;
}

.new_main_board .channel_buttons button {
    transition: transform 0.3s ease;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 7px;
    z-index: 2;
}

.new_main_board .channel_buttons button:hover {
    box-shadow: 3px 3px 0 #c4c4c4;
}

.new_main_board .channel_buttons button:hover img {
    animation: shake 0.4s ease;
}

.new_main_board .channel_buttons button span {
    margin-left: 5px;
}

.new_main_board .app_downbanner {
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    padding: 28px 20px 20px 20px;
    background: #f7f7f7;
    border-radius: 10px;
}

.new_main_board .app_downbanner h3 {
    font-family: 'RiaSans-ExtraBold';
    font-size: 2rem;
    margin-left: 24px;
}

.new_main_board .app_downbanner h3::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    width: 53%;
    height: 100%;
    background: url(/img/footer/appdown_deco.png) no-repeat 50% 0%;
    z-index: 1;
    background-size: 100% auto;
}

.new_main_board .appbutton_wrap {
    display: flex;
    position: relative;
    gap: 15px;
    text-align: center;
    margin-top: 28px;
    z-index: 2;
}
.new_main_board .appbutton_wrap a{
    flex: 1;
}
.new_main_board .appbutton_wrap button {
    cursor: pointer;
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 3px 3px 0 #c4c4c4;
    padding: 18px 0px;
    border-radius: 7px;
    z-index: 2;
}

.new_main_board .tailbanner_detail .only_mo_image {
    display: none;
}

.new_main_board .tailbanner_detail .only_pc {
    display: block;
}

.new_main_board .channel_buttons button span {
    font-size: 1rem;
}

@media screen and (max-width:1270px) {
    .new_main_board.inner1270 {
        padding: 20px 15px;
    }

    .new_main_board .channel_buttons a {
        width: 45%;
        height: 52px;
    }

    .new_main_board .chnneltourpik h3 {
        width: 45%;
    }

    .new_main_board .app_downbanner {
        padding-top: 48px;
    }
}

@media screen and (max-width:950px) {
    .new_main_board .live_tourpik {
        flex-wrap: wrap;
    }

    .new_main_board .left_tab ul {
        display: flex;
        gap: 10px;
    }

    .new_main_board .right_board {
        flex: auto;
        gap: 10px;
        width: 100%;
    }

    .new_main_board .notice_body {
        display: none;
    }

    .new_main_board .board_box .notice_detail {
        padding-top: 0px;
    }

    .new_main_board .board_box {
        width: 100%;
        padding: 10px;
    }

    .new_main_board .board_box .notice_detail h4 {
        font-size: 1rem;
        margin-bottom: 0px;
        padding-bottom: 0;
        height: auto;
    }

    .new_main_board {
        display: flex;
        flex-direction: column;
    }

    .new_main_board .tail_banner_wrap {
        width: 100%;
        margin-top: 20px;
        height: auto;
        align-items: center;
    }

    .new_main_board .tail_banner_wrap .swiper_arrow {
        display: none;
    }

    .new_main_board .chnneltourpik {
        margin-right: 0;
        padding: 20px 12px;
    }

    .new_main_board .app_downbanner {
        width: 100%;
    }

    .new_main_board .app_downbanner h3 .remove_br {
        display: none;
    }

    .new_main_board .app_downbanner {
        padding-top: 20px;
        margin-top: 20px;
    }

    .new_main_board .appbutton_wrap {
        margin-top: 10px;
    }

    .new_main_board .board_box {
        position: relative;
    }

    .new_main_board .inquiry_status {
        position: absolute;
        right: 12px;
        top: 12px;
    }

    .new_main_board .chnneltourpik {
        margin-top: 20px;
    }

    .new_main_board .channel_buttons a {
        width: 47%;
    }

    .new_main_board .channel_buttons button span {
        font-size: 0.9rem;
    }

    .new_main_board .channel_buttons button img {
        width: auto;
    }

    .new_main_board .app_downbanner h3::after {
        display: none;
    }

    .new_main_board .app_downbanner h3 {
        text-align: center;
        margin-left: 0;
    }

    .new_main_board .tailbanner_more {
        bottom: 20px;
    }

    .new_main_board .tailbanner_detail .only_mo_image {
        display: flex;
        height: auto;
        object-fit: fill;
    }

    .new_main_board .tailbanner_detail .only_pc {
        display: none;
    }
}

@media screen and (max-width:430px) {
    .new_main_board .chnneltourpik h3 {
        width: 100%;
        text-align: center;
        text-indent: 0;
        height: 52px;
        margin-top: 10px;
    }

    .new_main_board .channel_buttons {
        flex-direction: column;
        row-gap: 10px;
    }

    .new_main_board .channel_buttons a {
        width: 100%;
        height: 48px;
    }

    .new_main_board .appbutton_wrap button {
        padding: 10px
    }

    .new_main_board .tailbanner_more {
        padding: 4px 12px;
    }
}