@charset "utf-8";

html{
    width: 480px;
    margin: 0 auto;
}
body{
    width: 480px;
}
main{
    width:100%;
    
}
h3{
    font-size: 20px;
}

/* nav */
nav{
    background-color: rgba(255, 255, 255, 0.933);
    width: 480px;
    height: 75px;
    position: fixed;
    top: 0;
    left: auto;
    z-index: 10;
}
nav .logo{
    padding: 0 30px;    
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav h1 img{
    height: 30px;
}
nav .menu img{
    height: 15px;
}
nav .menu-wrap{
    display: none;
    position: fixed;
    top:75px;
    width: 480px;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 8;
}
nav .menu-wrap .list{
    width: 100%;
    padding: 20px 50px;
}
nav .menu-wrap .list li{
   width: 100%;
   height: 40px;

}
nav .menu-wrap .list li a{
    display: block;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #333;
}
/* mainvisual */
#mainvisual{
    width: 100%;
    height: 768px;
    background-image: url(../imges/mainvisual.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#mainvisual .main-wrap{
    padding: 140px 30px ;
}
#mainvisual .main-wrap p{
    color: #fff;
}
#mainvisual .main-wrap .fir{
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 36px;
}
#mainvisual .main-wrap .title{
    font-size: 31px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0.05cm;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 36px;
}
#mainvisual .main-wrap .sec{
    font-size: 20px;
}

/* cont1 */
.cont1{
    width: 100%;
    background-color: #333;
    height: 194px;
}
.cont1 .text{
    width: 100%;
    padding: 44px 50px;
}
.cont1 .text p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
}

/* cont2 */
.cont2{
    width: 100%;
    height: 1020px;
    background-image: url(../imges/cont2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.cont2 .cont2-wrap{
    width: 100%;
    padding:100px 30px;
}
.cont2 .cont2-wrap h3{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 32px;
    color: #FF724D;
}
.cont2 .cont2-wrap p{
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
}
.cont2 .cont2-wrap span{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

/* jo */
.jo{
    width: 100%;
    line-height: 0;
}
.jo img{
    width: 100%;
}
/* agenda */
#agenda{
    width: 100%;
    background-color: #111;
    padding: 74px 16px;
}
#agenda h3{
    margin-bottom: 32px;
    color: #fff;
}
#agenda .mc{
    color: #fff;
    text-align: right;
    margin-bottom: 12px;
    font-size: 15px;
}
.agenda-wrap .day{
    width: 100%;
    background-color: #fff;
    margin-bottom: 24px;
}
.agenda-wrap .day h4{
    background-color: #12824a;
    color: #fff;
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: 300;
}
.agenda-wrap .day2 h4{
     background: #4b16d1;
}
.agenda-wrap .table li{
    display: flex;
    flex-wrap: wrap;
    padding: 8px 4px;
    border-bottom: 1px solid #999;
    align-items: center;
    justify-content: space-between;
}
.agenda-wrap .table .sort{
    background: #FA582D;
    border-bottom: none;
}
.agenda-wrap .table .sort .time{
    text-align: left;
    color: #fff;
    font-weight: 600;
}
.agenda-wrap .table .sort .contents{
    color: #fff;
    font-weight: 600;
}

.agenda-wrap .table li .time{
    width: 72px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    height: auto;
    color: #FA582D;
}
.agenda-wrap .table li .contents{
    width: calc(100% - 72px);
    text-align: center;
    font-size: 15px;
    padding: 0 8px;
}
.agenda-wrap .table li .contents .title{
    color: #000;
    margin-bottom: 2px;
    font-weight: 600;
}
.agenda-wrap .table li .contents .sub{
    color: #333;
    margin-bottom: 2px;
}
.agenda-wrap .ss{
    color: #ddd;
    font-weight: 300;
    font-size: 14px;
}


/* cont3 */
.cont3{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 74px 20px;
}
.cont3-wrap{
    /* width: 100%;
    height: 700px;
    overflow: scroll; */
}
.cont3-wrap h3{
    line-height: 28px;
    margin-bottom: 32px;
}
.cont3-wrap .imgwrap .contens{
    width: 100%;
    height: 604px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;

}
.cont3-wrap .imgwrap .contens .text{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 228px;
    padding: 0 32px;
    margin-bottom: 20px;
    overflow-y: scroll;
}
.cont3-wrap .imgwrap .contens .text span{
    font-size: 15px;
    color: #eee;
    display: block;
    margin-top: 8px;
}
/* scroll */
::-webkit-scrollbar{height: 4px; width: 4px;}
::-webkit-scrollbar-thumb{background: #FF724D;}

.cont3-wrap .imgwrap .contens .text .num{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 28px;
}
.cont3-wrap .imgwrap .contens .text .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.cont3-wrap .imgwrap .contens .text .info{
    font-size: 16px;
    color: #ddd;
    line-height: 24px;
}
.cont3-wrap .imgwrap .one{
    background-image: url(../imges/con3-1.jpg);
}
.cont3-wrap .imgwrap .two{
    background-image: url(../imges/cont3-2.jpg);
}
.cont3-wrap .imgwrap .thr{
    background-image: url(../imges/cont3-3.jpg);
}
.cont3-wrap .imgwrap .four{
    background-image: url(../imges/cont3-4.jpg);
}
.cont3-wrap .imgwrap .five{
    background-image: url(../imges/cont3-5.jpg);
}

/* cont4 */
#place{
    width: 100%;
    background-color: #111;
    padding: 52px 0 52px 30px;
}

.cont4-wrap .text-wrap h3{
    color: #fff;
    margin-bottom: 20px;
}
.cont4-wrap .text-wrap .text{
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cont4-wrap .text-wrap .text div{
    color: #fff;
    font: 16px;
}
.cont4-wrap .text-wrap .text .map{
    display: flex;
}
.cont4-wrap .text-wrap .text div a{
    color: #fff;
    font: 16px;
}
.cont4-wrap .text-wrap .text div a img{
    height: 12px;
    margin-left: 8px;
}
.cont4-wrap .img-slick{
    display: flex;
}
.cont4-wrap .img-slick div{
    /* width: 372px;
    height:240px; */
    position: relative;
}
.cont4-wrap .img-slick div img{
    width: 372px;
}

/* cont5 */
.cont5{
    width: 100%;
    height: 732px;
    background-image: url(../imges/cont5.jpg);
    background-size: cover;
    padding: 0 30px;
}
.cont5 .text h3{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 100px;
}
.cont5 .text p{
    color: #ddd;
    font-size: 16px;
    line-height: 28px;
}

/* cont6 */
#sevice{
    width: 100%;
    padding: 100px 30px;
}
.cont6-wrap li{
    margin-bottom: 52px;
}
.cont6-wrap li:last-child{
    margin-bottom: 0;
}
.cont6-wrap li h4{
    font-size: 22px;
    font-weight: 700;
    color: #FF724D;
    margin-bottom: 20px;
}
.cont6-wrap li h4 span{
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}
.cont6-wrap li p{
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 28px;
}
.cont6-wrap li p span{
    font-size: 16px;
    line-height: 24px;
    color: #555;
    display: block;
    margin-top: 4px;
}
.cont6-wrap li p.add{
    font-size: 15px;
    color: #FA582D;
    margin-top: 12px;
}
.cont6-wrap li img{
    width: 426px;
}
.cont6-wrap li .plane{
    margin-bottom: 12px;
}
.cont6-wrap li .date{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}
.cont6-wrap li .date2{
    margin-bottom: 28px;
}
.cont6-wrap li .date span{
    color: #0078e8;
}
/* sponsor */
.sponsor{
    background-color: #111;
    padding: 56px 30px;
}
.sponsor h3{
    margin-bottom: 32px;
    color: #fff;
}
.sponsor ul{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.sponsor ul li{
    background: #fff;
    width: 130px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}
.sponsor ul li a{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.sponsor ul li a img{
    height: 25px;

}
/* footer */
footer{
    background-color: #000;
    width: 100%;
    padding:56px 30px;
}
footer h3{
    margin-bottom: 32px;
    color: #fff;
}
footer .text li{
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
footer .text li a{
    color: #FF724D;
}