@import url(core.css);
html,
body {
    letter-spacing: 1px;
}

.editor-area p {
    font-size: 16px;
    margin-bottom: 5px;
}

.editor-area p:last-child {
    margin-bottom: 10px;
}

.editor-area ul li,
.editor-area ol li {
    font-size: 15px;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.92;
}

.pop-search-box .searchform .search-input {
    border: 0 !important;
    padding: 14px;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    color: rgb(255, 255, 255);
}

.pop-search-box .searchform .search-input::-webkit-input-placeholder {
    color: rgb(255, 255, 255) !important;
}

.pop-search-box .searchform .search-input::-moz-placeholder {
    color: rgb(255, 255, 255) !important;
}

.pop-search-box .searchform .search-input:-ms-input-placeholder {
    color: rgb(255, 255, 255) !important;
}

.pop-search-box .searchform .search-input::-ms-input-placeholder {
    color: rgb(255, 255, 255) !important;
}

.pop-search-box .searchform .search-input::placeholder {
    color: rgb(255, 255, 255) !important;
}

.pop-search-box .search-result-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: unset;
    transform: unset;
    outline: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 0;
    border-radius: 0;
    line-height: 1;
    padding: 0;
    width: 52px;
    height: 100%;
    font-size: 15px;
    background: transparent;
    border: 0;
    color: rgb(255, 255, 255);
    letter-spacing: 0;
    font-size: 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.pop-search-box .search-result-btn i {
    margin-right: 0px;
    letter-spacing: normal;
    font-weight: bold;
}

.pop-search-box.on .input-group .search-result-btn {
    background-color: #4E163B;
}

.pop-search-box.on .searchform .search-input {
    background-color: rgb(255, 255, 255);
    color: #000;
}

.pop-search-box.over .input-group .search-result-btn {
    background-color: #4E163B;
}

.pop-search-box.over .searchform .search-input {
    background-color: rgb(255, 255, 255);
    color: #000;
}

.header-with-topbar .top-header-area {
    background-color: #4E163B;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.header-with-topbar .navbar-top,
.header-with-topbar .navbar-fixed-top {
    top: 31px;
    background-color: #4E163B;
}

.top-language {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding-right: 15px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-style-1 .dropdown-menu {
    min-width: 122px;
    left: -15px !important;
    right: auto;
    padding: 0;
    margin-top: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.dropdown-style-1 .dropdown-menu li a {
    background-color: #4E163B;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
    font-size: 12px;
    padding: 6px 15px;
}

.dropdown-style-1 .btn:hover,
.custom-dropdown .btn:focus {
    color: #C8707C;
}

.dropdown-style-1 .dropdown-menu li a:hover {
    color: rgb(255, 255, 255);
    background-color: #D0819F;
}

.top-language .btn-group.dropdown-style-1 .btn {
    padding: 6px 0;
    line-height: normal;
}

.top-icon-target svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.flex-list-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-list-style li {
    list-style: none;
    display: inline-block;
}

.top-menu-list {
    margin-left: -10px;
    margin-right: -10px;
}

.top-menu-list li {
    line-height: normal;
}

.top-menu-list li a {
    color: rgb(255, 255, 255);
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.top-menu-list {
    padding-right: 15px;
}

.top-social-icon {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-icon-list {
    margin-left: -5px;
    margin-right: -5px;
}

.top-icon-list li a {
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.top-icon-list li {
    line-height: normal;
}

.si-target svg {
    fill: rgb(255, 255, 255);
}

.si-target.facebook svg {
    width: 8px;
}

.si-target.line svg {
    width: 16px;
}

.si-target.twitter svg {
    width: 16px;
}

.si-target.instagram svg {
    width: 16px;
}

.si-target.youtube svg {
    width: 16px;
}

.si-target.linkedin svg {
    width: 15px;
}

header a.logo img {
    max-height: unset;
    height: 40px;
}

nav.navbar.navbar-default ul.nav>li>a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}

.header-searchbar {
    border: 0;
    padding: 0;
}

header nav.nav-box-width {
    padding: 0;
}

.search-popup-btn {
    border: 0;
    color: rgb(255, 255, 255);
    font-size: 20px;
    border-radius: 0;
}

.search-popup-btn:hover,
.search-popup-btn:active {
    background-color: transparent;
    color: #C8707C;
}

.search-popup-btn:focus {
    color: rgb(255, 255, 255);
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li>a {
    color: rgb(255, 255, 255);
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.dropdown.on>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.dropdown.on>a,
header nav.navbar .navbar-nav>li.dropdown.on>a,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
    background-color: #C8707C !important;
    color: rgb(255, 255, 255);
}

header.header-appear nav.bootsnav.header-light-transparent .navbar-nav>li.active>a,
header.header-appear nav.bootsnav.header-light .navbar-nav>li.active>a,
header nav.navbar .navbar-nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.active>a {
    background-color: #C8707C !important;
    color: rgb(255, 255, 255);
}

nav.navbar.navbar-default ul.nav li a {
    margin: 0 0px;
    padding: 26px 16px 26px 16px;
}

header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
    padding: 26px 16px 26px 16px;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full {
    background-color: rgb(255, 255, 255);
    padding: 40px;
}

nav.navbar.bootsnav li.dropdown .menu-back-div ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full ul li {
    border-right: 0;
}

nav.navbar.bootsnav li.dropdown .menu-back-div ul {
    background-color: #fff;
}

.header-with-topbar.sticky .navbar-top {
    top: 0;
}

header.header-appear nav.header-light-transparent,
header.sticky nav.navbar-fixed-top.header-light-transparent,
header.sticky nav.navbar-scroll-fixed-top.header-light-transparent {
    background-color: #4E163B;
}

header.header-appear nav.header-light-transparent .header-searchbar a {
    color: rgb(255, 255, 255);
}

header.header-appear nav.header-light-transparent .header-searchbar {
    border: 0;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full ul li.col-mega {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 50px;
    width: 25%;
    margin: 10px 0;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full .col-lg-6 ul li.col-mega {
    width: 50%;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full ul li a.dropdown-header {
    background-color: #f0ddea;
    left: 0 !important;
    font-size: 15px;
    color: #000;
    height: 100%;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 10px;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full ul li a.dropdown-header:hover {
    background-color: #c8707c;
    color: #fff;
}

header.header-appear nav.header-light-transparent .header-searchbar,
header.header-appear.header-light-transparent .header-social-icon,
header.header-appear nav.header-light .header-searchbar,
header.header-appear nav.header-light-transparent.white-link .header-social-icon,
header.sticky nav.header-light-transparent .header-searchbar,
header.sticky nav.header-light-transparent .header-social-icon,
header.sticky nav.header-light .header-searchbar,
header.sticky nav.header-light .header-social-icon {
    border-left: 0;
}

footer {
    background-color: #666;
}

.mainmenu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.mainmenu-list .t1 {
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: inline-block;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-shadow: 1px 2px rgba(78, 78, 78, 0.5647058824);
}

.mainmenu-1 {
    display: block;
    margin-bottom: 15px;
}

.mainmenu-1:last-child {
    margin-bottom: 0;
}

.submenu-list {
    margin-left: -10px;
    margin-right: -10px;
}

.submenu-list li {
    padding: 0px 10px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
}

.submenu-list li::after {
    content: "";
    display: block;
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}

.submenu-list li:last-child:after {
    display: none;
}

.submenu-list li a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.submenu-list li a:hover {
    color: rgb(255, 255, 255);
}

.copy-right {
    text-align: center;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.footer-bottom {
    padding: 5px 0;
}

.footer-wrap {
    padding: 60px 0;
}

.col-footerinfo {
    text-align: right;
}

.footer-logo {
    max-height: none;
}

.footer-logo img {
    max-width: 270px;
    width: 100%;
}

.sitemap-list {
    list-style: none;
    margin-left: -8px;
    margin-right: -8px;
}

.sitemap-list li {
    padding: 0 8px;
}

.sitemap-list a {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    display: inline-block;
    text-shadow: 1px 2px rgba(78, 78, 78, 0.5647058824);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.footer-right-widget {
    text-align: right;
    margin-top: 10px;
}

.footer-txt {
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
    font-size: 14px;
}

.footer-txt:last-child {
    margin-bottom: 0;
}

.footer-txt a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-txt a:hover {
    color: rgb(255, 255, 255);
}

.col-footerinfo .footer-widget {
    margin-top: 24px;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: #fff;
    border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 10px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger span {
    left: 8px;
    width: 22px;
}

.menu-trigger span::before {
    position: absolute;
    top: -0.02em;
    left: -6px;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}

#mobileMenu {
    position: fixed;
    width: 290px;
    display: block !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    background-color: #f4f2f3 !important;
    height: 100%;
    left: -291px;
    top: 0;
    -webkit-transition: 700ms cubic-bezier(0.53, 0.03, 0.49, 1);
    -webkit-transition: 800ms cubic-bezier(0.53, 0.03, 0.49, 1);
    transition: 800ms cubic-bezier(0.53, 0.03, 0.49, 1);
}

.mobile-nav-bg {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    left: -100%;
    top: 0;
    -webkit-transition: 700ms cubic-bezier(0.53, 0.03, 0.49, 1);
    transition: 700ms cubic-bezier(0.53, 0.03, 0.49, 1);
    z-index: -1;
}

.mobile-nav-area.on #mobileMenu {
    left: 0;
}

.mobile-nav-area.on .mobile-nav-bg {
    left: 0;
    opacity: 0.3;
    z-index: 1;
}

#mobileMenu #mainnavbar {
    display: block !important;
}

.menu-trigger-close,
.menu-trigger-close span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger-close {
    position: relative;
    width: 31px;
    height: 41px;
}

.menu-trigger-close span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(0, 0, 0);
    border-radius: 1px;
}

.menu-trigger-close span:nth-of-type(1) {
    top: 0;
}

.menu-trigger-close span:nth-of-type(2) {
    top: 20px;
}

.menu-trigger-close span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger-close span {
    left: 0;
    width: 100%;
}

.menu-trigger-close span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

.menu-trigger-close span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger-close span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

.m-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 14px;
    padding-top: 7px;
}

.ti-angle-down.dropdown-toggle {
    position: absolute;
    width: 60px;
    right: 0;
    top: 0;
    text-align: right;
    height: 40px;
    line-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    font-size: 16px;
    display: none;
}

header nav#mobileMenu .navbar-nav.text-normal>li>a {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding-right: 70px;
    padding-left: 20px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
}

header nav#mobileMenu .navbar-nav li>a {
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#mobileMenu .top-language {
    padding-left: 20px;
    margin-top: 8px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mobileMenu .top-language .btn-group {
    width: 125px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mobileMenu .top-language .btn-group.dropdown-style-1 .btn {
    padding: 8px 20px;
    color: #000;
    border: 1px solid #ddd;
}

#mobileMenu .dropdown-style-1 .dropdown-menu {
    left: -1px !important;
    margin-top: 0px;
    min-width: 127px;
}

#mobileMenu .top-menu .top-menu-list {
    display: block;
    padding: 0;
    margin: 10px 0 0 0;
}

#mobileMenu .top-menu-list li {
    display: block;
}

#mobileMenu .top-menu-list li a {
    color: #000;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
}

#mobileMenu .si-target svg {
    fill: #000;
}

#mobileMenu .top-icon-list {
    margin-left: -7px;
    margin-right: -7px;
}

#mobileMenu .si-target {
    padding: 0 7px;
}

#mobileMenu .top-social-icon {
    padding-left: 20px;
    margin-top: 10px;
    border-left: 0;
}

.lan-txt-box {
    display: none;
    font-size: 16px;
    font-weight: 600;
    padding-right: 30px;
}

#mobileMenu .lan-txt-box {
    display: block;
}

#mobileMenu .si-target.facebook svg {
    width: 10px;
}

#mobileMenu .si-target.line svg {
    width: 20px;
}

#mobileMenu .si-target.twitter svg {
    width: 20px;
}

#mobileMenu .si-target.instagram svg {
    width: 20px;
}

#mobileMenu .si-target.youtube svg {
    width: 20px;
}

#menuTrigger {
    display: none;
}

.mega-header {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: normal;
    position: relative;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.mega-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -41px;
    height: 100%;
    width: 4px;
    background-color: #7B1D4C;
}

.main-slider {
    position: relative;
}

.opacity-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.opacity-mainslider {
    opacity: 0.5;
    background-color: #000;
}

.down-overflow-box {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.chevrons {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 3px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.chevrondown {
    position: relative;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chevrondown:nth-child(1) {
    -webkit-animation: downpulse 700ms ease infinite alternate;
    animation: downpulse 700ms ease infinite alternate;
}

.chevrondown:nth-child(2) {
    -webkit-animation: downpulse 700ms ease infinite alternate 350ms;
    animation: downpulse 700ms ease infinite alternate 350ms;
}

@-webkit-keyframes downpulse {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}

@keyframes downpulse {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}

.scroll-down-arrow:hover .chevrons {
    border-color: rgb(255, 255, 255);
}

.search-overflow-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.input-group .search-input-1 {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    width: 330px;
    border: 0;
    padding: 12px 12px;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.input-group .search-btn-1 {
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    width: 48px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.input-group .search-btn-1 i {
    font-weight: 900;
}

.search-overflow-box.on .input-group .search-btn-1 {
    background-color: #4E163B;
}

.search-overflow-box.on .input-group .search-input-1 {
    background-color: rgb(255, 255, 255);
    color: #000;
}

.search-overflow-box.over .input-group .search-btn-1 {
    background-color: #4E163B;
}

.search-overflow-box.over .input-group .search-input-1 {
    background-color: rgb(255, 255, 255);
    color: #000;
}

.swiper-lazy-loading {
    opacity: 0;
}

.swiper-full-screen .swiper-slide .slide-inner {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 3s linear;
    transition: -webkit-transform 3s linear;
    transition: transform 3s linear;
    transition: transform 3s linear, -webkit-transform 3s linear;
    max-width: 100%;
    width: 100%;
}

.swiper-full-screen .swiper-slide.swiper-slide-duplicate-active .slide-inner,
.swiper-full-screen .swiper-slide.swiper-slide.swiper-slide-active .slide-inner {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.height-mainslider {
    height: 800px;
}

.footer-icon-list {
    margin-left: -9px;
    margin-right: -9px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-icon-list li a {
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
}

.footer-icon-list li {
    line-height: normal;
}

.footer-icon-list .si-target.facebook svg {
    width: 13px;
}

.footer-icon-list .si-target.line svg {
    width: 22px;
}

.footer-icon-list .si-target.twitter svg {
    width: 22px;
}

.footer-icon-list .si-target.instagram svg {
    width: 22px;
}

.footer-icon-list .si-target.youtube svg {
    width: 22px;
}

.footer-icon-list .si-target.linkedin svg {
    width: 20px;
}

.main-area-1 {
    padding: 60px 0 0 0;
}

.main-award {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.award-overflow-box {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.button-style-1 {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #BA415D;
    color: rgb(255, 255, 255);
    width: 240px;
    padding: 10px 20px;
    text-align: center;
    outline: navajowhite;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.button-style-1:hover,
.button-style-1:active {
    background-color: #7B1D4C;
    color: rgb(255, 255, 255);
}

.opacity-award {
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

.ttl-style-1 {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 25px;
    line-height: normal;
    font-size: 33px;
    letter-spacing: 6px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.ttl-style-1::after {
    content: "";
    position: absolute;
    display: block;
    background-color: rgb(255, 255, 255);
    width: 70px;
    height: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.award-overflow-box p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}

.main-public {
    margin-bottom: -30px;
    padding-left: 30px;
    height: 100%;
    background-color: #f4f2f3;
}

.col-public {
    margin-bottom: 30px;
}

.public-thumb-1 {
    background-color: #fff;
    padding: 18px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-box-shadow: 5px 5px 0px #dddddd;
    box-shadow: 5px 5px 0px #dddddd;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 100%;
}

.public-thumb-1:hover {
    background-color: #ffeffa;
}

.public-ttl-1 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 10px;
}

.public-ttl-1::after {
    content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    background-color: #BA415D;
    left: -18px;
    top: 5px;
}

.remark-tags {
    margin-bottom: 5px;
}

.r-tag {
    background-color: #BA415D;
    color: rgb(255, 255, 255);
    padding: 2px 5px;
    line-height: normal;
    letter-spacing: 1px;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.r-tag:last-child {
    margin-right: 0;
}

.public-txt {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.public-date {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
}

.overflow-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

.main-area-2 {
    padding: 60px 0 0 0;
}

.main-work {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.work-overflow-box {
    position: absolute;
    width: auto;
    height: auto;
    width: 450px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.opacity-work {
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
}

.work-overflow-box p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.main-area-3 {
    padding: 60px 0 60px 0;
}

.main-area-1,
.main-area-2,
.main-area-3 {
    background-color: #f4f2f3;
}

.main-map {
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.opacity-map {
    background-color: rgb(0, 0, 0);
    opacity: 0.45;
}

.marker_holder_wrap {
    position: relative;
    z-index: 1;
}

.base-map img {
    height: 700px;
    opacity: 0.9;
}

.base-map-box {
    position: relative;
    padding-left: 8%;
}

.marker_holder {
    display: block;
    position: absolute;
}

.marker_holder.marker_1 {
    top: 46px;
    left: 416px;
}

.marker_holder.marker_2 {
    top: 229px;
    left: 257px;
}

.marker_holder.marker_3 {
    top: 467px;
    left: 171px;
}

.marker {
    display: block;
    width: 12px;
    height: 12px;
    background: #C8707C;
    border-radius: 28px;
}

.marker .rays {
    position: absolute;
    right: -18px;
    top: -18px;
    z-index: 10;
    background-color: transparent;
    opacity: 0.1;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border: 2px solid #C8707C;
    border-radius: 100px;
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    -o-border-image: initial;
    border-image: initial;
}

.map-overflow-box {
    position: absolute;
    width: auto;
    height: auto;
    width: 50%;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 1;
    text-align: center;
    right: 0;
    padding: 30px 40px 30px 30px;
}

.map-overflow-box p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.header-search-box {
    padding: 10px 10px;
}

.header-search-box .input-group {
    width: 100%;
}

.header-search-box .search-input-2 {
    background-color: rgb(255, 255, 255);
    border: 0;
    padding: 12px 10px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 0;
    color: rgb(0, 0, 0);
}

.search-btn-2 {
    position: absolute;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: unset;
    border: unset;
    background-color: #4E163B;
    color: rgb(255, 255, 255);
    height: 100%;
    width: 50px;
}

#cookie-dialog {
    opacity: 0;
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0px;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
}

#cookie-dialog.show {
    bottom: 30px;
    left: 0;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
}

#cookie-dialog .cookie-privacy-message {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

#cookie-dialog .cookie-privacy-message h5 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #4E163B;
    font-size: 21px;
    line-height: 1.5;
}

#cookie-dialog .cookie-privacy-message p {
    margin: 0;
    color: #4E163B;
    font-weight: 400;
    font-size: 14px;
}

#cookie-dialog #agree-cookie-btn {
    margin-top: 10px;
    display: inline-block;
    width: 240px;
    background-color: #BA415D;
    text-align: center;
    padding: 10px;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#cookie-dialog .agree-area {
    text-align: left;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn {
    -webkit-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn:hover {
    background-color: #7B1D4C;
}

#cookie-dialog .cookie-privacy-message button {
    border-radius: 0;
    line-height: 30px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}

#cookie-dialog .cookie-privacy-message a {
    color: #f0dba5;
}

.page-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.opacity-banner {
    opacity: 0.5;
    background-color: rgb(0, 0, 0);
}

.banner-height {
    min-height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-ttl {
    margin-bottom: 10px;
}

.banner-ttl h2 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0;
    color: rgb(255, 255, 255);
}

.breadcrumb ul li {
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.breadcrumb ul li a {
    color: rgb(255, 255, 255);
}

.breadcrumb ul>li:after {
    content: "";
    position: relative;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    padding: 0;
    margin: 0 7px 0 5px;
    top: -1px;
}

.breadcrumb ul>li:last-child::after {
    display: none;
}

.page-item {
    background-color: #f4f2f3;
    padding: 75px 0;
}

.edit-wrap {
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 5px 5px 0px #dddddd;
    box-shadow: 5px 5px 0px #dddddd;
}

.editor-area .award-table {
    width: 100%;
}

.editor-area .award-table thead th {
    background-color: #4E163B;
    padding: 12px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.editor-area .award-table tbody {
    border: 1px solid #f4f2f3;
}

.editor-area .award-table tbody td {
    padding: 12px 12px 12px 42px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    position: relative;
}

.editor-area .award-table tbody td img {
    margin-bottom: 0;
    width: 22px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.editor-area .award-table tbody tr:nth-child(even) td {
    background-color: #f4f2f3;
}

.edit-map {
    padding-right: 40px;
}

.edit-map iframe {
    width: 100% !important;
    height: 350px !important;
    border: 5px solid #f4f2f3;
}

.editor-area .edit-txt h4 {
    border-left: 3px solid #BA415D;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 10px;
    color: rgb(0, 0, 0);
    font-size: 21px;
    font-weight: 500;
    background-color: #f4f2f3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-form-box {
    border: 1px solid #ddd;
    background-color: #f4f2f3;
}

.ct-input-group {
    position: relative;
    padding-left: 160px;
    border-bottom: 1px solid #ddd;
}

.ct-input-group:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.6);
}

.ct-input-group:last-child {
    border-bottom: 0;
}

.ct-ttl-box {
    position: absolute;
    width: 160px;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #ddd;
}

.ct-ttl {
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
}

.ct-input-group .input-group {
    padding: 20px;
}

.ct-input-group .medium-input {
    padding: 10px;
    border: 1px solid #ddd;
    max-width: 250px;
    border-radius: 5px;
}

.ct-input-group .medium-textarea {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.r-unit {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #d00;
    display: inline-block;
}

.subumit-btn-box {
    margin-top: 30px;
    text-align: center;
}

.contact-form-ttl {
    background-color: #4E163B;
    padding: 10px 15px;
}

.contact-form-ttl h4 {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    line-height: normal;
    letter-spacing: 1px;
}

.feeback-input-group {
    margin-bottom: 20px;
}

.feeback-ct-box {
    margin-bottom: 8px;
}

.feeback-ct-ttl {
    display: inline-block;
    position: relative;
    font-size: 15px;
}

.contact-form-wrap .medium-input,
.contact-form-wrap .medium-textarea,
.contact-form-wrap .medium-select {
    padding: 12px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.contact-form-wrap .medium-input:focus,
.contact-form-wrap .medium-textarea:focus {
    border-color: #4E163B;
}

.edit-ct-wrap .editor-area h2 {
    border-left: 4px solid #4E163B;
    padding: 0 0 0 10px;
    line-height: normal;
    color: #4E163B;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
}

.edit-ct-wrap .editor-area h5 {
    color: #BA415D;
}

.feeback-ct-main-ttl h2 {
    border-left: 4px solid #4E163B;
    padding: 0 0 0 10px;
    line-height: normal;
    color: #4E163B;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
}

.contact-form-wrap .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact-form-wrap div[class*=col] {
    padding-left: 10px;
    padding-right: 10px;
}

#capcha_image img {
    border: 1px solid #ddd;
}

.people-search-wrap {
    background-color: #e5dee2;
    padding: 20px;
}

.people-search-wrap .input-group .search-input-2 {
    border-radius: 0;
    border-radius: 0;
    padding: 20px 80px 20px 20px;
}

.people-search-wrap .input-group .search-btn-2 {
    width: 64px;
    font-size: 21px;
    font-weight: bold;
}

.people-search-wrap .input-group .search-btn-2 i {
    font-weight: bold;
}

.people-search-wrap .input-group .search-input-2::-webkit-input-placeholder {
    color: rgb(147, 147, 147) !important;
}

.people-search-wrap .input-group .search-input-2::-moz-placeholder {
    color: rgb(147, 147, 147) !important;
}

.people-search-wrap .input-group .search-input-2:-ms-input-placeholder {
    color: rgb(147, 147, 147) !important;
}

.people-search-wrap .input-group .search-input-2::-ms-input-placeholder {
    color: rgb(147, 147, 147) !important;
}

.people-search-wrap .input-group .search-input-2::placeholder {
    color: rgb(147, 147, 147) !important;
}

.page-people {
    background-color: transparent;
    padding: 45px 0;
}

.mainpanel-ul {
    list-style: none;
    padding: 0;
}

.subpanel-ul {
    list-style: none;
    background-color: #f4f2f3;
    padding: 0;
    padding: 8px 0;
}

.subpanel-ul li {
    padding: 4px 10px;
}

.mainpanel-li {
    margin-bottom: 15px;
}

.mainpanel-btn {
    background-color: #e5dee2;
    color: #000;
    padding: 10px;
    position: relative;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    display: block;
    border-radius: 0;
    cursor: pointer;
}

.paneldown {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}

.paneldown::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    background-color: rgb(0, 0, 0);
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.paneldown::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgb(0, 0, 0);
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

div[aria-expanded*=true] .paneldown::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.search-result-ttl {
    margin-bottom: 20px;
}

.search-result-ttl h3 {
    margin-bottom: 0;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
}

.result-group {
    position: relative;
    padding: 0 0 0 100px;
}

.result-ttl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.result-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.result-box {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.r-txt {
    position: relative;
    color: #d00;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
}

.close-unit {
    font-size: 12px;
    position: relative;
    color: #000;
    font-weight: bold;
    padding-left: 2px;
    top: 1px;
}

.search-result-wrap {
    margin-bottom: 20px;
}

.result-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.result-widget {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.result-clear-btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #e5dee2;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.result-clear-btn:hover,
.result-clear-btn:active {
    background-color: #4E163B;
    color: rgb(255, 255, 255);
}

.checkbox-group {
    position: relative;
    margin: 0;
    text-align: left;
}

.checkbox-group.md-checkbox-inline {
    display: inline-block;
}

.checkbox-group label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}

.checkbox-group label:not(:empty) {
    padding-left: 0.75em;
}

.checkbox-group label:before,
.checkbox-group label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox-group label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 0.125em;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.checkbox-group input[type=checkbox] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

.checkbox-group input[type=checkbox]:checked+label:before {
    background: #4E163B;
    border: none;
}

.checkbox-group input[type=checkbox]:checked+label:after {
    -webkit-transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.checkbox-group input[type=checkbox]:disabled+label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.checkbox-group input[type=checkbox]:disabled:checked+label:before {
    background: rgba(0, 0, 0, 0.26);
}

.col-people {
    margin-bottom: 30px;
}

.people-content {
    padding-top: 5px;
}

.people-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.people-tags {
    display: block;
}

.p-tag {
    width: 100%;
    display: block;
    line-height: normal;
    font-size: 13px;
    margin-bottom: 5px;
}

.p-tag span {
    position: relative;
    padding-left: 20px;
    display: block;
}

.p-tag span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    content: "\f02b";
    font-weight: bold;
}

.p-mail-link span {
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: normal;
    font-weight: 500;
}

.p-mail-link span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    content: "\f0e0";
    font-weight: bold;
}

.people-image {
    position: relative;
}

.people-image img {
    margin-bottom: 0;
}

.overflow-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alert-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.alert-box h4 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
    letter-spacing: 2px;
}

.public-tag-wrap {
    margin-top: 10px;
}

.public-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.pub-tag {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pub-tag a {
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #e5dee2;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}

.pub-tag a:hover {
    background-color: #4E163B;
    color: rgb(255, 255, 255);
}

.back-btn-box {
    text-align: center;
    margin-top: 30px;
}

.back-btn-box,
.button-style-1 {
    width: unset;
}

.pagination-box {
    margin-top: 20px;
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -3px;
    margin-right: -3px;
}

.pagination .page-item {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.pagination .page-item .page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: 1px solid #e5dee2;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    padding: 0;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

.pagination .page-item .page-link:hover {
    background-color: #4E163B;
    color: rgb(255, 255, 255);
    border-color: #4E163B;
}

.pagination .page-item.active .page-link {
    background-color: #4E163B;
    color: rgb(255, 255, 255);
    border-color: #4E163B;
}

.pagination .page-item.disabled .page-link {
    background-color: #f4f2f3;
    color: #666;
}

.public-main-ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.public-main-ttl h3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
}

.public-date {
    font-size: 13px;
    letter-spacing: 1px;
    color: #666;
}

.page-public .remark-tags {
    margin-bottom: 20px;
}

.letter-thumb {
    border: 1px solid #ccc;
    -webkit-box-shadow: 5px 5px 0px #dddddd;
    box-shadow: 5px 5px 0px #dddddd;
}

.letter-content {
    background-color: #fff;
    padding: 10px;
}

.letter-content h3 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: normal;
    letter-spacing: 1px;
}

.letter-content h3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    background-color: #BA415D;
    width: 2px;
    height: 100%;
}

.letter-image {
    position: relative;
}

.letter-image img {
    margin-bottom: 0;
}

.col-letter {
    margin-bottom: 30px;
}

.letter-main-ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.letter-main-ttl h3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0;
}

.people-inner-group {
    margin-bottom: 30px;
}

.people-inner-img {
    -webkit-box-shadow: 5px 5px 0px #dddddd;
    box-shadow: 5px 5px 0px #dddddd;
}

.people-inner-img img {
    margin-bottom: 0;
}

.edit-wrap-1 {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.edit-wrap-1 .editor-area h5 {
    color: #7B1D4C;
    background-color: #f4f2f3;
    border-left: 3px solid #4E163B;
    padding-left: 10px;
    letter-spacing: 1px;
}

.edit-wrap-1 .editor-area .txt {
    padding-left: 13px;
}

.people-inner-content h3 {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    border-left: 2px solid #BA415D;
    padding-left: 10px;
}

.people-inner-tags {
    margin-bottom: 20px;
}

.p-inner-tag {
    line-height: normal;
    border: 1px solid #ddd;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    padding: 3px 9px;
    background-color: #f4f2f3;
}

.p-inner-tag:last-child {
    margin-right: 0;
}

.people-inner-txt .editor-area p {
    margin-bottom: 5px;
}

.page-people-view {
    background-color: transparent;
}

.scroll-top-arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    background-color: #BA415D;
    bottom: 10px;
    top: unset !important;
    z-index: 99;
    border-radius: 50%;
}

.chevron-arrow {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 4px;
}

.chevronup {
    position: relative;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 0 0.1rem 0.1rem 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.chevronup:nth-child(2) {
    -webkit-animation: uppulse 1000ms ease infinite alternate;
    animation: uppulse 1000ms ease infinite alternate;
}

.chevronup:nth-child(1) {
    -webkit-animation: uppulse 1000ms ease infinite alternate 500ms;
    animation: uppulse 1000ms ease infinite alternate 500ms;
}

.ch-txt {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    margin-top: -5px;
}

.mailchimp-group {
    margin-top: 20px;
}

.mailchimp-label {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mailchimp-group .input-group {
    display: inline-block;
    width: 240px;
}

.mailchimp-group .input-group input {
    border-radius: 0;
    padding: 6px;
    border: 0;
}

@-webkit-keyframes uppulse {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes uppulse {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.scroll-down-arrow:hover .chevrons {
    border-color: rgb(255, 255, 255);
}

.mobile-nav-area {
    display: none;
}

.award-overflow-box .editor-area {
    margin-bottom: 25px;
}

.award-overflow-box .editor-area p {
    margin-bottom: 5px;
    margin-top: 0;
}

.award-overflow-box .editor-area p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #cookie-dialog .cookie-privacy-message {
        text-align: center;
    }
    #cookie-dialog .agree-area {
        text-align: center;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1410px;
    }
}

@media (max-width: 1800px) {
    .base-map-box {
        padding-left: 5%;
    }
}

@media (max-width: 1440px) {
    .base-map-box {
        padding-left: 0;
    }
    #cookie-dialog .cookie-privacy-message {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {
    #cookie-dialog .cookie-privacy-message {
        max-width: 970px;
    }
    header a.logo img {
        height: 30px;
    }
    header nav .navbar-nav>li>a {
        margin: 0 13px;
    }
    nav.navbar.navbar-default ul.nav>li>a {
        margin: 0 0px;
        padding: 26px 6px 26px 6px;
    }
    header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav>li>a,
    header.sticky nav.navbar.navbar-default.navbar-top ul.nav>li>a {
        padding: 26px 6px 26px 6px;
    }
    .height-mainslider {
        height: 500px;
    }
    .main-work {
        min-height: 500px;
    }
    .map-overflow-box {
        width: 40%;
    }
}

@media (max-width: 991px) {
    .mega-header {
        display: none;
    }
    .top-header-area {
        display: none !important;
    }
    .navbar #mainnavbar {
        display: none !important;
    }
    #mobileMenu .dropdown.show>div {
        position: relative !important;
        -webkit-transform: unset !important;
        transform: unset !important;
        padding: 8px 0 8px 0;
        border-radius: 0;
        margin: 0;
        border: 0;
        background-color: rgba(255, 255, 255, 0.5647058824);
    }
    .ti-angle-down.dropdown-toggle {
        display: block;
    }
    #menuTrigger {
        display: block;
    }
    .header-with-topbar .navbar-top,
    .header-with-topbar .navbar-fixed-top {
        top: 0;
    }
    .col-accordion-menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 15px !important;
        width: 20%;
    }
    .col-search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding-right: 15px !important;
        width: 20%;
        text-align: right;
    }
    .col-logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        width: 60%;
        text-align: center;
    }
    #cookie-dialog .cookie-privacy-message {
        max-width: 750px;
    }
    .mobile-nav-area {
        display: block;
    }
    .top-icon-list li a {
        color: #000;
    }
}

@media (max-width: 991px) {
    .col-footerinfo {
        text-align: left;
        margin-bottom: 20px;
    }
    .footer-wrap {
        padding: 40px 0;
    }
    .sitemap-list a {
        font-size: 14px;
    }
    .mainmenu-list .t1 {
        font-size: 16px;
    }
    .main-map {
        height: 570px;
    }
    .base-map img {
        height: 590px;
    }
    .marker_holder.marker_1 {
        top: 33px;
        left: 350px;
    }
    .marker_holder.marker_2 {
        top: 193px;
        left: 215px;
    }
    .marker_holder.marker_3 {
        top: 387px;
        left: 150px;
    }
    .map-overflow-box {
        width: 49%;
    }
    .footer-icon-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header-search-box {
        display: none;
    }
    nav .accordion-menu,
    .sticky nav .accordion-menu {
        padding: 20px 15px 20px 15px;
    }
    .banner-height {
        min-height: 220px;
    }
    .edit-wrap {
        padding: 24px;
    }
    .page-item {
        padding: 45px 0;
    }
    .main-public {
        padding-left: 0;
        margin-top: 30px;
    }
    .main-award {
        min-height: 320px;
    }
    .main-area-1 {
        padding: 45px 0 0 0;
    }
    .main-area-2 {
        padding: 45px 0 0 0;
    }
    .main-area-3 {
        padding: 45px 0 45px 0;
    }
    .main-service {
        margin-top: 45px;
    }
    .edit-map {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .simple-dropdown .dropdown-menu {
        top: 0;
        min-width: 0;
        position: relative !important;
        -webkit-transform: unset !important;
        transform: unset !important;
        border-radius: unset !important;
    }
}

@media (max-width: 767px) {
    .search-overflow-box .input-group {
        width: 290px;
    }
    .input-group .search-input-1 {
        width: 242px;
    }
    .height-mainslider {
        height: 300px;
    }
    .main-work {
        min-height: 300px;
    }
    .base-map-box {
        padding-top: 8%;
        padding-left: 15%;
    }
    .map-overflow-box {
        width: 100%;
        padding: 15px;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        bottom: 20px;
    }
    .marker {
        width: 6px;
        height: 6px;
    }
    .marker .rays {
        top: -7px;
        left: -18px;
        width: 20px;
        height: 20px;
        -webkit-animation: none;
        animation: none;
        opacity: 0.8;
        border-width: 1px;
    }
    .base-map img {
        height: 300px;
    }
    .marker_holder.marker_1 {
        top: 15px;
        left: 178px;
    }
    .marker_holder.marker_2 {
        top: 100px;
        left: 110px;
    }
    .marker_holder.marker_3 {
        top: 193px;
        left: 74px;
    }
    .ttl-style-1 {
        font-size: 26px;
        margin-bottom: 16px;
    }
    .work-overflow-box {
        width: 100%;
        padding: 15px;
    }
    .award-overflow-box {
        width: 100%;
        padding: 15px;
    }
    .main-public {
        padding: 0;
    }
    #cookie-dialog .cookie-privacy-message {
        max-width: 100%;
    }
    #cookie-dialog {
        padding: 0 15px;
    }
    .banner-height {
        min-height: 160px;
    }
    .banner-ttl h2 {
        font-size: 21px;
    }
    .breadcrumb ul li {
        font-size: 12px;
    }
    .breadcrumb ul>li:after {
        width: 6px;
        height: 6px;
        margin: 0 6px 0 3px;
    }
    .page-item {
        padding: 30px 0;
    }
    .edit-wrap {
        padding: 15px;
    }
    .editor-area .award-table thead th {
        padding: 8px;
    }
    .editor-area .award-table tbody td {
        padding: 8px 8px 8px 42px;
    }
    .edit-map {
        padding-right: 0;
    }
    .edit-map iframe {
        height: 280px !important;
    }
    .ct-input-group {
        padding-left: 0;
        padding: 15px;
    }
    .ct-ttl-box {
        position: relative;
        width: unset;
        height: unset;
        left: unset;
        top: unset;
        border-right: 0;
    }
    .ct-ttl {
        position: relative;
        right: unset;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        color: #000;
    }
    .ct-input-group .input-group {
        padding: 0;
        padding-top: 5px;
    }
    .ct-input-group .medium-input {
        max-width: 100%;
    }
    .contact-form-ttl h4 {
        font-size: 17px;
    }
    .contact-form-wrap {
        margin-top: 20px;
    }
    .result-flex {
        display: block;
    }
    .result-clear-widget {
        text-align: right;
        margin-top: 10px;
    }
    .people-search-wrap .input-group .search-btn-2 {
        width: 42px;
        font-size: 18px;
    }
    .people-search-wrap .input-group .search-input-2 {
        border-radius: 0;
        padding: 10px 52px 10px 10px;
    }
    .page-people {
        padding: 10px 0 30px 0;
    }
    .page-people-search .container {
        padding: 0;
    }
    .pagination-box {
        margin-top: 0;
    }
    .people-inner-content {
        margin-top: 10px;
    }
    .p-inner-tag {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .main-award {
        min-height: 300px;
    }
    .main-area-1 {
        padding: 30px 0 0 0;
    }
    .main-area-2 {
        padding: 30px 0 0 0;
    }
    .main-area-3 {
        padding: 30px 0 30px 0;
    }
    .main-service {
        margin-top: 30px;
    }
    .people-inner-img {
        margin-bottom: 10px;
    }
    .public-tag-wrap {
        margin-top: 10px;
    }
    .public-tags {
        margin-left: -3px;
        margin-right: -3px;
    }
    .pub-tag a {
        font-size: 12px;
        padding: 5px 8px;
    }
    .pub-tag {
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .mailchimp-group .input-group {
        display: block;
        margin-top: 5px;
    }
}