@charset "UTF-8";

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

/*  ie-mac \*/
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}/* ie-mac */


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

hr {
    margin: 2.1875rem auto;
    background: #ddd;
    border: 0;
    height: 1px;
}



/*language*/
.language {
    display: none !important;
}


html[data-language="kor"] .language.kor {
    display: inline !important;
}

html[data-language="eng"] .language.eng {
    display: inline !important;
}



.language-img {
    display: none !important;
}


html[data-language="kor"] .language-img.kor {
    display: block !important;
}

html[data-language="eng"] .language-img.eng {
    display: block !important;
}


.language-block {
    display: none !important;
}

html[data-language="kor"] .language-block.kor {
    display: block !important;
}

html[data-language="eng"] .language-block.eng {
    display: block !important;
}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999999;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.loading #loading {
    opacity: 1;
    visibility: visible;
}

.loaded #loading {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

body {
    overflow: hidden;
}

body.loaded {
    overflow: auto;
}

.ev_title { font-size: 1.2rem !important; }


.layer-pop {
    position: absolute;
    top: 0%;
    left: 0%;
    max-width: 400px;
    width: 100%;
    height: auto;
    z-index: 9999;
    background: #fff;
    border:1px solid #000;
    box-sizing: border-box;
}

#notice-close-popup {
    display:none;
}

.layer-pop .pop-logo {
    background: url(../img/cheil/pop_img.jpg) 0 bottom no-repeat;
    background-size: cover;
    height: 277px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 12px;
    box-sizing: border-box;

}
.layer-pop .pop-logo svg {
    height: 24px;
    fill: #fff;
    padding-right: 10px;
}
.layer-pop .pop-message p{
    text-align: left;
    padding: 20px;
    font-size: 14px;
}

.layer-pop .pop-message p {
    color: #464646;
    line-height: 1.5;
}
.layer-pop  .today-box {
    background:#000;
    color:#fff;
    line-height:45px;
    width:100%;
    display:flex;

}
.layer-pop .today-box a{
    text-align:center;
    width:50%;
    font-size:15px;
    color:#fff;;
    cursor: pointer
}
.layer-pop .today-box a:first-child {
    border-right:1px solid #fff;
}

.p-r-20{
    box-sizing: border-box;
    padding-right:2.2rem;
}


@media only screen and (max-width: 768px){
    .layer-pop {
        max-width: 100%;
    }

    .layer-pop .pop-logo {
        height:66vw;
        padding-top: 6vw;
        font-size:5vw;
    }
    .layer-pop .pop-message p{
        font-size:3.6vw;
        padding:4vw;
    }
    .layer-pop .today-box a{
        font-size:3.6vw;
    }
    .p-r-20{
        padding-right:0;
    }
}

.office-link {
    cursor: pointer;
    letter-spacing: -0.04em;
}

.office-link:hover {
    color: #46bebe;
}

