@charset 'utf-8';
@import url('https://webfontworld.github.io/TheJamsil/TheJamsil.css');
@media all and (max-width:479px){

    .header-top{width: 95%}
    .bg_visual {text-align: center;padding: 120px 0 80px 0}
    .visual_box{width: 95%;min-height: 400px}
    .visual {
        width: 100%;
        background:#10203B;
        background-size: contain;
        background-image: url(/assets/image/forum/2025/background-m-250617.jpg);
        background-repeat: no-repeat;
        border-bottom: 2px solid #5bb5e9;
        background-position: bottom center;
        position: relative;
    }
    .area{width: 98%}

    h2 {font-size:39px}
    h2 span{
        display: block;
        font-weight: 700;
        letter-spacing: -.045em;
        line-height: 40px;
        margin: 0 auto 10px auto;
    }
    h2 span:last-child{
        /* font-size: 30px; */
        line-height: 34px;
    }
    h3 {
        font-weight: 700;
        font-size: 22px;
        letter-spacing: -.065em;
        margin: 0 0 30px 0;
        text-align: center;
    }
    h4 {
        font-size: 22px;
        font-weight: 800;
        letter-spacing: -0.4px;
    }
    .description{height: 45px;overflow: hidden}
    
    h5 { line-height: 20px; font-weight: bold; font-size: 0.93em ; color: #fff}
    span.title_band{
        margin: 0 0 10px 0;
        padding:7px 9px;
        display:inline-block;
        border-radius: 5px;
        box-sizing: border-box;
        letter-spacing: -.065em;
        font-size:17px;
        color: #91c2e9;
    }
    span.sub_text{
        padding: 10px 0 20px 0;
        display:block;
        line-height: 22px;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        letter-spacing: -0.4px;
    }
    /*host*/
    .host_box p{
        display: inline-block;
        margin: 0 30px;
    }
    .host_box p span{
        display: inline-block;
        font-size: 17px;
        margin: 0 5px;
        line-height: 27px;
    }
    .host_box p span:first-child{
        background: #254664;
        border-radius: 5px;
        font-weight: 900;
        padding: 0 20px;
    }
    .host_box p span img{width: 100px}

    #news .news-area article .news-img{
        max-height: 300px;
        overflow: hidden;
    }

    #news .news-area article .news-img{
        display: flex;
        align-items: center;
    }

    #news .news-area article .news-text h4{
        margin: 10px auto 15px auto;

        color: #fff;
        font-size: 24px;
        letter-spacing: -.065em;
        line-height: 30px;
    }

    #news .news-area article .news-text em{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.4px;
        color: #222;
        font-family: Noto Sans KR;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media all and (min-width:480px) and (max-width:767px){

    .header-top{width: 95%}
    .bg_visual {text-align: center;padding: 120px 0 210px 0}
    .visual_box{width: 95%;min-height: 400px}
    .visual {
        width: 100%;
        background:#10203B;
        background-size: contain;
        background-image: url(/assets/image/forum/2025/background-m-250617.jpg);
        background-repeat: no-repeat;
        border-bottom: 2px solid #5bb5e9;
        background-position: bottom center;
        position: relative;
    }
    .area{width: 98%}

    h2 {font-size:50px}
    h2 span{
        display: block;
        font-weight: 700;
        letter-spacing: -.045em;
        line-height: 80px;
    }
    h2 span:last-child{
        /* font-size: 32px; */
        line-height: 36px;
    }
    h3 {
        font-weight: 800;
        font-size: 26px;
        letter-spacing: -.065em;
        margin: 0 auto 30px auto;
        text-align: center;
    }
    h4 {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -.065em;
    }
    .description{height: 45px;overflow: hidden}

    h5 { line-height: 20px; font-weight: bold; font-size: 0.93em ; color: #fff}
    span.title_band{
        margin: 30px 0 10px 0;
        padding:7px 9px;
        display:inline-block;
        border-radius: 5px;
        box-sizing: border-box;
        /*background: #83b1e3;*/
        font-size:20px;
        font-weight: bold;
        color: #91c2e9;
    }
    span.sub_text{
        padding: 20px 0 30px 0;
        display:block;
        line-height: 1.5;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: -0.4px;
    }
    /*host*/
    .host_box p{
        display: inline-block;
        margin: 0 30px;
    }
    .host_box p span{
        font-size: 1.2em;
        margin: 0 5px;
        line-height: 40px;
    }
    .host_box p span:first-child{background: #254664;border-radius: 5px;font-weight: 900;padding: 5px 20px}

    #news .news-area article .news-img{
        max-height: 300px;
        overflow: hidden;
    }

    #news .news-area article .news-img{
        display: flex;
        align-items: center;
    }

    #news .news-area article .news-text h4{
        margin: 10px auto 15px auto;

        color: #fff;
        font-size: 24px;
        letter-spacing: -.065em;
        line-height: 30px;
    }

    #news .news-area article .news-text em{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.4px;
        color: #222;
        font-family: Noto Sans KR;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
@media all and (min-width:768px) and (max-width:1279px){
    
    .header-top{width: 95%}
    .bg_visual {text-align: center;padding: 120px 0 0 0}
    .visual_box{width: 95%;min-height: 600px}
    .visual {
        width: 100%;
        background:#10203B;
        background-size: contain;
        background-image: url(/assets/image/forum/2025/background-250617.jpg);
        background-repeat: no-repeat;
        border-bottom: 2px solid #5bb5e9;
        background-position: center;
        position: relative;
    }
    .area{width: 98%}

    h2 {font-size:75px}
    h2 span{
        font-weight: 700;
        letter-spacing: -.045em;
        line-height: 80px;
    }
    h2 span:last-child{
        /* font-size: 50px; */
    }
    h3 {
        font-weight: 700;
        font-size: 1.7em;
        margin: 0 auto 30px auto;
        text-align: center;
    }
    h4 {
        font-size: 20px;
        font-weight: 800;
        letter-spacing: -0.4px;
    }
    .description{height: 45px;overflow: hidden}

    h5 { line-height: 20px; font-weight: bold; font-size: 0.93em ; color: #fff}
    span.title_band{
        margin: 30px auto 10px auto;
        padding:7px 9px;
        display:inline-block;
        border-radius: 5px;
        box-sizing: border-box;
        /*background: #83b1e3;*/
        font-size:26px;
        font-weight: bold;
        color: #91c2e9;
    }
    span.sub_text{
        padding: 20px 0 30px 0;
        display:block;
        line-height: 1.5;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: -0.4px;
    }
    /*host*/
    .host_box p{display: inline-block;margin: 0 30px}
    .host_box p span{
        font-size: 1.2em;
        margin: 0 5px;
        line-height: 40px;
    }
    .host_box p span:first-child{background: #254664;border-radius: 5px;font-weight: 900;padding: 5px 20px}

    #news .news-area article .news-img{
        height: 165px;
        overflow: hidden;

        display: flex;
        align-items: center;
    }
    #news .news-area article .news-img img{
    
    }

    #news .news-area article .news-text h4{
        margin: 10px auto 15px auto;

        color: #fff;
        font-size: 24px;
        letter-spacing: -.065em;
        line-height: 30px;
    }

    #news .news-area article .news-text em{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.4px;
        color: #222;
        font-family: Noto Sans KR;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
@media all and (min-width:1280px){

    .header-top{width: 95%}
    .bg_visual {text-align: center;padding: 120px 0 0 0}
    .visual_box {width: 100%;min-height: 600px}
    .visual {
        width: 100%;
        background:#10203B;
        background-size: cover;
        background-image: url(/assets/image/forum/2025/background-250617.jpg);
        background-repeat: no-repeat;
        border-bottom: 2px solid #5bb5e9;
        background-position: center;
        position: relative;
    }
    .area{width: 1280px}

    nav .nav-box ul li:nth-child(1) span{border-bottom: 2px solid #83b1e3}

    h2 {font-size:75px}
    h2 span{
        font-weight: 700;
        letter-spacing: -.045em;
        line-height: 80px;
    }
    h2 span:last-child{
        /* font-size: 50px; */
    }
    h3 {font-weight: 700;font-size: 1.7em;margin: 0 0 30px 0;text-align: center}
    h4 {
        font-size: 20px;
        font-weight: 800;
        letter-spacing: -0.4px;
    }

    .description{height: 45px;overflow: hidden}

    h5 { line-height: 20px; font-weight: bold; font-size: 0.93em ; color: #fff}

    span.title_band{
        margin: 30px 0 10px 0;
        padding:7px 9px;
        display:inline-block;
        border-radius: 5px;
        box-sizing: border-box;
        /*background: #83b1e3;*/
        font-size:26px;
        font-weight: bold;
        color: #91c2e9;
    }
    span.sub_text{
        padding: 20px 0 30px 0;
        display:block;
        line-height: 1.5;
        color: #fff;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: -0.4px;
    }
    /*host*/
    .host_box p{
        display: inline-block;
        margin: 0 30px;
    }
    .host_box p span{
        font-size: 1.2em;
        margin: 0 5px;
        line-height: 40px;
    }
    .host_box p span:first-child{
        background: #254664;
        border-radius: 5px;
        font-weight: 900;
        padding: 5px 20px;
    }

    #news .news-area article .news-img{
        height: 187px;
        overflow: hidden;
    }

    #news .news-area article .news-text h4{
        margin: 10px auto 15px auto;

        color: #fff;
        font-size: 26px;
        letter-spacing: -.065em;
        line-height: 32px;
    }

    #news .news-area article .news-text em{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.4px;
        color: #222;
        font-family: Noto Sans KR;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

body{color: #fff}
.container section{margin: 0 0 40px 0;}
button{width: 300px;margin: 20px auto 0 auto;display: block;padding: 15px 0;border-radius: 10px;background: #83b1e3;color: #fff;font-weight: 800;font-size: 1.2em;letter-spacing: -1px}
.area{margin: 0 auto}

/* 헤딩태그 */
h2 {text-align:center}
h2 span{display: block;color:#fff; font-weight: 300;}
h2 span:last-child{
    color: #fff;
    font-weight: 800;
}

#wrap{background: #171717}

/* header */
header {width: 100%;background: rgba(0,0,0,0.4);position: absolute;border-top:2px solid #83b1e3; backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px); z-index: 100}
header section .header-top{margin: 0 auto;overflow: hidden}
.header-top ul{overflow: hidden;padding: 10px 0;display: inline-block}
.header-top ul li{float: left;margin: 0 10px 0 0;text-align: center}
.header-top ul li span{padding: 10px 0;font-size: 0.8em;color: #e9e9e9}

.header-top .family-site{float: left}
.header-top .family-site li:first-child span{color: #83b1e3;font-weight: 700}
.header-top .previous-site{float: right}

/* nav */
nav{}
nav h1{float: left}
nav .nav-box{}
nav .nav-box ul{overflow: hidden;float: right}
nav .nav-box ul li span{color: #fff;font-weight: 800;font-size: 1.1em}
nav .nav-box ul li span:hover{opacity: 0.7;transition: 0.8s}

/* visual */
.visual_box {margin:0 auto; display: flex; justify-content: center;}
.visual img {max-width: 100%}
.flex_box{display: flex; flex-direction: column; align-items: center; justify-content: center;}

.sub_text p span{display: block}

/*schedule*/
.schedule{margin: 10px 0 0 0}
.schedule p{border-top:2px solid #ccc;border-bottom: 2px solid #ccc;display: inline-block}
.schedule p span{font-weight: 700;font-size: 1.1em;line-height: 42px}
.schedule p span:first-child:after{content: "";border-right: 1px solid #fff;margin: 0 10px}
.schedule p span img{}

#news .news-area article .news-text{}
#news .news-area article .news-text h4{
    
}
#news .news-area article .news-text time{
    color: #999;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.4px;
    margin: 0 auto 10px auto;
}
#news .news-area article .news-text em{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #fff;
    font-family: Noto Sans KR;
}