@charset "utf-8";


/* section02 슬라이드 */
.m_logo {
    position: relative;
    z-index: 990;
}

.section02 {
    width: 100%;
}

.section02::after {
    content: "";
    display: block;
    clear: both;
}

.section02 .bx-wrapper {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.section02 .bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #fff;
    opacity: 0.8;
}

.section02 .bx-wrapper .bx-pager {
    bottom: 20px;
}

.section02 .bx-wrapper .bx-controls-direction a {
    bottom: 10px;
    top: auto;
}

.section02 .bx-wrapper .bx-prev {
    left: 42%;
}

.section02 .bx-wrapper .bx-next {
    right: 54%;
}

/* section03 */

.section03 {
    position: relative;
    background: #171b24;
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;

}

.section03::after {
    content: "";
    display: block;
    clear: both;
}

.section03 .gamestart {
    /* position: absolute; */
    /* left: 520px; */
    /* top: -40px; */
    /* z-index: 99; */
    width: 220px;
    height: 130px;
    display: inline-block;
    vertical-align: middle;
}

.section03 .gamestart img {
    width: 220px;
    position: absolute;
    top: -45px;
    z-index: 10;
}
.form {
    display: inline-block;
    vertical-align: middle;
}
.login_w {
    height: 130px;
    padding: 26px 0;
    
}

.login_inner {
    display: flex;
    /* width: 680px; */
    margin: 0 auto;
    padding-left: 180px;
}

.section03 .login input {
    display: block;
    height: 34px;
    padding: 4px;
    width: 260px;
    border: 0;
}

.section03 .login input:first-child {
    margin-bottom: 10px;
}

.section03 .login_btn {
    width: 100px;
    text-align: center;
    line-height: 70px;
    background: #ff7f2a;
    margin-left: 10px;
    cursor:pointer;
    font-family: 'Noto Sans KR';
    font-weight:bold;
    color:white;
}

.section03 .login_btn a {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    display: block;
    height: 100%;
    line-height: 80px;
}

.login_list {
    margin-left: 40px;
}

.section03 .login_list ul li {
    position: relative;
    line-height: 25px;
}

.section03 .login_list ul li::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 10px;
    background: #eee;
    top: 9px;
    left: -10px;
}

.section03 .login_list ul li a {
    color: #eee;
    font-size: 14px;
}
.section03 .gamestart {
    top: -165px !important;
}
/* section04*/

.section04 {
    background: #eee;
    padding: 100px 0;
    position: relative;
}

.section04::after {
    content: "";
    display: block;
    clear: both;
}

.section04 .inner {
    display: flex;
}

.section04 .box_left {
    width: 400px;
    height: 380px;
}

.section04 .box_left img {
    width: 400px;
}

.section04 .box_left .top {
    position: relative;
}

.section04 .notice_icon {
    position: absolute;
    top: 20px;
    left: 20px;
}

.section04 .notice_icon p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 100%;
    background: #5e3de4;
    color: #fff;
    /* border: 2px solid #fff; */
    /* box-shadow: 0 2px 6px 0px; */
}

.section04 .box_left .bottom {
    background: #fff;
    padding: 10px;
    height: 133px;
}

.section04 .box_left .bottom ul li {
    line-height: 25px;
}

.section04 .box_left .bottom ul li.title, .section04 .box_left .bottom ul li.txt {
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    width:100%;
    overflow:hidden;
}

.section04 .box_left .bottom ul li:last-child {
    color: #888;
    text-align: right;
    margin-top: 10px;
}

.section04 .box_right {
    background: #fff;
    position: relative;
    padding: 30px;
    width: 770px;
    height: 380px;
    margin-left: 30px;
} 

.section04 .box_right::after {
    content: "";
    display: block;
    clear: both;
}

.section04 .box_right .con::after {
    content: "";
    display: block;
    clear: both;
}
#main_notice {
overflow:hidden;
}
.section04 .box_right .con li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    float: left;
    padding: 15px 0;
    height:80px;
    overflow:hidden;
}

.section04 .box_right .con li:last-child {
    border: 0;
}

.section04 .box_right .con dt {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 100%;
    background: #5e3de4;
    color: #fff;
    float: left;
}

.section04 .box_right .con dl {
    width: 100%;
    height: 100%;
}

.section04 .box_right .con dd {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 60%;
    overflow: hidden;
    margin-left: 20px;
    display: inline-block;
    line-height: 23px;
}

.section04 .box_right .con .date {
    position: absolute;
    right: 10px;
    bottom: 25px;
}

.title {
    font-size: 17px;
    /* font-weight: 500; */
}

.txt a {
    font-size: 14px;   
    color: #777;
}

.txt a:hover {
    text-decoration: underline;
}

.date {
    font-size: 14px;
    color: #777;
}

/* section05 */

.section05 {
    background: url(/img/background01.png) 0 -900px ;
    width: 100%;
    height: 890px;
    position: relative;
}

.section05 .inner {
    position: relative;
}
.free_box img {
  max-width: 100%;
  display:none;
}
.section05 h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 100px 0 10px 0;
    position: relative;
    border-bottom:none;
}


.section05 h2::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 30px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    top: 85px;
}

.section05 .span01 { 
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: block;
    right: 0px;
    top: 100px;
}

.section05 span i {
    font-size: 25px;
    padding: 8px;
    color: #202532;
    font-weight: bold;
}

.section05 .box_w {
    display: flex;
}

.section05 .box_w::after {
    content: "";
    display: block;
    clear: both;
}

.section05 .box:first-child {
    margin-left: 0;
}

.section05 .box {
    background: #fff;
    width: 32%;
    /* float: left; */
    margin-left: 24px;
    margin-top: 60px;
    padding: 40px;
}


.section05 .box p {
    line-height: 25px;
}

/* .section05 .box p.date {
    text-align: right;
} */

.section05 .box .txt {
    word-break: break-all;
    overflow: hidden;
    height: 150px;
    margin: 20px 0;
}

.section05 .box p a {
    display: block;
    overflow: hidden;
    word-break: break-all;
}

.section05 .title a {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    overflow: hidden;
}


.section05 .box .bottom {
    background: #e3e3e3;
}

.section05 .box .bottom ul {
    padding: 10px;
    height: 80px;
}

.section05 .box .bottom ul li {
    float: left;
}

.section05 .box .bottom ul li:last-child {
    line-height: 60px;
    color: #272727;
    padding-left: 10px;
}

.section05 .box .bottom ul li img {
    width: 60px;
}

.section05 .box_guide {
    position: relative;
    margin-top: 130px;
}

.section05 .box_guide img {
    width: 150px;
    position: absolute;
    top: -70px;
    left: 0;
}

.section05 .box_guide .guide {
    background: #151921;
    margin-left: 160px;
    height: 100px;
    border-radius: 100px;
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    padding: 36px;
    position: relative;
}

.section05 .box_guide .guide::after {
    content: "";
    display: block;
    clear: both;
}

.section05 .box_guide .guide b {
    color: #ff7f2a;
    font-size: 25px;
}

.section05 .box_guide .guide span {
    background: #ddd; 
    border-radius: 20px;
    display: block;
    width: 150px;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    position: absolute;
    top: 30px;
    right: 50px;
}

.section05 .box_guide .guide span:hover {
    background: #fff;
}

.section05 .box_guide .guide span a {
    display: block;
    font-size: 15px;
}

/* section06 */

.section06 {
    background: #eee;
    height: 640px;
    padding: 100px 0;
}

.section06 a {
    display: block;
    position: relative;
    height: 280px;
    color: #fff;
    width: 32%;
    float: left;
    margin-left: 24px;
}

.section06 a:hover .img01 {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);   
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

.section06 a:first-child {
    margin-left: 0;
}

.section06 .box {
    position: relative;
    width: 100%;
    height: 450px;
    background-size: 100%;
    overflow: hidden;
}

.section06 .box .img01 {
    width: 100%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1); 
    -o-transform:scale(1);  
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.section06 .box p {
    position: absolute;
    width: 100%;
    height: 110px;
    background: #171b24;
    bottom: 110px;
    text-align: center;
    font-size: 18px;
    line-height: 110px;
    z-index: 9;
    border-radius: 0 0 10px 10px;
}

.section06 .box span {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
}

.section06 .box span img {
    width: 100%;
}


.txt img {
display:none;
}


/* 메인 반응형 */

@media screen and (max-width: 1024px) {
    .gamestart {
        display: none;
    }
    .login_inner {
        /* display: flex; */
    
    }
    .section03 .login input {
        margin-top: 0;
    }
    /* section02 */

    .section02 {
        /*padding: 120px 20px 60px 20px;*/
        background: #eee;
    }

    .section02 .bx-wrapper .bx-pager {
        bottom: -35px;
    }

    .section02 .bx-wrapper .bx-controls-direction a {
        bottom: -45px;
    }

    .section02 .bx-wrapper .bx-prev {
        left: 30%;
    }

    .section02 .bx-wrapper .bx-next {
        right: 30%;
    }

    .section02 .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #999;
        margin: 0 7px;
    }

    /* section03 */

   
    .section03 .login_w .login_inner {
        /* display: block; */
        padding-left: 0;
        /* width: 240px; */
        justify-content: center;
    }

    .section03 .login_w .login {
        /* display: none; */
        
    }

    .section03 .login_w .login_inner::after {
        content: "";
        display: block;
        clear: both;

    }

    .section03 .login_btn, .section03 .login_list {
        /* float: left; */
    }

    /* section04 */

    .section04 {
        padding: 60px 20px;
        box-sizing: border-box;
    }

    .section04 .inner {
        display: block;
    }

    .section04 .box_left {
        float: left;
    }

    .section04 .box_right {
        float: right;
    }

    .section04 .box_left {
        width: 40%;
        height: 360px;
    }

    .section04 .box_left .top {
        height: auto;
    }

    .section04 .box_left img {
        width: 100%;
        height: 200px;
    }

    .section04 .box_right {
        width: 57.8%;
        height: 360px;
        margin-left: 0;
    }

    .section04 .box_left .bottom {
        height: 158px;
    }

    .section04 .box_right .con li {
        padding: 12px 0;
    }

    .section04 .box_right .con dd {
        margin-left: 10px;
    }

    /* section05 */

    .section05 {
        height: 740px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section05 h2 {
        padding-top: 60px;
        font-size: 25px;
    }

    .section05 h2::after {
        top: 45px;
    }

    .section05 .span01 {
        width: 35px;
        height: 35px;
    }

    .section05 span i {
        padding: 5px;
    }

    .section05 .box_w {
        display: block;
        width: 100%;
    }

    .section05 .box {
        float: left;
        width: 31.7%;
    }

    .section05 .box_guide img {
        width: 90px;
        top: -10px;
    }

    .section05 .box_guide {
        margin-top: 50px;
    }

    .section05 .box_guide .guide {
        margin-left: 110px;
    }

    /* section06 */

    .section06 {
        padding: 60px 20px;
        height: 100%;
        box-sizing: border-box;
    }

    .section06 .box_w::after {
        content: "";
        display: block;
        clear: both;
    }

    .section06 a {
        width: 31.7%;
        height: auto;
    }

    .section06 a:last-child {
        float: right;
    }

    .section06 .box {
        height: auto;
    }

    .section06 .box span {
        display: none;
    }

    .section06 .box p {
        bottom: 0;
        height: 90px;
        line-height: 90px;
    }

    footer .inner {
        width: 96%;
    }

}



@media screen and (max-width: 1019px) {

    .section06 a {
        width: 31.6%;
    }

    .section05 .box {
        width: 31.6%;

    }

}

@media screen and (max-width: 962px) { 

    .section06 a, .section05 .box {
        width: 31.5%;
    }

}

@media screen and (max-width: 947px) { 

    .section04 .box_left {
        width: 39.9%;
        height: auto;
    }

}


@media screen and (max-width: 912px) { 

    .section06 a {
        width: 31.4%;
    }

    .section05 .box {
        width: 31.4%;
    }

    .section05 .box_guide .guide b {
        font-size: 21px;
    }

    .section05 .box_guide .guide {
        font-size: 15px;
    }

}

@media screen and (max-width: 867px) { 

    .section05 .box:last-child {
        display: none;
    }

    .section06 a { 
        width: 31.3%;
    }

    .section05 .box {
        width: 48.3%;
    }

    .section05 .box:nth-child(2) {
        float: right;
        margin-left: 0;
    }

}


@media screen and (max-width: 826px) { 

    .section06 a { 
        width: 31.2%;
    }

}

@media screen and (max-width: 789px) { 

    .section06 a { 
        width: 31.1%;
    }

}

@media screen and (max-width: 777px) { 

    .section05 .box_guide img {
        display: none;
    }

    .section05 .box_guide .guide {
        margin-left: 0;
    }

    .section06 .box p {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

}

@media screen and (max-width: 768px) { 

    .section04 .box_right .con dd {
        width: 50%;
    }

}

@media screen and (max-width: 757px) { 

    .section06 a { 
        width: 31%;
    }

}

@media screen and (max-width: 725px) { 

    .section06 a { 
        width: 30.5%;
    }

}

@media screen and (max-width: 664px) { 

    .section05 .box_guide .guide {
        padding: 38px 20px;
    }

    .section05 .box_guide .guide span {
        right: 20px;
    }

}

@media screen and (max-width: 650px) { 

    .section04 {
        padding: 20px;
    }

    .section04 .box_left {
        width: 100%;
    }

    .section04 .box_right {
        width: 100%;
        margin-top: 20px;
    }

    .section04 .box_left img {
        height: auto;
    }

    .title {
        font-size: 16px;
    }

}

@media screen and (max-width: 617px) { 

    .section05 .box_guide .guide span {
        display: none;
    }

}

@media screen and (max-width: 605px) { 

    .section05 {
        height: auto;
    }

    .section05 h2 {
        font-size: 20px;
    }

    .section05 h2::after {
        width: 20px;
    }

    .section05 .box {
        width: 100%;
        margin-top: 20px;
        float: none;
    }

    .section05 .box_guide {
        margin: 0;
        padding: 20px 0 40px;
    }

    .section06 {
        padding: 20px;
    }

    .section06 a {
        width: 100%;
        float: none;
        margin: 0;
        margin-top: 20px;
    }

    .section06 a:first-child {
        margin-top: 0;
    }

    .section06 .box p {
        height: 140px;
        line-height: 140px;
        font-size: 20px;
    }

    .section05 .span01 {
        top: 60px;
    }

    .section03 .login input {
        width: 230px;
    }

    .login_w {
        height: 138px;
    }

}


