/* main slide */
.ok-mainimg {
    height: 265px;
}
@media (min-width: 768px) {
    .ok-mainimg {
        height: 420px;
    }
}
@media (min-width: 992px) {
    .ok-mainimg {
        height: 520px;
    }
}
@media (min-width: 1200px) {
    .ok-mainimg {
        height: 740px;
    }
}

/* 공통 */
.ok-mb {
    margin-bottom: 100px;
}

.ok-line {
    position: relative;
    padding-bottom: 20px;
}

.ok-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 2px;
    background-color: #d8d8d8;
}

.ok-keep {
    word-break: keep-all;
}

.ok-pattern {
    background-color: #55514e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%234d4743' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M29 58.58l7.38-7.39A30.95 30.95 0 0 1 29 37.84a30.95 30.95 0 0 1-7.38 13.36l7.37 7.38zm1.4 1.41l.01.01h-2.84l-7.37-7.38A30.95 30.95 0 0 1 6.84 60H0v-1.02a28.9 28.9 0 0 0 18.79-7.78L0 32.41v-4.84L18.78 8.79A28.9 28.9 0 0 0 0 1.02V0h6.84a30.95 30.95 0 0 1 13.35 7.38L27.57 0h2.84l7.39 7.38A30.95 30.95 0 0 1 51.16 0H60v27.58-.01V60h-8.84a30.95 30.95 0 0 1-13.37-7.4L30.4 60zM29 1.41l-7.4 7.38A30.95 30.95 0 0 1 29 22.16 30.95 30.95 0 0 1 36.38 8.8L29 1.4zM58 1A28.9 28.9 0 0 0 39.2 8.8L58 27.58V1.02zm-20.2 9.2A28.9 28.9 0 0 0 30.02 29h26.56L37.8 10.21zM30.02 31a28.9 28.9 0 0 0 7.77 18.79l18.79-18.79H30.02zm9.18 20.2A28.9 28.9 0 0 0 58 59V32.4L39.2 51.19zm-19-1.4a28.9 28.9 0 0 0 7.78-18.8H1.41l18.8 18.8zm7.78-20.8A28.9 28.9 0 0 0 20.2 10.2L1.41 29h26.57z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* image */

.ok-w-100 {
    width: 100%;
}

@media (min-width: 768px) {
    .ok-w-100 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .ok-w-100 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .ok-w-100 {
        /* max-width: 1200px; */
        width: auto;
    }
}

/*  SUB title */

/* h1 */
.ok-sub-title h1 {
    font-size: 28px;
    letter-spacing: -3px;
    font-weight: 500;
    margin-bottom: 0.9rem;
    color: black;
    margin: 1.3rem 0 1.3rem 0;
}
@media (min-width: 768px) {
    .ok-sub-title h1 {
        font-size: 35px;
        margin: 1.4rem 0 1.3rem 0;
    }
}
@media (min-width: 992px) {
    .ok-sub-title h1 {
        font-size: 35px;
        font-weight: 600;
    }
}

@media (min-width: 1200px) {
    .ok-sub-title h1 {
        font-size: 40px;
        font-weight: 600;
    }
}

/* h2 */
.ok-sub-title h2 {
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 400;
}
@media (min-width: 768px) {
    .ok-sub-title h2 {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .ok-sub-title h2 {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .ok-sub-title h2 {
        font-size: 18px;
        font-weight: 400;
    }
}

/* h3 */
.ok-sub-title h3 {
    font-size: 15px;
    letter-spacing: -0.3px;
}

/* h4 */
.ok-sub-title h4 {
    font-size: 15px;
    letter-spacing: -0.6px;
    line-height: 25px;
    color: #005852;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .ok-sub-title h4 {
        font-size: 17px;
    }
}
@media (min-width: 1200px) {
    .ok-sub-title h4 {
        font-size: 18px;
    }
}

.ok-sub-title h5 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 500;
}

.ok-sub-title h5:before {
    content: " \25FC";
}

/* 표안에 텍스트 */

.ok-tabletype-txt1 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: black;
}

.ok-tabletype-txt2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.2px;
}

/* unittype */
.ok-unit-title1 {
    /* font-family: "Roboto"; */
    font-size: 78px;
    letter-spacing: -0.3px;
    font-weight: 600;
    text-align: center;
    margin-top: -18px;
}
@media (min-width: 768px) {
    .ok-unit-title1 {
        font-size: 85px;
    }
}

.ok-unit-title2 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.7px;
    text-align: center;
    margin-top: -18px;
}

.ok-unit-title3 {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
}

.ok-modal-content {
    border: 0px;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1100px;
        margin: 1.75rem auto;
    }
}

.ok-embed-responsive-vr::before {
    padding-top: 125%;
}

@media (min-width: 992px) {
    .ok-embed-responsive-vr::before {
        padding-top: 80%;
    }
}

/* 오시는길 */

.ok-map {
    border: 0px solid #676d79;
    padding: 20px 0px;
}
.ok-map-txt1 {
    font-family: "Roboto";
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 1.2;
    color: #a8abb2;
}
@media (min-width: 992px) {
    .ok-map-txt1 {
        font-size: 37px;
    }
}
@media (min-width: 1200px) {
    .ok-map-txt1 {
        font-size: 39px;
    }
}
.ok-map-txt2 {
    font-size: 19px;
    font-weight: 400;
    color: #a8abb2;
    letter-spacing: -1.2px;
}
.ok-map-txt3 {
    font-size: 17px;
    font-weight: 400;
    color: #262626;
    letter-spacing: -0.6px;
    line-height: 1.6;
}
@media (min-width: 768px) {
    .ok-map-txt3 {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .ok-map-txt3 {
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    .ok-map-txt3 {
        font-size: 19px;
    }
}

/* bus */
.ok-bus {
    border: 1px solid #676d79;
    padding: 20px 40px;
    background-color: white;
}
.ok-bus-txt1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #51ac09;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .ok-bus-txt1 {
        font-size: 24px;
    }
}
.ok-bus-txt2 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 27px;
    font-weight: 500;
}
@media (min-width: 1200px) {
    .ok-bus-txt2 {
        font-size: 19px;
    }
}

.btn-info {
    color: #fff;
    background-color: #006362;
    border-color: #006362;
}

/* landmark */

.ok-landmark-snap {
    display: block;
    position: relative;
    bottom: 30px;
    height: 30px;
    background: #000;
    opacity: 0.6;
    float: right;
    width: 80px;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .ok-landmark-snap {
        font-size: 15px;
    }
}

.ok-landmark-text1 {
    font-size: 23px;
    letter-spacing: -1.6px;
    font-weight: 600;
    line-height: 32px;
    color: #5a292a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ok-landmark-text1 span {
    font-weight: 400;
}

@media (min-width: 768px) {
    .ok-landmark-text1 {
        font-size: 23px;
    }
}
@media (min-width: 992px) {
    .ok-landmark-text1 {
        font-size: 23px;
    }
}
@media (min-width: 1200px) {
    .ok-landmark-text1 {
        font-size: 27px;
    }
}

.ok-landmark-text3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.9px;
    color: #5d5d5d;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ok-landmark-text3 {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .ok-landmark-text3 {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .ok-landmark-text3 {
        font-size: 17px;
    }
}

.ok-healing-bg {
    height: 228px;
    background: url(/images/healing-bg.jpg) center/cover no-repeat;
}

/* plan */

.ok-plan-snap {
    display: block;
    position: relative;
    bottom: 30px;
    height: 30px;
    background: #000;
    opacity: 0.6;
    float: right;
    width: 130px;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .ok-plan-snap {
        font-size: 15px;
    }
}

.ok-plan-text1 {
    font-size: 22px;
    letter-spacing: -1.6px;
    font-weight: 600;
    line-height: 28px;
    color: #005852;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .ok-plan-text1 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .ok-plan-text1 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .ok-plan-text1 {
        font-size: 23px;
    }
}

.ok-plan-text3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.9px;
    color: #5d5d5d;
}

@media (min-width: 768px) {
    .ok-plan-text3 {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .ok-plan-text3 {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .ok-plan-text3 {
        font-size: 16px;
    }
}

/* interior */
.ok-living-bg {
    height: 650px;
    background: url(/images/living-bg.jpg) center/cover no-repeat;
}
.ok-dining-bg {
    height: 650px;
    background: url(/images/dining-bg.jpg) center/cover no-repeat;
}
.ok-bed-bg {
    height: 650px;
    background: url(/images/bed-bg.jpg) center/cover no-repeat;
}
.ok-bath-bg {
    height: 650px;
    background: url(/images/bath-bg.jpg) center/cover no-repeat;
}

/* system */

.ok-system-snap {
    display: block;
    position: relative;
    bottom: 30px;
    height: 30px;
    background: white;
    opacity: 1;
    float: right;
    width: 120px;
    font-size: 13px;
    color: black;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ok-system-snap {
        font-size: 14px;
    }
}

.ok-system-text1 {
    font-size: 26px;
    letter-spacing: -1.6px;
    font-weight: 600;
    line-height: 28px;
    color: #005852;
    margin-bottom: 30px;
}
.ok-system-text1 span {
    font-size: 13px;
    letter-spacing: 10px;
    font-weight: 400;
    color: #5d5d5d;
}

@media (min-width: 768px) {
    .ok-system-text1 {
        font-size: 29px;
    }
}

@media (min-width: 992px) {
    .ok-system-text1 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .ok-system-text1 {
        font-size: 30px;
    }
}

.ok-system-text3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.9px;
    color: black;
    position: relative;
    padding-top: 0px;
    padding-bottom: 60px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .ok-system-text3 {
        font-size: 17px;
    }
}

.ok-system-text3-title {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #b65406;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ok-system-text3-title {
        font-size: 21px;
        letter-spacing: -0.8px;
    }
}

/* 중간라인 */
.border-ok {
    border-right: 1px solid #a57e57;
    padding-right: 10%;
}

@media (max-width: 768px) {
    .border-ok {
        width: 100%;
        border: hidden;
        padding-left: 10%;
    }
}

/* guide */
.ok-guide-txt1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.8px;
    color: black;
}
@media (min-width: 1200px) {
    .ok-guide-txt1 {
        font-size: 19px;
    }
}
.ok-guide-txt2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.8px;
    line-height: 30px;
}

.ok-guide-dn {
}

.ok-guide-dn span {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

/* 캘린더 */
.ok-calendar {
    background-color: #b3aba6;
}

.ok-calendar span {
    font-size: 19px;
    font-weight: 900;
    color: black;
}

.ok-calendar-day {
    font-size: 15px;
    font-weight: 500;
    background-color: #897d76;
    color: white;
}

.ok-calendar-sun {
    color: #bf0a33;
    background-color: #ffeaef;
}
.ok-calendar-sat {
    color: #0b4c85;
    background-color: #eff8ff;
}

.ok-calendar-content {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 7px;
    line-height: 1.3;
    letter-spacing: -1.2;
}

/* .ok-calendar-content .btn {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    background-color: #5a292a;
    letter-spacing: -1.2;
    color: white;
} */

.ok-calendar td {
    width: 171px;
    height: 170px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #9b928c;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
}

.ok-calender-button {
    padding: 0.2rem 0.8rem;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -1.7px;
    border-radius: 0rem;
    background-color: white;
    border: 3px solid #b65406;
    color: black;
}

.ok-calender-button a:focus {
    color: white;
}
.ok-calender-button a:hover {
    color: white;
}
.ok-calender-button a:visited {
    color: white;
}

/* 모바일캘린더 */
.ok-mcalendar {
    border-top: 3px solid #a47c5b;
    font-size: 16px;
    font-weight: 500;
}

.ok-mcalendar-day {
    background-color: #ccc6c4;
    color: black;
    padding: 7px;
    text-align: center;
}

.ok-mcalendar-txt {
    background-color: white;
    color: black;
    padding: 7px;
    text-align: left;
}

/* 언론보도 */
.ok-card {
    height: 18rem;
}

.ok-press-org {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 2px solid #006a8e;
    color: #006a8e;
}

.ok-press-title {
    display: block;
    width: auto;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    letter-spacing: -2px;
}

.ok-press-body {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    color: #828282;
    margin-top: 20px;
    letter-spacing: -0.8px;
}

/* 청약탭 */

.nav-item {
    border-bottom: 1px solid #a47c5b;
    font-size: 16px;
}

.nav-pills {
    border-top: 1px solid #a47c5b;
    border-bottom: 1px solid #a47c5b;
}

.nav-link {
    padding: 0.8rem 1rem;
}

.nav-tabs-txt1 {
    font-size: 16px;
    font-weight: 500;
}

.nav-tabs-txt1 a:hover {
    color: #a47c5b;
}

@media (min-width: 768px) {
    .nav-tabs-txt1 {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .nav-tabs-txt1 {
        font-size: 17px;
    }
}
@media (min-width: 1200px) {
    .nav-tabs-txt1 {
        font-size: 20px;
    }
}

.nav-pills .nav-link {
    border-radius: 0rem;
}

.nav-pills .nav-link.active {
    background-color: #a47c5b;
}

/* buttton */
.ok-button {
    position: relative;
    border-radius: 0;
    padding-left: 20px;
    background-color: #5a292a;
    text-align: left;
    width: 170px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.ok-button:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    width: 6px;
    height: 10px;
    margin-top: -4px;
    background: url(/images/common/btn_go.png) 0 0 no-repeat;
    opacity: 0.6 !important;
}

.ok-button-link {
    /* position: absolute; */
    top: 90px;
    right: 60px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 60px;
    display: inline-block;
    background-color: #e7e7e7;
    background-image: url(/images/common/btn_kakaomap.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    box-sizing: border-box;
    font-weight: 400;
}

.ok-button-link span {
    display: block;
    height: 48px;
    line-height: 48px;
    padding-right: 20px;
    background-image: url(/images/common/btn_link.png);
    background-repeat: no-repeat;
    background-position: 100% 19px;
    font-size: 16px;
}

.ok-button-modal {
    /* position: absolute; */
    padding: 5px 20px 5px 20px;
    display: inline-block;
    background-color: #5a292a;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .ok-button-modal {
        padding: 5px 20px 5px 20px;
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .ok-button-modal {
        padding: 5px 20px 5px 20px;
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .ok-button-modal {
        padding: 7px 40px 7px 40px;
        font-size: 17px;
    }
}

/* 랜드마크 임시 */
.title-landmark {
    max-width: 80%;
}

@media (min-width: 768px) {
    .title-landmark {
        max-width: 58%;
    }
}

@media (min-width: 992px) {
    .title-landmark {
        max-width: 43%;
    }
}
@media (min-width: 1200px) {
    .title-landmark {
        max-width: auto;
    }
}

/* 부트스트랩 */
.btn-primary {
    color: #fff;
    background-color: #c09a7b;
    border-color: #c09a7b;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.4rem;
    font-size: 0.875rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}
