@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css);
html, body, table, input, textarea, nav, button, div, p,
span, h1, h2, h3, h4, h6, tr, td, ol, ul, li, select, pre,
a:hover, a:active, html .selectbox it-container * {
  font-family: 'Pretendard', 'Noto Sans KR', 'Nanum Gothic', '나눔고딕', 'Malgun Gothic', '맑은고딕', sans-serif !important;
}


*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Pretendard-Regular';
  display:flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  color: #222;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

:root{
  --active-brightness: 0.85;
  --border-radius: 5px;
  --box-shadow: 2px 2px 10px;
  --color-accent: #118bee15;
  --color-border: #e6e6e6;
  --color-bg: #fff;
  --color-bg-secondary: #f8f9fa;
  --color-bg-link-hover: #f8f9fa;
  --color-link: #118bee;
  --color-primary:#175fa1;
  --color-secondary: #DE0024;
  --color-secondary-accent: #920de90b;
  --color-shadow: #f4f4f4;
  --color-table: #118bee;
  --color-text: #222222;
  --color-text-secondary: #999;
  --color-gray100:#f6f9fc;
  --color-gray200:#e9ecef;
  --color-gray300:#dee2e6;
  --color-gray400:#ced4da;
  --color-gray500:#adb5bd;
  --color-gray600:#8898aa;
  --color-gray700:#525f7f;
  --color-gray800:#32325d;
  --color-gray900:#212529;
  --font-family: 'Pretendard', sans-serif;
  --hover-brightness: 1.2;
  --justify-important: center;
  --justify-normal: left;
  --line-height: 1.5;
  --padding-link:8px 10px;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #0069ff;
  border-color: #0069ff;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #27314F;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
  border-radius: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #27314F;
  font-family: 'Pretendard-Regular';
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.text-btn{
  color:var(--color-link);
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.w-50 {
  width: 50%!important;
}

.txt-center{
  text-align: center !important;
}

@media screen and (max-width: 1199px){
  img{
    border-radius: 0.4rem;
  }
}

/*********************************
          pc 스크롤바
 *********************************/
@media all and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
  }
  ::-webkit-scrollbar-track {
    background: 0 0;
  }
}


/*********************************
  인풋, 셀렉트박스
 *********************************/
.form_inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  background-color: #fff;
  padding-inline: 16px;
  border: 0.0625rem solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}

.form_inner input {
  flex: auto;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
  font-size: 16px;
  border: 0;
  outline: none;
  box-shadow: none;
  padding-inline: 0;
}

.form_inner textarea {
  flex: auto;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0);
  font-size: 16px;
  border: 0;
  outline: none;
  box-shadow: none;
  padding-inline: 0;
  resize: none;
}

.form_inner:has(textarea){
  height: 150px;
  padding: 16px;
}

.input_box label, .input_box_combo label {
  position: relative;
  font-size: 15px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  margin-bottom: 4px;
}

.input_wrap {
  display: flex;
}

.input_wrap .input_box, .input_wrap .input_box_combo {
  width: 100%;
}

.input_wrap:not(:only-child){
  gap: 1rem;
}

.input_wrap+.input_wrap {
  margin-top: 1rem;
}


.input_box_combo .combo_list {
  overflow-x: hidden;
  display: none;
  position: absolute;
  top: 10%;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 17.5rem;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,0);
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.12);
  z-index: 9;
}

.input_box_combo .form_inner.on .combo_list:has(.combo_list_inner>li:not(:empty)) {
  display: block;
  top: 100%;
  border-color: #222;
  border-radius: 0 0 8px 8px;
}

.input_box_combo .form_inner:not(.locat).on {
  border-color: #222;
}

.input_box_combo .form_inner:has(.combo_list_inner>li:not(:empty)).on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input_box_combo .form_inner:after {
  content: "\f078";
  font: var(--fa-font-solid);
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  width: 18px;
  height: 18px;
  transition: transform .2s;
}

.input_box_combo .form_inner.on:after {
  transform: rotate(180deg);
}

.input_box_combo .form_inner .combo_list_inner>li {
  font-size: 16px;
  color: #222;
  padding: 12px 20px;
}

.input_box_combo .form_inner .combo_list_inner>li:hover, .input_box_combo .form_inner .combo_list_inner>li.selected {
  background-color: #f5f5f5;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
  cursor: pointer;
}

.input_box_search .form_inner {
  padding-inline: 16px 8px;
}

.form_inner:has(input[type=text]:focus),
.form_inner:has(input[type=date]:focus),
.form_inner:has(input[type=password]:focus),
.form_inner:has(input[type=search]:focus),
.form_inner:has(input[type=number]:focus),
.form_inner:has(input[type=tel]:focus),
.form_inner:has(input[type=email]:focus),
.form_inner:has(input[type=month]:focus),
.form_inner:has(input[type=datetime-local]:focus),
.form_inner:has(textarea:focus) {
  border-color: #222
}


input[type='date'] {
  position: relative;
  width: 100%;
  background: url('/assets/images/calender.svg')no-repeat right;
  background-size: 18px;
}

input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

input[type='date']:before {
  content: attr(placeholder);
  width: 100%;
  color: rgb(117, 117, 117);
}

input[type='date']:focus::before,
input[type='date']:valid::before {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}


/*********************************
          팝업 popup
 *********************************/
.popup_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.35);
  padding-top: 3%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 99999
}

.popup_wrap .popup_wrap_inner {
  display: none;
  overflow: hidden;
  width: 600px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 2px 4px 50px 0 rgba(0,0,0,.1)
}

.popup_wrap .popup_wrap_inner .popup_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 5px 24px 0 30px;
  border-bottom: .0625rem solid #ddd
}

.popup_wrap .popup_wrap_inner .popup_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px 40px
}

.popup_wrap .popup_wrap_inner .popup_footer button {
  flex: 1;
  height: 46px;
  max-width: 267px
}

.popup_wrap .popup_wrap_inner .popup_footer button:not(:first-child) {
  margin-left: 8px
}

.popup_wrap .popup_wrap_inner .popup_footer button span {
  font-size: 16px;
  font-weight: 500
}

.popup_wrap .popup_wrap_inner .popup_body {
  overflow-y: auto
}

.popup_wrap .popup_wrap_inner:has(.popup_footer) .popup_body {
  max-height: 660px;
  min-height: 200px;
  padding: 24px 30px 0px
}

.popup_wrap .popup_wrap_inner:not(:has(.popup_footer)) .popup_body {
  max-height: 760px;
  min-height: 300px;
  padding: 24px 30px 30px
}

.popup_wrap.sm .popup_wrap_inner {
  width: 500px
}

.popup_wrap.md .popup_wrap_inner {
  width: 900px
}

.popup_wrap.lg .popup_wrap_inner {
  width: 1200px
}

.popup_wrap.active {
  padding-top: 0;
  opacity: 1;
  visibility: visible
}

.popup_wrap.active .popup_wrap_inner {
  display: block
}




/*사이트맵 팝업*/

.popup_wrap.pc_sitemap .popup_wrap_inner{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: var(--color-bg-secondary);
}

.popup_wrap.pc_sitemap .popup_wrap_inner .popup_header{
  border: none;
  width: 1400px;
  margin: 0 auto;
}

.popup_wrap.pc_sitemap .sitemap_list_wrap {
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  gap: 1rem;
  height: 100%;
}

.popup_wrap.pc_sitemap .sitemap_list_wrap ul{
  display: flex;
  padding: 1rem 2rem;
  width: 20%;
  margin: 0 auto;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
}
.popup_wrap.pc_sitemap .sitemap_list_wrap ul h5{
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.popup_wrap.pc_sitemap .sitemap_list_wrap h4 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.popup_wrap.pc_sitemap .sitemap_list_wrap li {
  padding: 1rem 0;
}

.popup_wrap.pc_sitemap .sitemap_list_wrap li a:hover{
  color:var(--color-primary)
}

.popup_wrap.pc_sitemap .popup_wrap_inner:not(:has(.popup_footer)) .popup_body{
  width: 1400px;
  margin: 0 auto;
  flex: 1;
}

.popup_wrap.pc_sitemap .btn.popup_close{
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.popup_wrap.pc_sitemap .btn.popup_close:hover{
  background-color: #cdcdcd;
}
@media screen and (max-width: 1199px){
  .popup_wrap.pc_sitemap{
    display: none;
    visibility: hidden;
  }
}

/***************************************
                layout
***************************************/
header{
  flex:0 0 auto;
}

.header:has(.nav-item:hover) {
  background: #fff;
  background-color:  #fff;
  transition: all .3s ease;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}
main{
  flex:1 1 auto;
}

footer{
  flex:0 0 auto;
  background: #222;
  padding: 10px 22px 40px;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}



/*********************************
          GNB
 *********************************/
header {
  position: relative;
  background: #fff;
  height: 5rem;
  position: fixed;
  top: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

header.header.sticky {
  background: #fff;
  animation: dropHeader 0.3s;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

@keyframes dropHeader {
  0% {
    top: -5rem;
  }
  100% {
    top: 0;
  }
}

body:has(.index) header{
  background: transparent;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  position: relative;
  height: 5rem;
  margin: 0 auto;
  background: #fff;
}

.nav-inner h1{
  flex:1;
}

.nav-inner h1{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-inner h1 img{
  width: 130px;
}

.nav-menu {
  display: flex;
}

.nav-bar .nav-item{
  position: relative;
  padding: 1rem 0;
  margin-right: 40px;
}

.nav-bar .nav-item .sub-menu {
  padding: 8px 20px;
  min-width: 240px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #0000001a;
  box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.nav-bar .nav-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.nav-bar .nav-item a {
  font-size: 16px;
  color: #222;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.nav-bar .nav-item .sub-menu .nav-item a {
  padding: 0;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;

  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.nav-bar .nav-item a:hover {
  color: var(--color-primary);
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-right .form_inner {
  height: 40px;
  border: none;
  background: transparent;
}

.nav-right .input_box_combo .form_inner:not(.locat).on {
  border-color: var(--color-primary);
}

.nav-right .input_box_combo .form_inner:has(.combo_list_inner>li:not(:empty)).on {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.nav-right .input_box_combo .form_inner.on .combo_list:has(.combo_list_inner>li:not(:empty)){
  border-radius: 20px;
  top: 110%;
  width: auto;
}

.nav-right .input_box_combo .form_inner:after{
  content: '';
  background: url(/assets/images/globe.svg)no-repeat;
  background-size: cover;
  left: -5px;
  top: 11px;
  filter: contrast(0.5);
}

.nav-right .input_box_combo .form_inner.on:after{
  transform: rotate(0deg);
}

.nav-right .input_box_combo .form_inner .combo_current{
  font-size: 15px;
  color: #797979;
}

.btn.mobile_menu {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.btn.mobile_menu:hover{
  background: rgba(0,0,0,0.1);
}

.site_map_modal button{
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.site_map_modal button:hover {
  background: rgba(0,0,0,0.1);
}
@media screen and (min-width: 1200px){
  .btn.btn_hamburger_close{display: none;}
}

@media screen and (max-width: 1199px){
  .nav-bar{display: none;}
  .nav-right{display: none;}
  .nav-inner{padding: 1rem;}

  /*모바일메뉴 open*/
  .nav-inner.active .nav-bar {
    background: #000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    flex-direction: column;
    display: flex;
    padding-top: 70px;
  }

  .nav-inner.active .nav-bar .btn_hamburger_close{
    display: block;
      position: absolute;
      top: 16px;
      right: 20px;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-color: transparent;
      background-image: url(/assets/images/x_white.svg);
      background-position: 50% 50%;
      background-size: 24px 24px;
      border: 0;
      box-shadow: none;
  }

  .nav-inner.active .nav-bar .nav-menu{
    flex-direction: column;
    background: #fff;
    position: relative;
    top: 5rem;
    height: 100vh;
    padding: 1rem;
  }

  .nav-inner.active .nav-bar .nav-menu a{
    padding: 0.7rem 1rem;
    display: inline-block;
    width: 100%;
  }

  .nav-inner.active .nav-bar .nav-menu a.dd-menu.collapsible:after {
    content: "\f078";
    font: var(--fa-font-solid);
    position: absolute;
    top: calc(50% - 8px);
    right: 16px;
    width: 18px;
    height: 18px;
    transition: transform .2s;
  }

  .nav-inner.active .nav-bar .nav-menu a.dd-menu.collapsible.active:after {
    transform: rotate(180deg);
  }

  .nav-inner.active .nav-bar .nav-menu .collapsible.active +.sub-menu{
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: #ededed;
  }

  .nav-inner.active .nav-bar .nav-menu .nav-item{
    margin: 0;
    padding: 0;
  }

  .nav-bar .nav-item:hover > .sub-menu{
    visibility: hidden;
  }

  .nav-inner.active .nav-right{
    display: block;
  }

  .nav-inner.active .nav-right .input_box_combo{
    display: block;
    position: relative;
    top: 5rem;
  }
}


@media screen and (min-width: 1200px){
  .mobile_menu{display: none;}
}

@media screen and (max-width: 1200px){
  body:has(.index) header{
    background: #fff;
    position: relative;
  }
}


/*======================================
	tab
========================================*/
.tab_wrap .tab_tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.tab_wrap .tab_tit li{
  position: relative;
  padding: 0.7rem 1.2rem;
  cursor: pointer;
}

.tab_wrap .tab_tit li.active{
  background: var(--color-primary);
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}

.tab_wrap .tab_cont {
  display: none;
}

.tab_wrap .tab_cont.active {
  display: block;
}

@media screen and (max-width: 1199px){
  .tab_wrap .tab_tit {
    justify-content: space-around;
    align-items: flex-end;
  }

  .tab_wrap .tab_tit li{
    font-size: 14px;
    flex: 1;
    text-align: center;
    padding: 1rem 0;
  }

  .tab_wrap .tab_tit.manytab{
    text-align: center;
    border-bottom: none;
  }

  .tab_wrap .tab_tit.manytab li{
    flex: 1 1 30%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: transparent;
    font-size: 14px;
    padding: 1rem 0;
  }

  .tab_wrap .tab_tit.manytab li:nth-child(3),.tab_wrap .tab_tit.manytab li:nth-child(6),.tab_wrap .tab_tit.manytab li:nth-child(9),
  .tab_wrap .tab_tit.manytab li:last-child{
    border-right: 1px solid #ddd;
  }

  .tab_wrap .tab_tit.manytab li:nth-child(1){
    border-top-left-radius: 6px;
  }

  .tab_wrap .tab_tit.manytab li:nth-child(3){
    border-top-right-radius: 6px;
  }

  .tab_wrap .tab_tit.many-9 li:nth-child(7), .tab_wrap .tab_tit.many-5 li:nth-child(4){
    border-bottom-left-radius: 6px;
  }

  .tab_wrap .tab_tit.many-9 li:nth-child(9), .tab_wrap .tab_tit.many-5 li:nth-child(5), .tab_wrap .tab_tit.manytab li:last-child{
    border-bottom-right-radius: 6px;
  }

  .tab_wrap .tab_tit.many-9 li:nth-child(7),  .tab_wrap .tab_tit.many-9 li:nth-child(8),  .tab_wrap .tab_tit.many-9 li:nth-child(9){
    border-bottom: 1px solid #ddd;
  }

  .tab_wrap .tab_tit.manytab li.active{
    background: var(--color-primary);
    color:#fff;
  }

  .tab_wrap .tab_tit.many-5 li:nth-child(4) {
    border-bottom: 1px solid #ddd;
  }

  .tab_wrap .tab_tit.many-5 li:nth-child(5){
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}


/*********************************
          테이블
 *********************************/
 table {
  caption-side: bottom;
  border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

 .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: #212529;
  --bs-table-bg: #fff;
  --bs-table-border-color: #dee2e6;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #dee2e6;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-wrap {
  border: 1px solid #ddd;
  border-radius: 12px;
}

.table-wrap table{
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.table-wrap .table>:not(caption)>*>* {
  padding: 1rem 0.5rem;
  font-size: 0.9rem;
  vertical-align: middle;
}

.table>:not(caption)>*>*{
  font-size: 0.9rem;
  vertical-align: middle;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.table-wrap table th {
  background-color: #f8f9fa !important;
  color: #666;
}

table tbody tr:first-child {
  border-bottom-width: 1px;
}

.table-wrap table td, .table-wrap tbody th{
  border-width: 1px;
}

.table-wrap table td:last-child,
.table-wrap table th:last-child{
  border-right: none;
}

.table-wrap table thead tr:first-child th{
  border-top: none;
}

.table-wrap table tr th{
  border-width:1px;
  border-left: none;
  border-bottom: none;
}

.table-wrap table tr:last-child td{
  border-bottom: none;
  border-bottom: transparent;
}

.table-wrap table td:last-child, .section .table-wrap table th:last-child {
  border-bottom: 0;
}

.table-title-block span {
  display: block;
}

.table-total {
  background-color: #f0fdff!important;
  font-weight: 600;
}

.table-wrap thead tr:not(:only-child) th {
  border-width: 1px;
}

.table-wrap table:not(:has(thead)) tr:first-child td,
.table-wrap table:not(:has(thead)) tr:first-child th{
  border-top: none;
}

.table-wrap table:not(:has(thead)) td{
  text-align: left;
  padding: 1rem !important;
}

.table-wrap.txt-center table:not(:has(thead)) td{
  text-align: center !important;
}

.table-wrap table tbody tr:not(:has(th)) td:first-child {
  border-left: none;
}

.table-wrap table tbody tr:only-child {
  border-bottom: none;
}

/*********************************
          메인페이지
 *********************************/

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
}

.lenis {
  overflow: clip;
  overscroll-behavior: none;
}

.page {
  height: 100vh;
  will-change: transform; /* 애니메이션 성능 최적화 */
}

.page.swipe_page .swiper {
  height: 100%;
}

.page.swipe_page .swiper-slide:nth-child(1){
  background: url(/assets/images/mainbg.png)no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-slide:nth-child(1) {
  background: url(/assets/images/mainbg2.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-slide:nth-child(2) {
  background: url(/assets/images/mainbg3.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}


@media screen and (max-width: 1199px){

}

/***************************************
                Footer
***************************************/
footer, footer p {
  font-size: 14px;
  color: #999;
}

.foot-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  padding: 1rem;
  border-bottom: 1px solid #666;
}

.foot-link a:after {
  content: ' ·';
  font-size: 14px;
  padding: 0.4rem;
}

.foot-link a:last-child:after {
  content: '';
}

.footer-bottom {
  display: flex;
  padding: 1rem;
  gap: 1rem;
}

.foot-logo {
  width: 80%;
  padding-bottom: 1rem;
}

.foot-center {
  flex-grow: 1;
}

.foot-center .foot-company {
  line-height: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.foot-center .foot-company li:after {
  content: ' |';
  font-size: 14px;
  padding: 0.4rem;
}

.foot-center .foot-company li:last-child:after {
  content: '';
}

.foot-right a {
  color: #fff;
}

@media screen and (max-width: 1199px){
  .foot-inner{
    margin: 0 20px;
  }

  .footer-bottom{
    flex-direction: column;
  }
}

/*
 * 메인화면 팝업
 */

.pop {
  position: relative;
}

.pop .layerBox {
  position: fixed;
  left: 5px;
  top: 5px;
  /*width: 40%;  20250318*/
  width: auto;
  background: #fff;
  border-radius: 6px;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 6px 0px #818181bf;
  box-shadow: 0px 3px 6px 0px #818181bf;
  border: 1px solid #cecece;
}

.pop .layerBox .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
}

.pop .layerBox h4{
  margin-bottom: 14px;
}

.pop .layerBox .cont {
  padding: 30px;
}

.pop .layerBox p {
  line-height: 20px;
  font-size: 13px;
}

.pop .layerBox img {
  width: 100%;
}

.pop .layerBox .close {
  position: sticky;
  bottom: 0;
  width: 100%;
  display: flex;
  background: #3e3e3e;
  left: 0;
  border-radius: 0 0 6px 6px;
}

.pop .layerBox .close span{
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.pop .layerBox .close a {
  color: #fff;
  display: block;
  padding: 20px 0;
}

.pop .layerBox .btnClose{
  background: #2768b3;
  border-radius: 0 0 6px 0;
}

@media (max-width: 1000px) {
  .pop .layerBox{
    width: 50%
  }
}

@media (max-width: 768px) {
  .pop .layerBox{
    width: 70%
  }
}

@media (max-width: 500px) {
  .pop .layerBox{
    width: 90%
  }
  .pop .layerBox .close{
    font-size: .825rem;
  }
}





/***************************************
                breadcrumbs
***************************************/
.breadcrumbs{
  position: relative;
  padding-bottom: 100px;
  padding-top: 160px;
  background: #081828 url(/assets/images/bg.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  text-align: left;
}

.breadcrumbs:before {
  background: #000;
  width: 100vw;
  height: 100%;
  display: block;
  content: '';
  padding-bottom: 33px;
  padding-top: 110px;
  position: absolute;
  top: 0;
  opacity: 0.4;
}

.breadcrumbs .sect-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 1199px){
  .breadcrumbs .sect-inner{
    flex-direction: column;
  }
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: relative;
  line-height: 50px;
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li, .breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\f105";
  font: var(--fa-font-solid);
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child:after {
  content: "";
}

.breadcrumbs .breadcrumb-nav li a:hover {
  text-decoration: underline;
}

.breadcrumbs + section.graybg {
  background: #f9f9f9;
}


/***************************************
  Content
***************************************/
.sect-inner{
  position: relative;
  max-width: 1200px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.content_wrap .content-center {
  width: 100%;
}

.content_wrap .content-center-xxs{
  width: max(30vw, 520px);
  margin: 0 auto;
}

.content_wrap .content-center-xs {
  width: max(40vw,640px);
  margin: 0 auto;
}

.content_wrap .content-center-s {
  width: max(50vw,640px);
  margin: 0 auto;
}

.content_wrap .content-center-m {
  width: max(60vw,768px);
  margin: 0 auto;
}

.content_wrap .content-left, .content_wrap .content-right  {
  width: 50%;
  flex: 1 1 40%;
}

.content_box {
  border-radius: 10px;
  overflow: hidden;
  padding: 35px;
  background: #fff;
}

@media screen and (max-width: 1199px){
  .sect-inner{
    margin: 0 20px;
    padding-top: 3rem;
  }
  .content_wrap{
    flex-direction: column;
    align-items: center;
  }
  .content_wrap .content-left, .content_wrap .content-right{
    width: 100%;
  }
  .content_wrap .content-left:has(img) img, .content_wrap .content-right:has(img) img{
    width: 100%;
  }
  .content_wrap .content-center-xxs {
    width: 100%;
  }
  .content_wrap .content-center-xs {
    width: 100%;
  }
  .content_wrap .content-center-s {
    width: 100%;
  }
  .content_wrap .content-center-m {
    width: 100%;
  }
}



.tab_inner_title {
  margin-bottom: 2rem;
}

.content_wrap:has(.dot-list:not(:only-of-type)) .tab_inner_title{
  margin: 2rem 0 1rem;
}

.content_wrap:has(.dot-list:not(:only-child)) .dot-list:first-child .tab_inner_title{
  margin-top: 0;
}

.content_wrap:has(.aside) {
  flex-wrap: nowrap;
}


/*blockquote*/
blockquote {
  position: relative;
  color: #27314F;
  font-weight: 400;
  margin: 40px 0;
  text-align: left;
  padding: 40px;
  background-color: #f0f0f0;
  border-radius: 0;
  overflow: hidden;
  border-radius: 8px;
}

blockquote .icon i {
  font-size: 32px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #727272;
}

@media (max-width: 1199px) {
  blockquote {
    padding: 2rem;
  }

  blockquote .icon i {
    margin-bottom: 15px;
  }
}



/*======================================
	회사소개
========================================*/
/*연혁*/

.timeline {
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: var(--color-secondary);
  left: 40px;
  margin-left: -1.5px;
}
.timeline h3 {
  color: var(--color-primary);
}

.timeline p {
  font-size: 15px;
}
.timeline div>span{
  color: #000;
  font-weight: bold;
}
.timeline .timeline-date {
  padding: 0 8px;
}
.timeline-normal .timeline-body>div {
  display: flex;
  flex-direction: row-reverse;
}
.timeline-body>div {
  display: flex;
}
.timeline-body {
  line-height: 28px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.timeline-inverted {
  flex-direction: row-reverse;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  color: white;
  border-radius: 100%;
  border: 12px solid var(--color-secondary);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline-normal .timeline-body>div {
    flex-direction: row;
  }
  .timeline h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }

}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {

  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
}

/*오시는길*/

.traffic_guide li+li{
  margin-top: 1rem;
}

.traffic_guide h5{
  line-height: 2;
}

.traffic_guide p{
  margin-left: 1.4rem;
}

.traffic_guide i.transportation{
  color: #0069ff;
  font-size: 14px;
}

.traffic_guide .fa-solid.fa-asterisk {
  font-size: x-small;
  color: #b5b5b5;
  vertical-align: middle;
}

/* ceo인사말 */
.aboutus img{
  height: 30vh;
  width: 100%;
  object-fit: cover;
}

/*======================================
	선박소개
========================================*/

/*선박제원*/

.ship_specifications{
  max-width: 800px;
  margin: 0 auto;
}

.ship_specifications img{
  width: 100%;
  height: 100%;
}

/*스와이프*/
.swiper-pagination-bullet {
  width: 16px;
  background-color: #fff;
  border-radius: 6px;
}

/*선실*/
.ship .content_wrap:has(.content-left+.content-right+.content-center){
  background: #f9f9f9;
  padding: 3rem;
  border-radius: 1rem;
}

.ship .content_wrap:has(.content-left+.content-right+.content-center) .dot-list li{
  padding: 1rem 0;
  border-bottom: 1px dashed #ddd;
}

.floor-guide{
  border-bottom: 1px solid #ddd;
  padding-block: 1rem;
  margin-block: 1rem;
}


@media screen and (max-width: 1199px){
  .ship .content_wrap:has(.content-left+.content-right+.content-center){
    padding: 2rem;
  }
  .ship .content_wrap:has(.content-left+.content-right+.content-center) .dot-list li{
    padding: 0.5rem 0;
  }
}

/*편의시설 예약*/
.amenities{
  text-align: center;
}

.amenities ul{
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.amenities ul li{
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  border-radius: 8px;
  text-align: center;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #f1f1f1;
}

.amenities ul li i{
  padding: 1rem;
  border-radius: 50%;
  border: 3px solid #ddd;
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.amenities ul li:hover i{
  border-color: var(--color-primary);
  background-color: #fff;
}

.amenities button{
  height: 52px;
  padding: 1rem 3rem;
}

@media screen and (max-width: 1199px){
  .amenities ul{
    gap: 1rem;
    flex-wrap: wrap;
  }

  .amenities ul li{
    flex:1 1 40%;
    margin: 0;
  }
}

/*운항일정*/
.btn-call {
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  border: 1px solid #ddd;
  font-size: 14px;
}

.btn-call svg{
  margin-right: 4px;
}

.btn-call:hover{
  border-color: #666;
}

/*======================================
	여객
========================================*/
/*출입국 수속안내*/
.passenger .accordion details{
  background: #f0f0f0;
}

.dot-list span small{
  margin-left: 1.4rem;
  line-height: 1.5rem;
}

.dot-list h6{
  line-height: 1.8rem;
}

/*동북3성 여행지안내*/
.passenger .dot-list:has(img) li+li{
  margin-top: 1rem;
}

.passenger .china-tour-detail-two-image {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  justify-content: center;
  gap: 1rem;
}

.passenger .china-tour-detail-one-image {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

/*면세품 목록*/
.passenger .duty-free-basket{
  position: relative;
  text-align: right;
  margin-top: 2rem;
}

.passenger .duty-free-basket .badge{
  position: absolute;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50rem;
  top:0;
  left: 100%;
  background-color: #dc3545;
  transform: translate(-50%, -50%);
}

.passenger .duty-free-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.passenger .duty-free-box {
  flex: 0 1 24%;
  padding: 30px 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.passenger .duty-free-box .image-wrap{
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.passenger .duty-free-box .image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.passenger .duty-free-box .title {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 25px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.passenger .duty-free-box .price {
  color: var(--color-primary);
  font-size: 25px;
}

.passenger .duty-free-box .old-price {
  color: #727272;
  text-decoration: line-through;
  display: block;
  margin-top: 5px;
}

.passenger .duty-free-box .button{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.passenger .duty-free-box .button .btn{
  background-color: #fff;
  border: 2px solid #eee;
  color: #27314F;
  padding: 10px 16px;
  font-size: 14px;
  margin: 0;
  border-radius: 6px;
}

.passenger .duty-free-box .button .btn:hover{
  color: #fff;
  background-color: #0069ff;
  border-color: transparent;
}

@media screen and (max-width: 1199px){
  .passenger .duty-free-box{
    flex: 1 1 40%;
    width: 50%;
    padding: 1rem;
  }

  .passenger .duty-free-box-wrap:has(li:nth-child(odd)) li{
    flex: 0 0 47.5%;
  }

  .passenger .duty-free-box .button .btn{
    width: 100%;
  }
  .passenger .duty-free-box .image-wrap{
    height: 100px;
    width: 100px;
  }
}

/*면세품 장바구니 주문*/

.content_wrap:has(.aside) {
  flex-wrap: nowrap;
}

.content-center-xs.aside .field_box{
  padding: 3rem 2rem;
}

.passenger .field_box {
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 20px;
  box-shadow: none;
}

.passenger .field_box .page-title{
  position: relative;
  border-bottom: 2px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.passenger .field_box .page-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background-color: var(--color-primary);
}

.passenger .field_box .input_wrap+.page-title{
  margin-top: 3rem;
}

.passenger .field_box .order_header {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.passenger .field_box .order_header .btn.order_del {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.passenger .field_box .order_header .btn.order_del:hover{
  background: rgba(0,0,0,0.1);
}

.passenger .order_wrap{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.passenger .order_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.passenger .order_list + .order_list{
  border-top: 1px solid #ddd;
}

.passenger .order_info{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem;
  flex: 0;
}

.passenger .order_list .image-wrap{
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.passenger .order_list .image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.passenger .order_list .product_name {
  padding: 0.5rem 0;
}

.passenger .order_list .item_qty{
  display: flex;
}

.passenger .order_list .item_qty button{
  width: 46px;
  height: 46px;
  background: #fff;
  font-size: 20px;
}

.passenger .order_list .item_qty button:first-child{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #ddd;
  border-right:none;
}

.passenger .order_list .item_qty button:last-child{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #ddd;
  border-left: none;
}

.passenger .order_list .item_qty button:focus{
  background-color: #f9f9f9;
}

.passenger .order_list .item_qty .form_inner{
  width: 60px;
  border-radius: 0;
}

.passenger .order_list .item_qty .form_inner input{
  text-align: center;
}

.passenger .order_list .price{
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0 0.6rem;
}

.passenger .total_price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid #222;
  margin-top: 1rem;
  padding: 1rem 0.6rem;
  font-size: 18px;
}

.passenger .total_price_wrap .total_price{
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 1199px){
  .passenger .duty_input{
    order: 2;
  }

  .passenger .aside{
    order: 1;
  }

  .passenger .field_box {
      padding: 2rem;
  }
  .passenger .order_list .image-wrap {
    margin-top: 1rem;
  }
  .passenger .order_list .product_name{
    text-align: center;
  }
}

/*여행지안내*/
.gallery_board .board_top{
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
  gap: 1rem;
}

.gallery_board .board_total {
  flex: 1;
}

.gallery_board .input_box_combo {
  width: 150px;
}

.gallery_board .board_total strong {
  color: var(--color-primary);
  font-weight: bolder;
}

.gallery_board .travel_package_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery_board .travel_package_list {
  display: flex;
  flex: 0 1 49%;
  gap: 1rem;
  border-bottom: 1px solid var(--color-border);

}
.gallery_board .travel_package_list a{
  display: flex;
  gap: 1rem;
  padding: 1rem;
}

.gallery_board .travel_info h6{
  margin-bottom: 1rem;
}

.gallery_board .travel_info p{
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.travel_img_wrap{
  width: 200px;
  height: 150px;
}

.travel_img_wrap img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1199px){
  .gallery_board .board_top{
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery_board .input_box_combo{
    width: 100%;
  }

  .gallery_board .input_box_search{
    width: 100%;
  }

  .gallery_board .board_total{
    order:3;
  }

  .gallery_board .travel_package_list{
    flex: 1 1 100%;
  }

  .gallery_board .travel_package_wrap li:first-child{
    border-top: 1px solid #222;
  }

  .gallery_board .travel_package_wrap{
    gap: 0;
  }
}

.board_view .board-content img+p {
  margin-top: 2rem;
}

/*======================================
	화물 수출입절차
========================================*/
.procedure .content_wrap{
  flex-direction: column;
  margin: 2rem
}
@media screen and (max-width: 1199px){
  .procedure .content_wrap{
    margin: 2rem 2rem;
  }
}

.procedure .single_box{
  padding: 2rem 1rem;
  border-radius: 8px;
  text-align: center;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eeeeee80;
  width: 100%;
}

.procedure .single_box:hover{
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.procedure .single_box .step_tit {
  color: #0067f9;
  font-weight: bold;
  font-size: 15px;
  background: #eef5ff;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.procedure .step-down-icon {
  padding: 1rem;
  text-align: center;
  color: #27314F;
  font-weight: bolder;
}

.procedure p{
  font-weight: 600;
}

.single_box:has(>small) p{
  margin-bottom: 1rem;
}

.dot-list li {
  line-height: 1.8rem;
}

.dot-list li:before {
  content: '\f111';
  font: var(--fa-font-solid);
  font-size: 5px;
  color: var(--color-secondary);
  padding: 0.4rem;
  vertical-align: middle;
  line-height: 1.8rem;
}

/***************************************
  고객지원
***************************************/
/*공지사항*/
.notice_board .board_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}

.notice_board .board_total strong{
  color:var(--color-primary);
  font-weight: bolder;
}

.notice_board .board_head, .board_list {
  display: flex;
  padding: 1.2rem 2em 1.2rem 0;
  align-items: center;
}

.notice_board .board_head .num, .notice_board .board_list .num{
  width: 10%;
  text-align: center;
}

.notice_board .board_head .title, .notice_board .board_list .title {
  width: auto;
  flex: 1;
}

.notice_board .board_head .date, .notice_board .board_list .date{
  width: 20%;
  text-align: center;
}

.notice_board .board_list .num, .notice_board .board_list .date{
  color:#666
}

.notice_board .board_list .title p {
  display: inline-block;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.4rem;
}

.notice_board .board_list .title.file p{
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.21429 6.60713V11.6071C8.21429 12.5934 9.01378 13.3928 10 13.3928C10.9862 13.3928 11.7857 12.5934 11.7857 11.6071V6.42856C11.7857 4.55474 10.2667 3.03571 8.39286 3.03571C6.51903 3.03571 5 4.55474 5 6.42856V11.9643C5 14.7257 7.23858 16.9643 10 16.9643C12.7614 16.9643 15 14.7257 15 11.9643V6.60713' stroke='%23424A54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-position: right 3px;
}

.notice_board .board_content p{
  margin-bottom: 0.7rem;
}

.notice_board .board_content .board_file{
  margin-top: 2rem;
}

.notice_board .board_content .board_file a{
  color: #666;
  text-decoration: underline;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.21429 6.60713V11.6071C8.21429 12.5934 9.01378 13.3928 10 13.3928C10.9862 13.3928 11.7857 12.5934 11.7857 11.6071V6.42856C11.7857 4.55474 10.2667 3.03571 8.39286 3.03571C6.51903 3.03571 5 4.55474 5 6.42856V11.9643C5 14.7257 7.23858 16.9643 10 16.9643C12.7614 16.9643 15 14.7257 15 11.9643V6.60713' stroke='%23424A54' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px 20px;
  padding-left: 24px;
}

.notice_board .board_content .board_file a:not(:only-child){
  margin-right: 1rem;
}

.notice_board .board_head {
  border-top: 2px solid #222;
  border-bottom: 1px solid #222;
  font-weight: bold;
}

.notice_board .board_head .title{
  text-align: center;
}

.notice_board summary{
  cursor: pointer;
  position: relative;
}
ㄴ
summary {
  list-style-type: none;
}

summary::-webkit-details-marker {
	display: none;
}

.notice_board summary::marker {
  content: none;
}

.notice_board summary:after {
  content: "\f078";
  font: var(--fa-font-solid);
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}

.notice_board [open] summary:after {
  transform: rotate(180deg);
}

.notice_board details {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  transition: all 0.2s;
}

.notice_board details + details {
  border-top: none;
}

.notice_board .board_content {
  padding: 2rem;
  background-color: #f4f4f4;
}

.notice_board details:last-child {
  border-bottom-color: #222;
}

.board_list:has(.fa-thumbtack){
  background-color: #f9f9f9;
  border-bottom: 1px solid var(--color-border);;
}

.board_list:has(.fa-thumbtack) .title{
  color:var(--color-primary);
  font-weight: bold;
}


@media screen and (max-width: 1199px){
  .notice_board .board_head{
    display: none;
  }
  .notice_board details:first-child {
    border-top-color: #222;
}

  .notice_board .board_list{
    flex-direction: column;
    align-items: normal;
    padding: 1.2rem 2.5rem 1.2rem 1rem;
  }

  .notice_board .board_list .num{
    display: none;
  }

  .notice_board .board_list .title p{
    font-weight: bold;
    max-width: 100%;
  }

  .notice_board .board_list .date{
    text-align: left;
    font-size: 14px;
    margin-top: 0.4rem;
  }
  .notice_board .board_content{
    padding: 1.4rem;
  }
}

/*기관및업체*/
.family_site{
  display: flex;
  flex-wrap: wrap;
}

.family_site li{
  flex-basis: 33.3%;
  padding: 1rem;
}

.family_site_img {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding: 1.4rem;
}

.family_site_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.family_site h6+a:has(.family_site_img){
  margin-top: 1rem;
  width: 100%;
}

@media screen and (max-width: 1199px){
  .family_site li{
    flex-basis: 50%;
  }
}

@media screen and (max-width: 550px){
  .family_site li{
    flex-basis: 100%;
  }
}

/***************************************
  페이지네이션
***************************************/
.pagination{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.pagination .page-btn{
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 10px;
}

.pagination .page-btn:hover{
  background-color: var(--color-gray200);
}

.pagination .page-btn.now-page{
  background: var(--color-primary);
  color:#fff
}

.pagination .page-btn.disable{
  color: var(--color-gray400);
  cursor: not-allowed;
}

.pagination .page-prev {
  margin-right: 1rem;
}

.pagination .page-next {
  margin-left: 1rem;
}

.pagination .page-btn.disable:hover {
  background: none;
}


/*******************************************
  아코디언(FAQ 자주하는 질문, 개인정보취급방침)
*******************************************/
.accordion .board_list {
  display: flex;
  padding: 1.2rem 2em;
  align-items: center;
}

.accordion .board_list .title {
  width: auto;
  flex: 1;
}

.accordion .board_list .title p {
  display: inline-block;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.4rem;
  font-weight: bold;
}

.accordion .board_content p{
  margin-bottom: 0.7rem;
}

.accordion summary{
  cursor: pointer;
  position: relative;
}

.accordion summary::marker {
  content: none;
}

.accordion summary:after {
  content: "\f078";
  font: var(--fa-font-solid);
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}

.accordion [open] summary:after {
  transform: rotate(180deg);
}

.accordion details {
  background: #f7f7f7;
  margin-bottom: 1rem;
  border-radius: 1rem;
  transition: all 0.2s;
}

.accordion details:hover{
  background: #ebebeb;
}

.accordion details + details {
  border-top: none;
}

.accordion .board_content {
  padding: 2rem;
  background-color: #f4f4f4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion details:last-child {
  border-bottom-color: #222;
}



@media screen and (max-width: 1199px){

  .accordion details:first-child {
    border-top-color: #222;
}

  .accordion .board_list{
    flex-direction: column;
    align-items: normal;
    padding: 1.2rem 2.5rem 1.2rem 1rem;
  }

  .accordion .board_list .title p{
    font-weight: bold;
    max-width: 100%;
  }

  .accordion .board_content{
    padding: 1.4rem;
  }
}



/*faq*/

.faq_board .faq_content_wrap {
  display: flex;
}

.faq_board aside.filter_tab {
  width: 100%;
  max-width: 200px;
  margin-right: 60px;
}

.faq_board aside.filter_tab a{
  width: 100%;
  font-size: 1.3rem;
  padding: 1rem;
  border-radius: 0.7rem;
}

.faq_board aside.filter_tab a:hover{
  background: #f7f7f7;
}

.faq_board aside.filter_tab a span{
  color:var(--color-primary);
  font-weight: bold;
  font-size: 1rem;
}

.faq_board .accordion_content{
  flex:1;
}

.faq_board .accordion details{
  background: white;
}

.faq_board .accordion details:hover{
  background: #f7f7f7;
}

.faq_board li.title:before{
  content: 'Q';
  margin-right: 0.6rem;
  color:#999;
  font-weight: bold;
  position: relative;
  top: -9px;
}

@media screen and (max-width: 1199px){
  .faq_board .faq_content_wrap{
    flex-direction: column;
    gap: 2rem;
  }

  .faq_board aside.filter_tab{
    display: flex;
    max-width: none;
    margin: 0;
  }

  .faq_board aside.filter_tab a{
    font-size: 1rem;
    width: auto;
  }

  .faq_board .accordion details{
    background: #f7f7f7;
  }

  .faq_board .accordion details:hover{
    background: #ebebeb;
  }
}

/***************************************
  Q&A
***************************************/
/*qna글상세*/
.board_view .view-header {
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #666;
}

.board_view .view-header ul {
  display: flex;
  margin-top: 1rem;
  color: #666;
  font-size: 14px;
  gap: 1rem;
}

.board_view .board-content{
  padding: 3rem 0 2rem;
}

.board_view .question-answer{
  padding: 1rem 0;
}

.board_view .answer-text {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 8px;
}

.board_view .board-content p+p, .answer-text p+p {
  margin-top: 1rem;
}

.board_view .question-answer h6{
  padding: 1rem 0;
}

.board_view .listview-btn {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  border-top: 1px solid #666;
}

.board_view .listview-btn a{
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 0.6rem 2rem;
}

.board_view .listview-btn a:hover{
  border-color:#666;
}

/*qna글쓰기*/
.qna_board .page-title{
  text-align: center;
  margin-bottom: 4rem;
}

.qna_board .field_box {
  background: #fff;
  padding: 3rem 4rem;
  border-radius: 20px;
  box-shadow: none;
}

.qna_board .field_box:has(.page-title) .page-title{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.qna_board .field_box:has(p) p{
  text-align: center;
  margin-bottom: 3rem;
}

.bottom-btn{
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

 .bottom-btn button{
  min-width: 240px;
  height: 52px;
  border-radius: 6px;
  padding: 0.6rem 2rem;
}

.field_box:has(.bottom-btn) button{
  min-width: auto;
  width: 100%;
}

.btn.btn-gray {
  background: var(--color-gray300);
  border-radius: 6px;
}

.btn.btn-primary {
  background: var(--color-primary);
  color: #fff;
  border-radius: 6px;
}

.btn.btn-gray:hover{
  background-color: var(--color-gray400);
}

.btn.btn-primary:hover{
  background-color: #004c94;
}

label.must:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  width: 5px;
  height: 5px;
  background: #ff5448;
  margin-left: 4px;
  border-radius: 50%;
}

@media screen and (max-width: 1199px){
  .qna_board .field_box{
    padding: 2rem;
  }

  .bottom-btn button{
    min-width: auto;
    width: 100%;
    min-width: 80px;
    padding-inline: 0px;
  }

  .input_wrap:not(:only-child){
    flex-direction: column;
  }
}

/*qna*/
.qna_board .board_top{
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  gap: 1rem;
}

.qna_board .board_total {
  flex: 1;
}

.qna_board .board_total strong {
  color: var(--color-primary);
  font-weight: bolder;
}

.qna_board .boardwrite-btn{
  display: flex;
}

.qna_board .boardwrite-btn .btn{
  border-radius: 6px;
  padding: 0.6rem 2rem;
  height: 46px;
  line-height: 29px;
}

.qna_board .board_head{
  border-top: 2px solid #222;
  border-bottom: 1px solid #222;
  font-weight: bold;
}

.qna_board .board_list .num, .qna_board .board_list .date, .qna_board .board_list .user {
  color: #666;
}

.qna_board .board_head, .qna_board .board_list {
  display: flex;
  padding: 1.2rem 2em 1.2rem 0;
  align-items: center;
}

.qna_board .board_head .num, .qna_board .board_list .num {
  width: 8%;
  text-align: center;
}

.qna_board .board_head .title, .qna_board .board_list .title {
  width: auto;
  flex: 1;
}

.qna_board .board_head .title {
  text-align: center;
}

.qna_board .board_head .user, .qna_board .board_list .user {
  width: 14%;
  text-align: center;
}

.qna_board .board_head .date, .qna_board .board_list .date {
  width: 14%;
  text-align: center;
}

.qna_board .board_list_wrap a{
  width: 100%;
}

.qna_board .board_list {
  border-bottom: 1px solid var(--color-border);
}

.qna_board .board_list_wrap a:last-child .board_list {
  border-color: #222;
}

.qna_board .board_list .title p {
  display: inline-block;
  max-width: 680px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1.4rem;
}

li.title.lock p:before {
  content: '\f023';
  font: var(--fa-font-solid);
  display: inline-block;
  padding-right: 0.6rem;
  color: #666;
  font-size: 14px;
}

li.title.answer-finish:before {
  content: '답변완료';
  position: relative;
  font-size: 11px;
  background: #0069ff;
  color: white;
  padding: 4px 5px;
  border-radius: 3px;
  margin-right: 16px;
  top: -11px;
}

li.title.answer-yet:before{
  content: '답변예정';
  position: relative;
  font-size: 11px;
  background: #686868;
  color: white;
  padding: 4px 5px;
  border-radius: 3px;
  margin-right: 16px;
  top: -11px;
}

@media screen and (max-width: 1199px){
  .qna_board .board_top{
    flex-wrap: wrap;
  }

  .qna_board .board_total{
    order: 3;
  }

  .qna_board .input_box_search{
    order: 2;
    flex: 1 1 100%;
  }

  .qna_board .boardwrite-btn{
    order: 1;
    flex: 1 1 100%;
  }

  .qna_board .boardwrite-btn .btn {
    width: 100%;
  }

  .qna_board .board_head{
    display: none;
  }

  .qna_board .board_list_wrap a:first-child .board_list {
    border-top: 1px solid #222;
  }

  .qna_board .board_list{
    flex-wrap: wrap;
    flex-direction: row;
    align-items: normal;
    padding: 1.2rem 1rem;
  }

  .qna_board .board_list .num{
    display: none;
  }

  .qna_board .board_list .title{
    width: 100%;
    flex: 1 1 100%;
  }

  .qna_board .board_list .title p{
    font-weight: bold;
    max-width: 100%;
  }

  .qna_board .board_list .user, .qna_board .board_list .date{
    width: auto;
    text-align: left;
    margin-top: 0.4rem;
    margin-right: 1rem;
    font-size: 14px;

  }

  .qna_board .board_content{
    padding: 1.4rem;
  }
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop.show{
  z-index: 98;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
}


.sub-tab{
  position: relative;
  border-bottom: 1px solid #eee;
}

.sub-tab .sect-inner{
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}

.sub-tab li{
  background: rgba(255,255,255,0.7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
}

.sub-tab li.active{
  border-bottom: 3px solid #1ea9da;
}

.sub-tab li a {
  padding: 0.8rem 2rem;
  width: 100%;
  font-size: 15px;
}

@media screen and (max-width: 1199px){
  .sub-tab{
    display: none;
  }
}


.breadcrumb-nav .input_box_combo {
  width: 100%;
}

.breadcrumb-nav .form_inner{
  background-color: transparent;
  border: none;
  height: auto;
}

.breadcrumb-nav .input_box_combo .form_inner:after{
  display: none;
}

.breadcrumb-nav .combo_list li a{
  color:#222;
}

.breadcrumb-nav .combo_list li a:hover{
  text-decoration: none;
}

.breadcrumb-nav .input_box_combo .form_inner .combo_list_inner>li{
  padding: 10px 14px;
  margin: 0;
  width: 100%;
}

.breadcrumb-nav .input_box_combo .form_inner.on .combo_list:has(.combo_list_inner>li:not(:empty)) {
  border-radius: 10px;
  top: 160%;
  display: none;
}

@media screen and (max-width: 1199px){
  .breadcrumbs{
    padding-bottom:0;
  }

  .breadcrumbs .sect-inner{
    margin: 0;
  }

  .breadcrumbs .breadcrumb-nav{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    justify-content: space-between;
    height: 46px;
    line-height: 46px;
    margin-top: 20px;
  }

  .breadcrumb-nav .form_inner{
    justify-content: space-between;
    padding-inline: 24px;
  }

  .breadcrumb-nav .input_box_combo .form_inner:after {
    position: relative;
    left: 10px;
    display: block;
  }

  .breadcrumbs .breadcrumb-nav li{
    position: relative;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }

  .breadcrumbs .breadcrumb-nav li:first-child{
    flex-basis: 46px;
    padding-inline: 15px;
  }

  .breadcrumbs .breadcrumb-nav > li:after{
    content: '';
    border-right: 1px solid rgba(255, 255, 255, .6);
    display: block;
    width: 1px;
    height: 3rem;
    top: 0;
    right: 0;
  }

  .breadcrumbs .breadcrumb-nav > li:last-child:after{
    display: none;
  }

  .breadcrumb-nav .input_box_combo .form_inner.on .combo_list:has(.combo_list_inner>li:not(:empty)){
    line-height: 2;
    top: 98%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: block;
  }
}


.main-banner-swiper{
  padding: 1rem 1rem 0.5rem;
  background: #222;
}

.swipe-inner{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
}
.swiper-slide img{
  border-radius: 1px;
}
.swiper-pagination{
  position: relative;
  margin-top: 1rem;
}

/*  .swiper-pagination{
    display: none;
  }*/


.swiper-pagination-bullet{
  background-color: #fff;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

.swiper-button-next, .swiper-button-prev{
  color:#929292;
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 2rem;
}

.swiper-button-prev{
  left: -50px;
  padding-bottom: 33px
}

.swiper-button-next{
  right: -50px;
  padding-bottom: 33px
}


.paragraph-1{
  margin-left: 22px;
}
.paragraph-0{
  margin-right: 15px;
}


.mt-mb {
  margin-top: .5rem !important;
  margin-bottom: .1rem !important;
  margin-left: -15px; !important;
}

@media screen and (max-width: 1199px){
  .swiper-pagination{
    display: block;
    position: relative;
    margin-top: 1rem;
  }
}


/*화면 전환 페이드 효과*/
body {
  animation: fadein 1000ms ease-out;
  -moz-animation: fadein 1000ms ease-out;
  /* Firefox */
  -webkit-animation: fadein 1000ms ease-out;
  /* Safari and  Chrome */
  -o-animation: fadein 1000ms ease-out;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/***************************************
  business 사업영역
***************************************/

.subtitle{
  color:#5F5F5F;
  font-size: 20px;
}

section.busi_graybg{
  background: #f9f9f9;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.business img{
  height: 30vh;
  width: 100%;
  object-fit: cover;
}

.brand-section {
  margin-bottom: 3rem;
}

.brand-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem;
  margin-bottom: 3rem;
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  width: 140px;
  height: 100px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.brand-card img {
  max-width: 90px;
  max-height: 60px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.business .tab_wrap{
  padding-top: 5rem;
}
