@charset "UTF-8";
/* ==========================================================================
   responsive size
   ========================================================================== */
/* ==========================================================================
   Sub
   ========================================================================== */
#wrap {
  overflow: hidden;
}

#container {
  padding-bottom: 12.5rem;
  min-height: calc(100% - 25rem);
}
#container.news .submenu_area {
  background-image: url(../img/sub/bg_news.png);
}
#container.product .submenu_area {
  background-image: url(../img/sub/bg_product.webp);
}
#container.contact .submenu_area {
  background-image: url(../img/sub/bg_contact.png);
}

@media (max-width: 600px) {
  #container {
    padding-bottom: 7.5rem;
  }
}
.section {
  padding: 5.625rem 5rem 0;
}
.section > .inner {
  position: relative;
  margin: 0 auto;
  max-width: 90rem;
}
.section > .inner h4.title {
  line-height: 2.5rem;
  font-size: 2.125rem;
  font-weight: 700;
  color: #111;
}
.section > .inner .contents {
  position: relative;
  margin-top: 2.5rem;
}
.section > .inner .title_area {
  display: flex;
  align-items: center;
}
.section > .inner .title_area .desc {
  flex: 1;
  padding-left: 2.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #111;
}
.section > .inner .blank {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 5.625rem 0;
}
.section > .inner .blank .msg {
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
}

@media (max-width: 600px) {
  .section {
    padding: 2.5rem 0.9375rem 0;
  }
  .section > .inner h4.title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .section > .inner .contents {
    margin-top: 0.625rem;
  }
  .section > .inner .title_area {
    display: block;
  }
  .section > .inner .title_area .desc {
    margin-top: 0.625rem;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .section > .inner .blank {
    text-align: center;
    padding: 5.625rem 0;
  }
  .section > .inner .blank .msg {
    font-size: 1rem;
  }
}
.hr {
  position: relative;
  margin: 5.625rem auto 0;
  padding: 0 5rem;
  border: 0;
}
.hr::before {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 90rem;
  height: 0.0625rem;
  background-color: #E5E5E5;
}
.hr.hr_lg {
  height: 1.125rem;
  border: 0;
  background-color: #F2F2F2;
}
.hr.hr_lg::before {
  display: none;
}

@media (max-width: 600px) {
  .hr {
    margin-top: 2.5rem;
    padding: 0 0.9375rem;
  }
}
.submenu_area {
  padding: 0 5rem;
  height: 32.75rem;
  background: url(../img/sub/bg_company.webp) no-repeat 50% 50%/cover;
}
.submenu_area .inner {
  position: relative;
  padding-top: 12.75rem;
  max-width: 90rem;
  margin: 0 auto;
  height: 32.75rem;
  text-align: center;
}
.submenu_area .inner .title {
  font-family: "Pretendard";
  line-height: 4.75rem;
  font-weight: 600;
  font-size: 3.875rem;
  color: #444;
  letter-spacing: -0.1875rem;
}
.submenu_area .inner .desc {
  padding-top: 0.625rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #444;
}
.submenu_area .nav_sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.submenu_area .nav_sub .lst_submenu {
  display: flex;
}
.submenu_area .nav_sub .lst_submenu li {
  flex: 1;
}
.submenu_area .nav_sub .lst_submenu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 17px;
  font-weight: 300;
  color: #444;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.submenu_area .nav_sub .lst_submenu li a.on {
  border: 0;
  background-color: #fff;
  font-weight: 500;
  color: #111;
}
.submenu_area .nav_sub .lst_submenu li:first-child a {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .submenu_area {
    padding: 0;
    height: 20.4375rem;
  }
  .submenu_area .inner {
    padding-top: 7.5625rem;
    height: 20.4375rem;
  }
  .submenu_area .inner .title {
    font-size: 2.625rem;
    line-height: 3.25rem;
    letter-spacing: -0.0625rem;
  }
  .submenu_area .inner .desc {
    margin: 0 auto;
    padding-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    word-break: keep-all;
    color: #D1D1D1;
  }
  .submenu_area .nav_sub .lst_submenu li a {
    height: 3.3125rem;
    line-height: 3.25rem;
    font-size: 0.875rem;
  }
}
.pagetitle_area {
  padding: 0 5rem;
}
.pagetitle_area .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 4.9375rem;
  max-width: 90rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem solid #111;
}
.pagetitle_area .inner .title {
  line-height: 3.3125rem;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #111;
}
.pagetitle_area .inner .btn_write {
  background-color: #A64826;
  border: 0.0625rem solid #A64826;
  padding: 0rem 1rem;
  width: 11rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 0.375rem;
  background-image: url(../img/sub/ico_plus.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.9375rem);
  background-position-y: 50%;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
}
.pagetitle_area .inner .btn_write:hover {
  background-color: #7d361d;
  border-color: #7d361d;
}
.pagetitle_area .inner .btn_write:focus {
  background-color: #A64826 !important;
  border: 0.0625rem solid #A64826 !important;
}
.pagetitle_area .inner .btn_write:active {
  background-color: #7d361d !important;
}
.pagetitle_area .inner .btn_write:disabled {
  background-color: #d97b59;
  border-color: #d97b59;
  cursor: not-allowed;
}
.pagetitle_area .inner .info_required {
  line-height: 1.1875rem;
  font-size: 1rem;
  color: #A64826;
}
.pagetitle_area .inner .right_area {
  display: flex;
  gap: 0.875rem;
}
.pagetitle_area .inner .right_area .btn_gray {
  background-color: #f2f2f2;
  border: 0.0625rem solid #f2f2f2;
  width: 5.75rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 0.375rem;
  border: 1px solid #E5E5E5;
  font-size: 1rem;
  font-weight: 300;
  color: #A4A4A4;
}
.pagetitle_area .inner .right_area .btn_gray:hover {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.pagetitle_area .inner .right_area .btn_gray:focus {
  background-color: #f2f2f2 !important;
  border: 0.0625rem solid #f2f2f2 !important;
}
.pagetitle_area .inner .right_area .btn_gray:active {
  background-color: #d9d9d9 !important;
}
.pagetitle_area .inner .right_area .btn_gray:disabled {
  background-color: white;
  border-color: white;
  cursor: not-allowed;
}
.pagetitle_area .inner .selectbox {
  width: 11rem;
  height: 2.5rem;
}
.pagetitle_area .inner .ui-selectmenu-button.ui-button.ui-widget {
  padding: 0 1rem;
  width: 100%;
  height: 2.5rem;
  line-height: 2.375rem;
  font-family: inherit;
  border: 1px solid #E5E5E5;
  border-radius: 0.375rem;
  background-color: #F2F2F2;
}
.pagetitle_area .inner .ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #F2F2F2;
}
.pagetitle_area .inner .ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open .ui-selectmenu-text {
  color: #111;
}
.pagetitle_area .inner .ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open .ui-icon {
  border-top: 0;
  border-bottom: 6px solid #111;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pagetitle_area .inner .ui-selectmenu-button.ui-button.ui-widget .ui-selectmenu-text {
  font-family: "Pretendard";
  font-size: 1rem;
  font-weight: 300;
  color: #A4A4A4;
  letter-spacing: -0.0625rem;
}
.pagetitle_area .inner .ui-selectmenu-button.ui-button.ui-widget .ui-icon {
  background: none;
  width: 0;
  height: 0;
  border-top: 6px solid #A4A4A4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pagetitle_area.pagetitle_detail .inner {
  padding-bottom: 0;
  border-bottom: 0;
}

.ui-selectmenu-menu #align-contents-menu.ui-widget.ui-widget-content {
  margin-top: 0;
  padding: 0 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-color: #E5E5E5;
  border-top-color: #F2F2F2;
  background-color: #F2F2F2;
  box-shadow: none;
}
.ui-selectmenu-menu #align-contents-menu.ui-widget.ui-widget-content.ui-menu .ui-menu-item {
  border-top: 1px solid #E5E5E5;
}
.ui-selectmenu-menu #align-contents-menu.ui-widget.ui-widget-content.ui-menu .ui-menu-item:first-child {
  border-color: #111;
}
.ui-selectmenu-menu #align-contents-menu.ui-widget.ui-widget-content.ui-menu .ui-menu-item:nth-child(1) .ui-menu-item-wrapper, .ui-selectmenu-menu #align-contents-menu.ui-widget.ui-widget-content.ui-menu .ui-menu-item:nth-child(2) .ui-menu-item-wrapper {
  padding-left: 0;
  font-size: 1rem;
  font-weight: 300;
}
.ui-selectmenu-menu #align-contents-menu.ui-widget.ui-widget-content.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  font-family: "Pretendard";
  box-sizing: border-box;
  padding: 0 0.5rem;
  height: 40px;
  line-height: 39px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  border-radius: 0;
  letter-spacing: -0.0625rem;
}
.ui-selectmenu-menu #align-contents-menu.ui-widget.ui-widget-content.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #F2F2F2;
}

.pagetitle_area {
  padding: 0 5rem;
}
.pagetitle_area .inner {
  position: relative;
  margin: 0 auto;
}
.pagetitle_area .inner .breadcrumb {
  display: flex;
  align-items: center;
}
.pagetitle_area .inner .breadcrumb li {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.3125rem;
  color: #111;
}
.pagetitle_area .inner .breadcrumb li:first-child {
  padding-left: 0;
}
.pagetitle_area .inner .breadcrumb li:first-child::before {
  display: none;
}
.pagetitle_area .inner .breadcrumb li::before {
  content: ">";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.125rem;
  line-height: 1.3125rem;
}
.pagetitle_area .inner .breadcrumb li.home a {
  display: block;
  width: 1.25rem;
  height: 1.3125rem;
  background: url(../img/sub/ico_home.svg) no-repeat 50% 50%;
}

@media (max-width: 600px) {
  .pagetitle_area {
    padding: 0 0.9375rem;
  }
  .pagetitle_area .inner {
    padding: 2.25rem 0 0.25rem;
  }
  .pagetitle_area .inner .title {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
  .pagetitle_area .inner .breadcrumb li {
    margin-bottom: 0.125rem;
    padding-left: 1.375rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .pagetitle_area .inner .breadcrumb li::before {
    margin-top: 0;
    left: 0.5625rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .pagetitle_area .inner .breadcrumb li.home a {
    width: 0.875rem;
    height: 0.875rem;
    background-size: 100% 100%;
  }
  .pagetitle_area .inner .breadcrumb li a {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .pagetitle_area .inner .info_required {
    font-size: 0.625rem;
  }
  .pagetitle_area .inner .btn_write {
    width: 8.625rem;
    height: 2.125rem;
    line-height: 2.125rem;
    background-size: 0.875rem 0.875rem;
    font-size: 0.875rem;
  }
  .pagetitle_area .inner .right_area {
    padding-bottom: 0.25rem;
    gap: 0.5rem;
  }
  .pagetitle_area .inner .right_area .btn_gray {
    min-width: unset;
    width: 4.75rem;
    height: 1.75rem;
    line-height: 1.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .pagetitle_area .inner .selectbox {
    margin-bottom: 0.25rem;
    width: 8.625rem;
    height: 2.125rem;
  }
  .pagetitle_area .inner .selectbox .ui-selectmenu-button.ui-button.ui-widget {
    padding: 0 1rem;
    height: 2.125rem;
  }
  .pagetitle_area .inner .selectbox .ui-selectmenu-button.ui-button.ui-widget .ui-selectmenu-text {
    font-size: 1rem;
    line-height: 2rem;
  }
}
.pagenavi_area {
  padding: 0 5rem 0;
}
.pagenavi_area .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 1.875rem;
  max-width: 90rem;
}
.pagenavi_area .inner .breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagenavi_area .inner .breadcrumb li {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.3125rem;
  color: #111;
  font-size: 1.125rem;
}
.pagenavi_area .inner .breadcrumb li:first-child {
  padding-left: 0;
}
.pagenavi_area .inner .breadcrumb li:first-child::before {
  display: none;
}
.pagenavi_area .inner .breadcrumb li::before {
  content: ">";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.125rem;
  line-height: 1.3125rem;
}
.pagenavi_area .inner .breadcrumb li.home a {
  display: block;
  width: 1.25rem;
  height: 1.3125rem;
  background: url(../img/sub/ico_home.svg) no-repeat 50% 50%;
}

@media (max-width: 600px) {
  .pagenavi_area {
    padding: 0 0.9375rem 0;
  }
  .pagenavi_area .inner {
    padding-top: 0.8125rem;
  }
  .pagenavi_area .inner .breadcrumb li {
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
  .pagenavi_area .inner .breadcrumb li::before {
    left: 0.5rem;
  }
  .pagenavi_area .inner .breadcrumb li.home a {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem 0.75rem;
  }
}
/* ==========================================================================
  Company
  ========================================================================== */
.sec_info > .inner .contents {
  margin-top: 1.875rem;
}
.sec_info .contents {
  display: flex;
  gap: 11.0416%;
  margin-top: 1.875rem;
}
.sec_info .contents .img {
  width: 31.6666%;
}
.sec_info .contents .img img {
  display: block;
  width: 100%;
}
.sec_info .contents .lst_info {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 0 19.2727%;
}
.sec_info .contents .lst_info > li {
  width: 40.3636%;
  border-bottom: 0.0625rem solid #E5E5E5;
}
.sec_info .contents .lst_info > li:nth-child(5) {
  width: 100%;
}
.sec_info .contents .lst_info > li:nth-child(6) {
  width: 100%;
  border-bottom: 0;
}
.sec_info .contents .lst_info .title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2.5rem;
  height: 4.5rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #111;
}
.sec_info .contents .lst_info .title::before {
  content: "";
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #A64826;
}
.sec_info .contents .lst_area {
  display: flex;
  flex-flow: row wrap;
  gap: 0 19.2727%;
  margin-top: 0.625rem;
}
.sec_info .contents .lst_area li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2.125rem;
  padding-left: 6.25rem;
  width: 40.3636%;
  height: 5.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  color: #111;
  word-break: keep-all;
}
.sec_info .contents .lst_area li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.125rem;
  height: 5.125rem;
  border-radius: 50%;
  background-color: #F1F1F1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec_info .contents .lst_area li:nth-child(1)::before {
  background-image: url(../img/sub/ico_area1.svg);
}
.sec_info .contents .lst_area li:nth-child(2)::before {
  background-image: url(../img/sub/ico_area2.svg);
}
.sec_info .contents .lst_area li:nth-child(3)::before {
  background-image: url(../img/sub/ico_area3.svg);
}
.sec_info .contents .lst_area li:nth-child(4)::before {
  background-image: url(../img/sub/ico_area4.svg);
}
.sec_info .contents .lst_group {
  display: flex;
  padding-top: 0.75rem;
}
.sec_info .contents .lst_group li {
  flex: 1;
}
.sec_info .contents .lst_group li .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  vertical-align: middle;
  text-align: center;
}
.sec_info .contents .lst_group li .name {
  margin-top: 0.75rem;
  text-align: center;
  line-height: 1.1875rem;
  font-weight: 500;
  font-size: 1rem;
  color: #111;
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_info .contents .lst_info > li {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .sec_info > .inner .contents {
    margin-top: 0.625rem;
  }
  .sec_info .contents {
    display: block;
  }
  .sec_info .contents .img {
    width: 100%;
  }
  .sec_info .contents .lst_info {
    margin-top: 2.5rem;
    justify-content: space-between;
    gap: unset;
  }
  .sec_info .contents .lst_info > li {
    margin-left: 0;
    width: calc(50% - 0.5rem);
  }
  .sec_info .contents .lst_info > li .title {
    padding-left: 0.75rem;
    height: 3rem;
    line-height: 1.75rem;
    font-size: 0.875rem;
  }
  .sec_info .contents .lst_info > li .title::before {
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
  }
  .sec_info .contents .lst_info > li:nth-child(5) .title, .sec_info .contents .lst_info > li:nth-child(6) .title {
    height: 4.75rem;
    line-height: 4.75rem;
  }
  .sec_info .contents .lst_info > li:last-child {
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #E5E5E5;
  }
  .sec_info .contents .lst_area {
    margin-top: 0;
  }
  .sec_info .contents .lst_area li {
    justify-content: center;
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-top: 5.125rem;
    height: auto;
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: center;
  }
  .sec_info .contents .lst_area li::before {
    top: 0;
    left: 50%;
    transform: translateY(0);
    margin-left: -2.25rem;
    width: 4.5rem;
    height: 4.5rem;
    background-size: 4.5rem 4.5rem;
  }
  .sec_info .contents .lst_group {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0;
    margin-top: -0.625rem;
  }
  .sec_info .contents .lst_group li {
    flex: unset;
    width: calc(50% - 0.4375rem);
  }
  .sec_info .contents .lst_group li .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
  }
  .sec_info .contents .lst_group li .name {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .sec_info .contents .lst_group li:nth-child(1) .logo img {
    width: 4.625rem;
  }
  .sec_info .contents .lst_group li:nth-child(2) .logo img {
    width: 3.375rem;
  }
  .sec_info .contents .lst_group li:nth-child(3) {
    margin-top: 1.25rem;
  }
  .sec_info .contents .lst_group li:nth-child(3) .logo img {
    height: 1.5rem;
  }
  .sec_info .contents .lst_group li:nth-child(4) {
    margin-top: 1.25rem;
  }
  .sec_info .contents .lst_group li:nth-child(4) .logo img {
    height: 1.5rem;
  }
  .sec_info + .hr {
    display: none;
  }
}
.sec_history .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 26.1111%;
}
.sec_history .bg img {
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 2.5rem;
  border: 0.875rem solid #fff;
  box-shadow: 0.375rem 0.375rem 3rem rgba(0, 0, 0, 0.11);
}
.sec_history .bg::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: -2.125rem;
  width: 8.5rem;
  height: 9.3125rem;
  background: url(../img/sub/bg_circle.svg) no-repeat 50% 50%;
}
.sec_history .bg::after {
  content: "";
  position: absolute;
  right: -1.0625rem;
  bottom: -1.75rem;
  width: 5rem;
  height: 5rem;
  background: url(../img/sub/bg_wave.svg) no-repeat 50% 50%;
}
.sec_history .lst_history {
  margin-top: 2.5rem;
}
.sec_history .lst_history li {
  display: flex;
  position: relative;
  padding-top: 5.8125rem;
}
.sec_history .lst_history li:first-child {
  padding-top: 0;
}
.sec_history .lst_history li::before {
  content: "";
  position: absolute;
  left: 12.9375rem;
  top: 0;
  width: 0.0625rem;
  height: 100%;
  background-color: #A64826;
}
.sec_history .lst_history li .date {
  position: relative;
  width: 23.5625rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #A64826;
  letter-spacing: -0.0625rem;
}
.sec_history .lst_history li .date::before {
  content: "";
  position: absolute;
  left: 8.1875rem;
  top: 0.875rem;
  width: 13.125rem;
  height: 0.0625rem;
  background-color: #A64826;
}
.sec_history .lst_history li .date::after {
  content: "";
  position: absolute;
  left: 12.0625rem;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: #fff url(../img/sub/ico_history_point.svg) no-repeat 50% 50%;
}
.sec_history .lst_history li .desc {
  flex: 1;
  line-height: 1.75rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #111;
  letter-spacing: 0rem;
}

@media (max-width: 600px) {
  .sec_history .bg {
    display: none;
  }
  .sec_history .lst_history li {
    padding-top: 1.875rem;
  }
  .sec_history .lst_history li::before {
    left: 5.0625rem;
  }
  .sec_history .lst_history li .date {
    width: 7.9375rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .sec_history .lst_history li .date::before {
    left: 3.4375rem;
    top: 0.5625rem;
    width: 4rem;
  }
  .sec_history .lst_history li .date::after {
    left: 4.5rem;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 100% 100%;
  }
  .sec_history .lst_history li .desc {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 601px) and (max-width: 1440px) {
  .sec_history .bg {
    display: none;
  }
}
.sec_location .title_md {
  line-height: 1.625rem;
  font-weight: 600;
  font-size: 1.375rem;
  color: #111;
}
.sec_location .location_wrap {
  display: flex;
  gap: 2.36111%;
}
.sec_location .location_wrap .map_area {
  width: 57.2916%;
  height: 23.75rem;
  border: 0.0625rem solid #E5E5E5;
}
.sec_location .location_wrap .lst_info {
  flex: 1;
}
.sec_location .location_wrap .lst_info li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 1.5rem;
  padding-left: 2.625rem;
  line-height: 1.75rem;
  font-weight: 300;
  font-size: 1.125rem;
  color: #111;
  word-break: keep-all;
}
.sec_location .location_wrap .lst_info li .desc {
  display: inline;
  vertical-align: middle;
  padding-right: 1.125rem;
}
.sec_location .location_wrap .lst_info li:first-child {
  margin-top: 0.75rem;
}
.sec_location .location_wrap .lst_info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #111 url(../img/sub/ico_location.svg) no-repeat 50% 50%;
}
.sec_location .location_wrap .lst_info li:nth-child(2)::before {
  background-image: url(../img/sub/ico_phone.svg);
}
.sec_location .location_wrap .lst_info li .btn_copy {
  width: 3.25rem;
  height: 1.75rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #E5E5E5;
  background-color: #f3f3f3;
  line-height: 1.625rem;
  font-weight: 300;
  font-size: 1rem;
  color: #9B9B9B;
}

@media (max-width: 600px) {
  .sec_location .title_md {
    margin: 1.875rem 0 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
  .sec_location .title_md:nth-of-type(2) {
    margin-top: 2.5rem;
  }
  .sec_location .location_wrap {
    flex-wrap: wrap;
  }
  .sec_location .location_wrap .map_area {
    width: 100%;
    height: 12.5rem;
  }
  .sec_location .location_wrap .lst_info {
    width: 100%;
    margin-left: 0;
    margin-top: 1.875rem;
  }
  .sec_location .location_wrap .lst_info li {
    margin-top: 0.625rem;
    padding-left: 1.625rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  .sec_location .location_wrap .lst_info li:first-child {
    margin-top: 0;
  }
  .sec_location .location_wrap .lst_info li::before {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 0.4375rem;
  }
  .sec_location .location_wrap .lst_info li:nth-child(2)::before {
    background-size: 0.625rem;
  }
  .sec_location .location_wrap .lst_info li .btn_copy {
    padding: 0;
    width: 2.125rem;
    height: 1.125rem;
    border-radius: 0.375rem;
    line-height: 1rem;
    font-size: 0.6875rem;
  }
}
.sec_greeting .img img {
  display: block;
  width: 100%;
}
.sec_greeting .desc {
  margin-top: 5.625rem;
  line-height: 2.375rem;
  font-weight: 300;
  font-size: 1.125rem;
  color: #111;
}

@media (max-width: 600px) {
  .sec_greeting .inner .contents {
    margin-top: 0.625rem;
  }
  .sec_greeting .desc {
    margin-top: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.sec_intro .desc {
  margin-top: 2.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #111;
}
.sec_intro .ci_area {
  position: relative;
}
.sec_intro .ci_area .bg {
  display: block;
  width: 100%;
}
.sec_intro .ci_area .ci {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 67.6388%;
}
.sec_intro .ci_area .ci img {
  display: block;
  width: 100%;
}
.sec_intro .ci_area .slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40.8333%;
}
.sec_intro .ci_area .slogan img {
  display: block;
  width: 100%;
}
.sec_intro .lst_download {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25rem;
}
.sec_intro .lst_download li {
  margin-left: 3.125rem;
}
.sec_intro .lst_download li a {
  display: block;
  padding-right: 1.875rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-size: 1.125rem;
  color: #111;
  background: url(../img/sub/ico_download.svg) no-repeat 100% 50%;
}
.sec_intro .lst_download li:first-child a {
  color: #A64826;
  background-image: url(../img/sub/ico_download_on.svg);
}

@media (max-width: 600px) {
  .sec_intro .desc {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .sec_intro .contents .ci_area {
    margin-top: 1.875rem;
  }
  .sec_intro .contents .ci_area .ci {
    width: 71.5151%;
  }
  .sec_intro .contents .ci_area .slogan {
    width: 61.2121%;
  }
  .sec_intro .lst_download {
    margin-top: 0.625rem;
  }
  .sec_intro .lst_download li {
    margin-left: 1.25rem;
  }
  .sec_intro .lst_download li a {
    padding-right: 1rem;
    font-size: 0.75rem;
    height: 0.875rem;
    line-height: 0.875rem;
    background-size: 0.625rem 0.6875rem;
  }
}
.sec_color .lst_colors {
  display: flex;
  gap: 2.25rem;
}
.sec_color .lst_colors > li {
  flex: 1;
  padding-left: 1.875rem;
  height: 9rem;
  border: 0.625rem solid transparent;
  display: flex;
  align-items: center;
}
.sec_color .lst_colors > li:nth-child(1) {
  border: 0.625rem solid #E5E5E5;
}
.sec_color .lst_colors > li:nth-child(2) {
  background-color: #000000;
  color: #fff;
}
.sec_color .lst_colors > li:nth-child(3) {
  background-color: #A64826;
  color: #fff;
}
.sec_color .lst_colors > li .lst_colorinfo li {
  line-height: 1.75rem;
  font-weight: 400;
  font-size: 1.125rem;
}

@media (max-width: 600px) {
  .sec_color > .inner .contents {
    margin-top: 1.875rem;
  }
  .sec_color .lst_colors {
    display: block;
  }
  .sec_color .lst_colors > li {
    margin-top: 1.25rem;
    padding-left: 1.25rem;
    height: 6.5rem;
  }
  .sec_color .lst_colors > li .lst_colorinfo li {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
  }
}
.sec_group {
  padding-bottom: 4.375rem;
}
.sec_group .inner .contents {
  margin-top: 0;
}
.sec_group .img_area {
  position: relative;
}
.sec_group .img_area img {
  display: block;
  width: 100%;
}
.sec_group .img_area .lst_group {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sec_group .img_area .lst_group li {
  position: relative;
  flex: 1;
  padding: 0.3125rem 0.4375rem;
  height: 4.5rem;
  text-align: right;
  line-height: 1.25rem;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #fff;
}
.sec_group .img_area .lst_group li span {
  position: absolute;
  right: 0.4375rem;
  bottom: 0.3125rem;
  z-index: 1;
}
.sec_group .img_area .lst_group li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 2.25rem solid #BF2315;
  border-top: 2.25rem solid transparent;
  border-right: 2.25rem solid #BF2315;
  border-left: 2.25rem solid transparent;
}
.sec_group .desc {
  margin-top: 5.375rem;
  padding: 0 5rem;
  text-align: center;
  line-height: 1.8125rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #111;
  word-break: keep-all;
}

@media (max-width: 600px) {
  .sec_group {
    padding-bottom: 0;
  }
  .sec_group .img_area .lst_group {
    flex-wrap: wrap;
    height: 100%;
  }
  .sec_group .img_area .lst_group li {
    padding: 0.125rem;
  }
  .sec_group .img_area .lst_group li:nth-child(1), .sec_group .img_area .lst_group li:nth-child(2) {
    width: 50%;
    flex: 1 1 50%;
    height: 39.6551%;
  }
  .sec_group .img_area .lst_group li:nth-child(3), .sec_group .img_area .lst_group li:nth-child(4), .sec_group .img_area .lst_group li:nth-child(5) {
    height: 60.3448%;
  }
  .sec_group .img_area .lst_group li::after {
    border-width: 1rem;
  }
  .sec_group .img_area .lst_group li span {
    right: 0.125rem;
    bottom: 0.125rem;
    font-size: 0.625rem;
    line-height: 0.6875rem;
  }
  .sec_group .desc {
    margin-top: 2.5rem;
    padding: 0 0.625rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    word-break: keep-all;
  }
}
.sec_groupinfo .title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_groupinfo .desc_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.625rem;
  border-top: 0.125rem solid #111111;
  border-bottom: 0.0625rem solid #111111;
}
.sec_groupinfo .info_wrap {
  position: relative;
}
.sec_groupinfo .info_wrap .lst_sns {
  display: flex;
}
.sec_groupinfo .info_wrap .lst_sns li {
  margin-left: 0.75rem;
}
.sec_groupinfo .info_wrap .lst_sns li a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.sec_groupinfo .info_wrap .lst_sns li a img {
  display: block;
  width: 100%;
}
.sec_groupinfo .info_wrap.group1 .title img {
  display: block;
}
.sec_groupinfo .swiper {
  margin-left: 0;
  padding: 1.5625rem 0 1.875rem;
  width: 31.6666%;
  height: auto;
}
.sec_groupinfo .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.sec_groupinfo .swiper .swiper-pagination {
  bottom: 0;
  line-height: 0;
}
.sec_groupinfo .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.4375rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #E5E5E5;
  opacity: 1;
}
.sec_groupinfo .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A64826;
}
.sec_groupinfo .lst_info {
  width: 48.75%;
}
.sec_groupinfo .lst_info > li {
  position: relative;
  padding: 1.625rem 0 1.625rem 2.5rem;
  line-height: 1.3125rem;
  font-weight: 400;
  font-size: 1.125rem;
  color: #111;
  border-top: 0.0625rem solid #E5E5E5;
  word-break: keep-all;
}
.sec_groupinfo .lst_info > li::before {
  content: "";
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #A64826;
}
.sec_groupinfo .lst_info > li:first-child {
  border-top: 0;
}
.sec_groupinfo .lst_info > li .address {
  line-height: 1.3125rem;
  padding-right: 1.5rem;
}
.sec_groupinfo .lst_info > li .btn_copy {
  width: 3.25rem;
  height: 1.75rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #E5E5E5;
  background-color: #f3f3f3;
  line-height: 1.625rem;
  font-weight: 300;
  font-size: 1rem;
  color: #9B9B9B;
}
.sec_groupinfo .btn_area {
  padding-top: 1.625rem;
  text-align: right;
}
.sec_groupinfo .btn_area .btn {
  padding: 0rem 2.5rem;
  width: 13.375rem;
  height: 3.75rem;
  border-radius: 0.375rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
  background-image: url(../img/sub/ico_download_white.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.5rem);
  background-position-y: 50%;
}
.sec_groupinfo .btn_area .btn_overview {
  background-color: #ABABAB;
  border: 0.0625rem solid #ABABAB;
}
.sec_groupinfo .btn_area .btn_overview:hover {
  background-color: #929292;
  border-color: #929292;
}
.sec_groupinfo .btn_area .btn_overview:focus {
  background-color: #ABABAB !important;
  border: 0.0625rem solid #ABABAB !important;
}
.sec_groupinfo .btn_area .btn_overview:active {
  background-color: #929292 !important;
}
.sec_groupinfo .btn_area .btn_overview:disabled {
  background-color: #dedede;
  border-color: #dedede;
  cursor: not-allowed;
}
.sec_groupinfo .btn_area .btn_alliance {
  background-color: #A64826;
  border: 0.0625rem solid #A64826;
  margin-left: 0.625rem;
  background-image: url(../img/sub/ico_alliance.svg);
}
.sec_groupinfo .btn_area .btn_alliance:hover {
  background-color: #7d361d;
  border-color: #7d361d;
}
.sec_groupinfo .btn_area .btn_alliance:focus {
  background-color: #A64826 !important;
  border: 0.0625rem solid #A64826 !important;
}
.sec_groupinfo .btn_area .btn_alliance:active {
  background-color: #7d361d !important;
}
.sec_groupinfo .btn_area .btn_alliance:disabled {
  background-color: #d97b59;
  border-color: #d97b59;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .sec_groupinfo .desc_area {
    display: block;
    margin-top: 0.375rem;
  }
  .sec_groupinfo .swiper {
    padding-bottom: 1.3125rem;
    width: 100%;
    height: auto;
  }
  .sec_groupinfo .swiper .swiper-slide img {
    display: block;
    width: 100%;
  }
  .sec_groupinfo .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.25rem;
    width: 0.3125rem;
    height: 0.3125rem;
  }
  .sec_groupinfo .lst_info {
    margin-top: 2.5rem;
    width: 100%;
  }
  .sec_groupinfo .lst_info li {
    padding: 1rem 0 1rem 0.75rem;
    height: auto;
    line-height: 1rem;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  .sec_groupinfo .lst_info li::before {
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
  }
  .sec_groupinfo .lst_info li .btn_copy {
    padding: 0;
    width: 2.125rem;
    height: 1.125rem;
    border-radius: 0.375rem;
    line-height: 1rem;
    font-size: 0.6875rem;
  }
  .sec_groupinfo .lst_info li .address {
    padding-right: 0.9375rem;
    word-break: keep-all;
  }
  .sec_groupinfo .btn_area {
    display: flex;
    justify-content: space-between;
    padding-top: 1.25rem;
  }
  .sec_groupinfo .btn_area .btn {
    padding-left: 1.875rem;
    width: calc(50% - 0.3125rem);
    height: 2.8125rem;
    line-height: 2.6875rem;
    font-size: 0.8125rem;
    background-position-x: calc(100% - 1.5rem);
    background-size: 1rem;
  }
  .sec_groupinfo .info_wrap .title_area {
    position: relative;
    display: flex;
  }
  .sec_groupinfo .info_wrap .lst_sns li {
    margin-left: 0.375rem;
  }
  .sec_groupinfo .info_wrap .lst_sns li a {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
  }
  .sec_groupinfo .info_wrap .lst_sns li a img {
    display: block;
    width: 100%;
  }
  .sec_groupinfo .info_wrap.group1 .title_area .title img {
    display: block;
    height: 0.4375rem;
  }
  .sec_groupinfo .info_wrap.group2 .title_area .title img {
    display: block;
    height: 0.75rem;
  }
  .sec_groupinfo .info_wrap.group3 .title_area .title img {
    display: block;
    height: 0.75rem;
  }
  .sec_groupinfo .info_wrap.group4 .title_area .title img {
    display: block;
    height: 1.25rem;
  }
}
/* ==========================================================================
  Product
  ========================================================================== */
.search_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_area .total {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
}
.search_area .total .num {
  padding: 0rem 0.3125rem;
}
.search_area .search {
  position: relative;
  display: inline-flex;
  gap: 1.125rem;
}
.search_area .search .selectbox {
  width: 8.625rem;
}
.search_area .search .ui-selectmenu-button.ui-button.ui-widget {
  padding: 0 1rem;
  width: 100%;
  height: 3.375rem;
  line-height: 3.375rem;
  font-family: inherit;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  background-color: #F2F2F2;
}
.search_area .search .ui-selectmenu-button.ui-button.ui-widget .ui-selectmenu-text {
  font-size: 1.125rem;
  font-weight: 300;
}
.search_area .search .ui-selectmenu-button.ui-button.ui-widget .ui-icon {
  background: none;
  width: 0;
  height: 0;
  border-top: 6px solid #A4A4A4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.search_area .search .form_control {
  width: 25.25rem;
  font-size: 1.125rem;
  font-weight: 300;
}
.search_area .search .btn_search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3.375rem;
  height: 3.375rem;
  background: url(../img/sub/ico_search.svg) no-repeat 50% 50%;
}
.search_area .search .btn_search:hover {
  background-image: url(../img/sub/ico_search_on.svg);
}

@media (max-width: 600px) {
  .search_area {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .search_area .search {
    width: 100%;
  }
  .search_area .search .form_control.form_lg {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .search_area .search .btn_search {
    width: 3rem;
    height: 3rem;
  }
  .search_area .total {
    margin-top: 2.5rem;
  }
  .search_area .total .string {
    display: none;
  }
  .search_area .total .num {
    padding: 0;
  }
  .search_area form {
    display: block;
    width: 100%;
  }
}
.sec_product .lst_products {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 2.25rem;
  width: 100%;
}
.sec_product .lst_products li {
  position: relative;
  width: calc(25% - 1.6875rem);
}
.sec_product .lst_products li a {
  display: block;
}
.sec_product .lst_products li a .img {
  overflow: hidden;
  display: block;
  border: 0.0625rem solid #E5E5E5;
}
.sec_product .lst_products li a .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.sec_product .lst_products li a:hover .img img {
  transform: scale(1.1);
}
.sec_product .lst_products li a .name {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #111;
  letter-spacing: -0.0625rem;
}
.sec_product .lst_products li::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 10;
}
.sec_product .lst_products li.new::before {
  background-image: url(../img/sub/ico_new_v2.svg);
}
.sec_product .lst_products li.hot::before {
  background-image: url(../img/sub/ico_hot_v2.svg);
}
.sec_product .lst_products li.best::before {
  background-image: url(../img/sub/ico_best_v2.svg);
}

@media (max-width: 600px) {
  .sec_product .lst_products {
    gap: 2.5rem;
  }
  .sec_product .lst_products li {
    width: 100%;
  }
  .sec_product .lst_products li a .name {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
.sec_detail .contents {
  display: flex;
  justify-content: space-between;
  gap: 8.5%;
  margin-top: 0 !important;
}
.sec_detail .contents .img_area {
  width: 34.1666%;
}
.sec_detail .contents .img_area .lst_img li {
  position: relative;
}
.sec_detail .contents .img_area .lst_img li img {
  display: block;
  width: 100%;
  border: 0.0625rem solid #E5E5E5;
}
.sec_detail .contents .img_area .lst_img::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 10;
}
.sec_detail .contents .img_area .lst_img.new::before {
  background-image: url(../img/sub/ico_new_v2.svg);
}
.sec_detail .contents .img_area .lst_img.hot::before {
  background-image: url(../img/sub/ico_hot_v2.svg);
}
.sec_detail .contents .img_area .lst_img.best::before {
  background-image: url(../img/sub/ico_best_v2.svg);
}
.sec_detail .contents .img_area .lst_thumb {
  margin-top: 1.75rem;
}
.sec_detail .contents .img_area .lst_thumb li {
  overflow: hidden;
  width: calc(1.5625%rem - 1.3125rem);
  cursor: pointer;
}
.sec_detail .contents .img_area .lst_thumb li img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.sec_detail .contents .img_area .lst_thumb li:hover img {
  transform: scale(1.1);
}
.sec_detail .contents .desc_area {
  flex: 1;
}
.sec_detail .contents .desc_area .table_desc colgroup col:nth-child(1) {
  width: 32%;
}
.sec_detail .contents .desc_area .table_desc colgroup col:nth-child(2) {
  width: 68%;
}
.sec_detail .contents .desc_area .btn_area {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_detail .contents .desc_area .btn_area .btn_pdf {
  background-color: #A64826;
  border: 0.0625rem solid #A64826;
  padding: 0 1.25rem;
  width: 9.125rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  background-image: url(../img/sub/ico_download_white.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 1.5rem);
  background-size: 1.25rem 1.25rem;
}
.sec_detail .contents .desc_area .btn_area .btn_pdf:hover {
  background-color: #7d361d;
  border-color: #7d361d;
}
.sec_detail .contents .desc_area .btn_area .btn_pdf:focus {
  background-color: #A64826 !important;
  border: 0.0625rem solid #A64826 !important;
}
.sec_detail .contents .desc_area .btn_area .btn_pdf:active {
  background-color: #7d361d !important;
}
.sec_detail .contents .desc_area .btn_area .btn_pdf:disabled {
  background-color: #d97b59;
  border-color: #d97b59;
  cursor: not-allowed;
}
.sec_detail .contents .desc_area .btn_area .lst_sns {
  display: flex;
}
.sec_detail .contents .desc_area .btn_area .lst_sns li {
  margin-left: 0.75rem;
}
.sec_detail .contents .desc_area .btn_area .lst_sns li a {
  display: block;
  width: 40px;
  height: 40px;
}
.sec_detail .contents .desc_area .btn_area .lst_sns li a img {
  display: block;
  width: 100%;
}

@media (max-width: 600px) {
  #container.product .breadcrumb {
    display: none;
  }
  .sec_detail .contents {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sec_detail .contents .img_area {
    width: 100%;
  }
  .sec_detail .contents .desc_area {
    margin-top: 2.5rem;
  }
  .sec_detail .contents .desc_area .table_desc table th, .sec_detail .contents .desc_area .table_desc table td {
    padding: 20px;
    font-size: 20px;
  }
  .sec_detail .contents .desc_area .table_desc table th {
    padding-left: 0;
    font-size: 20px;
  }
  .sec_detail .contents .desc_area .table_desc table th span {
    line-height: 1.125rem;
  }
  .sec_detail .contents .desc_area .btn_area {
    padding-top: 0.625rem;
    line-height: 0;
    align-items: flex-start;
  }
  .sec_detail .contents .desc_area .btn_area .btn_pdf {
    padding: 0 0.75rem;
    width: 5.5rem;
    height: 1.625rem;
    line-height: 1.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    background-size: 0.8125rem;
    background-position-x: calc(100% - 0.75rem);
  }
  .sec_detail .contents .desc_area .btn_area .lst_sns li {
    margin-left: 0.375rem;
  }
  .sec_detail .contents .desc_area .btn_area .lst_sns li a {
    width: 1.625rem;
    height: 1.625rem;
  }
  .sec_detail .contents .desc_area .btn_area .lst_sns li a img {
    display: block;
    width: 1.625rem;
    height: 1.625rem;
  }
  .sec_detail .hr {
    display: none;
  }
}
/* ==========================================================================
  News
  ========================================================================== */
.sec_news .lst_news {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 2.25rem;
  width: 100%;
}
.sec_news .lst_news li {
  width: calc(33.3333% - 1.5rem);
}
.sec_news .lst_news li a {
  display: block;
}
.sec_news .lst_news li a .img {
  overflow: hidden;
  display: block;
  border: 0.0625rem solid #E5E5E5;
}
.sec_news .lst_news li a .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.sec_news .lst_news li a:hover .img img {
  transform: scale(1.1);
}
.sec_news .lst_news li a .name {
  display: block;
  margin-top: 1.875rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.0625rem;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.75rem;
  height: 56px;
}

@media (max-width: 600px) {
  .sec_news .lst_news {
    flex-direction: column;
    gap: 2.5rem;
  }
  .sec_news .lst_news li {
    width: 100%;
  }
  .sec_news .lst_news li a .name {
    margin-top: 0.75rem;
    height: auto;
    font-size: 1.125rem;
    line-height: 1.375rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.sec_news_detail, .sec_notice_detail {
  padding-top: 3.875rem;
}
.sec_news_detail .inner .contents, .sec_notice_detail .inner .contents {
  margin-top: 0;
}
.sec_news_detail .inner .contents .desc_area h4, .sec_notice_detail .inner .contents .desc_area h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  line-height: 2.125rem;
}
.sec_news_detail .inner .contents .desc_area img, .sec_notice_detail .inner .contents .desc_area img {
  display: block;
  margin-top: 2.5rem;
}
.sec_news_detail .inner .contents .desc_area p, .sec_notice_detail .inner .contents .desc_area p {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #111;
  line-height: 1.875rem;
}

@media (max-width: 600px) {
  .sec_news_detail .inner .contents .desc_area, .sec_notice_detail .inner .contents .desc_area {
    padding-bottom: 2.5rem;
  }
  .sec_news_detail .inner .contents .desc_area h4, .sec_notice_detail .inner .contents .desc_area h4 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .sec_news_detail .inner .contents .desc_area img, .sec_notice_detail .inner .contents .desc_area img {
    display: block;
    width: 100%;
  }
  .sec_news_detail .inner .contents .desc_area p, .sec_notice_detail .inner .contents .desc_area p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
.pagination li a {
  position: relative;
  display: block;
  width: 2.9375rem;
  height: 2.9375rem;
  line-height: 2.8125rem;
  border-radius: 50%;
  border: 0.0625rem solid #E5E5E5;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  color: #A2A2A2;
}
.pagination li a.on {
  font-weight: 600;
  color: #A64826;
  border: 0.125rem solid #A64826;
  line-height: 2.6875rem;
}
.pagination li.prev a::before {
  content: "<";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.125rem;
}
.pagination li.next a::before {
  content: ">";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.125rem;
}

@media (max-width: 600px) {
  .pagination {
    margin-top: 2.5rem;
    gap: 0.375rem;
  }
  .pagination li a {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2rem;
  }
  .pagination li a.on {
    line-height: 2rem;
  }
  .pagination li:nth-child(6), .pagination li:nth-child(7), .pagination li:nth-child(8), .pagination li:nth-child(9), .pagination li:nth-child(10) {
    display: none;
  }
  .pagination li.next {
    display: block;
  }
}
.pagination_detail {
  margin-top: 0;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination_detail .btn_list {
  padding: 0 2.375rem;
  width: 11.125rem;
  height: 4.25rem;
  line-height: 4.25rem;
  border-radius: 2.125rem;
  background: #A64826 url(../img/sub/ico_list.svg) no-repeat 100% 50%;
  background-position-x: calc(100% - 2.375rem);
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.0625rem;
  color: #fff;
  border: 0;
}
.pagination_detail .btn_prev {
  padding: 0 2.375rem;
  width: 11.125rem;
  height: 4.25rem;
  line-height: 4.25rem;
  border-radius: 2.125rem;
  background: #fff url(../img/sub/ico_prev.svg) no-repeat 0 50%;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.0625rem;
  color: #111;
  border: 0;
}
.pagination_detail .btn_prev:hover {
  text-decoration: underline;
}
.pagination_detail .btn_next {
  padding: 0 2.375rem;
  width: 11.125rem;
  height: 4.25rem;
  line-height: 4.25rem;
  border-radius: 2.125rem;
  background: #fff url(../img/sub/ico_next.svg) no-repeat 100% 50%;
  text-align: right;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.0625rem;
  color: #111;
  border: 0;
}
.pagination_detail .btn_next:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .pagination_detail {
    padding-top: 0.75rem;
  }
  .pagination_detail .btn {
    width: 7.5rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.75rem;
  }
  .pagination_detail .btn.btn_list {
    padding: 0 1.5625rem;
    background-size: 0.8125rem;
    background-position-x: calc(100% - 1.5625rem);
  }
  .pagination_detail .btn.btn_prev {
    padding-left: 1.25rem;
    background-size: 0.875rem;
    font-size: 0.875rem;
  }
  .pagination_detail .btn.btn_next {
    padding-right: 1.25rem;
    background-size: 0.875rem;
    font-size: 0.875rem;
  }
}
.sec_notice .inner .contents .lst_notice, .sec_notice .inner .contents .lst_qna, .sec_qna .inner .contents .lst_notice, .sec_qna .inner .contents .lst_qna {
  border-top: 0.0625rem solid #E5E5E5;
}
.sec_notice .inner .contents .lst_notice li, .sec_notice .inner .contents .lst_qna li, .sec_qna .inner .contents .lst_notice li, .sec_qna .inner .contents .lst_qna li {
  border-bottom: 0.0625rem solid #E5E5E5;
}
.sec_notice .inner .contents .lst_notice li a, .sec_notice .inner .contents .lst_qna li a, .sec_qna .inner .contents .lst_notice li a, .sec_qna .inner .contents .lst_qna li a {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  width: 100%;
  transition: all 0.5s;
}
.sec_notice .inner .contents .lst_notice li a:hover, .sec_notice .inner .contents .lst_qna li a:hover, .sec_qna .inner .contents .lst_notice li a:hover, .sec_qna .inner .contents .lst_qna li a:hover {
  background-color: rgba(166, 72, 38, 0.08);
}
.sec_notice .inner .contents .lst_notice li a span, .sec_notice .inner .contents .lst_qna li a span, .sec_qna .inner .contents .lst_notice li a span, .sec_qna .inner .contents .lst_qna li a span {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  color: #9D9D9D;
}
.sec_notice .inner .contents .lst_notice li a span.status, .sec_notice .inner .contents .lst_qna li a span.status, .sec_qna .inner .contents .lst_notice li a span.status, .sec_qna .inner .contents .lst_qna li a span.status {
  flex: 0 0 5.25rem;
  margin-right: 3rem;
  margin-left: 3rem;
  height: 2rem;
  line-height: 1.875rem;
  background-color: #F2F2F2;
  border-radius: 0.25rem;
  border: 1px solid #E5E5E5;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  color: #A2A2A2;
  font-weight: 300;
}
.sec_notice .inner .contents .lst_notice li a span.status.on, .sec_notice .inner .contents .lst_qna li a span.status.on, .sec_qna .inner .contents .lst_notice li a span.status.on, .sec_qna .inner .contents .lst_qna li a span.status.on {
  background-color: #A64826;
  border-color: #A64826;
  color: #fff;
}
.sec_notice .inner .contents .lst_notice li a span.status::before, .sec_notice .inner .contents .lst_qna li a span.status::before, .sec_qna .inner .contents .lst_notice li a span.status::before, .sec_qna .inner .contents .lst_qna li a span.status::before {
  left: -2.875rem;
}
.sec_notice .inner .contents .lst_notice li a span.type, .sec_notice .inner .contents .lst_qna li a span.type, .sec_qna .inner .contents .lst_notice li a span.type, .sec_qna .inner .contents .lst_qna li a span.type {
  font-size: 1.25rem;
  font-weight: 600;
  color: #A64826;
}
.sec_notice .inner .contents .lst_notice li a span::before, .sec_notice .inner .contents .lst_qna li a span::before, .sec_qna .inner .contents .lst_notice li a span::before, .sec_qna .inner .contents .lst_qna li a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #E5E5E5;
}
.sec_notice .inner .contents .lst_notice li a span.num, .sec_notice .inner .contents .lst_qna li a span.num, .sec_qna .inner .contents .lst_notice li a span.num, .sec_qna .inner .contents .lst_qna li a span.num {
  flex: 0.5;
  font-size: 1.25rem;
  font-weight: 500;
}
.sec_notice .inner .contents .lst_notice li a span.num::before, .sec_notice .inner .contents .lst_qna li a span.num::before, .sec_qna .inner .contents .lst_notice li a span.num::before, .sec_qna .inner .contents .lst_qna li a span.num::before {
  display: none;
}
.sec_notice .inner .contents .lst_notice li a span.title, .sec_notice .inner .contents .lst_qna li a span.title, .sec_qna .inner .contents .lst_notice li a span.title, .sec_qna .inner .contents .lst_qna li a span.title {
  flex: 4;
  padding: 0 2.5rem 0 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
}
.sec_notice .inner .contents .lst_notice li a span.title::before, .sec_notice .inner .contents .lst_qna li a span.title::before, .sec_qna .inner .contents .lst_notice li a span.title::before, .sec_qna .inner .contents .lst_qna li a span.title::before {
  display: none;
}
.sec_notice .inner .contents .lst_notice li a span.date, .sec_notice .inner .contents .lst_qna li a span.date, .sec_qna .inner .contents .lst_notice li a span.date, .sec_qna .inner .contents .lst_qna li a span.date {
  flex: 1.2;
}

@media (max-width: 600px) {
  .sec_notice .inner .contents .lst_qna,
  .sec_qna .inner .contents .lst_qna {
    margin-top: 0.6875rem;
  }
  .sec_notice .inner .contents .lst_qna li a,
  .sec_qna .inner .contents .lst_qna li a {
    position: relative;
    padding: 1.25rem 0 1.25rem 3.0625rem;
    flex-wrap: wrap;
  }
  .sec_notice .inner .contents .lst_qna li a span,
  .sec_qna .inner .contents .lst_qna li a span {
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: left;
  }
  .sec_notice .inner .contents .lst_qna li a span::before,
  .sec_qna .inner .contents .lst_qna li a span::before {
    display: none;
  }
  .sec_notice .inner .contents .lst_qna li a span.status,
  .sec_qna .inner .contents .lst_qna li a span.status {
    position: absolute;
    right: 0rem;
    bottom: 0.875rem;
    margin: 0;
    width: 4.75rem;
    height: 1.75rem;
    line-height: 1.625rem;
    font-size: 0.75rem;
  }
  .sec_notice .inner .contents .lst_qna li a span.num,
  .sec_qna .inner .contents .lst_qna li a span.num {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec_notice .inner .contents .lst_qna li a span.type,
  .sec_qna .inner .contents .lst_qna li a span.type {
    flex: 0 0 15%;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .sec_notice .inner .contents .lst_qna li a span.title,
  .sec_qna .inner .contents .lst_qna li a span.title {
    flex: 0 0 100%;
    margin-bottom: 0.75rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    white-space: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sec_notice .inner .contents .lst_qna li a span.user,
  .sec_qna .inner .contents .lst_qna li a span.user {
    flex: 0 0 22%;
  }
  .sec_notice .inner .contents .lst_qna li a span.date,
  .sec_qna .inner .contents .lst_qna li a span.date {
    flex: 0 0 78%;
  }
  .sec_notice .inner .contents .lst_qna li .detail_area,
  .sec_qna .inner .contents .lst_qna li .detail_area {
    padding: 1.875rem 0;
  }
  .sec_notice .inner .contents .lst_qna li .detail_area .desc,
  .sec_qna .inner .contents .lst_qna li .detail_area .desc {
    padding-bottom: 1.875rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
  }
  .sec_notice .inner .contents .lst_qna li .detail_area .btn,
  .sec_qna .inner .contents .lst_qna li .detail_area .btn {
    width: 4.75rem;
    height: 1.75rem;
    line-height: 1.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 400;
  }
}
.sec_qna_detail {
  padding: 0 5rem;
}
.sec_qna_detail .inner .contents {
  margin: 0;
}
.sec_qna_detail .inner .contents .lst_qna li {
  border-bottom-color: #111;
}
.sec_qna_detail .inner .contents .lst_qna .detail_area {
  padding: 3.75rem 0 5.625rem;
  border-top: 1px solid #E5E5E5;
}
.sec_qna_detail .inner .contents .lst_qna .detail_area .title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.625rem;
  color: #111;
}
.sec_qna_detail .inner .contents .lst_qna .detail_area .desc {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #111;
}
.sec_qna_detail .inner .contents .submit_area {
  padding-top: 2.5rem;
  text-align: center;
}
.sec_qna_detail .inner .contents .submit_area .btn {
  width: 16.25rem;
  height: 3.875rem;
  line-height: 3.875rem;
  border: 0;
  border-radius: 0.375rem;
  background-color: #A64826;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.sec_qna_detail .inner .contents .reply_wrap {
  position: relative;
  margin-top: -1px;
  padding-left: 10.125rem;
  padding-right: 1.8125rem;
  background-color: #F8F8F8;
  border: 1px solid #e5e5e5;
}
.sec_qna_detail .inner .contents .reply_wrap::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 2.875rem;
  width: 5.125rem;
  height: 5.125rem;
  background: #fff url(../img/sub/ico_cs.svg) no-repeat 50% 50%;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}
.sec_qna_detail .inner .contents .reply_wrap .desc_area {
  padding: 3.75rem 0.625rem 2.5rem 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.875rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #A64826;
}
.sec_qna_detail .inner .contents .reply_wrap .info_area {
  display: flex;
  justify-content: flex-end;
  padding: 1.875rem 0;
}
.sec_qna_detail .inner .contents .reply_wrap .info_area span {
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  color: #9D9D9D;
}
.sec_qna_detail .inner .contents .reply_wrap .info_area span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #E5E5E5;
}
.sec_qna_detail .inner .contents .reply_wrap .info_area span.user {
  padding-right: 3.25rem;
}
.sec_qna_detail .inner .contents .reply_wrap .info_area span.user::before {
  display: none;
}
.sec_qna_detail .inner .contents .reply_wrap .info_area span.date {
  padding-left: 1.875rem;
}

@media (max-width: 600px) {
  .sec_qna_detail {
    padding: 0 0.9375rem;
  }
  .sec_qna_detail .inner .contents .lst_qna {
    margin-top: 0;
    border-top: 0;
  }
  .sec_qna_detail .inner .contents .lst_qna .detail_area {
    padding: 1.875rem 0 2.5rem;
  }
  .sec_qna_detail .inner .contents .lst_qna .detail_area .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sec_qna_detail .inner .contents .lst_qna .detail_area .desc {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .sec_qna_detail .inner .contents .reply_wrap {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .sec_qna_detail .inner .contents .reply_wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 1.25rem;
    transform: translateX(-50%);
    width: 3.75rem;
    height: 3.75rem;
    background-size: 1.0625rem 1.3125rem;
  }
  .sec_qna_detail .inner .contents .reply_wrap .desc_area {
    padding: 6.25rem 0rem 1.875rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
  }
  .sec_qna_detail .inner .contents .reply_wrap .info_area {
    display: flex;
    justify-content: flex-end;
    padding: 0.75rem 0 2.5rem;
  }
  .sec_qna_detail .inner .contents .reply_wrap .info_area span {
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec_qna_detail .inner .contents .reply_wrap .info_area span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 0.875rem;
    background-color: #E5E5E5;
  }
  .sec_qna_detail .inner .contents .reply_wrap .info_area span.user {
    padding-right: 1.125rem;
    padding-left: 0;
  }
  .sec_qna_detail .inner .contents .reply_wrap .info_area span.user::before {
    display: none;
  }
  .sec_qna_detail .inner .contents .reply_wrap .info_area span.date {
    padding-left: 1.125rem;
  }
  .sec_qna_detail .inner .contents .submit_area {
    padding-top: 1.875rem;
  }
  .sec_qna_detail .inner .contents .submit_area .btn {
    width: 10rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
  }
}
@media (max-width: 600px) {
  .sec_notice .inner .contents .lst_notice li {
    position: relative;
  }
  .sec_notice .inner .contents .lst_notice li a {
    display: block;
    padding: 1.25rem 0 1.25rem 3.0625rem;
  }
  .sec_notice .inner .contents .lst_notice li a:hover {
    background-color: #fff;
  }
  .sec_notice .inner .contents .lst_notice li a span {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: left;
  }
  .sec_notice .inner .contents .lst_notice li a span::before {
    display: none;
  }
  .sec_notice .inner .contents .lst_notice li a span.num {
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0.625rem;
    width: 3.0625rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec_notice .inner .contents .lst_notice li a span.title {
    display: block;
    padding-left: 0;
    margin-bottom: 0.75rem;
    text-overflow: unset;
    height: auto;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .sec_notice .inner .contents .lst_notice li a span.user {
    display: inline-block;
    padding-left: 0;
    width: 3.5rem;
  }
}
.sec_data .lst_data {
  border-top: 0.0625rem solid #E5E5E5;
}
.sec_data .lst_data li {
  position: relative;
  border-bottom: 0.0625rem solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.125rem 0;
  width: 100%;
  transition: all 0.5s;
}
.sec_data .lst_data li:hover {
  background-color: rgba(166, 72, 38, 0.08);
}
.sec_data .lst_data li span {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  color: #9D9D9D;
}
.sec_data .lst_data li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #E5E5E5;
}
.sec_data .lst_data li span.num {
  flex: 0.5;
  font-size: 1.25rem;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 0.75rem;
}
.sec_data .lst_data li span.num::before {
  display: none;
}
.sec_data .lst_data li span.title {
  flex: 4;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2.5rem;
  font-weight: 500;
  color: #111;
  letter-spacing: -0.0625rem;
}
.sec_data .lst_data li span.title .file {
  display: inline-block;
  margin-right: 2.5rem;
  width: 5.375rem;
  height: 2rem;
  line-height: 2rem;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  border-radius: 1rem;
  background-color: #A64826;
  text-align: center;
}
.sec_data .lst_data li span.title::before {
  display: none;
}
.sec_data .lst_data li span.type {
  font-size: 1.25rem;
  font-weight: 600;
  color: #A64826;
}
.sec_data .lst_data li span.date {
  flex: 1;
  white-space: nowrap;
  padding: 0 0.75rem;
}
.sec_data .lst_data li span.user {
  white-space: nowrap;
  padding: 0 0.75rem;
}
.sec_data .lst_data li span.download {
  flex: 0.8;
  padding: 0 1.625rem;
}
.sec_data .lst_data li span.download .btn_download {
  display: block;
  padding: 0 1.25rem;
  width: 8.3125rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.375rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background: #A64826 url(../img/sub/ico_download_white.svg) no-repeat 100% 50%/1.25rem;
  background-position-x: calc(100% - 1.3125rem);
}

@media (max-width: 600px) {
  .sec_data .lst_data li {
    position: relative;
    display: block;
    padding: 1.25rem 0 1.25rem 3.0625rem;
  }
  .sec_data .lst_data li:hover {
    background-color: #fff;
  }
  .sec_data .lst_data li span {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: left;
  }
  .sec_data .lst_data li span::before {
    display: none;
  }
  .sec_data .lst_data li span.type {
    display: none;
  }
  .sec_data .lst_data li span.num {
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0.625rem;
    width: 3.0625rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec_data .lst_data li span.title {
    display: block;
    padding-left: 0;
    padding-right: 1.25rem;
    margin-bottom: 1.6875rem;
    text-overflow: unset;
    height: auto;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .sec_data .lst_data li span.user {
    display: inline-block;
    padding-left: 0;
    width: 3.5rem;
  }
  .sec_data .lst_data li span.download {
    position: absolute;
    right: 0;
    bottom: 1.0625rem;
    padding: 0;
  }
  .sec_data .lst_data li span.download .btn_download {
    display: block;
    padding: 0 0.75rem;
    width: 5.5rem;
    height: 1.625rem;
    line-height: 1.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #fff;
    background-position-x: calc(100% - 0.75rem);
    background-size: 0.875rem 0.875rem;
  }
}
/* ==========================================================================
  Contact
  ========================================================================== */
.sec_contact .inner .contents, .sec_qna_write .inner .contents {
  margin-top: 0;
}
.sec_contact .img, .sec_qna_write .img {
  position: relative;
}
.sec_contact .img img, .sec_qna_write .img img {
  display: block;
  width: 100%;
}
.sec_contact .img .desc, .sec_qna_write .img .desc {
  position: absolute;
  top: 50%;
  left: 4.375rem;
  transform: translateY(-50%);
}
.sec_contact .img .desc .desc_main, .sec_qna_write .img .desc .desc_main {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.375rem;
  color: #fff;
  word-break: keep-all;
}
.sec_contact .img .desc .desc_sub, .sec_qna_write .img .desc .desc_sub {
  margin-top: 1.875rem;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 200;
  color: #fff;
  word-break: keep-all;
}
.sec_contact .form_wrap, .sec_qna_write .form_wrap {
  display: block;
  position: relative;
  margin-top: 5.625rem;
  border-top: 0.0625rem solid #111;
}
.sec_contact .form_wrap .info, .sec_qna_write .form_wrap .info {
  position: absolute;
  top: -2.0625rem;
  right: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #A64826;
}
.sec_contact .form_wrap .row, .sec_qna_write .form_wrap .row {
  display: flex;
  gap: 8%;
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #E5E5E5;
}
.sec_contact .form_wrap .row .col, .sec_qna_write .form_wrap .row .col {
  flex: 1;
  display: flex;
  align-items: center;
}
.sec_contact .form_wrap .row .col.w100 label, .sec_qna_write .form_wrap .row .col.w100 label {
  width: 13.8%;
}
.sec_contact .form_wrap .row .col label, .sec_qna_write .form_wrap .row .col label {
  position: relative;
  padding-left: 0.9375rem;
  width: 30%;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.sec_contact .form_wrap .row .col label.required::before, .sec_qna_write .form_wrap .row .col label.required::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: #A64826;
}
.sec_contact .form_wrap .row .col .field_input, .sec_qna_write .form_wrap .row .col .field_input {
  flex: 1;
}
.sec_contact .form_wrap .row .col .field_input.name .form_control, .sec_contact .form_wrap .row .col .field_input.pw .form_control, .sec_qna_write .form_wrap .row .col .field_input.name .form_control, .sec_qna_write .form_wrap .row .col .field_input.pw .form_control {
  width: 37.35%;
}
.sec_contact .form_wrap .row .col .field_input.phone, .sec_qna_write .form_wrap .row .col .field_input.phone {
  display: flex;
  align-items: center;
}
.sec_contact .form_wrap .row .col .field_input.phone .form_control, .sec_qna_write .form_wrap .row .col .field_input.phone .form_control {
  width: 19.3%;
}
.sec_contact .form_wrap .row .col .field_input.phone .dash, .sec_qna_write .form_wrap .row .col .field_input.phone .dash {
  display: inline-block;
  margin: 0 0.875rem;
  width: 1rem;
  height: 0.0625rem;
  background-color: #111;
}
.sec_contact .form_wrap .row .col .field_input.phone .selectbox, .sec_qna_write .form_wrap .row .col .field_input.phone .selectbox {
  width: 11.125rem;
}
.sec_contact .form_wrap .row .col .field_input.email, .sec_qna_write .form_wrap .row .col .field_input.email {
  display: flex;
  align-items: center;
}
.sec_contact .form_wrap .row .col .field_input.email .form_control, .sec_qna_write .form_wrap .row .col .field_input.email .form_control {
  width: 36%;
}
.sec_contact .form_wrap .row .col .field_input.email .divide, .sec_qna_write .form_wrap .row .col .field_input.email .divide {
  display: inline-block;
  margin: 0 0.8125rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
}
.sec_contact .form_wrap .row .col .field_input.email .selectbox, .sec_qna_write .form_wrap .row .col .field_input.email .selectbox {
  width: 11.125rem;
}
.sec_contact .form_wrap .row .col .field_input.type, .sec_qna_write .form_wrap .row .col .field_input.type {
  display: flex;
  align-items: center;
}
.sec_contact .form_wrap .row .col .field_input.type .selectbox, .sec_qna_write .form_wrap .row .col .field_input.type .selectbox {
  width: 53.9%;
}
.sec_contact .form_wrap .row .col .field_input.file, .sec_qna_write .form_wrap .row .col .field_input.file {
  display: flex;
  align-items: center;
}
.sec_contact .form_wrap .row .col .field_input.file .wrap_file, .sec_qna_write .form_wrap .row .col .field_input.file .wrap_file {
  width: 70%;
  padding-right: 12rem;
}
.sec_contact .form_wrap .row .col .field_input.file .form_control, .sec_qna_write .form_wrap .row .col .field_input.file .form_control {
  font-size: 1.25rem;
}
.sec_contact .form_wrap .row .col .field_input.file .btn, .sec_qna_write .form_wrap .row .col .field_input.file .btn {
  width: 10.75rem;
  height: 3.875rem;
  line-height: 3.875rem;
  border: 0;
  border-radius: 0.375rem;
  font-size: 1.125rem;
  font-weight: 300;
}
.sec_contact .form_wrap .row .col .warning, .sec_qna_write .form_wrap .row .col .warning {
  position: relative;
  padding-left: 0.875rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1875rem;
  color: #A64826;
}
.sec_contact .form_wrap .row .col .warning::before, .sec_qna_write .form_wrap .row .col .warning::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.sec_contact .form_wrap .row .col .ui-selectmenu-button.ui-button.ui-widget, .sec_qna_write .form_wrap .row .col .ui-selectmenu-button.ui-button.ui-widget {
  padding: 0 1.25rem;
  width: 100%;
  height: 3.875rem;
  line-height: 3.75rem;
  font-family: inherit;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  background-color: #F2F2F2;
}
.sec_contact .form_wrap .row .col .ui-selectmenu-button.ui-button.ui-widget .ui-selectmenu-text, .sec_qna_write .form_wrap .row .col .ui-selectmenu-button.ui-button.ui-widget .ui-selectmenu-text {
  font-size: 1.25rem;
  font-weight: 400;
}
.sec_contact .form_wrap .row .col .ui-selectmenu-button.ui-button.ui-widget .ui-icon, .sec_qna_write .form_wrap .row .col .ui-selectmenu-button.ui-button.ui-widget .ui-icon {
  background: none;
  width: 0;
  height: 0;
  border-top: 6px solid #111;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sec_contact .submit_area, .sec_qna_write .submit_area {
  padding-top: 2.5rem;
  text-align: center;
}
.sec_contact .submit_area .btn, .sec_qna_write .submit_area .btn {
  width: 16.25rem;
  height: 3.875rem;
  line-height: 3.875rem;
  border: 0;
  border-radius: 0.375rem;
  background-color: #A64826;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}

.sec_qna_write {
  padding-top: 0;
}
.sec_qna_write .form_wrap {
  margin-top: 0;
  border-top: 0;
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_contact .img .desc .desc_main, .sec_qna_write .img .desc .desc_main {
    line-height: 2.375rem;
    font-size: 2rem;
  }
  .sec_contact .img .desc .desc_sub, .sec_qna_write .img .desc .desc_sub {
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
  .sec_contact .form_wrap .row .col .field_input.phone .dash, .sec_qna_write .form_wrap .row .col .field_input.phone .dash {
    margin: 0 0.3125rem;
    width: 0.5rem;
  }
  .sec_contact .form_wrap .row .col .field_input.phone .selectbox, .sec_qna_write .form_wrap .row .col .field_input.phone .selectbox {
    flex: 1;
    width: auto;
  }
  .sec_contact .form_wrap .row .col .field_input.phone .form_control, .sec_qna_write .form_wrap .row .col .field_input.phone .form_control {
    flex: 1;
    width: auto;
  }
}
@media (max-width: 600px) {
  .sec_contact .img .desc, .sec_qna_write .img .desc {
    left: 1.5rem;
    right: 2.375rem;
    transform: translateY(-30%);
  }
  .sec_contact .img .desc .desc_main, .sec_qna_write .img .desc .desc_main {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sec_contact .img .desc .desc_sub, .sec_qna_write .img .desc .desc_sub {
    margin-top: 1.25rem;
    line-height: 1.375rem;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec_contact .form_wrap, .sec_qna_write .form_wrap {
    margin-top: 3.5625rem;
  }
  .sec_contact .form_wrap .info, .sec_qna_write .form_wrap .info {
    top: -1.25rem;
    font-size: 0.625rem;
  }
  .sec_contact .form_wrap .row, .sec_qna_write .form_wrap .row {
    padding: 0.75rem 0;
    flex-wrap: wrap;
  }
  .sec_contact .form_wrap .row .col, .sec_qna_write .form_wrap .row .col {
    flex: 0 0 100%;
    align-items: flex-start;
  }
  .sec_contact .form_wrap .row .col + .col, .sec_qna_write .form_wrap .row .col + .col {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e5e5;
  }
  .sec_contact .form_wrap .row .col.wrap, .sec_qna_write .form_wrap .row .col.wrap {
    flex-wrap: wrap;
  }
  .sec_contact .form_wrap .row .col.wrap label, .sec_qna_write .form_wrap .row .col.wrap label {
    width: 100% !important;
    padding-bottom: 0.75rem;
  }
  .sec_contact .form_wrap .row .col label, .sec_qna_write .form_wrap .row .col label {
    padding-left: 0.625rem;
    margin-top: 1rem;
    width: 25% !important;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .sec_contact .form_wrap .row .col .field_input .form_control, .sec_qna_write .form_wrap .row .col .field_input .form_control {
    width: 100% !important;
  }
  .sec_contact .form_wrap .row .col .field_input .warning, .sec_qna_write .form_wrap .row .col .field_input .warning {
    padding-left: 0.625rem;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sec_contact .form_wrap .row .col .field_input.type .selectbox, .sec_qna_write .form_wrap .row .col .field_input.type .selectbox {
    width: 100%;
  }
  .sec_contact .form_wrap .row .col .field_input.file .wrap_file, .sec_qna_write .form_wrap .row .col .field_input.file .wrap_file {
    padding-right: 5.8125rem;
    width: 100%;
  }
  .sec_contact .form_wrap .row .col .field_input.file .wrap_file .btn, .sec_qna_write .form_wrap .row .col .field_input.file .wrap_file .btn {
    margin-top: 0;
    width: 5.1875rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
  }
  .sec_contact .form_wrap .row .col .field_input .ui-selectmenu-button.ui-button.ui-widget, .sec_qna_write .form_wrap .row .col .field_input .ui-selectmenu-button.ui-button.ui-widget {
    padding: 0 1rem;
    width: 100%;
    height: 3rem;
    line-height: 2.875rem;
  }
  .sec_contact .form_wrap .row .col .field_input .ui-selectmenu-button.ui-button.ui-widget .ui-selectmenu-text, .sec_qna_write .form_wrap .row .col .field_input .ui-selectmenu-button.ui-button.ui-widget .ui-selectmenu-text {
    font-size: 0.75rem;
    font-weight: 300;
  }
  .sec_contact .submit_area, .sec_qna_write .submit_area {
    padding-top: 1.875rem;
  }
  .sec_contact .submit_area .btn, .sec_qna_write .submit_area .btn {
    width: 10rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .sec_qna_write .form_wrap {
    border-top: 1px solid #e5e5e5;
  }
}
.sec_recruit {
  padding-top: 4.375rem;
}
.sec_recruit .inner .contents {
  margin-top: 0;
}
.sec_recruit .img {
  position: relative;
}
.sec_recruit .img img {
  display: block;
  width: 100%;
}
.sec_recruit .img .desc {
  position: absolute;
  top: 50%;
  left: 4.375rem;
  transform: translateY(-50%);
}
.sec_recruit .img .desc .desc_main {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.375rem;
  color: #fff;
}
.sec_recruit .img .desc .desc_sub {
  margin-top: 1.875rem;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 200;
  color: #fff;
}
.sec_recruit .lst_history {
  display: flex;
  justify-content: space-between;
  margin-top: 9.375rem;
  padding: 0 5.4375rem;
}
.sec_recruit .lst_history li {
  width: 17.625rem;
  text-align: center;
}
.sec_recruit .lst_history li .year {
  line-height: 2.3125rem;
  font-size: 2rem;
  font-weight: 700;
  color: #A64826;
}
.sec_recruit .lst_history li .desc {
  padding-top: 1rem;
  line-height: 1.75rem;
  font-size: 1.375rem;
  font-weight: 600;
  color: #111;
}
.sec_recruit .lst_history li .img {
  overflow: hidden;
  margin-top: 1.875rem;
  width: 17.625rem;
  height: 17.625rem;
  border-radius: 50%;
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_recruit .img .desc .desc_main {
    line-height: 2.375rem;
    font-size: 2rem;
  }
  .sec_recruit .img .desc .desc_sub {
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
  .sec_recruit .lst_history {
    padding: 0;
  }
  .sec_recruit .lst_history li {
    width: calc(33.3333% - 1.875rem);
  }
  .sec_recruit .lst_history li .img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .sec_recruit {
    padding-top: 2.5rem;
  }
  .sec_recruit .img .desc {
    top: 4.25rem;
    left: 1.5rem;
    right: 2.5rem;
    transform: translateY(0);
  }
  .sec_recruit .img .desc .desc_main {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
  }
  .sec_recruit .img .desc .desc_sub {
    margin-top: 1.25rem;
    line-height: 1.375rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
  }
  .sec_recruit .lst_history {
    margin-top: 3.75rem;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    padding: 0;
  }
  .sec_recruit .lst_history li {
    width: 100%;
  }
  .sec_recruit .lst_history li .desc {
    padding-top: 0.875rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
  .sec_recruit .lst_history li .img {
    overflow: hidden;
    margin: 1.875rem auto 0;
    width: 13.375rem;
    height: 13.375rem;
    border-radius: 50%;
  }
}
.sec_vision {
  padding: 11.5625rem 5rem 9rem;
}
.sec_vision .inner {
  max-width: unset;
}
.sec_vision .desc_area {
  margin: 0 auto;
  max-width: 90rem;
}
.sec_vision .desc_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 1.0625rem);
  right: -5rem;
  width: auto;
  height: 22.5rem;
  background: url(../img/sub/bg_vision.png) no-repeat 50% 50%/cover;
}
.sec_vision .desc_area h3.title {
  line-height: 3.125rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #111;
}
.sec_vision .desc_area .desc {
  padding-top: 1rem;
  width: calc(50% - 8.75rem);
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_vision {
    padding: 5.625rem 5rem 3.75rem;
  }
}
@media (max-width: 600px) {
  .sec_vision {
    padding: 5.625rem 0.9375rem 0;
  }
  .sec_vision .desc_area {
    margin: 0 auto;
    max-width: 90rem;
  }
  .sec_vision .desc_area::after {
    content: "";
    overflow: hidden;
    display: block;
    position: relative;
    top: auto;
    left: -0.9375rem;
    right: auto;
    margin-top: 1.875rem;
    width: calc(100% + 1.875rem);
    height: 15.8125rem;
  }
  .sec_vision .desc_area h3.title {
    line-height: 2.0625rem;
    font-size: 1.75rem;
  }
  .sec_vision .desc_area .desc {
    padding-top: 0.75rem;
    width: 100%;
    line-height: 1.25rem;
    font-size: 1rem;
  }
}
.sec_talent {
  padding: 11.875rem 5rem 12.5rem;
  background-color: #F8F8F8;
}
.sec_talent .inner > h3.title {
  line-height: 3.125rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #111;
}
.sec_talent .inner > .desc {
  padding-top: 1rem;
  width: 100%;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
}
.sec_talent .inner .lst_talents {
  display: flex;
  gap: 2.25rem;
  margin-top: 3.125rem;
}
.sec_talent .inner .lst_talents li {
  flex: 1;
  padding: 3.75rem 2.8125rem 3.6875rem;
  border-radius: 0.375rem;
  border: 0.125rem solid #ECECEC;
  box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 7.4375rem;
}
.sec_talent .inner .lst_talents li .title {
  line-height: 2.0625rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
}
.sec_talent .inner .lst_talents li .desc {
  padding-top: 12.375rem;
  line-height: 1.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
  word-break: keep-all;
}
.sec_talent .inner .lst_talents li:nth-child(1) {
  background-image: url(../img/sub/ico_talent1.svg);
}
.sec_talent .inner .lst_talents li:nth-child(2) {
  background-image: url(../img/sub/ico_talent2.svg);
}
.sec_talent .inner .lst_talents li:nth-child(3) {
  background-image: url(../img/sub/ico_talent3.svg);
}
.sec_talent .inner .lst_talents li:nth-child(4) {
  background-image: url(../img/sub/ico_talent4.svg);
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_talent {
    padding: 5.625rem 5rem 3.75rem;
  }
  .sec_talent .inner .lst_talents {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .sec_talent .inner .lst_talents li {
    flex: 0 0 calc(50% - 1.25rem);
  }
}
@media (max-width: 600px) {
  .sec_talent {
    padding: 5.625rem 0.9375rem 3.75rem;
  }
  .sec_talent .inner > h3.title {
    line-height: 2.0625rem;
    font-size: 1.75rem;
  }
  .sec_talent .inner > .desc {
    padding-top: 0.75rem;
    line-height: 1.25rem;
    font-size: 1rem;
  }
  .sec_talent .inner .lst_talents {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
    padding: 0 0.75rem;
  }
  .sec_talent .inner .lst_talents li {
    padding: 3.4375rem 2.5rem 3.625rem;
    background-size: 8rem 8rem;
    background-position: 50% 6.8125rem;
  }
  .sec_talent .inner .lst_talents li .title {
    line-height: 1.875rem;
    font-size: 1.625rem;
  }
  .sec_talent .inner .lst_talents li .desc {
    padding-top: 11.3125rem;
    line-height: 1.375rem;
    font-size: 1.0625rem;
  }
}
.sec_benefit {
  padding: 8.75rem 0 0;
}
.sec_benefit .inner {
  padding: 0 5rem;
  max-width: unset;
}
.sec_benefit .inner .title_area {
  display: block;
  margin: 0 auto;
  max-width: 90rem;
}
.sec_benefit .inner .title_area > h3.title {
  line-height: 3.125rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #111;
}
.sec_benefit .inner .title_area > .desc {
  padding-top: 1rem;
  padding-left: 0;
  width: 100%;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
}
.sec_benefit .swiper-wrapper {
  transition-timing-function: linear;
}
.sec_benefit .lst_benefits {
  display: flex;
  gap: 2.25rem;
  margin-top: 4.75rem;
}
.sec_benefit .lst_benefits li {
  overflow: hidden;
  flex: 0 0 28.5rem !important;
  height: 17.5rem;
  line-height: 17.5rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sec_benefit .lst_benefits li:nth-child(5n+1) {
  background-image: url(../img/sub/bg_benefits1.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+2) {
  background-image: url(../img/sub/bg_benefits2.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+3) {
  background-image: url(../img/sub/bg_benefits3.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+4) {
  background-image: url(../img/sub/bg_benefits4.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+5) {
  background-image: url(../img/sub/bg_benefits5.png);
}

@media (max-width: 600px) {
  .sec_benefit {
    padding-top: 5.625rem;
  }
  .sec_benefit .inner {
    padding: 0 0.9375rem;
  }
  .sec_benefit .inner .title_area {
    display: block;
    margin: 0 auto;
    max-width: 90rem;
  }
  .sec_benefit .inner .title_area > h3.title {
    line-height: 2.0625rem;
    font-size: 1.75rem;
  }
  .sec_benefit .inner .title_area > .desc {
    margin-top: 0;
    padding-top: 0.75rem;
    line-height: 1.25rem;
    font-size: 1rem;
  }
  .sec_benefit .benefits {
    padding: 1.875rem 0.9375rem 0;
  }
  .sec_benefit .lst_benefits {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-top: 0rem;
  }
  .sec_benefit .lst_benefits li {
    display: none;
    flex: 0 0 12.625rem !important;
    background-size: cover;
    line-height: 12.625rem;
    font-size: 1rem;
  }
  .sec_benefit .lst_benefits li:nth-child(1), .sec_benefit .lst_benefits li:nth-child(2), .sec_benefit .lst_benefits li:nth-child(3), .sec_benefit .lst_benefits li:nth-child(4), .sec_benefit .lst_benefits li:nth-child(5) {
    display: block;
  }
}
.sec_recruit_list .inner .title_area {
  display: block;
  margin: 0 auto;
  max-width: 90rem;
}
.sec_recruit_list .inner .title_area > h3.title {
  line-height: 3.125rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #111;
}
.sec_recruit_list .inner .title_area > .desc {
  padding-top: 1rem;
  padding-left: 0;
  width: 100%;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
}
.sec_recruit_list .inner .search_area {
  margin-top: 5.5625rem;
}
.sec_recruit_list .inner .search_area .num {
  padding: 0 0.3125rem;
}
.sec_recruit_list .inner .lst_recruit {
  margin-top: 2.5625rem;
  border-bottom: 0.0625rem solid #E5E5E5;
}
.sec_recruit_list .inner .lst_recruit li {
  border-top: 0.0625rem solid #E5E5E5;
}
.sec_recruit_list .inner .lst_recruit li a {
  display: flex;
  justify-content: space-between;
  padding: 1.6875rem 0;
  width: 100%;
  transition: all 0.5s;
}
.sec_recruit_list .inner .lst_recruit li a:hover {
  background-color: rgba(166, 72, 38, 0.08);
}
.sec_recruit_list .inner .lst_recruit li a span {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  color: #9D9D9D;
  letter-spacing: -0.0625rem;
}
.sec_recruit_list .inner .lst_recruit li a span .status {
  display: inline-block;
  margin-right: 2.5rem;
  width: 5.25rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #CECECE;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  color: #fff;
  font-weight: 300;
}
.sec_recruit_list .inner .lst_recruit li a span .status.on {
  background-color: #A64826;
}
.sec_recruit_list .inner .lst_recruit li a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.5rem;
  background-color: #E5E5E5;
}
.sec_recruit_list .inner .lst_recruit li a span.num {
  flex: 0.5;
  font-size: 1.25rem;
  font-weight: 500;
}
.sec_recruit_list .inner .lst_recruit li a span.num::before {
  display: none;
}
.sec_recruit_list .inner .lst_recruit li a span.type {
  font-size: 1.25rem;
  font-weight: 600;
  color: #A64826;
}
.sec_recruit_list .inner .lst_recruit li a span.title {
  flex: 4;
  padding: 0 2.5rem 0 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
}
.sec_recruit_list .inner .lst_recruit li a span.title::before {
  display: none;
}
.sec_recruit_list .inner .lst_recruit li a span.date {
  flex: 1.2;
}
.sec_recruit_list .inner .lst_recruit li .detail_area {
  display: none;
  padding: 3.75rem 0;
  border-top: 1px solid #e5e5e5;
}
.sec_recruit_list .inner .lst_recruit li .detail_area .desc {
  padding-bottom: 3.75rem;
  line-height: 1.875rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #111;
}
.sec_recruit_list .inner .lst_recruit li .detail_area .btn {
  background-color: #A64826;
  border: 0.0625rem solid #A64826;
  width: 5.75rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.sec_recruit_list .inner .lst_recruit li .detail_area .btn:hover {
  background-color: #7d361d;
  border-color: #7d361d;
}
.sec_recruit_list .inner .lst_recruit li .detail_area .btn:focus {
  background-color: #A64826 !important;
  border: 0.0625rem solid #A64826 !important;
}
.sec_recruit_list .inner .lst_recruit li .detail_area .btn:active {
  background-color: #7d361d !important;
}
.sec_recruit_list .inner .lst_recruit li .detail_area .btn:disabled {
  background-color: #d97b59;
  border-color: #d97b59;
  cursor: not-allowed;
}
.sec_recruit_list .inner .lst_recruit li.on {
  border-color: #111;
}
.sec_recruit_list .inner .lst_recruit li.on > a {
  background-color: #F8F8F8;
}
@media (max-width: 600px) {
  .sec_recruit_list {
    padding-top: 5.625rem;
  }
  .sec_recruit_list .inner .title_area > h3.title {
    line-height: 2.0625rem;
    font-size: 1.75rem;
  }
  .sec_recruit_list .inner .title_area > .desc {
    padding-top: 0.75rem;
    line-height: 1.25rem;
    font-size: 1rem;
  }
  .sec_recruit_list .inner .search_area {
    margin-top: 3.9375rem;
  }
  .sec_recruit_list .inner .search_area .total {
    margin-top: 0;
    line-height: 1.8125rem;
    font-size: 1.5rem;
  }
  .sec_recruit_list .inner .search_area .total .num {
    padding: 0;
  }
  .sec_recruit_list .inner .search_area .total .string {
    display: none;
  }
  .sec_recruit_list .inner .lst_recruit {
    margin-top: 0.6875rem;
  }
  .sec_recruit_list .inner .lst_recruit li a {
    position: relative;
    padding-left: 3.0625rem;
    flex-wrap: wrap;
  }
  .sec_recruit_list .inner .lst_recruit li a span {
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: left;
  }
  .sec_recruit_list .inner .lst_recruit li a span::before {
    display: none;
  }
  .sec_recruit_list .inner .lst_recruit li a span.num {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    font-weight: 300;
  }
  .sec_recruit_list .inner .lst_recruit li a span.type {
    flex: 0 0 15%;
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .sec_recruit_list .inner .lst_recruit li a span.title {
    flex: 0 0 85%;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-overflow: unset;
    white-space: unset;
  }
  .sec_recruit_list .inner .lst_recruit li a span.user {
    flex: 0 0 16%;
    padding-left: 0;
  }
  .sec_recruit_list .inner .lst_recruit li a span.date {
    flex: 0 0 84%;
  }
  .sec_recruit_list .inner .lst_recruit li .detail_area {
    padding: 1.875rem 0;
  }
  .sec_recruit_list .inner .lst_recruit li .detail_area .desc {
    padding-bottom: 1.875rem;
    line-height: 1.125rem;
    font-size: 0.875rem;
  }
  .sec_recruit_list .inner .lst_recruit li .detail_area .btn {
    width: 4.75rem;
    height: 1.75rem;
    line-height: 1.625rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 400;
  }
}
/* ==========================================================================
  기타 : 개인정보처리방침
  ========================================================================== */
#container.policy .submenu_area .inner {
  padding-top: 17.25rem;
}
#container.policy .submenu_area .inner .title {
  font-size: 3.25rem;
}

.sec_policy {
  padding-top: 0;
}
.sec_policy .inner .contents {
  margin-top: 3.75rem;
}
.sec_policy .policy_wrap .title-sm {
  margin-top: 3.125rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #111;
}
.sec_policy .policy_wrap .title-sm:first-of-type {
  margin-top: 0;
}
.sec_policy .policy_wrap .desc {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #111;
}

@media (max-width: 600px) {
  #container.policy .submenu_area .inner {
    padding-top: 11.125rem;
  }
  #container.policy .submenu_area .inner .title {
    font-size: 1.75rem;
  }
  .sec_policy {
    padding-top: 0;
  }
  .sec_policy .inner .contents {
    margin-top: 2.5rem;
  }
  .sec_policy .policy_wrap .title-sm {
    margin-top: 2.5rem;
    font-size: 1.0625rem;
    line-height: 1.375rem;
    color: #111;
  }
  .sec_policy .policy_wrap .desc {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}/*# sourceMappingURL=sub.css.map */