/* Fixed Elements { */
.top-btn-fixed {position: fixed; bottom: 50px; right: 4rem; z-index: 20; font-size: 0;}
.top-btn {opacity: 0; visibility: hidden; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background-color:var(--white-color); color:var(--black-color); border: none; border-radius: 50%; box-shadow: 0 4px 10px 0 rgba(0,0,0,0.3); font-size: var(--font-25); transition: 0.3s;}
@media (hover: hover) {
  .top-btn:hover {transform: translateY(-5px);}
}
.top-btn.active {opacity: 1; visibility: visible;}
/* } Fixed Elements */

/* Header { */
:root {
  --header-height: 93px;
  --menu-height: 150px;
}
.header {position: fixed; z-index: 100; top: 0; left: 0; right: 0; background-color: var(--white-color); transition: 0.3s;}
.header::after {content: ''; position: absolute; left: 0; top: var(--header-height); width: 100%; height: 0; background-color: var(--white-color); z-index: -1; overflow: hidden; opacity: 0; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15); transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;}
.header .wrapper2 {transition: 0.3s;}
.header-inner {display: flex; align-items: center; justify-content: start; gap: 120px; height: var(--header-height);}

.header-logo {flex: none; margin-right: auto; font-size: 0;}
.header-logo-link {display: block;}
.header-logo-img {display: inline-block; width: 366px; aspect-ratio: 366 / 62;}

.header-gnb {}
.gnb-depth1-ul {display: flex; align-items: stretch; justify-content: center;}
.gnb-depth1-li {flex: 1; position: relative;}
.gnb-depth1-a {display: inline-flex; align-items: center; justify-content: center; min-width: 200px; height: var(--header-height); color: var(--black-color); text-align: center; font-size: var(--font-22); font-weight: 600; line-height: 1; transition: 0.3s;}
.gnb-depth1-li:has(:hover) .gnb-depth1-a {color: var(--main-color);}

.gnb-depth2-ul {overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: 100%; left: 0; width: 100%; height: 0; margin-top: 1rem; border-right: 1px solid var(--line-color); transition-duration: 0.3s; transition-delay: .1s;}
.gnb-depth2-li {padding: 12px 24px;}
.gnb-depth2-a {position: relative; display: inline-block; padding-left: 0.8em; color: #666; font-weight: 500; font-size: var(--font-18); line-height: normal;}
.gnb-depth2-a::after {content: ''; position: absolute; left: 0.8em; bottom: -1px; width: 0; height: 2px; background-color: var(--main-color); transition: 0.3s;}
.gnb-depth2-a::before {content: '-'; position: absolute; top: 0; left: 0;}

.gnb-depth2-a:hover {color: var(--main-color);}
.gnb-depth2-a:hover::after {width: calc(100% - 0.8em);}

/* Menu Open */
.header.on .wrapper2 {width: 100%;}
@media screen and (min-width: 1921px) {
  .header.on .wrapper2 {width: 1920px;}
}
.header.menu-open::after {height: calc(var(--menu-height) + 2rem); opacity: 1;}
.header.on .gnb-depth1-a {min-width: 250px;}
.header.menu-open .gnb-depth2-ul {opacity: 1; visibility: visible; pointer-events: visible; height: var(--menu-height);}

.header-btn-wrap {flex: none; font-size: 0;}
.header-btn-wrap > button {display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; width: 72px; height: 56px; padding: 4px; border: none; line-height: 1;}
.header-search-btn {margin-right: 5px; background-color: var(--white-color); color: var(--black-color); font-size: var(--font-32); transition: color 0.3s;}
.header-sitemap-btn {position: relative; border-radius: 5px; background-color: var(--main-color); color: var(--white-color);}
.header-sitemap-btn > .bar {display: inline-block; width: 26px; height: 3px; background-color: var(--white-color); transition: 0.3s;}
.header-sitemap-btn::before, .header-sitemap-btn::after {content: ''; position: absolute; left: 50%; display: inline-block; width: 26px; height: 3px; background-color: var(--white-color); transition: 0.3s;}
.header-sitemap-btn::before {transform: translate(-50%, -9px);}
.header-sitemap-btn::after {transform: translate(-50%, 9px);}

/* Hover */
.header-search-btn:hover {color: var(--main-color);}
.header-sitemap-btn:hover:not(.on) > .bar {width: 16px;}
.header-sitemap-btn:hover:not(.on)::before {width: 24px;}
.header-sitemap-btn:hover:not(.on)::after {width: 24px;}

/* Close */
.header-sitemap-btn.on > .bar {width: 0; height: 0;}
.header-sitemap-btn.on::before {transform: translateX(-50%) rotate(45deg);}
.header-sitemap-btn.on::after {transform: translateX(-50%) rotate(-45deg);}
/* } Header */

/* Header Search { */
.header-search {display: none; position: fixed; z-index: 90; top: var(--header-height); left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7);}
.header-search-container {position: relative; padding: 70px 1.5rem 80px; background-color: rgb(255, 255, 255, 0.67); box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.header-search-close {position: absolute; top: 100%; left: 50%; transform: translate(-50%, -50%); display: inline-flex; align-items: center; justify-content: center; width: 50px; aspect-ratio: 1 / 1; border-radius: 999px; outline: 5px solid rgba(0, 0, 0, 0.6); border: none; background-color: var(--black-color); color: var(--white-color); font-size: var(--font-28); font-weight: 600; line-height: 1;}
.header-search-close::after {content: ''; display: inline-block; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 999px;}
.header-search-close:focus-visible::after {outline: 3px dotted #ff0000;}
.header-search-wrap {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px;}

.header-search-select {font-size: 0;}
.header-search-select > select {width: 190px; max-width: 100%; height: 70px; padding-left: 20px; padding-right: 50px; border-radius: 10px; background: var(--white-color) url("../img/triangle-drop-down.svg") no-repeat center right 20px / 16px; border: none; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); color: var(--black-color); appearance: none; text-overflow: ellipsis; font-size: var(--font-18);}

.header-search-input {font-size: 0; position: relative;}
.header-search-input > input[type="search"] {vertical-align: middle; width: 600px; max-width: 100%; height: 70px; padding: 0 20px; padding-right: 90px; border-radius: 10px 10px 30px 10px; background: var(--white-color); border: none; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); color: var(--main-color); -webkit-appearance: textfield; text-overflow: ellipsis; font-size: var(--font-18);}
.header-search-input > button {position: absolute; top: 0; right: 0; display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; width: 68px; height: 70px; padding-bottom: 5px; border-radius: 0 10px 30px 0; background-color: var(--main-color); border: none; color: var(--white-color); font-weight: 400; font-size: var(--font-32); line-height: 1;}
/* } Header Search */

/* Sitemap { */
.sitemap {overflow-y: auto; display: none; position: fixed; z-index: 95; top: var(--header-height); left: 0; right: 0; bottom: 0; background: var(--white-color) linear-gradient(180deg, #ffffffb5 0%, #E3E9EF 100%);}
.sitemap-container {padding-left: 20px; padding-right: 20px;}
.sitemap-wrapper {width: 1400px; max-width: 100%; margin: 0 auto; padding-top: 70px; padding-bottom: 90px;}
.sitemap-title {margin-bottom: 80px; text-align: center; font-weight: 600; font-size: var(--font-40); line-height: normal;}

.sitemap-depth1-ul {display: flex; align-items: start; justify-content: center; flex-wrap: wrap; gap: 27px;}
.sitemap-depth1-li {flex: 1; max-width: 250px;}
.sitemap-depth1-a {display: flex; align-items: center; justify-content: center; text-align: center; min-height: 58px; padding: 5px 20px; border-radius: 3px; border: none; background-color: var(--main-color); color: var(--white-color); font-weight: 600; font-size: var(--font-22); line-height: normal;}
.sitemap-depth1-btn {display: none;}

.sitemap-depth2-ul {margin-top: 30px;}
.sitemap-depth2-li {margin-top: 12px;}
.sitemap-depth2-a {display: flex; align-items: center; justify-content: start; text-align: left; min-height: 50px; padding: 5px 20px; border-radius: 3px; background-color: var(--white-color); border: 1px solid var(--line-color); color: #666; font-weight: 500; font-size: var(--font-18); line-height: normal; transition: 0.3s;}
.sitemap-depth2-a:hover {box-shadow: 0 0 10px #dfd4d4;}
.sitemap-depth2-a::before {content: '-'; margin-right: 5px;}
/* } Sitemap */

/* Footer { */
.footer-wrap {padding-bottom: 50px;}
.footer-top {border-top: 1px solid var(--line-color); border-bottom: 1px solid var(--line-color);}
.footer-nav {display: flex; align-items: start; justify-content: start; gap: 5px 50px; flex-wrap: wrap; padding: 16px 0;}
.footer-link {position: relative; font-weight: 600;}
.footer-link.color {color: var(--point-color);}
.footer-link::after {content: ""; position: absolute; left: calc(100% + 25px); top: 50%; transform: translateY(-50%); display: block; width: 1px; height: 10px; background-color: var(--black-color);}
.footer-link:last-child:after {display: none;}

.footer-bottom {margin-top: 30px;}
.footer-content {display: flex; justify-content: space-between; align-items: center;}
.footer-logo-link {display: block; flex: none; font-size: 0;}
.foot-logo-img {width: 215px; aspect-ratio: 215 / 39;}

.footer-rel-site {position: relative;}
.rel-site-btn {display: inline-flex; align-items: center; justify-content: space-between; gap: 5px; width: 220px; height: 52px; padding: 5px 25px; border-radius: 5px; background-color: var(--white-color); border: 1px solid var(--line-color); color: var(--black-color); font-weight: 500; font-size: 1rem;}
.rel-site-btn > i {font-size: var(--font-20); transition: transform 0.3s;}
.rel-site-btn.on > i {transform: rotate(180deg);}
.rel-site-list {display: none; position: absolute; bottom: 100%; left: 0; width: fit-content; min-width: 100%; margin-bottom: 10px; padding: 10px 25px; border-radius: 5px; background-color: var(--white-color); border: 1px solid var(--line-color); color: var(--black-color); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
.rel-site-li ~ .rel-site-li {margin-top: 8px;}
.rel-site-link {display: inline-block;}
.rel-site-link:hover {text-decoration: underline;}

.footer-bottom-box {margin-top: 22px;}
.footer-contact-info {display: flex; align-items: center; justify-content: start; flex-wrap: wrap; gap: 0px 27px; color: #434343; font-weight: 500; font-style: normal;}
.footer-contact-item {display: inline-block;}
.footer-copyright {display: inline-block; margin-top: 7px; color: #9a9a9a; font-size: var(--font-15); font-weight: 500;}
/* } Footer */


/* 2026-05-18 만족도 조사 추가 { */
.sub-foot {margin-top: 90px;}
.satisfaction {border: 1px solid #eee; border-radius: 10px; overflow: hidden;}
.satisfaction-head {background-color: #f5f5f5; padding: 20px 40px;}
.satisfaction-info {display: flex; align-items: center; gap: 40px;}
.satisfaction-info-item {display: flex; align-items: center; gap: 5px; font-size: 17px; color: #000000; position: relative;}
.satisfaction-info-item::before {content: ''; width: 1px; height: 13px; background-color: #ccc; position: absolute; top: 50%; right: -20px; transform: translateY(-50%);}
.satisfaction-info-item:last-child::before {display: none;}
.satisfaction-info-item .t {display: flex; align-items: center; font-weight: 500; gap: 4px;}
.satisfaction-info-item i {font-weight: normal; font-size: 20px;}
.satisfaction-info-item .a {font-weight: 400; color: #666666;}
.satisfaction-caution {padding-top: 13px;}
.satisfaction-caution p {font-weight: 400; font-size: 15px; color: #666666;}
.satisfaction-body {padding: 20px 40px; background-color: #FFFFFF;}
.question {}
.question-item {}
.question-item ~ .question-item {margin-top: 20px;}
.question-ask {font-weight: 400; font-size: 18px; color: #333333;}
.question-ask .pen-text {display: inline-block; position: relative;}
.question-ask .pen-text::before {content: ''; width: 105%; height: 20px; border-radius: 10px; background-color: #F0F6FB; position: absolute; bottom: -5px; left: -5px; z-index: -1;}
.question-ans {padding-top: 13px; display: flex; align-items: center; gap: 40px;}
.question-ans .question-input {display: flex; align-items: center; gap: 5px;}
.question-ans .question-input .i-input {border: 1px solid #D9D9D9; border-radius: 3px; height: 40px; min-width: 180px; padding: 0 15px; font-weight: 400; font-size: 16px; color: #000000;}
.question-ans .question-input button[type="submit"] {height: 40px; display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 16px; background-color: #FFFFFF; border: 1px solid #000000; border-radius: 3px; padding: 0 20px; width: 100px;}

.radio-wrap {display: flex; align-items: center; gap: 10px 20px; flex-wrap: wrap;}
.radio-wrap.center {justify-content: center;}
.radio-item {}
.radio-item input[type=radio] {appearance: none; margin: 0;}
.radio-item input[type=radio] + label {position: relative; font-weight: 400; font-size: 17px; padding-left: 30px; cursor: pointer;}
.radio-item input[type=radio] + label::before {content: ''; width: 22px; height: 22px; border-radius: 50%; border: 1px solid #D9D9D9; position: absolute; top: -2px; left: 0; background-color: var(--white-color);}
.radio-item input[type=radio] + label::after {content: ''; width: 14px; height: 14px; border-radius: 50%; position: absolute; top: 3px; left: 5px; background-color: var(--main-color); opacity: 0;}
.radio-item input[type=radio]:checked + label::before {border-color: var(--main-color);}
.radio-item input[type=radio]:checked + label::after {opacity: 1;}

.radio-item input[type=radio]:focus + label::before {outline: 3px dotted #ff0000;}

@media screen and (max-width:1024px) {
  .satisfaction-head {padding: 20px;}
  .satisfaction-body {padding: 20px;}
  .satisfaction-info-item {font-size: 15px;}
  .satisfaction-info-item i {font-size: 18px;}
  .satisfaction-caution p {line-height: 1.2;}
  .question-ask {font-size: 16px;}
  .question-ans {gap: 10px; flex-direction: column; align-items: flex-start; padding-top: 20px;}
  .question-ans .question-input {width: 100%;}
  .question-ans .question-input .i-input {width: calc(100% - 100px - 5px); font-size: 15px; padding: 0 10px;}

  .radio-wrap {gap: 10px;}
  .radio-item input[type=radio] + label {font-size: 15px; padding-left: 24px;}
  .radio-item input[type=radio] + label::before {width: 18px; height: 18px; top: -1px;}
  .radio-item input[type=radio] + label::after {width: 12px; height: 12px; left: 4px;}
}
@media screen and (max-width:768px) {
  .sub-foot {margin-top: 60px;}
  .satisfaction-info {flex-direction: column; gap: 5px; align-items: flex-start;}
  .satisfaction-info-item {line-height: 1;}
  .satisfaction-info-item::before {display: none;}
  .satisfaction-caution p {font-size: 14px;}
  .question-ask {font-size: 15px;}
  .question-ans .question-input .i-input {font-size: 14px; height: 36px;}
  .question-ans .question-input button[type="submit"] {font-size: 14px; padding: 0 10px; height: 36px;}
}
@media screen and (max-width:425px) {
  .sub-foot {margin-top: 40px;}
  .satisfaction-info-item {font-size: 14px;}
  .satisfaction-info-item i {font-size: 16px;}
  .satisfaction-caution p {font-size: 14px;}
  .question-ask {font-size: 14px;}
  .question-ask .pen-text::before {height: 14px;}
  .question-ans {padding-top: 14px;}
  .question-ans .question-input .i-input {font-size: 13px; padding: 0 8px; height: 32px; width: calc(100% - 75px);}
  .question-ans .question-input button[type="submit"] {width: 70px; font-size: 13px; padding: 0 8px; height: 32px;}

  .radio-item input[type=radio] + label {font-size: 13px; padding-left: 20px;}
  .radio-item input[type=radio] + label::before {width: 15px; height: 15px;}
  .radio-item input[type=radio] + label::after {width: 9px; height: 9px;}
}
/* } 2026-05-18 만족도 조사 추가 */

/* Responsive { */
@media screen and (max-width:1600px) {
  /* Header { */
  .header-inner {gap: 40px;}
  .gnb-depth1-a {min-width: 180px;}
  /* Menu Open */
  .header.on .gnb-depth1-a {min-width: 200px;}
  /* } Header */
} /* End */

@media screen and (max-width:1440px) {
  /* Header { */
  :root {
    --header-height: 80px;
    --menu-height: 145px
  }
  .header-inner {gap: 20px;}
  .header-logo-img {width: 250px;}
  .gnb-depth1-a {min-width: 190px;}
  /* Menu Open */
  .header.on .gnb-depth1-a {min-width: 190px;}
  /* } Header */

  /* Sitemap { */
  .sitemap-container {padding-left: 1.5rem; padding-right: 1.5rem;}
  .sitemap-title {margin-bottom: 60px;}

  .sitemap-depth1-ul {gap: 20px;}
  .sitemap-depth2-ul {margin-top: 20px;}
  .sitemap-depth2-li {margin-top: 10px;}
  /* } Sitemap */
} /* End */

@media screen and (max-width:1280px) {
  .header-gnb {display: none !important;}
} /* End */

@media screen and (max-width:1024px) {
  /* Header { */
  .header-btn-wrap > button {width: 54px; height: 42px;}
  .header-sitemap-btn > .bar {width: 20px; height: 2px;}
  .header-sitemap-btn::before, .header-sitemap-btn::after {width: 20px; height: 2px;}
  .header-sitemap-btn::before {transform: translate(-50%, -7px);}
  .header-sitemap-btn::after {transform: translate(-50%, 7px);}

  /* Hover */
  .header-sitemap-btn:hover:not(.on) > .bar {width: 12px;}
  .header-sitemap-btn:hover:not(.on)::before {width: 18px;}
  .header-sitemap-btn:hover:not(.on)::after {width: 18px;}
  /* } Header */

  /* Header Search { */
  .header-search-container {padding: 50px 1.5rem 70px;}

  .header-search-select > select {width: 180px; height: 60px;}

  .header-search-input > input[type="search"] {width: 480px; height: 60px; padding-right: 80px;}
  .header-search-input > button {width: 58px; height: 60px;}
  /* } Header Search */

  /* Sitemap { */
  .sitemap-container {padding-left: 1.5rem; padding-right: 1.5rem;}
  .sitemap-wrapper {padding-top: 50px; padding-bottom: 70px;}
  .sitemap-title {margin-bottom: 50px;}

  .sitemap-depth1-ul {gap: 15px;}
  .sitemap-depth1-a {min-height: 50px; font-size: var(--font-20);}
  /* } Sitemap */
} /* End */

@media screen and (max-width:768px) {
  /* Fixed Elements { */
  .top-btn-fixed {bottom: 30px; right: 2rem;}
  /* } Fixed Elements */

  /* Header { */
  .header-logo-img {width: 200px;}
  /* } Header */

  /* Header Search { */
  .header-search-container {padding: 30px 1rem 50px;}
  .header-search-close {width: 40px;}
  .header-search-wrap {gap: 10px;}
  .header-search-select > select {width: 140px; height: 50px; padding-right: 30px; padding-left: 15px; background-size: 12px; background-position-x: right 11px; border-radius: 5px;}
  .header-search-input > input[type="search"] {width: calc(100vw - 10px - 2rem - 140px); height: 50px; padding-right: 60px; padding-left: 15px; border-radius: 5px; border-bottom-right-radius: 15px;}
  .header-search-input > button {width: 48px; height: 50px; padding-bottom: 2.5px; border-top-right-radius: 5px; border-bottom-right-radius: 15px;}
  /* } Header Search */

  /* Sitemap { */
  .sitemap {background: var(--white-color) linear-gradient(180deg, #ffffffb5 0%, #efe3e380 100%);}
  .sitemap-wrapper {padding-top: 20px; padding-bottom: 50px;}
  .sitemap-title {display: none;}

  .sitemap-depth1-ul {display: block;}
  .sitemap-depth1-li {max-width: unset; padding: 5px 0; border-bottom: 1px solid var(--line-color); transition: 0.3s;}
  .sitemap-depth1-li:first-child.on {padding-top: 5px !important;}
  .sitemap-depth1-li.on {padding: 20px 0; border-bottom-color: var(--black-color);}
  .sitemap-depth1-a {display: none;}
  .sitemap-depth1-btn {display: flex; align-items: center; justify-content: space-between; text-align: center; width: 100%; min-height: 52px; padding: 5px 15px; border-radius: 3px; border: none; background-color: transparent; color: var(--black-color); font-weight: 600; font-size: var(--font-22); line-height: normal; transition: 0.3s;}
  .sitemap-depth1-li .sitemap-depth1-btn > i {transition: 0.3s;}

  .sitemap-depth1-li.on .sitemap-depth1-btn {background-color: var(--main-color); color: var(--white-color);}
  .sitemap-depth1-li.on .sitemap-depth1-btn > i {transform: rotate(180deg);}

  .sitemap-depth2-ul {display: none; margin-top: 0; padding-top: 12px;}
  .sitemap-depth2-li {margin-top: 8px;}
  .sitemap-depth2-a {font-size: 15px;}
  /* } Sitemap */

  /* Footer { */
  .footer-nav {gap: 0 30px; padding: 10px 0;}
  .footer-link::after {left: calc(100% + 15px);}
  .footer-content {flex-flow: column-reverse; align-items: end; gap: 10px;}
  .footer-logo-link {align-self: start;}
  .foot-logo-img {width: 200px;}
  .footer-bottom {margin-top: 20px;}
  .rel-site-btn {width: 180px; height: 45px; padding: 5px 15px;}
  .rel-site-list {left: unset; right: 0; padding: 10px 15px;}
  .footer-contact-info {display: block;}
  .footer-contact-item {display: block;}
  /* } Footer */
} /* End */

@media screen and (max-width:425px) {
  /* Fixed Elements { */
  .top-btn-fixed {bottom: 20px; right: 1.5rem;}
  .top-btn {width: 45px; height: 45px;}
  /* } Fixed Elements */

  /* Header { */
  :root {
    --header-height: 65px;
    --menu-height: 145px
  }
  .header-inner {gap: 0;}
  .header-logo-img {width: 175px;}
  .header-btn-wrap > button {width: 45px; height: 35px;}
  /* } Header */

  /* Header Search { */
  .header-search-select > select, .header-search-input > input[type="search"] {width: calc(100vw - 2rem); height: 45px;}
  .header-search-input > button {width: 45px; height: 45px; padding-bottom: 0;}
  /* } Header Search */

  /* Footer { */
  .foot-logo-img {width: 175px;}
  .footer-bottom-box {margin-top: 15px;}
  .rel-site-btn {width: 165px; height: 40px;}
  /* } Footer */
} /* End */
/* } Responsive */