body {color: #1f3e4a;font-family: 'Raleway', sans-serif;font-weight: normal;font-weight: 500;}
h1, h2, h3, h4, h5, h6 {font-family: 'Nanum Myeongjo', serif;font-weight: 800;color: #1f3e4a;margin-bottom: 20px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit;}

@media screen and (min-width: 200px) {
  html, body {
    font-size: calc(14px + 2 * ((100vw - 320px) / 680));
  }
}
 html *, body * {
 	outline: 0;
 	/*user-select: none;*/
 }

h1, .h1 {font-size: calc(52px + 2 * ((50vw - 320px) / 680));}
h2, .h2 {font-size: calc(48px + 2 * ((44vw - 320px) / 680));}
h3, .h3 {font-size: calc(38px + 2 * ((34vw - 320px) / 680));}
h4, .h4 {font-size: calc(28px + 2 * ((28vw - 320px) / 680));}
h5, .h5 {font-size: calc(20px + 2 * ((24vw - 320px) / 680));}
h6, .h6 {font-size: calc(18px + 2 * ((22vw - 320px) / 680));}

@media (min-width: 576px) {
	h1, .h1 {font-size: calc(84px + 2 * ((100vw - 320px) / 680));}
	h2, .h2 {font-size: calc(60px + 2 * ((100vw - 320px) / 680));}
	h3, .h3 {font-size: calc(52px + 2 * ((100vw - 320px) / 680));}
	h4, .h4 {font-size: calc(42px + 2 * ((100vw - 320px) / 680));}
	h5, .h5 {font-size: calc(32px + 2 * ((100vw - 320px) / 680));}
	h6, .h6 {font-size: calc(22px + 2 * ((100vw - 320px) / 680));}
}

.n-400{font-family: 'Nanum Myeongjo', serif;font-weight: 400;line-height: normal;}
.n-700{font-family: 'Nanum Myeongjo', serif;font-weight: 700;line-height: normal;}
.n-800{font-family: 'Nanum Myeongjo', serif;font-weight: 800;line-height: normal;}

.r-300{font-family: 'Raleway', sans-serif;font-weight: 300;}
.r-400{font-family: 'Raleway', sans-serif;font-weight: 400;}
.r-500{font-family: 'Raleway', sans-serif;font-weight: 500;}
.r-600{font-family: 'Raleway', sans-serif;font-weight: 600;}
.r-700{font-family: 'Raleway', sans-serif;font-weight: 700;}
.r-800{font-family: 'Raleway', sans-serif;font-weight: 800;}
.r-900{font-family: 'Raleway', sans-serif;font-weight: 900;}
p{color: #1f3e4a;font-weight: 500;letter-spacing: 1.2px;font-size: calc(14px + 2 * ((100vw - 320px) / 680));}
[class*="item-animated"]{visibility: hidden;}

.color-0{color: #ffffff;}
.color-1{color: #1f3e4a;}
.color-2{color: #72b0b9;}
.color-3{color: #325326;}
.color-4{color: #4f7c3e;}
.color-5{color: #b59d7d;}
.color-6{color: #fcece5;}

.color-8{color: #F2F2F2;}
.color-9{color: #D8D8D8;}
.color-10{color: #BFBFBF;}
.color-11{color: #A5A5A5;}
.color-12{color: #D0CECE;}
.color-13{color: #AEABAB;}
.color-14{color: #757070;}
.color-15{color: #3A3838;}
.color-16{color: #171616;}
.color-17{color: #7F7F7F;}
.color-18{color: #595959;}
.color-19{color: #3F3F3F;}
.color-20{color: #262626;}
.color-21{color: #0C0C0C;}

.bg-0{background-color: #ffffff;}
.bg-1{background-color: #1f3e4a;}
.bg-2{background-color: #72b0b9;}
.bg-3{background-color: #325326;}
.bg-4{background-color: #4f7c3e;}
.bg-5{background-color: #b59d7d;}
.bg-6{background-color: #fcece5;}
.bg-6-a{background-color: #FBF5F2;}
.bg-7{background-color: #142830;}

.has-border-line {position: relative;}
.has-border-line::after {content: "";left: 0;right: 0;bottom: calc(7px + 2 * ((28vw - 320px) / 680));height: 5px;position: absolute;display: block;background: #72b0b9;z-index: -1;}

@media(min-width: 1300px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1280px;}
}
body .swiper-container {width: 100%;height: 100%;}
body .swiper-slide {text-align: left;font-size: 18px;background: #fff; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: flex-start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}
.db-swiper-container{position: relative;}
body .swiper-nav-prev, body .swiper-nav-next {width: 52px; height: 52px; background: white; border-radius: 2000px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #1f3e4a; box-shadow: 0px 0px 16px #0000001c; cursor: pointer; position: absolute; z-index: 10; top: calc(50% - 30px);}
body .swiper-nav-prev:hover, body .swiper-nav-next:hover{background-color: #1f3e4a;color: #ffffff;}
body .swiper-nav-prev{left: 20px;}
body .swiper-nav-next{right: 20px;}
body .swiper-button-next.swiper-button-disabled, body .swiper-button-prev.swiper-button-disabled {opacity: 1;background: #d7d7d7;color: #767676;}
body .swiper-button-next:after, body .swiper-container-rtl .swiper-button-prev:after{content: none;}
body .swiper-button-prev:after, body .swiper-container-rtl .swiper-button-next:after{content: none;}
body .swiper-nav-prev.swiper-button-disabled, body .swiper-nav-next.swiper-button-disabled{pointer-events: none;}


.btn-dark-filled {background-color: #1f3e4a;color: #ffffff;font-weight: 500;border: 2px solid #1f3e4a;padding: 0.8rem 1.6rem;min-width: auto;text-decoration: none;font-size: calc(12px + 2 * ((100vw - 320px) / 680));letter-spacing: 1.5px;}
.btn-dark-filled.btn-small {padding: 0.5rem 0.8rem;font-size: calc(10px + 2 * ((100vw - 320px) / 680));}
.btn-dark-filled:hover, .btn-dark-filled:focus{background-color: #13272e;border: 2px solid #13272e;color: #ffffff;}
.btn-dark-filled:focus, .btn-dark-filled.focus{box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.18);}

.btn-dark-outlined {background-color: transparent;color: #1f3e4a;font-weight: 500;border: 2px solid #1f3e4a;padding: 0.8rem 1.6rem;min-width: auto;text-decoration: none;font-size: calc(12px + 2 * ((100vw - 320px) / 680));letter-spacing: 1.5px;}
.btn-dark-outlined.btn-small {padding: 0.5rem 0.8rem;font-size: calc(10px + 2 * ((100vw - 320px) / 680));}
.btn-dark-outlined:hover, .btn-dark-outlined:focus{background-color: #1f3e4a;border: 2px solid #1f3e4a;color: #ffffff;}
.btn-dark-outlined:focus, .btn-dark-outlined.focus{box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.18);}

.btn-light-filled {background-color: #72b0b9;color: #ffffff;font-weight: 500;border: 2px solid #72b0b9;padding: 0.8rem 1.6rem;min-width: auto;text-decoration: none;font-size: calc(12px + 2 * ((100vw - 320px) / 680));letter-spacing: 1.5px;}
.btn-light-filled.btn-small {padding: 0.5rem 0.8rem;font-size: calc(10px + 2 * ((100vw - 320px) / 680));}
.btn-light-filled:hover, .btn-light-filled:focus{background-color: #5b969f;border: 2px solid #5b969f;color: #ffffff;}
.btn-light-filled:focus, .btn-light-filled.focus{box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.18);}

.btn-light-outlined {background-color: transparent;color: #1f3e4a;font-weight: 500;border: 2px solid #72b0b9;padding: 0.8rem 1.6rem;min-width: auto;text-decoration: none;font-size: calc(12px + 2 * ((100vw - 320px) / 680));letter-spacing: 1.5px;}
.btn-light-outlined.btn-small {padding: 0.5rem 0.8rem;font-size: calc(10px + 2 * ((100vw - 320px) / 680));}
.btn-light-outlined:hover, .btn-light-outlined:focus{background-color: #72b0b9;border: 2px solid #72b0b9;color: #ffffff;}
.btn-light-outlined:focus, .btn-light-outlined.focus{box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.18);}

.btn-white-filled {background-color: #ffffff;color: #1f3e4a;font-weight: 500;border: 2px solid #ffffff;padding: 0.8rem 1.6rem;min-width: auto;text-decoration: none;font-size: calc(12px + 2 * ((100vw - 320px) / 680));letter-spacing: 1.5px;}
.btn-white-filled.btn-small {padding: 0.5rem 0.8rem;font-size: calc(10px + 2 * ((100vw - 320px) / 680));}
.btn-white-filled:hover, .btn-white-filled:focus{background-color: #f2f2f2;border: 2px solid #f2f2f2;color: #1f3e4a;}
.btn-white-filled:focus, .btn-white-filled.focus{box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.18);}

.btn-white-outlined {background-color: transparent;color: #1f3e4a;font-weight: 500;border: 2px solid #ffffff;padding: 0.8rem 1.6rem;min-width: auto;text-decoration: none;font-size: calc(12px + 2 * ((100vw - 320px) / 680));letter-spacing: 1.5px;}
.btn-white-outlined.btn-small {padding: 0.5rem 0.8rem;font-size: calc(10px + 2 * ((100vw - 320px) / 680));}
.btn-white-outlined:hover, .btn-white-outlined:focus{background-color: #ffffff;border: 2px solid #ffffff;color: #1f3e4a;}
.btn-white-outlined:focus, .btn-white-outlined.focus{box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.18);}

[data-overlay]::after {content: "";left: 0;right: 0;top: 0;bottom: 0;background: #000000;display: block;position: absolute;z-index: 1;opacity: 0.3;}
[data-overlay-light]::after {content: "";left: 0;right: 0;top: 0;bottom: 0;background: #ffffff;display: block;position: absolute;z-index: 1;opacity: 0.3;}

.db-container.db--left{padding-left: 74px;}
.db-container.db--right{padding-right: 74px;}
.db-container.db--both{padding-left: 74px;padding-right: 74px;}
@media(max-width: 1199px){
	.db-container.db--left{padding-left: 40px;}
	.db-container.db--right{padding-right: 40px;}
	.db-container.db--both{padding-left: 40px;padding-right: 40px;}
}
@media (max-width: 991px){
	.db-container.db--left{padding-left: 20px;}
	.db-container.db--right{padding-right: 20px;}
	.db-container.db--both{padding-left: 20px;padding-right: 20px;}
}

.u-fancy-scrollbar {-webkit-overflow-scrolling: touch;-webkit-transform: translateZ(0)}
.u-fancy-scrollbar::-webkit-scrollbar {height: 8px;width: 8px}
.u-fancy-scrollbar::-webkit-scrollbar-button:end:increment, .u-fancy-scrollbar::-webkit-scrollbar-button:start:decrement {background: transparent;display: none}
.u-fancy-scrollbar::-webkit-scrollbar-track-piece {background: rgba(9, 30, 66, .05);}
.u-fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:start {border-radius: 4px 4px 0 0}
.u-fancy-scrollbar::-webkit-scrollbar-track-piece:vertical:end {border-radius: 0 0 4px 4px}
.u-fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:start {border-radius: 4px 0 0 4px}
.u-fancy-scrollbar::-webkit-scrollbar-track-piece:horizontal:end {border-radius: 0 4px 4px 0}
.u-fancy-scrollbar::-webkit-scrollbar-thumb:horizontal, .u-fancy-scrollbar::-webkit-scrollbar-thumb:vertical {background: rgba(9, 30, 66, .13);border-radius: 4px;display: block;height: 48px}

.u-fancy-scrollbar-invert {-webkit-overflow-scrolling: touch;-webkit-transform: translateZ(0)}
.u-fancy-scrollbar-invert::-webkit-scrollbar {height: 8px;width: 8px}
.u-fancy-scrollbar-invert::-webkit-scrollbar-button:end:increment, .u-fancy-scrollbar-invert::-webkit-scrollbar-button:start:decrement {background: transparent;display: none}
.u-fancy-scrollbar-invert::-webkit-scrollbar-track-piece {background: rgba(255, 255, 255, .05);}
.u-fancy-scrollbar-invert::-webkit-scrollbar-track-piece:vertical:start {border-radius: 4px 4px 0 0}
.u-fancy-scrollbar-invert::-webkit-scrollbar-track-piece:vertical:end {border-radius: 0 0 4px 4px}
.u-fancy-scrollbar-invert::-webkit-scrollbar-track-piece:horizontal:start {border-radius: 4px 0 0 4px}
.u-fancy-scrollbar-invert::-webkit-scrollbar-track-piece:horizontal:end {border-radius: 0 4px 4px 0}
.u-fancy-scrollbar-invert::-webkit-scrollbar-thumb:horizontal, .u-fancy-scrollbar-invert::-webkit-scrollbar-thumb:vertical {background: rgba(255, 255, 255, .13);border-radius: 4px;display: block;height: 48px}

header.db-header {position: sticky;top: 0;z-index: 500;background: #ffffff;}
.header-d{position: relative;display: block;box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 5%);}
.header-d .db-inner {position: relative;display: block;padding: 18px 20px;}
.header-d .db-grid {display: flex;flex-direction: row;flex-wrap: wrap;position: relative;justify-content: space-between;align-items: center;}
.header-d .db-logo{display: inline-block;position: relative;overflow: hidden;height: auto;}
.header-d .db-logo-inner{display: block;position: relative;overflow: hidden;height: 62px;}
.header-d .db-logo-inner img{display: table;vertical-align: middle;margin: 0 auto;width: auto;height: 100%;object-fit: contain;}
.header-d .nav-link {padding: 0 0.7rem;font-size: calc(11px + 2 * ((100vw - 320px) / 680));color: #1F3E4A;font-weight: 600;text-transform: uppercase;letter-spacing: 1.5px;position: relative;padding: .5rem 1.2rem;}
.header-d .nav-link::after {content: "";background-image: linear-gradient(transparent calc(65% - 30px), #72b0b9 5px);background-size: 0;background-repeat: no-repeat;transition: 0.5s ease;height: 5px;width: auto;left: 1.2rem;right: 1.2rem;position: absolute;bottom: 14px;z-index: -1;}
.header-d .nav-link:hover:after{background-size: 100%;}
.header-d .nav-link .has-child{position: relative;display: block;}
.header-d .nav-link .has-child::after{content: "\f078";font-family: "Font Awesome 5 Pro";font-weight: 300;margin-left: 6px;}
.header-d .nav{align-items: center;}
.header-m{position: relative;display: block;box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 5%);display: none;}
.header-m .db-inner {position: relative;display: block;padding: 0.5rem 1rem;}
.header-m .db-grid {display: flex;flex-direction: row;flex-wrap: wrap;position: relative;justify-content: space-between;align-items: center;}
.header-m .db-grid {display: flex;flex-direction: row;flex-wrap: wrap;position: relative;justify-content: space-between;align-items: center;}
.header-m .db-logo{display: inline-block;position: relative;overflow: hidden;height: auto;}
.header-m .db-logo-inner{display: block;position: relative;overflow: hidden;height: 40px;}
.header-m .db-logo-inner img{display: table;vertical-align: middle;margin: 0 auto;width: auto;height: 100%;object-fit: contain;}
.header-m .hamburger{position: relative;display: block;overflow: hidden;height: auto;}
.header-m .hamburger span{position: relative;display: block;overflow: hidden;height: auto;}
.header-m .hamburger img{display: table;vertical-align: middle;margin: 0 auto;width: auto;height: 100%;object-fit: contain;}
.header-m .hamburger img:nth-of-type(2){display: none;}
.m-menu-activated .header-m .hamburger img:nth-of-type(1){display: none;}
.m-menu-activated .header-m .hamburger img:nth-of-type(2){display: block;}
.menu-m-drawer {position: fixed;top: 60px;bottom: 0;left: 0;right: 0;z-index: 400;background-color: #1f3e4a;color: #ffffff;transition: transform 0.2s ease-in-out;transform: translateY(100%);padding: 1.45rem;padding-right: 0;}
.menu-m-drawer .menu-m-scrollar{position: relative;height: 100%;}
.m-menu-activated .menu-m-drawer {transform: translateY(0px);}
.menu-m-drawer .menu-primary-links {transition: transform 0.2s ease-in-out;transform: translateX(0);position: absolute;left: 0;right: 0;top: 0;bottom: 0;height: 100%;overflow: hidden;overflow-y: auto;display: block;flex-wrap: unset;padding-right: 1.45rem;}
.menu-m-drawer .menu-primary-links .nav-item:not(:last-child){border-bottom: 1px solid #3b5a66;}
.menu-m-drawer .menu-primary-links .nav-item:last-child{margin-top: 2.6rem;}
.menu-m-drawer .menu-primary-links .nav-link{padding: 0;}
.menu-m-drawer .menu-primary-links .nav-link {padding: 0 0.7rem;font-size: calc(16px + 2 * ((100vw - 320px) / 680));color: #ffffff;font-weight: 500;text-transform: uppercase;letter-spacing: 1.5px;position: relative;padding: 1.6rem 0;}
.menu-m-drawer .menu-primary-links .nav-link .has-child::after {content: "\f054";font-family: "Font Awesome 5 Pro";font-weight: 300;margin-left: 6px;position: absolute;right: 0;}
.menu-m-drawer .menu-primary-links .btn.btn-small{font-size: calc(16px + 2 * ((100vw - 320px) / 680));width: 100%;}
.menu-m-drawer .menu-secondry-links {transition: transform 0.2s ease-in-out;transform: translateX(200%);position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.menu-secondry-location .menu-m-drawer .menu-primary-links, .menu-secondry-explore .menu-m-drawer .menu-primary-links{transform: translateX(-200%);	}
.menu-secondry-location .menu-m-drawer .menu-secondry-location, .menu-secondry-explore .menu-m-drawer .menu-secondry-explore {transform: translateX(0);padding-right: 1.45rem;height: 100%;overflow: hidden;overflow-y: auto;display: block;flex-wrap: unset;}
.menu-m-drawer .menu-back {position: relative; padding: 8px 6px; border-radius: 2000px; display: flex; align-items: center; font-size: 14px; font-weight: 400; cursor: pointer; width: 74px; text-align: center; justify-content: center; background: #ffffff14; margin-bottom: 30px;}
.menu-m-drawer .menu-back span{margin: 0 2px;}
.menu-d-drawer {position: fixed;top: 105px;bottom: 0;left: 0;right: 0;z-index: 400;background-color: #1f3e4a;color: #ffffff;transition: transform 0.2s ease-in-out;transform: translateY(-200%); padding: 3rem;}
.menu-d-drawer .menu-m-scrollar{position: relative;max-height: 100%;overflow: hidden;overflow-y: auto;height: 100%;}
.d-menu-activated .menu-d-drawer{transform: translateY(0);}
.menu-d-drawer .d-menu-close {width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;font-size: calc(26px + 2 * ((100vw - 320px) / 680));position: absolute;top: 0;right: 0;z-index: 50;cursor: pointer;opacity: 0.40;}
.menu-d-drawer .d-menu-close:hover {background: #ffffff0d;opacity: 1;}
.menu-d-drawer .menu-secondry-location, .menu-d-drawer .menu-secondry-explore{display: none;position: relative;max-height: 100%;overflow-x: hidden;overflow-y: auto;}
.menu-secondry-location .menu-d-drawer .menu-secondry-location, .menu-secondry-explore .menu-d-drawer .menu-secondry-explore{display: block;height: 100%}
.menu-drawer .drawer-menus .nav-link {font-family: 'Nanum Myeongjo', serif;font-size: calc(24px + 2 * ((100vw - 320px) / 680));color: rgba(255,255,255,0.60);font-weight: 700;letter-spacing: 1.5px;position: relative;padding: 1.4rem 0;}
.menu-drawer .drawer-menus .nav-link:hover{color: #ffffff;}
.menu-drawer .drawer-menus .nav-link span{position: relative;}
.menu-drawer .drawer-menus .nav-link span::after {content: "";background-image: linear-gradient(transparent calc(65% - 30px), #72b0b9 5px);background-size: 0;background-repeat: no-repeat;transition: 0.3s ease;height: 5px;width: auto;left: 0;right: 0;position: absolute;bottom: calc(0px + 2 * ((100vw - 320px) / 680));z-index: -1;}
.menu-drawer .drawer-menus .nav-link:hover span:after {background-size: 100%;}
.menu-drawer .drawer-menus .nav-item:not(:last-child){border-bottom: 1px solid #3b5a66;}
.menu-drawer .db-map, .menu-drawer .db-map>span{position: relative;display: block;overflow: hidden;height: 100%;}
.menu-drawer .db-map img{display: table;vertical-align: middle;margin: 0 auto;width: 100%;height: auto;object-fit: contain;}
.menu-drawer .help-box {background: #FCECE5;color: #1F3E4A;padding: 1.65rem 1.25rem 1.45rem 1.25rem;position: relative;display: flex;align-items: center;justify-content: center;height: 100%;}
.menu-drawer .box-border-multicolor {display: flex;flex-direction: row;flex-wrap: nowrap;position: absolute;left: 0;right: 0;top: 0;}
.menu-drawer .box-border-multicolor>span {display: block;height: 5px;width: calc(100% / 5);}
.menu-drawer .menu-thumb-box{display: block;position: relative;cursor: pointer;overflow: hidden;}
.menu-drawer .menu-thumb-box .thumb-link {position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 10;}
.menu-drawer .menu-thumb-box .mask-title{position: relative;font-size: calc(20px + 2 * ((100vw - 320px) / 680));}
.menu-drawer .menu-thumb-box .mask-title::after {content: "";background-image: linear-gradient(transparent calc(65% - 30px), #72b0b9 5px);background-size: 0;background-repeat: no-repeat;transition: 0.3s ease;height: 5px;width: auto;left: 0;right: 0;position: absolute;bottom: calc(0px + 2 * ((100vw - 320px) / 680));z-index: -1;}
.menu-drawer .menu-thumb-box .bg {background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; padding: 34%; transition: transform 500ms ease-in-out; transform: unset;}
.menu-drawer .menu-thumb-box .thumb-mask {position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6699054621848739) 46%, rgba(0,0,0,0.9444152661064426) 100%); padding: 1.20rem 1.20rem 1rem 1.20rem;}
.menu-drawer .menu-thumb-box .mask-link{display: flex;align-items: center;color: #ffffff;opacity: 0.60;font-size: 14px;margin-top: 4px;}
.menu-drawer .menu-thumb-box .mask-link [class*="fa-"] {margin-top: 0;margin-left: 6px;}
.menu-drawer .menu-thumb-box:hover .mask-title:after {background-size: 100%;}
.menu-drawer .menu-thumb-box:hover .mask-link{opacity: 1;}
.menu-drawer .menu-thumb-box:hover .bg{transform: scale(1.2);}
@media(max-width: 991px){
	.header-d{display: none;}
	.header-m{display: block;}
}

.sec-hero{display: flex;flex-wrap: nowrap;overflow: hidden;position: relative;height: calc(100vh - 105px);width: 100%;}
.sec-hero.sec-hero-inner{height: auto;}
.sec-hero .hero-banner-links {display: flex;flex-direction: column;justify-content: flex-end;align-items: center;padding: 1.5rem 1.5rem;background-color: #ffffff;width: 74px;}
.sec-hero .hero-banner-links .phone-link, .sec-hero .hero-banner-links .email-link{letter-spacing: .15em; font-size: .75rem; font-weight: 600; line-height: .9375rem; cursor: pointer; color: #262633; -webkit-text-orientation: mixed; text-orientation: mixed; -webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; transform: rotate(180deg); margin-top: 3rem; text-decoration: none;}
.sec-hero .hero-banner-main{flex: auto;position: relative;}
.sec-hero .hero-banner-main .hero-bg {background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; transition: transform 500ms ease-in-out; transform: unset; height: 100%;}
.sec-hero .hero-banner-main .hero-bg::after {content: ""; left: 0; right: 0; top: 0; bottom: 0; background: #000000; display: block; position: absolute; z-index: 1; opacity: 0.4;}
.sec-hero .hero-banner-main .window-img {display: block; overflow: hidden; position: absolute; right: 0; bottom: 0; z-index: 5; max-width: 34%;max-height: 94%;}
.sec-hero .hero-banner-main .window-img>span{position: relative;display: block;overflow: hidden;}
.sec-hero .hero-banner-main .window-img svg, .sec-hero .hero-banner-main .window-img img {display: table; vertical-align: middle; margin: 0 auto; width: 100%; height: 100%; object-fit: contain;}
.sec-hero svg .db-svg-elem-1 {stroke-dashoffset: 2664px;stroke-dasharray: 2664px;fill: transparent;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s;}
.sec-hero svg.active .db-svg-elem-1 {stroke-dashoffset: 5328px;fill: rgb(255, 255, 255);}
.sec-hero svg .db-svg-elem-2 {stroke-dashoffset: 2992.13232421875px;stroke-dasharray: 2992.13232421875px;fill: transparent;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s;}
.sec-hero svg.active .db-svg-elem-2 {stroke-dashoffset: 5984.2646484375px;fill: rgb(247, 3, 3);}
.sec-hero svg .db-svg-elem-3 {stroke-dashoffset: 896.3299560546875px;stroke-dasharray: 896.3299560546875px;fill: transparent;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;}
.sec-hero svg.active .db-svg-elem-3 {stroke-dashoffset: 1792.659912109375px;fill: rgb(255, 255, 255);}
.sec-hero svg .db-svg-elem-4 {stroke-dashoffset: 2992.13232421875px;stroke-dasharray: 2992.13232421875px;fill: transparent;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.1s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.1s;}
.sec-hero svg.active .db-svg-elem-4 {stroke-dashoffset: 5984.2646484375px;fill: rgba(247, 3, 3, 0);}
.sec-hero svg .db-svg-elem-5 {stroke-dashoffset: 612.447021484375px;stroke-dasharray: 612.447021484375px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2000000000000002s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2000000000000002s;}
.sec-hero svg.active .db-svg-elem-5 {stroke-dashoffset: 1224.89404296875px;}
.sec-hero svg .db-svg-elem-6 {stroke-dashoffset: 612.447021484375px;stroke-dasharray: 612.447021484375px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.3s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.3s;}
.sec-hero svg.active .db-svg-elem-6 {stroke-dashoffset: 1224.89404296875px;}
.sec-hero svg .db-svg-elem-7 {stroke-dashoffset: 759.6146850585938px;stroke-dasharray: 759.6146850585938px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.4000000000000001s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.4000000000000001s;}
.sec-hero svg.active .db-svg-elem-7 {stroke-dashoffset: 1519.2293701171875px;}
.sec-hero svg .db-svg-elem-8 {stroke-dashoffset: 761.54638671875px;stroke-dasharray: 761.54638671875px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;}
.sec-hero svg.active .db-svg-elem-8 {stroke-dashoffset: 1523.0927734375px;}
.sec-hero svg .db-svg-elem-9 {stroke-dashoffset: 831.2892558717068px;stroke-dasharray: 831.2892558717068px;fill: transparent;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.6s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.6s;}
.sec-hero svg.active .db-svg-elem-9 {stroke-dashoffset: 1662.5785117434136px;fill: rgba(255, 255, 255, 0);}
.sec-hero svg .db-svg-elem-10 {stroke-dashoffset: 818.7411551473917px;stroke-dasharray: 818.7411551473917px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.7000000000000002s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.7000000000000002s;}
.sec-hero svg.active .db-svg-elem-10 {stroke-dashoffset: 1637.4823102947835px;}
.sec-hero svg .db-svg-elem-11 {stroke-dashoffset: 144.523681640625px;stroke-dasharray: 144.523681640625px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.8s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.8s;}
.sec-hero svg.active .db-svg-elem-11 {stroke-dashoffset: 289.04736328125px;}
.sec-hero svg .db-svg-elem-12 {stroke-dashoffset: 140px;stroke-dasharray: 140px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.9000000000000001s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.9000000000000001s;}
.sec-hero svg.active .db-svg-elem-12 {stroke-dashoffset: 280px;}
.sec-hero svg .db-svg-elem-13 {stroke-dashoffset: 145.17820739746094px;stroke-dasharray: 145.17820739746094px;-webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,fill 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;}
.sec-hero svg.active .db-svg-elem-13 {stroke-dashoffset: 290.3564147949219px;}

.sec-hero .hero-caption {position: absolute; left: 0; right: 0; z-index: 10; padding: calc(130px + 2 * ((100vw - 320px) / 680)) calc(130px + 2 * ((100vw - 320px) / 680)) calc(130px + 2 * ((100vw - 320px) / 680)) calc(130px + 2 * ((100vw - 320px) / 680));}
.sec-hero.sec-hero-inner .hero-caption{position: relative;padding-bottom: 0;}
.sec-hero .caption-main{position: relative;}
.sec-hero .title-vertical {position: absolute;top: 18px;height: var(--textOuterWidth);left: -50px;display: flex;flex-direction: row;width: auto;}
.sec-hero .title-vertical>span{transform: rotate(-90deg) !important;display: block;position: relative;}
.sec-hero .hero-contents{position: relative;display: block;padding: calc(80px + 2 * ((100vw - 320px) / 680)) 0 calc(70px + 2 * ((100vw - 320px) / 680)) calc(80px + 2 * ((100vw - 320px) / 680));}
.sec-hero .hero-contents::after {content: "";left: 0;right: -100%;top: 0;bottom: 0;display: block;position: absolute;z-index: -1;background-color: #fcece5;}
.sec-hero .hero-contents p{line-height: 1.7;}

@media(max-width: 1199px){
	.sec-hero .hero-banner-links{width: auto;}
	.sec-hero .hero-contents{padding: calc(50px + 2 * ((100vw - 320px) / 680)) 0 calc(50px + 2 * ((100vw - 320px) / 680)) calc(50px + 2 * ((100vw - 320px) / 680));}
}
@media(max-width: 991px){
	.sec-hero{height: calc(100vh - 65px);}
	.single.single-events .sec-hero{height: calc(75vh - 65px);}
	.sec-hero .hero-caption{padding: calc(50px + 2 * ((100vw - 320px) / 680)) calc(50px + 2 * ((100vw - 320px) / 680)) calc(50px + 2 * ((100vw - 320px) / 680)) calc(50px + 2 * ((100vw - 320px) / 680));	}
	.sec-hero .hero-banner-main .hero-title-lg{font-size: calc(60px + 2 * ((100vw - 320px) / 680));}
	.sec-hero .hero-contents {padding: calc(38px + 2 * ((100vw - 320px) / 680)) 0 calc(38px + 2 * ((100vw - 320px) / 680)) calc(38px + 2 * ((100vw - 320px) / 680));}
	.sec-hero .hero-banner-main .window-img{max-width: 52%;}
}
@media(max-width: 575px){
	.sec-hero .hero-caption{padding: calc(28px + 2 * ((100vw - 320px) / 680)) calc(28px + 2 * ((100vw - 320px) / 680)) calc(28px + 2 * ((100vw - 320px) / 680)) calc(28px + 2 * ((100vw - 320px) / 680));	}
	.sec-hero .hero-banner-main .hero-title-lg{font-size: calc(44px + 2 * ((100vw - 320px) / 680));}
	.sec-hero .hero-banner-main .window-img {max-width: 70%;}
}

.hero-info{position: relative;display: block;}
.hero-info .hero-inner{position: relative;display: block;z-index: 5;}
.hero-info .hero-bg {background-repeat: no-repeat;background-attachment: scroll;background-position: center center;background-size: cover;z-index: 1;display: block;transition: transform 500ms ease-in-out;transform: unset;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.hero-info .hero-bg::after {content: "";left: 0;right: 0;top: 0;bottom: 0;background: #000000;display: block;position: absolute;z-index: 1;opacity: 0.4;}


.sec-intro{position: relative;display: block;overflow: hidden;}
.sec-intro .intro-content-row>[class*="col-"]{position: relative;z-index: 5;}
.sec-intro .intro-content-row .col-contents{z-index: 1;}
.sec-intro .intro-contents {position: relative;padding: 10rem 0 4rem 0;margin-top: -8rem;}
.sec-intro .bg-color {position: absolute;left: -100%;right: 0;top: 0;bottom: 0;z-index: -1;}
.sec-intro .tab-navs{position: relative;}
.sec-intro .tab-navs .nav-link {font-size: calc(12px + 2 * ((100vw - 320px) / 680)); color: #1F3E4A; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; position: relative; padding: .5rem 1.2rem;}
.sec-intro .tab-navs .nav-link::after {content: ""; background-image: linear-gradient(transparent calc(65% - 30px), #72b0b9 5px); background-size: 0; background-repeat: no-repeat; transition: 0.5s ease; height: 5px; width: auto; left: 1.2rem; right: 1.2rem; position: absolute; bottom: calc(12px + 2 * ((100vw - 320px) / 680)); z-index: -1;}
.sec-intro .tab-navs .nav-link.active:after, .sec-intro .tab-navs .nav-link:hover:after {background-size: 100%;}
.sec-intro .tab-contents{display: none;}
.sec-intro .tab-contents.active{display: block;}
.sec-intro .swiper-slide{background: transparent;}
.sec-intro .db-cat-box{position: relative;display: block;width: 100%;}
.sec-intro .db-cat-box .db-cat-bg {background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; padding: 50%; transition: transform 500ms ease-in-out; transform: unset;}
.sec-intro .db-cat-mask{position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6699054621848739) 26%, rgba(0,0,0,0.9444152661064426) 100%); padding: 1.20rem 1.20rem 1rem 1.20rem;}
.sec-intro .mask-grid {position: relative;padding-right: 100px;}
.sec-intro .mask-grid .grid-item:first-child{flex: auto;padding-right: 0;}
.sec-intro .mask-grid .grid-item:last-child{position: absolute;right: 0;bottom: 0;}
.sec-intro .db-cat-mask .explore-btn{color: #ffffff;padding: 0.4rem 0.6rem;}
.sec-intro .db-cat-mask .explore-btn:hover{color: #1f3e4a;}
.sec-intro .db-cat-mask .title-sm {font-size: calc(9px + 2 * ((100vw - 320px) / 680));margin-bottom: 8px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.sec-intro .db-cat-mask .title-lg {margin-bottom: 8px;max-height: calc(56px + 2 * ((100vw - 320px) / 680));overflow: hidden;}
.sec-intro .db-cat-mask .title-xs{font-size: calc(9px + 2 * ((100vw - 320px) / 680));margin-bottom: 0; max-height: calc(33px + 2 * ((100vw - 320px) / 680));overflow: hidden;}
@media(min-width: 1200px){
	.sec-intro .swiper-slide.swiper-slide-active, .sec-intro .swiper-slide.swiper-slide-prev, .sec-intro .swiper-slide{opacity: 0.5;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
	.sec-intro .swiper-slide-next + .swiper-slide, .sec-intro .swiper-slide.swiper-slide-next{filter: unset;-webkit-filter: unset;opacity: 1;}
	.sec-intro .swiper-slide{width: 25% !important;}
}
@media(max-width: 1199px){
	.sec-intro .swiper-slide{width: 50%;}
}
@media(max-width: 991px){
	.sec-intro .bg-color{right: -100%;}
}
@media(max-width: 575px){
	.sec-intro .swiper-slide{width: 100%;}
	.sec-intro .tab-navs .nav-link{padding: .5rem 0.7rem;}
	.sec-intro .db-cat-mask .title-lg{max-height: calc(38px + 2 * ((22vw - 320px) / 680));}
}

.sec-places{position: relative;display: block;}
.sec-places .swiper-slide{background-color: transparent;}
.sec-places .row-swiper{position: relative;height: 80vh;}
.sec-places .row-swiper .swiper-container {height: calc(84vh - 52px);}
.sec-places .col-thumb-sm{width: 150px;flex: inherit;padding-right: 0;}
.sec-places .plc-thumbs--sm .swiper-slide{height: 25%;}
.sec-places .col-thumb-lg{width: calc(100% - 150px);}
.sec-places .col-thumb-lg .swiper-slide{margin-bottom: 12px;}
.sec-places .thumb-box{position: relative;display: block;width: 100%;height: 100%;}
.sec-places .thumb-img{background-repeat: no-repeat;background-attachment: scroll;background-position: center center;background-size: cover;z-index: 1;display: block;position: relative;padding: 0;height: 100%;}
.sec-places .plc-thumbs--lg .row-contents{height: 100%;}
.sec-places .thumb-img-lg {background-repeat: no-repeat;background-attachment: scroll;background-position: center center;background-size: cover;z-index: 1;display: block;position: relative;padding: 34%;width: 100%;    height: 100%;}
.sec-places .plc-thumbs--lg .hr-sm {width: 60px;background-color: #72b0b9;opacity: 1;height: 2px;}
.sec-places .plc-thumbs--sm{position: relative;}
/*.sec-places .plc-thumbs--sm .swiper-slide:not(.swiper-slide-active) {-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: 0.2;}*/
.sec-places .plc-thumbs--sm .swiper-slide-thumb-active .thumb-box::after {content: "";left: 0;right: 0;top: 0;bottom: 0;position: absolute;border: 3px solid #72b0b9;z-index: 2;}
.sec-places .plc-thumbs--sm .swiper-nav-prev, .sec-places .plc-thumbs--sm .swiper-nav-next{display: none;}
.sec-places .plc-thumbs--lg .swiper-nav-prev, .sec-places .plc-thumbs--lg .swiper-nav-next{display: none;}
@media(min-width: 1600px){
	.sec-places .row-swiper{position: relative;height: 70vh;}
	.sec-places .row-swiper .swiper-container {height: calc(70vh - 52px);}
}
@media(min-width: 1200px){
	.sec-places .row-swiper{margin-top: 26px;}
	.sec-places .swiper-nav-prev{left: 44px;top: 0;bottom: unset;transform: rotate(90deg);}
	.sec-places .swiper-nav-next{left: 44px;bottom: -25px;top: unset;transform: rotate(-270deg);}
	.sec-places .plc-thumbs--sm .swiper-nav-prev, .sec-places .plc-thumbs--sm .swiper-nav-next{display: flex;}
}
@media(max-width: 1199px){
	.sec-places .col-thumb-sm{display: none;}
	.sec-places .row-swiper{height: auto;}
	.sec-places .row-swiper .swiper-container{height: auto;}
	.sec-places .col-thumb-lg .swiper-slide{margin-bottom: 0;}
	.sec-places .swiper-nav-prev, .sec-places .swiper-nav-prev{top: calc(50% - 20px);}
	.sec-places .col-thumb-lg{width: 100%;}
	.sec-places .plc-thumbs--lg .swiper-nav-prev, .sec-places .plc-thumbs--lg .swiper-nav-next{display: flex;top: 34%;}
	.sec-places .plc-thumbs--lg .content-group{margin-top: 20px;}
}
@media(max-width: 640px){
	.sec-places .plc-thumbs--lg .swiper-nav-prev, .sec-places .plc-thumbs--lg .swiper-nav-next{display: flex;top: 32vw;}
}


.sec-geo{position: relative;display: block;overflow: hidden;}
.sec-geo .geo-container{margin-right: -74px;position: relative;}
.sec-geo .row-contents{position: relative;z-index: 5;}
.sec-geo .bg {position: absolute;left: 16%;right: 0;top: 5rem;bottom: 0;}
.sec-geo .geo-map{margin-top: 5rem;padding-left: 2rem;}
.sec-geo .geo-map>span{display: block;position: relative;}
.sec-geo .geo-map img{width: auto;height: 100%;}
@media(max-width: 1199px){
	.sec-geo .geo-container{margin-right: -40px;}
}
@media (max-width: 991px){
	.sec-geo .geo-container{margin-right: -20px;}
	.sec-geo .geo-map{padding-left: 0;margin-top: 0;}
	.sec-geo .geo-map img{width: 100%;height: auto;}
}

.sec-custom-posts{position: relative;display: block;}
.sec-custom-posts .cp-title-box {padding: 3rem;padding-right: 74px;height: calc(100% + 80px);display: flex;align-items: center;margin-top: -80px;}
.sec-custom-posts .title-group{position: relative;z-index: 5;}
.sec-custom-posts .cp-post-box{position: relative;display: block;height: 100%;}
.sec-custom-posts .cp-post-box>.row{align-items: flex-end;}
.sec-custom-posts .cp-post-box>.row>div[class*="col-"]:first-child {display: flex;align-items: flex-end;}
.sec-custom-posts .cp-post-box .title-group {position: relative;display: block;padding: 2rem;}
.sec-custom-posts .cp-post-box .title-group .title-lg{max-height: calc(80px + 2 * ((100vw - 320px) / 680));overflow: hidden;}
.sec-custom-posts .cp-post-box .title-group .title-sm{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.sec-custom-posts .post-img{background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; padding: 40%; transition: transform 500ms ease-in-out; transform: unset;height: 100%;}
.sec-custom-posts .cp-post-box .cp-link {color: #1F3E4A;font-size: 14px;text-decoration: none;outline: 0;margin-top: 26px;position: relative;display: inline-block;vertical-align: middle;}
.sec-custom-posts .cp-post-box .cp-link [class*="fa-"] {margin-top: 0;margin-left: 6px;}
.sec-custom-posts .cp-post-box .cp-link::after {content: "";background-image: linear-gradient(transparent calc(65% - 30px), #72b0b9 5px);background-size: 0;background-repeat: no-repeat;transition: 0.5s ease;height: 5px;width: auto;left: 0;right: 0;position: absolute;bottom: calc(0px + 2 * ((100vw - 320px) / 680));z-index: -1;}
.sec-custom-posts .cp-post-box .cp-link:hover:after {background-size: 100%;}
.sec-custom-posts .cp-post-box .cp-arrow-left:after {content: "";width: 0;height: 0;border-top: 44px solid transparent;border-bottom: 44px solid transparent;border-left: 28px solid #fcece5;position: absolute;left: 0;top: 35%;}
.sec-custom-posts .cp-post-box .cp-arrow-right:after {content: ""; width: 0; height: 0; border-top: 44px solid transparent; border-bottom: 44px solid transparent; border-right: 28px solid #fcece5; position: absolute; right: 0; top: 35%;}
@media(max-width: 1199px){
	.sec-custom-posts .cp-title-box{padding: 3rem;height: 100%;margin-top: 0;}
	.sec-custom-posts .cp-post-box>.row{align-items: unset;height: 100%;}
	.sec-custom-posts .cp-post-box>.row.flex-row-reverse{flex-direction: unset !important;}
	.sec-custom-posts .cp-post-box .cp-arrow-left:after{content: none;}
}
@media(max-width: 575px){
	
	.sec-custom-posts .cp-post-box>.row.flex-row-reverse, .sec-custom-posts .cp-post-box>.row{flex-direction: column-reverse !important;}
}

.sec-insta{position: relative;display: block;overflow: hidden;}
.sec-insta .insta-swiper {display: flex;align-items: center;}
.sec-insta .title-group{position: relative;display: block;z-index: 10;}
.sec-insta .title-group:after {content: ""; width: 0; height: 0; border-left: 84px solid transparent; border-right: 84px solid transparent; border-top: 50px solid #fff; top: 100%; position: absolute; left: 0; right: 0; margin: 0 auto;}
.sec-insta .insta-box{position: relative;display: block;width: 100%;}
.sec-insta .insta-box::after {content: " "; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 5; background: #ffffff30; opacity: 0;}
.sec-insta .insta-box:hover::after{opacity: 1;}
.sec-insta .insta-bg{background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; padding: 50%; transition: transform 500ms ease-in-out; transform: unset;width: 100%;}
.sec-insta [class*="swiper-nav-"] {top: unset;bottom: unset;}

.sec-db-map{position: relative;display: block;overflow: hidden;}
.sec-db-map .geo-map>span{display: block;position: relative;height: calc(478px + 2 * ((100vw - 320px) / 680))}
.sec-db-map .geo-map img{height: 100%;width: 100%;}
.sec-db-map{padding-left: calc(202px + 2 * ((100vw - 320px) / 680));padding-right: calc(130px + 2 * ((100vw - 320px) / 680));}
@media(min-width: 1200px){
	.sec-db-map .geo-map-col {width: calc(50% + 1.5rem);}
}
@media(max-width: 1199px){
	.sec-db-map{padding-right: 0;padding-left: calc(194px + 2 * ((100vw - 320px) / 680));padding-right: calc(130px + 2 * ((100vw - 320px) / 680));}
	.sec-db-map .geo-map {padding: 34% 0;position: relative;}
	.sec-db-map .geo-map>span{position: absolute;left: 0;right: -100%;top: 0;bottom: 0;height:auto;}
}
@media(max-width: 991px){
	.sec-db-map{padding-left: 7.2rem;padding-right: calc(50px + 2 * ((100vw - 320px) / 680));}
}
@media(max-width: 575px){
	.sec-db-map{padding-left: 5.9rem;padding-right: calc(28px + 2 * ((100vw - 320px) / 680));}
}


.sec-explore{position: relative;display: block;}
.sec-explore .sec-heading-row{position: relative;display: block;}
.sec-explore .bg-color {position: absolute;left: 0;right: 0;bottom: 0;top: 36%;z-index: -1;}
.sec-explore .bg-image{background-repeat: no-repeat;background-attachment: scroll;background-position: center center;background-size: cover;z-index: 1;display: block;position: relative;padding: 22% 0;background-attachment: fixed;}
.sec-explore .quote-text {position: relative;display: block;padding-left: 4rem;}
.sec-explore .quote-text:before {content: "";left: 0;top: 0;bottom: 0;width: 4px;background: #1F3E4A;position: absolute;}
@media(max-width: 767px){
	.sec-explore .quote-text{padding-left: 2rem;}
.page-template-content .sec-db-map-inner {display: none;}
.sec-explore .bg-image{background-attachment: initial;}
footer .mb_sec_2 {width: 50%;}
}

.sec-discover{position: relative;display: block;overflow: hidden;}
.sec-discover .discover-contents-row{position: relative;}
.sec-discover .img-box{position: relative;display: block;margin-top: calc(var(--bs-gutter-x));height: calc(100% - 1.5rem);}
.sec-discover .img-box>span{background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; transition: transform 500ms ease-in-out; transform: unset; height: 100%; padding: 30% 0;}
.sec-discover .bg-color {position: absolute;left: 0;right: 0;bottom: 0;top: 8rem;z-index: -1;max-width: 60%;}
@media(max-width: 991px){
	.sec-discover{padding-left: 20px;padding-right: 20px;}
	.sec-discover .bg-color{max-width: 100%;}
	.sec-discover .db-container.db--both{padding: 0;}
	.sec-discover .bg-color{display: none;}
}

.sec-features{position: relative;display: block;overflow: hidden;}
.sec-features .db-container-inner{position: relative;}
.sec-features .feature-box{position: relative;display: block;}
.sec-features .fe-count {position: relative;width: 50px;height: 50px;background: transparent;border: 2px solid #4F7C3E;border-radius: 2000px;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #4F7C3E;margin-bottom: 20px;}
.sec-features .bg-color {position: absolute;left: 0;right: -100%;bottom: 0;top: 4rem;z-index: -1;}
@media(min-width: 992px){
	.sec-features .feature-box{padding-right: 30px;}
}
@media(max-width: 991px){
	.sec-features .bg-color{left: -100%;}
}


	.sbi-box.sbi-tab-box.mb{display: none}

.info-wrapper{position: relative;display: block;margin-top: -60px;z-index: 5;}
.info-wrapper .row-tab-navs {}
.info-wrapper .tab-nav--grid{display: flex;align-items: center;position: relative;flex-direction: row;white-space: nowrap;overflow-x: auto;justify-content: center;}
.info-wrapper .tab-nav--grid .tab-nav--item {position: relative;padding-top: 24px;padding-bottom: 10px;}
.info-wrapper .tab-nav--grid .tab-nav--link {background-color: #FCECE5;padding: 32px 18px 16px 18px;min-width: 160px;text-align: center;outline: 0;text-decoration: none;max-width: 200px;cursor: pointer;}
.info-wrapper .tab-nav--item:not(:last-child) .tab-nav--link {border-right: 1px solid rgba(0,0,0,0.1);}
.info-wrapper .tab-nav--grid .title-sm {display: block;position: relative;font-weight: 500;color: #4c4c4c;font-size: 16px;}
.info-wrapper .tab-nav--grid .link-icon {width: 50px;height: 50px;background-color: #1F3E4A;border-radius: 2000px;display: flex;align-items: center;justify-content: center;overflow: hidden;margin: 0 auto;position: absolute;left: 0;right: 0;top: 0;border: 2px solid #ffffff;color: #ffffff;}
.info-wrapper .tab-nav--grid .link-icon>span {display: block;overflow: hidden;height: 22px;position: relative;margin-top: 4px;}
.info-wrapper .tab-nav--grid .link-icon img {display: table;vertical-align: middle;margin: 0 auto;width: 100%;height: 100%;object-fit: contain;}
.info-wrapper .tab-nav--grid .tab-nav--link.active, .info-wrapper .tab-nav--grid .tab-nav--link:hover {background-color: #72B0B9;border-right-color: #72B0B9;}
.info-wrapper .tab-nav--grid .tab-nav--link.active .title-sm, .info-wrapper .tab-nav--grid .tab-nav--link:hover .title-sm{color: #ffffff;}
.info-wrapper .tab-nav--grid .tab-nav--link.active .link-icon, .info-wrapper .tab-nav--grid .tab-nav--link:hover .link-icon{background-color: #72B0B9;color: #ffffff;}
.info-wrapper .tab-nav--grid .tab-nav--link.active::after, .info-wrapper .tab-nav--grid .tab-nav--link:hover::after {content: "";width: 0;height: 0;border-left: 18px solid transparent;border-right: 18px solid transparent;border-top: 12px solid #72B0B9;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;}

.info-wrapper .tab-contents{display: none;overflow: hidden;}
.info-wrapper .tab-contents.active{display: block;}
.info-wrapper .form-horizontal{padding-right: 2rem;}
.info-wrapper .form-group {border: 2px solid #1F3E4A;background: #ffffff;height: 68px;position: relative;display: block;padding-left: 150px;}
.info-wrapper .form-horizontal .form-group:not(:last-child){margin-bottom: 14px;}
.info-wrapper .form-group label {width: 150px; position: absolute; top: 0; bottom: 0; left: 0; background: #FCECE5; padding: 20px; outline: 0; border: 0 none; font-weight: 500;}
.info-wrapper .form-group .form-control-custom {border: 0; outline: 0; position: relative; height: 100%; padding: 10px 20px; color: #1f3e4a; outline: 0; border: 0 none; font-weight: 500; width: 100%;}
.info-wrapper .cta-info{position: relative;display: block;padding: 2.8rem 3.5rem;height: 100%;}
.info-wrapper .cta-info::after {content: ""; left: 0; right: -100%; top: 0; bottom: 0; position: absolute; z-index: -1; background: #fcece5;}
.info-wrapper .cta-info ul span, .info-wrapper .cta-info ul a {display: block; outline: 0; border: 0; color: #4F7C3E; font-size: calc(20px + 2 * ((100vw - 320px) / 680)); text-decoration: none; position: relative; padding-left: 44px; word-break: break-all;}
.info-wrapper .cta-info ul span:before, .info-wrapper .cta-info ul a:before {content: attr(data-fa-icon); font-family: "Font Awesome 5 Pro"; font-weight: 300; width: 32px; height: 32px; left: 0; position: absolute; display: flex; align-items: center; justify-content: center;}
.info-wrapper .info-box ul>li:not(:last-child){margin-bottom: 8px;}


.accordion {display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;}
.accordion-button:not(.collapsed) {background-color: #FFFFFF;color: #1B1C1A;box-shadow: none !important;}
.accordion-button:focus{border-color: #000000;box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 20%);}
.accordion-item {border-color: #000000;/*background-color: #f9ac9f;*/}
.accordion-button {background-color: #FFFFFF;font-size: calc(14px + 2 * ((100vw - 320px) / 680));color: #000000;font-weight: 600;padding-right: 70px;line-height: normal;/*min-height: 88px;*/display: flex;align-items: center;/*max-height: 88px;*/position: relative;}
.accordion-button::before {content: "";width: 4px;position: absolute;top: 0;bottom: 0;left: 0;background: #72b0b9;}
.accordion-item .accordion-collapse:not(.collapsed) {background-color: #FFFFFF;color: #1B1C1A;border-top: 1px solid #0000001f;}
.accordion-button:not(.collapsed)::after {content: "\f068";background-image: none;}
.accordion-button::after {content: "\f067";font-family: "Font Awesome 5 Pro";font-weight: 300;background-image: none;width: auto;height: auto;font-size: 28px;position: absolute;right: 1.25rem;}
.accordion .accordion-item{border: 1px solid rgba(0,0,0,.125);border-radius: 4px;overflow: hidden;width: 100%;}
.accordion .accordion-item:not(:last-child){margin-bottom: 14px;}
.accordion-body {color: #6b6b6b;font-size: 16px;position: relative;margin-top: -2px;}
.accordion-body::before {content: "";width: 4px;position: absolute;top: 0;bottom: 0;left: 0;background: #fcece5;}
.accordion-button .accordion-header-title{display: block;position: relative;padding-left: 38px;cursor: pointer;font-family: 'Raleway', sans-serif;color: #1f3e4a;}
.accordion-button .accordion-header-title::before {content: "Q.";margin-right: 6px;color: #72b0b9;position: absolute;left: 0px;top: -5px;font-weight: 800;font-family: 'Nanum Myeongjo', serif;font-size: calc(22px + 2 * ((100vw - 320px) / 680));}
.accordion-body>p{position: relative;display: block;padding-left: 38px;color: #595959;}
.accordion-body>p::before {content: "A.";font-size: calc(22px + 2 * ((100vw - 320px) / 680));margin-right: 6px;position: absolute;left: 0;top: -3px;font-weight: 800;font-family: 'Nanum Myeongjo', serif;}
@media(max-width: 991px){
	.info-wrapper .form-horizontal{padding-right: 0;margin-bottom: 20px;}
}
@media(max-width: 640px){
	.info-wrapper .tab-nav--grid{justify-content: unset;}
}

.sec-event-info{position: relative;display: block;margin-top: -16rem;margin-left: 74px;margin-right: 74px;z-index: 2;}
.sec-event-info .event-info-wrapper{}
.sec-event-info .event-box {position: relative;display: block;padding: 2.4rem 2.4rem 2.4rem 2.4rem;background-color: #ffffff;border: 1px solid #E3E3E3;box-shadow: 0px 12px 26px rgb(0 0 0 / 7%);}
.sec-event-info .event-box .badge {padding: 10px 14px 10px 14px;border-radius: 0;}
.sec-event-info .event-box ul span, .sec-event-info .event-box ul a {display: block; outline: 0; border: 0; color: #1f3e4a; font-size: calc(20px + 2 * ((100vw - 320px) / 680)); text-decoration: none; position: relative; padding-left: 44px; word-break: break-word;}
.sec-event-info .event-box ul span:before, .sec-event-info .event-box ul a:before {content: attr(data-fa-icon); font-family: "Font Awesome 5 Pro"; font-weight: 300; width: 32px; height: 32px; left: 0;top: 4px;position: absolute; display: flex; align-items: center; justify-content: center;}
.sec-event-info .event-box ul a{text-decoration: underline;}
.sec-event-info .event-box ul a:hover{color: #72b0b9;}
.sec-event-info .event-box ul>li:not(:last-child){margin-bottom: 14px;}
.about-event{position: relative;display: block;}
.event-map{position: relative;display: block;}
.event-map>span{position: relative;display: block;height: 64vh;}
@media(min-width: 1199px){
	.sec-event-info .col-db-lg, .sec-event-info .col-db-sm{padding: 0 2.2rem;}
}
@media(max-width: 1199px){
	.sec-event-info{margin-right: 20px;}
	.sec-event-info .info-boxes-wrapper>div[class*="col-"]{margin-bottom: 20px;}
}
@media(max-width: 767px){
	.sec-event-info{margin: 0 20px;}
}


.sec-business-info{position: relative;display: block;overflow: hidden;}
/*.sec-business-info.sec-business-info-a{overflow: hidden;}*/
.sec-business-info.sec-business-info-a::after{content: "";left: 0;right: 0;top: 0;bottom: 0;position: absolute;background: #fcece5;z-index: -1;}
.sec-business-info .db-container{position: relative;}
/*.sec-business-info .db-container::after {content: ""; left: 0; right: 0; bottom: 0; position: absolute; background: white; display: block; top: 30vw;}*/
.sec-business-info-a .row.header-row div[class*="col-"]{position: relative;}
.sec-business-info .sbf-bg-box-a {display: block;position: relative;margin-right: -74px;padding: 34% 0;}
.sec-business-info .sbf-bg-a{background-repeat: no-repeat;background-attachment: scroll;background-position: center center;background-size: cover;z-index: 1;display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.sec-business-info-a .sbf-box{position: relative;display: block;}
/*.sec-business-info-a .sbf-box::before {content: "";left: -100%;right: -200%;top: -200%;bottom: 0;position: absolute;background: #fcece5;z-index: -1;}*/
.sec-business-info .sbi-tab-box {position: relative;z-index: 0;height: 100%;display: flex;align-items: flex-end;}
.sec-business-info .sbi-tab-box::after{content: "";left: -100%;right: -200%;top: 0;bottom: 0;position: absolute;background: #ffffff;z-index: -1;}
.sec-business-info .tab-navs{position: relative;margin-bottom: 32px;z-index: 5;}
.sec-business-info .tab-navs .nav-link {font-size: calc(12px + 2 * ((100vw - 320px) / 680)); color: #1F3E4A; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; position: relative; padding: .5rem 1.2rem;}
.sec-business-info .tab-navs .nav-link::after {content: ""; background-image: linear-gradient(transparent calc(65% - 30px), #72b0b9 5px); background-size: 0; background-repeat: no-repeat; transition: 0.5s ease; height: 5px; width: auto; left: 1.2rem; right: 1.2rem; position: absolute; bottom: calc(12px + 2 * ((100vw - 320px) / 680)); z-index: -1;}
.sec-business-info .tab-navs .nav-link.active:after, .sec-business-info .tab-navs .nav-link:hover:after {background-size: 100%;}
.sec-b-tabs.tab-contents{display: none;}
.sec-b-tabs.tab-contents.active{display: block;}
.sec-business-info .image-box{position: relative;display: block;height: 100%;}
.sec-business-info .image-box>span{background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; left: 0; right: 0; top: 0; bottom: 0; padding: 34%;height: 100%;}
.sec-business-info .image-box.image-lg{margin-bottom: calc(var(--bs-gutter-x));height: calc(100% - var(--bs-gutter-x))}
.sec-business-info .sbi-content-main {position: relative;display: block;padding: 5rem;margin-left: 0;padding-right: 0;padding-bottom: 0;}
.sec-business-info .amenities-list {display: flex;flex-direction: row;flex-wrap: wrap;position: relative;gap: calc(var(--bs-gutter-x));margin-top: calc(var(--bs-gutter-x));border-bottom: 1px solid #F2F2F2;padding-bottom: 24px;margin-bottom: 24px;}
.sec-business-info .amenities-list .am-item{text-align: center;position: relative;}
.sec-business-info .amenities-list .am-box{display: block;position: relative;text-align: center;}
.sec-business-info .amenities-list [class*="fa-"]{display: block;text-align: center;font-size: 24px;margin: 0 auto 5px auto;}
.sec-business-info .amenities-list span.am-title{display: block;position: relative;text-align: center;}
.sec-business-info .box-actions{position: relative;display: flex;align-items: center;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}
.sec-business-info .box-actions .ba-item {position: relative;display: flex;align-items: center;gap: 8px;}
.sec-relevant-posts{position: relative;display: block;}
.sec-relevant-posts .row.row-content-inner>div[class*="col-"]{margin-bottom: calc(var(--bs-gutter-x));}
.sec-relevant-posts .sec-rp-box{position: relative;display: block;}
.sec-relevant-posts .sec-rp-bg {background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; padding: 50%; transition: transform 500ms ease-in-out; transform: unset; height: 100%;}
.sec-relevant-posts .sec-rp-content {display: block;position: relative;padding: 2rem;}
.sec-relevant-posts .sec-rp-content .sec-rp-link {color: #1F3E4A;font-size: 14px;text-decoration: none;outline: 0;margin-top: 26px;position: relative;display: inline-block;vertical-align: middle;}
.sec-relevant-posts .sec-rp-content .sec-rp-link [class*="fa-"] {margin-top: 0;margin-left: 6px;}
.sec-relevant-posts .sec-rp-content p{font-size: calc(12px + 2 * ((100vw - 320px) / 680));}
.sec-relevant-posts .sec-rp-box-l2{position: relative;display: block;width: 100%;height: calc(100% - var(--bs-gutter-x));}
.sec-relevant-posts .sec-rp-box-l2 .sec-rp-bg-l2 {background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; z-index: 1; display: block; position: relative; padding: 42%; transition: transform 500ms ease-in-out; transform: unset; height: 100%;}
.sec-relevant-posts .sec-rp-box-l2 .sec-rp-mask{position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6699054621848739) 26%, rgba(0,0,0,0.9444152661064426) 100%); padding: 1.20rem 1.20rem 1rem 1.20rem;}
.sec-relevant-posts .sec-rp-box-l2 .mask-grid {position: relative;padding-right: 100px;display: flex;align-items: center;}
.sec-relevant-posts .sec-rp-box-l2 .mask-grid .grid-item:first-child{flex: auto;padding-right: 0;}
.sec-relevant-posts .sec-rp-box-l2 .mask-grid .grid-item:last-child{position: absolute;right: 0;}
.sec-relevant-posts .sec-rp-box-l2 .sec-rp-mask .explore-btn{color: #ffffff;padding: 0.4rem 0.6rem;}
.sec-relevant-posts .sec-rp-box-l2 .sec-rp-mask .explore-btn:hover{color: #1f3e4a;}
.sec-relevant-posts .sec-rp-box-l2 .sec-rp-mask .title-lg {margin-bottom: 0;max-height: calc(56px + 2 * ((100vw - 320px) / 680));overflow: hidden;}
@media(min-width: 1199px){
	.sec-business-info.sec-business-info-b .row.content-row{margin: 0;}
	.sec-business-info.sec-business-info-b .row.content-row>div[class*="col-"]{padding: 0;}
	.sec-business-info .row.row-images {margin-left: calc(-74px + calc(var(--bs-gutter-x)/ -2));height: 100%;}
	.sec-business-info .row.row-images>div[class*="col-"]{/*padding-right: 3px;*/}
}
@media(max-width: 1199px){
	.sec-business-info .sbf-bg-box-a{margin-right: -40px;margin-left: -40px;}
	.sec-business-info-a .sbf-box{margin-top: 50px;margin-bottom: 50px;}
	.sec-business-info .sbi-tab-box{justify-content: center;}
	.sec-business-info .tab-navs{margin: 22px 0;}
	.sec-business-info .sbi-content-main{padding-top: 3rem;padding-left: 0;}
	.sec-business-info .image-box.image-lg{margin-bottom: calc(var(--bs-gutter-x));height: calc(100% - var(--bs-gutter-x));}
	.sbi-box.sbi-tab-box.dk{display: none}
	.sbi-box.sbi-tab-box.mb{display: flex;}
}
@media (max-width: 991px){
	.sec-business-info .sbf-bg-box-a{margin-right: -20px;margin-left: -20px;}
}
@media (max-width: 540px){
	.sec-business-info .image-box.image-sm{margin-bottom: calc(var(--bs-gutter-x));height: calc(100% - var(--bs-gutter-x));}
	.sec-business-info .sbi-content-main{padding-top: 1.2rem;}
	.sec-business-info .box-actions {display: flex;flex-direction: column;gap: 16px;}
}

.pstindx-list{position: relative;display: block;}
.pstindx-list .pstindx-actions{display: flex;align-items: center;gap:8px;}
.pstindx-list .pstindx-bg{background-repeat: no-repeat;background-attachment: scroll;background-position: center center;background-size: cover;z-index: 1;display: block;position: relative;padding: 42%;transition: transform 500ms ease-in-out;transform: unset;height: 100%;margin-bottom: 20px;}
.pstindx-list .pstindx-bg{margin-left: -74px;margin-right: 2rem;}
.pstindx-list .pstindx-row.flex-row-reverse .pstindx-bg{margin-left: 2rem;margin-right: -74px;}
@media(max-width: 1199px){
	.pstindx-list .pstindx-bg{margin-left: -40px;margin-right: 0rem;}
	.pstindx-list .pstindx-row.flex-row-reverse .pstindx-bg{margin-left: 0rem;margin-right: -40px;}
}
@media(max-width: 991px){
	.pstindx-list .pstindx-bg{margin-left: 0;margin-right: 0rem;}
	.pstindx-list .pstindx-row.flex-row-reverse .pstindx-bg{margin-left: 0rem;margin-right: 0;}
	.pstindx-list .pstindx-bg{height: auto;}
}


.db-footer{position: relative;display: block;}
.db-footer .db-logo{display: table;position: relative;overflow: hidden;height: auto;}
.db-footer .db-logo a{display: block;position: relative;overflow: hidden;height: 160px;}
.db-footer .db-logo img{display: table;vertical-align: middle;margin: 0 auto;width: auto;height: 100%;object-fit: contain;}
.db-footer .footer-widget{position: relative;display: block;}
.db-footer .title-sm{display: block;position: relative;font-size: calc(12px + 2 * ((100vw - 320px) / 680));}
.db-footer .title-sm>span{position: relative;}
.db-footer .title-sm>span::after {content: "";position: absolute;left: 0;right: 0;bottom: -3px;height: 3px;background: #fcece5;}
.db-footer .main-navs .nav-link {padding-left: 0;padding-right: 0;border: 0;outline: 0;color: #ffffff;display: inline-block;position: relative;font-size: calc(11px + 2 * ((100vw - 320px) / 680));}
.db-footer .main-navs .nav-link>span{position: relative;z-index: 2;}
.db-footer .main-navs .nav-link::after {content: ""; background-image: linear-gradient(transparent calc(65% - 30px), #72b0b9 5px); background-size: 0; background-repeat: no-repeat; transition: 0.5s ease; height: 3px; width: auto; left: 0; right: 0; position: absolute; bottom: calc(11px + 2 * ((100vw - 320px) / 680)); z-index: 1;}
.db-footer .main-navs .nav-link:hover::after {background-size: 100%;}
.db-footer hr{height: 2px;opacity: 1;}
.db-footer .social-navs{justify-content: flex-end;}
.db-footer .social-navs .nav-item:last-child .nav-link{margin-right: 0;}
.db-footer .social-navs .nav-link {padding: 5px 0 0 0;margin: 0 10px;width: 42px;height: 50px;border: 2px solid #FCECE5;margin-bottom: -2px;display: flex;align-items: center;justify-content: center;color: #FCECE5;font-size: calc(16px + 2 * ((100vw - 320px) / 680));border-radius: 30px 30px 0px 0px;}
.db-footer .social-navs .nav-link:hover{background-color: #FCECE5;color: #1f3e4a;}
.db-footer .bottom-links{display: flex;align-items: center;}
.db-footer .bottom-links a {display: inline-block;vertical-align: middle;color: #ffffff;text-decoration: none;outline: 0;border: 0;font-size: .875em;}
.db-footer .bottom-links a {display: inline-block;vertical-align: middle;color: #ffffff;text-decoration: none;outline: 0;border: 0;position: relative;}
.db-footer .bottom-links a:not(:last-child)::after{content: "|";margin: 0 6px;}
.db-footer .db-address{font-size: calc(11px + 2 * ((100vw - 320px) / 680));}
@media(min-width: 768px){
	.db-footer .row-about-website{justify-content: space-between;}
	.db-footer .row-about-website>div[class*="col-"]{width: unset;flex: unset;}
}
@media(max-width: 767px){
	.db-footer .social-navs{justify-content: center;}
}