@charset "utf-8";
/*
Template Name: Colossus
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-4.3.0.min.css");
@import url("custom.flexslider.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row1,
.row1 a {}

.row2,
.row2 a {}

.row3 {
    border-top: 1px solid;
}

/*
.row4 {
    border-top: 1px solid;
}
*/

.row5,
.row5 a {}


/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {}

#header #logo {}

#header #logo h1 {
    margin: 18px 0 0 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
}


/* Basic Slider
--------------------------------------------------------------------------------------------------------------- */
.txtoverlay {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
}

.centralise {
    display: block;
    max-width: 978px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.verticalwrap {
    display: table;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
}

.verticalwrap60 {
    display: table;
    width: 100%;
    height: 60%;
    border: none;
    text-align: center;
}

.txtoverlay article {
    display: table-cell;
    padding: 0;
    border: none;
    vertical-align: middle;
}

.txtoverlay .heading {
    font-size: 60px;
    line-height: 60px;
    width: 978px;
}

.top-20 {
    margin-top: 25px;
}

.txtoverlay .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.txtoverlay .pushright {
    margin-right: 25px;
}


/* Services
--------------------------------------------------------------------------------------------------------------- */
#services {
    padding: 50px 0;
}


/* CTA - Call To Action
--------------------------------------------------------------------------------------------------------------- */
#cta {
    padding: 30px 0;
}

#cta div * {
    margin: 0;
    padding: 0;
}

#cta .heading,
#cta .btn {
    text-transform: uppercase;
}

#cta .heading {
    margin-bottom: 10px;
}

#cta .btn {
    display: block;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #242424;
    margin-top: 10px;
}


/* Latest
---------------------------------------------------------------------------------------------------------------*/
.latest {
    display: block;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}

.latest ul {}

.latest ul li {
    display: block;
    float: left;
    width: 20%;
    min-height: 100%;
}

.latest ul li:first-child,
.latest ul li:nth-child(5n+1) {
    margin-left: -1px;
    clear: left;
}

.latest ul li figure {
    display: block;
    max-width: 100%;
    border: solid;
    border-width: 0 0 0 1px;
}

.latest ul li figure img {
    width: 100%;
}

.latest ul li figure figcaption * {
    margin: 0;
    padding: 0;
}

.latest a.overlay {
    display: block;
    position: relative;
}

.latest a.overlay::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.latest a.overlay::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -18px 0 0 -18px;
    padding: 0;
    border-radius: 50%;
    font-family: "FontAwesome";
    content: "\f0c1";
    font-size: 18px;
    text-align: center;
}

.latest a.overlay::before,
.latest a.overlay::after {
    opacity: 0;
}

.latest a.overlay:hover::before,
.latest a.overlay:hover::after {
    opacity: 1;
}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
    padding: 80px 0;
}

.container.nospace {
    padding-bottom: 0
}

/* Content */
.container .content {}

/* Comments */
#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}

#comments address {
    font-weight: bold;
}

#comments time {
    font-size: smaller;
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}

#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0;
}

#comments form {
    display: block;
    width: 100%;
}

#comments input,
#comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

#comments textarea {
    overflow: auto;
}

#comments div {
    margin-bottom: 15px;
}

#comments input[type="submit"],
#comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}

/* Sidebar */
.container .sidebar {}

.sidebar .sdb_holder {
    margin-bottom: 50px;
}

.sidebar .sdb_holder:last-child {
    margin-bottom: 0;
}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
    padding: 8px 0 20px 0;
}

#footer .title {
    margin: 0 0 30px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid;
    font-size: 16px;
}

#footer .linklist li {
    margin-bottom: 10px;
}

#footer .linklist li:last-child {
    margin-bottom: 0;
}

#footer .smallfont {
    font-size: .8em;
    margin: 0;
}

#footer input,
#footer button {
    border: none;
    border-radius: 5px;
}

#footer input {
    display: block;
    width: 100%;
    padding: 8px;
}

#footer button {
    padding: 6px 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
    padding: 15px 0;
}

#copyright * {
    margin: 0;
    padding: 0;
}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
.faico a,
#mainav *,
.latest ::before,
.latest ::after,
#backtotop {
    transition: all .3s ease-in-out;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
    line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 10px;
}

/* Top Navigation */
#mainav {}

#mainav ul {
    text-transform: uppercase;
}

#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 160px;
    text-transform: none;
}

#mainav ul ul ul {
    left: 160px;
    top: 0;
}

#mainav li {
    display: inline-block;
    position: relative;
    margin: 0 30px 0 0;
    padding: 0;
}

#mainav li:last-child {
    margin-right: 0;
}

#mainav li li {
    width: 100%;
    margin: 0;
}

#mainav li a {
    display: block;
    padding: 20px 0;
}

#mainav li li a {
    border: solid;
    border-width: 0 0 1px 0;
}

#mainav .drop {
    padding-left: 15px;
}

#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

/*
#mainav .drop::after,
#mainav li li .drop::after {
    content: "\f0d7";
}
*/

#mainav .drop::after {
    top: 25px;
    left: 5px;
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px;
}

#mainav ul ul {
    visibility: hidden;
    opacity: 0;
}

#mainav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0;
}

#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: 1px solid;
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}

/* Breadcrumb */
#breadcrumb {
    padding: 15px 0;
    border-top: 1px solid;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
}

#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px;
}

#breadcrumb li a::after {
    top: 3px;
    right: 0;
    content: "\f101";
}

#breadcrumb li:last-child a {
    margin: 0;
    padding: 0;
}

#breadcrumb li:last-child a::after {
    display: none;
}

/* Sidebar Navigation */
.sidebar nav {
    display: block;
    width: 100%;
}

.sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0;
}

.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0;
}

.sidebar nav a::after {
    top: 9px;
    left: 5px;
    content: "\f101";
}

.sidebar nav ul ul a {
    padding-left: 35px;
}

.sidebar nav ul ul a::after {
    left: 25px;
}

.sidebar nav ul ul ul a {
    padding-left: 55px;
}

.sidebar nav ul ul ul a::after {
    left: 45px;
}

/* Pagination */
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.pagination li {
    display: inline-block;
    margin: 0 2px 0 0;
}

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

.pagination a,
.pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    font-weight: normal;
}

/* Back to Top */
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 8px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}

#backtotop:hover {
    opacity: 1;
}


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top;
}

table,
th {
    table-layout: auto;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

th,
td {
    padding: 5px 8px;
}

td {
    border-width: 0 1px;
}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

#gallerypd {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both;
}

#gallery li {
    margin-bottom: 30px;
}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faico li {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0;
    line-height: normal;
}

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

.faico a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.faico a {
    color: inherit;
    background-color: #EBEBEB;
}

.faico a:hover {
    color: #FFFFFF;
}

.faicon-facebook:hover {
    background-color: #3B5998;
}

.faicon-google-plus:hover {
    background-color: #DB4A39;
}

.faicon-instagram:hover {
    background-color: #3F729B;
}

.faicon-linkedin:hover {
    background-color: #0E76A8;
}

.faicon-tumblr:hover {
    background-color: #34526F;
}

.faicon-twitter:hover {
    background-color: #00ACEE;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
    color: #888888;
    background-color: #FFFFFF;
}

a {
    color: #2c82e8;
}

hr,
.borderedbox {
    border-color: #D7D7D7;
}

label span {
    color: #FF0000;
    background-color: inherit;
}

.icon_1 {
    background-image: url(../../images/demo/1.png)
}

/*.icon.nobg{color:inherit; background-color:inherit; border-color:#D7D7D7;}*/
.red {
    background-color: #DC8B8A;
}

.flexslider .heading,
.flexslider .btn {
    color: #FFFFFF;
}

h1,
h3,
h4,
h5,
h6,
.heading {
    color: #242424;
}

.head {
    font-family: 'GmarketSansMedium';
    color: #393939;
    font-size: 20px;
    font-weight: bolder;
}

.h2 {
    color: #30383a !important;
    font-family: 'Cafe24Danjunghae';
    /*text-shadow: 2px 2px 2px #516987;*/
}

.h2_2 {
    font-family: 'Cafe24Danjunghae';
}

.h2_3 {
    font-family: 'RIDIBatang';
}

.one {
    font-family: 'S-CoreDream-6Bold';
    color: #393939;
    font-size: 20px;
}

.two {
    font-family: 'Noto Sans KR';
    font-size: 15px;
    color: #393939;
    font-weight: 300;
}

.tre {
    font-family: 'Noto Sans KR';
    font-size: 15px;
    color: #393939;
    font-weight: bold;
}

.purple {
    font-family: 'Noto Sans KR';
    font-size: 14px;
}

.gra {
    font-family: 'Noto Sans KR';
    font-size: 26px;
    color: #000 !important;
    font-weight: bold;
}

.font1 {
    font-family: 'Noto Sans KR';
    font-size: 15px;
    font-weight: 500;
}

/* Rows */
.row1,
.row1 a {
    color: #242424;
    background-color: #FFFFFF;
}

.row2 {
    color: #888888;
    background-color: #FFFFFF;
}

.row3 {
    color: #2d2d2d;
    background-color: #F7F7F7;
    border-color: #EBEBEB;
}

.row4 {
    color: #888888;
    background-color: #F7F7F7;
    border-color: #EBEBEB;
}

.row5,
.row5 a {
    color: #888888;
    background-color: #EBEBEB;
}

.row6 {
    color: #000;
    background: #ffc72c;
}

.row6 a {
    color: #96AFAA;
    background-color: #FFFFFF;
}

/* CTA - Call To Action */
#cta .heading {
    color: inherit;
}


/* Latest */
.latest ul li figure {
    border-color: #EBEBEB;
}

.latest a.overlay::before {
    background-color: rgba(0, 0, 0, .5);
}

.latest a.overlay::after {
    color: #FFFFFF;
    background-color: #96AFAA;
}


/* Footer */
#footer .title {
    border-color: #EBEBEB;
}

#footer input {
    color: #888888;
    background-color: #EBEBEB;
}

#footer button {
    color: #FFFFFF;
    background-color: #96AFAA;
}


/* Navigation */
#mainav li a {
    color: inherit;
    text-decoration: none;
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover > a {
    color: rgba(44, 130, 232);
    background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .6);
    border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover > a,
#mainav .active .active > a {
    color: #FFFFFF;
    background-color: rgba(44, 130, 232, 0.9);
}

#mainav form select {
    border-color: #D7D7D7;
}

#breadcrumb {
    border-color: #EBEBEB;
}

#breadcrumb a {
    color: inherit;
    background-color: inherit;
}

#breadcrumb li:last-child a {
    color: #96AFAA;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7;
}

.container .sidebar nav a:hover {
    color: #96AFAA;
}

.pagination a,
.pagination strong {
    border-color: #D7D7D7;
}

.pagination .current {
    color: #FFFFFF;
    background-color: #2c82e8;
}

#backtotop {
    color: #FFFFFF;
    background-color: #2c82e8;
}


/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
    border-color: #D7D7D7;
}

th {
    color: #FFFFFF;
    background-color: #373737;
}

tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
    color: inherit;
    background-color: #FBFBFB;
}

tr:nth-child(even),
#comments li:nth-child(even) {
    color: inherit;
    background-color: #F7F7F7;
}

table a,
#comments a {
    background-color: inherit;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
    width: device-width;
}


/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:180px) and (max-width:750px) {

    .imgl,
    .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }

    .fl_left,
    .fl_right {
        display: block;
        float: none;
    }

    .one_half,
    .one_third,
    .two_third,
    .one_quarter,
    .two_quarter,
    .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }

    #header {
        text-align: center;
    }

    #header #logo h1 {
        margin: 0 0 15px 0;
    }

    #cta {
        padding-bottom: 0;
    }

    #footer {
        padding-bottom: 20px;
    }
}

@media screen and (min-width:180px) and (max-width:900px) {

    #header,
    #services,
    #cta,
    #breadcrumb,
    .container,
    #footer,
    #copyright {
        max-width: 90%;
    }

    #header {
        padding: 15px 0;
    }

    #header #logo h1 {
        margin-top: 5px;
    }

    .basicslider .heading {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .basicslider .btn {
        padding: 10px 25px;
    }

    #services {
        padding-bottom: 20px;
    }

    #cta {}

    #mainav {}

    #mainav ul {
        display: none;
    }

    #mainav form {
        display: block;
    }

    #breadcrumb {}

    .container {}

    #comments input[type="reset"] {
        margin-top: 10px;
    }

    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

    #footer {}

    #copyright {}

    #copyright p:first-of-type {
        margin-bottom: 10px;
    }
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {

    #header,
    #services,
    #cta,
    #breadcrumb,
    .container,
    #footer,
    #copyright {
        max-width: 978px;
    }
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }

    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

    .basicslider .txtoverlay {
        display: none
    }

    .latest {
        width: 90%;
        max-width: none;
        padding: 30px 0;
    }

    .latest ul li {
        float: none;
        width: auto;
        margin: 0 0 30px 0;
    }

    .latest ul li:last-child {
        margin: 0;
    }

    .latest ul li figure {
        display: inline-block;
        border-width: 0 1px 1px 1px;
    }

    .latest ul li figure img {
        width: 100%;
    }

    .latest ul li figure figcaption {
        padding: 15px 30px;
    }
}


/* Me
--------------------------------------------------------------------------------------------------------------- */
.kangwon {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    font-size: 25px;
}

.color {
    color: #242424 !important;
    font-weight: bold;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hov {
    cursor: pointer;
}

/**/
#wrapper {
    width: 0;
    height: 520px;
    margin-bottom: 60px;
}

#frame {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    float: right;
}

.img-wrapper {
    width: 500px;
    height: 520px;
    position: absolute;
    cursor: pointer;
}

.img-wrapper img {
    width: inherit;
    height: inherit;
}

.darkness {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background: #000000;
    opacity: 0;
    transition: all .6s linear;
}

.btn-plus {
    position: absolute;
    top: 220px;
    left: 230px;
    background: #ffcd52;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transform: scale(2);
    transition: all .3s linear;
    padding-top: 16px;
}

.btn-plus span {
    font-size: 2.3em;
    color: #fff;
    user-select: none;
}

.img-wrapper:hover .darkness {
    opacity: 0.4;
}

.img-wrapper:hover .btn-plus {
    opacity: 1;
    transform: scale(1);
}


/*그냥 한번 해보고 싶어서*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    /*max-width: 820px;*/
}

.card--1 .card__img,
.card--1 .card__img--hover {
    background-image: url('../../images/demo/jeju2.jpg');
}

.card--2 .card__img,
.card--2 .card__img--hover {
    background-image: url('../../images/demo/busan2.jpg');
}

.card--3 .card__img,
.card--3 .card__img--hover {
    background-image: url('../../images/demo/gyeongju2.jpg');
}

.card--4 .card__img,
.card--4 .card__img--hover {
    background-image: url('../../images/demo/yeosu2.jpg');
}

.card--5 .card__img,
.card--5 .card__img--hover {
    background-image: url('../../images/demo/daegu.jpg');
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
}

.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    top: 0;
}

.card {
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 33.3%;
    position: relative;
    overflow: hidden;
}

/*
.card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    transform: scale(1.10, 1.10);
}
*/

.card__info {
    z-index: 2;
    background-color: #fff;
    padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: 'Noto Sans KR', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Noto Sans KR', sans-serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 400;
    text-decoration: none;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.meme {
    width: 100%;
    height: 44px;
    border: 1px solid;
    border-color: #EBEBEB transparent #EBEBEB transparent;
    background-color: #F7F7F7;
}

.footer_notice {
    width: 978px;
    margin: 0 auto;
    padding-top: 10px;
}

.footer_notice h6 {
    float: left;
    margin-right: 115px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.footer_notice h6:last-child {
    margin-right: 0;
}

.footer_font {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.head_footer {
    float: right;
    font-family: 'GmarketSansMedium';
    font-size: 20px;
    font-weight: bolder;
    color: darkgray;
    padding-top: 52px;
    margin-bottom: 0;
}

/*hotel menu*/

.hotel {
    color: white;
    font-family: 'Cafe24Danjunghae';
}

.passcolor {
    color: #371100;
}

span.msg,
span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

.chooes {
    min-width: 180px;
    max-width: 978px;
    margin: 0 auto;
    padding-top: 30px;
}

/*Styling Selectbox*/
.dropdown {
    width: 300px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    float: left;
    margin-right: 39px;
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8;
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9;
}

.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.app {
    float: left;
}

.app:last-child {
    float: right;
}

#selectDate {
    width: 300px;
    height: 42px;
    border: none;
    padding-left: 10px;
    border-radius: 2px;
    cursor: pointer;
}

#date-to {
    width: 300px;
    height: 42px;
    border: none;
    padding-left: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.noto {
    font-family: 'Noto Sans KR', sans-serif;
}

.headline {
    font-weight: bold;
}

.noto h4 {
    font-size: 18px;
    margin-top: 5px;
}

.padding80 {
    padding-top: 80px;
}

.note {
    min-width: 180px;
    max-width: 978px;
    background-color: #EBEBEB;
    padding: 28px;
}

.note h4 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.note p {
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
}

.divide {
    width: 978px;
    height: 170px;
    display: flex;
    justify-content: space-between;
}

.divide div {
    width: 33.3%;
    height: 100%;
    background-color: #ededed;
    border-radius: 5px;
}

.divide > div:nth-of-type(2) {
    margin: 0 20px;
}

.divide div:nth-child(1) {
    padding: 19px;
}

.divide div:nth-child(2) {
    padding: 19px 65px;
}

.divide div:nth-child(3) {
    padding: 19px 29px;
}

.divide p {
    text-align: center;
    color: #333;
    font-size: 15px;
    padding-top: 9px;
}

.rent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.rent ul {
    width: 978px;
    height: 127px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rent ul li {
    list-style: none;
}

.noti > ul > li {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

.noti ul li a:last-child {
    border-bottom: none;
}

.noti ul li a {
    color: #333
}


/*한번해보는고양*/

.menu {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.submenu {
    color: #333;
    width: 978px;
    font-size: 15px;
    line-height: 26px;
    display: none;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 20px;
}


/*검색바*/
.search {
    width: 100%;
    height: 42px;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    height: 42px;
    border: none;
    padding: 10px;
    border-radius: 2px 0 0 2px;
    outline: none;
    color: #a339b3;
}

.searchTerm:focus {
    color: #a339b3;
}

.searchButton {
    width: 60px;
    height: 42px;
    border: none;
    background: #2c82e8;
    text-align: center;
    color: #fff;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrapping {
    width: 40%;
    position: absolute;
    top: 69.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ticketbn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fifth {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fifth li {
    width: 180px;
    display: flex;
}

.fifth img {
    width: 180px;
}

.fifth h4 {
    font-size: 16px !important;
}

.fifth li:first-child{
    margin-left: -19px;
}

.fifth li:last-child{
    margin-right: -20px;
}

.evnetbn {
    padding: 20px 0 80px 0;
    position: relative;
    display: flex;
    justify-content: center;
}

.evnetbtn {
    position: absolute;
    top: 59%;
    cursor: pointer;
}


/*걍한번해보는고양*/
.blind {
    position: absolute !important;
    left: -9999em;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
/*tab*/
ul.tabMenu {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 70%;
    margin-bottom: 60px;
    font-weight: bold;
}

ul.tabMenu li {
    display: table-cell;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #6e6e6e;
    line-height: 10px;
}

ul.tabMenu li:last-child{
    border-right: none;
}

ul.tabMenu li a {
    display: block;
    height: 100%;
    box-sizeing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

ul.tabMenu li a span {
    display: inline-block;
    vertical-align: top;
    color: #4f4f4f;
}

/*클릭시 언더라인
ul.tabMenu li.on a {
    border-bottom: 4px solid #a339b3;
    color: #a339b3;
}
*/

ul.tabMenu li.on a span {
    color: #2c82e8;
}


ul.subTab {
    display: inline-block;
    margin: 0 auto 17px;
}

ul.subTab:after {
    content: '';
    display: block;
    clear: both;
}

ul.subTab li {
    float: left;
    margin-left: -1px;
    text-align: center;
    background: #f6f7f9;
    vertical-align: top;
}

ul.subTab li a {
    display: block;
    position: relative;
    padding: 0 10px;
    height: 30px;
    min-width: 116px;
    text-align: center;
    color: #999;
    font-size: 12px;
    border: 1px solid #e0e0e0;
}

ul.subTab li a span {
    position: relative;
    z-index: 12;
    top: 8px;
}

ul.subTab li.on a {
    background: #fff;
    margin-top: -3px;
    font-weight: bold;
    color: #a339b3;
    letter-spacing: -0.9px;
    border: none;
}

ul.subTab li.on a:after {
    position: absolute;
    dispaly: blcok;
    content: '';
    z-index: 10;
    left: -1px;
    top: -2px;
    width: 100%;
    height: 38px;
    border: 1px solid #a339b3;
    background: #fff;
}

ul.subTab li.on a span {
    top: 12px;
    letter-spacing: -0.1px;
}

/* fixed 될때 */
ul.subTab.fixed {
    display: table;
    table-layout: fixed;
    width: 100%;
}

ul.subTab.fixed li a {
    min-width: auto !important;
}

ul.subTab.fixed li {
    display: table-cell;
    width: 100%;
    float: none !important;
}

/**/
.pdtop{
    padding-top: 20px;
}

.callbox {
    min-width:180px;
    max-width: 978px;
    background-color: #EBEBEB;
    padding: 28px;
}

.callbox h4 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 19px;
    font-weight: bold;
    width: 978px;
}

.callbox span{
    vertical-align:middle;
}

.callbox ul{
    list-style: none;
    display: flex;
    align-content: space-between;
}

.callbox ul li{
    width : 50%;
    line-height: 60px;
    margin-bottom: -20px !important;
}

.pb20{
    padding-bottom: 20px;
}

.pb10{
    padding-bottom: 10px;
}

.text_center{
    text-align: center;
}
