* {
    color: #595959;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}

i {
    color: inherit;
}
p {
    font-size: 0.9rem;
    letter-spacing: 0.8px;
}
.detail-full {
    width: 100%;
    margin: 0 auto;
}
.detail-header-desc h1,
.card-title {
    font-family: 'NanumSquareRound', sans-serif !important;
    font-size: 1rem;
    color: #ff6a13;
    font-weight: 800;
}
div.card p.card-text {
    height:90px;
    word-break: break-word;
    overflow: hidden;
    /* height:65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.detail-header-desc p {
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.detail-header h2 {
    font-size: 1rem;
    font-weight: 300;
}
.detail-header h1 {
    font-size: 1.7rem;
    color: #000;
    font-weight: 600;
}

.mainContainer {
    display: inline-flex;
    height: fit-content;
    min-height: 37rem;
    width: 100%;
}
.mainImageCont {
    position: absolute;
    width: 50%;
    height: 100%;
}
.detailsCont {
    position: relative;
    left: 50%;
    max-width: 800px;
    margin-left: 30px;
    text-align: left;
    min-width: 800px;
}
.detailsCont img {
    width: 20px;
}

#orange-price {
    line-height: 1.32rem !important;
    display: inline-block;
}
#blue-price{
    display: inline-block;
}
.label-price{
    width: 30%;
}
.div-price{
    text-align: right;
    width: 70%;
}
.text-orange {
    color: #ff6a13;
}
.text-blue {
    color: #0072ce;
}
.text-orange-small {
    font-weight: 600 !important;
    font-size: 0.76rem !important;
}
.bg-orange {
    background: #ff6a13;
}
.bg-blue {
    background: #0072ce;
}
.text-gray {
    color: #595959;
}
.hotel-info p {
    margin-bottom: 15px;
}

.datePrice_cont {
    border: 1px solid #f2f2f2;
}

.datePrice_cont input,
.datePrice_cont select {
    padding-left: 10px;
    padding-right: 10px;
}

.datePrice_cont form > .row {
    min-height: 170px;
}
.datePrice_cont label {
    font-size: 1.32em;
}
.datePrice_cont .formLeft {
    font-size: 0.9rem;
}
.datePrice_cont .formLeft .date {
    font-size: 0.92rem;
}
.datePrice_cont .formLeft label,
.datePrice_cont .formLeft .detailSelect,
.datePrice_cont .formLeft .input-spinner input {
    font-size: 0.9rem;
}

.datePrice_cont .date {
    color: #ff6a13;
    font-weight: 600;
    font-size: 1.32rem;
    margin-bottom: 1px;
}
.datePrice_cont input,
.datePrice_cont p {
    font-weight: 600;
    font-size: 1.32rem;
}
.datePrice_cont p {
    margin: 0;
}
.datePrice_cont label {
    margin-bottom: 0;
}
.discounted {
    text-decoration: line-through;
}

.formRight p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}
.modalText {
    font-size: 0.8rem !important;
}
.default-btn {
    width: 90%;
    margin: 0 15px;
    font-weight: 600;
    border-radius: 0;
    font-size: 1rem;
}
.orange-btn {
    background: #ff6a13;
    color: #fff;
}
.blue-btn {
    display: none;
    background: #0072ce;
    color: #fff;
}

.input-spinner button {
    background: none !important;
    border: 1px solid #f2f2f2;
    padding: 0;
    width: 29.95px;
    min-width: unset !important;
    border-radius: 0;
}
.input-spinner input {
    border: 1px solid #f2f2f2;
    padding-left: 0;
    padding-right: 0;
}
.gallery {
    position: relative;
}
.owl-stage {
    padding-left: 0 !important;
}
.owl-carousel .owl-nav {
    opacity: 1 !important;
}

.btn-wrap {
    text-align: center;
    width: 97%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    height: 50px;
}
.btn-wrap button {
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    height: 50px;
}
.gallery .btn-wrap button img {
    height: 50px;
}
.btn-wrap button img {
    height: 65px;
}
.btn-wrap .next-btn1 {
    position: absolute;
    right: 5px;
}
.btn-wrap .prev-btn1 {
    position: absolute;
    left: 5px;
}
.btn-wrap .next-btn2 {
    position: absolute;
    right: -35px;
}
.btn-wrap .prev-btn2 {
    position: absolute;
    left: -35px;
}

.btn-wrap .next-btn3 {
    position: absolute;
    right: -35px;
    top: 25%;
}
.btn-wrap .prev-btn3 {
    position: absolute;
    left: -35px;
    top: 25%;
}
.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.2;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}
#benefits-carousel .card {
    margin-left:1px;
    border-radius: 0.65rem !important;
}
#benefits-carousel .card-img-top {
    border-top-left-radius: calc(0.65rem - 1px);
    border-top-right-radius: calc(0.65rem - 1px);
}
.benefits {
    position: relative;
}

.benefits .owl-stage {
    display: flex !important;
}
.benefits .owl-item {
    display: flex !important;
    align-items: stretch !important;
}
.section-header {
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block !important;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #f56c03;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-nav {
    display: none;
}
.owl-dots {
    margin-top: 30px !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6a13;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fcc3a3;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    outline: none;
}
.benefits .article-card-number {
    margin-top: -40px;
    font-weight: 600;
}
#benefits-carousel .card-body {
    min-height: 150px;
}
#accordion .btn-link {
    font-size: 1.1rem !important;
    color: #ff6a13;
    font-weight: 800;
    width: 100%;
    text-align: left;
    background: #fff;
    text-decoration: none;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}
#accordion .card {
    border: 1px solid #d9d9d9;
}
#accordion .card-header {
    padding: 0;
}

.accordion-active {
    background: #ff6a13 !important;
    color: #fff !important;
}

#accordion .collapsed i {
    display: inline-block;
    transform: rotate(0deg);
    transition: 0.5s;
}

#accordion i {
    font-size: 25px;
}
#accordion .card-header {
    border-bottom: none;
}

.rotate {
    transition: 0.5s !important;
    display: inline-block !important;
    transform: rotate(180deg) !important;
}

.main-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    display: block;
}
.main-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    display: block;
}

/*recommended section*/
.content {
    display: flex;
    flex-flow: row wrap;
    /* align-items:center; */
    justify-content: space-between;
}
.desti-container {
    margin-bottom: 50px;
    cursor: pointer;
}
.desti-container img {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.title p {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0;
}
.sub-title p {
    color: #808080;
    font-size: 16.5px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
}

.price p {
    color: #0072ce;
    margin-top: 10px;
    text-align: end;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0;
}
.price p span {
    font-family: 'Montserrat', sans-serif !important;
    color: #0072ce;
    font-size: 14px;
    font-weight: 500;
}

/*end recommended section*/

/*for header*/
header {
    color: #ff5000 !important;
    background: #fff;
    border-bottom: 2px solid #ff5000;
}

#fix_head .head_left {
    color: #ff5000 !important;
}

#wrap .logo a {
    background: url(../../Images/logos/logo_scr.png) center / 94px no-repeat;
}

#fix_head .head_right ul:nth-child(2) span {
    color: #ff5000;
}
.bg-lgray {
    background: #f2f2f2;
}
#fix_head .head_right .hidden-menu span {
    color: #afafaf;
}

.detailSelect {
    font-weight: bold;
    font-size: 1rem;
    width: 80%;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.form-control {
    padding: 0.2rem 0.75rem;
}

.modal-header {
    padding: 0.5rem 1rem;
}
.modal-title {
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.cursor-pointer {
    cursor: pointer;
}
.modal-content {
    border-radius: 15px;
}

.modal-content textarea {
    resize: none;
}

.btn-consultModal {
    border-radius: 0;
}

.modal-footer {
    border-top: none;
    padding: 15px 0 30px 0;
}

.modal-footer button {
    border-radius: 10px;
    width: 100px;
    height: 40px;
    background-color: #bfbfbf;
    color: #fff;
}

.modal-footer button:hover {
    background-color: #7f7f7f;
}

.modal-body {
    padding-bottom: 0;
}

.modal-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: unset;
}
#consultationModal .card-img-left {
    width: 30%;
    height: auto;
}
#consultationModal .card h6 {
    font-size: 0.9em;
}
#consultationModal .card h3 {
    font-size: 1.4em;
    color: #000;
}
#consultationModal .card h4 {
    font-size: 1em;
    color: #595959;
    font-weight: 600;
}
#consultationModal .card h4 span {
    font-size: 1.2em;
}
#consultationModal .card-body {
    padding: 1rem;
}

.foot_left .connect-btn {
    font-size: 14px;
    font-weight: 600;
}

.mw-90 {
    min-width: 90px;
}

.activity .input-group > .form-control,
.product .input-group > .form-control {
    flex: unset !important;
    width: 30px !important;
}

.p075 {
    padding: 0.75rem !important;
}

.label-pax {
    padding-top: 1.5px;
}

.label-pax-type {
    padding-left: 18px;
    padding-right: 12px;
}

#consultationModal p {
    font-size: small;
    line-height: 1.3;
}

#consultationModal label {
    margin-bottom: 0;
}

#consultationModal textarea::placeholder,
#date {
    color: #afafaf;
    font-size: 0.8rem;
}

.gallery .owl-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.benefits .owl-item img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
}

.input-spinner {
    display: flex;
    flex-direction: row;
}

.input-spinner .center-input {
    text-align: center;
    width: 25.98px;
    aspect-ratio: 1/1;
    color: #495057;
}

.input-spinner button {
    width: 25.98px;
    aspect-ratio: 1/1;
    color: #495057;
}

.input-spinner .plus {
    border-left: none;
}

.input-spinner .minus {
    border-right: none;
}

.input-spinner input::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* bootstrap replacement */
.btn:hover {
    background: #ff6a13;
    color: #fff;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.related-section img{
    aspect-ratio: 1/1;
}

.related-section .owl-stage{
    display: flex !important;
    flex-wrap: wrap;
}

.related-section .owl-item{
    display: flex;
}

.related-section .dp-flex-col{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related-section .jc-end{
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex: 1;
}

.detail-close-btn-css{
    margin: 0px 0px 0px 350px;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    color: rgb(128, 128, 128);
    font-size: 27px;
}

.calendar {
    top: 63.5%;
    left: 41px;
    width: 84%;
}
.select_date {
    height: 1.9rem;
    border: var(--bs-border-width) solid var(--bs-border-color)
}

.modal-body a {
    padding: 0;
}

.pignose-calendar .pignose-calendar-unit a {
    width: 2.3em;
    height: 2.3em;
}

.form-group {
    margin-bottom: 10px;
}

.div-price span{
    margin-left: 3px;
}

.condition-form-container{
    position: relative;
}

.card-benefit-box{
    position: absolute;
    right: 0;
    top: -23px;
}

.card-benefit{
    font-size: 13px;
    color: #f56c03;
    text-decoration: underline;
}

.card-benefit:hover{
    color: #f56c03;
    text-decoration: underline;
}

@media screen and (min-width:1200px) and (max-width: px) {
	/*코드 작성*/
}