@charset "utf-8";

/* **** */
h3{
    font-size: 54px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 100px;
}

/***** header**** */
header{
    width: 100%;
    height: 90px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.header-wrap{
    width: 100%;
    height: 100%;
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrap .logo{
    display: flex;
    align-items: center;
}
.header-wrap .logo h1{
    width: 180px;
    height: 40px;
    background-color: #000;
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(to top, #6ac8ff,  #688aff);
    border-image-slice: 1;
    margin-right: 20px;
    border-radius: 1px;
    position: relative;
    transition: 2s;
}
.header-wrap .logo h1 a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    height: 100%;
}
.header-wrap .logo h1:hover::after{
    content: "";
    position: absolute;
    inset: -.15em;
    background: linear-gradient(to top, #6ac8ff,  #688aff);
    filter: blur(4px);
    z-index: -1;
    opacity: .3;
}
.header-wrap .logo h2{
    height: 30px;
}
.header-wrap .logo h2.aws{
    padding-right: 12px;
    border-right: 1px solid #fff;
    margin-right: 12px;
}
.header-wrap .logo h2 a{
    display: block;
    height: 100%;
}
.header-wrap .logo h2 a img{
    transition: 0.5s;
    display: block;
    height: 100%;
}
.header-wrap .logo h2 a:hover img{
    transform: scale(1.1);
}
.header-wrap .menu{
    display: flex;
}
.header-wrap .menu ul{
    display: flex;
}
.header-wrap .menu ul li{
    margin-right: 80px;
}
.header-wrap .menu ul li a{
    transition: .2s;
}

.header-wrap .menu ul li a:hover{
    color: #6b9bff;
}
.header-wrap .menu h2 a{
    display: flex;
    align-items: center;
}
.header-wrap .menu h2 a img{
    height: 30px;
}
.header-wrap .btn{
    width: 200px;
    height: 54px;
    background-color: #459ed2;
    border-radius: 10px;
    transition: .5s;
}
.header-wrap .btn:hover{
    background-color: #6ac8ff;
}
.header-wrap .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: 18px;
    font-weight: 600;
}

/* ******main********* */
#main{
    width: 100%;
    height: 1800px;
    position: relative;
}
.mvimg{
    position: sticky;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 100vh;
}
.mvimg img{
    object-fit: cover;
    min-height: 100%;
}
.mobileimg img{
    display: none;
}
.mainVisual-wrap{
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    padding: 0 120px;
    align-items: center;
}
.mainVisual-wrap .title{
  width: 60%;
}
.mainVisual-wrap .title .first{
    font-size: 40px;
    font-weight: 600;
    border-right: solid 3px rgba(4,244,247,.75);
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    animation: animated-text 4s steps(29,end) 1s 1 normal both,
    animated-cursor 600ms steps(29,end) infinite;
    
}
/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 490px;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(4,244,247,.75);}
  to{border-right-color: transparent;}
}
.mainVisual-wrap .title .second{
    font-size: 62px;
    font-weight: 600;
}
.mainVisual-wrap .title .third{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}
.mainVisual-wrap .cont{
    text-align: center;
    width: 50%;
}
.mainVisual-wrap .cont .text{
    font-size: 24px;
    font-weight: 400;
}
.mainVisual-wrap .cont .text p{
    margin-bottom: 8px;
}
.mainVisual-wrap .cont .text p:last-child{
    margin-bottom: 0;
}
.mainVisual-wrap .cont .btn{
    margin-top: 54px;
    display: flex;
    justify-content: center;
    gap: 32px;
}
.mainVisual-wrap .cont .btn a{
    display: block;
    width: 200px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    background-color: #459ed2;
    border-radius: 10px;
    transition: .5s;
}
.mainVisual-wrap .cont .btn a:hover{
    background-color: #6ac8ff;
}
.mainVisual-wrap .cont .btn a.save{
    background-color: #325ebd;
}
.mainVisual-wrap .cont .btn a.save:hover{
    
    background-color: #4677e0;
}

/* *******greeting******** */
.greeting{
    margin-top: 100px;
}
.greeting-wrap{
    width: 100%;
    display: block;
    padding: 0 120px;
    text-align: center;
}
.greeting-wrap .title{
    width: 100%;
    font-size: 28px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.greeting-wrap .cont{
    width: 100%;
    font-size: 20px;
}
.greeting-wrap .cont span{
    width: 50%;
    font-weight: 500;
    color: #6ac8ff;
    font-size: 50px;
}

/* **********agenda******* */
#agenda{
    width: 100%;
}
.agenda-wrap{
    width: 100%;
    padding: 200px 120px;
}
.agenda-wrap > div{
    width: 100%;
    background: linear-gradient(to bottom, #16102c79, #16102c17);
    border: 3px solid #3b8ce7;
    border-radius: 20px;
    padding: 80px 5% 100px;
}
.agenda-wrap > div h5{
    font-size: 20px;
    font-weight: 600;
    width: 220px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-image: linear-gradient(to top,  #6ac8ff,  #688aff);
    border-image-slice: 1;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 28px;
}
.agenda-wrap > div > ul > li{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    position: relative;
}
.agenda-wrap > div > ul > li.sort{
    border-top: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
}
.agenda-wrap > div > ul > li .time{
    width: 120px;
    text-align: center;
    height: 100%;
}
.agenda-wrap > div > ul > li > .session{
    width: calc(100% - 120px);
    text-align: center;
    padding: 20px 0;
    border-left: 1px solid #eee;
    transition: 0.2s;
}
.agenda-wrap > div > ul > li > .session:hover{
    background-color: rgba(107, 155, 255, 0.6);
}
.agenda-wrap > div > ul > li > .session:hover .speaker{
    color: #fff;
}
.agenda-wrap > div > ul > li.break > .session{
    background: linear-gradient(to right, #5eefff3e, #6943ff34);
}
.agenda-wrap > div > ul > li > .session .speaker{
    font-size: 14px;
    color: #6b9bff;
}

/* agenda-am session-info */

.keynote .session-info .button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.keynote li .session-info .button:hover{
    border: 2px solid #6b9bff;
    background-color: #6b9bff;
}
.keynote .session-info .wrap{
    display: none;
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1200px;
    height: 600px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    overflow-y: scroll;
    border: 2px solid #6b9bff;
    padding: 32px;
}
::-webkit-scrollbar {
    width: 8px;  
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #5fc5dd, #6b9cff); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .1);  /*스크롤바 뒷 배경 색상*/
}

.session-info .wrap .title{
    font-size: 32px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}
.session-info .wrap .title span{
    font-weight: 300
}
.session-info .wrap .sub{
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #fff;
}
.speakerwrap{
    display: flex;
    gap: 20px;
    
}
.speakerwrap .speaker-img{
    width: 200px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ddd;
    margin-bottom: 10px;
}
.speakerwrap .speaker-img img{
    object-fit: cover;
    height: 100%;
}
.speakerwrap .speaker-text{
    width: calc(100% - 240px);
    padding: 12px;
}
.speakerwrap .speaker-text .speaker-name{
    color: #6b9bff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.session-info .wrap .close{
    position: absolute;
    top: 24px;
    right: 32px;
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.session-info .wrap .close:hover{
    background-color: rgba(107, 155, 255, 0.4);
    color: #fff;
}





/********* agenda-pm **********/
.agenda-wrap .track{
    width: 100%;
    display: block;
    margin-top: 54px;
}
.agenda-wrap .track li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    height: 120px;
}
.agenda-wrap .track li.sort{
    border-top: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    max-height: 64px;
}
.agenda-wrap .track li.sort .time{
    line-height: 64px;
}
.agenda-wrap .track li.sort .tr1{
    background-color: rgba(106, 200, 255, 0.3);
}
.agenda-wrap .track li.sort .tr2{
    background-color: rgba(152, 91, 230, 0.3);
}
.agenda-wrap .track li.break{
    height: 64px;
}
.agenda-wrap .track li.break .time{
    line-height: 64px;
}
.agenda-wrap .track li .time{
    width: 120px;
    text-align: center;
    flex-grow: 1;
    line-height: 100px;
}
.agenda-wrap .track li .session{
    padding: 0;
    text-align: center;
}
.agenda-wrap .track li .speaker{
    padding: 0;
    text-align: center;
    font-size: 14px;
}
.agenda-wrap .track li .tr1 .speaker{
    color: #6ac8ff;
}
.agenda-wrap .track li .tr2 .speaker{
    color: #b277ff;
}
.agenda-wrap .track li .tr1{
    width: calc(50% - 60px);
    border-left: 1px solid #eee;
    padding: 20px 40px 20px 20px;
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.agenda-wrap .track li .tr1 .session{
    width: 100%;
}
.agenda-wrap .track li .tr1:hover{
    background-color: rgba(106, 200, 255, 0.7);
}
.agenda-wrap .track li .tr1:hover .speaker{
    color: #fff;
}
.agenda-wrap .track li .tr1:hover{
    background-color: rgba(106, 200, 255, 0.7);
}
.agenda-wrap .track li.break .tr1{
    background: linear-gradient(to right, #5eefff45, #6943ff67);
    width: calc(100% - 120px);
    text-align: center;
}
.agenda-wrap .track li .tr2{
    width: calc(50% - 60px);
    border-left: 1px solid #eee;
    padding: 20px 0;
    height: 100%;
    flex-grow: 1;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.agenda-wrap .track li .tr2 .session{
    width: 100%;
}
.agenda-wrap .track li .tr2:hover{
    background-color: rgba(151, 91, 230, 0.8);
}
.agenda-wrap .track li .tr2:hover .speaker{
    color: #fff;
}
/* agenda-pm session-info */
.track li > div{
    position: relative;
}
.track .session-info .button{
    position: absolute;
    right: 10px;
}
.track .tr1:hover .session-info .button{
    background-color: #6ac8ff;
    border: 2px solid #6ac8ff;
}
.track .tr2:hover .session-info .button{
    background-color: #985be6;
    border: 2px solid #985be6;
}
.track .tr1 .session-info .wrap{
        border: 2px solid #6ac8ff;
}
.track .tr2 .session-info .wrap{
        border: 2px solid #985be6;
}
.tr1 .speakerwrap .speaker-text .speaker-name{
    color: #6ac8ff;
}
.tr2 .speakerwrap .speaker-text .speaker-name{
    color: #985be6;
}
.tr1 .session-info .wrap .close:hover{
    background-color: rgba(106, 200, 255, 0.3);
}
.tr2 .session-info .wrap .close:hover{
    background-color: rgba(151, 91, 230, 0.3);
}
/* ************sponsor********** */
.bg{
    background: url(../images/sub-bg.jpg) no-repeat center/cover;
    position: sticky;
    
}
#sponsor{
    width: 100%;
}
.sponsor-wrap{
    padding: 200px 120px;
}
.sponsor-wrap div{
    width: 100%;
    background-color: #050d1a;
    padding: 80px 120px 88px;
    margin-bottom: 28px;
    border-radius: 20px;
    transition: .5s;
}
.sponsor-wrap div.platinum:hover{
    box-shadow: 2px 2px 20px #bdb2ff;
}
.sponsor-wrap div.gold:hover{
    box-shadow: 2px 2px 20px #c49830;
}
.sponsor-wrap div.silver:hover{
    box-shadow: 2px 2px 20px #b1b1b1;
}
.sponsor-wrap div.bronze:hover{
    box-shadow: 2px 2px 20px #b0652e;
}
.sponsor-wrap div h5{
    font-size: 24px;
    color: #bdb2ff;
    font-weight: 600;
    text-align: center;
    width: 254px;
    height: 44px;
    background-color: #000;
    border: 2px solid #bdb2ff;
    margin: 0 auto;
    margin-bottom: 40px;
}
.sponsor-wrap div.gold h5{border: 2px solid #c49830; color: #c49830;}
.sponsor-wrap div.silver h5{border: 2px solid #b1b1b1; color: #b1b1b1;}
.sponsor-wrap div.bronze h5{border: 2px solid #b0652e; color: #b0652e;}
.sponsor-wrap div ul{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.sponsor-wrap div ul li{
    width: 22%;
    height: 84px;
    background-color: #fff;
    border-radius: 8px;
}
.sponsor-wrap div ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.sponsor-wrap div ul li a:hover{
    transform: scale(1.1);
}
.sponsor-wrap div ul li a img{
    height: 40px; 
}
/* ******EVENT***** */
#event{
    width: 100%;
    margin-bottom: 200px;
}
.event-wrap{
    width: 100%;
    padding: 0 120px;
}
.event-wrap > .event-flex{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.event-wrap > div.event-flex > div{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #01739d, #0b4199),
    linear-gradient(to right, #02b9ff, #126cff);
    border-radius: 20px;
    border: 3px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: .5s;
}
.event-wrap > div > div.lucky{
        background: linear-gradient(to right, #51388c, #240f42),
        linear-gradient(to right, #ff9e23, #7b4ee4);
        border: 2px solid transparent;
        background-origin: border-box;
        background-clip: content-box, border-box;
}
.event-wrap > div > div.survey:hover{
        box-shadow: 2px 2px 20px #02b9ff;
}
.event-wrap > div > div.lucky:hover{
        box-shadow: 2px 2px 20px #bdb2ff;
}
.event-wrap > div > div .text{
    width: 45%;
}
.event-wrap > div > div .text h5{
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 3px solid #02b9ff;
}
.event-wrap > div > div.lucky .text h5{
    border-bottom: 3px solid #ff9e23;
}
.event-wrap > div > div .text p{
    font-size: 20px;
    padding: 0 10px;
}
.event-wrap > div > div .text p span{
    font-weight: 600;
    color: #ffd2fc;
}
.event-wrap > div > div.lucky .text p span{
    color: #ff9e23;
}
.event-wrap > div > div .photo{
    width: 50%;
    text-align: center;
    transition: .3s;
}
.event-wrap > div > div .photo:hover{
    scale: 1.1;
}
.event-wrap .one{
    width: 100%;
    display: flex;
    background: linear-gradient(to right, #014a3d, #09aac2f5),
    linear-gradient(to right, #00ffc9, #0ddeff);
    border-radius: 20px;
    border: 3px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: .5s;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
}
.event-wrap .one:hover{
    box-shadow: 2px 2px 20px #00ffc9;
}
.event-wrap .one .text{
    width: 50%;
}
.event-wrap .one .text h5{
    width: 80%;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 3px solid #00ffc9;
}
.event-wrap .one .text p{
    font-size: 20px;
    padding: 0 20px;
}
.event-wrap .one .text p span{
    font-weight: 600;
    color: #b5ffad;
}
.event-wrap .one .photo{
    width: 50%;
    text-align: center;
    transition: .3s;
}
.event-wrap .one .photo:hover{
    scale: 1.1;
}
/* *******map****** */
#map{
    width: 100%;
    padding-bottom: 200px;
}
.map-wrap{
    width: 100%;
    padding: 0 120px;
}
.map-wrap > div{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.map-wrap > div > div{
    width: 50%;
    height: 380px;
    border-radius: 20px;
    background-color: #fff;
}
.map-wrap > div div.mapimg{
    overflow: hidden;
}
.map-wrap > div div.mapimg img{
    transition: .5s;
    object-fit: cover;
}
.map-wrap > div div.mapimg img:hover{
    transform: scale(1.2);
}
.map-wrap > div div.text{
    color: #111;
    display: flex;
    flex-wrap: wrap;
    padding: 64px 64px;
}
.map-wrap > div div.text div{
    width: 100%;
    display: flex;
    align-items: center;
}
.map-wrap > div div.text div h5{
    font-size: 28px;
    font-weight: 600;
    width: 100px;
}
.map-wrap > div div.text div p{
    font-size: 18px;
    width: calc(100% - 100px);
}
.map-wrap > div div.text div p span{
    display: block;
    font-size: 16px;
    color: #333;
}
.map-wrap > div div.text .btns{
    margin-top: 20px;
}
.map-wrap > div div.text .btns div{
    width: 200px;
    height: 54px;
    background-color: #03d65f;
    border-radius: 10px;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
    transition: .2s;
}
.map-wrap > div div.text .btns div:hover{
    background-color: #0fe76d;
    box-shadow: 1px 2px 1px rgba(255, 255, 255, 0.2);
}
.map-wrap > div div.text .btns div a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 24px;
}
.map-wrap > div div.text .btns div a img{
    position: relative;
    top: 1px;
}

/* footer */
footer{
    width: 100%;
}
.footer-wrap{
    width: 100%;
    padding: 40px 120px;
}
.footer-wrap{
    width: 100%;
    padding: 40px 120px;
}
.footer-wrap h3{
    margin-bottom: 60px;
}
.footer-wrap .text p{
    padding-left: 10px;
    font-weight: 300;
}
.footer-wrap .text p:before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #6b9bff;
    border-radius: 2px;
    position: relative;
    top: 14px;
    left: -8px;
}
.footer-wrap .text p.em{
    font-weight: 500;
}
.footer-wrap .text a{
    color: #6b9bff;
    font-weight: 500;
}
.footer-wrap .copy{
    font-size: 14px;
    text-align: right;
}