@charset "utf-8";

/**************************************************
*
*   main.css
*
***************************************************/
#main {}
#main .main-events {display: flex; justify-content:center;}
/*#main .main-events > li {width: 100%;}*/
#main .main-events a {display: block; position: relative; overflow: hidden;}
#main .main-events img {width: 100%; transition: all 0.5s; aspect-ratio: 1 / 1;}
#main .main-events a:where(:hover,:focus) img {filter: blur(5px); transform: scale(1.1);}
#main .main-events a:where(:hover,:focus) .title {color: var(--com-sub-color-01); text-shadow: 0 0 20px #000, 0 0 20px #000;}
#main .main-events .title {width: 100%; font-size: 38px; font-weight: 600; color: #fff; padding: 0 15px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; transition: all 0.4s;}

#main .main-narrow-content {padding: 0 var(--com-mobile-pdlr);}

#main .link-list {display: flex; margin-top: 40px; border-top: 2px solid #000; border-left: 2px solid #000;}
#main .link-list li {width: 100%; border-bottom: 2px solid #000; border-right: 2px solid #000;}
#main .link-list a {font-size: 20px; font-weight: 500; display: block; padding: 10px; text-align: center;}
#main .link-list a:where(:hover,:focus) {background-color: var(--com-sub-color-01);}


/* 250421 수정 시작 */
#main .program-list-inner {width: 100%; display: flex; justify-content: space-between; gap: 70px;}
#main .program-list-inner .fixed-slide {width: 30%; max-width: 316px; display: flex; flex-direction: column; align-items: center; padding-top: 20px; flex-shrink: 0;}
#main .program-list-inner .fixed-slide .img-box {margin: 0 auto; max-width: 316px; height: 316px; min-width: 316px; filter: drop-shadow(0 0 10px #ccc); overflow: hidden;}
#main .program-list-inner .fixed-slide .img-box img {width: 100%; height: 100%; transition: all 0.3s;}
#main .program-list-inner .fixed-slide .title {font-size: 18px; color: #000; font-weight: 800; margin-top: 20px; text-align: center; word-break: break-all;}
#main .program-list-inner .fixed-slide .subTitle {color: #666; font-weight: 500; margin-top: 10px; text-align: center;}
#main .program-list {margin-top: 60px;}
#main .program-list .slider {width: calc(100% - 386px); text-align: center; padding-top: 20px;}
#main .program-list .slider .swiper-slide {max-width: 316px;}
#main .program-list .slider a {display: flex; flex-direction: column; align-items: center;}
#main .program-list .slider a:where(:hover,:focus) .img-box img {transform: scale(1.1);}
#main .program-list .slider a:where(:hover,:focus) p {text-decoration: underline; text-underline-position: under;}
#main .program-list .slider .img-box {max-width: 316px; min-width: 300px; filter: drop-shadow(3px 3px 10px #ccc); overflow: hidden;}
#main .program-list .slider .img-box img {width: 100%; transition: all 0.3s;}
#main .program-list p {word-break: keep-all;}
#main .program-list .title {font-size: 18px; color: #000; font-weight: 800; margin-top: 20px;}
#main .program-list .subTitle {color: #666; font-weight: 500; margin-top: 10px;}
#main .program-list .ctrl-box {display: flex; align-items: center; gap: 16px; margin-top: 60px;}
#main .program-list .ctrl-box button {width: 60px; height: 60px; position: static; transform: none; display: flex; justify-content: center; align-items: center; border: 1px solid #d9d9d9; border-radius: 50%; flex-shrink: 0; margin: 0;}
#main .program-list .ctrl-box button::before,
#main .program-list .ctrl-box button::after {display: none;}
#main .program-list .ctrl-box button:where(:hover,:focus) {background-color: var(--com-sub-color-01); border-color: #999;}
#main .program-list .ctrl-box button:where(:hover,:focus) img {filter: brightness(0.3)}
#main .program-list .ctrl-box img {transition: all 0.3s;}
#main .program-list .ctrl-box .btn-next img {transform: rotate(180deg);}
#main .program-list .progress-bar {width: 100%; height: 1px; background-color: #aaa; position: relative;}
#main .program-list .progress-bar .current {width: 0; height: 3px; background-color: #FFB43D; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

#main .marquee-center {margin-top: 50px; margin-bottom: 15px; font-size: 100px; color: #eee; font-weight: 500; letter-spacing: 1px; overflow: hidden; pointer-events: none;}
#main .marquee-center .swiper-wrapper {transition-timing-function: linear;}
#main .marquee-center .swiper-slide {width: fit-content; white-space: nowrap;}

#main .main-brd-box {display: flex; gap: 50px;}
#main .main-brd-box .brd-tabs {width: 20%; gap: 20px; display: flex; flex-direction: column; justify-content: space-between;}
#main .main-brd-box .brd-tabs a {display: flex; min-height: 65px; padding: 10px; justify-content: center; align-items: center; text-align: center; color: #666; font-weight: 600; font-size: 17px; background-color: #fff;}
#main .main-brd-box .brd-tabs a.active {background-color: #111; color: #fff;}
#main .main-brd-box .brd-tabs a:where(:hover,:focus) {filter: brightness(0.95);}
#main .main-brd-box .brd-tabs .btn-more {background-color: #eee; border: 1px solid #ddd;}
#main .main-brd-box .btn-more.mob {display: none;}
#main .main-brd-box .brd-tabs .list { border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
#main .main-brd-box .brd-tabs .list li {border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
#main .main-brd-box .brd-list {width: 80%; border-top: 2px solid #333; border-bottom: 1px solid #aaa; display: flex; flex-direction: column; color: #000;}
#main .main-brd-box .brd-list li {height: 100%;}
#main .main-brd-box .brd-list li:not(:last-of-type) {border-bottom: 1px solid #ddd;}
#main .main-brd-box .brd-list a {height: 100%; display: flex; align-items: center; padding: 10px 40px;}
#main .main-brd-box .brd-list a:where(:hover,:focus) {background-color: #FFB43D;}
#main .main-brd-box .brd-list a:where(:hover,:focus) i {color: #000;}
#main .main-brd-box .brd-list .date {width: 56px; height: 56px; border-radius: 50%; background-color: #000; color: #fff; display: flex; justify-content: center; align-items: center; text-align: center; flex-shrink: 0; margin-right: 30px;}
#main .main-brd-box .brd-list .type {width: 150px; font-weight: 500; flex-shrink: 0; padding-right: 20px;}
#main .main-brd-box .brd-list .title {width: 100%; font-weight: 800; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 20px;}
#main .main-brd-box .brd-list i {color: #aaa; font-weight: 800; font-size: 30px; transition: all 0.3s;}

#main .instagram-box {margin-top: 100px;}
#main .instagram-box .mob-sns-list {display: none;}
#main .instagram-box .list {display: flex; gap: 10px;}
#main .instagram-box .list li {width: 100%;}
#main .instagram-box .list a {display: block; width: 100%; aspect-ratio: 1 / 1; position: relative; overflow: hidden;}
#main .instagram-box .list a:where(:hover,:focus) .crawled-img {transform: scale(1.1);}
#main .instagram-box .list a:where(:hover,:focus) .mark-img {transform: rotateY(180deg);}
#main .instagram-box .list img {transition: all 0.4s;}
#main .instagram-box .list .crawled-img {width: 100%; height: 100%;}
#main .instagram-box .list .mark-img {position: absolute; top: 10px; right: 10px;}

#main .newsletter-banner {min-height: 200px; gap: 30px; display: flex; justify-content: flex-end; align-items: center; padding: 10px 0; background: url("/resources/img/2024/main_newsletter_banner.jpg") no-repeat; background-size: cover; margin-top: 100px; padding-right: 8%; background-position: center;}
#main .newsletter-banner .txt-box {color: #666;}
#main .newsletter-banner .diff-style-txt {font-size: 30px; color: #000; font-weight: 800; margin-bottom: 10px;}
#main .newsletter-banner .btn-subscribe a {display: block; font-size: 18px; padding: 12px 15px; background-color: #000; color: #fff;}
#main .newsletter-banner .btn-subscribe a:where(:hover,:focus) {background-color: var(--com-sub-color-01);}

#main .sponsor-banner {margin-top: 50px; padding: 0 var(--com-mobile-pdlr);}
#main .sponsor-banner > .com-inner-1500 {display: flex; align-items: center;}
#main .sponsor-banner .ctrl-box {flex-shrink: 0; display: flex; align-items: center; margin-right: 30px;}
#main .sponsor-banner .ctrl-box .txt {font-size: 19px; color: #000; font-weight: 600; margin-right: 20px;}
#main .sponsor-banner .ctrl-box button {width: 45px; height: 45px; position: static; margin: 0; display: flex; justify-content: center; align-items: center; border-right: 1px solid #ddd; background-color: #fff;}
#main .sponsor-banner .ctrl-box button:where(:hover,:focus) {filter: brightness(0.9);}
#main .sponsor-banner .ctrl-box button i {color: #000; font-size: 25px;}
#main .sponsor-banner .ctrl-box button::before,
#main .sponsor-banner .ctrl-box button::after {display: none;}
#main .sponsor-banner .ctrl-box :is(.btn-prev,.btn-next) i {font-size: 30px;}
#main .sponsor-banner .ctrl-box .btn-play {display: none;}
#main .sponsor-banner .btn-box {border: 1px solid #ddd; border-right: none; display: flex;}
#main .sponsor-banner .slider {width: 100%;}
#main .sponsor-banner .slider a {height: 80px; border: 1px solid #ddd; display: flex; justify-content: center; align-items: center; padding: 10px; background-color: #fff;}
#main .sponsor-banner .slider a:where(:hover,:focus) {filter: brightness(0.9);}

@media screen and (max-width: 1080px) {
    #main .main-events {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));}
    #main .main-events .title {font-size: 22px;}

    #main .link-list a {font-size: 18px;}

    #main .program-list-inner {gap: 40px;}
    #main .program-list-inner .fixed-slide {width: 40%; max-width: 284px;}
    #main .program-list-inner .fixed-slide .img-box {max-width: 90%; min-width: 284px; height: 284px;}
    #main .program-list .slider {width: calc(100% - 284px);}
    #main .program-list .slider .swiper-slide {max-width: 284px;}
    #main .program-list .slider .img-box {max-width: auto; min-width: auto;}
    #main .program-list .ctrl-box {margin-top: 40px; gap: 10px;}
    #main .program-list .ctrl-box button {width: 50px; height: 50px;}
    #main .program-list .ctrl-box button img {width: 20px;}
    #main .program-list .com-title-01 {margin-bottom: 10px;}

    #main .marquee-center {font-size: 80px;}

    #main .main-brd-box {display: flex; flex-wrap: wrap; gap: 30px;}
    #main .main-brd-box .brd-tabs {width: 100%;}
    #main .main-brd-box .brd-tabs .list {display: flex;}
    #main .main-brd-box .brd-tabs .list li {width: 100%;}
    #main .main-brd-box .brd-tabs a {height: 100%; min-height: 55px; font-size: 16px;}
    #main .main-brd-box .brd-tabs .btn-more {display: none;}
    #main .main-brd-box .brd-list {width: 100%; font-size: 15px;}
    #main .main-brd-box .brd-list a {padding: 10px 15px;}
    #main .main-brd-box .brd-list i {font-size: 25px;}
    #main .main-brd-box .brd-list .title {font-size: 17px;}
    #main .main-brd-box .brd-list .date {width: 50px; height: 50px; margin-right: 20px;}
    #main .main-brd-box .brd-list .type {width: 120px;}
    #main .main-brd-box .btn-more.mob {display: block; width: 100%;}
    #main .main-brd-box .btn-more.mob a {width: 100%; display: flex; justify-content: center; align-items: center; width: 100%; text-align: center; color: #666; padding: 20px 10px; font-size: 16px; background-color: #eee; border: 1px solid #ddd; font-weight: 600;}
    #main .main-brd-box .btn-more.mob a:where(:hover,:focus) {filter: brightness(0.95);}

    #main .instagram-box {margin-top: 60px;}
    #main .instagram-box .list {display: grid; grid-template-columns: repeat(3, minmax(0,1fr));}

    #main .newsletter-banner {min-height: 150px; padding: 20px; gap: 20px; background-position: right 25% center; margin-top: 60px;}
    #main .newsletter-banner img {width: 70px;}
    #main .newsletter-banner .diff-style-txt {font-size: 25px; margin-bottom: 5px;}
    #main .newsletter-banner .btn-subscribe a {font-size: 16px;}

    #main .sponsor-banner .ctrl-box .txt {font-size: 17px; margin-right: 15px;}
    #main .sponsor-banner .ctrl-box button {width: 35px; height: 35px;}
    #main .sponsor-banner .ctrl-box button i {font-size: 20px;}
    #main .sponsor-banner .ctrl-box :is(.btn-prev,.btn-next) i {font-size: 25px;}
}

@media screen and (max-width: 768px) {

    #main .link-list a {font-size: 16px;}

    #main .program-list-inner {gap: 30px;}
    #main .program-list-inner .fixed-slide {width: 40%; flex-shrink: unset;}
    #main .program-list-inner .fixed-slide .img-box {max-width: 100%; min-width: auto; height: auto;}
    #main .program-list-inner .fixed-slide .title {font-size: 16px; margin-top: 17px;}
    #main .program-list-inner .fixed-slide .subTitle {font-size: 14px; margin-top: 5px;}
    #main .program-list .slider {width: 60%;}
    #main .program-list .slider .swiper-slide {max-width: auto;}
    #main .program-list .slider .img-box {max-width: 100%; min-width: auto;}
    #main .program-list .com-title-01 {margin-bottom: 0;}
    #main .program-list .title {font-size: 16px; margin-top: 17px;}
    #main .program-list .subTitle {font-size: 14px; margin-top: 5px;}
    #main .program-list .ctrl-box {margin-top: 10px;}
    #main .program-list .ctrl-box button {width: 40px; height: 40px;}
    #main .program-list .ctrl-box button img {width: 15px;}

    #main .main-brd-box .brd-tabs .list {display: grid; grid-template-columns: repeat(3, minmax(0,1fr));}
    #main .main-brd-box .brd-list a {flex-wrap: wrap; gap: 7px 0; padding-right: 40px; position: relative;}
    #main .main-brd-box .brd-list i {position: absolute; top: 50%; right: 5px; transform: translateY(-50%);}
    #main .main-brd-box .brd-list .date {width: auto; height: auto; padding: 5px 10px; border-radius: 0; margin-right: 10px;}
    #main .main-brd-box .brd-list .type {width: auto; padding-right: 0;}
    #main .main-brd-box .brd-list .title {padding-right: 0;}


    #main .instagram-box .list {grid-template-columns: repeat(2, minmax(0,1fr));}

    #main .newsletter-banner {justify-content: center; flex-wrap: wrap; background-position: right 40% center;}
    #main .newsletter-banner .btn-subscribe {width: 100%;}
    #main .newsletter-banner .btn-subscribe a {width: 100%; text-align: center;}


    #main .sponsor-banner > .com-inner-1500 {flex-wrap: wrap; justify-content: center;}
    #main .sponsor-banner .ctrl-box {margin-right: 0; margin-bottom: 15px;}
    #main .sponsor-banner .slider a {height: 65px;}
}
@media screen and (max-width: 480px) {
    #main .program-list-inner {gap: 10px;}
    #main .program-list-inner .fixed-slide {width: 50%;}
    #main .program-list-inner .fixed-slide .img-box {filter: drop-shadow(0 0 5px #ccc); padding: 0 5px;}
    #main .program-list .slider {width: 50%;}
    #main .program-list .slider .img-box {filter: drop-shadow(0 0 5px #ccc); padding: 0 5px;}
    #main .program-list .com-title-01 {text-align: center;}
    #main .program-list .ctrl-box {margin-top: 0px;}
    #main .program-list .ctrl-box button {width: 30px; height: 30px;}
    #main .program-list .ctrl-box button img {width: 12px;}

    #main .link-list a {font-size: 14px;}

    #main .marquee-center {font-size: 60px;}

    #main .instagram-box .com-title-01 {text-align: center;}
    #main .instagram-box .mob-sns-list {display: flex; justify-content: center; gap: 10px; margin: 20px 0 40px;}
    #main .instagram-box .mob-sns-list li {}
    #main .instagram-box .mob-sns-list a {display: block;}
    #main .instagram-box .list .mark-img {width: 25px; height: 25px; top: 5px; right: 5px;}
}
/* 250421 수정 끝 // */


/* 문의하기 팝업 */
.bg_black_questions {display:none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.6); z-index: 2000;}
.modal_questions_box {display:none; width: 95vw; max-width: 500px; height: auto; padding: 20px; position: fixed; top: 50%; left: 50%; transform:translate(-50%,-50%); background-color: #fff; z-index: 2050;}
.modal_questions_box h2 {color:#333; font-size: 24px; position: relative; text-align: center; margin-bottom: 25px;}
.modal_questions_box input[type=text], .modal_questions_box textarea {width: 100%; height: 45px; color: #333; font-size: 16px;}
.modal_questions_box input[type=text] {border-bottom: 1px solid #ddd; padding: 0 10px;}
.modal_questions_box textarea {border: 1px solid #ddd; margin-top: 20px; height: 250px; padding: 12px 10px;}
.modal_questions_box .btn_cls_icon {position: absolute; top: 50%; right: 0; transform: translateY(-50%); font-size: 20px; color: #333;}
.modal_questions_box .btn_cls_icon i {font-weight: 600;}
.modal_questions_box .sel_box {display: flex; height: 45px; margin-bottom: 15px;}
.modal_questions_box .sel_box p {padding: 0 10px; font-size: 16px; margin-right: 5px; font-weight: 500; border: 1px solid #ccc; flex-shrink: 0; background-color: #f9f9f9; color: #000; display: flex; justify-content: center; align-items: center;}
.modal_questions_box .sel_box select {width: 100%; color: #333; font-size: 16px;}
.modal_questions_box .btn_box {display: flex; justify-content: space-between; margin-top: 15px;}
.modal_questions_box .btn_box button {width: 49%; height: 45px; font-size: 16px; display: inline-flex; justify-content: center; align-items: center; transition: all 0.3s ease;}
.modal_questions_box .btn_box .btn_send {background-color: #333; color: #fff;}
.modal_questions_box .btn_box .btn_send:hover {background-color: #111;}
.modal_questions_box .btn_box .btn_cls {background-color: #f9f9f9; border: 1px solid #ddd; color: #333;}
.modal_questions_box .btn_box .btn_cls:hover {background-color: #e8e8e8;}













@media screen and (max-width: 1560px) {
    
}
@media screen and (max-width: 1400px) {
    
}
@media screen and (max-width: 1240px) {
    
}
@media screen and (max-width: 1080px) {
    
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 480px) {
    
}