@charset 'utf-8';
@import url('https://webfontworld.github.io/TheJamsil/TheJamsil.css');
@media all and (max-width:479px){

    .header-top{width: 95%}
    .visual_box{width: 95%}
    .area{width: 98%}

    h2 {font-size:45px}
    h2 span{
        display: block;
        font-weight: 700;
        letter-spacing: -.045em;
        line-height: 50px;
    }
    span.title_band{
        margin: 10px 0 10px 0;
        padding:7px 9px;
        display:inline-block;
        border-radius: 5px;
        box-sizing: border-box;
        /*background: #83b1e3;*/
        font-size:18px;
        font-weight: bold;
        color: #fff;
    }
    span.sub_text{
        padding: 20px 0 30px 0;
        display:block;
        line-height: 1.5;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: -0.4px;
    }
}
@media all and (min-width:480px) and (max-width:767px){

    .header-top{width: 95%}
    .visual_box{width: 95%}
    .area{width: 98%}

    h2 {font-size:65px}
    h2 span{
        display: block;
        font-weight: 700;
        letter-spacing: -.045em;
        line-height: 80px;
    }
    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: #fff;
    }
    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;
    }
}
@media all and (min-width:768px) and (max-width:1279px){
    
    .header-top{width: 95%}
    .visual_box{width: 95%}
    .area{width: 98%}

    h2 {font-size:65px}
    h2 span{
        font-weight: 700;
        letter-spacing: -.045em;
        line-height: 80px;
    }
    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: #fff;
    }
    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;
    }
}
@media all and (min-width:1280px){

    .header-top{width: 95%}
    .visual_box {width: 1280px}
    .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;
    }
    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: #fff;
    }
    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;
    }
}

body{color: #fff}
.container section{margin: 0 0 40px 0;border-bottom: 1px solid #555;padding: 0 0 50px 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 {color:#d4deef;text-align:center}
h2 span{font-family:'TheJamsil'}
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;
}
h5 { line-height: 20px; font-weight: bold; font-size: 0.93em ; color: #fff}

#wrap{background: #171717}

/* header */
header {width: 100%;background: rgba(0,0,0,0.5);position: absolute;border-top:2px solid #83b1e3;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}

.container{}
.description{height: 45px;overflow: hidden}

/* visual */
.visual {
    width: 100%;
    background:#000;
    background-size: 1200px;
    background-image: url(/assets/image/forum/2023/background-230622.jpg);
    background-repeat: no-repeat;
    border-bottom: 2px solid #fff;
    background-position: center;
    position: relative;
}
.bg_visual {text-align: center;padding: 140px 0 170px 0}
.visual_box {min-height: 600px; margin:0 auto}
.visual img {max-width: 100%}

.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{}

/*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}

