@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

*,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;

}

ul,
ol,
li {
    list-style-type: none;
}

nav {
    width: 1200px;
    margin: 0 auto;
}


table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
}

table th,
table td {
    vertical-align: middle;
}

legend,
caption,
.skip,
.hidden {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    font-size: 1;
    line-height: 0;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

em,
address {
    font-style: normal;
}

img {
    vertical-align: top;
}

button,
input {
    cursor: pointer;
}

.wrap {
    position: relative;
    max-width: 1920px;
    min-width: 1350px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

/* 헤더 */
.header {
    z-index: 10;
    position: absolute;

    top: 20px;
    width: 1920px;

    padding: 10px 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}


.logo > a {
    position: relative;
    display: block;
    width: 196px;
    height: 111px;
    background: url("https://common-cdn-api.s3.ap-northeast-1.amazonaws.com/fs2/resources/11Anniversary_main_event/images/logo.png") no-repeat center;
    background-size: cover;
}



.menu-wrap {
    padding-top: 5px;
    position: relative;
}

.menu {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.menu__button {
    float: left;
}

.menu__button--1 {
    width: 230px;
    height: 68px;
}

.menu__button--1 a {
    background: url('../images/right_menu_start.jpg') no-repeat center;
}

.menu__button--2 {
    width: 68px;
    height: 68px;
    margin-left: 11px;
}

.menu__button--2 a {
    background: url('../images/right_menu_home.png') no-repeat center;
}

.menu__button--3 {
    width: 68px;
    height: 68px;
    margin-left: 11px;

}

.menu__button--3 a {
    background: url('../images/right_menu_login.png') no-repeat center;
}

.menu__button--4 {
    width: 147px;
    height: 29px;
    margin-top: 11px;
    clear: both;
    background: url('../images/right_menu_close.png') no-repeat center;
    float: right;
}


.menu__button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.install {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 232px;
    height: 146px;
    background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/install.jpg");
    background-repeat: no-repeat;
}

.install > a {
    position: absolute;
    display: block;
}

.install__button {
    left: 2px;
    bottom: 2px;
    width: 228px;
    height: 50px;
}

.install__close-button {
    right: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
}

/* 메인 */
.main {
    position: relative;
    width: 100%;
    height: 960px;
    overflow: hidden;
    background-image: url("../images/intro_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.main__area_wrap {
    position: relative;
    width: 1200px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.main__area {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;

}
.notice-button {
    z-index: 100;
    position: absolute;
    bottom: 290px;
    display: block;
    width: 230px;
    height: 60px;
    background: url(../images/notice_btn.png) center;
    left: 50%;
    transform: translate(-50%, 0);
}

.notice-button:hover {
    cursor: pointer;
    background: url(../images/notice_btn_hover.png) center;
}

.main__area__button-wrap {
    z-index: 5;
    position: absolute;
    left: 0;
    bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 200px;
}

.main_section2 {
    position: relative;
    width: 100%;
    height: 3340px;
    overflow: hidden;
    background: url(../images/intro_bg2.jpg) no-repeat center;
    padding-top: 690px;
}

.main_section2 .coin_list {
    height: 69px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.main_section2 .coin_list .coin_list_btn {
    width: 370px;
    height: 100%;
    background-color: #fb8eae;
    background-image:url('../images/coin_list_btn.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 70px 70px 0 0;
    cursor: pointer;
}
.main_section2 .coin_list .coin_list_btn:hover{
    background-image: url('../images/coin_list_btn_hover.jpg')
}

/* 브론즈 저금통 */

.main_section2 .bronze_section {
    height: 690px;
    width: 100%;
    margin-bottom: 140px;
}

.main_section2 .bronze_section .bronze_pig_bank_wrap {
    width: 660px;
    margin-left: 540px;
    height: 100%;
    padding: 70px 70px 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.main_section2 .bronze_section .bronze_pig_bank_wrap h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.main_section2 .bronze_section .bronze_pig_bank_wrap h3 span {
    display: block;
    background: url('../images/bronze_title.png') center no-repeat;
    width: 345px;
    height: 40px;
}

.main_section2 .bronze_section .bronze_pig_bank_wrap .bronze_pig_bank_area {
    width: 100%;
    height: 425px;
    background: url('../images/bronze_0_49.png') center no-repeat;
}

.main_section2 .bronze_section.range-0-49 .bronze_pig_bank_wrap .bronze_pig_bank_area {
    background: url('../images/bronze_0_49.png') center no-repeat;

}

.main_section2 .bronze_section.range-50-79 .bronze_pig_bank_wrap .bronze_pig_bank_area {
    background: url('../images/bronze_50_79.png') center no-repeat;

}

.main_section2 .bronze_section.range-80-99 .bronze_pig_bank_wrap .bronze_pig_bank_area {
    background: url('../images/bronze_80_99.png') center no-repeat;

}

.main_section2 .bronze_section.range-100-149 .bronze_pig_bank_wrap .bronze_pig_bank_area {
    background: url('../images/bronze_100_149.png') center no-repeat;

}

.main_section2 .bronze_section.range-150-179 .bronze_pig_bank_wrap .bronze_pig_bank_area {
    background: url('../images/bronze_150_179.png') center no-repeat;

}

.main_section2 .bronze_section.range-180-199 .bronze_pig_bank_wrap .bronze_pig_bank_area {
    background: url('../images/bronze_180_199.png') center no-repeat;

}

.main_section2 .bronze_section.range-200 .bronze_pig_bank_wrap .bronze_pig_bank_area {
    background: url('../images/bronze_200.png') center no-repeat;

}

.main_section2 .bronze_section .bronze_pig_bank_wrap .bronze_btn {
    width: 280px;
    height: 60px;
    margin-top: 25px;
    background: url('../images/disabled_btn.png') center no-repeat;
}

.main_section2 .bronze_section .bronze_pig_bank_wrap .bronze_btn.on {
    background: url('../images/on_btn.png') center no-repeat;
    cursor: pointer;
}

.main_section2 .bronze_section .bronze_pig_bank_wrap .bronze_btn.on:hover {
    background: url('../images/on_btn_hover.png') center no-repeat;
}

.main_section2 .bronze_section .bronze_pig_bank_wrap .bronze_btn.receive {
    background: url('../images/receive_btn.png') center no-repeat;
}

/*실버 저금통*/

.main_section2 .silver_section {
    height: 690px;
    width: 100%;
    margin-bottom: 140px;
}

.main_section2 .silver_section .silver_pig_bank_wrap {
    width: 660px;
    margin-right: 540px;
    height: 100%;
    padding: 70px 70px 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.main_section2 .silver_section .silver_pig_bank_wrap h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.main_section2 .silver_section .silver_pig_bank_wrap h3 span {
    display: block;
    background: url('../images/silver_title.png') center no-repeat;
    width: 300px;
    height: 40px;
}

.main_section2 .silver_section .silver_pig_bank_wrap .silver_pig_bank_area {
    width: 100%;
    height: 425px;
    background: url('../images/silver_0_49.png') center no-repeat;
}

.main_section2 .silver_section.range-0-49 .silver_pig_bank_wrap .silver_pig_bank_area {
    background: url('../images/silver_0_49.png') center no-repeat;

}

.main_section2 .silver_section.range-50-79 .silver_pig_bank_wrap .silver_pig_bank_area {
    background: url('../images/silver_50_79.png') center no-repeat;

}

.main_section2 .silver_section.range-80-99 .silver_pig_bank_wrap .silver_pig_bank_area {
    background: url('../images/silver_80_99.png') center no-repeat;

}

.main_section2 .silver_section.range-100-149 .silver_pig_bank_wrap .silver_pig_bank_area {
    background: url('../images/silver_100_149.png') center no-repeat;

}

.main_section2 .silver_section.range-150-179 .silver_pig_bank_wrap .silver_pig_bank_area {
    background: url('../images/silver_150_179.png') center no-repeat;

}

.main_section2 .silver_section.range-180-199 .silver_pig_bank_wrap .silver_pig_bank_area {
    background: url('../images/silver_180_199.png') center no-repeat;

}

.main_section2 .silver_section.range-200 .silver_pig_bank_wrap .silver_pig_bank_area {
    background: url('../images/silver_200.png') center no-repeat;

}

.main_section2 .silver_section .silver_pig_bank_wrap .silver_btn {
    width: 280px;
    height: 60px;
    margin-top: 25px;
    background: url('../images/disabled_btn_other.png') center no-repeat;
}
.main_section2 .silver_section.range-0-49 .silver_pig_bank_wrap .silver_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}
.main_section2 .silver_section.range-50-79 .silver_pig_bank_wrap .silver_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}
.main_section2 .silver_section.range-80-99 .silver_pig_bank_wrap .silver_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}
.main_section2 .silver_section.range-0-49 .silver_pig_bank_wrap .silver_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}
.main_section2 .silver_section.range-100-149 .silver_pig_bank_wrap .silver_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}
.main_section2 .silver_section.range-150-179 .silver_pig_bank_wrap .silver_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}
.main_section2 .silver_section.range-180-199 .silver_pig_bank_wrap .silver_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}


.main_section2 .silver_section .silver_pig_bank_wrap .silver_btn.on {
    background: url('../images/on_btn.png') center no-repeat;
    cursor: pointer;
}

.main_section2 .silver_section .silver_pig_bank_wrap .silver_btn.on:hover {
    background: url('../images/on_btn_hover.png') center no-repeat;
}

.main_section2 .silver_section .silver_pig_bank_wrap .silver_btn.receive {
    background: url('../images/receive_btn.png') center no-repeat;
}

/* 골드 저금통 */

.main_section2 .gold_section {
    height: 690px;
    width: 100%;
    margin-bottom: 140px;
}

.main_section2 .gold_section .gold_pig_bank_wrap {
    width: 660px;
    margin-left: 540px;
    height: 100%;
    padding: 70px 70px 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.main_section2 .gold_section .gold_pig_bank_wrap h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.main_section2 .gold_section .gold_pig_bank_wrap h3 span {
    display: block;
    background: url('../images/gold_title.png') center no-repeat;
    width: 345px;
    height: 40px;
}

.main_section2 .gold_section .gold_pig_bank_wrap .gold_pig_bank_area {
    width: 100%;
    height: 425px;
    background: url('../images/bronze_0_49.png') center no-repeat;
}

.main_section2 .gold_section.range-0-49 .gold_pig_bank_wrap .gold_pig_bank_area {
    background: url('../images/gold_0_49.png') center no-repeat;

}

.main_section2 .gold_section.range-50-79 .gold_pig_bank_wrap .gold_pig_bank_area {
    background: url('../images/gold_50_79.png') center no-repeat;

}

.main_section2 .gold_section.range-80-99 .gold_pig_bank_wrap .gold_pig_bank_area {
    background: url('../images/gold_80_99.png') center no-repeat;

}

.main_section2 .gold_section.range-100-149 .gold_pig_bank_wrap .gold_pig_bank_area {
    background: url('../images/gold_100_149.png') center no-repeat;

}

.main_section2 .gold_section.range-150-179 .gold_pig_bank_wrap .gold_pig_bank_area {
    background: url('../images/gold_150_179.png') center no-repeat;

}

.main_section2 .gold_section.range-180-199 .gold_pig_bank_wrap .gold_pig_bank_area {
    background: url('../images/gold_180_199.png') center no-repeat;

}

.main_section2 .gold_section.range-200 .gold_pig_bank_wrap .gold_pig_bank_area {
    background: url('../images/gold_200.png') center no-repeat;

}

.main_section2 .gold_section .gold_pig_bank_wrap .gold_btn {
    width: 280px;
    height: 60px;
    margin-top: 25px;
    background: url('../images/disabled_btn_other.png') center no-repeat;
}
.main_section2 .gold_section.range-0-49 .gold_pig_bank_wrap .gold_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}
.main_section2 .gold_section.range-50-79 .gold_pig_bank_wrap .gold_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}

.main_section2 .gold_section.range-80-99 .gold_pig_bank_wrap .gold_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}

.main_section2 .gold_section.range-100-149 .gold_pig_bank_wrap .gold_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}

.main_section2 .gold_section.range-150-179 .gold_pig_bank_wrap .gold_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}

.main_section2 .gold_section.range-180-199 .gold_pig_bank_wrap .gold_btn {
    background: url('../images/disabled_btn.png') center no-repeat;
}



.main_section2 .gold_section .gold_pig_bank_wrap .gold_btn.on {
    background: url('../images/on_btn.png') center no-repeat;
    cursor: pointer;
}

.main_section2 .gold_section .gold_pig_bank_wrap .gold_btn.on:hover {
    background: url('../images/on_btn_hover.png') center no-repeat;
}

.main_section2 .gold_section .gold_pig_bank_wrap .gold_btn.receive {
    background: url('../images/receive_btn.png') center no-repeat;
}







.background,
.text {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.text {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 260px 180px;
}

@-webkit-keyframes arrowAnime {
    from {

        top: 30px;
    }

    to {

        top: 40px;
    }
}

@keyframes arrowAnime {
    from {

        top: 30px;
    }

    to {

        top: 40px;
    }
}

.main_section3 {
    position: relative;
    width: 100%;
    height: 1300px;
    overflow: hidden;
    background: url(../images/intro_bg3.jpg) no-repeat center;
    padding-bottom: 160px;
    }

.main_section3.left_on{
    background: url(../images/intro_bg3_left_on.jpg) no-repeat center;
}
.main_section3.right_on{
    background: url(../images/intro_bg3_right_on.jpg) no-repeat center;
}
.main_section3 .hidden_event_title{
    height:415px;
    width:100%;
    position: relative;
}
.main_section3 .hidden_event_title .hidden_event_notice{
    position: absolute;
        bottom:0;
    left:50%;
    width:180px;
    height:45px;
    transform: translate(-50%,0);
    background:url(../images/hidden_event_notice_btn.png) center no-repeat;
    cursor: pointer;
}

.main_section3 .hidden_event_title .hidden_event_notice:hover{
    background:url(../images/hidden_event_notice_btn_hover.png) center no-repeat;
}

.main_section3 .hidden_contents_wrap{
    display: flex;
    width:100%;
    height:730px;
}

.main_section3 .hidden_contents_wrap .left_area{
    width:50%;
    padding:100px 100px 100px 50px;
    display: flex;
    
}
.main_section3 .hidden_contents_wrap .left_area .left_btn{
    width:150px;
    height:40px;
    margin-top:180px;
    background: url('../images/hidden_event_btn_disabled.png') center no-repeat;
}
.main_section3 .hidden_contents_wrap .left_area .left_btn.receive{
    background: url('../images/hidden_event_btn_receive.png') center no-repeat;
}
.main_section3.left_on .hidden_contents_wrap .left_area .left_btn{
    background: url('../images/hidden_event_btn_on.png') center no-repeat;
    cursor: pointer;
}
.main_section3.left_on .hidden_contents_wrap .left_area .left_btn:hover{
    background: url('../images/hidden_event_btn_on_hover.png') center no-repeat;
}
.main_section3.left_on .hidden_contents_wrap .left_area .left_btn.receive{
    background: url('../images/hidden_event_btn_on_receive.png') center no-repeat;
    cursor: auto;
}

.main_section3 .hidden_contents_wrap .right_area{
    width:50%;
    display: flex;
    justify-content: flex-end;
      padding:100px 50px 100px 100px;
    
}

.main_section3 .hidden_contents_wrap .right_area .right_btn{
    width:150px;
    height:40px;
    margin-top:180px;
    background: url('../images/hidden_event_btn_disabled.png') center no-repeat;
}
.main_section3 .hidden_contents_wrap .right_area .right_btn.receive{
    background: url('../images/hidden_event_btn_receive.png') center no-repeat;
}
.main_section3.right_on .hidden_contents_wrap .right_area .right_btn{
    background: url('../images/hidden_event_btn_on.png') center no-repeat;
    cursor: pointer;
}
.main_section3.right_on .hidden_contents_wrap .right_area .right_btn:hover{
    background: url('../images/hidden_event_btn_on_hover.png') center no-repeat;
}
.main_section3.right_on .hidden_contents_wrap .right_area .right_btn.receive{
    background: url('../images/hidden_event_btn_on_receive.png') center no-repeat;
    cursor: auto;
}


/* 푸터 */
.footer {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
    background-color: #20232b;
}

.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

/* 암막효과 */
.dim {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/* 팝업 */
.popup {
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    max-height: 800px;
    overflow-y: scroll;
    padding: 50px;
    background: #fff;
}

.popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 9px;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}



.go_top {
    position: fixed;
    bottom: 80px;
    right: 5%;
    display: none;
}

.go_top a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
}

.go_top:hover a {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}




.scroll_wrap {
    position: relative;
    margin-top: 800px;
    width: 50px;
    height: 50px;
    text-align: center;


}

a.scroll_down {
    color: #661c2d;
    font-size: 18px;
    opacity: 0.5;
}

a.scroll_down:hover {
    opacity: 1;
}

a.scroll_down span {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #661c2d;
    border-radius: 50px;
    box-sizing: border-box;
}

a.scroll_down span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #661c2d;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

a.scroll_down span::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 1px solid #661c2d;
    border-bottom: 1px solid #661c2d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/*팝업 이벤트 유의사항*/
.popup--pig_bank_notice .modal-header {
    height: 40px;
    margin: 0;
}

.popup--pig_bank_notice .modal-header h4 {
    font-size: 24px;
    color: #f9739b;
    font-weight: 600;
}

.popup--pig_bank_notice  .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}
.popup--pig_bank_notice .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup_txt_pig_bank_notice li {
    padding: 5px 0;
}

.popup_txt_pig_bank_notice li span {
    color: #f9739b;
    font-weight: 600;
}

/*팝업 히든 이벤트 유의사항*/
.popup--hidden_event_notice .modal-header {
    height: 40px;
    margin: 0;
}

.popup--hidden_event_notice .modal-header h4 {
    font-size: 24px;
    color: #f9739b;
    font-weight: 600;
}

.popup--hidden_event_notice  .popup__close-button {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 15px;

}
.popup--hidden_event_notice .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/popup_close_button.png") no-repeat center;
}

.popup_txt_hidden_event_notice li {
    padding: 5px 0;
}

.popup_txt_hidden_event_notice li span {
    color: #f9739b;
    font-weight: 600;
}




/* 팝업 동전 적립 내역*/

.popup--coin_acc_list .modal-header h5 {
    font-size: 30px;
    color: #f9739b;
    font-weight: 600;
    text-align: center;
}
.popup--coin_acc_list .popup__close-button{
        width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup--coin_acc_list .popup__close-button > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/popup_close_button.png) no-repeat center;
}


.tg_apply {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}

.tg_apply thead {
    border-bottom: 2px solid #232323;

}

.tg_apply tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.tg_apply tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.tg_apply td {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;
}

.tg_apply th {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;

}

.tg_apply .tg-lt {
    text-align: left;
    color: #232323;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tg_apply .tg-lboi {
    text-align: center;
    vertical-align: middle;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.tg_apply tbody tr td.tg-lboi:nth-child(2) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tg_apply .tg-lboi.minus {
    color: blue;
}

.tg_apply .tg-lboi.plus {
    color: red;
}

.tg_buy {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}

.tg_buy thead {
    border-bottom: 2px solid #232323;
}

.tg_buy tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.tg_buy td {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;
}

.tg_buy th {
    font-size: 16px;
    overflow: hidden;
    padding: 15px 10px;
    word-break: normal;
}

.tg_buy .tg-lboi {
    text-align: center;
    vertical-align: middle;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tg_buy .tg-lboi.plus {
    color: red;
}

.tg_buy .tg-lboi.minus {
    color: blue;
}




.paging {
    margin-top: 20px;
    width: 400px;
    margin: 20px auto 0;
    text-align: center;
}

.paging p {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;

}

.paging p a {
    display: inline-block;
    font-size: 14px;
    color: #232323;
    padding: 0 10px;
    vertical-align: top;
    font-weight: 400;

}

.paging p a:hover {
    color: #f9739b;
    font-weight: 700;
}

.paging p a.active {
    color: #f9739b;
    font-weight: 700;

}

.btn-prev {
    background: url(../images/store_prev.png) no-repeat center;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.btn-prev:hover {
    background: url(../images/store_prev_hover.png) no-repeat center;
}

.btn-next {
    background: url(../images/store_next.png) no-repeat center;
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.btn-next:hover {
    background: url(../images/store_next_hover.png) no-repeat center;
}