/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
}


/*---------- page title - 페이지 타이틀 ----------*/
.page-title {position:relative;margin:60px 0;}
.page-title:after {content:"";display:block;position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:140px;height:1px;background:#0db9f2}
.page-title h2 {margin:0;text-align:center;font-weight:500;font-size:30px}
@media (max-width:767px){
    .page-title {margin:40px 0}
    .page-title:after {bottom:-15px}
    .page-title h2 {font-size:30px}
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 750px;
    width: 750px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

/* 편집 버튼 */
.btn-edit-admin {z-index:990;position:fixed;top:120px;right:-1px;width:130px;padding:5px 10px;background:rgba(255, 255, 255, 0.9);box-shadow:0 0 1px rgba(0,0,0,.7);}
.btn-edit-mode-wrap {position:relative;z-index:20 !important;width:100%}
.btn-edit-mode {display:none;z-index:5;position:absolute;width:100%}
.btn-edit-mode a {display:inline-block !important;width:auto;padding:2px 8px !important;color:#fff !important}

/*---------- Admin Edit Button ----------*/
.btn-edit-option {display:none}
.btn-edit-option .btn-e-dark {background:RGBA(75, 75, 77, 0.8)}
.btn-edit-option .btn-e-dark:hover {background:RGBA(75, 75, 77, 1)}
.btn-edit-option .btn-e-red {background:RGBA(255, 72, 72, 0.8)}
.btn-edit-option .btn-e-red:hover {background:RGBA(255, 72, 72, 1)}
.btn-edit-option .btn-e-blue {background:RGBA(83, 165, 250, 0.8)}
.btn-edit-option .btn-e-blue:hover {background:RGBA(83, 165, 250, 1)}
.btn-edit-option .btn-e-yellow {background:RGBA(253, 171, 41, 0.8)}
.btn-edit-option .btn-e-yellow:hover {background:RGBA(253, 171, 41, 1)}


.footer-box {
    min-height: 380px;
}
.footer {
    z-index: -999;
    position: fixed;
    bottom: 0px;
    width:100%;
    min-height: 300px;
    border-radius: 100% 100% 0px 0px / 100px 100px 0px 0px !important;

}
.footer:before {content:"";display:block;position:absolute;left:0;top:0px;width:100%;height:100%;background:#181818}

.footer-inner {
    position: relative;
    z-index: 1;
    min-height: 200px;
    max-width: 1140px; 
    margin: 0 auto;
    padding: 100px 30px;
    background: #232323;
}

.basic-body {
    background: #fff;
}

.basic-body.main-basic-body {
    padding: 0px 0 50px;
    margin-bottom: 80px;
    border-radius: 0% 0% 400px 400px / 0px 0px 30px 30px !important;
}
.basic-body.sub-basic-body {
    padding: 0px 0 50px;
    margin-bottom: 80px;
    border-radius: 0% 0% 400px 400px / 0px 0px 30px 30px !important;
}
@media (max-width:992px) {

    .footer-box {
        min-height: 580px;
    }
    .footer {
        border-radius: 400% 400% 0px 0px / 350px 350px 0px 0px !important;

    }
    .footer-inner {
        position: relative;
        z-index: 1;
        min-height: 200px;
        max-width: 1140px; 
        margin: 0 auto;
        padding: 100px 30px;
        background: #232323;
    }

}
