@charset "utf-8";
@import url('/skin/font/notokr/notokr.css');

/* 초기화 코드 */
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

p,
li,
dl,
dt,
td,
th,
h1,
h2,
h3,
h4,
h5 {
    word-break: keep-all;
}

a {
    text-decoration: none;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse {
    background: #ffffff;
    margin: 0;
    border-bottom: none;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.3); */
}

.navbar-inverse .container {
    width: 100%;
    padding: 0;
}

/* 로고*/
.navbar-brand {
    display: inline-block;
    padding: 0;
    float: none;
    line-height: 1;
    margin: 18px 0 16px !important;
}

.navbar-brand img {
    margin: 0 auto;
    padding: 0;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav>li>a {
    background-color: transparent;
    color: #222;
    font-size: 18px;
    padding: 15px 10px 15px;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 1;
    text-shadow: none;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #222;
    background: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>li>a span {
    display: inline-block;
    line-height: 0;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav>li>a {
        min-width: 140px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        padding: 20px 12px;
        border-radius: 12px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        background-color: #fff;
        border: none;
        /* animation-duration: .3s; */
        /* animation-fill-mode: both; */
        /* animation-name: fadeInRight; */
        /* left: 0; */
        /* right: auto; */
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        border-top: 2px solid #e8a822;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        position: relative;
    }

    .navbar-inverse .navbar-nav>li:last-child .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        background-color: transparent;
        color: #222;
        padding: 9px 15px;
        padding-left: 20px;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        letter-spacing: -0.5px;
        border-radius: 50px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #fff;
        background: #e8a822;
    }
}

.navbar-header {
    float: none;
    text-align: center;
}

.navbar-inverse .navbar-collapse {
    text-align: center;
    line-height: 0;
    border-top: 1px solid #eee;
}

.navbar-right {
    float: none !important;
    display: inline-block;
    line-height: 0;
    margin: 0;
}

/*------ //상단 메뉴 설정 ------*/
/*------ CAROUSEL ------*/
.container_contents {
    width: 100%;
    padding: 148px 0 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.carousel-inner .item {
    width: 100%;
    height: calc(100vh - 148px);
}

.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide08.jpg) no-repeat center / cover;
}

.carousel-inner .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide09.jpg) no-repeat center / cover;
}

.carousel-inner .item:nth-of-type(3) {
    background: url(/skin/img/slide/slide10.jpg) no-repeat center / cover;
}

.carousel-inner .item:nth-of-type(4) {
    background: url(/skin/img/slide/slide11.jpg) no-repeat center / cover;
}

/* .carousel-inner .item:nth-of-type(5) {
    background: url(/skin/img/slide/slide05.jpg) no-repeat center / cover;
}

.carousel-inner .item:nth-of-type(6) {
    background: url(/skin/img/slide/slide06.jpg) no-repeat center / cover;
}

.carousel-inner .item:nth-of-type(7) {
    background: url(/skin/img/slide/slide07.jpg) no-repeat center / cover;
} */

.glyphicon.glyphicon-chevron-left {
    display: none;
}

.glyphicon.glyphicon-chevron-right {
    display: none;
}

.carousel-control {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    opacity: 1;
    top: 50%;
    margin-top: -25px;
    border: 1px solid #eee;
}

.left.carousel-control {
    background: #fff url(/skin/img/slide/arrow_prev.png)no-repeat center;
    left: 50px;
}

.right.carousel-control {
    background: #fff url(/skin/img/slide/arrow_next.png)no-repeat center;
    right: 50px;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
}

.carousel-indicators {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    height: 36px;
    padding-top: 9px;
    max-width: 195px;
    margin: 0 auto;
    transform: translateX(-50%);
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    margin: 0 5px;
    opacity: 0.5
}

.carousel-indicators li.active {
    background: #fff;
    position: relative;
    opacity: 1
}

/*------ //CAROUSEL ------*/
/*------ 메인페이지 ------*/

.intro-boardbox {
    width: 50%
}

.intro-board-widget-layout {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */

}

.intro-board-widget-layout {
    margin: 70px auto;
}

/* .intro-widget-layout,
.intro-board-layout, */
.intro-boardbox,
.main_contents {
    width: 48%;
    padding: 0px;
}

/* 인스타그램 */
/* .instagram-media {
    display: block;
    margin: 0 auto;
    padding: 25px 25px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 15px;
    border: 10px solid #28aae5;
    box-shadow: none;
}
.instagram-media .Footer, .SocialProof{display : none;} */

.intro-boardbox {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 40px;
}

.intro-boardbox .page-header {
    margin: 0 0 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #222;
}

.intro-boardbox>.page-header>h4>.btn {
    width: 130px;
    height: 38px;
    background: #ababab;
    border-radius: 50px;
    border: none;
    color: #fff;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
}

.intro-boardbox>.page-header>h4>.btn:before {
    content: "자세히보기";
    display: inline-block;
    margin-right: 15px;
}

.intro-boardbox>.page-header>h4>.btn:hover {
    background: #222
}

.intro-boardbox .list-row-contents,
.panel-body .row-separator {
    display: none;
}

.intro-boardbox .front-panel>.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 0;
}

.intro-boardbox .front-panel .panel-body {
    padding: 0;
}

.dh-alert {
    margin: 50px;
    font-size: 16px;
}

.dh-front-list2 h6 {
    padding-bottom: 8px;
}

.dh-front-list2 .list-row-subject {
    font-weight: 350;
    font-size: 16px;
    color: #666;
    letter-spacing: -0.5px;
}

.dh-front-list2 .list-row-regdate {
    float: right;
    font-weight: 350;
    color: #999;
    font-size: 16px;
    letter-spacing: -0.5px;
}

.label-danger {
    background: transparent;
    color: #d9534f !important;
}

.dh-front-list2-words {
    padding: 0;
    margin-top: 8px;
}

/* 가맹문의바로가기 */

.main_contents .inner {
    border: 1px solid #ddd;
    border-radius: 15px;
    /* box-shadow: 0px 3px 4px rgba(0,0,0,0.2); */
    padding: 40px;
    width: 100%;
    position: relative;
    min-height: 295px;
    height: 100%;
}

.main_contents h4 {
    font-size: 27px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #222;
    margin: 0 0 38px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.main_mail {
    width: 130px;
    height: 38px;
    background: #f7b429;
    border-radius: 50px;
    border: none;
    color: #fff;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0 22px;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_mail i {
    font-family: "FontAwesome";
    font-style: normal;
    float: right;
    font-size: 18px;
}

.main_mail:hover {
    background: #222;
    /*outline: 1px solid #fff;*/
    text-decoration: none;
    color: #fff;
}

.main_contents span {
    font-size: 22px;
    text-align: center;
    display: block;
    color: #333;
}

/* sns리스트 */
.main_sns {
    margin: 12px 0 0;
    padding: 0;
    text-align: center;
}

.main_sns:after {
    content: '';
    display: block;
    clear: both;
}

.main_sns li {
    display: inline-block;
    padding: 0 5px;
}

.main_sns li img {
    width: 55px;
    border-radius: 10px;
    transition: all .3s ease;
    opacity: 0.8;
}

.main_sns li img:hover {
    transform: translatey(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}

/*------ //메인페이지 ------*/
/*----- 서브페이지 공통 ----- */
.sub-layout {
    width: 100%;
    padding: 0;
    margin-top: 148px;
}

.subpage .subheader {
    position: relative;
    height: 450px;
    background: url(/skin/img/sub/subtop.jpg) no-repeat center / cover;
}

.sub-content table {
    border-top: 2px solid #333;
}

.sub-content table th,
.sub-content table td {
    padding: 16px 15px !important;
}

.sub-content table thead th {
    background: #f6f6f6;
    text-align: center;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.sub-content table td {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #ddd;
}

.dh-board .subject strong a {
    font-weight: 400;
    color: #555;
}

.dh-board tbody tr td strong a:hover {
    color: #222 !important;
    text-decoration: underline;
}

.dh-board tbody tr:hover {
    background: #fff;
}


.dh-margin-top {
    margin-top: 30px;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #fff;
    border-radius: 50px !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination>li:last-child>a {
    margin-left: 10px;
}

.pagination>li:first-child>a {
    margin-right: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border: 1px solid #e8a822;
    background: #e8a822 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


.dh-board .label {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}


.dh-view-box {
    margin-top: 0;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 25px 25px;
    margin: 0;
    /* background: #f6f6f6; */
}

.dh-view-box>.row>.page-header>h4 {
    color: #222;
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.6px;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 8px 20px 8px;
    color: #888;
}


/* subpage breadcrumb */
.breadcrumb_wrap {
    margin: 20px 0 145px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    font-size: 13px;
}

.breadcrumb>li {
    font-size: 15px;
    color: #41220f;
}

.breadcrumb>.active {
    font-weight: 600;
    color: #41220f;
}

.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #41220f;
    font-family: "FontAwesome";
    font-size: 15px;
}

/* //subpage breadcrumb */
.subheader h2 {
    margin: 0 0 16px;
    color: #41220f;
    font-size: 48px;
    font-weight: 600;
}

.subheader p {
    margin: 0;
    color: #41220f;
    font-size: 19px;
    letter-spacing: -0.5px;
    font-weight: 350;
}

.sub-content {
    padding: 80px 15px 120px;
}

.content_wrap {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.75;
}

.content_wrap h3.sub-title1 {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
    font-size: 44px;
    font-weight: 400;
    color: #000;
    line-height: 1;
}
.content_wrap h6 {
    font-size: 13px;
    color: #000;
    text-align: right;
}

.content_wrap h3.sub-title1:after {
    content: "";
    width: 70px;
    height: 3px;
    background: #f8b62c;
    display: block;
    margin: 40px auto 0;
}

.content_wrap h4.sub-title2 {
    position: relative;
    font-size: 27px;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
    /* padding-left: 15px; */
    color: #222;
    font-weight: 600;
}

/* .content_wrap h4.sub-title2:before{
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
} */
.content_wrap .con {
    margin-bottom: 80px;
}

.content_wrap .con:last-child {
    margin-bottom: 0;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row,
.bbs-blog-view-layout+.row {
    visibility: hidden;
}

/*-----// 서브페이지 공통 ----- */
/*-----회사소개 subpage ----- */
/* 씨엠지코리아 */
.cmg_company img {
    margin: 0 auto 0;
}

.cmg_ceo img {
    margin: 0 auto;
}

.ceo_inner {
    margin: 0;
    border: 1px solid #e0e0e0;
    padding: 45px 65px 30px;
    border-radius: 15px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}

.ceo_inner .img {
    width: 25%;
    float: left;
}

.cmg_ceo dl {
    margin: 0;
    padding: 0 0 0 30px;
    width: 50%;
    float: left;
}

.cmg_ceo dt {
    font-size: 18px;
    color: #222;
    letter-spacing: -0.5px;
    float: left;
    width: 120px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #ddd;
    padding: 11px 0;
    margin-right: 13px;
    text-align: center;
}

.cmg_ceo dd {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #444;
    margin-bottom: 15px;
    height: 48px;
    padding-top: 12px;
}

.cmg_business {
    margin-top: 40px;
}

.cmg_business p {
    position: relative;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    text-align: center;
    letter-spacing: -1.5px;
    max-width: 740px;
    margin: 50px auto 60px;
    line-height: 1.5;
}

/* .cmg_business p:before,
.cmg_business p:after{
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; 
    font-size: 25px;
    top: 0;
    position: absolute;
} */
/* .cmg_business p:before{
    content: "\f10d";
    left: 15px;
}
.cmg_business p:after{
    content: "\f10e";
    right: 15px;
} */
.cmg_business img,

/* 볼베어파크 */
#ballbear .con img,
.bbp_concept img,
.theme>img {
    width: 85%;
    margin: 0 auto;
}

/*-----//회사소개 subpage ----- */
/*-----테마파크안내 subpage ----- */
/* 테마파크안내 */
.theme>img {
    width: 90%;
    margin-top: 50px;
}

.theme .imgwrap .col-sm-3 {
    padding: 0;
}

.theme .imgwrap {
    margin-top: 80px;
}

.theme .imgwrap img {
    margin-bottom: 20px;
}

.theme .imgwrap .col-sm-6 img {
    margin: 30px auto 0;
}

/* 이미지준비중 */
/* .maintenance {
    margin: 0;
    border: 1px solid #e0e0e0;
    padding: 50px 50px 50px;
    border-radius: 15px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.05);
    text-align: center;
}
.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 20px;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    color: #222;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #555;
    margin-bottom: 30px;
}
.maintenance .btn {
    width: 200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #e8a822;
    border: none;
    border-radius: 50px;
    padding: 18px 30px;
    transition: all ease 0.3s;
}
.maintenance .btn:hover{
	background:#222;
} */
/* 유료프로그램 */
.bbp_program {
    padding: 0;
    margin-bottom: 50px;
}

.program_title {
    position: relative;
    margin-bottom: 25px;
}

.bbp_program a {
    position: relative;
    display: inline-block;
}

.bbp_program a:hover {
    opacity: 0.5
}

.bbp_program a+p {
    position: absolute;
    right: 15px;
    bottom: 0px;
    font-size: 14px;
    background: #f6f6f6;
    border-radius: 50px;
    padding: 5px 20px;
    margin: 0;
    color: #444;
    letter-spacing: -0.6px;
}

/*-----//테마파크안내 subpage ----- */
/*----- 입장안내 subpage ----- */
/* 입장안내 */
.content_wrap .hour {
    margin-bottom: 0px;
    width: 50%;
}

.fee01 table,
.fee02 table {
    /* width: 85%; */
    margin: 0 auto;
}

#entrance table {
    text-align: center;
}

#entrance table small {
    display: block;
    color: #999;
    font-weight: 400;
}

/* #entrance table thead th{
    font-size: 18px;
    font-weight: 500;
    background: #2f83a8;
    color: #fff;
    text-align: center;
} */

.entrance_rule {
    padding: 0;
    margin: 13px 0 0;
}

.entrance_rule li {
    position: relative;
    padding-left: 15px;
}

.entrance_rule li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
}

.fee01 thead th {
    background: #d89812;
    color: #fff;
}

.fee01 tbody .rs2 {
    line-height: 5.5;
}

.fee03 tbody .rs2 {
    line-height: 3.5 !important;
}

.fee03 tbody .rs6 {
    line-height: 13;
}

/* 오시는길 */
.location_info {
    margin-top: 30px;
    width: 100%;
    font-size: 17px;
    border-top: 3px solid #c12028;
}

.location_info tr {
    border-bottom: 1px solid #ddd;
}

.location_info th {
    width: 20%;
    padding-left: 20px;
    color: #222;
}

.location_info td {
    padding: 15px 0;
}

/*----- //입장안내 subpage ----- */

/*----- 공지사항 subpage ----- */
/*----- //공지사항 subpage ----- */

/*----- 가맹문의 subpage ----- */
/*----- 온라인문의 ----- */
#mailForm {
    /* max-width: 800px; */
    border-top: 2px solid #333;
}

#mailForm .form-group {
    overflow: hidden;
    padding: 24px 50px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: #fff;
    overflow: hidden
}

#mailForm .form-group label {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.3px;
}

#mailForm .form-group input,
#mailForm .form-group textarea {
    border-radius: 3px;
    box-shadow: none;
    height: auto;
    padding: 9px 12px;
}

#mailForm .form-group label[for='mail_agree'] {
    font-size: 14px;
    letter-spacing: -0.03em;
    float: none;
    width: 100%;
    font-weight: 400;
    color: #555;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0;
}

#mailForm .form-group label[for='mail_agree'] input {
    float: none;
    width: auto;
}

#mailForm input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #e8a822;
    border: none;
    border-radius: 50px;
    padding: 18px 30px;
    margin-top: 40px;
    transition: all ease 0.3s;
}

#mailForm input[type="submit"]:hover {
    background: #333;
    color: #fff;
}

@media (min-width:768px) {
    #mailForm .form-group label {
        float: left;
        width: 15%;
        margin-bottom: 0;
        margin-top: 7px;
    }

    #mailForm .form-group input,
    #mailForm .form-group textarea {
        float: left;
        width: 85%;
    }
}

/*----- //가맹문의 subpage ----- */


/*------- 푸터 --------*/
.footer_copy>div {
    padding: 0;
}

#footer {
    margin-top: -2px;
    padding: 30px 0;
    background-color: #222;
    font-size: 13px;
    color: #aaa;
    text-align: left;
}

#footer img {
    width: 90%;
    opacity: 0.5;
    margin-top: 18px;
}

#footer p {
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: 0;
}

#footer ul {
    padding: 0;
    margin-top: 12px;
}

#footer ul li {
    display: inline;
    margin-right: 15px;
    line-height: 1.7;
    list-style: none;
}

/*------- //푸터 --------*/
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
    margin-top: -30px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #e8a822;
    border: none;
    border-radius: 50px;
    padding: 0;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #222;
}

.login-layout form>div>p,
.id-find-layout form>div>p,
.pw-find-layout form>div>p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
    border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

/* mobile */
@media (max-width:768px) {

    /*모바일 메인 & 서브 상단 마진*/
    .container_slide,
    .sub-layout {
        margin-top: 77px;
    }

    /* 모바일 상단메뉴 */
    .navbar-header {
        text-align: left;
    }

    .navbar-header .navbar-brand {
        margin: 10px 0 0 15px !important;
    }

    .navbar-inverse {
        border-bottom: 1px solid #e8e8e8;
    }

    .navbar-inverse .container {
        padding: 0 15px;
    }

    .navbar-inverse .navbar-brand img {
        width: 130px;
    }

    .navbar-inverse .navbar-toggle {
        padding: 30px 20px;
        margin: 0;
        background: #fff;
        border: none;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        height: 2px;
        background-color: #555;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #555;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    .navbar-right {
        display: block;
        text-align: left;
    }

    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse {
        max-height: 402px;
    }

    .navbar-inverse .navbar-nav {
        margin: 0 -15px;
        padding: 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        margin: 0;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #c82538;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background-color: #2c92c0;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 25px;
        font-size: 15px;
        color: #fff;
        background: #847064;
        letter-spacing: -0.03em;
        text-align: left;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover {
        background: #2c92c0;
    }

    /* 모바일 배너이미지 */
    .container_contents {
        padding: 0;
    }

    .carousel-control {
        display: none;
    }

    .carousel-indicators {
        top: 10px;
        right: 5%;
        background: rgba(0, 0, 0, 0.5);
        height: 25px;
        padding-top: 2px;
        max-width: 150px;
        transform: none;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 11px;
        height: 11px;
        margin: 0 2px;
    }

    .carousel-inner .item {
        height: 163px;
    }

    #footer img {
        width: 50%;
        margin-top: 0;
    }

    /* 모바일 메인페이지 */
    .intro-board-widget-layout {
        margin: 0;
    }

    .intro-widget-layout,
    .intro-board-layout,
    .main_contents {
        width: 100%;
        margin-top: 40px !important;
    }

    .instagram-media {
        height: 550px;
        padding: 10px 10px;
    }

    .intro-boardbox,
    .main_contents .inner {
        padding: 0 10px;
        border: none;
    }

    .intro-boardbox .page-header h4,
    .main_contents h4 {
        font-size: 18px;
    }

    .intro-boardbox>.page-header>h4>.btn,
    .main_mail {
        height: 30px;
        line-height: 30px;
        margin-top: -5px;
    }

    .dh-front-list2 .list-row-subject,
    .dh-front-list2 .list-row-regdate {
        font-size: 15px;
    }

    .intro-boardbox .page-header {
        margin: 0px 0 20px;
        padding-bottom: 18px;
    }

    .main_mail {
        right: 10px;
        top: 0;
        padding: 0 22px 0 24px;
    }

    .main_contents .inner {
        min-height: 250px;
    }

    .main_contents h4 {
        padding-bottom: 18px;
    }

    .main_contents span {
        font-size: 18px;
    }

    .dh-front-list2 .list-row-subject {
        width: 78%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 2px;
        display: inline-block;
    }

    .intro-boardbox {
        width: 100%;
    }

    .main_contents {
        width: 100%;
    }

    .intro-board-widget-layout {
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .main_contents {
        padding: 0;
    }

    /* 모바일 서브페이지 공통 */
    .subpage .subheader {
        height: 140px;
    }

    .sub-content {
        padding: 30px 15px 50px;
    }

    .breadcrumb_wrap {
        margin: 32px 0 5px;
    }

    .breadcrumb>li,
    .subheader p {
        font-size: 13px;
    }

    .subheader h2 {
        margin: 0 0 8px;
        font-size: 28px;
    }

    .content_wrap h3.sub-title1 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .content_wrap h3.sub-title1:after {
        width: 50px;
        margin: 20px auto 0;
    }

    .content_wrap h4.sub-title2 {
        font-size: 17px;
    }

    .content_wrap .con {
        margin-bottom: 50px;
        padding: 0;
    }

    .sub-content table {
        border-top: 2px solid #333 !important;
    }

    .cmg_business img,
    #ballbear .con img,
    .bbp_concept img,
    .theme>img,
    .theme .imgwrap img {
        width: 100%;
    }

    /* 회사소개 */
    #cmgkorea .con {
        padding: 0 15px;
    }

    .ceo_inner {
        padding: 15px 5px;
    }

    .cmg_ceo dl {
        padding: 0;
        text-align: center;
    }

    .cmg_ceo dt {
        float: none;
        margin: 0 auto;
        padding: 0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .cmg_ceo dd {
        font-size: 14px;
    }

    .cmg_business p {
        margin: 20px auto;
        font-size: 15px;
    }

    /* 테마파크안내 */
    .theme>img {
        margin: 0;
    }

    .theme .imgwrap {
        margin-top: 35px;
    }

    .theme .imgwrap>div {
        padding: 0;
    }

    .bbp_program a+p {
        position: unset;
        background: none;
        text-align: right;
    }

    .bbp_program .program_title,
    .bbp_program .col-sm-4 {
        margin-bottom: 10px;
    }

    /* 입장안내 */
    .content_wrap .hour {
        width: 100%;
    }

    #location iframe {
        height: 250px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    #notice .table .hits {
        display: none;
    }

    #mailForm .form-group {
        padding: 15px 5px;
    }

    /* 모바일 푸터 */
    #footer img {
        width: 35%;
    }

    #footer ul li:first-child,
    #footer ul li:last-child {
        display: block;
    }

    #footer ul li:nth-child(2)+div {
        display: none;
    }

    /* 모바일 로그인 */
    .join-layout,
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .join-layout .panel-body>div.col-sm-12 h2,
    .login-layout .panel-body>div.col-sm-12 h2,
    .id-find-layout .panel-body>div.col-sm-12 h2,
    .pw-find-layout .panel-body>div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .join-layout label,
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .join-layout form>div>p>a,
    .login-layout form>div>p>a,
    .id-find-layout form>div>p>a,
    .pw-find-layout form>div>p>a {
        font-size: 12px;
    }

    .join-layout .btn-warning,
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

/* 2019-11-07 */
/* 팝업 추가 */
.dh-popup {
    position: fixed;
    /* right: 9% !important; */
    top: 8%;
}

/* .dh-popup p img {
    width: 650px;
} */

@media (max-width:768px) {
    .dh-popup {
        display: none;
    }
}

/* 2019-11-27 */
/* 테마파크안내 페이지 수정 */
.content_wrap h5.sub-title3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 38px;
    color: #37a76f;
}

.content_wrap h5.sub-title3 span {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    color: #a0a0a0;
    font-weight: 500;
    text-transform: uppercase;
}

.content_wrap h5.sub-title4 {
    position: relative;
    margin: 50px 0 35px;
    padding: 0 0 0 13px;
    font-size: 26px;
    font-weight: 500;
    color: #37a76f;
}

.content_wrap h5.sub-title4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #37a76f;
    border-radius: 50%;
}

#themepark .group-image {
    margin-bottom: 25px;
}

#themepark .image-txt {
    max-width: 800px;
    font-size: 22px;
    color: #333;
    text-align: center;
    letter-spacing: -1.5px;
    margin: 5px auto 45px;
    line-height: 1.5;
}

#themepark .image-txt+hr {
    margin-bottom: 30px;
    border-top: 1px dashed #ddd;
}

#themepark #refresh-photo-btm.group-image {
    margin-top: -100px;
}

/* 테마파크안내 페이지 모바일 */
@media (max-width:768px) {
    .content_wrap h5.sub-title3 {
        font-size: 26px;
    }

    .content_wrap h5.sub-title3 span {
        font-size: 15px;
    }

    #themepark .group-image {
        margin-bottom: 0;
    }

    #themepark .group-image>div {
        margin-bottom: 20px;
    }

    #themepark .image-txt {
        max-width: none;
        font-size: 15px;
    }

    #themepark #refresh-photo-btm.group-image {
        margin-top: 0;
    }
}

/* 210111 주문폼 */
.q_number {
    padding: 24px 50px;
    border-bottom: 1px solid #ddd;
}

.q_number>div {
    padding: 0;
}

.q_number:first-child {
    border-top: 2px solid #333;
}

.q_number input {
    margin-bottom: 0;
}

.q_number div h3 {
    margin-top: 8px;
    font-size: 15px;
}

.q_number div h3 i {
    display: none;
}

.q_number div:first-child {
    width: 15%;
}

.q_number div:nth-child(n+2) {
    width: 85%;
}

#mod_type_formForm .btn-wrap {
    display: flex;
    justify-content: center;
}

#mod_type_formForm button[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #e8a822;
    border: none;
    border-radius: 50px;
    padding: 18px 30px;
    margin-top: 40px;
    transition: all ease 0.3s;
}

@media (max-width:768px) {
    .q_number {
        padding: 15px 0px;
    }

    .q_number div:first-child,
    .q_number div:nth-child(n+2) {
        width: 100%;
    }

    .q_number div h3 {
        margin-bottom: 10px !important;
    }

    #mod_type_formForm button[type="submit"] {
        margin-top: 20px;
    }
}