@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
    font-family: "aTitleGothic";
    font-style: normal;
    font-weight: 400;
    src: local("../font/a1"), /* computer */
    url("../font/a1.eot"), /* IE9 Compat Modes */
    url("../font/a1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a1.woff") format("woff"), /* Modern Browsers */
    url("../font/a1.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "aTitleGothic";
    font-style: normal;
    font-weight: 500;
    src: local("../font/a2"), /* computer */
    url("../font/a2.eot"), /* IE9 Compat Modes */
    url("../font/a2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a2.woff") format("woff"), /* Modern Browsers */
    url("../font/a2.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "aTitleGothic";
    font-style: normal;
    font-weight: 600;
    src: local("../font/a3"), /* computer */
    url("../font/a3.eot"), /* IE9 Compat Modes */
    url("../font/a3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a3.woff") format("woff"), /* Modern Browsers */
    url("../font/a3.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "aTitleGothic";
    font-style: normal;
    font-weight: 700;
    src: local("../font/a4"), /* computer */
    url("../font/a4.eot"), /* IE9 Compat Modes */
    url("../font/a4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a4.woff") format("woff"), /* Modern Browsers */
    url("../font/a4.ttf") format("truetype");
    /* Safari, Android, iOS */
}

@font-face {
    font-family: "aTitleGothic";
    font-style: normal;
    font-weight: 800;
    src: local("../font/a5"), /* computer */
    url("../font/a5.eot"), /* IE9 Compat Modes */
    url("../font/a5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a5.woff") format("woff"), /* Modern Browsers */
    url("../font/a5.ttf") format("truetype");
    /* Safari, Android, iOS */
}

/* **** Common Reset **** */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "aTitleGothic", sans-serif;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}

li,
p,
span,
strong,
a,
i,
em {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

b,
strong {
    font-weight: 500;
    color: inherit;
    font-size: inherit;
}

font {
    font-size: inherit;
}

body,
html {
    width: 100%;
    height: 100%;
    /*background: #f4f7f9; */
}

input,
select,
img {
    vertical-align: middle;
}

img {
    border: 0;
}

table {
    width: 100%;
}

table caption {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: block !important;
    width: 0px !important;
    height: 0px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.blind {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: inline-block !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

a {
    display: inline-block;
    text-decoration: none;
}

i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    width: 100%;
}

hr {
    display: none;
}

.white {
    color: #fff !important;
}

.yellow {
    color: #decc6b !important;
}

.red {
    font-size: 14px;
    color: #ea3d3d !important;
}

.gray {
    color: #aaaaaa !important;
}

.bgGold {
    background: linear-gradient(#bfac71, #60452c);
}

.bgYellow {
    background: linear-gradient(#fff557, #cd960e);
}

.noColor {
    -webkit-background-clip: text;
    color: transparent;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.iconfont {
    vertical-align: middle;
}

td.left {
    text-align: left !important;
    float: none !important
}

td.right {
    text-align: right !important;
    float: none !important
}

.btnNormal {
    cursor: pointer;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(#fff558, #d89b1e);
    border: 0;
    outline: 0;
    text-align: center;
}

.btnNormal:hover {
    opacity: 0.9;
}

.btnNormal.cancel {
    background: #5e492c;
    color: #fff;
}

.btnNormal.quickAsk {
    background: linear-gradient(#f82d45, #730d19);
    color: #fff;
}

.btnNormal.view {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.btnNormal.close {
    width: 95px;
    background: linear-gradient(#7d7462, #3c3732);
    color: #fff;
    text-align: center;
}

.iptNormal {
    width: 140px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #444035;
    background: #26241f;
    border-radius: 8px;
    box-sizing: border-box;
    outline: 0;
}

input::placeholder {
    color: #7c7a75;
}

/*페이지*/

.paging {
    display: table;
    margin: 0 auto 20px;
    text-align: center;
    vertical-align: top;
}

.paging .pageNum {
    display: inline-block;
    margin: 0 5px;
    padding: 0 15px;
    font-size: 0;
    background: #fff;
    border-radius: 35px;
    vertical-align: top;
}

.paging a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.paging .pageNum a {
    width: 30px;
    height: 100%;
    color: #3c3c3c;
}

.paging a>img {
    vertical-align: top;
}

.paging a.on {
    position: relative;
    height: 35px;
    color: #fff;
    vertical-align: top;
}

.paging a.on span {
    position: absolute;
    left: 0;
    top: -3px;
    bottom: -3px;
    right: 0;
    line-height: 42px;
    background: #d09014;
    box-shadow: 0px 0px 8px #d09014;
    border-radius: 5px;
}

body {
    background: #000000;
    min-width: 1240px;
}

#header {
    z-index: 20;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 176px;
    background: #000;
    border-bottom: 1px solid #443c36;
}

#header h1.logo {
    position: relative;
}

#header h1.logo a {
    position: absolute;
    left: calc(50% - 130px);
    top: 55px;
    animation: diasAnim 15s ease infinite;
}

@keyframes diasAnim {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    10% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    95% {
        transform: rotateY(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 0;
    }
}

#header h1.logo a img {
    width: 190px;
}

#header>div {
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}

#header .hdTop {
    height: 105px;
}

#header .hdTop .iconfont {
    background: linear-gradient(#bfac71, #60452c);
    -webkit-background-clip: text;
    color: transparent;
}

#header .hdTop .notice {
    width: 270px;
    height: 42px;
    line-height: 42px;
    font-size: 0;
}

#header .hdTop .notice .noticeTitle {
    float: left;
}

#header .hdTop .notice .noticeTitle .iconfont {
    font-size: 18px;
}

#header .hdTop .notice .noticeContent {
    float: right;
    width: 240px;
    color: #fff564;
    font-size: 14px;
}

#header .hdTop .logBefore {
    display: block;
    margin: 30px 0 0;
}

#header .hdTop .logBefore .hdLogin * {
    vertical-align: top;
}

#header .hdTop .logBefore .hdLogin form {
    display: inline-block;
}

#header .hdTop .logBefore .hdLogin #logSubmit {
    margin: 0 0 0 5px;
}

#header .hdTop .logBefore .hdLogin .btnNormal#btnJoin {
    color: #fff;
    background: linear-gradient(#98642c, #5c472b);
}


#header .hdTop .logBefore .hdLogin .btnNormal #logout {
    padding: 0 15px;
    width: auto;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    color: #9e9e9e;
    border: 2px solid #353535;
    background: #000;
    border-radius: 14px;
    box-sizing: border-box;
}



#header .hdTop .logAfter {
    display: none;
    margin: 25px 0 0;
}

#header .hdTop .logAfter .memInfo {
    color: #a7a7a7;
    font-size: 14px;
}

#header .hdTop .logAfter .memInfo .top {
    margin: 0 0 5px;
}

#header .hdTop .logAfter .memInfo .top span.name,
#header .hdTop .logAfter .memInfo .bottom .refresh {
    margin: 0 15px 0 0;
}

#header .hdTop .logAfter .memInfo .bottom .refresh {
    cursor: pointer;
    margin-left: 5px;
    padding: 0 15px;
    height: 28px;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    border: 2px solid #b7a16a;
    background: #000;
    border-radius: 14px;
}

#header .hdTop .logAfter .memInfo .top .name .iconfont {
    font-size: 18px;
}

#header .hdTop .logAfter .memInfo .top .message .iconfont {
    font-size: 26px;
}

#header .hdTop .logAfter .memInfo .bottom .money .iconfont {
    font-size: 21px;
}

#header .hdTop .logAfter .memInfo .bottom .point .iconfont {
    font-size: 20px;
    vertical-align: -2px;
}

#header .hdTop .logAfter .memInfo .bottom .point .iconfont.fresh {
    font-size: 16px;
    color: #a7a7a7;
}

#header .hdTop .logAfter .memInfo .bottom a:hover strong {
    text-decoration: underline;
}

#header .hdTop .logAfter .rightInfo {
    width: 452px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .hdTop .logAfter .rightInfo .notice {
    height: 59px;
    line-height: 59px;
}

#header .hdTop .logAfter .rightInfo .right {
    flex: 1;
    text-align: right;
}

#header .hdTop .logAfter .rightInfo #logout {
    padding: 0 15px;
    width: auto;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    color: #9e9e9e;
    border: 2px solid #353535;
    background: #000;
    border-radius: 14px;
    box-sizing: border-box;
}

#header .hdBottom {
    width: 100%;
    background: linear-gradient(#353026, #1d1c1a);
    border: 1px solid #443c36;
    border-left: 0;
    border-right: 0;
}

#header .hdBottom .btInner {
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
}

#header .hdBottom ul.left li {
    margin: 0 0 0 40px;
}

#header .hdBottom ul.right li {
    margin: 0 40px 0 0;
}

#header .hdBottom ul li a {
    font-size: 18px;
    color: #d8cbb1;
}

#header .hdBottom ul li a:hover {
    color: #fbeb52;
}

#container {
    padding: 175px 0 50px 0;
    background-color: #010101;
}

.dimed {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

#footer {
    background-color: #26241f;
}

#footer .inner {
    width: 1240px;
    margin: 0 auto;
    height: 95px;
    line-height: 95px;
    color: #aeaca9;
    font-size: 14px;
}

#footer .inner .right span {
    display: inline-block;
    margin: 0 0 0 40px;
}

#footer .inner .right span .iconfont {
    font-size: 20px;
}

#footer .inner .right span.message .iconfont {
    font-size: 24px;
}

.popup {
    display: none;
    z-index: 200000000;
    position: fixed;
    top: 210px;
    left: calc(50% - 215px);
    width: 430px;
    padding: 3px;
    border-radius: 28px;
    background: linear-gradient(146deg, #e0c36d, #a26f1f 53%, #e0c36d);
    box-sizing: border-box;
    overflow: hidden;
}

.popup .popTitle {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    background: #342f25;
    border-radius: 28px 28px 0 0;
}

.popup .popTitle .eClose {
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 42px;
}

.popup .popTitle .eClose:hover {
    animation: round_animate 0.2s linear;
}

@keyframes round_animate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(180deg);
    }
}

.popup .popTitle .eClose.iconfont {
    font-size: 42px;
    color: #b98e3b;
}

.popup .popContent {
    padding: 30px;
    background: #0d0a06;
    border-radius: 28px 28px 0 0;
    border-radius: 0 0 28px 28px;
}

.popup .popContent input,
.popup .popContent .btnNormal {
    width: 100%;
    margin: 10px 0 0;
    height: 50px;
    line-height: 50px;
}

.popup .popContent input {
    margin: 0 0 10px;
    border: 0;
    font-size: 15px;
}

.popup .popContent button {
    font-size: 20px;
    color: #0d0a06;
    font-weight: 700;
}

.popup .popContent button.cancel {
    background: #5e492c;
    color: #fff;
}

.quick {
    position: fixed;
    z-index: 30;
    right: 40px;
    bottom: 145px;
}





.guest_name {
    font-size: 18px;
    color: #c1ad8b;
    position: relative;
    top: 8px;
}