@charset "utf-8";


h2 {
    font-size: 25px;
    border-bottom: 3px solid #eee;
    padding-bottom: 20px;
}

/* section02 */

.section02 {
    background: url(/img/new01.png)0 0 no-repeat;
    width: 100%;
    height: 500px;
}

.section02.main-section02 {
    height: 100%;
}

.section03 {
    position: relative;
    width: 100%;

}


.section03 .section03_bg {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* 로그인전 */
.section03_bg .login_btn1 {
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 10px;
    cursor:pointer;
}

.section03_bg .login_btn1 p {
    background: white;
    width: 150px;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px 0px 10px #ff9001;
}

.section03_bg .login_btn1 p:hover {
    background-color: #ff9001;
    color: white;
    box-shadow: 0px 0px 10px #076AA0;
}

/*  */
/* 로그인후 */
.login_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: white;
    margin-left:-30%;
}

.user {
    display: flex;
    flex-direction: column;
}

.logout_btn {
    background: white;
    width: 100px;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0px 0px 5px inset black;
    background-color: #ff9001;
    font-weight: 700;
    letter-spacing: 2px;
}

.logout_btn a {
    color: white;
}

.logout_btn:hover {
    box-shadow: 0px 0px 10px #ff7b00;
}

/*  */
.section03 .gamestart {
    position: absolute;
    top: -80px;
    left: 345px;
}


.section03 .gamestart img {
    width: 220px;
}

.section03.main-section03 .gamestart img {
    top: 120px;
}

.section03 .layout_ul {
    position: absolute;
    right: 425px;
    bottom: 60px;
}

.section03 .layout_ul li {
    position: absolute;
    right: -50px;
}

.section03 .layout_ul li::before {
    content: "";
    display: block;
    position: absolute;
    background: url(/img/la01.png) 42% 50% no-repeat #dddddd4a;
    background-size: 30px;
    width: 55px;
    height: 55px;
    left: -70px;
    top: -15px;
    padding: 0px;
    border-radius: 100%;
}

.section03 .layout_ul li a {
    color: #fff;
    font-size: 22px;
}

.section03 .layout_ul li.la_li02::before {
    background: url(/img/notice02.png) 50% 50% no-repeat #dddddd4a;
    background-size: 30px;
}

.section03 .layout_ul li.la_li03::before {
    background: url(/img/la03.png) 50% 50% no-repeat #dddddd4a;
    background-size: 30px;
}

.section03 .layout_ul li.la_li04::before {
    background: url(/img/la04.png) 50% 50% no-repeat #dddddd4a;
    background-size: 30px;
}

.section03 .layout_ul li.la_li05::before {
    background: url(/img/la05.png) 50% 50% no-repeat #dddddd4a;
    background-size: 30px;
}
.section03_bg_wrap {
    width: 100%; max-width: 1920px; margin: 0 auto; display: flex; justify-content: center; position: relative;
}
.la_li01,
.la_li02,
.la_li03,
.la_li04,
.la_li05 {
    display: none;
}

.layout_list {
    background: #eee;
    height: 60px;
}

.layout_list::after {
    content: "";
    display: block;
    clear: both;
}

.layout_list ul {
    float: right;
}

.layout_list ul li {
    float: left;
    margin: 10px 20px 0 0;
    line-height: 30px;
    padding: 5px 12px;
}

.layout_list ul li:last-child {
    margin-right: 0;
}

.layout_list ul li a {
    font-size: 17px;
}

.layout_list .on {
    background: #fff;
    border-radius: 50px;
}

/* section04 */

.section04 {
    margin: 80px 0;
}

.section04.main-section04{
    margin: 0 0 !important;
}

/* 검색박스 */

.search_box {
    position: absolute;
    right: 0;
    top: -3px;
}

.search_box span {
    background: #eee;
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #333;
}

.search_box input {
    border: 1px solid #eee;
    padding: 0px 0 0 8px;
    width: 250px;
    padding-right: 40px;
}

.search_box i {
    position: absolute;
    right: 5%;
    top: 55%;
    transform: translateY(-50%);
    color: #333;
}

/* 공지테이블 */

.layout_sub_table::after {
    content: "";
    display: block;
    clear: both;
}

.layout_sub_table ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    float: left;
    padding: 24px 15px;
}

.layout_sub_table ul li:first-child {
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.layout_sub_table dl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layout_sub_table dt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 100%;
    background: #5e3de4;
    color: #fff;
    float: left;
    margin-top: 4px;
}

.layout_sub_table dt.check {
    background: #ff9001;
}

.layout_sub_table dt.patch {
    background: #1f8a36;
}

.layout_sub_table dd {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 80%;
    overflow: hidden;
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
}

.title {
    font-size: 17px;
}

.txt a {
    font-size: 14px;
    color: #777;
}

.layout_sub_table span.date {

}

.date {
    font-size: 14px;
    color: #777;
}


/* 레이아웃 서브메뉴 */

.layout_sub_list {
    border-top: 1px solid #ddd;
    margin-top: 30px;

}

.layout_sub_list::after {
    content: "";
    display: block;
    clear: both;
}

.layout_sub_list ul::after {
    content: "";
    display: block;
    clear: both;
}

.layout_sub_list ul li {
    float: left;
    width: 25%;
    text-align: center;
    background: #f5f5f5;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    font-size: 15px;
}

.layout_sub_list ul li:last-child {
    border-right: 0;
}

.layout_sub_list ul li.on {
    background: #109cd9;
}

.layout_sub_list ul li.on a {
    color: #fff;
}

.layout_sub_list ul li a {
    display: block;
}
.download_modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
}
.download_loading_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
    padding: 50px 80px;
    display: none;
}
.download_modal_close_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.download_loading_modal img {
    max-width:80%;
    margin-bottom: 50px;
}
@media screen and (max-width: 1800px){
  .login_btn2 {
    margin-left:-20%;
  }
}
@media screen and (max-width: 1600px){
  .login_btn2 {
    margin-left: -10%;
  }

}
@media screen and (max-width: 1400px){
  .login_btn2 {
    margin-left: -0%;
  }
    .gamestart {
        left: 110px !important;
    }
}

@media screen and (max-width: 1024px) {

    .layout_list {
        padding: 0 20px;
    }

    .layout_sub_table dd {
        margin-left: 0;
    }
    
    .section02 {
        height: 80px;
    }

    .section03 .section03_bg {
        padding-left: 10%;
        display: none;
    }
    
    .section02.main-section02 {
    	height: 350px;
    }
    .img_slider {
   		height: 100%;
    }
    .img_inner_frame {
		height: 100%;
    }
    .main_img {
		object-fit: cover;
    }
    
}

@media screen and (max-width: 768px) {

    .layout_list ul li a {
        font-size: 16px;
    }

}


@media screen and (max-width: 500px) {

    h2 {
        text-align: center;
    }

    .layout_sub_list ul li {
        width: 100%;
        border-left: 1px solid #ddd;
    }

    .layout_sub_list ul li:last-child {
        border-right: 1px solid #ddd;
    }

    .search_box {
        position: relative;
        margin-top: 10px;
    }

    .search_box input {
        width: 83%;
    }

}

@media screen and (max-width: 500px) {

    .search_box input {
        width: 80%;
    }

    .option_box label,
    .option_box select {
        width: 100%;
    }

    .option_box {
        float: none !important;
    }

}


@media screen and (max-width: 410px) {

    .layout_sub_table dd {
        width: 100%;
    }

    .layout_sub_table span.date {
        position: unset;
        margin-top: 10px;
        display: block;
    }
}

@media screen and (max-width: 405px) {

    .search_box input {
        width: 76%;
    }

}


@media screen and (max-width: 390px) {

    .pagenation_wrap .pagenation .prev a {
        margin-right: 0;
        width: 25px;
    }

    .pagenation_wrap .pagenation .prev {
        margin-right: 0;
    }

    .pagenation_wrap .pagenation .next {
        margin-left: 0;
    }

    .pagenation_wrap .pagenation .next a {
        width: 25px;
    }

}


@media screen and (max-width: 345px) {

    .search_box input {
        width: 73%;
    }

}

@media screen and (max-width: 340px) {

    .pagenation_wrap .pagenation .prev a {
        width: 15px;
    }

    .pagenation_wrap .pagenation .next a {
        width: 15px;
    }



}