@charset "utf-8";

/* default Setting */

body {
    margin: 0px;
    padding: 0px;
    background: #1c1c1c;
    overflow-x: hidden;
    background: #333333 url(../img/site-back.png) repeat;
}

a:link,
a:visited,
a:active {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

div,
p,
span {
    margin: 0px;
    padding: 0px;
    word-break: keep-all;
    word-wrap: break-word;
}

dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    font-family: "Pretendard-Regular", "�������", "Malgun Gothic", sans-serif;
}

ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "Pretendard-Regular", "�������", "Malgun Gothic", sans-serif;
    word-break: keep-all;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-size: 0;
    line-height: 0;
}

table,
th,
td {
    margin: 0px;
    border: 0px;
    padding: 0px;
    border-collapse: collapse;
    font-family: "Pretendard-Regular", "�������", "Malgun Gothic", sans-serif;
}

input {
    border: 1px solid #ddd;
    padding: 2px 5px;
    vertical-align: middle;
    font-size: 12px;
    font-family: "Pretendard-Regular", "�������", "Malgun Gothic", sans-serif;
    outline: none
}

textarea {
    padding: 2px 5px;
    border: 1px solid #ddd;
    font-family: "Pretendard-Regular", "�������", "Malgun Gothic", sans-serif;
}

select {
    border: 1px solid #ddd;
    height: 20px;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 5px;
    behavior: url("###");
    font-family: "Pretendard-Regular", "�������", "Malgun Gothic", sans-serif;
}

fieldset,
form,
label {
    margin: 0px;
    padding: 0px;
    border: none;
}

em {
    font-style: normal;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    border: 0;
    vertical-align: top;
}

hr,
caption,
legend {
    display: none;
}

label {
    cursor: pointer;
}


/* default Setting END */

.wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

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

.wrap div.kakaooo {
    font-size: 30px;
    color: #3e2f34;
    line-height: 43px;
    background-color: #f9e81e;
}


/* header */

#header {
    width: 100%;
}

#header h1 {
    padding: 10px 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background-color: #000;
}

#header h1 img {
    height: 50px;
}

#header div.gnb {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #000;
}

#header ul.gnb {
    overflow: hidden;
    width: 470px;
    margin: 0 auto;
}

#header ul.gnb li {
    float: left;
    width: 20%;
}

#header ul.gnb li.top a {
    border-left: 1px solid #000;
}

#header ul.gnb li a {
    display: block;
    font-size: 13px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #000;
}

#header ul.gnb li a.on,
#header ul.gnb li a:hover {
    font-weight: 600;
    color: #C90;
}

#header div.notice {
    font-size: 0;
    line-height: 0;
}

#header div.notice a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #f4f672;
    line-height: 42px;
}

#header div.notice a img {
    height: 12px;
    margin: 15px 8px 0 0;
    vertical-align: top;
}


/* main */

#main {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 10px;
}

#main div.visual {
    margin-top: 70px;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

#main div.visual div.img1 {
    position: relative;
    height: 300px;
    background: url('../img/slider-bg-10.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main div.visual div.img1 img {
    position: absolute;
    top: 10%;
    left: 5%;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

#main div.visual div.img2 {
    position: relative;
    height: 300px;
    background: url('../img/slider-bg-20.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main div.visual div.img2 img {
    position: absolute;
    top: 10%;
    left: 5%;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

#main div.visual div.img3 {
    position: relative;
    height: 300px;
    background: url('../img/slider-bg-30.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main div.visual div.img3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -67px 0 0 -235px;
    font-size: 0;
    line-height: 0;
}

#main div.bg {
    margin-top: 15px;
    padding: 0;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

#main div.bg input {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #ddd;
    border-radius: 3px;
    border: 1px solid #7d7469;
    background-color: #111;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main div.button {
    font-size: 0;
    line-height: 0;
}

#main div.button a {
    display: inline-block;
    width: 48.5%;
    margin-left: 3%;
    font-size: 23px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-shadow: 0 0 1pxrgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 0px solid #404499;
    /* background: url(/mobile_main_files/btn_bg.jpg) repeat-x left top; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    /* border: 1px solid red; */
    background-image: aliceblue;
    background-image: linear-gradient(#ff9a1a, #c29054);
}

#main div.button input[type=submit] {
    display: inline-block;
    width: 48.5%;
    margin: 0 0 0 3%;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 0px solid #404499;
    background: url('/mobile_main_files/btn_bg.jpg') repeat-x left top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main div.button a:first-child {
    margin-left: 0;
}

#main div.button a.more {
    width: 100%;
    margin: 0;
}

#main ul.model {
    overflow: hidden;
    margin-bottom: 15px;
}

#main ul.model li {
    float: left;
    width: 48.5%;
    margin-left: 3%;
}

#main ul.model li:first-child {
    margin-left: 0;
}

#main ul.model li a {
    display: block;
    position: relative;
}

#main ul.model li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

#main ul.model li a strong {
    margin-right: 10px;
    font-weight: 600;
    color: #f4f672;
    vertical-align: top;
}

#main ul.model li a img {
    width: 100%;
}

#main div.party {
    margin-top: 15px;
}

#main div.party img {
    max-width: 100%;
}


/* contents */

#contents {
    width: 100%;
}

#contents div.image {
    margin-top: 15px;
    font-size: 0;
    line-height: 0;
}

#contents div.image img {
    max-width: 100%;
}

#contents ul.model {
    overflow: hidden;
}

#contents ul.model li {
    float: left;
    width: 48%;
    margin: 15px 1% 0 1%;
}

#contents ul.model li a {
    display: block;
    position: relative;
}

#contents ul.model li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

#contents ul.model li a strong {
    margin-right: 10px;
    font-weight: 600;
    color: #f4f672;
    vertical-align: top;
}

#contents ul.model li a img {
    width: 100%;
}

#contents ul.model li a.btn1 {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background-color: #e47325;
}

#contents ul.model li a.btn2 {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background-color: #333;
}

#contents div.bg {
    margin-top: 15px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

#contents div.bg img {
    max-width: 100%;
}

#contents ul.guide {
    overflow: hidden;
    margin-top: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
}

#contents ul.guide li {
    float: left;
    width: 32%;
    margin-left: 2%;
    text-align: center;
}

#contents ul.guide li:first-child {
    margin-left: 0;
}

#contents ul.guide li div.img {
    position: relative;
    font-size: 0;
    line-height: 0;
}

#contents ul.guide li div.img img {
    max-width: 100%;
}

#contents ul.guide li div.img div.price {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 20px;
}

#contents ul.guide li p.time {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #ff76b8;
    line-height: 33px;
}

#contents ul.guide li p.time em {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
}

#contents ul.guide li p.txt {
    margin-top: 15px;
    font-size: 14px;
    color: #ddd;
    line-height: 23px;
}

._1CjHL {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 24px;
    left: 20px;
    z-index: 1000;
    text-align: center;
}

._3wsl3 {
    background-color: #fff;
    height: 4px;
}

._9TTx7 {
    margin: 6px 0px;
}

.mupan {
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 999;
    background-color: #1c1c1c;
    left: -1000px;
    top: 0px;
}

.mupan>a {
    position: absolute;
    left: 10%;
    top: 3%;
    display: block;
}

.mupan>a img {
    width: 183px;
}

.mupan ._1CjHL {
    right: 10px;
    left: auto;
}

.mupan::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 100%;
}

.left_menu {
    position: relative;
    margin-top: 90px;
}

.ksdfjlw {
    text-align: center;
    font-size: 20px;
    padding: 10px 0px;
    border-bottom: 1px solid #262626;
}

.ksdfjlw.money {
    background-color: #222;
}

.ksdfjlw.money a {
    color: #e47325;
}

.ksdfjlw>a {
    color: #fff;
    font-weight: bold;
}

#container_title {
    margin-top: 70px;
    font-size: 1.2em;
    font-weight: bold;
    height: 50px;
    padding: 10px;
    line-height: 30px;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
    -moz-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
    box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
}


/* talk */

#talk {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 0;
    line-height: 0;
}

#talk a {
    display: block;
}

#talk a img {
    width: 45px;
    height: 45px;
}


/* footer */

#footer {
    width: 100%;
    margin: 15px auto 0 auto;
}

#footer .dk-foot-banner {
    max-width: 640px;
    margin: 0 auto;
    background: #000 url(../img/footer_bg.png) repeat;
    border-top: 1px solid black;
}

#footer div.kakaooo {
    font-size: 16px;
    color: #3e2f34;
    line-height: 43px;
    text-align: center;
    background-color: #f9e81e;
}

#footer div.kakaooo img {
    margin: 6px 6px 0 0;
    vertical-align: top;
}

#footer div.pandora {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    line-height: 61px;
    text-align: center;
    background: url('/mobile_main_files/common/flower_bg.jpg') no-repeat center top;
}

#footer div.pandora strong {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 800;
    color: #f6e850;
    line-height: 61px;
    vertical-align: top;
}

#footer address {
    margin: 0;
    padding: 15px 0 120px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    text-align: center;
    background: #141118;
}

table.board-write {
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #222;
    background-color: rgba(0, 0, 0, 0.5);
}

table.board-write th {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background-color: #000;
    border-bottom: 1px solid #222;
}

table.board-write td {
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 15px;
    text-align: left;
    border-bottom: 1px solid #222;
}

table.board-write td input {
    height: 26px;
    padding-left: 10px;
    font-size: 13px;
    color: #ccc;
    border: none;
    background: #fff;
    vertical-align: top;
}

table.board-write td input.radio {
    margin: 0 8px 0 0;
    padding: 0;
    border: none;
    vertical-align: top;
    background: none;
}

table.board-write td select {
    height: 26px;
    font-size: 13px;
    color: #fff;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: top;
}

table.board-write td textarea {
    width: 90%;
    height: 120px;
    font-size: 12px;
    color: #ccc;
    border: 1px solid #222;
    background: rgba(0, 0, 0, 0.5);
}

table.board-write td label {
    vertical-align: top;
}

#newheader {
    height: 70px;
    position: relative;
    background: #000000 url(../img/head_bg.png) repeat;
    border-bottom: solid 4px #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

#newheader>h1 {
    position: relative;
    top: 20px;
    left: 0;
}

#newheader>h1 img {
    width: 183px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 480px) {
    .wrap {
        width: auto;
        margin: 0;
    }
    #header ul.gnb {
        width: auto;
        margin: 0 8px;
    }
    #main div.visual div.img1 {
        height: 220px;
    }
    #main div.visual div.img1 img {
        height: 110px;
        width: auto;
        left: 15px;
        margin: 5% 0 0 0;
    }
    #main div.visual div.img2 {
        height: 220px;
    }
    #main div.visual div.img2 img {
        height: 110px;
        width: auto;
        left: 15px;
        margin: 5% 0 0 0;
    }
    #main div.visual div.img3 {
        height: 220px;
    }
    #main div.visual div.img3 img {
        height: 110px;
        left: 15px;
        margin: -55px 0 0 0;
    }
}

.nav-block.navbar-fixed-top {
    display: block;
    bottom: 0;
    top: auto;
    border: 0;
}

.nav-block.navbar-fixed-top {
    padding: 0;
    position: fixed;
    border-bottom: solid 2px #ffce32;
}

.nav-block {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.nav-block.navbar-fixed-top .head-page-meta.reg {
    display: block;
}

.nav-block.navbar-fixed-top .head-page-meta {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: inherit;
    margin: 0;
}

.nav-block.navbar-fixed-top .head-page-meta {
    padding: 0;
    border-top: 1px solid #ececec;
    margin-bottom: 0;
    height: 60px;
    line-height: 28px;
    margin-top: 10px;
    text-align: right;
}

.nav-block.navbar-fixed-top .head-page-meta ol {
    float: none;
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
}

.nav-block.navbar-fixed-top .head-page-meta ol {
    color: #ffffff;
    float: right;
}

.nav-block.navbar-fixed-top .head-page-meta.reg ol li.top {
    margin: 0;
    float: initial;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
}

.nav-block.navbar-fixed-top .head-page-meta ol li.top {
    position: absolute;
    width: 100%;
    height: 45px;
    left: 0;
    bottom: 62px;
    display: block;
    float: none;
    margin: 0 0 40px 0;
    padding-right: 4%;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    text-align: right;
    border-top: solid 2px #ffce32;
}

.nav-block.navbar-fixed-top .head-page-meta ol li.top {
    display: block;
    float: right;
    margin: 8px 20px;
}

.nav-block.navbar-fixed-top .head-page-meta ol li.top {
    color: #fff;
    margin: 0;
}

.nav-block.navbar-fixed-top .head-page-meta ol li {
    list-style: none;
    float: left;
    height: 100%;
    width: 50%;
    display: block;
    text-align: center;
    background-color: #ed2d22;
}

.nav-block.navbar-fixed-top .head-page-meta ol li.bottom {
    width: 100%;
    padding-bottom: 20px;
}

.nav-block.navbar-fixed-top .head-page-meta.reg ol li a:last-child {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    line-height: 60px;
    padding: 0;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.nav-block.navbar-fixed-top .head-page-meta ol li a {
    font-size: 14px;
}

.nav-block.navbar-fixed-top .head-page-meta ol li a {
    margin-top: 11px;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    vertical-align: middle;
}

.nav-block.navbar-fixed-top .head-page-meta.reg ol li:last-child a {
    background-color: #a71212;
}

.nav-block.navbar-fixed-top .head-page-meta ol li a:hover {
    background-color: #d21c11;
}

.nav-block.navbar-fixed-top .head-page-meta.reg ol li i {
    margin: 0 5px 0 0;
    font-size: 18px;
}

.nav-block.navbar-fixed-top .head-page-meta ol li i {
    color: #ffce32;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.nav-block.navbar-fixed-top .head-page-meta.reg ol li strong {
    vertical-align: middle;
    text-align: center;
}

.nav-block.navbar-fixed-top .head-page-meta ol li strong {
    font-size: 18px;
}

.guide-links,
.rkdlem-box,
#slide3d,
.dk-footer-list {
    display: none;
}