/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
@import url(//cdn.rawgit.com/resir014/Clear-Sans-Webfont/v1.1.0/css/clear-sans.css);
/* @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); */

* {
    font-family: "Noto Sans KR", sans-serif !important;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #dddddd;
}

*::-webkit-scrollbar-thumb {
    background: #525252;
    border: 2px solid #dddddd;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

area:focus {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top_banner,
.left_nav_btn,
.left_nav_wrap,
#top_btn2,
#topBtn4Rn {
    /*display: none;*/
}

.conSec {
    position: relative;
    width: 100%;
    font-size: 0;
}

.conSecFlt {
    position: fixed;
    bottom: 135px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
}

.conSec1 {
    background: url('/assets/data/img/promotion/EptBrd/renew/2024/0429/1/bg.png') no-repeat center center;
}

.conSec2 {
    /* background: url('/assets/data/img/promotion/EptBrd/renew/2024/0429/2/bg.png') no-repeat center center; */
    background: url('/assets/data/img/promotion/EptBrd/renew/2025/03/1/bg.png') no-repeat center center;
}

.conSec3 {
    background: url('/assets/data/img/promotion/EptBrd/2307/promotion/3/bg.png') no-repeat center center;
}

.conSec4 {
    background: url('/assets/data/img/promotion/EptBrd/2307/promotion/4/bg.png') no-repeat center center;
}

.conSec5 {
    background: url('/assets/data/img/promotion/EptBrd/2307/promotion/5/bg-1.png') no-repeat center center;
}

.conSec6 {
    background-color: #4074e9;
}

.conSec7 {
    background-color: #4074e9;
}

.conSec8 {
    background-color: #4074e9;
    padding-bottom: 100px;
}

.conSec9 {
    background: url('/assets/data/img/promotion/EptBrd/2307/promotion/9/bg.png') no-repeat center center;
}

.conSec10 {
    background-color: #080c25;
    padding-bottom: 50px;
}

.revRol_1 {
    position: relative;
}

.revRol_1 .slick-slide {
    margin: 0 10px;
    opacity: 0.5;
}

.revRol_1 .slick-slide.slick-center {
    opacity: 1;
}

.revRol_1 .slick-next {
    width: 26px;
    height: 51px;
    background: url('/assets/data/img/promotion/EptBrd/5/r_btn.png') no-repeat !important;
    position: absolute;
    top: 190px;
    left: calc(50% + 345px);
    z-index: 9;
    font-size: 0;
}

.revRol_1 .slick-prev {
    width: 26px;
    height: 51px;
    background: url('/assets/data/img/promotion/EptBrd/5/l_btn.png') no-repeat !important;
    position: absolute;
    top: 190px;
    right: calc(50% + 345px);
    z-index: 9;
    font-size: 0;
}


.cs6BtnArea {
    text-align: center;
    padding-bottom: 80px;
}

button.cs6Btn {
    width: 970px;
    height: 111px;
    background: url('/assets/data/img/promotion/EptBrd/2307/6/btn.png') no-repeat center center;
}

.cs7BtnArea {
    padding-bottom: 80px;
    width: 723px;
    margin: 0 auto;
    font-size: 0;
}

.cs7BtnArea>div {
    display: inline-block;
    width: 50%;
    text-align: left;
}

.cs7BtnArea>div:last-child {
    text-align: right;
}

button.cs7Btn {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    width: 220px;
    height: 53px;
    border: 2px solid #12111b;
    border-radius: 10px;
    line-height: 50px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.84px;
    text-align: center;
    color: #000000;
}

.conDiv {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    text-align: center;
}
















.keyListLodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.logindBgDiv {
    width: 100%;
    height: 100%;
    background: url('/assets/data/img/icon/loading/loading_img.png') no-repeat center center;
    display: inline-block;
}

.logindCnDiv {
    width: 184px;
    height: 184px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 92px);
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 69px;
}




/* Modal */
.conSecMd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
}

.csmBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9001;
    cursor: pointer;
}

.csmCon {
    position: absolute;
    z-index: 9002;
    background: #fff;
}

.csmClsBtn {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.csmCon1 {
    width: 676px;
    padding: 40px 40px 25px 40px;
}

.csmCon1 ._cm1Tlt {
    font-size: 21px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    letter-spacing: -0.84px;
    text-align: left;
    color: #232323;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.csmCon1 ._cmInfo {
    padding-top: 24px;
    padding-bottom: 30px;
}

.csmCon1 ._cmInfo ul {}

.csmCon1 ._cmInfo ul li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: -0.38px;
    line-height: 1.5;
    color: #747474;
    word-break: keep-all;
    font-weight: 300;
}

.csmCon1 ._cmInfo ul li:before {
    content: '·';
    position: absolute;
    top: 0;
    left: 0;
}

.csmCon1 ._cmInfo ul li span {
    font-weight: bold;
}

.csmCon1 ._cmFmDiv1 {
    background: #f5f5f5;
    padding: 20px;
    font-size: 0;
}

.csmCon1 ._cmFmDiv1 ._mb15 {
    margin-bottom: 15px;
}

.csmCon1 ._cmFmDiv1 ._cmfTxt {
    display: inline-block;
    width: 90px;
    height: 40px;
    /* line-height: 40px; */
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #232323;
    vertical-align: bottom;
}

.csmCon1 ._cmFmDiv1 ._cmfTxt._cmfTxt1 {
    line-height: 40px;
}

.csmCon1 ._cmFmDiv1 ._cmfTxt._cmfTxt2 {
    line-height: 20px;
}

.csmCon1 ._cmFmDiv1 ._cmfInp {
    display: inline-block;
    width: calc(100% - 90px);
    font-size: 0;
}

.csmCon1 ._cmFmDiv1 ._cmfInp ._inp {
    width: 100%;
    min-width: auto;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #232323;
    letter-spacing: -0.15px;
}

.csmCon1 ._cmFmDiv1 ._cmfInp ._inp._inp_id {}

.csmCon1 ._cmFmDiv1 ._cmfInp ._inp._inp_hp {
    width: calc(33% - 19px);
    text-align: center;
}

.csmCon1 ._cmFmDiv1 ._cmfInp ._dsln {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    width: 30px;
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
    text-align: center;
    background: #ffffff;
}

.csmCon1 ._cmFmDiv1 ._cmfInp ._sel {
    min-width: auto;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    background: url('/assets/data/img/board/Ept/edit/ar_dn.png') no-repeat right 14px center, #ffffff;
    padding: 0 38px 0 14px;
    text-align: left;
    border: 0;
    height: 40px;
    line-height: 38px;
    vertical-align: middle;
}

.csmCon1 ._cmFmDiv1 ._cmfInp ._rdoDiv {}

._rdoDiv {
    display: inline-block;
}

._rdoDivBnf {
    margin: 10px 15px 10px 2px;
}

._rdoDiv input[type=radio]._rdo+label {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url('/assets/data/img/board/Ept/edit/rdo_off.png') no-repeat left center;
    padding: 0px 0 0px 28px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    letter-spacing: -0.02em;
    color: #232323;
    position: relative;
}

._rdoDiv._rdoDivBnfLetmn input[type=radio]._rdo+label:before {
    content: '';
    position: absolute;
    top: -14px;
    right: -36px;
    background: url('/assets/data/img/promotion/EptBrd/modal/icon.png') no-repeat center center;
    width: 33px;
    height: 24px;
}

/*._rdoDiv input[type="radio"]._rdo + label span{
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    color: #C63333;
}*/


._rdoDiv input[type=radio]._rdo:checked+label {
    background: url('/assets/data/img/board/Ept/edit/rdo_on.png') no-repeat left center;
}

._chbxDiv {
    display: inline-block;
}

._chbxDivAgr {}

._chbxDiv input[type=checkbox]._chbx+label {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url('/assets/data/img/board/Ept/edit/ch_off.png') no-repeat left center;
    padding: 2px 0 2px 28px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

._chbxDiv input[type=checkbox]._chbx:checked+label {
    background: url('/assets/data/img/board/Ept/edit/ch_on.png') no-repeat left center;
}


.csmCon1 ._cmFmDiv2 {
    padding-top: 20px;
}

.csmCon1 ._cmFmDiv2 ._cmfInfo {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px 32px 18px 32px;
}

.csmCon1 ._cmFmDiv2 ._cmfInfo ul {}

.csmCon1 ._cmFmDiv2 ._cmfInfo ul li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 1.5;
    color: #747474;
    word-break: keep-all;
}

.csmCon1 ._cmFmDiv2 ._cmfInfo ul li:before {
    content: '·';
    position: absolute;
    top: 0;
    left: 0;
}

.csmCon1 ._cmFmBtnArea {
    text-align: right;
    height: 45px;
    padding-top: 24px;
}

.csmCon1 button._smSmbBtn {
    width: 107px;
    height: 45px;
    background: url('/assets/data/img/promotion/EptBrd/modal/btn.png') no-repeat center center;
}


.blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

._table {
    font-family: Pretendard !important;
    font-size: 27px;
    width: 900px;
    position: absolute;
    top: 411px;
    left: 100px;
    height: 342px;
    font-size: 18px;
    font-weight: bold;
}
._tableRn {
    width: 909px;
    top: 609px;
    left: 96px;
}

._table tr:nth-child(1) {
    height: 61px;
}

._table tr:nth-child(2) {
    height: 45px;
}

._table tr:nth-child(3) {
    height: 44px;
}

._table tr:nth-child(4) {
    height: 47px;
}

._table tr:nth-child(5) {
    height: 46px;
}

._table tr:nth-child(6) {
    height: 47px;
}

._table tr:nth-child(7) {
    height: 49px;
}

._table tr:nth-child(8) {
    height: 49px;
}

._table tr td {
    vertical-align: middle;
    font-weight: bold;
    font-size: 15.5px;
}

._table tr td:nth-child(1) {
    width: 200px;
    font-weight: 600;
    margin-right: 1px;
}

._table tr td:nth-child(2) span:nth-child(1) {
    margin-right: 7px;
    margin-left: 14px;
}

._table tr td:nth-child(2) span:nth-child(2) {
    margin-left: 0px;
}

._table tr td:nth-child(2) span:nth-child(3) {
    margin-right: 7px;
    margin-left: 6px;
}

#td7-1 {
    color: white;
}

._td-2 {
    width: 353px;
}
._tableRn ._td-2 {
    width: 472px;
}

._tableRn ._td-1 {
    width: 238px;
}
._tableRn tr:nth-child(1) {
    height: 78px;
}
._tableRn tr:nth-child(2) {
    height: 50px;
}
._tableRn tr:nth-child(8) {
    height: 50px;
}

._tableRn tr:nth-child(9) {
    height: 54px;
}



._title1{    
    font-size: 18px;
    margin-top: 7px;
    margin-left: 180px;
    text-align: left;
}

._title1 span{
    color: gray;
    margin: 0px !important;
}

._sub_title{
    
    margin-left: 180px;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #313131cc;
}

._table_title2{    
    margin-top: 7px;
    margin-left: 98px;
    text-align: left;
}

._table_title2 img{
    width: 80px;
}

._title2{
    font-size: 17px;
    color: #0f0f0fe1;
}


._blue1 {
    font-family: Pretendard !important;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.18px;
    text-align: center;
    color: #1a3b8a;
}

._blue2 {
    font-family: Pretendard !important;
    font-size: 15.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.16px;
    text-align: center;
    color: #323232;
}

._white {
    font-family: Pretendard !important;
    font-size: 15.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -0.16px;
    text-align: center;
    color: white;
}

._black {
    font-family: Pretendard !important;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: -0.13px;
    text-align: center;
    color: #313131;
}

.pooterTitle {
    height: 23px;
    margin: 0 700px 18px 5px;
    opacity: 0.3;
    font-family: SBAggroB !important;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    padding-top: 53px;
    padding-left: 73px;
    color: rgb(255 255 255);
}

.pooterContent {
    margin: 18px 0 0;
    opacity: 0.3;
    font-family: Pretendard !important;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    padding-top: 18px;
    padding-left: 73px;
    color: rgb(255 255 255);
}

._corBlue{
    color:#2b51c9;    
}

._corPup{
    color:#a448df;        
}

._corRed{
    color:red;        
}

.mdl_letmny {
    height: 558px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.hvr1:hover {
    color: #e66700;
}
.hvr2:hover {
    color: #2c6aef;
}
.hvr3:hover {
    color: #a448df;
}
.hvr4:hover {
    color: #e60012;
}
.hvr5:hover {
    color: #ffbb2d;
}
.hvr6:hover {
    color: #df48cf;
}
.hvr7:hover {
    color: #0acf00;
}
.hvr8:hover {
    color: #00b8ce;
}