@import url(./reset.css?v6);

.mo {
 display: none !important;
}

.cont_li_td_tmp:nth-child(2) {
    margin-top: 15px;
}

.winnerTitle {
    border-bottom: 2px solid #d1e2f6;
    padding-bottom: 30px;
    margin-bottom: 50px;
    text-align: center;
    /* padding-top: 70px; */
}

.winnerTitle span {
    color: #404040;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.logo_list_spon li {
    margin: 10px 20px !important;
}


/*layout*/
.header_wrap,
.kv_wrap {
    width: 1280px;
    margin: 0 auto;
}

/*header*/
.headerWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.header_wrap {
    height: 65px;
    line-height: 80px;
}

.header_wrap h1,
.nav_li {
    float: left
}

.header_wrap h1 {
    width: 186px;
    line-height: 65px;
}

.header_wrap h1.h1_new {
    width: 342px;
    line-height: 35px;
}

.header_wrap h1 img {
    width: 100%;
}

.header_wrap h1 .color {
    display: none
}

.navWrap {
    float: right;
    color: #fff
}

.nav_li {
    margin-left: 45px;
    font-weight: 500;
    position: relative;
}

.nav_li span {
    position: relative;
}

.nav_2depth,
.nav_2depth_winner {
    border: 1px solid #fff;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100px;
    display: none;
}

.nav_2depth li,
.nav_2depth_winner li {
    font-size: .8rem;
    text-align: center;
    padding: 12px 7px;
    line-height: 1em;
}


/*header scroll*/
.headerWrap.on {
    background-color: #fff;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,.1);*/
}

.headerWrap.on .white {
    display: none
}

.headerWrap.on .color {
    display: inline-block
}

.headerWrap.on .navWrap {
    color: #404040
}


.headerWrap.on .nav_2depth,
.nav_2depth_winner {
    background-color: #fff;
    border: 1px solid #293464;
    color: #787878
}


.kv_bottom_bg img {
    width: 100%;
    position: absolute;
    bottom: -110px;
}

/*kv*/
.kvWrap {
    margin-top: 92px;
    width: 100%;
    height: 650px;
    background: url('/contest/template/4/images/back_web_new.jpg?new4') no-repeat 43% 0;
    position: relative;
    /*overflow: hidden;*/
}

#container.winner .kvWrap {
    margin-top: 92px;
    width: 100%;
    height: 600px;
    background: url('/contest/template/4/images/back_web_winner.jpg?new2') no-repeat 43% 0;
    position: relative;
    /*overflow: hidden;*/
}


#container.winner .awardPop {
    display: none;
}

.awardPop.web img {
	width:80%;
}
.kvWrap:before,
.kvWrap:after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.kvWrap:after {
    right: 0px;
}

.kv_wrap {
    padding: 110px 50px 0 0px;
}

.kv_title_wrap {
    float: left
}

.kv_title_wrap img,
.kv_title_wrap span {
    display: block
}

.mainTxt_1 {
    margin-top: 10px;
    margin-left: -11px;
}

.kv_title_wrap .date {
    font-size: 1.5rem;
    color: #fff;
    margin-top: -20px;
}

.kv_title_wrap .date span {
    display: inline-block;
    width: 37px;
    height: 0;
    border-bottom: 1px solid #fff;
    margin: 0 5px;
}

.kv_img_wrap {
    float: right;
    position: relative;
    top: -6px;
    width: 478px;
}

.kv_img_wrap>img {
    width: 100%;
}

.awardPop {
    position: absolute;
    top: 0%;
    right: 28%;
    animation: balloon 2s infinite;
    -webkit-animation: balloon 2s infinite;
    -ms-animation: balloon 2s infinite;

}


@keyframes balloon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

/*cont*/
.contWrap,
.footer_wrap {
    width: 1160px;
    margin: 0 auto;
}

.contWrap {
    margin: -70px auto 150px;
    position: relative;
}

.cont_top_wrap {
    overflow: hidden;
    width: 100%;
    /*height: 230px;*/
    position: relative;
    padding-bottom: 30px;
}

.contWrap.main .cont_top_wrap {
    border-bottom: 1px solid #ffc8d7;
}

.contWrap.main .cont_top_wrap>div {
    /*    float:left*/
}

.cont_top_img {
    width: 305px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contWrap.main .cont_top_img {
    position: static;
}

.cont_top_img img {
    width: 100%;
}

.cont_top_title {
    font-size: 1.3rem;
    color: #2d2d3b;
    line-height: 1.4em;
    margin: 0px 0px;
    text-align: center;
}

.contWrap.main .cont_top_title {
    /*    margin-left: 60px;*/
    word-break: keep-all;
    text-align: center
}

.cont_top_title .green {
    display: block;
    color: #293464
}

.cont_top_title .sub {
    color: #737373;
    font-size: .8rem;
}

.cont_top_title b {
    display: inline-block;
    font-size: 1.7rem;
    margin-top: 15px;
}

.cont_li {
    border-top: 1px solid #e1e1e1;
    padding: 50px 0;
    position: relative;
}

.cont_li:first-child {
    border-top: none;
}

.cont_li>div {
    float: left
}

.cont_li_th {
    width: 225px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #3c3c3c;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.cont_li_th span,
.form_table th span {
    position: relative;
}

.cont_li_th span:before,
.form_table th span::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 0;
    border-top: 1px solid #d8d8d8;
    position: absolute;
    top: -5px;
    left: 4px;
}

.cont_li_th .sub {
    font-size: .8rem;
    color: #737373;
    word-break: keep-all;
    font-weight: normal;
    margin-top: 5px;
}

.cont_li_td {
    width: 100%;
    padding-left: 360px;
    line-height: 1.6em;
    word-break: keep-all;
}

.cont_li_td .br {
    display: block
}

.cont_li_td .td_li li {
    padding-left: 7px;
    line-height: 1.55em;
    margin-top: 8px;
    position: relative;
}

.cont_li_td .td_li li:first-child {
    margin-top: 0;
}

.cont_li_td .td_li li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #4f4f4f;
    position: absolute;
    top: 12px;
    left: 0;
}

.cont_li_td .td_li .not_li:before {
    content: unset !important;
}

.cont_li_td .sub {
    display: inline-block;
    font-size: 12px;
    color: #a4a4a4;
    margin-top: 10px;
    line-height: 1.35em;
}

.goPage_wrap {
    margin-top: 100px;
}

.goPage_flex {
    display: flex;
    flex-flow: wrap;
}

.goPage_flex li {
    flex: 1 1 0;
    border: 1px solid #d8d8d8;
    padding: 15px 25px;
    width: 575px;
    height: 220px;
    cursor: pointer;
}

.goPage_flex li:first-child {
    margin-right: 50px;
}

.goPage_flex li a>div {
    float: left
}

.goPage_img {
    margin-right: 40px;
    width: 145px;
}

.goPage_img img {
    width: 100%;
}

.goPage_txt {
    margin-top: 40px;
}

.goPage_txt .flag {
    display: block;
    width: 150px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #3c3c3c;
    padding: 5px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #d8d8d8;
    margin-bottom: 15px;
    text-align: center;
}

.goPage_flex li .goPage_img {
    position: relative;
    top: 20px;
}


.goPage_flex li.second {
    border: 1px solid #d8d8d8;
}

.goPage_flex li.second .goPage_img {
    position: relative;
    top: 20px;
}



.goPage_flex li.second .flag {
    color: #3c3c3c;
    border: 1px solid #d8d8d8;
}




/*footer*/
.footerWrap {
    background-color: #f7f7f7;
    padding: 40px 0;
}

.footer_wrap {
    color: #4f4f4f;
}

.footer_logo {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

/*.footer_logo_kr77dash {margin-left:10% !important}*/

.footer_logo>div,
.footer_logo>div span,
.logo_list,
.logo_list li {
    float: left
}


.footer_logo>div span {
    display: inline-block;
    font-size: .9rem;
    height: 23px;
    line-height: 23px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #4f4f4f;
    margin-top: 6px;
}

.logo_01 {
    margin-right: 50px;
}

/*.footer_logo_kr77dash > div.logo_02{*/
/*    float: right;*/
/*	margin-right: 10%;*/
/*}*/

.logo_list {}

.logo_list li {
    margin: 0 30px;
}

.logo_list li:first-child {
    margin-left: 0;
}

.logo_list li:last-child {
    margin-right: 0;
}


.footer_copy {
    font-size: .7rem;
    text-align: center;
    line-height: 1.6em;
}

.goInfo {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #848484;
    color: #848484;
    font-size: .6rem;
    margin-top: 20px;
}

/*


*/
/*sub page*/
#container.sub .kvWrap {
    height: 600px;
}

#container.sub .kv_wrap {
    padding-right: 0px;
    padding-left: 0px;
}

#container.sub .mainTxt_0,
#container.sub .kv_title_wrap .date,
#container.sub .awardPop {
    display: block;
}

#container.sub .mainTxt_1 {
    width: 297px;
}

#container.sub .kv_img_wrap {
    width: 400px;
    top: -55px;
}

#container.sub .cont_wrap:not(.info) {
    padding: 40px 95px;
    padding-bottom: 0;
}

.cont_li.table {
    padding: 90px 0;
    border-top: 1px solid #e1e1e1;
}

.cont_li.table .cont_li_th {
    top: 90px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.cont_li.table:last-child {
    padding-bottom: 0;
}

.cont_li.table.main {
    border-top: 1px solid #e1e1e1;
}

.cont_li.table.main .cont_li_table th,
.cont_li.table.main .cont_li_table td {
    padding: 15px 10px;
}

.cont_li_table {
    font-size: .85rem;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 1rem;
}

.cont_li_table th,
.cont_li_table td {
    padding: 20px 10px;
}

.cont_li_table th {
    font-weight: normal;
    background-color: #ebebeb;
    text-align: center;
    border-left: 1px solid #e1e1e1;
}

.cont_li_table th:first-child {
    border-left: 1px solid #e1e1e1;
}

.cont_li_table th:last-child {
    border-right: 1px solid #e1e1e1;
}

.cont_li_table th.idx {
    width: 25%;
}

.cont_li_table td {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    line-height: 1.55em;
    word-break: keep-all;
}

.cont_li_table td:first-child {
    border-left: 1px solid #e1e1e1;
}

.cont_li_table td.left_th {
    line-height: 1.35em;
}

.cont_li_table.center {
    text-align: center;
}

.contBtn_wrap {
    text-align: center;
    margin-top: 80px;
    cursor: pointer;
}

.contBtn{
    display:inline-block;
    width: 230px;
    height: 55px;
    line-height: 55px;
    border-radius: 55px;
    color:#fff;
    background-color: #293464;
    font-size: 1.3rem;
    font-weight: bold;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    cursor: pointer;
}



/*��������*/
.contWrap.receipt .cont_top_img {
    left: 88px;
}

.agree_cont_wrap {
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 50px;
}

.agree_cont {
    border: 1px solid #c8c8c8;
    padding: 15px;
    color: #919192;
    font-size: .7rem;
    word-break: keep-all;
    height: 200px;
    overflow-y: auto;
}

.agree_label_wrap {
    text-align: right;
    margin-top: 15px;
}

.cont_label {
    font-size: .8rem;
    color: #2d2d3b
}

.cont_label input {
    width: 15px;
    height: 15px;
    margin-top: -2px;
}

.form_wrap {
    margin-top: 70px;
}

.form_title {
    font-size: 1.4rem;
    color: #404040;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #293464;
    position: relative;
}

.form_title .delBtn {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 20px;
    background: #c8c8c8;
    color: white;
    padding: 1px 10px;
    cursor: pointer;
}


.form_title .sub {
    display: block;
    font-size: .8rem;
    color: #757575
}

.form_table tr {
    border-bottom: 1px solid #ebebeb;
}

.form_table th,
.form_table td {
    padding: 40px 10px;
    font-weight: 400;
    text-align: left;
}

.form_table th {
    padding-left: 120px;
    width: 250px;
    vertical-align: top;
}

.form_table th span {
    display: inline-block;
    margin-top: 10px;
}

.form_table th>span::before {
    border-top: 1px solid #d8d8d8;
    width: 29px;
}

.form_table th span.sub {
    font-size: 13px;
    font-weight: bold;
    color: #404040;
    margin-top: 0;
    word-break: keep-all;
}

.form_table th span.sub:before {
    display: none;
}

.form_table td {
    padding-right: 120px;
    font-size: .9rem;
}

.form_table input,
.form_table select {
    width: 100%;
    height: 48px;
    padding: 5px 20px;
}

.form_table input::placeholder {
    color: #ababab
}

.form_table .file>div {
    float: left;
    word-break: break-all;
}

.form_table .file .select_wrap {
    width: 40%;
}

.form_table .file .filebox {
    width: 55%;
}

.form_table .pw input {
    margin-bottom: 10px;
}

.form_table .subTxt {
    font-size: 14px;
    word-break: keep-all;
}

.form_table .subTxt .blue {
    color: #ffcf5c
}

.form_table .subTxt .red {
    color: #f10638
}

.form_table .subTxt_passwd .blue {
    color: #ffcf5c
}

.form_table .subTxt_passwd .red {
    color: #f10638
}

.form_table td .sub {
    display: inline-block;
    width: 5%;
    text-align: center;
}

.form_table .phone input,
.form_table .phone .select_wrap {
    width: 31%;
    margin-left: 2%;
    display: inline-block;
}

.form_table .phone .select_wrap {
    margin-left: 0
}

.form_table .email input,
.form_table .email .select_wrap {
    display: inline-block;
    width: 30%;
}

.form_table .email .select_wrap {
    margin-left: 2%;
    width: 32%;
}

.form_table .uni input,
.form_table .uni .select_wrap {
    width: 47.5%;
}

.addMemberBtn {
    background-color: #f3f3f3;
    text-align: center;
    padding: 10px 0;
    /* font-size: 1.2rem; */
    color: #404141;
    margin-top: 40px;
    cursor: pointer;
}

/*mypage*/
.contWrap.mypage .cont_top_wrap {
    height: 198px;
}

.contWrap.mypage .cont_top_img {
    left: 95px;
}

.contWrap.mypage .cont_wrap {
    text-align: center;
}

.contWrap.mypage .form_wrap {
    margin-top: 0;
}

.contWrap.mypage .form_table tr:first-child th,
.contWrap.mypage .form_table tr:first-child td {
    padding-top: 0 !important;
}

.contWrap.mypage td.pw .form_input {
    width: 70%;
}

.contWrap.mypage td.pw.reset .form_input {
    width: 100%;
}

.contWrap.mypage td.pw .form_btn,
.chkNum {
    display: inline-block;
    width: 28%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-left: 2%;
    background-color: #999999;
    color: #fff;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

.notFound {
    font-size: 14px;
    color: #f10638;
    margin-top: 30px;
    display: none;
}

.resetPasswd {
    display: none;
}

/*��й�ȣ ã��*/
.phone_wrap,
.chkNum {
    display: inline-block;
}

.phone_wrap {
    width: 70%;
    margin-bottom: 10px;
}

td.phone .chkNum {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    cursor: pointer;
}

.chkNumInput_wrap.chkNumWrap {
    display: none;
}


.chkNumInput_wrap {
    margin-top: 20px;
    display: block;
}

.chkNumInput_wrap input {
    margin-left: 0 !important;
    width: 39.5% !important;
}

.chkNumInput_wrap .time {
    display: inline-block;
    font-size: .8rem;
    color: #999;
    margin-left: 10px;
}

.chkNumInput_wrap .subTxt {
    margin-top: 10px;
}

/*result*/
.contWrap.result .cont_wrap {
    border-bottom: 1px solid #ffc8d7;
    padding-bottom: 40px !important;
}

.contWrap.result .cont_table {
    display: inline-block;
    width: 400px;
    font-size: 1.2rem;
}

.cont_table th,
.cont_table td {
    padding: 20px 0;
    text-align: left;
}

.cont_table th {
    width: 170px
}

/*faq*/
.contWrap.faq .cont_top_img {
    left: 85px;
    bottom: -10px;
}

.faq_list {
    width: 775px;
    margin: 0 auto;
}

.faq_tab {
    margin: 30px 0;
    background-color: #eeeeee;
    padding-bottom: 1px;
}

.faq_tab:first-child {
    margin-top: 0;
}

.Q_wrap {
    background-color: #a9a9a9;
    color: #fff;
    padding: 20px;
    position: relative;
}

.Q_wrap:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    position: absolute;
    top: 26px;
    right: 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.faq_tab.on .Q_wrap:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 32px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.A_wrap {
    font-size: .9rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    margin: 15px;
    padding: 25px;
    display: block;
}

.Q_wrap .Q,
.A_wrap .A,
.A_wrap .A_cont {
    float: left
}

.Q_wrap .Q_cont,
.A_wrap .A_cont {
    width: 660px;
    word-break: keep-all;
    margin-left: 10px;
}

.Q_wrap .Q_cont {
    margin-left: 30px;
    line-height: 1.35em;
}

/*final*/
.contWrap.final .select_wrap {
    width: 115px;
    border-bottom: 1px solid #4f4f4f;
    padding-bottom: 5px;
}

.contWrap.final .select_wrap:after {
    top: 7px;
    right: 45px
}

.contWrap.final .select_wrap select {
    border: none;
}

.finalInfo_wrap {
    padding: 0 50px;
}

.finalInfo_wrap span {
    color: #767676;
    font-size: .9rem;
    word-break: keep-all;
}

.finalInfo_wrap .date {
    float: left;
}

.finalInfo_wrap .place {
    float: right;
}

.final_list {
    margin-top: 100px;
}

.final_list>li {
    background-color: #f6f6f6;
    position: relative;
    margin-top: 70px;
}

.final_list>li .trophy {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -150px;
}

.final_list>li a {
    display: flex;
    padding: 25px;
    overflow: hidden;
}

.final_list>li a:after {
    content: '';
    display: inline-block;
    width: 170px;
    height: 272px;
    background: url('/contest/template/4/images/finalBack.png') no-repeat;
    position: absolute;
    top: 24px;
    right: -4px;
}

.final_list>li a>div {
    flex: 0 1 auto
}

.final_list .thumnail {
    width: 462px;
    height: 285px;
    overflow: hidden;
}

.final_list .thumnail img {
    width: 100%;
    max-height: 285px;
}

.final_list>li .money {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: .9rem;
    color: #767676;
}

.final_cont {
    padding-left: 45px;
    padding-top: 50px;
    position: relative;
    width: 60%;
}

.final_cont .title span,
.finalPop_top .title span {
    display: block;
    word-break: keep-all;
}

.final_cont .sub,
.finalPop_top .sub {
    font-size: 18px;
}

.final_cont .tit,
.finalPop_top .tit {
    font-size: 32px;
    font-weight: bold;
}

.final_cont .member_list {
    font-size: 16px;
    color: #7e7e7e;
    width: 77%;
}

.member_wrap {
    position: absolute;
    bottom: 0;
    left: 45px;
    width: 100%;
}

.member_list {
    margin-top: 7px;
}

.member_list:first-child {
    margin-top: 0;
}

.member_list li {
    float: left;
    border-left: 1px solid #999;
    padding-left: 10px;
    margin-left: 10px;
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
}

.member_list li:first-child,
.member_list li:nth-of-type(4) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

/*final pop*/
#container.finalPop {
    position: relative;
}

#container.finalPop:after {
    content: '';
    display: inline-block;
    width: 170px;
    height: 272px;
    background: url('/contest/template/4/images/finalBack.png') no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.contWrap.finalPop {
    width: 1000px;
    margin-top: 0;
    text-align: center;
    padding-top: 70px;
}

.finalPop_top {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.finalPop_top .trophy {
    margin-bottom: 15px;
}

.finalPop_list .thumnail {
    margin-top: 30px;
    border: 1px solid #f7f7f7;
}

.finalPop_list .thumnail:first-child {
    margin-top: 0;
}

.finalPop_list .thumnail img {
    width: 100%;
}




/*layer popup*/
.layerPop_wrap {
    display: none;
    position: absolute;
    background: #fff;
    top: -330px;
    left: 50%;
    margin-left: 240px;
    z-index: 9;
}

.layerPop_today,
.layerPop_X {
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.layerPop_today {
    float: left;
}

.layerPop_today input {
    width: 15px;
    height: 15px;
    margin-top: -2px;
}

.layerPop_X {
    text-align: right;
    background-color: #2d2d3b;
}





.finalListWrap .info {
    text-align: center;
    font-size: 16px;
    color: #6f96fb;
    word-break: keep-all;
}



@media all and (min-width:1024px) {
    .nav_li span:hover::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
        border-bottom: 1px solid #fff;
        position: absolute;
        bottom: -3px;
        left: 0;
    }

    /* .nav_1depth:hover .nav_2depth{
        display:block
    } */
    .nav_2depth li:hover,
    .nav_2depth_winner li:hover {
        background-color: rgba(255, 255, 255, .35);
    }

    .headerWrap.on .nav_li:hover {
        /*        color:#ffcf5c*/
    }

    .headerWrap.on .nav_li span:hover::after {
        border-bottom: 1px solid #222222;
    }

    .headerWrap.on .nav_2depth li:hover,
    .headerWrap.on .nav_2depth_winner li:hover {
        background-color: #293464;
        color: white;
    }

    .goPage_flex li:hover .flag {
        color: #fff;
        background-color: #ffc8d7;
        border: 1px solid #ffc8d7;
    }

    .goPage_flex li.second:hover .flag {
        background-color: #ffc8d7;
        border: 1px solid #ffc8d7;
    }




    /*����ȸ ver2*/
    .ver2 .finalTableWrap {
        /* padding: 0 150px; */
    }

    .ver2 .finalTableWrap .tit {
        font-weight: bold;
        margin-bottom: 12px;
    }

    .ver2 .finalTable_wrap {
        border-bottom: 1px solid #f6f6f6;
    }

    .ver2 .finalTable_wrap>div {
        display: flex;
        align-items: center;
    }

    .ver2 .finalTable_wrap>div>div {
        flex-basis: 25%;
        font-size: 16px;
        padding: 7px 0;
        text-align: center;
        word-break: keep-all;
    }

    .ver2 .mo_th {
        display: none;
    }

    .ver2 .finalTable_wrap .tr_th {
        background-color: #F6F6F6;
        font-weight: bold;
    }

    .ver2 .finalTable_wrap .gray {
        display: block;
        color: #767676;
        font-size: 13px;
    }

    .ver2 .finalInfo_wrap {
        padding: 0 50px;
    }

    .ver2 .finalInfo_wrap span {}

    .ver2 .final_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ver2 .final_list>li {
        width: 49%;
        overflow: hidden;
        height: 190px;
    }

    .ver2 .final_list>li a {
        height: 100%;
        align-items: center;
    }

    .ver2 .final_list>li a:after {
        top: 7px;
        right: 0;
    }

    .ver2 .final_list .thumnail {
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
    }

    .ver2 .final_list .thumnail img {
        height: 100%;
    }

    .ver2 .final_cont {
        padding-left: 23px;
        padding-top: 0;
    }

    .ver2 .final_cont .sub {
        font-size: 16px;
    }

    .ver2 .final_cont .tit {
        font-size: 20px;
    }

    .ver2 .final_list>li .money {
        font-size: 14px;
    }

    .ver2 .member_wrap {
        position: static;
        top: 0;
        left: 0;
        margin-top: 12px;
    }

    .ver2 .final_cont .member_list {
        width: 100%;
        font-size: 14px;
    }

    .ver2 .member_list li {
        border: none;
        padding: 0;
        margin: 0;
    }

	.ver2 .final_cont.special {
        margin-top: 55px;
        width: 100%;
	}

	.final_cont.special .title span {
		display:unset;
	}


}

.ver2 .finalListWrap {
    margin-top: 0px;
}

.ver2 .winnerIdx {
    font-size: 23px;
    text-align: center;

    /* add by kr77dash	2023-05-03  */
    word-break: keep-all;
}

.ver2 .final_list {
    margin-top: 0;
}

.ver2 .final_list>li {
    margin-top: 30px;
}

.ver2 .final_list>li .trophy {
    top: 5px;
    left: 0;
    margin-left: 0;
    height: 15%;
}

.ver2 .final_list>li .trophy img {
    height: 100%;
}