:root {
    --header-top-height: 40px;
    --header-height: 90px;
    --margin-top: calc(var(--header-height) + var(--header-top-height));
}
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.max-width {
    max-width: var(--max-width);
    margin: 0 auto;
}

.header-top {
    height: var(--header-top-height);
    background-color: #1d488f;
    padding: 0 1em;
}

.header-top > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    gap: 15px;
}

.header-top > ul > li > a {
    color: #ffffff;
}

.wrap_box {
    display: flex;
    gap: 0.7rem;
}

.li-menu-all {
    flex: 0 0 50px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_fixed .header-top {
    display: none;
}

.ul_2nd > li > a {
    position: relative;
}

.ul_2nd > li > a > i {
    position: absolute;
    right: 0.7em;
    top: 50%;
    transform: translateY(-50%);
}

#lnb_wrap [class~=lnb_area] [class~=ul_1st] > li.on > a:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    background-color:#3177bf;
    width:90%;
    height:5px;
}



/* PC 전체 메뉴 */
.noscroll {
    height: 100vh;
    overflow: hidden !important;
}

#menu_all_box {
    position: fixed;
    z-index: 501;
    bottom: -100vh;
    left: 0;
    width: 100vw;
    opacity: 0;
    height: 100vh;
    transition: all 0.8s ease;
}

#menu_all_box.on {
    display: block;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.8s ease;
    background-color: rgba(0,0,0,0.85);
    padding: 2rem 3rem;
}

#menu_all_box.on .menu_all_flex > ul,#menu_all_box.on .menu_all_flex > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_all_box.on .menu_all_flex > ul > li > a {
    font-weight: 600;
    color: #ffffff;
    font-size: 1.2rem;
}

#menu_all_box.on > .menu_all_flex ul > li > ul > li > a {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
}

#menu_all_box.on .menu_all_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    flex-wrap: nowrap;
    align-items: stretch;
    row-gap: 1.5rem;
}

#menu_all_box.on .menu_all_flex > div:nth-child(1) {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

#menu_all_box.on .menu_all_flex > div:nth-child(1) > a {
    color: #ffffff;
    font-size: 1.2rem;
}

#menu_all_box.on .menu_all_flex > ul {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    overflow-y: auto;
    flex-wrap: wrap;
    padding: 1em;
}

#menu_all_box.on .menu_all_flex > ul > li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% / 4);
    min-width: 180px;
    row-gap: 15px;
    margin-bottom: 30px;
}

#menu_all_box.on .menu_all_flex > ul ul {
    padding-left: 15px;
}

/* 메인 최신글 상자 */
#main-notice-box {
    position: relative;
    z-index: 1;
}

#main-notice-box .mnb_blank {
    position: absolute;
    top: -48px;
    height: 48px;
    width: 95%;
    max-width: calc(50px * 2 + var(--max-width));
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #ffffff;
}

#main-notice-box .mmnb_flex_wrap {
    display: flex;
    gap: 50px;
    width: 95%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 0 48px 0;
    height: 415px;
}

#main-notice-box .mmnb_flex_wrap .mnb_flex:nth-child(1) {
    flex: 1;
}

#main-notice-box .mmnb_flex_wrap .mnb_flex:nth-child(2) {
    width: 40%;
}

#main-notice-box .mnb_flex {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#main-notice-box .mnb_flex .latest_box {
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 0rem;
}

#main-notice-box .mnb_flex .tit_box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

#main-notice-box .mnb_flex .tit_box > h2 {
    font-size: 1rem;
    display: flex;
    align-items: baseline;
}

#main-notice-box .mnb_flex .tit_box > h2 > strong {
    color: #000000;
    font-size: 1.65em;
    font-weight: 600;
}

#main-notice-box .mnb_flex .tit_box > h2 > strong > span {
    color: #666666;
}

#main-notice-box .mnb_flex .tit_box > h2 > span {
    font-size: 1.05em;
    margin-left: 20px;
}

#main-notice-box .mnb_flex .latest_box .latest_tabs {
    height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
}

#main-notice-box .mnb_flex .latest_box .latest_tabs > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 0 1px;
}

#main-notice-box .mnb_flex .latest_box .latest_tabs > li.tab_item {
    position: relative;
}

#main-notice-box .mnb_flex .latest_box .latest_tabs > li.tab_item.last:after {
    display: none;
}

#main-notice-box .mnb_flex .latest_box .latest_tabs > li.more {
    position: absolute;
    right: 0px;
}

#main-notice-box .mnb_flex .latest_box .latest_tabs > li.tab_item > a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 1.18rem;
    padding: 0 2em;
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
}

#main-notice-box .mnb_flex .latest_box .latest_tabs > li.tab_item > a.on, #main-notice-box .mnb_flex .latest_box .latest_tabs > li.tab_item > a:hover {
    color: #ffffff;
    background-color: #1e63b1;
    font-weight: 700;
}

#main-notice-box .mnb_flex .latest_box .latest_cont_box {
    background-color: #ffffff;
    flex-grow: 1;
    border-radius: 12px;
}

#main-notice-box .mnb_flex .latest_box .latest_cont_box .latest_cont {
    display: none;
}

#main-notice-box .mnb_flex .latest_box .latest_cont_box .latest_cont.on {
    display: block;
    height: 100%;
}

.main_schedule_box {
    background-color: #e3e9fb;
    padding: 20px 30px 15px 30px;
    height: 100%;
    border-radius: 10px;
}

.main_quick_menu {
    width: 95%;
    max-width: var(--max-width);
    display: flex;
    margin: 0 auto 50px auto;
    padding: 0px;
    gap: 30px;
}

.main_quick_menu > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.main_quick_menu > div > a {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #0c193b;
    align-items: center;
    color: rgba(255,255,255,0.7);
    border-radius: 10px 50px 10px 10px;
    padding: 2em;
    background-image: url(/theme/kgsw/img/main/mqm_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: all 0.5s;
    font-size: 25px;
    gap: 20px;
}

.main_quick_menu > div > a:hover {
    transition: all 0.5s;
    color: #ffffff;
    background-image: url(/theme/kgsw/img/main/mqm_bg_ov.jpg);
}

.main_quick_menu > div > a .mqm-icon > img {
    transition: all 0.5s;
}

.main_quick_menu > div > a:hover .mqm-icon > img {
    transition: all 0.5s;
    filter: invert(68%) sepia(64%) saturate(584%) hue-rotate(173deg) brightness(251%) contrast(82%);
}

.main_quick_menu a span strong {
    font-weight: 600;
}

/* 메인프로그램 */
/* 메인 프로그램 목록 */
#m_program {
    background-image: url(/theme/kgsw/img/main/program_bg.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 500px;
    padding: 60px 15px;
}

#m_program .max-width {
    height: 100%;
}

#m_program .flexbox_program_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#m_program .flexbox_program_wrap .prg_app_list {
    height: 80%;
}

#m_program .flexbox_program_wrap .tit_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    height: 20%;
}

#m_program .flexbox_program_wrap .tit_box h2 {
    color: #ffffff;
    font-size: 1rem;
}

#m_program .flexbox_program_wrap .tit_box h2 > strong {
    font-size: 1.65em;
    margin-right: 20px;
    font-weight: 600;
}

#m_program .flexbox_program_wrap .tit_box h2 > span {
    font-size: 1.05em;
    font-weight: 200;
}

#m_program .flexbox_program_wrap .tit_box .more_box > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
}

.prg_app_item {
    --gap: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.prg_app_item .card_wrap {
    display: flex;
    background-color: #fafbff;    
    border: 1px solid #d6dee3;
    border-radius: 11px;
    width: 100%;
    transition: all 0.3s;
    overflow: hidden;
}

.prg_app_item .card_wrap.stat_no_box {
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}

.prg_app_item .card_wrap.stat_no_box .prg_picbox {
    background-color: #f2f2f2;
}

.prg_app_item .card_wrap.stat_no_box .heading:before {
    display: none;
}

.prg_app_item .card_wrap.stat_no_box .data > .stat_info {
    background-color: #f8f8f8 !important;
}

.prg_app_item .card_wrap:last-child {
    margin-right: -20px;
}

.prg_app_item .card_wrap:not(.stat_no_box):hover {
    border-color: #82b6e7;
    box-shadow: 0 0 10px rgba(85, 146, 214, 0.67);
    transition: all 0.3s;
}

.prg_app_item .card_wrap .card_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    padding: 2em 1.5em 0 1.5em;
}

.prg_app_item .card_wrap .card_box > a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 1.5em;
    width: 100%;
}

.prg_app_item .card_wrap .card_box > a:hover > span:last-child {
    text-decoration: underline;
}

.prg_app_item .card_wrap .card_box > .data {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 1.5em;
    position: relative;
    width: 100%;
    justify-content: space-between;
    padding: 0 1.5em 1.5em 1.5em;
}

.prg_app_item .card_wrap .card_box > .data:before {
    content: '';
    height: 1px;
    background-color: #dfdfdf;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.5em;
}

.prg_app_item .card_wrap .card_box > .data > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 0.93em;
    font-weight: 400;
}

.prg_app_item .card_wrap .prg_picbox {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background-color: #dedede;
    border-bottom: 1px solid #ddd;
}

.prg_app_item .card_wrap .prg_picbox img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
    display: block;
    opacity: 0.85;
}

.prg_app_item .card_wrap:hover .prg_picbox img {
    width: 120%;
    transition: all 0.5s;
    opacity: 1;
}

.prg_app_item .card_wrap .card_box > a > .data {
    padding: 35px 0 0 0;
}

.prg_app_item .card_wrap .card_box .stat_d_day {
    background-color: #2e62b0;
    display: inline-block;
    color: #fff;
    padding: 0 1em;
    font-size: 1.18em;
    border-radius: 0.75em;
}

.prg_app_item .card_wrap .card_box > a > span.heading {
    margin-bottom: 0.75em;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.3;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: -0.05em;
    height:58px;
}

.prg_app_item .card_wrap .card_box > a > span.heading:before {
    content: '#';
}

.prg_app_item .card_wrap .card_box > a > span {
    display: block;
    font-size: 1.18em;
    font-weight: 400;
}

.prg_app_item .card_wrap .card_box > .data > .stat_info {
    display: block;
    width: 52px;
    height: 52px;
    background-color: #2a92a4;
    border-radius: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex: 0 0 52px;
}

.prg_app_item .card_wrap.stat_end_box .card_box > .data > .stat_info {
    background-color: #9d9d9d;
}

.prg_app_item .card_wrap .card_box .category {
    font-size: 1.18em;
    color: #5392f2;
    font-weight: 500;
}

.prg_app_item .card_wrap .card_box > .data > .stat_info .material-symbols-outlined {
    font-size: 2.25em;
}

#m_rolling {
    padding: 60px 15px;
}

.zone_latest_flex {
    display: flex;
    gap: 50px;
}

.latest-gallery-box {
    /* flex: 1; */
	width:70%;
	overflow:hidden;
}

.latest-gallery-box .tit_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
    height: 20%;
}

.latest-gallery-box .tit_box > h2 {
    font-size: 1rem;
    display: flex;
    align-items: baseline;
}

.latest-gallery-box .tit_box h2 > strong {
    font-size: 1.65em;
    margin-right: 20px;
    font-weight: 600;
}

.latest-gallery-box .tit_box .more_box > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.m_tab_titbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.m_control_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4px;
}

.m_control_box > li > strong {
    color: #127c66;
}

.m_control_box li > a {
    display: flex;
    width: 37px;
    height: 37px;
    border: 1px solid #ddd;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.m_control_box li > a:hover {
    border-color: #127c66;
}

.m_control_box li > a > span {
}

.m_tab_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.m_tab_box .m_tab_lnk {
    font-size: 1.3em;
    font-weight: 500;
    padding: 5px 10px;
}

.m_tab_box .m_tab_lnk:hover,.m_tab_box .m_tab_lnk.on {
    font-weight: 700;
    color: #127c66;
}

.m_tab_box #m_tab_more {
    display: flex;
    width: 37px;
    height: 37px;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    margin-left: 8px;
}

.m_tab_box #m_tab_more > span {
    transition: all 0.3s;
}

.m_tab_box #m_tab_more:hover {
    border-color: #127c66;
}

.m_tab_box #m_tab_more:hover span {
    transform: rotateZ(180deg);
    transition: all 0.3s;
}

.popupzone_latest_box {
    width: 35.66%;
	overflow:hidden;
}

.popupzone_latest_box .tit_box > h2 {
    font-size: 1rem;
    display: flex;
    align-items: baseline;
}

.popupzone_latest_box .tit_box > h2 > strong {
    color: #000000;
    font-size: 1.65em;
    font-weight: 600;
}

#m_info1 {
    font-size: 15px;
}

#m_info1 strong {
    color: #29a289;
    font-weight: 700;
}

#m_info1 span {
    color: #333333;
    font-weight: 500;
}

#m_info1_play {
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 16'%3E%3Cg%3E%3Crect width='3' height='16' style='fill:%23010101; '/%3E%3Crect x='8' width='3' height='16' style='fill:%23010101; '/%3E%3C/g%3E%3C/svg%3E");
}

#m_info1_play.on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14.8'%3E%3Cg id='uuid-ba4b8825-65de-4568-9cc2-4400323b3495'%3E%3Cpolygon points='0 14.8 0 0 11 7.4 0 14.8' style='fill:%23010101; '/%3E%3C/g%3E%3C/svg%3E");
}

#main_visual .lviewa {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.075em;
}

#main_visual .lviewa strong {
    font-weight: 700;
}

#main_visual .sviewa {
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.075em;
}


#main_visual .lviewa {
    font-size:510%;
    transition:all 0.5s;
}
#main_visual .sviewa {
    font-size:250%;
    transition:all 0.5s;
}


/* 마이페이지 */
#smb_my {
    position: relative;
    padding-top: 50px;
    padding-bottom: 150px;
  }
  #smb_my_ov {
    margin: 0 0 20px;
    position: relative
  }
  #smb_my_ov h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
  }
  #smb_my_ov .my_ov_name {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 45px;
    padding: 0 20px;
  }
  #smb_my_ov .my_ov_name strong {
    font-size: 1.1em;
  }
  #smb_my_ov .my_ov_name img {
    width: 20px;
    border-radius: 50%
  }
  #smb_my_act {
    position: absolute;
    top: -35px;
    right: 0;
    zoom: 1
  }
  #smb_my_act:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
  }
  #smb_my_act ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none
  }
  #smb_my_act li {
    float: left;
    margin: 0 0 0 4px
  }
  #smb_my_act li a {
    line-height: 25px;
    padding: 0 5px
  }
  #smb_my_act li .btn_admin {
    height: 27px;
  }
  #smb_my_ov .cou_pt {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  #smb_my_ov .cou_pt dt {
    float: left;
    line-height: 45px;
  }
  #smb_my_ov .cou_pt dd {
    float: left;
    width: 110px;
    text-align: right;
    padding: 0 20px 0 0;
    line-height: 45px;
  }
  #smb_my_ov .cou_pt dd a {
    color: #ff2b64;
    font-weight: 700;
  }
  #smb_my_ov .op_area {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px 15px;
    line-height: 18px;
    color: #555;
    margin-bottom: 0px !important;
  }
  #smb_my_ov .op_area:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
  }
  #smb_my_ov .op_area dt {
    float: left;
    width: 10%;
    margin: 3px 0;
    font-weight: 700
  }
  #smb_my_ov .op_area dd {
    float: left;
    width: 40%;
    ;
    margin: 3px 0
  }
  .my_ov_btn {
    text-align: center;
  }
  .my_ov_btn button {
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: top;
    border-top: 0;
    padding: 0 20px;
    height: 25px
  }
  .my_ov_btn button:hover {
    background: #f3f3f3
  }
  #smb_my_ovaddd {
    width: 90%
  }
  #smb_my_ovaddt {
    border-bottom: 0 !important
  }
  #smb_my_ovaddd {
    width: 590px !important;
    border-bottom: 0 !important
  }
  #smb_my_od {
    margin: 0 0 50px;
    position: relative
  }
  #smb_my_od h2 {
    margin: 0 0 10px;
    font-size: 1.25em;
  }
  #smb_my_od td {
    text-align: center
  }
  #smb_my_od td a {
    font-weight: 700
  }
  #smb_my_Participation {
    position: relative;
  }
  #smb_my_Participation h2 {
    margin: 0 0 10px;
    font-size: 1.25em;
    padding: 0 0 10px; /*border-bottom:2px solid #000*/
  }
  .smb_my_img {
    float: left;
    width: 10%;
    margin: 3px 0;
    font-weight: 700
  }
  .smb_my_tit {
    float: left;
    width: 40%;
    margin: 5px 0;
    font-size: 1.167em;
    font-weight: 700
  }
  .smb_pr_reward {
    float: right;
    margin: 5px 0;
    font-size: 1.167em;
    font-weight: 700
  }
  .smb_pr_paydate {
    float: right;
    font-size: 0.92em;
    color: #777
  }
  .smb_my_more {
    position: absolute;
    top: 0;
    right: 0;
  }
  .smb_my_more a {
    display: block;
    height: 30px;
  }
  .smb_my_more a:before {
    content: '+ ';
  }
  .table-responsive {
    margin-top: 2em;
  }
.d-flex{
    display:flex;
}
.flex-column{
    flex-direction: column;
}
.flex-row{
    flex-direction: row;
}
.flex-gap-1{
    gap:1em;
}
.flex-shrink-1{
    flex-shrink: 1;
}
.flex-shrink-0{
    flex-shrink: 0;
}


.caution_box{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1.2em;
    background-color: #f4f4f4;
    color: #444;
    font-size: 1.15em;
}

.caution_box p{
    font-size:1em;
    line-height:1.6;
}
.caution_box p strong{
    font-size:1.05em;
    font-weight:500;
    color:#242424;
}


.cnt_tbl{
    position:relative;
    width:100%;
}
.cnt_tbl:before{
    content:'';
    width:100%;
    top:0;
    left:0;
    position:absolute;
    height:2px;
    background-color:#333;
    z-index: 1;
}

.cnt_tbl table{
    width:100%;
    border-collapse: collapse;
    table-layout: auto;
}
.cnt_tbl table thead{
    background-color:#f2f2f2;
}
.cnt_tbl table th,.cnt_tbl table td{
    border:1px solid #dedede;
    padding:0.65em 1em;
    font-size:1rem;
    text-align: center;
}
.cnt_tbl table th{
    background-color:#f2f2f2;
}
.cnt_tbl table th.algL,.cnt_tbl table td.algL{
    text-align: left;
}

.sub_left {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.sub_right {
    position: relative;
    width: 100%;
}

/* 서브_좌_메뉴 */
.sub_left_menu {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    background: rgba(7,30,52,0.8);
}
.sub_left_menu.sub_left_menu_fixed{
    position: fixed;
    left:0;
    right:0;
    top:var(--header-height);
}

.sub_left h1 {
    display: block;
    text-align: center;
    margin-top: 0;
    padding: 40px 10px;
    font-size: 1.85em;
    color: #fff;
    line-height: 1.2em;
    font-weight: 700;
    background: #1b3345;
    border-radius: 0 25px 0 0;
    overflow: hidden;
}

.sub_left ul {
    width: 100%;
    position: relative;
    display: flex;
    max-width: var(--max-width);
    margin: 0 auto;
    justify-content:space-between;
    z-index: 1;
}

.sub_left ul li {
    flex:1;
    position:relative;
    padding: 0 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.sub_left ul li:last-child {
    border-bottom: 0;
}

.sub_left ul li div {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}

.sub_left ul li div > a {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 1.2em;
    color: #fff8;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.sub_left ul li > div:after {
    z-index: 5;
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -8px;
    width: 18px;
    height: 18px;
    transition: 0.5s all ease;
    border-radius: 50%;
    border: 4px solid transparent;
    background-color: transparent;
    transform: translateX(-50%)
}

.sub_left ul li div > span.sub_arrow {
    z-index: 2;
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.sub_left ul li div > span.sub_arrow i {
    font-size: 1em;
    color: #999;
    transform: rotate(0deg);
    transition: transform 500ms;
}

.sub_left ul li:hover div > a {
    color: #fff;
}

.sub_left ul li:hover > div:after {
}

.sub_left ul li:hover div > span.sub_arrow i {
    color: #fff;
}

.sub_left ul li.on div > a {
    color: #32b4ff;
}

.sub_left ul li.on > div:after {
    background-color: #fff;
    border: 4px solid #32b4ff;
}

.sub_left ul li.on div > span.sub_arrow i {
    color: #fff;
    transform: rotate(360deg);
    transition: transform 500ms;
}

.sub_left .left_subnav {
    display: none;
    padding: 0  0;
    width: 100%;
    position: absolute;
    left: 0;
    max-width: var(--max-width);
    z-index: 1;
    gap: 4px;
    border:1px solid #dbe4ea;
    background-color:transparent;
}

.sub_left .left_subnav li {
    padding: 5px 0px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    background-color:rgba(255,255,255,0.75);    
    backdrop-filter:blur(5px);
    color: #000000;
}

.sub_left .left_subnav li a {
    display:flex;
    width: 100%;
    padding: 5px 10px;
    font-size:1rem;
    font-weight: 500;
    color: #000;
    text-align:center;
    line-height: 1.6em;
    justify-content:center;
    align-items:center;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.sub_left .left_subnav li:hover a {
}

.sub_left .left_subnav li.on {
    background-color: #3177bfcc;
    color: #ffffff;
}

.sub_left .left_subnav li.on a {
    color: #ffffff;
}
._depth3{
    
}

.left_subnav_dep3{
    display:flex;
    align-items: center;
    justify-content: space-around;
    padding:3em 2% 1em 2%;
    gap:5px;
}
.left_subnav_dep3 > div{
    display:flex;
    align-items: center;
    justify-content: center;
    flex:1;
    transition:all 0.5s;
}
.left_subnav_dep3 > div > a{
    display:flex;
    flex:1;
    align-items: center;
    justify-content: center;
    padding:15px 15px;
    background-color: #dce5f5;
    transition:all 0.5s;
    font-size:1.2em;
}
.left_subnav_dep3 > div.on > a{
    background-color: #3177bf;
    color: #ffffff;
    transition:all 0.5s;
}


/*서브_좌_연락처배너*/
.sub_left .left_cs {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding: 30px 20px;
    background: #f5f5f5;
}

.sub_left .left_cs:before {
    position: absolute;
    right: 20px;
    top: 30px;
    content: "\f4ad";
    display: block;
    font-size: 2.5em;
    color: #d23145;
    font-weight: 700;
    font-family: "Font Awesome 6 Free";
}

.sub_left .left_cs .hover_area em {
    display: block;
    color: #000;
    font-size: 1.25em;
    font-weight: 700;
    font-style: normal;
}

.sub_left .left_cs .hover_area i {
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,0);
    margin-left: 0px;
    color: #000;
    font-size: 2em;
    opacity: 1;
}

.sub_left .left_cs .hover_area strong {
    display: block;
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    padding: 15px 0;
}

.sub_left .left_cs .hover_area p {
    color: #000;
    font-size: 0.9em;
    font-weight: 300;
}

/*서브_우_페이지경로*/
.sub_right .path {
    font-size:0px;
    position: absolute;
    top: 30px;
    right: 0;
    display: flex;
    align-items: center;
}
.sub_right .path * {
    font-size:0px;
    display:none !important;
}

.sub_right .path li {
    float: left;
    text-align: center;
    font-size: 0.9em;
    padding: 0 8px 0 12px;
    margin: 0;
    color: #000;
    background: url('../image/ico_path.gif') no-repeat left center;
}

.sub_right .path li a span.ic-home {
    padding: 0;
    cursor: pointer;
}

.sub_right .path li a span.ic-home i {
    background: url('../image/icon_home.png')no-repeat left center;
    display: inline-block;
    width: 11px;
    height: 11px;
}

.sub_right .path li:first-child {
    padding-left: 0;
    background: none;
}

.sub_right .path li:last-child {
    padding-right: 0;
    color: #000;
    font-weight: 500;
}


.con_arrow {font-size:1.6em; font-weight:700; line-height:30px;  color: #000; margin:50px 0 20px 0; border:0px solid red;}
.con_arrow:before { content: ""; width:16px; height:16px; display:inline-block; border:5px #59647A solid; box-sizing:border-box; border-radius:14px; background:#fff; margin-right:10px;}
.con_arrow:first-child { margin:0 0 20px 0;}

.tbl_type1{width:100%; border-collapse:separate; border-spacing:0px; border-top:2px solid #002b5c;}
.tbl_type1 th{ color:#333; text-align:center; font-weight:700; padding:10px 15px; border-bottom:1px solid #eee; border-right:1px solid #eee; background-color:#f8f8f8;}
.tbl_type1 td{ text-align:left; padding:10px 15px; border-bottom:1px solid #eee;}


.gray_box01{width: 100%; background: #f7f7f7; border-radius: 10px; padding: 10px 20px; margin-bottom:20px}
.gray_box02{width: 100%; background: #f7f7f7; border-radius: 10px; padding: 10px 20px; margin-bottom:20px;border:1px solid #dedede;}


/* 배너존 */
#main_banner{
    border:1px solid #ddd;
    border-width:1px 0 0 0;    
}
.banner-wrap {
    display:flex;
    max-width:var(--max-width);
    padding:30px 0;
	margin:0px auto;
    align-items: center;
}
.banner-wrap .m_tab_titbox {
    margin-bottom: 0px;
}
.banner-wrap .tit_box > h2 {
    font-size: 1rem;
    display: flex;
    align-items: baseline;
}
.banner-wrap .owl-carousel .owl-item img{
    border:1px solid #cdcdcd;    
}
.banner-wrap .tit_box > h2 > strong {
    color: #000000;
    font-size: 0px !important;
    font-weight: 600;
    position:absolute;
}
.banner-wrap .m_control_box{
    width:135px;
}
.banner-wrap .m_tab_bannerbox{
    width:calc(100% - 135px);
	overflow:hidden;
}
#m_banner {
    font-size: 0px;
    position:absolute;
}

#m_banner strong {
    color: #29a289;
    font-weight: 700;
}

#m_banner span {
    color: #333333;
    font-weight: 500;
}

#m_banner_play {
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 16'%3E%3Cg%3E%3Crect width='3' height='16' style='fill:%23010101; '/%3E%3Crect x='8' width='3' height='16' style='fill:%23010101; '/%3E%3C/g%3E%3C/svg%3E");
}

#m_banner_play.on {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14.8'%3E%3Cg id='uuid-ba4b8825-65de-4568-9cc2-4400323b3495'%3E%3Cpolygon points='0 14.8 0 0 11 7.4 0 14.8' style='fill:%23010101; '/%3E%3C/g%3E%3C/svg%3E");
}



.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:focus { outline:0; box-shadow:0 0 0 0.25rem rgba(13,110,253,.25); }
.btn:disabled, .btn.disabled { cursor:default; opacity:.65; box-shadow:none; }


.btn-sm { padding:0.25rem 0.5rem; font-size:0.875rem; border-radius:0.25rem; }
.btn-lg { padding:0.5rem 1rem; font-size:1.125rem; border-radius:0.5rem; }
.btn-xs { padding:0.2rem 0.4rem; font-size:0.75rem; border-radius:0.25rem; }
.btn-xxs { padding:0.1rem 0.3rem; font-size:0.65rem; border-radius:0.25rem; }
.btn-xl { padding:0.7rem 1.4rem; font-size:1.25rem; border-radius:0.5rem; }


/* primary */
.btn-primary {
  color:#ffffff;
  background-color:#0d6efd;
  border-color:#0d6efd;
}
.btn-primary:hover {
  color:#ffffff;
  background-color:#0c66eb;
  border-color:#0b63e3;
}
.btn-primary:active, .btn-primary.active {
  color:#ffffff;
  background-color:#0b60de;
  border-color:#0b5dd7;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-primary {
  color:#0d6efd;
  background-color:transparent;
  border-color:#0d6efd;
}
.btn-outline-primary:hover {
  color:#ffffff;
  background-color:#0d6efd;
  border-color:#0d6efd;
}
.btn-outline-primary:active, .btn-outline-primary.active {
  color:#ffffff;
  background-color:#0c66eb;
  border-color:#0b63e3;
}


.btn-soft-primary {
  color:#0d6efd;
  background-color:rgba(13,110,253,0.15);
  border-color:transparent;
}
.btn-soft-primary:hover {
  background-color:rgba(13,110,253,0.25);
}
.btn-soft-primary:active, .btn-soft-primary.active {
  background-color:rgba(13,110,253,0.32);
}


/* secondary */
.btn-secondary {
  color:#ffffff;
  background-color:#6c757d;
  border-color:#6c757d;
}
.btn-secondary:hover {
  color:#ffffff;
  background-color:#646c74;
  border-color:#616970;
}
.btn-secondary:active, .btn-secondary.active {
  color:#ffffff;
  background-color:#5f666e;
  border-color:#5b636a;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-secondary {
  color:#6c757d;
  background-color:transparent;
  border-color:#6c757d;
}
.btn-outline-secondary:hover {
  color:#ffffff;
  background-color:#6c757d;
  border-color:#6c757d;
}
.btn-outline-secondary:active, .btn-outline-secondary.active {
  color:#ffffff;
  background-color:#646c74;
  border-color:#616970;
}


.btn-soft-secondary {
  color:#6c757d;
  background-color:rgba(108,117,125,0.15);
  border-color:transparent;
}
.btn-soft-secondary:hover {
  background-color:rgba(108,117,125,0.25);
}
.btn-soft-secondary:active, .btn-soft-secondary.active {
  background-color:rgba(108,117,125,0.32);
}


/* success */
.btn-success {
  color:#ffffff;
  background-color:#198754;
  border-color:#198754;
}
.btn-success:hover {
  color:#ffffff;
  background-color:#177d4e;
  border-color:#16794b;
}
.btn-success:active, .btn-success.active {
  color:#ffffff;
  background-color:#167649;
  border-color:#157247;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-success {
  color:#198754;
  background-color:transparent;
  border-color:#198754;
}
.btn-outline-success:hover {
  color:#ffffff;
  background-color:#198754;
  border-color:#198754;
}
.btn-outline-success:active, .btn-outline-success.active {
  color:#ffffff;
  background-color:#177d4e;
  border-color:#16794b;
}


.btn-soft-success {
  color:#198754;
  background-color:rgba(25,135,84,0.15);
  border-color:transparent;
}
.btn-soft-success:hover {
  background-color:rgba(25,135,84,0.25);
}
.btn-soft-success:active, .btn-soft-success.active {
  background-color:rgba(25,135,84,0.32);
}


/* danger */
.btn-danger {
  color:#ffffff;
  background-color:#dc3545;
  border-color:#dc3545;
}
.btn-danger:hover {
  color:#ffffff;
  background-color:#cc3140;
  border-color:#c62f3e;
}
.btn-danger:active, .btn-danger.active {
  color:#ffffff;
  background-color:#c12e3c;
  border-color:#bb2d3a;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-danger {
  color:#dc3545;
  background-color:transparent;
  border-color:#dc3545;
}
.btn-outline-danger:hover {
  color:#ffffff;
  background-color:#dc3545;
  border-color:#dc3545;
}
.btn-outline-danger:active, .btn-outline-danger.active {
  color:#ffffff;
  background-color:#cc3140;
  border-color:#c62f3e;
}


.btn-soft-danger {
  color:#dc3545;
  background-color:rgba(220,53,69,0.15);
  border-color:transparent;
}
.btn-soft-danger:hover {
  background-color:rgba(220,53,69,0.25);
}
.btn-soft-danger:active, .btn-soft-danger.active {
  background-color:rgba(220,53,69,0.32);
}


/* warning */
.btn-warning {
  color:#000000;
  background-color:#ffc107;
  border-color:#ffc107;
}
.btn-warning:hover {
  color:#000000;
  background-color:#edb306;
  border-color:#e5ad06;
}
.btn-warning:active, .btn-warning.active {
  color:#000000;
  background-color:#e0a906;
  border-color:#d8a405;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-warning {
  color:#ffc107;
  background-color:transparent;
  border-color:#ffc107;
}
.btn-outline-warning:hover {
  color:#000000;
  background-color:#ffc107;
  border-color:#ffc107;
}
.btn-outline-warning:active, .btn-outline-warning.active {
  color:#000000;
  background-color:#edb306;
  border-color:#e5ad06;
}


.btn-soft-warning {
  color:#ffc107;
  background-color:rgba(255,193,7,0.15);
  border-color:transparent;
}
.btn-soft-warning:hover {
  background-color:rgba(255,193,7,0.25);
}
.btn-soft-warning:active, .btn-soft-warning.active {
  background-color:rgba(255,193,7,0.32);
}


/* info */
.btn-info {
  color:#000000;
  background-color:#0dcaf0;
  border-color:#0dcaf0;
}
.btn-info:hover {
  color:#000000;
  background-color:#0cbbdf;
  border-color:#0bb5d8;
}
.btn-info:active, .btn-info.active {
  color:#000000;
  background-color:#0bb1d3;
  border-color:#0babcc;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-info {
  color:#0dcaf0;
  background-color:transparent;
  border-color:#0dcaf0;
}
.btn-outline-info:hover {
  color:#000000;
  background-color:#0dcaf0;
  border-color:#0dcaf0;
}
.btn-outline-info:active, .btn-outline-info.active {
  color:#000000;
  background-color:#0cbbdf;
  border-color:#0bb5d8;
}


.btn-soft-info {
  color:#0dcaf0;
  background-color:rgba(13,202,240,0.15);
  border-color:transparent;
}
.btn-soft-info:hover {
  background-color:rgba(13,202,240,0.25);
}
.btn-soft-info:active, .btn-soft-info.active {
  background-color:rgba(13,202,240,0.32);
}


/* light */
.btn-light {
  color:#000000;
  background-color:#f8f9fa;
  border-color:#f8f9fa;
}
.btn-light:hover {
  color:#000000;
  background-color:#e6e7e8;
  border-color:#dfe0e1;
}
.btn-light:active, .btn-light.active {
  color:#000000;
  background-color:#dadbdc;
  border-color:#d2d3d4;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-light {
  color:#f8f9fa;
  background-color:transparent;
  border-color:#f8f9fa;
}
.btn-outline-light:hover {
  color:#000000;
  background-color:#f8f9fa;
  border-color:#f8f9fa;
}
.btn-outline-light:active, .btn-outline-light.active {
  color:#000000;
  background-color:#e6e7e8;
  border-color:#dfe0e1;
}


.btn-soft-light {
  color:#f8f9fa;
  background-color:rgba(248,249,250,0.15);
  border-color:transparent;
}
.btn-soft-light:hover {
  background-color:rgba(248,249,250,0.25);
}
.btn-soft-light:active, .btn-soft-light.active {
  background-color:rgba(248,249,250,0.32);
}


/* dark */
.btn-dark {
  color:#ffffff;
  background-color:#212529;
  border-color:#212529;
}
.btn-dark:hover {
  color:#ffffff;
  background-color:#1e2226;
  border-color:#1d2124;
}
.btn-dark:active, .btn-dark.active {
  color:#ffffff;
  background-color:#1d2024;
  border-color:#1c1f22;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-dark {
  color:#212529;
  background-color:transparent;
  border-color:#212529;
}
.btn-outline-dark:hover {
  color:#ffffff;
  background-color:#212529;
  border-color:#212529;
}
.btn-outline-dark:active, .btn-outline-dark.active {
  color:#ffffff;
  background-color:#1e2226;
  border-color:#1d2124;
}


.btn-soft-dark {
  color:#212529;
  background-color:rgba(33,37,41,0.15);
  border-color:transparent;
}
.btn-soft-dark:hover {
  background-color:rgba(33,37,41,0.25);
}
.btn-soft-dark:active, .btn-soft-dark.active {
  background-color:rgba(33,37,41,0.32);
}


/* black */
.btn-black {
  color:#ffffff;
  background-color:#000000;
  border-color:#000000;
}
.btn-black:hover {
  color:#ffffff;
  background-color:#000000;
  border-color:#000000;
}
.btn-black:active, .btn-black.active {
  color:#ffffff;
  background-color:#000000;
  border-color:#000000;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-black {
  color:#000000;
  background-color:transparent;
  border-color:#000000;
}
.btn-outline-black:hover {
  color:#ffffff;
  background-color:#000000;
  border-color:#000000;
}
.btn-outline-black:active, .btn-outline-black.active {
  color:#ffffff;
  background-color:#000000;
  border-color:#000000;
}


.btn-soft-black {
  color:#000000;
  background-color:rgba(0,0,0,0.15);
  border-color:transparent;
}
.btn-soft-black:hover {
  background-color:rgba(0,0,0,0.25);
}
.btn-soft-black:active, .btn-soft-black.active {
  background-color:rgba(0,0,0,0.32);
}


/* gray */
.btn-gray {
  color:#ffffff;
  background-color:#6c757d;
  border-color:#6c757d;
}
.btn-gray:hover {
  color:#ffffff;
  background-color:#484e53;
  border-color:#484e53;
}
.btn-gray:active, .btn-gray.active {
  color:#ffffff;
  background-color:#5f666e;
  border-color:#5b636a;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-gray {
  color:#6c757d;
  background-color:transparent;
  border-color:#6c757d;
}
.btn-outline-gray:hover {
  color:#ffffff;
  background-color:#6c757d;
  border-color:#6c757d;
}
.btn-outline-gray:active, .btn-outline-gray.active {
  color:#ffffff;
  background-color:#646c74;
  border-color:#616970;
}


.btn-soft-gray {
  color:#6c757d;
  background-color:rgba(108,117,125,0.15);
  border-color:transparent;
}
.btn-soft-gray:hover {
  background-color:rgba(108,117,125,0.25);
}
.btn-soft-gray:active, .btn-soft-gray.active {
  background-color:rgba(108,117,125,0.32);
}


/* darkgray */
.btn-darkgray {
  color:#ffffff;
  background-color:#444444;
  border-color:#444444;
}
.btn-darkgray:hover {
  color:#ffffff;
  background-color:#3f3f3f;
  border-color:#3d3d3d;
}
.btn-darkgray:active, .btn-darkgray.active {
  color:#ffffff;
  background-color:#3b3b3b;
  border-color:#393939;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-darkgray {
  color:#444444;
  background-color:transparent;
  border-color:#444444;
}
.btn-outline-darkgray:hover {
  color:#ffffff;
  background-color:#444444;
  border-color:#444444;
}
.btn-outline-darkgray:active, .btn-outline-darkgray.active {
  color:#ffffff;
  background-color:#3f3f3f;
  border-color:#3d3d3d;
}


.btn-soft-darkgray {
  color:#444444;
  background-color:rgba(68,68,68,0.15);
  border-color:transparent;
}
.btn-soft-darkgray:hover {
  background-color:rgba(68,68,68,0.25);
}
.btn-soft-darkgray:active, .btn-soft-darkgray.active {
  background-color:rgba(68,68,68,0.32);
}


/* navy */
.btn-navy {
  color:#ffffff;
  background-color:#001f3f;
  border-color:#001f3f;
}
.btn-navy:hover {
  color:#ffffff;
  background-color:#001c3a;
  border-color:#001b38;
}
.btn-navy:active, .btn-navy.active {
  color:#ffffff;
  background-color:#001b37;
  border-color:#001a35;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-navy {
  color:#001f3f;
  background-color:transparent;
  border-color:#001f3f;
}
.btn-outline-navy:hover {
  color:#ffffff;
  background-color:#001f3f;
  border-color:#001f3f;
}
.btn-outline-navy:active, .btn-outline-navy.active {
  color:#ffffff;
  background-color:#001c3a;
  border-color:#001b38;
}


.btn-soft-navy {
  color:#001f3f;
  background-color:rgba(0,31,63,0.15);
  border-color:transparent;
}
.btn-soft-navy:hover {
  background-color:rgba(0,31,63,0.25);
}
.btn-soft-navy:active, .btn-soft-navy.active {
  background-color:rgba(0,31,63,0.32);
}


/* orange */
.btn-orange {
  color:#ffffff;
  background-color:#fd7e14;
  border-color:#fd7e14;
}
.btn-orange:hover {
  color:#ffffff;
  background-color:#eb7512;
  border-color:#e37112;
}
.btn-orange:active, .btn-orange.active {
  color:#ffffff;
  background-color:#de6e11;
  border-color:#d76b11;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-orange {
  color:#fd7e14;
  background-color:transparent;
  border-color:#fd7e14;
}
.btn-outline-orange:hover {
  color:#ffffff;
  background-color:#fd7e14;
  border-color:#fd7e14;
}
.btn-outline-orange:active, .btn-outline-orange.active {
  color:#ffffff;
  background-color:#eb7512;
  border-color:#e37112;
}


.btn-soft-orange {
  color:#fd7e14;
  background-color:rgba(253,126,20,0.15);
  border-color:transparent;
}
.btn-soft-orange:hover {
  background-color:rgba(253,126,20,0.25);
}
.btn-soft-orange:active, .btn-soft-orange.active {
  background-color:rgba(253,126,20,0.32);
}


/* purple */
.btn-purple {
  color:#ffffff;
  background-color:#6f42c1;
  border-color:#6f42c1;
}
.btn-purple:hover {
  color:#ffffff;
  background-color:#673db3;
  border-color:#633bad;
}
.btn-purple:active, .btn-purple.active {
  color:#ffffff;
  background-color:#613aa9;
  border-color:#5e38a4;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-purple {
  color:#6f42c1;
  background-color:transparent;
  border-color:#6f42c1;
}
.btn-outline-purple:hover {
  color:#ffffff;
  background-color:#6f42c1;
  border-color:#6f42c1;
}
.btn-outline-purple:active, .btn-outline-purple.active {
  color:#ffffff;
  background-color:#673db3;
  border-color:#633bad;
}


.btn-soft-purple {
  color:#6f42c1;
  background-color:rgba(111,66,193,0.15);
  border-color:transparent;
}
.btn-soft-purple:hover {
  background-color:rgba(111,66,193,0.25);
}
.btn-soft-purple:active, .btn-soft-purple.active {
  background-color:rgba(111,66,193,0.32);
}


/* teal */
.btn-teal {
  color:#ffffff;
  background-color:#20c997;
  border-color:#20c997;
}
.btn-teal:hover {
  color:#ffffff;
  background-color:#1dba8c;
  border-color:#1cb487;
}
.btn-teal:active, .btn-teal.active {
  color:#ffffff;
  background-color:#1cb084;
  border-color:#1baa80;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}


.btn-outline-teal {
  color:#20c997;
  background-color:transparent;
  border-color:#20c997;
}
.btn-outline-teal:hover {
  color:#ffffff;
  background-color:#20c997;
  border-color:#20c997;
}
.btn-outline-teal:active, .btn-outline-teal.active {
  color:#ffffff;
  background-color:#1dba8c;
  border-color:#1cb487;
}


.btn-soft-teal {
  color:#20c997;
  background-color:rgba(32,201,151,0.15);
  border-color:transparent;
}
.btn-soft-teal:hover {
  background-color:rgba(32,201,151,0.25);
}
.btn-soft-teal:active, .btn-soft-teal.active {
  background-color:rgba(32,201,151,0.32);
}


.btn-block { display:block; width:100%; }
@media(max-width:575.98px){ .btn-responsive { display:block; width:100%; } }
.btn-pill { border-radius:9999px; }


.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}





@media (max-width: 1680px) {
    #main-notice-box .mnb_blank {
        position:relative;
        width: 100%;
        max-width: 100%;
        left: 0px;
        transform: translateX(0px);
        top: 0px;
    }
}

@media (max-width: 1600px) {
    #header [class~=wrap_box], [class~=copy_top] [class~=copy_link], [class~=copyright], .max-width {
        padding-left:2%;
        padding-right: 2%;
    }
}
@media (max-width: 1450px) {
    #main_visual [class~=sliderkit-text] {
        top: 50%;
        transform: translateY(-50%);
    }
    #main_visual .lviewa {
        font-size: 360%;
        transition:all 0.5s;
    }
    #main_visual .sviewa {
        font-size: 200%;
        transition:all 0.5s;
    }
}
@media (max-width: 1300px) {
    #main_visual [class~=sliderkit-text] {
        top: 50%;
        transform: translateY(-50%);
    }
    #main_visual .lviewa {
        font-size: 300%;
        transition:all 0.5s;
    }
    #main_visual .sviewa {
        font-size: 160%;
        transition:all 0.5s;
    }
}

@media all and (max-width:1100px){
    [class~=scontents] {
        width: 96%;
        padding:0px 0 60px 0;
    }
    .sub_right .path {
        position: relative;
        top: 0;
        right: 0;
        justify-content: flex-end;
    }

    #main-notice-box .mmnb_flex_wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
        padding: 0 0 48px 0;
        height: auto;
    }
    #main-notice-box .mmnb_flex_wrap .mnb_flex:nth-child(2) {
        width: 90%;
        margin: 0 auto;
    }
    .main_quick_menu > div > a {
        font-size: 20px;
    }
    .main_quick_menu > div > a .mqm-icon > img {
        width:80px;
    }

    #m_program {
        background-image: url(/theme/kgsw/img/main/program_bg.jpg);
        background-position: center bottom;
        background-repeat: repeat;
        height: auto;
        padding: 60px 15px;
    }
    #m_program .flexbox_program_wrap .prg_app_list .prg_app_item {
        --gap: 50px;
        grid-template-columns: repeat(2, 1fr);

    }

    .zone_latest_flex {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .popupzone_latest_box {
        width: 100%;
        max-width:600px;
        margin:0 auto;
    }
}
@media all and (max-width:900px){
    .main_quick_menu > div > a {
        font-size: 17px;
    }
    .main_quick_menu > div > a .mqm-icon > img {
        width:70px;
    }
}

@media screen and (max-width: 768px){
    #rolling_box [class~=inner] {
        padding-bottom: 30px;
    }
    .main_quick_menu {
        gap: 20px;
    }
}
@media all and (max-width:701px){
    #main-notice-box .mnb_flex .tit_box h2{
        display: flex;
        flex-direction: column;
    }
    #m_program .flexbox_program_wrap .tit_box h2 {
        display: flex;
        flex-direction: column;
    }
    .main_quick_menu {
        flex-wrap: wrap;
    }
    .main_quick_menu > div {
        flex: 0 0 calc(49% - 15px);
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }
    #main_visual .lviewa {
        font-size: 200%;
        transition:all 0.5s;
    }
    #main_visual .sviewa {
        font-size: 130%;
        transition:all 0.5s;
    }
}

@media all and (max-width:600px){
    .left_subnav_dep3 {
        flex-direction: column;
        width:100%;
        transition:all 0.5s;
    }
    .left_subnav_dep3 > div {
        width:100%;
        transition:all 0.5s;
    }
    #m_program .tit_box > h2 {
        max-width:80%;
    }
    .main-section .tit_box > h2 > strong {
        font-size: 1.4em !important;
    }
}

@media all and (max-width:505px){
    #m_program .flexbox_program_wrap .prg_app_list .prg_app_item {
        --gap: 50px;
        grid-template-columns: repeat(1, 1fr);

    }
    .main_quick_menu{
        gap:10px;
    }
    .main_quick_menu > div {
        flex:1;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }
	.banner-wrap {
        flex-direction: column;
        margin:20px auto;
    }
    .banner-wrap .m_tab_titbox {
        margin-bottom: 10px;
    }
}