@charset "utf-8";
@import url('reset.css');
/* common */
.wrapper {
    display: flex;
    justify-content: flex-start;
}
.container {
    position: relative;
    overflow: hidden;
    display: flex;
    width:100%;
    height: calc(100vh - 191px);
    padding:130px 0 60px 0;
}
.content {
    overflow: hidden;
    position: relative;
    width:100%;
    padding: 20px 15px 50px 15px;;
}
.content .cont_wrap {
    position: relative;
    width:100%;
    height:100%;
    overflow: hidden;
}
.content .cont_wrap .list{
    position: relative;
    height:100%;
    overflow-y: auto;
}
/* login page*/
.login {
    position: relative;
}
.login_content{
    margin:40px 0 0 0;
}
.login::after {
    content:"";
    display: block;
    position: absolute;
    top:0%;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    /* transform: translate(-50%, -50%); */
}
.login_page {
    position: relative;
    width:100%;
    height:100%;
    min-height:100vh;
    background:url(./../images/bg_login.jpg) no-repeat center center;
    background-size:cover;
}

.login_page .content{
    position: absolute;
    top:50%;
    left:50%;
    width:430px;
    padding:50px 60px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 5;
    background:#ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.login_page h2.tit {
    font-size: 32px;
    font-weight: 600;
    margin:0 0 40px 0;
    color:#000000;
    text-align: center;
}
.login_page h2.tit span{
    display: block;
    width:100%;
    text-align: center;
    line-height: 29px;;
    margin-top:8px;
    font-size: 24px;
    color:#000000;
}
.login_page .form_list #user_id {
    position: relative;
    width:298px;
    height:50px;
    text-align: left;
    padding:0 66px;
    border:none;
    border-bottom:1px solid #d9d9d9;
    background:url(./../images/icon_id.png) no-repeat 8px center;
}
.login_page .form_list #user_passwd {
    position: relative;
    width:298px;
    height:50px;
    text-align: left;
    padding:0 66px;
    border:none;
    border-bottom:1px solid #d9d9d9;
    background:url(./../images/icon_lock.png)no-repeat 8px center;
}
.login_page .input_txt .btn_clear {
    position: absolute;
    top:0;
    right:8px;
    width:50px;
    height:50px;
}
.login_page .input_txt input {
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: left;
}

.login_page .btn_box {
    margin:40px 0 0 0;
    position: relative;
}
.login_page .btn_box button{
    width:100%;
    margin:0 0 16px 0;
}
.login_page .btn_box button:last-child {
    margin:0 ;
}
.login .btn_box {
    margin:40px 0 0 0;
}
/* 팝업 버튼 full-size */


/* gnb */
#gnb{
    /* position: fixed;
    left:0;
    top:0; */
    width:240px;
    height:100vh;
    border-right:1px solid #d9d9d9;
}
#gnb .logo{
    width:240px;
    height:130px;
    overflow: hidden;
    border-right:1px solid #d9d9d9;
    background:#1A1919;
}

#gnb .logo a{
    display: block;
    width:100%;
    height:100%;
    line-height: 130px;
    font-weight: 700;
    font-size:38px;
    text-align: center;
    color:#ffffff;
    text-decoration: none;
}

.gnb_wrap {
    width:100%;
    padding:0 0 60px 0;
}
.gnb  {
    width:100%;
    position: relative;
}
.gnb ul {
    list-style:none;
    margin:0;
    padding:0;
}
.gnb ul li {
    width:100%;
    position: relative;
    list-style: none;
}
.gnb ul li a{
    display: block;
    width:210px;
    height:50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    color:#000000;
    padding:0 0 0 30px;
    text-decoration: none;
    border-bottom:1px solid #d9d9d9;
}
.gnb ul li.active a {
    font-weight: 700;
}
.gnb ul li.active a::after {
    content:"";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:8px;
    height:100%;
    background:#C11574;
}
.gnb ul li ul {
    border-bottom:1px solid #d9d9d9;
}
.gnb ul li ul li a{
    width:190px;
    height:50px;
    line-height: 50px;
    padding:0 0  0 50px;
    border:none;
}
.gnb ul li ul.sub_menu{
    display: none;
}
.gnb ul li.active ul.sub_menu{
    display: none;
}
.gnb ul li.active ul.sub_menu{
    display: block;
}
.gnb ul li.active ul li a{
    font-weight: 500;
}
.gnb ul li.active ul li.active a,
.gnb ul li.active ul li a:hover{
    font-weight: 700;
}
.gnb ul li.active ul li a::after, 
.gnb ul li ul li.active a::after{
    content:"";
    display: none;
  }
.gnb .list_select.type02 .btn-dropdown-nav {
    padding:0 15px 0 30px;
    color:#ffffff;
    background:#808080;
    border:none;
 }
 .gnb .list_select.type02 .btn-dropdown-nav .txt {
     color:#ffffff;
 }
 .gnb .list_select.type02 .btn-dropdown-nav:after{
     background: url(./../images/icon_aroww_gnb.png) center center no-repeat; 
 }


/* .head_bar */
.head_bar {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:60px;
    text-align: left;
    background:#808080;
}
.head_bar .page_tit {
    height:60px;
    line-height: 60px;
    padding:0 500px 0 15px;
    font-size: 24px;
    color:#ffffff;
    font-weight: 600;
    background:#808080;
}
.head_bar .acount_menu {
    position: absolute;
    top:0;
    right:0;
    display: flex;
}

.head_bar .acount_menu .user {
    display: flex;
    min-width:100px;
    color:#ffffff;
    height:60px;
}
.head_bar .acount_menu .user span{
    display: block;
    text-align: left;
    height:60px;
}
.head_bar .acount_menu .user .icon {
    width:24px;
    padding:0 10px 0 0;
}
.head_bar .acount_menu .user .icon img{
    margin-top:18px;
}
.head_bar .acount_menu .user .name {
    font-size: 16px;
    /* padding:0 0 0 10px; */
    line-height:60px;
    font-weight: 600;
    text-align: left;
    color:#ffffff;
}
.head_bar .acount_menu .btn_logout{
    width:60px;
    height:60px;
    margin:0 0 0 16px;
    background:#1A1919;
    outline:none;
    border:none;
}

/* location */
.location {
    position: absolute;
    top:60px;
    left:0;
    width:100%;
    height:70px;
    background:#ffffff;
    border-bottom:1px solid #d9d9d9;
}

.location .inner_box  {
    display: flex;
    position: relative;
    width:100%;
    height:70px;
}
.location .inner_box  p {
    padding:0 300px 0 16px;
    line-height: 70px;
    font-size:20px;
    font-weight: 600;
    color:#666;
}
.location .inner_box  .btn_box {
    position: absolute;
    top:10px;
    right:16px;
    width:auto;
}

.location .inner_box  .btn_box button{
    margin:0 0 0 10px;
}


/* 상단 검색영역*/
.location  .search_box {
    position: absolute;
    top:10px;
    right:15px;
    width:auto;
}
.location  .inner_box  .search_box .list_select {
    width:215px;
    height:50px;
}
.location  .inner_box  .search_box .form_list {
    width:250px;
    height:50px;
    margin:0 6px 0 -1px;
}
.search_box .form_list .input_txt{
    position: relative;
    width:216px;
}

.location  .inner_box .search_box  .btn_box {
    position: static;
}

.location  .inner_box .search_box .btn_box button{
    min-width:110px;
}

/* 상단 달력 + 검색옵션 + 검색 */
.location  .inner_box .search_box .calendar_box {
    margin:0 15px 0 0;
}
.location  .inner_box .search_box .calendar_box .form_list {
    width:160px;
    margin:0;
}

.location  .inner_box .search_box .calendar_box .form_list  .input_txt{
    width:92px;
}

/* mypage */
.input_box dl {
    display: flex;
    justify-content: flex-start;
    width:100%;
    margin-bottom:10px;
    list-style: none;
}
.input_box dl dt,.input_box dl dd {
    text-align: left;
    padding:0 15px;
    color:#000000;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    list-style: none;
    margin:0;
    padding:0 15px;
}
.input_box dl dt {
    height:50px;
    width:190px;
    font-weight: 500;
    background:#d9d9d9;
}
.input_box dl dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
    /* margin-left:10px; */
}

/* input edit*/
.input_box.edit dd .form_list{
    /* margin-left:-15px; */
    color:#333333;
}
.input_box.edit dd .form_list input {
    color:#333333;
}

.input_box.edit dd .form_list  .input_txt input[type="password"] {
    width:100%;
    height:50px;
    line-height: 50px;
    text-align: left;
    color:#333333;
    font-size: 16px;
}
.input_box.edit dd .form_list .input_txt input::-webkit-input-placeholder{
    color:#333333;
    font-size: 16px;
}
.input_box.edit dd .form_list .input_txt input:-ms-input-placeholder {
    color:#333333;
    font-size: 16px;
}
.input_box.edit dd .form_list .input_txt input::placeholder  {
    color:#333333;
    font-size: 16px;
}
 /* 페이지 내에 노출권한 리스트*/
.input_box.top_right{
    display: flex;
    justify-content: right;
    width:100%;
}
.input_box.top_right .form_list{
    width:315px;
}

.input_box.top_right dl dt{
    width:100px;
    padding:0;
    text-align: center;
}
.input_box.top_right dl dd {
    width:215px;
    margin:0;
    padding:0;
}

.input_box.top_right dl dd .form_list {
    width:100%;
}

.tab_option.input_box.top_right {
    position: absolute;
    top:0;
    right:0;
    width:320px;
    z-index: 10;
}

/* 운영자 추가 */
.manage .form_list .list_select {
    width:215px;
}

.manage .edit .list_select .btn-dropdown-nav{
    padding:0 0 0 15px;
}

/* 사이트 관리 - 배너 관리 - 배너 수정 */
.edit .calendar_box {
    display: flex;
    justify-content: flex-start;
    /* margin-left:-15px; */
} 
.calendar_box .form_list {
    width:158px;
}
.calendar_box .list_select{
    width:95px;
    margin:0 2px;
}
.input_box.edit dd .calendar_box .form_list {
    margin-left:0;
}

.upload_box {
    height:230px;;
}
.upload_box .form_list .img {
    position: relative;
    width:267px;
    height:150px;
    background:#d9d9d9;
}
.upload_box .form_list .img img{
    width:100%;
    height:100%;
}
.upload_box .form_list .img .btn_img_delete {
    position: absolute;
    top:0;
    right:-50px;
    width:50px;
    height:50px;
    margin:0;
    padding:0;
    min-width:50px;
    background:url(./../images/icon_trash.png) no-repeat center center;
}
.upload_box .form_list .input_txt {
    width:755px;
    height:50px;
    margin:8px 0 0 0;
    padding:0;
    border:none;
}
.upload_box .form_list .input_txt.file_box {
    overflow: hidden;
    height:52px;
}
.upload_box .form_list .input_txt.file_box input{
    padding:0 0 0 10px;
    border: 1px solid #d9d9d9;
}
.input_box dl.upload_box  dt {
    height:100%;
    line-height:230px;
}
.input_box dl.upload_box dd{
    display: flex;
    /* width:755px; */
    height:100%;
    align-items: flex-end;
    /* flex-wrap: wrap; */
}
.input_box dd .form_list.check_box {
    margin:0;
}
.input_box dl.upload_box dd .form_list.check_box {
    margin-bottom:20px;
}
/* 이미지 업로드 썸네일 없이 */
.upload_box.no_tmp {
    height:75px;
}
.input_box dl.upload_box.no_tmp  dt {
    line-height: 75px;;
}
.upload_box .form_list {
    width:100%;
}
/* input file custom*/
.file_box  {
    position: relative;
    width:635px;
}
.file_box .upload_name {
    display: inline-block;
    width:570px;
    height:48px;
    padding:0 15px;
    border:1px solid #d0d0d0;
    /* background:url(./../images/icon_txt_delete.png) no-repeat 98% center; */
}
.file_box label {
    display: inline-block;
    position: absolute;
    top:0;
    right:55px;
    width:110px;
    height:50px;
    font-size:16px;
    color:#ffffff;
    font-weight: 700;
    text-align: center;
    background:#000000;
}
.file_box input[type="file"] {
    position: absolute;
    top:0;
    left:-2000vw;
    width:0;
    height:0;
    border:0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}
.file_box .btn_delete {
    position: absolute;
    top:0;
    left:520px;
    width:50px;
    min-width: 50px;
    height:50px;
    padding:0;
    background:url(./../images/icon_txt_delete.png) no-repeat center center;
}
.upload_box .form_list .input_txt.file_box .btn_img_delete {
    position: absolute;
    top:0;
    right:0;
    width:50px;
    height:50px;
    min-width:50px;
    border:1px solid #d0d0d0;
    background:url(./../images/icon_trash.png) no-repeat center center;
}
/* 게시글 관리 */
/* .input_box.edit{
    width:100%;
    height:100%;
} */
.board .input_box .list_select {
    width:215px;   
}
.board .edit_box_area {
    margin:20px 0 0 0;
    width:99%;
    height:100%;
    height:calc(100% - 900px);
}
.board .edit_box_area .textarea {
    width:100%;
}
.view_head{
    width:100%;
}
.view_head .tit {
    background: #E6E6E6;
}
.view_head .tit p{
    line-height: 19px;
    font-size: 16px;
    font-weight: 600;
    color:#666;
    text-align: left;
    padding:15px;
}
.view_head .data_infor {
    width:100%;
    display: flex;
    justify-content: flex-start;
    padding:15px;
    border-top:1px solid #d0d0d0;
    border-bottom:1px solid #d0d0d0;
    
}
.view_head .data_infor span{
    position: relative;
    display: inline-block;
    height:17px;
    line-height: 17px;
    padding:0 31px 0 0;
    font-size: 14px;
    color:#666666;
    font-weight: 500;
    text-align: left;
}
.view_head .data_infor span::after {
    content:"";
    display: block;
    position: absolute;
    top:0;
    right:15px;
    width:1px;
    height:17px;
    background:#666666;
}

.view_head .data_infor span:last-child::after{
    display: none;
}
.view_head .link {
    padding:15px;
    border-bottom:1px solid #d0d0d0;
}

.view_head .link a {
    font-size: 14px;
    color:#666666;
    text-align: left;
    font-weight: 500;
}
.view_page {
    width:100%;
    height:100%;
}
.view_content{
    overflow: auto;
    height:84%;
    height: calc(100% - 155px);
    max-height:890px;
    background:transparent;
}
.view_content .view_area{
    padding:15px;
    height: calc(100% - 30px);
}
.view_content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.view_content ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.view_content .view_area table {
    width:100%;
    border-collapse: collapse;
}

.view_content .view_area table td {
    border:1px solid #d9d9d9;
    line-height: 1.4;
    padding: 5px;
    color: #000000;
    vertical-align: inherit;
}

/* 사이트 관리 25.03 추가*/
form.main-banner-form{
    display: flex;
    flex-wrap:nowrap;
}
.main-banner-form .content.main_banner .input_box.edit{
    position: relative;
    height: 100%;
    overflow-y: auto;
}


/* 캐릭터명 선점 응모자*/
.chr_admin {
    margin:20px 0 0 0;
}

/* 사전가입 가입현황/쿠폰현황*/
.early_tbl {
    margin:20px 0 0 0;
}
/* footer */

footer {
    position: fixed;
    bottom:0;
    width:100%;
    z-index: 5;
    background:#fff;
}
footer .foot_wrap {
    position: relative;
    width:100%;
    height:60px;
    border-top:1px solid #d0d0d0;
    display: flex;
    justify-content:flex-start;
}
.foot_wrap .gnb_logo {
    width:240px;
    height:60px;
    line-height: 60px;;
    text-align: center;
    background:#ffffff;
    border-right:1px solid #d9d9d9;
}
.foot_wrap .gnb_logo p {
    width:240px;
    font-size: 20px;
    font-weight: 400;
    color:#000000;
}
/* paging*/
.foot_wrap .pading_wrap {
    /* display: flex; */
    /* position: absolute;
    bottom:0;
    left:240px; */
    width:100%;
    margin:0 auto;
    height:60px;
    background:#F2F2F2;
}
.foot_wrap .paging_box {
    display: flex;
    justify-content: center;
    margin:13px auto 0;
}
.paging_box a {
    display: inline-block;
    width:auto;
    height:34px;
    line-height: 34px;
    text-align: center;
    margin:0 5px;
    padding:0 10px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 2px;
    color:#000000;
    text-decoration: none;
    background:transparent;
}
.paging_box a span{
    color:#000000;
}
.paging_box a.active span{
    color:#C11574;
}
.paging_box a:hover{
    background:#C11574;
}
.paging_box a:hover span{
    color:#ffffff;
}

.paging_box .btn_first, 
.paging_box .btn_next,
.paging_box .btn_prev, 
.paging_box .btn_end {
    width:34px;
    height:34px;
    line-height: 34px;
    margin:0;
    padding:0;
}
.paging_box .btn_first:hover, 
.paging_box .btn_next:hover,
.paging_box .btn_prev:hover, 
.paging_box .btn_next:hover {
    background: rgba(193, 21, 116, 0.10);
}
.paging_box .btn_first, .paging_box .btn_next{
    border:1px solid #d9d9d9;
    border-right:0px solid #F2F2F2;
    border-radius: 2px 0 0 2px;
}
.paging_box .btn_prev, .paging_box .btn_end{
    border-radius: 0 2px 2px 0;
    border:1px solid #d9d9d9;
}
.paging_box a img{
    margin:0 auto;
    object-fit: contain;
}

.mypage .input_box dl dd {
    margin:0 0 0 5px;
    padding:0 15px;
}

.content.game_log .cont_wrap {
    height: calc(100% - -43px);
}
.content.game_log .cont_wrap .log_tbl {
    overflow: auto;
    height: calc(100% - 22px);
}


@media (max-width: 1440px) {
    .head_bar{
        min-width:1090px;
    }

    .location{
        min-width:1090px;
    }
    .list {
        min-width:1090px;
    }
    .input_box {
        min-width:1090px;
    }

    .input_box.top_right{
        min-width:50%;
    }
    .data_sort{
        min-width:1000px;
    }
} 