@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* 기본스타일 */
body {
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #111 !important;
    font-size: 16px; 
}
button {
    all: unset;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

.wrap {
    width: 1760px;
    height: inherit;
    margin: 0 auto;
}

/* 전체 헤더 스타일 */
.header {
    height: 92px;
    background-color:#075B4B;
    color: #fff;
}
.h_right {
    gap: 30px;
}
.top_sch {
    width: 420px;
    height: 58px;
    position: relative;
}

.top_sch input{
    width: 420px;
    height: 58px;
    padding: 17px 80px 17px 40px;
    box-sizing: border-box;
    border-radius: 50px;
    outline: none;
    border: none;
    font-size:1.125rem;

}

.top_sch_btn {
    position: absolute;
    top: 0;
    right: 0px; 
    padding: 8px 26px 8px 26px;
    color: #075B4B;
    font-size: 1.75rem;
}

.top_sch_btn:hover {
    color: #298170;
}

.call {
    font-size: 2.25rem;
    color: #fff;
    font-weight: 700;
}

.call img {
   margin-bottom:5px;
}

.logo {
    align-items: center;
}

.nav {
    font-weight: 500;
}

.h_btn {
    width: 100px;
    height: 45px;
    background: #075B4B;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    border-radius: 10px;
}
.h_btn:hover {
    background: #298170;
}

/* sidemenu */
.pc_layout {
    width: 1760px;
    margin: 0 auto;
}

.side_wrap {
    width: 300px;
    margin-top: 24px;
}
.side_sch {
    background: #075B4B;
    border-radius: 15px;
}
.side_wrap h2 {
    height: 62px;
    font-size: 1.625rem;
    text-align: center;
    line-height: 62px;
    color: #fff;

}
.sidemenu {
    width: 300px;
    padding: 0 18px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-radius: 14px;
    font-size: 1.125rem;
    font-weight: 500;
}

.sidemenu ul {

}
.sidemenu ul li {
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.sidemenu ul li a {
    display: block;
    cursor: pointer;
}
.sidemenu ul li:hover {
   color: #298170 !important;
   font-weight: 600 !important;
}

.on {
    color: #075B4B;
    font-weight: bold;
}
.filter-bar {
    align-items: center;
    background: #fff;
    margin: 28px auto 0;
    padding: 0 20px;
}
.filter-bar h3 {
    font-size: 1.125rem;
    color: #808080;
}

.filter-bar .filter-item {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    padding: 8px 0;
    position: relative;
}

.filter-bar .divider {
    width: 1px;
    height: 35px;
    margin: 0 5px;
    background: #ddd;
}
.detail_select{
    border: 1px solid #ddd;
    font-size: 0.938rem;
}
.filter_btn {
    gap: 8px;
    margin: 12px 0 24px;
}
.reset_btn, .search_btn{
    width: 108px;
    height: 45px;
    font-size: 1rem;
    border-radius: 6px;
    text-align: center;
}

.reset_btn {
    border: 1px solid #075B4B;
    color: #075B4B;
    box-sizing: border-box;
}

.search_btn {
    background: #075B4B;
    color: #fff;
}
.reset_btn:hover {
    border:1px solid #0F967D;
    color: #0F967D;
}
.search_btn:hover {
    background: #0F967D;
}
.search_btn img {
    vertical-align: bottom;
}
/* Icon Spin */
.reset-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.reset-icon-spin .hvr-icon {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.reset-icon-spin:active .hvr-icon,
.reset-icon-spin:focus .hvr-icon,
.reset-icon-spin:hover .hvr-icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.quick-menu {
    width: 300px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
    margin-top: 12px;
}
.quick-menu .menu-item {
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    position: relative;
}

.quick-menu .menu-item::after {
    content: '';
    width: 1px;
    height: 24px;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.quick-menu .menu-item:last-child::after{
    display: none;
}

.about-us {
    width: 300px;
    height: 100px;
    position: relative;
    background: url(../images/about_banner.png) no-repeat 1% -14%,#DEF2FF;
    background-size: 59%;
    border-radius: 15px;
    margin-top: 12px;
    cursor: pointer;
}

.about-us a {
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    font-weight: 500;
    color: #0E075B;
    letter-spacing: -1px;
}

.about-us:hover {
    background:url(../images/about_banner.png) no-repeat 1% -14%, #abddff;
    background-size: 59%;

}

.nav_btn {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
}

.about_btn, .cafe_btn {
    width: 145px;
    height: 85px;
    position: relative;
    border-radius: 15px;
    margin-top: 12px;
    cursor: pointer;
}

.about_btn {
    background: url(../images/about_btn.png) no-repeat 5% 48%,#C5E4FF;
}

.cafe_btn {
    background: url(../images/cafe_btn.png) no-repeat 5% 48%,#C5E4FF;
}

.about_btn a, .cafe_btn a {
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 17px;
    font-weight: 500;
    color: #0E075B;
    letter-spacing: -1px;
    line-height: 1.2;
}

.about_btn:hover {
     background: url(../images/about_btn.png) no-repeat 5% 48%,#85C7FF;
}

.cafe_btn:hover {
     background: url(../images/cafe_btn.png) no-repeat 5% 48%,#85C7FF;
}
 




/* 푸터 */
.p_footer {
    /* width: 100%;
    height: 230px; */
}

footer {
    width: 100%;
    height: 230px;
    background: #002820;
    font-size: 14px;
    margin-top: 150px;
}
.footer .inner {
    position: relative;
    max-width: 1760px;
    width: 100%;
    height: 230px;
    margin: 0 auto;
}
.footer .inner::after {
    content: "";
    display: block;
    clear: both;
}
.footer h1 {
    float: left;
    padding-top: 80px;
}
.footer .mid {
    float: left;
    margin-left: 70px;
    padding-top: 70px;
}
.footer .mid {
    color: #cfcfcf;
    font-size: 14px;
}
.footer .mid address {
    line-height: 26px;
}
.footer .fnb {
    width: 279px;
    position: absolute;
    top: 67px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    color: #fff;
}

.fnb div {
    position: relative;
    cursor: pointer;
    z-index: 10;
    
}

.fnb div::after {
    content: '';
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translate(-50%,-50%);
}

.fnb div:nth-child(3)::after, .fnb div:last-child::after {
    display: none;
}

.fnb_btn {
    width: 84px;
    height: 38px;
    background: #fff;
    color: #075B4B;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

.fnb_btn:hover {
    background: #0F967D;
    color: #fff;
}

.footer .right_col {
    position: absolute;
    right: 0;
}

.footer-logo {
    filter: invert(99%) sepia(98%) saturate(1%) hue-rotate(256deg) brightness(108%) contrast(100%);
}

.card-header {
    background-color: transparent;
}

.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}


