.base {
    position: relative;
}

html {
    font-family: 'Noto Sans KR', sans-serif, 'Noto Sans Korean Regular', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 14px;
}

html,
body {
    overflow-x: hidden;

    /* Prevent scroll on narrow devices */
}

body {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif, 'Noto Sans Korean Regular', sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fff;
}

body {
    margin: 0;
    text-align: left;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

img {
    border: 0;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.81);
    width: 50%;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

[hidden],
template {
    display: none;
}

li {
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
}

ol,
ul {
    margin-top: 0;

    /*margin-bottom: 10px;*/
}

.p {
    margin: 0 0 0px;
}

/********************  커스터마이즈
***************************************************************/
.conbox {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px){
    .conbox {
        width: 750px;
    }
}

@media (min-width:992px){
    .conbox {
        width: 970px;
    }
}

@media (min-width:1200px){
    .conbox {
        width: 1170px;
    }
}

.conbox-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.room {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.col-box-6 {
    position: relative;
    min-height: 1px;
    padding: 200px 15px;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.0) 0%,rgba(69, 0, 0, 0.6) 100%);
}

@media (min-width:992px){
    .col-box-6 {
        width: 50%;
    }
}

@media (max-width:991px){
    .col-box-6 {
        width: 90%;
    }
}

/********************************************************************/
.modal2-open {
    overflow: hidden;
}

.modal2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal2.fade .modal2-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal2.in .modal2-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal2-open .modal2 {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal2-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal2-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal2-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal2-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal2-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal2-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal2-header .close {
    margin-top: -2px;
}

.modal2-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal2-body {
    position: relative;
    padding: 15px;
}

.modal2-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal2-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal2-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal2-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px){
    .modal2-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal2-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal2-sm {
        width: 300px;
    }
}

@media (min-width:992px){
    .modal2-lg {
        width: 900px;
    }
}