@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#mobile .logo {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#mobile .mobile-bullet {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#mobile .mobile-bullet i {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

#mobile .list-inline li {
    padding: 0px;
}

#mobile .sidenav {
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-262px, 0);
    transition: transform .3s;
    top: 57px;
    width: 256px;
    z-index: 999999991;
}

#mobile .sidenav.show {
    transform: translate(0, 0);
}

#mobile .sidenav ul {
    border-bottom: 0px solid #e4e4e4;
}

#mobile .sidenav-menu span {
    color: #515769;
}

#mobile .sidenav .header {
    background-color: #515769;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    font-size: 30px;
    margin: 0px;
}

#mobile .sidenav .line {
    padding: 20px 10px;
    margin: 0px;
    border-bottom: 1px solid #e4e4e4;
}

#mobile .sidenav .line label {
    margin: 0;
}

#mobile .sidenav .member a {
    font-size: 14px;
    font-weight: 400;
}

#mobile .sidenav .tel {
    font-size: 26px;
    font-weight: 700;
    color: #17bed2;
}

#mobile .sidenav .login-btn {
    border-radius: 80px;
    padding: 10px 20px 8px;
    background-color: #999;
    color: #fff !important;
    border: 0px solid #fff;
}

#mobile .sidenav .login-btn:hover {
    background-color: #666;
    color: #fff;
    border: 0px solid #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.sidenav-overlay {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.sidenav * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    background: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #515769;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 1;
}

.accordion li i {
    position: absolute;
    top: 18px;
    left: 16px;
    font-size: 12px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 14px;
}

.accordion li.open .link {
    color: #515769;
}

.accordion li.open i {
    color: #515769;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #515769;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #81848f;
    color: #FFF;
}

/*  */
#top01-hd {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

#top01-hd .top01-wrap {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 50px;
    background: rgba(0, 0, 0, 1);
    background-color: black;
    height: 100px;
}

#top01-hd .top01-wrap .logo {
    margin-top: 5px;
    width: 286px;
    height: 89px;
    background: url("../images/logo.png") left center/contain no-repeat;
}

body.scrolled #top01-hd .top01-wrap .logo {
    margin-top: 10px;
    height: 50px;
    background-image: url("../images/logo.png");
}

#menu-wrap-bottom-bg {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: none;
}

/********************************************************
 ■ Menu : 데스크톱 메뉴
 ********************************************************/
#menu-wrap-bottom-bg {
    top: 100px;
    height: 50px;
}

/* 스크롤 시에 메뉴높이 */
body.scrolled #menu-top, body.scrolled #top01-hd .top01-wrap {
    height: 70px;
}

body.scrolled #menu-wrap-bottom-bg {
    top: 71px;
    height: 50px;
}

#menu-top {
    /* 화면크기에 따른 반응형 처리를 위해 이부분도 적절히 작업해야함 */
}

#menu-top .ul {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
}

#menu-top .ul .li {
    position: relative;
}

#menu-top .ul .li .a {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 6px 40px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

body.scrolled #menu-top .ul .li .a {
    color: #fff;
}

body.menu-on #menu-top .ul .li .a {
    color: #fff;
}

#menu-top .ul .li:hover .a, #menu-top .ul .li.on .a {
    color: #fcbb19 !important;
}

#menu-top .ul .li::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 0px;
    background-color: #fcbb19;
    transition-duration: 200ms;
}

#menu-top .ul .li:hover::after {
    left: 0;
    right: 0;
}

#menu-top .sub-wrap {
    position: absolute;
    left: 0;
    display: none;
}

#menu-top .sub-wrap .sub-1div {
    display: flex;
    align-items: center;
    height: 50px;
}

#menu-top .sub-wrap .sub-a {
    padding: 0 20px;
    text-align: left;
    color: white;
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
}

#menu-top .sub-wrap .sub-a.on, #menu-top .sub-wrap .sub-a:hover {
    color: #fcbb19;
}

@media (max-width: 1500px) {
    #menu-top {
        /*
     .ul .li .a { padding: 0 15px; }
     .sub-wrap .sub-a { padding: 0 15px; }
     */
    }

    #menu-top .ul .li .a {
        padding: 0 25px;
    }

    #menu-top .sub-wrap .sub-a {
        padding: 0 25px;
    }
}

@media (max-width: 1199px) {
    #menu-top {
        /*
     .ul .li .a { padding: 0 15px; }
     .sub-wrap { width: 170px; }
     .sub-wrap .sub-a { padding: 0 15px; }
     */
    }

    #menu-top .ul .li .a {
        padding: 0 15px;
    }

    #menu-top .sub-wrap .sub-a {
        padding: 0 15px;
    }
}

.ass {
    background: transparent;
    overflow: hidden;
}

.loading-icon {
    z-index: 11;
    position: absolute;
    vertical-align: middle;
    border-radius: 50%;
    background: transparent;
}

.loading-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    animation: bounce 4s infinite;
}

.loading-icon::after {
    content: "";
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    animation: bounce 4s 0.5s infinite;
}

@keyframes bounce {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
    }

    90% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 1;
    }

    90% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#main_visual {
    position: relative;
    margin-top: 0px;
    width: 100%;
    z-index: 10;
}


#MainImageWrapper {
    width: 100%;
    background: transparent;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#MainImageWrapper > section {
    padding-top : 100px;
    position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#MainImageWrapper > section > img {
    width: 60%;
}


#main_visual_title {
    top: 50%;
    color: white;
    z-index: 100;
    font-size: 2rem;
    font-weight: 800;
    position: absolute;
    left: calc(50% - 400px);
    font-family: Cafe24Oneprettynight;
    width: 800px;
    height: 40px;
    text-align: center;
}

#main_visual .swiper-container {
    background: transparent;
    overflow: hidden;
    height: 100%;
}

#main_visual .swiper-slide {
    overflow: hidden;
    width: 100%;
}

#main_visual .swiper-slide .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#main_visual .swiper-slide .main1 {
    background: url('/static/images/main01.jpg') no-repeat center center;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
}

#main_visual .swiper-slide .main2 {
    background: url('/static/images/main02.jpg') no-repeat center center;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
}

#main_visual .ctrl {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 12;
}

#main_visual .ctrl .pg {
    position: static;
    display: block;
    text-align: center;
}

#main_visual .ctrl .pg span {
    width: 30px;
    height: 10px;
    background: #fff;
    opacity: 0.3;
    margin: 0 6px;
    border: 2px solid #fff;
    border-radius: 80px;
    transition: all .2s ease;
}

#main_visual .ctrl .pg span.swiper-pagination-bullet-active {
    width: 15px;
    height: 10px;
    background: #fff;
    border: 2px solid #fff;
    opacity: 1;
}

#main_visual .nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

#main_visual .nav-wrap .c {
    position: relative;
    height: 100%;
}

#main_visual .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    cursor: pointer;
    color: #aaa;
    font-size: 80px;
}

#main_visual .prev {
    left: 100px;
}

#main_visual .next {
    right: 100px;
}

#main_visual .nav:hover {
    color: #333;
}

/*---------- Captions -------------------*/
#main_visual .caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: black;
    margin: 10% auto;
    bottom: 14%;
    z-index: 9999;
}

#main_visual .caption span {
    display: block;
}

@media (max-width: 767px) {
    #main_visual .caption {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        color: black;
        margin: 10% auto;
        bottom: 36%;
        z-index: 9999;
    }

    #main_visual .prev {
        left: 100px;
        display: none;
    }

    #main_visual .next {
        right: 100px;
        display: none;
    }

    #main_visual {
        position: relative;
        margin-top: 0px;
        width: 100%;
        z-index: 10;
    }

    #MainImageWrapper {
        width: 100vw;
        background: transparent;
        overflow: hidden;
        height: 100%;
        margin: 0;
        position: relative;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    #MainImageWrapper > section {
        padding-top : 60px!important;
        position: relative;
        background: transparent;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #MainImageWrapper > section > img {
        width: 100%!important;
    }

    #main_visual_title {
        top: 50%;
        color: white;
        z-index: 100;
        font-size: 1rem;
        font-weight: 800;
        position: absolute;
        left: calc(50% - 400px);
        font-family: Cafe24Oneprettynight;
        width: 800px;
        height: 40px;
        text-align: center;
    }

}

#main-c02-slide {
    min-width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0;
    visibility: visible;
}

#main-c02-slide .tile > .a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

#main-c02-slide .tile > .a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s ease;
}

#main-c02-slide .tile .image {
    position: relative;
    overflow: hidden;
}

#main-c02-slide .tile .image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all .3s ease;
}

#main-c02-slide .tile .image .img {
    border: 0px solid red;
    position: relative;
    padding-bottom: 166%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s ease;
}

#main-c02-slide .tile .content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 30px 40px;
    z-index: 2;
    transition-duration: 300ms;
}

#main-c02-slide .tile .content .head {
    margin-bottom: 10px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main-c02-slide .tile .content .desc {
    margin: 10px 20px;
}

#main-c02-slide .hover-img-alpha50 .a:hover .image::after {
    border: 10px solid #fcbb19;
    background-color: rgba(0, 0, 0, 0.5)
}

#main-c02-slide .tile > .a:hover .content {
    bottom: 20px;
    display: block;
}

#main-c02-slide .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
    color: #ddd;
    cursor: pointer;
}

#main-c02-slide .nav:hover {
    color: #fcbb19;
}

#main-c02-slide .nav i {
    font-size: 100px;
}

#main-c02-slide .prev {
    left: -50px;
}

#main-c02-slide .next {
    right: -50px;
}

#main-c02-slide .ctrl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -50px;
    z-index: 2;
}

#main-c02-slide .ctrl .pg {
    position: static;
    display: inline-block;
}

#main-c02-slide .ctrl .pg span {
    width: 14px;
    height: 14px;
    border: 0;
    background: #ddd;
    opacity: 0.8;
    margin: 0 4px;
    transition: all .2s ease;
}

#main-c02-slide .ctrl .pg span.swiper-pagination-bullet-active {
    background: #fcbb19;
}

@media (max-width: 1400px) {
    #main-c02-slide .prev {
        left: 10px;
    }

    #main-c02-slide .next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    #main-c02-slide .tile .image .img {
        padding-bottom: 66%;
    }

    #main-c02-slide .tile .image .img {
        min-height: 400px;
        border: 0px solid red;
        position: relative;
        padding-bottom: 166%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition: all .3s ease;
    }
}

.m3-3 {
    background: url('http://zeroworldesc.co.kr/theme/basic/img/m3_3_1.jpg');
    background-position: 50% 50%;
    background-attachment: fixed;
}

.m3-3-box {
    background-color: rgba(0, 0, 0, 0.8);
}

.m3-3-map {
    width: 100% !important;
    height: 440px !important;
}

.m3-3 th {
    width: 50px;
    text-align: center;
}

.m3-3 td {
}

.m3-3 .table1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #999;
}

.m3-3 .table1 th {
    text-align: center;
    padding: 20px 20px 22px !important;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.m3-3 .table1 td {
    padding: 20px 20px 22px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.m3-3-p {
    padding: 30px;
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .m3-3-p {
        padding: 15px;
    }
}

#tail1 .tail-menu {
    clear: both;
    background-color: #000;
}

#tail1 .tail-menu a {
    color: #b5b5b5;
}

#tail1 .tail-menu span {
    border: 0.5px solid #373737;
    margin: 0 50px;
}

#tail2 .tail-menu span:last-child {
    border: 0.0px solid #373737;
}

#tail1 .tail-menu div a:focus, .tail-menu div a:hover, .tail-menu div a:active {
    outline: 0;
    color: #fff;
    text-decoration: none;
}

#tail1 .tail-menu i {
    font-size: 25px;
}

#tail1 .tail {
    clear: both;
    background-color: #000;
}

#tail1 .tail .tt {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

#tail1 .tail .tel {
    font-size: 40px;
    font-weight: 700;
    color: #fcbb19;
}

#tail1 .tail span {
    color: #b5b5b5;
}

#tail1 .tail label {
    font-weight: 400;
    margin-right: 20px;
    color: #8c8c8c;
}

#tail1 .tail .tail-logo {
    width: 85px;
    height: auto;
}

#tail1 .tail hr {
    border-top: 1px solid #3b3b3b;
}

#tail1 .sns-icon i {
    margin: 0 10px 10px;
    font-size: 20px;
    padding: 8px;
    color: #b5b5b5;
    border: 1px solid #3b3b3b;
    width: 36px;
    height: 36px;
    border-radius: 60px;
}

#tail1 .sns-icon i:hover {
    color: #fff;
    background-color: #17bed2;
    border: 1px solid #17bed2;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

@media only screen and (max-width: 767px) {
    #tail1 .tail .pull-right {
        margin-left: 10px;
        float: left !important;
    }
}

/* intro */
.star {
    margin-top: 10px;
}

/* 포트폴리오 */
.portfolio {
    color: #fff;
    background: url('http://zeroworldesc.co.kr/theme/basic/img/sub_bg.jpg') repeat center center;
    background-size: cover11;
    position: relative;
    height: auto;
}

/* 메인 */
.portfolio .h2 {
    text-align: center;
    font-size: 54px;
    font-weight: bold;
}

.portfolio p {
    line-height: 150%;
    font-size: 15px;
}

.portfolio hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 0.1;
}

.portfolio-items {
    list-style: none;
    margin: 0;
}

.portfolio-items {
}

.portfolio-items > .portfolio-item {
    padding: 0px;
    margin: 0;
}

.portfolio-items {
    margin-top: 30px;
}

.portfolio-item .item-main {
    padding: 30px 10px;
    text-align: left;
    background: url('http://zeroworldesc.co.kr/theme/basic/img/stressed_linen.png');
    border: 1px solid #000;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .key {
    width: 8px !important;
    height: 13px !important;
    margin: 0 0;
}

.portfolio-image a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-image a:hover div {
    left: 0px;
}

.portfolio-image a,
.portfolio-image a img {
    display: block;
    position: relative;
}

.portfolio-image a {
    overflow: hidden;
}

.portfolio-image a div {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 10px;
    background: rgba(75, 75, 75, 0.9);
    width: 100%;
    height: 100%;
}

.portfolio-image a div span {
    display: block;
    padding: 5px 0;
    margin: 20px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
}

.portfolio-image a div p {
    margin: 0px;
    padding: 0px;
}

@media screen and (max-width: 1024px) {
    .portfolio-items img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .portfolio-items.col-3 > li {
        width: 100%;
        float: left;
    }

    .portfolio-items {
        margin: 0;
        padding: 0;
    }

    .portfolio-item .item-main {
        margin: 0 0 25px 0;
    }
}

/* location */
.m3-3 {
    background: url('http://zeroworldesc.co.kr/theme/basic/img/sub_bg.jpg');
    background-position: 50% 50%;
    background-attachment: fixed;
}

.m3-3-box {
    background-color: rgba(0, 0, 0, 0.8);
}

.m3-3-map {
    width: 100% !important;
    height: 440px !important;
}

.m3-3 th {
    width: 50px;
    text-align: center;
}

.m3-3 td {
}

.m3-3 .table1 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #999;
}

.m3-3 .table1 th {
    text-align: center;
    padding: 20px 20px 22px !important;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.m3-3 .table1 td {
    padding: 20px 20px 22px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.m3-3-p {
    padding: 30px;
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
    .m3-3-p {
        padding: 15px;
    }
}

.selboxs {
    background: #000;
    color: #fff !important;
}

select.selboxs {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('http://zeroworldesc.co.kr/theme/basic/img/arrow_select.png') #000 no-repeat 95% 50% !important;
    /* 화살표 아이콘 추가 */
}

select.selboxs::-ms-expand {
    display: none;
}

#tit_js {
    color: #fff;
    font-family: 'TmonMonsori';
    padding: 3% 0 !important;
    font-size: 42px;
    text-align: center;
    line-height: 30px;
}

#tit_js strong {
    font-weight: bold;
}

#tit_js strong .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.portfolio #tit_js, .portfolio #bo_list {
    max-width: 1107px;
    margin: 10px auto 0 auto;
}

#bo_btn_top {
    margin: 10px 0;
}

#bo_btn_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.listWrap {
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 20px;
}

.listWrap .qa_li:first-child {
    border-top: 1px solid #a6a6a6;
}

.listWrap .qa_li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}

.qa_li .question {
    position: relative;
    display: block;
    padding: 25px 100px 25px 120px;
    background: url(../images/q.png) 40px center no-repeat;
}

.listWrap .qa_li .tit {
    color: #ecf0f1;
    font-size: 24px;
    transition: color 0.3s ease-out;
}

.qa_li .question .iconDiv {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.qa_li .answer {
    position: relative;
    display: none;
    padding: 120px 40px 40px 40px;
    font-size: 16px;
    color: #bdc3c7;
    line-height: 28px;
    background: #34495e url(../images/a.png) 40px 40px no-repeat;
    border-top: 1px solid #e4e4e4;
}

#banner {
    margin: auto;
    width: 80vw;
    height: 80vh;
    text-align: center;
    background: black;
    color: white;
}

#event_title {
    padding: 1.2em;
    font-size: 2em;
    font-family: TmonMonsori;
}

.event_subject {
    background-color: #fcbb19;
    box-sizing: border-box;
    color: black;
    width: 15rem;
    height: 3.2rem;
    line-height: 3.5rem;
    border-radius: 0.8rem;
    margin: 0.2em auto 0.2em auto;
    font-family: TmonMonsori;
    font-size: 2em;
}

.event_content {
    font-size: 1.6rem;
    margin: 0.2em auto 0.2em auto;
}

#banner_close {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#overlay {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 19999;
    position: fixed;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.5);
}

#ovl_close {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: white;
    cursor: pointer;
}

#overlay_form {
    top: 20%;
    left: 20%;
    width: 60vw;
    padding: 5px 5px 60px 5px;
    color: white;
    position: absolute;
    height: fit-content;
    background-color: #34495e;
    border-radius:10px;
}

.input_wrapper {
    height: 50px;
    width: 100%;
    padding: 10px;
    display: flex;
}

.agree_wrapper {
    height: 50px;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.input_wrapper > div:first-child {
    width: 30%;
    padding-top: 20px;
    font-size: 16px;
}

.input_wrapper > div:last-child {
    width: 70%;
    padding-top: 10px;
    display: flex;
    padding-bottom: 10px;
}

.input_wrapper > div:last-child input, .input_wrapper > div:last-child select {
    border: none;
    width: 100%;
    color: black;
    min-height: 30px;
    /* max-height: 100%; */
    margin: 0 5px 0 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#agree {
    width: 20px;
    height: 20px;
    margin: 5px;
}

#privacy_policy {
    color: #bdc3c7;
}

#privacy_policy:hover {
    color: #f1c40f;
}

#overlay_banner {
    width: 100%;
    color: white;
    height: fit-content;
    text-align: center;
    background: black;
}

.overlay_ban_sub {
    background-color: #fcbb19;
    box-sizing: border-box;
    color: black;
    width: 15rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.8rem;
    margin: 0 auto 0 auto;
    font-family: TmonMonsori;
    font-size: 1em;
}

.overlay_ban_cont {
    font-size: 1rem;
    margin: 0 auto 0 auto;
}

.button_wrapper {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
}

.button_wrapper button {
    margin: 0 5px 0 5px;
    background-color: #fcbb19;
    color: #fff;
    border: 0px solid #fff;
    font-size: 13px;
    border-radius: 0px;
    padding: 12px 26px 12px;
}

.button_wrapper button:hover {
    margin: 0 5px 0 5px;
    background-color: #000;
    color: #fff;
    border: 0px solid #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    font-size: 13px;
    border-radius: 0px;
    padding: 12px 26px 12px;
}

.location-title {
    padding: 10px 0 0 10px;
    font-size: 24px;
    font-weight: bold;
}

#select_location {
    margin: 20px auto;
    width: 100%;
    max-width : 1107px;
}

#select_location > div {
    display: flex;
}

#select_location > div > div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: #999;
    cursor: pointer;
    color : #333!important;
}

#select_location > p {
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: center;
    color: black;
    font-weight: bold;
}

#select_location > div > div.selected {
    background-color: #f1c40f !important;
}


.footer-info {
    display: flex;
    height: 30px;
    align-items: center;
}

.footer-info > p{
    margin-bottom: 0;
}

.footer-info > span {
    font-size: 16px;
    line-height: 30px;
    margin-right: 5px;
    font-weight: bold;
}

.footer-info > div {
    display: flex;
}

.footer-info > div > p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin-right: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

    #tail1 .tail .pull-right {
        margin-left: 10px;
        float: left !important;
    }

    .footer-info {
        padding-left : 20px;
        height : auto;
    }

    .footer-info > div {
        display: block;
    }


}
