/* Concept Color */

.bg-color {background-color: #3d7d2e;}
.bg-sub-color {background-color: antiquewhite;}
.bg-point-color {background-color: #ef5830;}
.bg-fefcf1 {background-color: #fefcf1;}

.color-main {color: #3d7d2e;}
.color-point {color: #98ac69;}

/* Concept Button */

.btn-prev-next {
    display: flex !important;
    justify-content: center;
}

.btn-gray {
    padding: 0.5rem 2rem;
    background-color: #999;
    color: #fff !important;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-main {
    padding: 0.5rem 2rem;
    background-color: #3d7d2e;
    color: #fff !important;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-black {
    padding: 0.5rem 2rem;
    background: #333;
    color: #fff !important;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
}

/* Text */

.text-area {
    line-height: 1.625rem;
}

.text-area h5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-weight: bold;
    line-height: 1.625rem;
}

.text-box {
    padding-bottom: 1.875rem;
}

.text-box h6 {
    color: #333;
    font-weight: bold;
    line-height: 1.625rem;
}

.text-box .text-content {
    padding-top: 0.625rem;
    color: #666;
}

.text-box-in {
    padding-left: 0.938rem;
}

/* ## Main ## ******************************************************************************************************/

/* ## Top ## */

/* #top-head {
    padding: 0;
    background-color: #f2f2f2;
    border-bottom: 0.063rem solid #dbdbdb;
} */

.global-menu {
    display: flex;
    justify-content: space-between;
}

.global-left li:first-child {
    border-left: 0.063rem solid #dbdbdb;
}

.global-left li {
    float: left;
    padding: 0.25rem 0.938rem 0.5rem 0;
    border-right: 0;
}

.global-left li:first-child {
    border-left: 0;
}

.global-right li {
    float: left;
    padding: 0.25rem 0 0.5rem 0.625rem;
    border-right: 0;
}

.global-right li:first-child {
    border-left: 0;
}

.global-right a {
    color: #555;
    font-size: 0.75rem;
}

/* ## Nav ## */

.main-logo {
    margin-top: 0.625rem;
    margin-right: 0;
    margin-bottom: 0.625rem;
}

.main-page {
     background-image: url(/images/pages/main-sample.png); 
   /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
    url('/images/pages/main-sample.png');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 350px;
}

.sub-page {
    background-image: url(/images/pages/main-sample.png); 
    background-repeat: no-repeat;
    /* background-position: top center; */
    background-size: cover;
    height: 350px;
    background-position-y: center;
}

/* .main-logo-img {
    width: 12.813rem;
    height: 2.4rem;
    background-image: url(/images/pages/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
} */
.main-logo-img {
    /* width: 302px;
    height: 43px; */
    display: inline-block;
    /* background-image: url(/images/pages/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%; */
    vertical-align: -webkit-baseline-middle;   
    width: 100%;
    min-height: 35px;
}

.sub-menu-box {
    display: none;
}

/* Off canvas */

.hamburger-wrap {
    width: 80%;
}

.hamburger-head {
    background-color: #3d7d2e;
}

.hamburger-menu {
    background-color: transparent;
    border: none;
}

.fa-bars {
    width: 45px;
    height: 45px;
    background-image: url(/images/pages/hamburger-menu.png);
    background-repeat: no-repeat;
    background-size: 70%;
}

.fa-bars:before {
    display: none !important;
}

.hamburger-logo {
    margin-bottom: 0;
}

.hamburger-logo img {
    width: 60%;
}

.hamburger-menu-wrap {
    overflow-y: auto;
    padding: 1.875rem;
}

.hamburger-menu-box {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.063rem dashed #e1e1e1;
}

.hamburger-title {
    font-size: 1.063rem;
    font-weight: bold;
}

.hamburger-list li {
    padding-top: 0.031rem;
}

.hamburger-list li::before {
    content: '-';
    padding-right: 0.188rem;
    color: #3d7d2e;
}

.hamburger-list a {
    color: #555;
    font-size: 0.938rem;
}

/* ## Carousel ## */

.slideHeight {
    height: 37.5rem;
}

.carousel-list .active {
    background-color: #3d7d2e;
}

.bd-placeholder-img {
    height: 37.5rem;
    background-position: center;
    background-size: cover;
    /* filter: brightness(0.7); */
}

.carousel-title {
    right: 0;
    bottom: 35%;
    left: 0;
    padding-top: 0;
    padding-right: 3rem;
    padding-bottom: 0;
    padding-left: 3rem;
}

.carousel-title h1 {
    font-size: 2.75rem;
    font-family: 'Manse';
    line-height: 1.2;
    text-shadow: 1px 1px 2px #000000;
}

.carousel-title p {
    padding-top: 1.25rem;
    color: #fff;
}

.carousel-btn {
    display: inline-block;
    padding: 0.25rem 1rem;
    background-color: #3d7d2e;
    border-radius: 5rem;
}

.carousel-btn a {
    color: #fff;
    font-size: 0.875rem;
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}

/* ## Contents ## */

/* ## Section1 ## */

.section1 {
    padding: 3.75rem 0;
}

.section1-title {
    text-align: center;
}

.section1-title h6 {
    color: #111;
    font-size: 1.063rem;
}

.section1-title h4 {
    color: #3d7d2e;
    font-size: 1.5rem;
    font-weight: 800;
}

.section1-title p {
    padding-top: 0.938rem;
}

.section1-title a {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.5rem 3rem 0.5rem 1.125rem;
    color: #fff;
    background-color: #3d7d2e;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.section1-arrow {
    background-image: url(/images/pages/more-arrow-white.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10%;
}

.section1-box {
    padding-top: 3.75rem;
}

.section1-box ul {
    margin: 0;
    padding: 2.5rem 2rem;
    background-color: #f1f7ef;
    border-radius: 0.5rem;
}

.section1-box li {
    display: flex;
    justify-content: center;
    text-align: center;
}

.section1-box li:nth-child(-n+2) {
    padding-bottom: 2rem;
}

.section1-box a {}

.section1-img {
    width: 90px;
    height: 90px;
    padding: 1.25rem;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
    background-color: #fff;
    border: 1px solid #c9deca;
    border-radius: 100%;
}

.section1-img01 {background-image: url(/images/pages/section1-img01.png);}
.section1-img02 {background-image: url(/images/pages/section1-img02.png);}
.section1-img03 {background-image: url(/images/pages/section1-img03.png);}
.section1-img04 {background-image: url(/images/pages/section1-img04.png);}

.section1-text {
    display: inline-block;
    padding-top: 0.625rem;
    color: #111;
    font-weight: 600;
}

/* ## Section2 ## */

.section2 {
    padding: 3.75rem 0;
    background-color: #48813a;
}

.section2-title {
    text-align: center;
}

.section2-title h3 {
    color: #fff;
    font-size: 1.375rem;
    font-weight: 800;
}

.section2-title p {
    padding-top: 0.625rem;
    color: #ecf5ed;
    font-size: 0.875rem;
}

.section2-title br {
    display: none;
}

.section2 ul {
    text-align: center;
    margin: 0;
    padding-top: 2rem;
}

.section2 li:nth-child(-n+2) {
    padding-bottom: 1rem;
}

.section2 a {
    position: relative;
    display: flex;
}

.section2-img {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
}

.section2-img01 {
    background-image: url(/images/pages/section2-img01.jpg);
        background-position-x: -173px;
}
.section2-img02 {background-image: url(/images/pages/section2-img02.jpg);}
.section2-img03 {background-image: url(/images/pages/section2-img03.jpg);}

.section2-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1rem;
    background-color: #00000070;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.section2-box h6 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.section2-box p {
    padding: 0.25rem 0 0.75rem 0;
    color: #ddd;
    font-size: 0.813rem;
}

.section2-more {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    color: #eee;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    font-size: 0.75rem;
}

/* ## Section3 ## */

.section3 {
    padding: 3.75rem 0;
}

.section3-wrap {
    margin: 0;
}

.section3-box {
    padding: 0;
}

.section3-box .nav-tabs {
    border-bottom: 2px solid #3d7d2e;
}

.section3-box button {
    margin-right: 0.313rem;
    color: #888;
    border-top: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 0;
    border-left: 1px solid #ddd !important;
}

.section3-box > .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #3d7d2e;
    color: #fff;
    border-top: 1px solid #3d7d2e;
    border-right: 1px solid #3d7d2e;
    border-bottom: 0;
    border-left: 1px solid #3d7d2e;
    font-size: 1rem;
    font-weight: 600;
}

.section3-box > .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #3d7d2e;
}

.list-group {
    border-radius: 0;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 1rem;
    background-color: #f7f7f7;
}

.list-group-date {
    color: #888;
    font-size: 0.813rem;
}

.section3-customer {
    padding: 3.75rem 0 0 0;
}

.section3-customer-box {
    position: relative;
    padding: 1.875rem 1.25rem;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.section3-customer-box span {
    color: #111;
    font-size: 1.063rem;
}

.section3-customer-box h4 {
    color: #3d7d2e;
    font-size: 1.5rem;
    font-weight: 800;
}

.section3-customer-box h6 {
    color: #111;
    font-size: 1.125rem;
    font-weight: 800;
}

.section3-customer-box p {
    padding-top: 0.875rem;
}

.section3-img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 1.875rem;
    right: 1.25rem;
    padding: 1.25rem;
    background-image: url(/images/pages/section3-img.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
    background-color: #3d7d2e;
    border: 1px solid #c9deca;
    border-radius: 100%;
}

/* ## Section4 ## */

.section4 {
    padding: 3.75rem 0;
    background-color: #f9f4e7;
}

.section4-title {
    text-align: center;
    padding-bottom: 2rem;
}

.section4-title h5 {
    color: #666;
    font-size: 1rem;
}

.section4-title h3 {
    color: #111;
    font-size: 1.375rem;
    font-weight: 800;
}

.section4 ul {
    margin: 0;
}

.section4 li:nth-child(-n+3) {
    padding-bottom: 1rem;
}

.section4-img01 {background-image: url(/images/pages/section4-img01.jpg);}
.section4-img02 {background-image: url(/images/pages/section4-img02.jpg);}
.section4-img03 {background-image: url(/images/pages/section4-img03.jpg);}
.section4-img04 {background-image: url(/images/pages/section4-img04.jpg);}

.card-box-img {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
}

.card-box {
    background-color: unset;
    border: none;
    border-radius: 0;
}

.card-text h6 {
    font-weight: 600;
}

.card-text p {
    color: #666;
    font-size: 0.875rem;
}

.section4-arrow {
    text-align: center;
}

.section4-arrow a {
    display: inline-block;
    margin-top: 1.875rem;
    padding: 0.5rem 3rem 0.5rem 1.125rem;
    color: #666;
    background-image: url(/images/pages/more-arrow-gray.png);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 11%;
    border: 1px solid #666;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
}

/* ## Section5 ## */

.section5 {
    padding: 3.75rem 0;
}

.section5 li {
    padding-bottom: 1rem;
}

.section5-bn {
    padding: 1.25rem;
    border-radius: 0.25rem;
}

.section5-img01 {
    background-color: #b9ba69;
    background-image: url(/images/pages/section5-img01.png);
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 35%;
}

.section5-img02 {
    background-color: #98ac69;
    background-image: url(/images/pages/section5-img02.png);
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 35%;
}

.section5-bn h4 {
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
}

.section5-bn p {
    padding-bottom: 1rem;
    color: #f0f2ea;
    font-size: 0.875rem;
}

.section5-bn small {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
}

/* ## Footer ## */

.footer {
    padding: 3.75rem 0;
    background-color: #333;
}

.footer-logo {
    height: 22px;
    background-image: url(/images/pages/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1.5rem;
}

.copy-item {
    color: #fff;
    font-size: 0.875rem;
}

.footer-copy span {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.75rem;
    color: #ddd;
    font-size: 0.75rem;
}

/* ## Sub ## ******************************************************************************************************/

.top-wrapper {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
}

/* ## Sub Bar ## */

.sub-bar {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset !important;
    background-image: url(/images/pages/carousel-img.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-bar-wrap {
    text-align: center;
    padding: 1.875rem 0;
}

.sub-bar-wrap h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 800;
}

.sub-bar-wrap nav {
    padding-top: 0.25rem;
}

.sub-bar-location ol {
    justify-content: center;
    margin-bottom: 0;
}

.sub-bar-location li, .sub-bar-location a {
    color: #efefef;
    font-size: 0.813rem;
}

.sub-bar-location .breadcrumb-item+.breadcrumb-item::before {
    color: #ddd;
}

.sub-bar-location .sub-bar-location-active {
    color: #fff;
}

/* ## Container ## */

.sub-container {
    border-bottom: 0.063rem solid #dbdbdb;
}

.sub-container-wrap {
    flex-wrap: nowrap;
}

/* ## Side Bar ## */

.side-bar {
    display: none;
}

.side-child-active{
    background-color: #f2f2f2;
}

.child-menu li:last-child{

    border-bottom: initial;
}

/* ## Content ## */

.content {
    min-height: 30rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.content-wrap {
    padding: 1.875rem 0;
}

.content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0.5rem 0;
    border-bottom: 0.063rem solid #ddd;
}

.content-subtitle {
    padding-bottom: 0.938rem;
}

.content-subtitle h5::before {
    content: '';
    width: 4px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem;
    background-color: #3d7d2e;
    border-radius: 0.125rem;
}

.content-subtitle h5 {
    color: #111;
    font-weight: 800;
}

.content-text h3 {
    font-weight: 600;
}

.content-table {
    overflow-x: scroll;
}

.content-table table {
    border-top: 2px solid #3d7d2e;
}

.content-table th {
    text-align: center;
    padding: 0.625rem 0.313rem;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    font-size: 0.875rem;
    font-weight: 800;
}

.content-table td {
    text-align: center;
    padding: 0.625rem 0.313rem;
    border: 1px solid #ddd;
    font-size: 0.813rem;
}

.content-bn {
    height: 280px;
    text-align: center;
    margin-bottom: 1.875rem;
    padding: 1.875rem;
    background-color: #98ac69;
    background-image: url(/images/pages/section5-img02.png);
    background-repeat: no-repeat;
    background-position: center bottom 1.875rem;
    background-size: 40%;
    border-radius: 0.5rem;
}

.content-bn h6 {
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 1.063rem;
    font-weight: 800;
}

.content-bn p {
    color: #f0f2ea;
    font-size: 0.875rem;    
}

.content-bn2 {
    height: 250px;
    text-align: center;
    margin-bottom: 1.875rem;
    padding: 1.875rem;
    background-color: #98ac69;
    background-image: url(/images/pages/section5-img01.png);
    background-repeat: no-repeat;
    background-position: center bottom 1.875rem;
    background-size: 40%;
    border-radius: 0.5rem;
}

.content-bn2 h6 {
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 1.063rem;
    font-weight: 800;
}

.content-bn2 p {
    color: #f0f2ea;
    font-size: 0.875rem;    
}

.content-txt {
    padding-bottom: 1.25rem;
}

.content-txt h6 {
    padding-bottom: 0.313rem;
    font-weight: 600;
}

.content-txt h6::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.313rem;
    background-color: #888;
    border-radius: 100%;
}

.content-sharing li {
    display: inline-block;
}

.content-sharing .dropdown {
    padding: 0;
    background: none;
    border: none;
}

.content-sharing button {
    position: relative;
    z-index: 20;
    padding: 0 0 0 0.938rem;
}

.content-sharing .dropdown-menu {
    min-width: initial;
    border: none;
}

.nav-content {
    margin-bottom: 3.125rem;
    background-color: #f4f4f4;
}

/* .nav-content li {
    width: 25%;
} */

.nav-link:focus, .nav-link:hover {
    color: #3d7d2e;
}

.nav-content-link {
    width: 100%;
    padding: 0.5rem 0.5rem;
    color: #888;
    background-color: #f4f4f4;
    border: 0;
}

.nav-content-link:hover {
    color: #555;
    text-decoration: underline;
}

.nav-content .active {
    background-color: #4169e1;
    color: #fff;
    font-family: 'Pretendard-SemiBold';
}

.sns-link a {
    margin: 0 0 0.031rem 0;
    padding: 0 0 0.625rem 1.875rem !important;
    border-radius: 0.188rem;
    text-indent: -9999px;
}

.sns-link li a.share {
    background-image: url(/images/sns/share_icon.png);
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    background-color: #fff;
}

.sns-link li a.print {
    background-image: url(/images/sns/print_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.sns-link {
    padding: 2.813rem 0 0 0.188rem;
    z-index: 14;
    transform: none !important;
    background-color: #e4e3e3;
    border-top-left-radius: 1.625rem;
    border-top-right-radius: 1.625rem;
    border-bottom-left-radius: 0.313rem;
    border-bottom-right-radius: 0.313rem;
}

.sns-link a.facebook {
    background-image: url(/images/sns/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
    text-indent: -9999px;
}

.sns-link a.band {
    background-image: url(/images/sns/band.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

.sns-link a.twitter {
    background-image: url(/images/sns/twitter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

.sns-link .kakao {
    background-image: url(/images/sns/kakao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

.sns-link a.google {
    background-image: url(/images/sns/google.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

/* ## Login ## */

.login-msg {
    text-align: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    color: #3d7d2e;
}

.login-wrap {
    overflow: hidden;
    margin: 0 auto;
    padding: 2.5rem 0;
    background-color: #fafafa;
}

.login-box {
    text-align: center;
    margin-bottom: 1.875rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.063rem solid #dbdbdb;
}

.login-box li, .login-help li {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

.login-box li:last-child, .login-help li:last-child {
    padding-bottom: 0;
}

.login-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.625rem;
    border-radius: 0.25rem;
    border: 0.063rem solid #dbdbdb;
    font-size: 0.938rem;
    font-family: none;
}

.login-btn {
    width: 100%;
    padding: 0.5rem;
    background-image: url(/images/pages/login-btn.png);
    background-repeat: no-repeat;
    background-position: 32% center;
    background-color: #269ad2;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.063rem;
}

.login-help {
    text-align: center;
}

.login-help-msg::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #3d7d2e;
    font-size: 0.625rem;
}

.login-help-btn {
    display: inline-block;
    margin-top: 0.031rem;
    padding: 0.031rem 3.75rem 0.031rem 1.25rem;
    background-image: url(/images/pages/login-help-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #269ad2;
    color: #fff !important;
    border-radius: 0.25rem;
}

.login-inquiry {
    text-align: center;
    margin-top: 1.875rem;
}

.login-inquiry span {
    color: #269ad2;
    font-size: 1.063rem;
}

/* ## Find Password ## */

.findpassword-msg {
    text-align: center;
    margin-bottom: 1.875rem;
}

.findpassword-wrap {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    padding: 2.5rem 0;
    background-color: #fafafa;
}

.findpassword-box {
    text-align: center;
    margin-bottom: 1.875rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.063rem solid #dbdbdb;
}

.findpassword-box li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.5rem;
}

.findpassword-help li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.5rem;
}

.findpassword-box li:last-child, .findpassword-help li:last-child {
    padding-bottom: 0;
}

.findpassword-help li::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #3d7d2e;
    font-size: 0.625rem;
}

.findpassword-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.625rem;
    border-radius: 0.25rem;
    border: 0.063rem solid #dbdbdb;
    font-size: 0.938rem;
    font-family: none;
}

.findpassword-btn {
    width: 100%;
    padding: 0.5rem;
    background-color: #269ad2;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.063rem;
}

.findpassword-text {
    display: block;
    padding-top: 0.031rem;
    color: #666;
    font-size: 0.75rem;
}

/* ## Policy ## */

.policy-agree-title {
    font-size: 1rem;
    font-weight: bold;
}

.policy-agree-title::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #3d7d2e;
    font-size: 0.625rem;
}

.policy-agree-box {
    height: 15.6rem;
    overflow-y: scroll;
    resize: none;
    margin-top: 0.625rem;
    padding: 1.25rem;
    color: #333;
    border: 0.063rem solid #dbdbdb;
}

.policy-agree-check {
    margin: 0.625rem 0 1.875rem 0;
}

/* ## Register ## */

.register-msg {
    text-align: center;
    margin-bottom: 1.875rem;
}

.register-wrap {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    padding: 2.5rem 0;
    background-color: #fafafa;
}

.register-box {
    text-align: center;
    margin-bottom: 1.875rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.063rem solid #dbdbdb;
}

.register-box li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.938rem;
}

.register-help li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.938rem;
}

.register-box li:last-child, .register-help li:last-child {
    padding-bottom: 0;
}

.register-help li::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #3d7d2e;
    font-size: 0.625rem;
}

.register-label {
    display: block;
    padding-bottom: 0.625rem;
}

.register-input {
    box-sizing: border-box;
    padding: 0.5rem 0.625rem;
    border-radius: 0.25rem;
    border: 0.063rem solid #dbdbdb;
    font-size: 0.938rem;
    font-family: none;
}

.register-input-phone {
    display: inline-block;
    width: 29%;
}

.register-input-certify {
    width: 70%;
    display: inline-block;
    margin-right: 0.625rem;
}

.certify-box {
    padding: 0.188rem 0.313rem;
    background-color: #eb8023;
    color: #fff;
    font-weight: bold;
}

.card-box-img {
    box-shadow: 3px 3px 3px #00000010;
}

.card-box-img-top {
    height: 10rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.view-img{
    width: 100%;
}

/* ## Mission ## */

.mission-img {
    height: 200px;
    background-image: url(/images/pages/mission-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;
}

.mission-title {
    font-weight: 800;
}

.mission-text {
    text-align: center;
    padding-top: 1.875rem;
}

.mission-text br {
    display: none;
}

.mission-text h2 {
    padding-bottom: 1rem;
    font-weight: 600;
}

.mission-text b {
    color: #111;
}

/* ## Founder ## */

.founder-title {
    padding: 1.875rem;
    background-color: #F1F7EF;
    border-radius: 0.5rem;
}

.founder-title li:first-child {
    padding-bottom: 0.5rem;
}

.founder-title h6 {
    color: #666;
    font-size: 1.063rem;
    font-weight: 600;
}

.founder-title h6::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 0.5rem;
    background-color: #888;
    border-radius: 0.125rem;
    vertical-align: middle;
}

.founder-title b {
    color: #111;
    font-weight: 800;
}

.founder-wrap {
    padding-top: 1.875rem;
}

.founder-img {
    height: 200px;
    background-image: url(/images/pages/founder-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;
}

.founder-text {
    padding-top: 1.875rem;
}

.founder-text p {
    padding-bottom: 0.625rem;
}

/* ## Founder Profile ## */

.founder-profile-wrap {
    overflow: scroll;
}

.founder-profile-wrap table {
    width: 160%;
    border-top: 2px solid #3d7d2e;
}

.founder-profile-wrap th {
    padding: 0 1.25rem;
    background-color: #f8f8f8;
    color: #3d7d2e;
    border-bottom: 1px solid #ddd;
    font-size: 0.875rem;
    font-weight: 800;
}

.founder-profile-wrap td {
    padding: 1.25rem 0 1.25rem 1.25rem;
    border-bottom: 1px solid #ddd;   
}

/* ## Director Message ## */

.director-message-wrap {
    display: flex;
    flex-direction: column;
}

.director-message-img {
    height: 300px;
    background-image: url(/images/pages/director-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.director-name {
    text-align: center;
    padding: 1.25rem 0;
    background-color: #3d7d2e;
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.director-name p {
    color: #f0f2ea;
    font-size: 0.875rem;
}

.director-name h6 {
    background-image: url(/images/pages/leaves2.png);
    background-repeat: no-repeat;
    background-position: right 22% center;
    background-size: 5%;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 800;
}

.director-message-text {
    padding-top: 2.5rem;
}

.director-message-text h2 {
    text-align: center;
    padding-bottom: 1.125rem;
    font-size: 1.875rem;
    font-weight: 600;
}

.director-message-text p {
    padding-bottom: 1rem;
}

/* ## Former Directors ## */

.former-directors-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 1.875rem;
}

.directors-img {
    width: 50%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.directors-img01 {background-image: url(/images/pages/directors01.png);}
.directors-img02 {background-image: url(/images/pages/directors02.jpg);}
.directors-img03 {background-image: url(/images/pages/directors03.jpg);}
.directors-img04 {background-image: url(/images/pages/directors04.png);}
.directors-img05 {background-image: url(/images/pages/directors05.jpg);}
.directors-img06 {background-image: url(/images/pages/directors06.jpg);}
.directors-img07 {background-image: url(/images/pages/directors07.jpg);}
.directors-img08 {background-image: url(/images/pages/directors08.jpg);}

.directors-name {
    width: 50%;
    height: 200px;
    padding: 1.25rem;
    background-color: #98ac69;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

.directors-name h6 {
    color: #fff;
    font-weight: 800;
}

.directors-name img {
    height: 16px;
}

.directors-name p {
    padding-top: 0.5rem;
    color: #f0f2ea;
    font-size: 0.813rem;
}

/* ## Facilities ## */

.facilities-wrap .nav-tabs {
    border-bottom: 2px solid #3d7d2e;
}

.facilities-wrap button {
    margin-right: 0.313rem;
    color: #888;
    border-top: 1px solid #ddd !important;
    /* border-right: 1px solid #ddd !important; */
    border-bottom: 0;
    /* border-left: 1px solid #ddd !important; */
    font-size: 0.875rem;
}

.facilities-wrap > .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #3d7d2e;
    color: #fff;
    border-top: 1px solid #3d7d2e;
    border-right: 1px solid #3d7d2e;
    border-bottom: 0;
    border-left: 1px solid #3d7d2e;
    font-size: 0.875rem;
    font-weight: 600;
}

.facilities-wrap > .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #3d7d2e;
}

.facilities-photo img {
    height: 250px;
}

.facilities-photo button {
    border: 0 !important;
}

.facilities-photo-list {
    padding-top: 0.625rem;
}

.facilities-photo-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.facilities-photo-list li {
    width: 50%;
}

.facilities-photo-list img {
    height: 120px;
}

/* ## Contact Info ## */

.contact-info-img {
    height: 200px;
    background-image: url(/images/pages/contact-info.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;
}

.contact-info-text {
    padding-top: 1.875rem;
}

.contact-info-text h4 {
    text-align: center;
    padding-bottom: 1.875rem;
    font-size: 1.125rem;
}

.contact-info-text span {
    font-size: 1.375rem;
    font-weight: 600;
}

.contact-info-text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.875rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 20px rgb(0, 0, 0, 0.06);
}

.contact-info-text li {
    display: flex;
    align-items: center;
}

.contact-info-text li:first-child h6 {
    font-weight: 600;
}

.contact-info-text li:first-child P {
    color: #3d7d2e;
    font-size: 1.25rem;
    font-weight: 800;
}

.contact-info-text li:nth-child(2) {
    margin-top: -0.25rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #ddd;
}

.contact-info-text li:nth-child(2) h6 {
    font-weight: 600;
}

.contact-info-text li:nth-child(2) P {
    color: #111;
    font-size: 1.25rem;
    font-weight: 800;
}

.contact-info-text li:nth-child(n+3)::before {
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 0.313rem;
    background-color: #888;
    border-radius: 100%;
}

.contact-info-text li:nth-child(n+3) h6 {
    font-size: 0.875rem;
}

.contact-info-text li:nth-child(n+3) p {
    font-weight: 600;
}

.contact-info-text h6 {
    padding-right: 0.5rem;
}

/* ## Location ## */

.location-map .root_daum_roughmap_landing {
    width: 100% !important;
}

.location-map .root_daum_roughmap .cont {
    display: none;
}

.location-info {
    padding-top: 1.875rem;
}

.location-info i {
    padding-right: 0.313rem;
}

.location-info span {
    font-weight: 600;
}

.location-address {
    padding-bottom: 0.313rem;
}

.location-phone-text {
    padding-right: 1.875rem;
}

.location-text {
    padding-top: 3.125rem;
}

.location-text li:first-child {
    padding-bottom: 1.875rem;
}

.location-box {
    padding: 1.25rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 10px rgb(0, 0, 0, 0.06);
}

.location-title {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
}

.location-text i {
    padding-right: 0.625rem;
    font-size: 1.25rem;
}

.location-text h6 {
    font-weight: 800;
}

.location-text p {
    color: #666;
    font-size: 0.875rem;
}

.location-text table {
    display: block;
    padding-top: 1rem;
}

.location-text th {
    text-align: center;
    padding: 0.25rem 0.5rem;
    background-color: #eee;
    border: 1px solid #ddd;
}

.location-text td {
    text-align: center;
    padding: 0.25rem 0.5rem;
    border: 1px solid #ddd;
    font-size: 0.813rem;
}

.location-txt p {
    padding-bottom: 0.313rem;
    color: #333;
    font-weight: 600;
}

.location-txt p::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.313rem;
    background-color: #888;
    border-radius: 100%;
}

.location-txt span {
    color: #666;
    font-size: 0.813rem;
}

/* ## Hospice ## */

.hospice-mean {
    padding-bottom: 3.125rem;
}

.hospice-mean-wrap {
    margin: 0;
}

.hospice-mean-box1 {
    padding: 1.25rem;
    background-color: #3d7d2e;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;    
}

.hospice-mean-box1 h5 {
    color: #fff;
    font-weight: 800;
}

.hospice-mean-box2 {
    padding: 1.5rem;
    border: 2px solid #3d7d2e;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.hospice-mean-box2 p::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.313rem;
    background-color: #888;
    border-radius: 100%;
}

.hospice-mean-box2 p {
    padding-bottom: 0.625rem;
    color: #111;
}

.hospice-mean-box2 p:last-child {
    padding-bottom: 0;
}

.hospice-wrap {}

.hospice-wrap h5 {
    color: #111;
    font-weight: 800;
}

.hospice-wrap h5::before {
    content: '';
    width: 4px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem;
    background-color: #3d7d2e;
    border-radius: 0.125rem;
}

.hospice-wrap ul {
    margin: 1rem 0 0 0;
    padding: 1.5rem 1.875rem;
    background-color: #f1f7ef;
    border-radius: 0.5rem;
}

.hospice-wrap li {
    display: flex;
    align-items: center;
    padding: 0;
}

.hospice-wrap li:nth-child(-n+2) {
    padding-bottom: 1.25rem;
}

.hospice-wrap li:nth-child(-n+2)::after {
    content: '>';
    padding-left: 2rem;
    color: #888;
    font-size: 1.25rem;
    font-weight: 600;
}

.hospice-icon {
    width: 80px;
    height: 80px;
    padding: 1.25rem;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
    background-color: #fff;
    border: 1px solid #c9deca;
    border-radius: 100%;
}

.hospice-icon01 {background-image: url(/images/pages/hospice-icon01.png);}
.hospice-icon02 {background-image: url(/images/pages/section1-img03.png);}
.hospice-icon03 {background-image: url(/images/pages/hospice-icon03.png);}

.hospice-wrap p {
    padding-left: 1.875rem;
    color: #111;
    font-size: 1rem;
    font-weight: 600;
}

.hospice-text {
    margin-top: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #ddd;
}

.hospice-text h6 {
    padding-bottom: 0.313rem;
    font-size: 0.938rem;
    font-weight: 600;
}

.hospice-text small {
    display: inline-block;
    padding-bottom: 0.625rem;
    color: #666;
}

.hospice-text span {
    display: inline-block;
    color: #3d7d2e;
    font-size: 1rem;
    font-weight: 800;
}

.hospice-text span > i {
    font-size: 0.875rem;
}

/* ## Uninsured ## */

.uninsured-tb table {
    width: 160%;
}

/* ## Volunteer Guide ## */

.volunteer-guide-wrap {
    padding-top: 0.675rem;
}

.volunteer-guide-wrap li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.volunteer-guide-wrap li:nth-child(-n+2) {
    padding-bottom: 1.875rem;
}

.volunteer-guide-title {
    width: 10rem;
    height: 10rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #3d7d2e;
    border-radius: 100%;
}

.volunteer-guide-title::before {
    content: '';
    width: 1px;
    height: 1rem;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #bbb;
}

.volunteer-guide-title::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #3d7d2e;
    border: 2px solid #fff;
    border-radius: 100%;
}

.volunteer-img {
    display: none;
}

.volunteer-img01 {background-image: url(/images/pages/volunteer-img01.png);}
.volunteer-img02 {background-image: url(/images/pages/volunteer-img02.png);}
.volunteer-img03 {background-image: url(/images/pages/volunteer-img03.png);}

.volunteer-guide-title h5 {
    text-align: center;
    color: #fff;
    font-size: 1.063rem;
    font-weight: 800;
}

.volunteer-guide-box {
    padding: 1.5rem;
    border: 1px solid #bbb;
    border-radius: 0.5rem;
}

/* ## Application ## */

.application-wrap {
    padding: 1.875rem;
    border: 2px solid #ddd;
    border-radius: 0.375rem;
}

.application-wrap label {
    font-weight: 600;
}

.application-btn {
    background-color: #333;
    color: #fff;
    font-weight: 600;
}

.application-key {
    padding: 0.675rem 0.938rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.application-key small {
    padding-top: 0.313rem;
    color: #888;
}

.application-button {
    text-align: center;
    margin-top: 1.875rem;
}

/* ## Supporters Association ## */

.supporters-association-bn {
    text-align: center;
    margin: 0.5rem 0 1.875rem 0;
    padding: 2.5rem;
    border-radius: 0.5rem;
    background: 
        linear-gradient(rgba(61, 125, 46, 0.8), rgba(61, 125, 46, 0.9)), 
        url(/images/pages/babo01.png) center/50% no-repeat;
}

.supporters-association-bn p {
    color: #fff;
}

.supporters-association-bn p:first-child {
    padding-bottom: 1rem;
}

.sa-tb1 {
    margin-bottom: 1.25rem;
}

.supporters-association-tb {
    overflow: scroll;
}

.supporters-association-tb small {
    color: #888;
}

.supporters-association-tb table {
    width: 120%;
    border-top: 2px solid #3d7d2e;
}

.supporters-association-tb th {
    padding: 1rem;
    background-color: #f8f8f8;
    color: #3d7d2e;
    border-bottom: 1px solid #ddd;
    font-weight: 800;
}

.supporters-association-tb td {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

/* ## Join Us ## */

.join-us-wrap {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}