@charset "utf-8";
@import url('/css/common-9e02757e7657349ed0781ec5e954a3e5.css');

:root {
    --KBN-main-color: #FF2E36;
    --KBN-border-color: #ddd;
}

:root .dark_theme {
    --KBN-border-color: rgb(204 204 204 / 10%);
    background: #1E1F21;
}

#mainNew .header .wrap_gnb > li.serach_box .btn_search:focus {
    border: none;
}

button.btn_more:focus {
    border-width: 1px 0 0 0;
}

.a11y {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: -900px, ;
    margin: -1px;
}

.ir {
    display: block;
    position: absolute;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
}

.img_area img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
    display: block;
    transition: .3s;
}

#mainNew {
    overflow-x: hidden;
    max-width: 720px;
    margin: 0 auto;
}

.ico {
}

.ico_add {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/images/main_new/ico_add-8c00b32e81f91ddb02b600a41f89fdf2.svg) no-repeat center center;
    background-size: contain;
    transition: .3s;
}

.ico_arrow_down {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/main_new/ico_arrow_down-bf1380eb6ba60d4e2b07110c76efda80.svg) no-repeat center right;
    background-size: contain;
    transition: .3s;
    color: #666;
    margin-right: 10px;
}

#mainNew .wrap_dropbox.active .dropbox i {
    transform: rotate(180deg);
}

/* header */
#mainNew .header {
    position: relative;
    z-index: 10;
    background: #fff;
}

#mainNew .header .wrap_top_area {
    display: flex;
    height: 100px;
    justify-content: space-between;
    align-items: center;
    position: fixed;     /* border-bottom: 1px solid var(--KBN-border-color); */
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 100;
    max-width: 720px;
}

#mainNew .header .btn_menu {
    display: block;
    width: 74px;
    height: 44px;
    background: url(/images/main_new/ico_menu-b946312e03bb43d609c92f4b58092aa8.svg) no-repeat center right;
    background-size: 40px auto;
    transition: .3s;
}

#mainNew .header .serach_box {
}

#mainNew .header {
}

#mainNew .header .serach_box .btn_search {
    display: block;
    width: 74px;
    height: 44px;
    background: url(/images/main_new/ico_search-c98e765317369ec5a8cbde32c0dac715.svg) no-repeat center left;
    background-size: 40px auto;
    transition: .3s;
    position: relative;
    z-index: 10;
}

#mainNew .serach_box .modal_search {
    position: fixed;
    top: 50px;
    width: 100vw;
    height: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid var(--KBN-border-color);
    opacity: 0;
    transition: .3s;     /* display: none; */
    overflow: hidden;
    max-width: 720px;
    left: 50%;
    transform: translateX(-50%);
}

#mainNew .serach_box .modal_search.active {
    height: 140px;
    opacity: 1;
    top: 100px;
}

#mainNew .serach_box .modal_search .inner {
    position: fixed;
    top: 30px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 720px;
}

#mainNew .serach_box .modal_search .btn_cl {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 64px;
    height: 64px;
    font-size: 0;
    border-radius: 100%;
    background: #f1f1f1;
    border: 1px solid #ccc;
    transform: translateX(-50%);
    margin-left: 304px;
}

#mainNew .serach_box .modal_search .btn_cl:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(/images/main_new/ico_add-8c00b32e81f91ddb02b600a41f89fdf2.svg) no-repeat center center;
    transform: rotate(45deg);
    background-size: contain;
}

#mainNew .serach_box .modal_search .search_area {
    display: flex;
    gap: 17px;
    padding-left: 20px;
}

#mainNew .serach_box .modal_search .search_area .btn_totalsearch.ir {
    top: 0;
    right: 10px;
    width: 64px;
    height: 64px;
    font-size: 0;
    border-radius: 100%;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

button.btn_totalsearch.ir:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url(/images/ic_go-4dbeabf959b03ee5519df488feeb6ef1.png) no-repeat 50% 50%;
}

#mainNew .serach_box .modal_search .search_area label {
}

#mainNew .serach_box .modal_search .search_area input {
    width: calc(100vw - 200px);
    height: 65px;
    padding-left: 25px;
    font-size: 19px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 10px !important;
    background: #f1f1f1;
    max-width: 530px;
    font-size: 26px;
}

#mainNew .header .main_logo_area {
    height: 100%;
}

#mainNew .header .main_logo_area .logo {
    width: 105px;
    height: 100%;
    background: url(/images/main_new/logo-22df2331e923065416d67824f584e678.png) no-repeat center center;
    background-size: contain;
}

#mainNew .header .btn_gnb {
    height: 80px;
    width: 100vw;
    overflow: auto;
    margin-top: 100px;
    max-width: 720px;
}

#mainNew .header .btn_gnb .gnb_list {
    display: flex;
    font-size: 34px;
    color: #000;
    font-weight: 500;
    justify-content: space-between;
    /* padding: 6px 17px; */
    height: 68px;
    align-items: center;
    flex-wrap: nowrap;
}

#mainNew .header .btn_gnb .gnb {
}

#mainNew .header .btn_gnb .gnb.impact {
}

#mainNew .header .btn_gnb .list_depth_2 {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
    position: absolute;
    font-size: 22px;
    left: 0;
    color: #666;
    height: 65px;
    background: #fff;
    bottom: -60px;
    padding-bottom: 4px;
    display: none;
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .btn_sub {
    position: relative;
    padding-right: 60px;
    font-size: 28px;
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .sub_link_list {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #ffff;
    padding: 40px 30px 60px;
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    color: #666;
    font-size: 28px;
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .sub_link_list.active {
    display: flex;
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .sub_link_list > li {
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .sub_link_list > li a {
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .sub_link_list > li.active {
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .btn_sub:after {
    display: block;
    content: '';
    background: url(/images/main_new/ico_gnb_sub-c3574e81bcb4eddae60c77672ce9289e.gif) no-repeat center;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 50%;
    top: 0;
    transform: rotate(180deg);
    transition: .3s;
    margin-right: -82px;
}

#mainNew .header .btn_gnb .gnb .list_depth_2 .btn_sub.active:after {
    transform: rotate(0deg);
}

#mainNew .header .btn_gnb .gnb.active .list_depth_2 {
    display: flex;
}

#mainNew .header .btn_gnb .list_depth_2 li {
}

#mainNew .header .btn_gnb .list_depth_2 li.active {
    color: var(--KBN-main-color);
}

#mainNew .header .btn_gnb .list_depth_2 li a {
}

/* section .top */
#mainNew .contents {
    position: relative;
    margin: 0px auto 62px;
    z-index: 1;
}

#mainNew section {
    display: flex;
    margin: 0 auto;
}

#mainNew section.top {
    justify-content: space-between;
    flex-direction: column;
}

#mainNew section.top .main_area {
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10;
    position: relative;
    height: 514px;
    margin-bottom: 0px;
}

#mainNew section.top .main_area .img_area {
    position: relative;
    overflow: hidden;
    height: 406px;
}

#mainNew section.top .main_area .txt_area .tit {
    color: #000;
    font-family: "Noto Sans";
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    max-width: 99%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mainNew section.top .main_area .txt_area .txt {
    color: #000;
    font-family: "Noto Sans";
    font-size: 34px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 3rem;
    height: 4rem;
    display: none;
}

#mainNew section.top .main_area .txt_area {
    padding: 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mainNew section.top .main_area .main_items_controls {
    position: absolute;
    top: 347px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.50);
    left: 50%;
    min-width: 195px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 300;
    transform: translateX(-50%);
    display: none;
}

#mainNew section.top .main_area .main_items_controls .state {
    display: flex;
    gap: 5px;
    color: #222;
    font-size: 24px;
}

#mainNew section.top .main_area .main_items_controls .state strong {
    font-weight: 700;
}

#mainNew section.top .main_area .main_items_controls .state span {
}

#mainNew section.top .main_area .main_items_controls .btn_prev, #mainNew section.top .main_area .main_items_controls .btn_next {
    width: 20%;
    height: 100%;
    position: relative;
}

#mainNew section.top .main_area .main_items_controls .btn_prev {
    background: url(/images/main_new/btn_prev-465ccabc03751de942d7ed1d5c7fb231.svg) no-repeat center center;
    background-size: 30px auto;
}

#mainNew section.top .main_area .main_items_controls .btn_next {
    background: url(/images/main_new/btn_next-4043ed927430b63f146063e5a35ce0d9.svg) no-repeat center center;
    background-size: 30px auto;
}

#mainNew section.top .sub_area {
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    margin-bottom: 24px;
    margin-top: 1px;
}

#mainNew section.top .sub_area .tit_area {
    padding: 10px 60px;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: calc(100% - 148px);
    gap: 16px;
}

#mainNew section.top .sub_area .on_air .tit_area .tit {
    color: #666;
    font-size: 26px;
    font-weight: 600;     /* 166.667% */
}

#mainNew section.top .sub_area .on_air .tit_area .txt {
    color: #333;
    text-align: left;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mainNew section.top .sub_area .on_air.active {
    background: #333;
    color: #fff;
}

body.dark_theme #mainNew section.top .sub_area .on_air.active .ico_area, #mainNew section.top .sub_area .on_air.active .ico_area {
    color: #fff;
    background: var(--KBN-main-color, #FF2E36);
}

#mainNew section.top .sub_area .on_air.active .ico_area:before {
    background: url(/images/main_new/ico_tv_active-68a24c47d6ac5c6d19afebded60e1532.svg) no-repeat center center;
    background-size: contain;
}

#mainNew section.top .sub_area .on_air.active .tit_area .tit {
    color: #fff;
    font-weight: 600;
}

#mainNew section.top .sub_area .on_air.active .tit_area .txt {
    color: #fff;
    font-weight: 500;
}

#mainNew section.top .sub_area .on_air {
    height: 158px;
    border-radius: 10px;
    background: #EEE;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0px 30px 30px;
}

#mainNew section.top .sub_area .on_air > a {
    display: flex;
    gap: 0;
    height: 100%;
    font-size: 14px;
}

#mainNew section.top .sub_area .on_air .ico_area {
    width: 148px;
    display: flex;
    align-items: flex-start;
    background: #DCDCDC;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    justify-content: center;
    padding-top: 94px;
    color: #333;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    position: relative;
}

#mainNew section.top .sub_area .on_air .ico_area:before {
    display: block;
    position: absolute;
    content: '';
    background: url(/images/main_new/ico_tv-caa11e46cbfcef7e2968169ec09409cf.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    top: 34px;
    background-size: contain;
}

#mainNew section.top .sub_area .sub_items {
    display: block;
    box-sizing: border-box;
    margin-bottom: 0;
    white-space: nowrap;
    padding: 0px 30px 40px;
    gap: 10px;
    height: 406px;
    width: 100%;
}

#mainNew section.top .sub_area .sub_items .item {
    box-sizing: border-box;
    transition: .5s;
    height: 366px;
    border-radius: 10px;
    overflow: hidden;
}

#mainNew section.top .sub_area .sub_items .item + .item {
    border-top: 1px solid var(--KBN-border-color);
}

#mainNew section.top .sub_area .sub_items .item a {
    display: flex;
    gap: 10px;
    flex-direction: column;
    height: 366px;
    width: 100%;
}

#mainNew section.top .sub_area .sub_items .item .img_area {
    height: 100%;
    overflow: hidden;
    display: block;
}

#mainNew section.top .sub_area .sub_items .item .img_area img {
}

#mainNew section.top .sub_area .sub_items .item .txt_area {
}

#mainNew section.top .sub_area .sub_items .item .txt_area .tit {
    color: #000;
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2rem;
    height: 2.4rem;
    overflow: hidden;
    white-space: normal;
}

#mainNew .sub_area .sub_items .slick-dots {
    bottom: 4px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    left: 0;
    width: 100%;
}

#mainNew .sub_area .sub_items .slick-dots li button:before {
    display: none;
}

#mainNew .sub_area .sub_items .slick-dots li {
    background: #fff;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    transition: .3s;
    border: 1px solid #333;
}

#mainNew .sub_area .sub_items .slick-dots li.slick-active {
    background: #333;
}

#mainNew section .section_tit_area {
    color: #222;
    font-size: 48px;
    font-weight: 600;
    display: flex;
    position: relative;
    text-align: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-left: 30px;
}

#mainNew .masony_items .section_tit_area {
    margin-left: 0;
}

button.btn_box {
    color: #333;
    padding: 0 20px;
    font-size: 13px;
    border: 1px solid #333;
    box-sizing: border-box;
    height: 35px;
}

.section_tit_area .btn_box {
    position: absolute;
    right: 0;
    top: 50%;
    display: none;
    transform: translateY(-50%);
}

#mainNew section.mid {
    flex-direction: column;
    border-top: 0px solid var(--KBN-border-color);
    background: #F5F5F7;
    padding: 60px 0 120px;
    margin-top: 60px;
}

#mainNew section.mid .main_area {
    overflow-x: auto;
    display: flex;
    align-items: center;
}

#mainNew section.mid .main_area .item_list {
    box-sizing: border-box;
    height: 889px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    white-space: nowrap;
    width: fit-content;
    padding: 0 30px;
    gap: 20px;
}

#mainNew section.mid .main_area .item_list .item {
    box-sizing: border-box;
    width: unset;
    position: relative;
    transition: none;
    overflow: hidden;
}

#mainNew section.mid .main_area .item_list .item a {
    display: block;
    width: 100%;
}

#mainNew section.mid .main_area .item_list .item .img_area {

    height: 889px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    position: relative;
    width: 500px;
    /* aspect-ratio: 9 / 16; */
}

#mainNew section.mid .main_area .item_list .item .img_area img {
    object-fit: cover;
    height: 100%;
}

#mainNew section + section {
    padding-top: 30px;
}

#mainNew section.mid .main_area .item_list .item .img_area:before {
    display: block;
    content: '';
    position: absolute;
    top: 4px;
    left: -10px;
    width: 110%;
    height: 102%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 49.5%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 1;
}

#mainNew section.mid .main_area .item_list .item .txt_area {
    position: absolute;
    bottom: 0;
    z-index: 10;
    color: #fff;
    padding: 0 20px 20px;
    font-size: 33px;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mainNew section.mid .main_area .item_list .item .txt_area .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button.btn_more {
    height: 78px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #222;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    gap: 6px;
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 22px;
}

#mainNew section.mid_2 {
    flex-direction: column;
    padding-bottom: 0px;
}

#mainNew section.mid_2 .main_area {

    /* height: 225px; */

    padding: 0 30px 60px;
}

#mainNew section.mid_2 .main_area .item_list {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

#mainNew section.mid_2 .main_area .item_list .item {
    box-sizing: border-box;
    display: flex;
    border-radius: 20px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    border: 1px solid var(--KBN-border-color);
    border-radius: 10px;
}

#mainNew section.mid_2 .main_area .item_list .item a {
    display: block;
    width: 100%;
}

#mainNew section.mid_2 .main_area .item_list .item .img_area {
    height: 370px;
    overflow: hidden;
    display: block;
    position: relative;
}

#mainNew section + section {
    padding: 60px 0 90px;     /* margin: 60px 0 0 0; */
}

#mainNew section.mid_2 .main_area .item_list .item .img_area:before {
    display: block;
    content: '';
}

#mainNew section.mid_2 .main_area .item_list .item .txt_area {
    color: #000;
    padding: 40px 20px;
    width: 100%;
    display: flex;
    height: 158px;
    box-sizing: border-box;
    background: #FFF;
    align-items: center;
}

#mainNew section.mid_2 .main_area .item_list .item .txt_area .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 2.8rem;
    height: 5.6rem;
    font-size: 34px;
    font-weight: 500;
    color: #444;
}

#mainNew .banner_area {
    height: 280px;
    margin: 0px auto 0;
    overflow: hidden;
}

#mainNew .banner_area .banner_items .item {
    height: 280px;
    position: relative;
}

#mainNew .banner_area .banner_items .img_area {
    position: absolute;
    width: 100%;
    height: 280px;
    top: 0;
    left: 0;
}

#mainNew .banner_area .banner_items .img_area img {
}

#mainNew .banner_area .banner_items .txt_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
}

#mainNew .banner_area .banner_items .banner_tit {
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 28px;
    font-weight: 500;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 40px;
    justify-content: center;
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-width: 88%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mainNew .banner_area .banner_items .banner_tit strong {
    font-weight: 700;
}

#mainNew .banner_area .banner_items .btn_banner {
    color: #333;
    height: 56px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    z-index: 10;
    width: fit-content;
    padding: 0px 40px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    min-width: 180px;
    box-sizing: border-box;
}

#mainNew .banner_area .banner_items .ico_arrow {
    display: block;
    width: 18px;
    height: 18px;
    background: url(/images/main_new/ico_arrow-3572c2d38657efd0ae7bef07a1822a75.svg) no-repeat center center;
    background-size: contain;
    transition: .3s;
}

#mainNew .banner_area .banner_items {
}

#mainNew .banner_area .banner_items .slick-dots {
    bottom: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    position: absolute;
    width: 100%;
    gap: 0px;
}

#mainNew .banner_area .banner_items .slick-dots li {
    background: transparent;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    transition: .3s;
    overflow: hidden;
    border: 1px solid #fff;
}

#mainNew .banner_area .banner_items .slick-dots li.slick-active {
    background: #fff;
}

#mainNew .banner_area .banner_items .slick-dots li button {
    width: 100%;
    height: 100%;
}

#mainNew .banner_area .banner_items .slick-dots li button:before {
    display: none;
}

#mainNew .masony_items {
    flex-direction: column;
    margin-top: 80px;
    padding: 0px 30px 0;
}

#mainNew .masony_items .masonry {

    /* column-count: 3; column-gap: 20px; */
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#mainNew .masony_items .item {

    /* display: inline-block; width: 100%; break-inside: avoid; margin-bottom: 20px; */

    display: block;
    position: relative;
    transition: .3s;
    margin-bottom: 30px;
}

#mainNew .masony_items .item .img_area {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#mainNew .masony_items .item .img_area:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 12%, rgba(0, 0, 0, 0.60) 100%);
    z-index: 1;
}

#mainNew .masony_items .item .img_area img {
}

#mainNew .masony_items .item.avi:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 60px;
    height: 60px;
    background: url(/images/main_new/ico_avi-0ff742b11bb6724f56200a1d942ddb85.svg) no-repeat center center;
    z-index: 10;
    transform: translate(-50%, -102%);
    background-size: 60px auto;
}

#mainNew .masony_items .item .txt_area {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.3px;
    width: 100%;     /* padding-bottom: 20px; */
    box-sizing: border-box;
}

#mainNew .masony_items .item .txt_area .tit {
    overflow: hidden;     /* margin-top: 20px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 2.8rem;
    height: 5.6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-weight: 500;
    font-size: 34px;
    color: #444;
    height: fit-content;
    margin: 20px 0;
}

#mainNew .footer {
    background: #222;
}

#mainNew .footer .inner {
    color: #aaa;
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
}

#mainNew .footer .logo_area {
    padding: 0 0 0 20px;
}

#mainNew .footer .logo_area a {
}

#mainNew .footer .logo_area a img {
}

#mainNew .footer .txt_area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 221px;
    align-items: center;
    justify-content: center;
}

#mainNew .footer .txt_area .infor {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #aaa;
}

#mainNew .footer .txt_area .infor span {
}

#mainNew .footer .txt_area .infor a {
    /* position: relative; */
}

#mainNew .footer .txt_area .infor .copy {
}

#mainNew .footer .wrap_dropbox {
    width: 100%;
}

#mainNew .wrap_dropbox {
}

#mainNew .wrap_dropbox .dropbox {
    height: 90px;
    border: 1px solid #555;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #F0F0F0;
    border: none;
    border-top: 1px solid var(--KBN-border-color);
    font-size: 20px;
    color: #333;
    box-sizing: border-box;
    font-weight: 400;
}

#mainNew .wrap_dropbox .dropbox i {
    margin-left: 20px;
}

#mainNew .wrap_dropbox .wrap_dorpbox_option {
    position: absolute;
    width: fit-content;
    background: red;
    background: #fff;
    min-width: 100%;
    height: 0;
    box-sizing: border-box;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition: .3s;
}

#mainNew .wrap_dropbox .wrap_dorpbox_option .option {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 5px;
    border: 1px solid var(--KBN-border-color);
    border-radius: 5px;
}

#mainNew .wrap_dropbox .wrap_dorpbox_option .option li {
    color: #333;
}

#mainNew .wrap_dropbox .wrap_dorpbox_option .option li a {
    width: 100%;
    display: block;
    padding: 2px 3px;
}

#mainNew .wrap_dropbox.active .wrap_dorpbox_option {
    opacity: 1;
    height: auto;
    /* top: -600%; */
}

#mainNew .footer .txt_area .infor a:before {
    display: block;
    content: '';
}

#mainNew .footer .txt_area .copy {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
    color: #666;
    text-align: center;
}

button.btn_totalsearch.ir:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url(/images/ic_go-4dbeabf959b03ee5519df488feeb6ef1.png) no-repeat 50% 50%;
    background-size: contain;
}

#mainNew .header .wrap_gnb > li.serach_box .modal_search .search_area label {
}

#mainNew .header .wrap_gnb > li.serach_box .modal_search .search_area input {
    width: 500px;
    height: 55px;
    padding-left: 25px;
    font-size: 19px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 10px !important;
    background: #f1f1f1;
}

#mainNew .footer .wrap_dropbox select {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
}

.float_area .btn_theme {
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 71px;
    right: 39px;
    z-index: 100;
}

.ico_theme {
    display: block;
    width: 90px;
    height: 90px;
    background: url(/images/main_new/ico_moon-c906d645d795f7be6f4a73e33755ed4d.svg) no-repeat center center;
    background-size: contain;
    transition: .3s;
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
}

/* theme_dark */
body.dark_theme #mainNew .wrap_header {
    background: #000;
}

body.dark_theme #mainNew .header {
    background: #000;
}

body.dark_theme #mainNew .header .btn_gnb .gnb_list {
    color: #fff;
}

body.dark_theme #mainNew .header .wrap_top_area {
    background: #000;
}

body.dark_theme #mainNew .header .btn_menu {
    background: url(/images/main_new/ico_menu_dark-36a712e8bb90bcc1289a2af7bba9647d.svg) no-repeat center right;
    background-size: contain;
}

body.dark_theme #mainNew .header .serach_box .btn_search {
    background: url(/images/main_new/ico_search_dark2-78f8dce0146776dd5ad9e06517fbe419.svg) no-repeat center left;
    background-size: contain;
}

body.dark_theme #mainNew .serach_box .modal_search {
    background: #000;
}

body.dark_theme #mainNew .contents {
    background: #1E1F21;
}

body.dark_theme #mainNew .contents {
    background: #1E1F21;
}

body.dark_theme #mainNew section.top .main_area .txt_area .tit {
    color: #fff;
}

body.dark_theme #mainNew section.top .main_area .txt_area .txt {
    color: #ccc;
}

body.dark_theme #mainNew .sub_area .sub_items .slick-dots li {
    background: transparent;
    border-color: #fff;
}

body.dark_theme #mainNew .sub_area .sub_items .slick-dots li.slick-active {
    background: #fff;
}

body.dark_theme #mainNew section .section_tit_area {
    color: #fff;
}

body.dark_theme #mainNew section.mid_2 .main_area .item_list .item .txt_area {
    background: #2D2D2D;
    color: #fff;
}

body.dark_theme #mainNew .masony_items .item .txt_area {
    color: #fff;
}

body.dark_theme #mainNew .wrap_dropbox .dropbox {
    background: #333;
    color: #999;
}

body.dark_theme #mainNew .ico_theme {
    background: url(/images/main_new/ico_sun-0a5a09bf056827f1e128ed457f4b30c7.svg) no-repeat center center;
    background-size: 90px auto;
    background-size: contain;
}

body.dark_theme button.btn_more {
    border-color: #555;
    color: #ccc;
}

body.dark_theme .ico_add {
    background: url(/images/main_new/ico_add_dark2-c681a6388582b674502e24a8912ca89b.svg) no-repeat center center;
    background-size: contain;
}

body.dark_theme .ico_arrow_down {
    background: url(/images/main_new/ico_arrow_down_dark2-5bddedadfaa60d90823ff4464646f3ae.svg) no-repeat center right;
    background-size: contain;
}