@charset "utf-8";







#intel_gaming{
    background-color: #040e35;
    overflow: hidden;
}


#gaming1{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#gaming1>img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#gaming1>p{
    position: absolute;
    font-size: 60px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-80%,-300%);
    font-family: "nanum_bold";
    opacity: 0;
    transition: all 2s;
    width: 900px;
}



#desk_top{
    width: 1024px;
    margin: 150px auto;
    color: #fff;
}
.desk_top_box{
    position: relative;
}
.desk_top_box>video{
    width: 60%;
}
.desk_top_box_text{
    top: 20px;
    right: 0;
    position: absolute;
    width: 400px;
    padding: 10px;
    box-sizing: border-box;
}
.desk_top_box_text>h3{
    font-family: "nanum_bold";
    margin-bottom: 10px;
}
.desk_top_box_text>p{
    line-height: 1.5;
}
#lap_top{
    width: 1024px;
    margin: 150px auto;
    color: #fff;
/*    overflow: hidden;*/
}
.lap_top_box{
    position: relative;
}
.lap_top_box>video{
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
}
.lap_top_box_text{
    position: relative;
    top: 20px;
    width: 400px;
    padding: 10px;
    box-sizing: border-box;
}
.lap_top_box_text>h3{
    font-family: "nanum_bold";
    margin-bottom: 10px;
}
.lap_top_box_text>p{
    line-height: 1.5;
}







#gaming_skill{
    width: 1024px;
    margin: 350px auto;
    color: #fff;
}
#gaming_skill>h3{
    text-align: center;
    font-family: "nanum_bold";
    font-size: 30px;
    margin-bottom: 50px;
}
#gaming_skill>div{
    width: 235px;
    float: left;
    margin-right: 28px;
}
#gaming_skill>div:last-child{
    margin-right: 0;
}
#gaming_skill>div>div{
    overflow: hidden;
}
#gaming_skill>div>div>img{
    width: 100%;
    transition: all 0.5s;
}
#gaming_skill>div>div>img:hover{
    transform: scale(1.1);
}
#gaming_skill>div>p:nth-child(2){
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "nanum_bold";
}
#gaming_skill>div>p:nth-child(3){
    line-height: 1.5;
    height: 250px;
}



#e_sports{
    text-align: center;
    width: 1024px;
    margin: 0 auto 150px auto;
    clear: both;
    color: #fff;
}
#e_sports>h3{
    margin-bottom: 50px;
    font-size: 32px;
}
#e_sports>p{
    margin-top: 50px;
    
}
