@charset "UTF-8";
@media (max-width: 639.98px) {
  .font-size-auto {
    font-size: 1rem * 0.5; } }

@media (max-width: 767.98px) {
  .font-size-auto {
    font-size: 1rem * 0.6; } }

@media (max-width: 899.98px) {
  .font-size-auto {
    font-size: 1rem * 0.7; } }

@media (max-width: 1023.98px) {
  .font-size-auto {
    font-size: 1rem * 0.8; } }

@media (max-width: 1199.98px) {
  .font-size-auto {
    font-size: 1rem * 0.9; } }

.font-size-auto {
  font-size: 1rem * 1; }

.gnb_mobile .depth01 > a.active {
  color: #024495;
  font-weight: 700; }

.esko-sub-visual {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  min-height: 460px; }

.esko-sub-visual__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 19, 39, 0.72) 0%, rgba(6, 19, 39, 0.48) 45%, rgba(6, 19, 39, 0.25) 100%); }

.esko-visual-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 920px;
  margin: 0;
  padding: 0 24px;
  text-align: center; }

.esko-visual-eyebrow {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8); }

.esko-visual-copy .sv_tit {
  color: #fff;
  margin-bottom: 18px;
  font-size: 54px;
  line-height: 1.15; }

.esko-visual-desc {
  font-size: 19px;
  line-height: 1.8;
  word-break: keep-all; }

.esko-company-intro,
.esko-highlight-band,
.esko-contact-panel,
.esko-category-layout,
.esko-info-grid {
  margin-top: 80px; }

.esko-company-intro__lead {
  max-width: 880px;
  margin: 0 auto 42px;
  text-align: center; }

.esko-section-kicker {
  margin-bottom: 12px;
  color: #024495;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase; }

.esko-company-intro__lead h3,
.esko-highlight-band__copy h3,
.esko-contact-panel h3,
.esko-category-copy h3 {
  color: #111;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  word-break: keep-all; }

.esko-company-intro__lead p,
.esko-highlight-band__copy p,
.esko-contact-panel p,
.esko-category-copy p,
.esko-info-grid article p {
  color: #4f5b6b;
  font-size: 18px;
  line-height: 1.9;
  word-break: keep-all; }

.esko-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px; }

.esko-service-card,
.esko-info-grid article,
.esko-highlight-band,
.esko-contact-panel,
.esko-category-layout {
  border-radius: 28px;
  background: #fff;
  -webkit-box-shadow: 0 24px 50px rgba(14, 35, 68, 0.08);
  box-shadow: 0 24px 50px rgba(14, 35, 68, 0.08); }

.esko-service-card {
  overflow: hidden;
  border: 1px solid rgba(2, 68, 149, 0.08); }

.esko-service-card__image {
  height: 240px;
  background-position: center center;
  background-size: cover; }

.esko-service-card__body {
  padding: 28px 24px 30px; }

.esko-service-card__eyebrow {
  color: #7a8aa3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

.esko-service-card h4,
.esko-info-grid article h4 {
  margin: 10px 0 14px;
  color: #111;
  font-size: 28px;
  font-weight: 700; }

.esko-service-card p {
  color: #516072;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all; }

.esko-highlight-band,
.esko-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 44px 48px; }

.esko-highlight-band__copy {
  max-width: 640px; }

.esko-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }

.esko-chip-list.left {
  margin-top: 28px; }

.esko-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #eef4ff;
  color: #024495;
  font-size: 16px;
  font-weight: 700; }

.esko-contact-panel__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 260px; }

.esko-contact-panel__info a {
  color: #111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4; }

.esko-category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  padding: 38px; }

.esko-category-layout.reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }

.esko-category-layout.reverse .esko-category-copy {
  order: 2; }

.esko-category-layout.reverse .esko-category-visual {
  order: 1; }

.esko-category-visual {
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden; }

.esko-category-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.esko-category-copy {
  align-self: center; }

.esko-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 90px; }

.esko-info-grid article {
  padding: 30px 28px; }

@media screen and (max-width: 1200px) {
  .esko-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .esko-category-layout,
  .esko-category-layout.reverse {
    grid-template-columns: 1fr; }
  .esko-category-layout.reverse .esko-category-copy,
  .esko-category-layout.reverse .esko-category-visual {
    order: initial; }
  .esko-info-grid {
    grid-template-columns: 1fr; } }

@media screen and (max-width: 768px) {
  .esko-visual-desc {
    font-size: 16px; }
  .esko-company-intro,
  .esko-highlight-band,
  .esko-contact-panel,
  .esko-category-layout,
  .esko-info-grid {
    margin-top: 50px; }
  .esko-company-intro__lead h3,
  .esko-highlight-band__copy h3,
  .esko-contact-panel h3,
  .esko-category-copy h3 {
    font-size: 30px; }
  .esko-company-intro__lead p,
  .esko-highlight-band__copy p,
  .esko-contact-panel p,
  .esko-category-copy p,
  .esko-info-grid article p {
    font-size: 16px; }
  .esko-service-grid {
    grid-template-columns: 1fr; }
  .esko-highlight-band,
  .esko-contact-panel,
  .esko-category-layout {
    padding: 28px 22px; }
  .esko-highlight-band,
  .esko-contact-panel {
    flex-direction: column;
    align-items: flex-start; }
  .esko-contact-panel__info {
    min-width: 0; }
  .esko-contact-panel__info a {
    font-size: 22px; }
  .esko-category-visual {
    min-height: 280px; }
  .esko-service-card h4,
  .esko-info-grid article h4 {
    font-size: 24px; } }

._mc {
  color: #024495 !important; }

._mc2 {
  color: #1f8dda !important; }

._mc3 {
  color: #00a9ec !important; }

/* // ?ㅻ뜑    ---------------------------------------------------------------*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.f_l {
  font-weight: 300 !important; }

.f_r {
  font-weight: 400 !important; }

.f_m {
  font-weight: 500 !important; }

.f_b {
  font-weight: 700 !important; }

.f_eb {
  font-weight: 900 !important; }

*:focus {
  outline: none; }

select::-ms-expand {
  display: none; }

.dis_tabl {
  width: 100%;
  display: table;
  table-layout: fixed;
  word-break: break-all; }
  .dis_tabl .dis_cell {
    display: table-cell; }

.in_tabl {
  width: 100%;
  display: table;
  table-layout: fixed;
  word-break: break-all; }
  .in_tabl .in_cell {
    display: table-cell; }

#header {
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: fixed;
  background: white; }
  .home.sub #header {
    position: relative; }
  @media screen and (max-width: 1024px) {
    #header {
      height: 60px; } }
  #header.on {
    border-bottom: none;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 1024px) {
      #header.on {
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
        #header.on .nav_btn_box a {
          background-size: 26px auto; } }
    #header.on .gnb_wrap .gnb_box {
      height: auto; }
    #header.on .gnb_wrap .depth01 > a {
      height: 60px;
      line-height: 60px; }
    #header.on .gnb_wrap .right_btn_bx {
      top: 7px; }
      #header.on .gnb_wrap .right_btn_bx a {
        font-size: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
    #header.on .gnb_wrap .logo_box {
      top: 7px; }
      #header.on .gnb_wrap .logo_box a {
        width: 205px;
        height: 46px;
        padding-left: 50px; }
      #header.on .gnb_wrap .logo_box a .logo_mark {
        width: 46px;
        height: 46px; }
      #header.on .gnb_wrap .logo_box a .logo_text {
        font-size: 23px; }
      @media screen and (max-width: 1024px) {
        #header.on .gnb_wrap .logo_box {
          top: 13px; }
          #header.on .gnb_wrap .logo_box a {
            width: 150px;
            height: 35px;
            padding-left: 39px; }
          #header.on .gnb_wrap .logo_box a .logo_mark {
            width: 35px;
            height: 35px; }
          #header.on .gnb_wrap .logo_box a .logo_text {
            font-size: 17px; } }

.gnb_wrap .logo_box {
  text-align: center;
  position: absolute;
  top: 19px;
  left: 15px; }
  @media all and (max-width: 1300px) {
    .gnb_wrap .logo_box {
      top: 22px; } }
.gnb_wrap .logo_box a {
    width: 245px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 66px;
    position: relative; }
    .gnb_wrap .logo_box a .logo_mark {
      width: 58px;
      height: 58px;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      object-fit: contain;
      display: block; }
    .gnb_wrap .logo_box a .logo_text {
      display: block;
      color: #111;
      font-size: 29px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.04em;
      white-space: nowrap; }
    @media all and (max-width: 1300px) {
      .gnb_wrap .logo_box a {
        width: 208px;
        height: 47px;
        padding-left: 54px; }
        .gnb_wrap .logo_box a .logo_mark {
          width: 47px;
          height: 47px; }
        .gnb_wrap .logo_box a .logo_text {
          font-size: 24px; } }
  @media screen and (max-width: 1024px) {
    .gnb_wrap .logo_box {
      padding: 0;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 13px; }
      .gnb_wrap .logo_box a {
        width: 150px;
        height: 35px;
        padding-left: 39px; }
        .gnb_wrap .logo_box a .logo_mark {
          width: 35px;
          height: 35px; }
        .gnb_wrap .logo_box a .logo_text {
          font-size: 17px; } }
.gnb_wrap .gnb_box {
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .gnb_wrap .gnb_box {
      display: none; } }
  .gnb_wrap .gnb_box > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.gnb_wrap .depth01 > a {
  position: relative;
  color: #222;
  display: block;
  padding: 0 19px;
  font-size: 22px;
  font-weight: 500;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  @media all and (max-width: 1300px) {
    .gnb_wrap .depth01 > a {
      font-size: 18px;
      padding: 0 12px; } }
  .gnb_wrap .depth01 > a:hover, .gnb_wrap .depth01 > a.active {
    color: #024495; }
  .gnb_wrap .depth01 > a.on {
    color: #024495; }

.gnb_wrap .depth01 .depth02 {
  left: 248px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
  text-align: center;
  display: none;
  padding: 10px 0; }
  @media all and (max-width: 1300px) {
    .gnb_wrap .depth01 .depth02 {
      left: 186px; } }
  .gnb_wrap .depth01 .depth02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .gnb_wrap .depth01 .depth02 li {
    position: relative;
    padding: 0 0.9375em; }
    .gnb_wrap .depth01 .depth02 li:first-child {
      position: relative; }
  .gnb_wrap .depth01 .depth02 li a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    text-align: center; }
    @media all and (max-width: 1300px) {
      .gnb_wrap .depth01 .depth02 li a {
        font-size: 16px;
        font-family: 'Pretendard', sans-serif; } }
    .gnb_wrap .depth01 .depth02 li a:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 3px;
      width: 0;
      height: 1px;
      background-color: #fff;
      -webkit-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    .gnb_wrap .depth01 .depth02 li a:hover:before, .gnb_wrap .depth01 .depth02 li a:focus:before, .gnb_wrap .depth01 .depth02 li a.active:before {
      width: 100%; }

.gnb_wrap.on {
  background: url(../___.html) repeat 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300; }

@media screen and (max-width: 1024px) {
  .gnb_wrap .right_menu {
    display: none; } }

#main .gnb_wrap .depth01 > a.active, #main .gnb_wrap .depth01 > a:hover {
  color: #fff; }

.nav_btn_box {
  display: none;
  position: absolute;
  top: 4px;
  left: 15px; }
  .nav_btn_box a {
    display: block;
    width: 26px;
    height: 26px; }
  @media screen and (max-width: 1024px) {
    .nav_btn_box {
      display: block; } }

.nav_bg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }

.gnb_mobile {
  background: #ffffff;
  display: none;
  left: -100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 250px;
  height: 100%;
  z-index: 99999999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gnb_mobile.on {
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .gnb_mobile .m_top {
    height: 60px;
    background: #fff; }
    .gnb_mobile .m_top .nav_btn_off {
      position: absolute;
      left: 15px;
      top: 14px; }
      .gnb_mobile .m_top .nav_btn_off img {
        width: 24px; }
  .gnb_mobile .depth .depth01 {
    text-align: left; }
    .gnb_mobile .depth .depth01:first-child > a {
      border-top: 1px solid #dadada; }
    .gnb_mobile .depth .depth01 > a {
      background-image: url(../images/nav/nav_down.png);
      background-position: 95%  center;
      background-repeat: no-repeat;
      background-size: 14px auto;
      border-bottom: 1px solid #dadada;
      color: #222;
      display: block;
      padding: 14px 0 14px 25px;
      font-family: 'Pretendard', sans-serif; }
      .gnb_mobile .depth .depth01 > a.no {
        background-image: none; }
      .gnb_mobile .depth .depth01 > a.selected1 {
        color: #0099ff;
        background-size: 14px auto;
        background-image: url(../images/nav/nav_up.png); }
    .gnb_mobile .depth .depth01 .depth02 {
      padding: 25px 0;
      background-color: #0099ff; }
      .gnb_mobile .depth .depth01 .depth02 li > a {
        position: relative;
        border-bottom: 0;
        color: #fff;
        font-size: 13px;
        display: block;
        padding: 5px 0 5px 25px;
        font-family: 'Pretendard', sans-serif; }

@media screen and (max-width: 1024px) {
  .btn_tell {
    display: block;
    position: absolute;
    top: 12px;
    right: 20px; } }

@media screen and (max-width: 1024px) {
  .gnb_mobile {
    display: block; } }

.gnb_mobile .lang_m_bx {
  padding: 10px 0;
  text-align: center; }
  .gnb_mobile .lang_m_bx a {
    display: inline-block;
    font-weight: bold;
    color: #aaa;
    position: relative;
    padding: 0 15px; }
    .gnb_mobile .lang_m_bx a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 10px;
      margin-top: -5px;
      border-left: 1px solid #ddd; }
    .gnb_mobile .lang_m_bx a:first-child:before {
      display: none; }
    .gnb_mobile .lang_m_bx a.on {
      color: #024495; }

.gnb_mobile .login_m_bx {
  margin-bottom: 10px; }
  .gnb_mobile .login_m_bx li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
    .gnb_mobile .login_m_bx li a {
      display: block;
      height: 35px;
      line-height: 35px;
      color: #024495;
      font-weight: 400;
      text-align: center;
      border: 1px solid #024495; }
    .gnb_mobile .login_m_bx li.logout_li {
      width: 100%; }

#header.on .hiseoul_i {
  display: none; }

/* // 而щ윭?ㅼ젙     ---------------------------------------------------------------*/
.blue {
  color: #003a77 !important; }

.or {
  color: #f39f0f; }

/* // ?덉씠?꾩썐      ---------------------------------------------------------------*/
.home {
  position: relative; }
  .home.main {
    overflow: hidden; }
  .home.fixed {
    height: 100% !important;
    overflow: visible !important;
    position: fixed !important;
    width: 100% !important; }

.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .wrapper {
      padding: 0 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .wrapper.mw__1000 {
    max-width: 1000px; }

.cursor_default {
  cursor: default; }

body {
  overflow-x: hidden; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 13px; } }

/* // 硫붿씤    ---------------------------------------------------------------*/
/*鍮꾩＜??/
.main_visual {
  position: relative; }
  .main_visual .mv_btn_area {
    max-width: 1400px;
    width: 100%;
    z-index: 2;
    padding: 0 0.9375em;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main_visual .mv_btn_area .mv_arw img {
      max-width: 3.625em; }

#main_slider .wrapper {
  height: 100%; }

#main_slider .slick-dots {
  bottom: 6.25em; }
  @media screen and (max-width: 1024px) {
    #main_slider .slick-dots {
      bottom: 1.15385em; } }
  #main_slider .slick-dots li {
    margin: 0 4px;
    width: auto;
    height: auto; }
    #main_slider .slick-dots li button {
      background: #fff;
      font-size: 16px;
      width: 0.75em;
      line-height: 0.75em;
      height: 0.75em;
      border-radius: 50%; }
      @media screen and (max-width: 1024px) {
        #main_slider .slick-dots li button {
          font-size: 13px; } }
    #main_slider .slick-dots li.slick-active button {
      background: #ffcc00; }

#main_slider li.slick-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #e9edf3;
  height: 1003px; }
  #main_slider li.slick-slide.visual_01 {
    background-image: url(../images/main/visual___.jpg); }
    @media screen and (max-width: 1024px) {
      #main_slider li.slick-slide.visual_01 {
        background-image: url(../images/main/visual____m.jpg); } }
  #main_slider li.slick-slide.visual_02 {
    background-image: url(../___.html); }
    @media screen and (max-width: 1024px) {
      #main_slider li.slick-slide.visual_02 {
        background-image: url(../___.html); } }
  #main_slider li.slick-slide.visual_03 {
    background-image: url(../___.html); }
    @media screen and (max-width: 1024px) {
      #main_slider li.slick-slide.visual_03 {
        background-image: url(../___.html); } }
  #main_slider li.slick-slide.visual_04 {
    background-image: url(../___.html); }
    @media screen and (max-width: 1024px) {
      #main_slider li.slick-slide.visual_04 {
        background-image: url(../___.html); } }
  @media screen and (max-width: 1024px) {
    #main_slider li.slick-slide {
      height: 450px;
      background-size: cover;
      background-position: center center; } }
  #main_slider li.slick-slide.slick-active .ani_txt {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation: fadeInUp 1s both 1.0s;
    animation: fadeInUp 1s both 1.0s; }
  #main_slider li.slick-slide.slick-active .p_01.ani_txt {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  #main_slider li.slick-slide.slick-active .p_02.ani_txt {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  #main_slider li.slick-slide.slick-active .p_03.ani_txt {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s; }

#main_slider .visual_02 .txt_box,
#main_slider .visual_03 .txt_box {
  color: #fff; }

#main_slider .txt_box {
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -1px;
  line-height: 1.7; }

#main_slider .p_01 {
  font-size: 1.875em;
  line-height: 1.26667em;
  margin-bottom: 0.83333em;
  color: #fff; }
  @media screen and (max-width: 768px) {
    #main_slider .p_01 {
      font-size: 1.5em; } }
  @media screen and (max-width: 480px) {
    #main_slider .p_01 {
      font-size: 1.25em; } }

#main_slider .p_02 {
  text-align: center;
  margin-bottom: 3.75em; }
  @media screen and (max-width: 768px) {
    #main_slider .p_02 {
      margin-bottom: 2.5em; } }
  #main_slider .p_02 .brand_word {
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 6.8em;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-shadow: 0 14px 28px rgba(0, 0, 0, 0.32); }
    @media screen and (max-width: 1024px) {
      #main_slider .p_02 .brand_word {
        font-size: 5.6em; } }
    @media screen and (max-width: 768px) {
      #main_slider .p_02 .brand_word {
        font-size: 3.9em; } }
    @media screen and (max-width: 480px) {
      #main_slider .p_02 .brand_word {
        font-size: 2.8em; } }
  #main_slider .p_02 img {
    margin: 0 auto;
    max-width: 44.6875em; }
    @media screen and (max-width: 1024px) {
      #main_slider .p_02 img {
        max-width: 38.4375em; } }
    @media screen and (max-width: 768px) {
      #main_slider .p_02 img {
        max-width: 25.9375em; } }
    @media screen and (max-width: 480px) {
      #main_slider .p_02 img {
        max-width: 22.8125em; } }

#main_slider .p_03 {
  font-size: 1.4375em;
  line-height: 1.34783em;
  color: #fff;
  font-weight: 500; }

/*?뱀뀡 */
section .main_sec_tit {
  color: #000;
  font-size: 45px;
  margin-bottom: 40px; }
  section .main_sec_tit .str {
    font-weight: 500; }
  @media screen and (max-width: 1024px) {
    section .main_sec_tit {
      font-size: 18px;
      margin-bottom: 15px; } }

.main_prd_sec {
  padding: 40px 0;
  text-align: center;
  background: #fff; }
  @media screen and (max-width: 1024px) {
    .main_prd_sec {
      padding: 20px 0; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

@media screen and (max-width: 1024px) {
  #main_prd_slider {
    padding: 0 25px; }
    #main_prd_slider .slick-next {
      background: url(../images/slider/btn_ne_t_m.png) no-repeat 0 0;
      background-size: 16px auto;
      width: 16px;
      height: 30px;
      right: -5px;
      margin-top: -15px; }
    #main_prd_slider .slick-prev {
      background: url(../images/slider/btn_prev_m.png) no-repeat 0 0;
      background-size: 16px auto;
      left: -5px;
      margin-top: -15px;
      width: 16px;
      height: 30px; } }

#main_prd_slider li a {
  text-align: center;
  display: block; }
  @media screen and (max-width: 1024px) {
    #main_prd_slider li a {
      padding: 0 10px; } }
  #main_prd_slider li a img {
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4)); }
  #main_prd_slider li a .txt_bx {
    margin-top: 10px;
    font-weight: 400;
    color: #222; }
  #main_prd_slider li a .img_bx {
    display: inline-block;
    position: relative; }
    #main_prd_slider li a .img_bx .hover_bx {
      position: absolute;
      border-radius: 50%;
      background: rgba(2, 68, 149, 0.8);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      opacity: 0;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      font-weight: 400;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      #main_prd_slider li a .img_bx .hover_bx:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 88%;
        height: 88%;
        border: 1px solid rgba(255, 255, 255, 0.7);
        margin: 6%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%; }
  #main_prd_slider li a:hover .img_bx .hover_bx {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.main_news_sec {
  padding: 75px 0 80px;
  text-align: center;
  background: #f6f6f6; }
  @media screen and (max-width: 1024px) {
    .main_news_sec {
      padding: 30px 0 60px; } }

#main_news_slider .slick-slide {
  float: left; }
  #main_news_slider .slick-slide a {
    display: block;
    margin: 0 10px;
    position: relative; }
    #main_news_slider .slick-slide a .hover_bx {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 30px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 0;
      background: rgba(243, 159, 15, 0.9);
      text-align: center; }
      @media screen and (max-width: 1024px) {
        #main_news_slider .slick-slide a .hover_bx {
          padding: 0 5px; } }
      #main_news_slider .slick-slide a .hover_bx .tit {
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 15px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: 500; }
        @media screen and (max-width: 1024px) {
          #main_news_slider .slick-slide a .hover_bx .tit {
            margin-bottom: 10px; } }
      #main_news_slider .slick-slide a .hover_bx .des {
        height: 80px;
        line-height: 26px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 0.9em;
        margin-bottom: 20px;
        margin-bottom: 30px;
        color: #fff; }
        @media screen and (max-width: 1024px) {
          #main_news_slider .slick-slide a .hover_bx .des {
            margin-bottom: 10px;
            height: 40px;
            line-height: 20px;
            -webkit-line-clamp: 2; } }
      #main_news_slider .slick-slide a .hover_bx .btn_more {
        display: inline-block;
        width: 110px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #024495;
        text-align: left;
        text-indent: 20px;
        background: #fff;
        font-weight: 500; }
        @media screen and (max-width: 1024px) {
          #main_news_slider .slick-slide a .hover_bx .btn_more {
            width: 80px;
            height: 28px;
            line-height: 28px;
            text-indent: 10px;
            font-size: 11px; } }
        #main_news_slider .slick-slide a .hover_bx .btn_more i {
          margin-left: 10px; }
    #main_news_slider .slick-slide a:hover .hover_bx {
      height: 100%; }
    #main_news_slider .slick-slide a .img_bx {
      position: relative;
      overflow: hidden; }
      #main_news_slider .slick-slide a .img_bx .img_src {
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        background-size: cover;
        padding-top: 56%; }
        @media screen and (max-width: 1024px) {
          #main_news_slider .slick-slide a .img_bx .img_src {
            padding-top: 70%; } }
    #main_news_slider .slick-slide a .txt_bx {
      padding: 30px 30px;
      border: 1px solid #ddd;
      background: #fff;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        #main_news_slider .slick-slide a .txt_bx {
          padding: 10px; } }
      #main_news_slider .slick-slide a .txt_bx .tit {
        font-size: 1.2em;
        color: #222;
        margin-bottom: 10px;
        font-weight: 500;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: block; }
        @media screen and (max-width: 1024px) {
          #main_news_slider .slick-slide a .txt_bx .tit {
            font-size: 14px; } }
      #main_news_slider .slick-slide a .txt_bx .des {
        height: 80px;
        line-height: 26px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 0.9em;
        margin-bottom: 20px; }
        @media screen and (max-width: 1024px) {
          #main_news_slider .slick-slide a .txt_bx .des {
            margin-bottom: 10px;
            height: 40px;
            line-height: 20px;
            -webkit-line-clamp: 2; } }
      #main_news_slider .slick-slide a .txt_bx .date {
        font-size: 0.9em; }

#main_news_slider .slick-next {
  background-image: url(../images/slider/btn_ne_t.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #606060;
  width: 59px;
  height: 61px;
  right: -80px;
  margin-top: -15px; }
  #main_news_slider .slick-next:hover {
    background-color: #333; }
  @media screen and (max-width: 1024px) {
    #main_news_slider .slick-next {
      width: 22px;
      height: 24px;
      background-size: 22px auto;
      top: auto;
      bottom: -45px;
      margin-top: 0;
      left: 50%;
      right: auto; } }

#main_news_slider .slick-prev {
  background-image: url(../images/slider/btn_prev.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #606060;
  left: -80px;
  margin-top: -15px;
  width: 59px;
  height: 61px; }
  #main_news_slider .slick-prev:hover {
    background-color: #333; }
  @media screen and (max-width: 1024px) {
    #main_news_slider .slick-prev {
      width: 22px;
      height: 24px;
      background-size: 22px auto;
      top: auto;
      margin-top: 0;
      bottom: -45px;
      left: 50%;
      margin-left: -30px; } }

.main_communilty_sec {
  padding: 75px 0 65px; }
  @media screen and (max-width: 1024px) {
    .main_communilty_sec {
      padding: 30px 0; } }
  .main_communilty_sec .board_bx {
    position: relative; }
    .main_communilty_sec .board_bx .btn_more {
      position: absolute;
      top: 10px;
      right: 0;
      font-weight: 500; }
    .main_communilty_sec .board_bx .tit {
      border-bottom: 2px solid #666;
      font-size: 24px;
      color: #000;
      font-weight: 500;
      padding-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .main_communilty_sec .board_bx .tit {
          padding-bottom: 8px;
          font-size: 17px; } }
    .main_communilty_sec .board_bx .board_list li {
      border-bottom: 1px solid #ddd; }
      .main_communilty_sec .board_bx .board_list li a {
        display: block;
        padding: 15px;
        position: relative;
        padding-right: 100px; }
        .main_communilty_sec .board_bx .board_list li a:hover .txt {
          text-decoration: underline !important; }
        .main_communilty_sec .board_bx .board_list li a .txt {
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: block;
          color: #222; }
        .main_communilty_sec .board_bx .board_list li a .date {
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -10px;
          color: #888; }
        @media screen and (max-width: 1024px) {
          .main_communilty_sec .board_bx .board_list li a {
            padding: 12px 5px;
            padding-right: 90px; } }

/*?명꽣*/
.footer_wrap {
  background: #494949;
  padding: 3.75em 0 3.125em;
  color: #777;
  font-size: 16px;
  text-align: center;
  font-family: 'Pretendard', sans-serif; }
  .footer_wrap .footer_logo {
    margin-bottom: 1.25em;
    position: relative; }
    .footer_wrap .footer_logo:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: 1px;
      background-color: rgba(192, 192, 192, 0.4); }
    .footer_wrap .footer_logo span {
      position: relative;
      padding: 0 2.8125em;
      background: #494949;
      display: inline-block;
      z-index: 2; }
  .footer_wrap .add_bx span {
    padding: 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .footer_wrap .add_bx span:before {
      content: '';
      border-left: 1px solid #666;
      height: 10px;
      position: absolute;
      top: 50%;
      left: -1px;
      margin-top: -5px; }
    .footer_wrap .add_bx span:first-child:before {
      display: none; }
    .footer_wrap .add_bx span.no_be:before {
      display: none; }
    .footer_wrap .add_bx span.no_pl {
      padding-left: 0; }
    .footer_wrap .add_bx span a {
      color: #777; }
  @media screen and (max-width: 1024px) {
    .footer_wrap {
      text-align: center;
      font-size: 13px; }
      .footer_wrap .txt_bx {
        margin-left: 0; }
      .footer_wrap .add_bx span {
        padding: 0 5px; }
        .footer_wrap .add_bx span.m_border_none:before {
          display: none; }
      .footer_wrap .footer_logo img {
        width: 140px; } }

/*?쒕툕硫붾돱  */
.sub_menu_wrap {
  margin-bottom: 40px; }
  .sub_menu_wrap .wrapper {
    padding: 0; }
  @media screen and (max-width: 1024px) {
    .sub_menu_wrap {
      margin-bottom: 20px; } }
  .sub_menu_wrap .sub_menu_list {
    text-align: center; }
    .sub_menu_wrap .sub_menu_list.menu_01 {
      max-width: 225px;
      margin: 0 auto; }
      .sub_menu_wrap .sub_menu_list.menu_01 li {
        width: 100%; }
    .sub_menu_wrap .sub_menu_list.menu_02 {
      max-width: 550px;
      margin: 0 auto; }
      .sub_menu_wrap .sub_menu_list.menu_02 li {
        width: 50%; }
    .sub_menu_wrap .sub_menu_list.menu_02 {
      margin: 0 auto; }
      .sub_menu_wrap .sub_menu_list.menu_02 li {
        width: 33.3333%; }
    .sub_menu_wrap .sub_menu_list.menu_04 li {
      width: 25%; }
    .sub_menu_wrap .sub_menu_list.menu_05 li {
      width: 20%; }
    .sub_menu_wrap .sub_menu_list li {
      position: relative;
      float: left; }
      .sub_menu_wrap .sub_menu_list li a {
        display: block;
        position: relative;
        height: 58px;
        line-height: 57px;
        text-align: center;
        border: 1px solid #ddd;
        margin-left: -1px;
        font-size: 18px;
        background: #f6f6f6;
        font-weight: 400; }
        .sub_menu_wrap .sub_menu_list li a.on {
          background: #f39f0f;
          color: #fff;
          border-color: #f39f0f; }
      @media screen and (max-width: 1024px) {
        .sub_menu_wrap .sub_menu_list li a {
          height: 35px;
          line-height: 35px;
          font-size: 12px; } }

/*?쒕툕 鍮꾩＜??/
.sub_visual_wrap {
  position: relative;
  vertical-align: middle;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #333; }
  .home.sub {
    padding-top: 0; }
    @media screen and (max-width: 1024px) {
      .home.sub {
        padding-top: 0; } }
  .home.sub .visual_area {
    margin-top: 0; }
  .sub_visual_wrap .bg_line {
    position: absolute;
    top: 6.25em;
    right: 11.25em;
    z-index: 2; }
    @media all and (max-width: 1500px) {
      .sub_visual_wrap .bg_line {
        right: 5em; } }
    @media screen and (max-width: 1024px) {
      .sub_visual_wrap .bg_line {
        top: 4.61538em;
        right: 1.15385em; } }
    @media screen and (max-width: 480px) {
      .sub_visual_wrap .bg_line {
        display: none; } }
    .sub_visual_wrap .bg_line .img_bx img {
      max-width: 32.9375em; }
    .sub_visual_wrap .bg_line .img_bx:not(.posi_rel) {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .sub_visual_wrap .dis_tbl {
    height: 100%;
    margin: 0 auto;
    text-align: center; }
  .esko-sub-visual .dis_tbl,
  .esko-sub-visual .dis_cel {
    width: 100%;
    height: 100%; }
    .sub_visual_wrap .dis_tbl .txt_bx {
      padding-top: 6.25em;
      position: relative;
      z-index: 3; }
      .esko-sub-visual .dis_tbl .txt_bx {
        padding-top: 0; }
      @media screen and (max-width: 1024px) {
        .sub_visual_wrap .dis_tbl .txt_bx {
          padding-top: 4.61538em; } }
        .esko-sub-visual .dis_tbl .txt_bx {
          padding-top: 0; }
      .sub_visual_wrap .dis_tbl .txt_bx .sv_tit {
        font-size: 3em;
        line-height: 1.16667em;
        color: #fff;
        font-weight: 700; }
        @media screen and (max-width: 1024px) {
          .sub_visual_wrap .dis_tbl .txt_bx .sv_tit {
            font-size: 2.125em; } }
  @media screen and (max-width: 1024px) {
    .sub_visual_wrap {
      height: 320px; } }
  @media screen and (max-width: 768px) {
    .esko-sub-visual {
      height: 280px;
      min-height: 280px; }
    .esko-visual-eyebrow {
      margin-bottom: 10px;
      font-size: 7px;
      letter-spacing: 0.16em; }
    .esko-visual-copy .sv_tit {
      font-size: 27px;
      margin-bottom: 12px; }
    .esko-visual-desc {
      font-size: 10px;
      line-height: 1.65; } }
  @media screen and (max-width: 480px) {
    .esko-sub-visual {
      height: 280px;
      min-height: 280px; }
    .esko-visual-copy {
      padding: 0 18px; }
    .esko-visual-copy .sv_tit {
      font-size: 27px; }
    .esko-visual-desc {
      font-size: 10px;
      line-height: 1.55; } }
  .sub_visual_wrap.visual_01 {
    background-image: url(../___.html); }
  .sub_visual_wrap.visual_02 {
    background-image: url(../___.html); }
  .sub_visual_wrap.visual_03 {
    background-image: url(../___.html); }
  .sub_visual_wrap.visual_04 {
    background-image: url(../___.html); }
  .sub_visual_wrap.visual_05 {
    background-image: url(../___.html); }

.sub_section_wrap .sub_con {
  line-height: 1.8;
  font-size: 1em;
  padding: 4.375em 0 7.8125em; }
  @media screen and (max-width: 1024px) {
    .sub_section_wrap .sub_con {
      padding: 3.4375em 0 4.0625em; } }
  .sub_section_wrap .sub_con .s_t_bx {
    padding-bottom: 2.25em;
    text-align: center; }
    .sub_section_wrap .sub_con .s_t_bx .sub__tit {
      font-size: 2.8125em;
      line-height: 1.17778em;
      margin-bottom: 1.51111em;
      font-weight: 500;
      color: #222; }
      .sub_section_wrap .sub_con .s_t_bx .sub__tit._line {
        position: relative; }
        .sub_section_wrap .sub_con .s_t_bx .sub__tit._line:before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: -0.75556em;
          width: 0.93333em;
          height: 0.02222em;
          background-color: #024495; }

#side_quick {
  position: fixed;
  top: 270px;
  right: 0;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    #side_quick {
      display: none; } }
  #side_quick ul li {
    position: relative;
    height: 55px;
    border-top: 1px solid #fff; }
    #side_quick ul li a {
      display: block;
      background: #666;
      width: 215px;
      height: 55px;
      line-height: 55px;
      position: absolute;
      left: -52px;
      top: 0;
      padding: 0 15px;
      box-szing: border-box; }
      #side_quick ul li a i img {
        vertical-align: middle; }
      #side_quick ul li a .txt {
        display: inline-block;
        opacity: 0; }
      #side_quick ul li a:hover {
        left: -215px;
        background: #024495; }
        #side_quick ul li a:hover .txt {
          display: inline-block;
          color: #fff;
          opacity: 1; }

/*type-01*/
/*type-02*/
.nav_btn_box {
  display: none;
  position: absolute;
  top: 16px;
  left: 15px; }
  @media screen and (max-width: 1024px) {
    .nav_btn_box {
      display: block; } }
  .nav_btn_box .nav_btn {
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    text-align: right;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 999999999; }
    .nav_btn_box .nav_btn .line {
      width: 25px;
      height: 2px;
      background-color: #373737;
      display: block;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 99999; }
    .nav_btn_box .nav_btn.on {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .nav_btn_box .nav_btn.on .line:nth-child(2) {
        width: 0px; }
      .nav_btn_box .nav_btn.on .line:nth-child(1),
      .nav_btn_box .nav_btn.on .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .nav_btn_box .nav_btn.on .line:nth-child(1) {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px); }
      .nav_btn_box .nav_btn.on .line:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(90deg);
        -ms-transform: translateY(-8px) rotate(90deg);
        -o-transform: translateY(-8px) rotate(90deg);
        transform: translateY(-8px) rotate(90deg); }

.pc_nav_btn_box {
  display: block;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 2;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-delay: unset;
  -o-transition-delay: unset;
  transition-delay: unset; }
  .pc_nav_btn_box.on {
    top: 38px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  @media screen and (max-width: 1024px) {
    .pc_nav_btn_box {
      display: none; } }
  .pc_nav_btn_box .pc_nav_btn {
    z-index: 100;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    text-align: right;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 999999999; }
    .pc_nav_btn_box .pc_nav_btn .line {
      width: 43px;
      height: 4px;
      background-color: #373737;
      display: block;
      margin: 6px auto;
      margin-right: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 99999; }
      .pc_nav_btn_box .pc_nav_btn .line:nth-child(2) {
        width: 25px; }
    .pc_nav_btn_box .pc_nav_btn.on {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
      .pc_nav_btn_box .pc_nav_btn.on .line {
        margin: 3px auto;
        margin-right: 0; }
      .pc_nav_btn_box .pc_nav_btn.on .line:nth-child(2) {
        width: 0px; }
      .pc_nav_btn_box .pc_nav_btn.on .line:nth-child(1),
      .pc_nav_btn_box .pc_nav_btn.on .line:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .pc_nav_btn_box .pc_nav_btn.on .line:nth-child(1) {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px); }
      .pc_nav_btn_box .pc_nav_btn.on .line:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(90deg);
        -ms-transform: translateY(-8px) rotate(90deg);
        -o-transform: translateY(-8px) rotate(90deg);
        transform: translateY(-8px) rotate(90deg); }

.pop-con {
  padding: 0;
  width: 92%;
  max-width: 1000px; }
  .pop-con.w6 {
    max-width: 660px; }
  .pop-con.mw_740 {
    max-width: 740px; }
  .pop-con .mfp-close {
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: 100;
    padding: 0; }
  .pop-con .pop-content {
    padding: 50px; }
    .pop-con .pop-content .pop_tit {
      text-align: center;
      font-size: 1.5em;
      color: #222;
      font-weight: 700;
      margin-bottom: 20px; }

.btn_area {
  font-size: 1em; }

.btn-type-01, input[type="submit"].btn-type-01 {
  min-width: 9.375em;
  height: 3.125em;
  line-height: 3.125em;
  padding: 0 1.25em;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #024495;
  border: 1px solid #024495;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btn-type-01:hover, input[type="submit"].btn-type-01:hover {
  background-color: #fff !important;
  color: #024495 !important; }

.btn-type-02, input[type="submit"].btn-type-02 {
  min-width: 9.375em;
  height: 3.125em;
  line-height: 3.125em;
  padding: 0 1.25em;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #1f8dda;
  border: 1px solid #1f8dda;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btn-type-02:hover, input[type="submit"].btn-type-02:hover {
  background-color: #fff !important;
  color: #1f8dda !important; }

input[type="checkbox"],
.radio_bx input[type="checkbox"],
.self_chk_tbl input[type="checkbox"],
input[type="radio"],
.radio_bx input[type="radio"],
.self_chk_tbl input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

input[type="checkbox"] + label,
.radio_bx input[type="checkbox"] + label,
.self_chk_tbl input[type="checkbox"] + label,
input[type="radio"] + label,
.radio_bx input[type="radio"] + label,
.self_chk_tbl input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input[type='checkbox'] {
  line-height: 19px; }

input[type='checkbox'] + label {
  padding-left: 25px; }

input[type='checkbox'] + label:before {
  width: 19px;
  height: 19px;
  top: 50%;
  margin-top: -9.5px;
  content: '';
  position: absolute;
  left: 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  font-size: 17px; }

input[type='checkbox'] + label:hover:before {
  border-color: #024495; }

input[type='checkbox']:checked + label:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e929';
  color: #024495;
  border-color: #024495; }

input[type='radio'] {
  line-height: 19px; }

input[type='radio'] + label {
  font-size: 18px;
  padding-right: 20px;
  padding-left: 25px; }

input[type='radio'] + label:before {
  top: 50%;
  margin-top: -9.5px;
  width: 19px;
  height: 19px;
  content: '';
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0; }

input[type='radio']:hover + label:before {
  border-color: #222; }

input[type='radio']:checked + label:before {
  border: 5px solid #222; }

input[type='checkbox']:checked + label:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e929';
  color: #024495;
  border-color: #024495; }

.main_con._1 .sec_t {
  text-align: center;
  padding: 5.9375em 0.9375em 3.4375em; }
  .main_con._1 .sec_t .tit {
    font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 500;
    color: #000;
    margin-bottom: 0.3em; }
  .main_con._1 .sec_t .desc {
    font-size: 1.125em;
    line-height: 1.44444em;
    color: #000; }
    @media screen and (max-width: 1024px) {
      .main_con._1 .sec_t .desc {
        font-family: 'Pretendard', sans-serif; } }

.main_con._1 .grid_wrap .grid_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .main_con._1 .grid_wrap .grid_list .grid_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    max-width: 33.3333%; }
    @media screen and (max-width: 768px) {
      .main_con._1 .grid_wrap .grid_list .grid_item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      .main_con._1 .grid_wrap .grid_list .grid_item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
    .main_con._1 .grid_wrap .grid_list .grid_item .grid_in {
      position: relative;
      display: block; }
      .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .bg_bx {
        position: relative;
        display: block;
        overflow: hidden; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .bg_bx::after {
          content: '';
          display: block;
          padding-bottom: 64%; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .bg_bx > *:not(img) {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .bg_bx img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 1000%;
          min-height: 1002%;
          max-width: inherit;
          max-width: inherit;
          -webkit-transform: translate(-50%, -50%) scale(0.1);
          -ms-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1); }
      .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .txt_bx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .txt_bx .txt {
          font-size: 3.125em;
          line-height: 1.16em;
          font-weight: 700;
          color: #fff; }
          @media all and (max-width: 1400px) {
            .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .txt_bx .txt {
              font-size: 2.5em; } }
          @media screen and (max-width: 768px) {
            .main_con._1 .grid_wrap .grid_list .grid_item .grid_in .txt_bx .txt {
              font-size: 1.875em; } }
      .main_con._1 .grid_wrap .grid_list .grid_item .grid_in ._line {
        position: absolute;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        background-color: #024495;
        display: block;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in ._line._1 {
          top: 0;
          left: 0;
          width: 0;
          height: 0.75em; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in ._line._2 {
          bottom: 0;
          right: 0;
          width: 0.75em;
          height: 0; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in ._line._3 {
          bottom: 0;
          right: 0;
          width: 0;
          height: 0.75em; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in ._line._4 {
          top: 0;
          left: 0;
          width: 0.75em;
          height: 0; }
      @media all and (min-width: 1024px) {
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in:hover ._line._1, .main_con._1 .grid_wrap .grid_list .grid_item .grid_in:hover ._line._3 {
          width: 100%; }
        .main_con._1 .grid_wrap .grid_list .grid_item .grid_in:hover ._line._2, .main_con._1 .grid_wrap .grid_list .grid_item .grid_in:hover ._line._4 {
          height: 100%; } }

.main_con._1.feature_refined {
  padding: 0 0 6.25em;
  background: linear-gradient(180deg, #fff 0%, #f7f8fb 100%); }
  .main_con._1.feature_refined .sec_t {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5em 1.25em 2.5em; }
  .main_con._1.feature_refined .sec_t .tit {
    font-size: 3.25em;
    letter-spacing: -0.04em;
    margin-bottom: 0.4em; }
  .main_con._1.feature_refined .sec_t .desc {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.15em;
    line-height: 1.8; }
  .main_con._1.feature_refined .feature_intro {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2rem; }
  .main_con._1.feature_refined .feature_visual {
    width: 56%; }
  .main_con._1.feature_refined .feature_hero {
    position: relative;
    display: block;
    min-height: 455px;
    border-radius: 28px;
    overflow: hidden;
    -webkit-box-shadow: 0 28px 60px rgba(10, 27, 67, 0.18);
    box-shadow: 0 28px 60px rgba(10, 27, 67, 0.18); }
  .main_con._1.feature_refined .feature_hero_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0; }
  .main_con._1.feature_refined .feature_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 8, 23, 0.12) 0%, rgba(2, 8, 23, 0.18) 35%, rgba(2, 8, 23, 0.82) 100%);
    z-index: 1; }
  .main_con._1.feature_refined .feature_hero_copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 2.4em 2.2em 2.2em; }
  .main_con._1.feature_refined .feature_badge {
    display: inline-block;
    margin-bottom: 1em;
    padding: 0.5em 0.9em;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45); }
  .main_con._1.feature_refined .feature_hero_copy .hero_tit {
    display: block;
    font-size: 3.5em;
    line-height: 1.05;
    text-align: left;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.45); }
  .main_con._1.feature_refined .feature_hero_copy .hero_desc {
    display: block;
    margin-top: 0.7em;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1em;
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.4); }
  .main_con._1.feature_refined .feature_summary {
    width: 44%;
    padding: 2.2em 2em;
    border: 1px solid rgba(2, 68, 149, 0.12);
    border-radius: 28px;
    background: #fff;
    -webkit-box-shadow: 0 16px 32px rgba(10, 27, 67, 0.08);
    box-shadow: 0 16px 32px rgba(10, 27, 67, 0.08); }
  .main_con._1.feature_refined .feature_summary_label {
    margin-bottom: 1em;
    color: #024495;
    font-size: 1.35em;
    font-weight: 700; }
  .main_con._1.feature_refined .feature_keyword_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5em; }
  .main_con._1.feature_refined .feature_keyword_list span {
    display: inline-block;
    padding: 0.7em 1em;
    border-radius: 999px;
    background: #eef4ff;
    color: #0f3f8c;
    font-size: 0.98em;
    font-weight: 600; }
  .main_con._1.feature_refined .feature_summary_text {
    color: #1f2937;
    font-size: 1.05em;
    line-height: 1.9; }
  .main_con._1.feature_refined .feature_points {
    max-width: 1480px;
    margin: 1.5rem auto 0;
    padding: 0 1.25em;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem; }
  .main_con._1.feature_refined .feature_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1.3em 1.4em;
    border-radius: 20px;
    background: #eef4ff; }
  .main_con._1.feature_refined .feature_point .num {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #024495;
    color: #fff;
    font-size: 0.95em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main_con._1.feature_refined .feature_point p {
    color: #1f2937;
    font-size: 1em;
    line-height: 1.65;
    font-weight: 700; }
  .main_con._1.feature_refined .feature_gallery {
    max-width: 1480px;
    margin: 1.5rem auto 0;
    padding: 0 1.25em;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem; }
  .main_con._1.feature_refined .feature_gallery .gallery_item {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    -webkit-box-shadow: 0 16px 32px rgba(10, 27, 67, 0.08);
    box-shadow: 0 16px 32px rgba(10, 27, 67, 0.08); }
  .main_con._1.feature_refined .feature_gallery .gallery_item img {
    display: block;
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover; }
  .main_con._1.feature_refined .feature_gallery .gallery_item p {
    padding: 1em 1.1em 1.2em;
    color: #111827;
    font-size: 0.98em;
    font-weight: 600; }
  @media screen and (max-width: 1280px) {
    .main_con._1.feature_refined .feature_intro {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .main_con._1.feature_refined .feature_visual,
    .main_con._1.feature_refined .feature_summary {
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .main_con._1.feature_refined .sec_t .tit {
      font-size: 2.35em; }
    .main_con._1.feature_refined .feature_points,
    .main_con._1.feature_refined .feature_gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .main_con._1.feature_refined .feature_hero_copy .hero_tit {
      font-size: 2.6em; }
    .main_con._1.feature_refined .feature_hero {
      min-height: 375px; } }
  @media screen and (max-width: 640px) {
    .main_con._1.feature_refined {
      padding-bottom: 4.25em; }
    .main_con._1.feature_refined .sec_t {
      padding: 2.5em 1em 2em; }
    .main_con._1.feature_refined .sec_t .tit {
      font-size: 1.9em; }
    .main_con._1.feature_refined .sec_t .desc {
      font-size: 1em; }
    .main_con._1.feature_refined .feature_points,
    .main_con._1.feature_refined .feature_gallery {
      grid-template-columns: minmax(0, 1fr); }
    .main_con._1.feature_refined .feature_hero_copy {
      padding: 1.4em 1.2em 1.3em; }
    .main_con._1.feature_refined .feature_hero_copy .hero_tit {
      font-size: 2.1em; }
    .main_con._1.feature_refined .feature_hero {
      min-height: 300px; }
    .main_con._1.feature_refined .feature_summary {
      padding: 1.5em 1.2em; }
    .main_con._1.feature_refined .feature_gallery .gallery_item img {
      height: 220px; } }

.main_con._2 {
  background-color: #f0f0f0;
  padding: 7.8125em 0 6.25em; }
  .main_con._2 .sec_t {
    text-align: center; }
    .main_con._2 .sec_t .tit {
      font-size: 2.5em;
      line-height: 1.2em;
      color: #000;
      font-weight: 500;
      margin-bottom: 0.625em; }
  .main_con._2 .port_wrap .port_btn {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 3.125em; }
    .main_con._2 .port_wrap .port_btn .tab {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 0; }
      .main_con._2 .port_wrap .port_btn .tab li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
        max-width: 33.3333%;
        border-right: 0; }
        .main_con._2 .port_wrap .port_btn .tab li:last-child {
          border-right: 0; }
        .main_con._2 .port_wrap .port_btn .tab li a,
        .main_con._2 .port_wrap .port_btn .tab li .tab_static {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          height: 2.78261em;
          font-size: 1.4375em;
          color: #000;
          background-color: #fff; }
          @media screen and (max-width: 768px) {
            .main_con._2 .port_wrap .port_btn .tab li a,
            .main_con._2 .port_wrap .port_btn .tab li .tab_static {
              font-size: 1.125em;
              font-family: 'Pretendard', sans-serif; } }
          .main_con._2 .port_wrap .port_btn .tab li a.on,
          .main_con._2 .port_wrap .port_btn .tab li .tab_static.on {
            color: #fff;
            background-color: #024495; }
  .main_con._2 .port_wrap .port_list_bx {
    margin: 0 -0.9375em; }
    @media screen and (max-width: 480px) {
      .main_con._2 .port_wrap .port_list_bx {
        margin: 0 -0.38462em; } }
    .main_con._2 .port_wrap .port_list_bx .port_area {
      position: relative;
      margin: 0; }
      .main_con._2 .port_wrap .port_list_bx .port_area .post_sl .port_arw {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -2.4375em;
        z-index: 2; }
        .main_con._2 .port_wrap .port_list_bx .port_area .post_sl .port_arw.port_l {
          left: 13.5%; }
          @media screen and (max-width: 1024px) {
            .main_con._2 .port_wrap .port_list_bx .port_area .post_sl .port_arw.port_l {
              left: 5.5%; } }
        .main_con._2 .port_wrap .port_list_bx .port_area .post_sl .port_arw.port_r {
          right: 13.5%; }
          @media screen and (max-width: 1024px) {
            .main_con._2 .port_wrap .port_list_bx .port_area .post_sl .port_arw.port_r {
              right: 5.5%; } }
      .main_con._2 .port_wrap .port_list_bx .port_area .list_item {
        padding: 0 0.9375em; }
        @media screen and (max-width: 480px) {
          .main_con._2 .port_wrap .port_list_bx .port_area .list_item {
            padding: 0 0.38462em; } }
        .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in {
          display: block; }
          .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .img_bx {
            position: relative;
            border: 1px solid #ccc; }
            .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .img_bx .img__src {
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover;
              padding-top: 75%; }
            .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .img_bx ._line {
              position: absolute;
              -webkit-transition: all 300ms ease-out;
              -o-transition: all 300ms ease-out;
              transition: all 300ms ease-out;
              background-color: #024495;
              display: block;
              -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
              .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .img_bx ._line._1 {
                top: 0;
                left: 0;
                width: 0;
                height: 0.4375em; }
              .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .img_bx ._line._2 {
                bottom: 0;
                right: 0;
                width: 0.4375em;
                height: 0; }
              .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .img_bx ._line._3 {
                bottom: 0;
                right: 0;
                width: 0;
                height: 0.4375em; }
              .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .img_bx ._line._4 {
                top: 0;
                left: 0;
                width: 0.4375em;
                height: 0; }
          .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .txt_bx {
            padding: 1.5625em 0.9375em;
            text-align: center; }
            .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .txt_bx .tit {
              font-size: 1.25em;
              height: 1.4em;
              line-height: 1.4em;
              overflow: hidden;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              color: #333; }
              @media screen and (max-width: 1024px) {
                .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in .txt_bx .tit {
                  font-family: 'Pretendard', sans-serif; } }
          @media all and (min-width: 1024px) {
            .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in:hover .img_bx ._line._1, .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in:hover .img_bx ._line._3 {
              width: 100%; }
            .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in:hover .img_bx ._line._2, .main_con._2 .port_wrap .port_list_bx .port_area .list_item .list_in:hover .img_bx ._line._4 {
              height: 100%; } }

.main_con._3 .sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .main_con._3 .sec_wrap .l_bx {
    padding: 8.125em 0;
    width: 50%; }
    @media screen and (max-width: 1024px) {
      .main_con._3 .sec_wrap .l_bx {
        padding: 4.0625em 0;
        width: 100%;
        max-width: 100%; } }
    .main_con._3 .sec_wrap .l_bx .in_wrap {
      max-width: 43.75em;
      margin-left: auto;
      margin-right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media screen and (max-width: 1024px) {
        .main_con._3 .sec_wrap .l_bx .in_wrap {
          padding: 0 1.15385em;
          max-width: 100%; } }
      .main_con._3 .sec_wrap .l_bx .in_wrap .in_l {
        width: calc( 100% - 25.5em);
        text-align: left; }
        @media all and (max-width: 1400px) {
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_l {
            width: calc( 100% - 21em); } }
        @media screen and (max-width: 1024px) {
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_l {
            width: 50%;
            text-align: center; } }
        @media screen and (max-width: 480px) {
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_l {
            width: 100%;
            margin-bottom: 4.61538em; } }
        .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area {
          display: inline-block;
          text-align: center; }
          @media screen and (max-width: 480px) {
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area {
              width: 100%; } }
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area .icon_bx {
            margin-bottom: 1.875em; }
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area .icon_bx img {
              max-width: 6em; }
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area .tit {
            font-size: 2.5em;
            line-height: 1.2em;
            color: #000;
            font-weight: 500;
            margin-bottom: 0.7em; }
            @media all and (max-width: 1200px) {
              .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area .tit {
                font-size: 1.875em; } }
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area .desc {
            font-size: 1.125em;
            line-height: 1.44444em;
            color: #333; }
            @media screen and (max-width: 1024px) {
              .main_con._3 .sec_wrap .l_bx .in_wrap .in_l .in_area .desc {
                font-family: 'Pretendard', sans-serif; } }
      .main_con._3 .sec_wrap .l_bx .in_wrap .in_r {
        width: 25.5em; }
        @media all and (max-width: 1400px) {
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_r {
            width: 21em; } }
        @media screen and (max-width: 1024px) {
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_r {
            width: 50%; } }
        @media screen and (max-width: 480px) {
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_r {
            width: 100%; } }
        .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form {
          max-width: 19.125em;
          margin-bottom: 1.625em; }
          @media all and (max-width: 1400px) {
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form {
              margin: 0 auto;
              margin-bottom: 1.625em; } }
          @media screen and (max-width: 1024px) {
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form {
              max-width: 26.92308em; } }
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form .in_bx {
            margin-bottom: 0.5em;
            font-family: 'Pretendard', sans-serif; }
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form .in_bx:last-child {
              margin-bottom: 0; }
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form .in_bx input {
              border: 1px solid #d1d1d1;
              width: 100%;
              background-color: #efefef; }
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form .in_bx select {
              border: 1px solid #d1d1d1;
              width: 100%;
              background-color: #efefef; }
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form .in_bx textarea {
              border: 1px solid #d1d1d1;
              width: 100%;
              background-color: #efefef;
              min-height: auto;
              height: 6.375em;
              display: block; }
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form .in_bx .fl_area {
              margin: 0 -0.3125em;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-align: start;
              -ms-flex-align: start;
              align-items: flex-start;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start; }
              .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .in_form .in_bx .fl_area .fl_bx {
                width: 33.3333%;
                padding: 0 0.3125em; }
        .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .btn_bx {
          max-width: 19.125em; }
          @media all and (max-width: 1400px) {
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .btn_bx {
              max-width: 21em; } }
          @media screen and (max-width: 1024px) {
            .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .btn_bx {
              margin: 0 auto;
              max-width: 26.92308em; } }
          .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .btn_bx ._btn {
            font-size: 1.4375em;
            margin: 0 auto;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            max-width: 13.30435em;
            height: 2em;
            background-color: #024495;
            border: 1px solid #024495;
            color: #fff; }
            @media screen and (max-width: 1024px) {
              .main_con._3 .sec_wrap .l_bx .in_wrap .in_r .btn_bx ._btn {
                max-width: 100%; } }
  .main_con._3 .sec_wrap .r_bx {
    padding: 8.125em 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/main/sec__bg_.jpg); }
    @media screen and (max-width: 1024px) {
      .main_con._3 .sec_wrap .r_bx {
        padding: 4.0625em 0;
        width: 100%;
        max-width: 100%;
        background-position: center bottom;
        background-size: 78.76923em; } }
    .main_con._3 .sec_wrap .r_bx .in_wrap {
      max-width: 43.75em;
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media screen and (max-width: 1024px) {
        .main_con._3 .sec_wrap .r_bx .in_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 0 1.15385em;
          max-width: 100%; } }
      .main_con._3 .sec_wrap .r_bx .in_wrap .in_l {
        width: calc( 100% - 23.625em);
        text-align: right;
        padding-top: 2.5em; }
        @media all and (max-width: 1400px) {
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_l {
            width: calc( 100% - 21em); } }
        @media screen and (max-width: 1024px) {
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_l {
            width: 50%;
            padding-top: 0;
            text-align: center; } }
        @media screen and (max-width: 480px) {
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_l {
            width: 100%;
            margin-bottom: 4.61538em; } }
        .main_con._3 .sec_wrap .r_bx .in_wrap .in_l .in_area {
          text-align: center;
          display: inline-block; }
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_l .in_area .icon_bx {
            margin-bottom: 1.875em; }
            .main_con._3 .sec_wrap .r_bx .in_wrap .in_l .in_area .icon_bx img {
              max-width: 6em; }
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_l .in_area .tit {
            font-size: 2.5em;
            line-height: 1.2em;
            color: #000;
            font-weight: 500;
            margin-bottom: 0.7em; }
            @media all and (max-width: 1200px) {
              .main_con._3 .sec_wrap .r_bx .in_wrap .in_l .in_area .tit {
                font-size: 1.875em; } }
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_l .in_area .desc {
            font-size: 1.125em;
            line-height: 1.44444em;
            color: #666; }
            @media screen and (max-width: 1024px) {
              .main_con._3 .sec_wrap .r_bx .in_wrap .in_l .in_area .desc {
                font-family: 'Pretendard', sans-serif; } }
      .main_con._3 .sec_wrap .r_bx .in_wrap .in_r {
        width: 23.625em;
        text-align: right;
        padding-top: 1.75em; }
        @media all and (max-width: 1400px) {
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_r {
            width: 21em; } }
        @media screen and (max-width: 1024px) {
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_r {
            width: 50%;
            text-align: center;
            padding-top: 0; } }
        @media screen and (max-width: 480px) {
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_r {
            width: 100%; } }
        .main_con._3 .sec_wrap .r_bx .in_wrap .in_r .in_area {
          text-align: center;
          display: inline-block; }
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_r .in_area .icon_bx {
            margin-bottom: 0.3125em; }
            .main_con._3 .sec_wrap .r_bx .in_wrap .in_r .in_area .icon_bx img {
              max-width: 5.6875em; }
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_r .in_area .txt {
            font-size: 1.5em;
            line-height: 1.33333em;
            color: #333;
            font-weight: 500;
            margin-bottom: 2.16667em; }
          .main_con._3 .sec_wrap .r_bx .in_wrap .in_r .in_area .call_num ._num {
            display: block;
            font-size: 2.5em;
            line-height: 1.2em;
            color: #024495;
            font-weight: 700; }
            @media screen and (max-width: 768px) {
              .main_con._3 .sec_wrap .r_bx .in_wrap .in_r .in_area .call_num ._num {
                font-size: 1.875em; } }

.ab_con._1 .in_wrap._1 {
  margin-bottom: 6.875em; }
  @media screen and (max-width: 1024px) {
    .ab_con._1 .in_wrap._1 {
      margin-bottom: 4.23077em; } }
  .ab_con._1 .in_wrap._1 .in_t {
    text-align: center; }
    .ab_con._1 .in_wrap._1 .in_t .tit {
      margin-bottom: 0.625em; }
      .ab_con._1 .in_wrap._1 .in_t .tit img {
        width: 100%;
        max-width: 55.3125em; }
        @media screen and (max-width: 768px) {
          .ab_con._1 .in_wrap._1 .in_t .tit img {
            max-width: 36.5625em; } }
    .ab_con._1 .in_wrap._1 .in_t .desc {
      font-size: 2.25em;
      line-height: 1.22222em;
      color: #000;
      font-weight: 300;
      margin-bottom: 1.94444em; }
      @media screen and (max-width: 768px) {
        .ab_con._1 .in_wrap._1 .in_t .desc {
          font-size: 1.5em; } }
  .ab_con._1 .in_wrap._1 .in_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -1.3125em; }
    @media screen and (max-width: 640px) {
      .ab_con._1 .in_wrap._1 .in_grid {
        margin: 0 -0.61538em; } }
    .ab_con._1 .in_wrap._1 .in_grid .grid_item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%;
      max-width: 25%;
      padding: 0 1.3125em; }
      @media screen and (max-width: 768px) {
        .ab_con._1 .in_wrap._1 .in_grid .grid_item {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
          flex: 1 0 50%;
          max-width: 50%; }
          .ab_con._1 .in_wrap._1 .in_grid .grid_item:nth-child(1), .ab_con._1 .in_wrap._1 .in_grid .grid_item:nth-child(2) {
            margin-bottom: 3.84615em; } }
      @media screen and (max-width: 640px) {
        .ab_con._1 .in_wrap._1 .in_grid .grid_item {
          padding: 0 0.61538em; } }
      .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .img_bx {
        margin-bottom: 2.625em; }
      .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx {
        text-align: center; }
        .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx .tit {
          font-size: 2.25em;
          line-height: 1.22222em;
          margin-bottom: 0.69444em;
          font-weight: 500;
          color: #024495; }
          @media screen and (max-width: 1024px) {
            .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx .tit {
              font-size: 1.84615em; } }
          @media screen and (max-width: 768px) {
            .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx .tit {
              font-size: 1.53846em; } }
        .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx .desc {
          font-size: 1.4375em;
          line-height: 1.34783em;
          color: #000; }
          @media all and (max-width: 1400px) {
            .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx .desc br {
              display: none; } }
          @media screen and (max-width: 1024px) {
            .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx .desc {
              font-size: 1.38462em;
              font-family: 'Pretendard', sans-serif; } }
          @media screen and (max-width: 768px) {
            .ab_con._1 .in_wrap._1 .in_grid .grid_item .grid_in .txt_bx .desc {
              font-size: 1.15385em; } }

.ab_con._1 .in_wrap._2 .in_t {
  text-align: center; }
  .ab_con._1 .in_wrap._2 .in_t .tit {
    font-size: 2.8125em;
    line-height: 1em;
    color: #024495;
    font-weight: 500;
    margin-bottom: 1.11111em;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .ab_con._1 .in_wrap._2 .in_t .tit {
        font-size: 2.5em; } }
    .ab_con._1 .in_wrap._2 .in_t .tit:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -0.55556em;
      width: 1.31111em;
      height: 1px;
      background-color: #024495; }
  .ab_con._1 .in_wrap._2 .in_t .desc {
    font-size: 1.125em;
    line-height: 1.44444em;
    margin-bottom: 4.0625em; }
    @media screen and (max-width: 1024px) {
      .ab_con._1 .in_wrap._2 .in_t .desc {
        font-family: 'Pretendard', sans-serif; } }

.ab_con._1 .in_wrap._2 .icon_grid {
  max-width: 60em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .ab_con._1 .in_wrap._2 .icon_grid .grid_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    max-width: 33.3333%; }
    @media screen and (max-width: 640px) {
      .ab_con._1 .in_wrap._2 .icon_grid .grid_item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 4.61538em; }
        .ab_con._1 .in_wrap._2 .icon_grid .grid_item:last-child {
          margin-bottom: 0; } }
    .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in {
      text-align: center; }
      .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in .icon_bx {
        text-align: center;
        margin-bottom: 2.375em; }
        .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in .icon_bx img {
          margin: 0 auto;
          max-width: 6em; }
      .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx {
        margin-bottom: 1.875em;
        text-align: center; }
        .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx .txt {
          display: block;
          font-size: 1.25em;
          line-height: 1.4em;
          color: #333; }
          @media screen and (max-width: 1024px) {
            .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx .txt {
              font-family: 'Pretendard', sans-serif; }
              .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx .txt br {
                display: none; } }
      .ab_con._1 .in_wrap._2 .icon_grid .grid_item .grid_in .inq_bx {
        font-size: 1.4375em;
        line-height: 1.34783em;
        color: #0099ff;
        display: block; }

.form_wrap {
  font-family: 'Pretendard', sans-serif; }

.est_con .inq_form {
  border-top: 1px solid #ccc; }
  .est_con .inq_form .inq_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc; }
    .est_con .inq_form .inq_item input, .est_con .inq_form .inq_item select, .est_con .inq_form .inq_item textarea {
      font-family: 'Pretendard', sans-serif; }
    .est_con .inq_form .inq_item input {
      font-size: 18px;
      height: 2.5em;
      line-height: 2.5em; }
      @media screen and (max-width: 1024px) {
        .est_con .inq_form .inq_item input {
          font-size: 16px; } }
    .est_con .inq_form .inq_item .inq_in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0.625em 0; }
      .est_con .inq_form .inq_item .inq_in .l_bx {
        width: 7.8125em; }
        @media screen and (max-width: 480px) {
          .est_con .inq_form .inq_item .inq_in .l_bx {
            width: 6.15385em; } }
        .est_con .inq_form .inq_item .inq_in .l_bx > span {
          display: block;
          font-size: 1.125em;
          line-height: 1.3;
          color: #333; }
          .est_con .inq_form .inq_item .inq_in .l_bx > span.mw_90 {
            max-width: 5em;
            margin-left: auto;
            margin-right: 0; }
            @media screen and (max-width: 1024px) {
              .est_con .inq_form .inq_item .inq_in .l_bx > span.mw_90.m_no {
                max-width: 100%; } }
            @media screen and (max-width: 480px) {
              .est_con .inq_form .inq_item .inq_in .l_bx > span.mw_90 {
                max-width: 100%; } }
          @media screen and (max-width: 1024px) {
            .est_con .inq_form .inq_item .inq_in .l_bx > span {
              font-family: 'Pretendard', sans-serif; } }
          @media screen and (max-width: 480px) {
            .est_con .inq_form .inq_item .inq_in .l_bx > span {
              font-size: 1.0625em; } }
      .est_con .inq_form .inq_item .inq_in .r_bx {
        width: calc(100% - 7.8125em);
        padding-right: 0.625em; }
        @media screen and (max-width: 480px) {
          .est_con .inq_form .inq_item .inq_in .r_bx {
            width: calc(100% - 6.15385em);
            padding-right: 0; } }
        .est_con .inq_form .inq_item .inq_in .r_bx .call_area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .est_con .inq_form .inq_item .inq_in .r_bx .call_area .call_in {
            width: calc(33.3333% - 1.625em); }
          .est_con .inq_form .inq_item .inq_in .r_bx .call_area .l_in {
            width: 2.4375em;
            text-align: center; }
        .est_con .inq_form .inq_item .inq_in .r_bx .code_bx {
          max-width: 35.9375em;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .code_in {
            width: 9.8125em; }
            @media screen and (max-width: 1024px) {
              .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .code_in {
                width: 6.15385em; } }
          .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .inp_in {
            width: calc(100% - 9.8125em); }
            @media screen and (max-width: 1024px) {
              .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .inp_in {
                width: calc(100% - 6.15385em); } }
            .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .inp_in input {
              width: 100%; }
              .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .inp_in input::-webkit-input-placeholder {
                color: #333; }
              .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .inp_in input:-ms-input-placeholder {
                color: #333; }
              .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .inp_in input::-ms-input-placeholder {
                color: #333; }
              .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .inp_in input::placeholder {
                color: #333; }
          .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .code {
            background: #ddd;
            margin-right: 5px;
            font-size: 1.5em;
            color: #666;
            font-weight: 900;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 1.875em;
            line-height: 1; }
            @media screen and (max-width: 1024px) {
              .est_con .inq_form .inq_item .inq_in .r_bx .code_bx .code {
                font-family: 'Pretendard', sans-serif;
                font-size: 1.23077em;
                height: 2.5em; } }
    .est_con .inq_form .inq_item._1 .inq_in._1 {
      width: calc(35% + 1.0625em); }
      @media screen and (max-width: 1024px) {
        .est_con .inq_form .inq_item._1 .inq_in._1 {
          width: calc(50% + 1.30769em); } }
      @media screen and (max-width: 480px) {
        .est_con .inq_form .inq_item._1 .inq_in._1 {
          width: 100%; } }
    .est_con .inq_form .inq_item._1 .inq_in._2 {
      width: calc(35% - 1.0625em); }
      @media screen and (max-width: 1024px) {
        .est_con .inq_form .inq_item._1 .inq_in._2 {
          width: calc(50% - 1.30769em); } }
      @media screen and (max-width: 480px) {
        .est_con .inq_form .inq_item._1 .inq_in._2 {
          width: 100%;
          border-top: 1px solid #ccc; } }
    .est_con .inq_form .inq_item._1_2 .inq_in._3 {
      width: 70%; }
      @media screen and (max-width: 1024px) {
        .est_con .inq_form .inq_item._1_2 .inq_in._3 {
          width: 100%; } }
    .est_con .inq_form .inq_item._2 .inq_in._1 {
      width: calc(35% + 1.0625em); }
      @media screen and (max-width: 1024px) {
        .est_con .inq_form .inq_item._2 .inq_in._1 {
          width: calc(50% + 1.30769em); } }
      @media screen and (max-width: 480px) {
        .est_con .inq_form .inq_item._2 .inq_in._1 {
          width: 100%; } }
    .est_con .inq_form .inq_item._2 .inq_in._2 {
      width: calc(35% - 1.0625em); }
      @media screen and (max-width: 1024px) {
        .est_con .inq_form .inq_item._2 .inq_in._2 {
          width: calc(50% - 1.30769em); } }
      @media screen and (max-width: 480px) {
        .est_con .inq_form .inq_item._2 .inq_in._2 {
          width: 100%;
          border-top: 1px solid #ccc; } }
    .est_con .inq_form .inq_item._3 .inq_in {
      width: 100%; }
      .est_con .inq_form .inq_item._3 .inq_in._1 .r_bx textarea {
        display: block;
        width: 100%;
        min-height: 9.9375em;
        max-width: 53.9375em; }
    .est_con .inq_form .inq_item._4 .inq_in {
      width: 100%; }
      .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx {
          max-width: 33.4375em;
          width: 100%;
          margin-right: 1.25em; }
          @media screen and (max-width: 1024px) {
            .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx {
              margin-right: 0; } }
          .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx .file_box {
            padding-right: 8.375em; }
            .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx .file_box .btn_type_file {
              width: 7.44444em;
              font-size: 18px;
              height: 2.5em;
              line-height: 2.5em;
              background-color: #333; }
              @media screen and (max-width: 1024px) {
                .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx .file_box .btn_type_file {
                  font-size: 16px;
                  font-family: 'Pretendard', sans-serif; } }
            .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx .file_box p {
              font-size: 18px;
              height: 2.5em;
              line-height: 2.5em; }
              @media screen and (max-width: 1024px) {
                .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx .file_box p {
                  font-size: 16px;
                  font-family: 'Pretendard', sans-serif; } }
            .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .f_bx .file_box input {
              width: 7.44444em;
              z-index: 2; }
        .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .t_bx {
          padding: 0.3125em 0; }
          @media screen and (max-width: 1024px) {
            .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .t_bx {
              width: 100%;
              padding: 0.3125em 0 0 0; } }
          .est_con .inq_form .inq_item._4 .inq_in .r_bx .in_bx .t_bx .txt {
            font-size: 1em;
            line-height: 1.44444em;
            color: #666;
            font-family: 'Pretendard', sans-serif; }
    .est_con .inq_form .inq_item._5 .inq_in {
      width: 100%; }
    .est_con .inq_form .inq_item._6 .inq_in {
      width: 100%; }
    .est_con .inq_form .inq_item._6 .clause_list {
      margin-top: 0;
      width: 100%; }
      .est_con .inq_form .inq_item._6 .clause_list li .textarea_box_border {
        max-width: 53.9375em;
        border: 1px solid #ccc; }
      .est_con .inq_form .inq_item._6 .clause_list li .textarea_box {
        height: 6.875em;
        font-family: 'Pretendard', sans-serif; }
    .est_con .inq_form .inq_item._6 .agree_box {
      margin-top: 0.3125em;
      margin-bottom: 0; }
      .est_con .inq_form .inq_item._6 .agree_box label {
        font-family: 'Pretendard', sans-serif; }
  .est_con .inq_form .btn_area {
    max-width: 36.125em;
    margin: 0 auto;
    margin-top: 3.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .est_con .inq_form .btn_area .btn_in {
      width: 50%; }
      .est_con .inq_form .btn_area .btn_in:nth-child(1) {
        padding-right: 0.3125em; }
      .est_con .inq_form .btn_area .btn_in:nth-child(2) {
        padding-left: 0.3125em; }
      .est_con .inq_form .btn_area .btn_in ._btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 2.26087em;
        font-size: 1.4375em;
        color: #fff;
        width: 100%;
        text-align: center; }
        .est_con .inq_form .btn_area .btn_in ._btn.typ_1 {
          background-color: #0099ff;
          border: 1px solid #0099ff; }
        .est_con .inq_form .btn_area .btn_in ._btn.typ_2 {
          background-color: #333;
          border: 1px solid #333; }

.est_con .in_wrap .in_t {
  text-align: center; }
  .est_con .in_wrap .in_t .tit {
    font-size: 1.5em;
    line-height: 1.33333em;
    color: #000;
    font-weight: 900;
    margin-bottom: 1.45833em; }

.est_con .in_wrap._2 {
  padding-top: 4.6875em; }
  .est_con .in_wrap._2 .in_t {
    text-align: center; }
    .est_con .in_wrap._2 .in_t .tit {
      font-size: 2.8125em;
      line-height: 1em;
      color: #024495;
      font-weight: 500;
      margin-bottom: 1.11111em;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .est_con .in_wrap._2 .in_t .tit {
          font-size: 2.5em; } }
      .est_con .in_wrap._2 .in_t .tit:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -0.55556em;
        width: 1.31111em;
        height: 1px;
        background-color: #024495; }
    .est_con .in_wrap._2 .in_t .desc {
      font-size: 1.125em;
      line-height: 1.44444em;
      margin-bottom: 4.0625em; }
      @media screen and (max-width: 1024px) {
        .est_con .in_wrap._2 .in_t .desc {
          font-family: 'Pretendard', sans-serif; } }
  .est_con .in_wrap._2 .icon_grid {
    max-width: 60em;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .est_con .in_wrap._2 .icon_grid .grid_item {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333%;
      flex: 1 0 33.3333%;
      max-width: 33.3333%; }
      @media screen and (max-width: 640px) {
        .est_con .in_wrap._2 .icon_grid .grid_item {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
          flex: 1 0 100%;
          max-width: 100%;
          margin-bottom: 4.61538em; }
          .est_con .in_wrap._2 .icon_grid .grid_item:last-child {
            margin-bottom: 0; } }
      .est_con .in_wrap._2 .icon_grid .grid_item .grid_in {
        text-align: center; }
        .est_con .in_wrap._2 .icon_grid .grid_item .grid_in .icon_bx {
          text-align: center;
          margin-bottom: 2.375em; }
          .est_con .in_wrap._2 .icon_grid .grid_item .grid_in .icon_bx img {
            margin: 0 auto;
            max-width: 6em; }
        .est_con .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx {
          margin-bottom: 1.875em;
          text-align: center; }
          .est_con .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx .txt {
            display: block;
            font-size: 1.25em;
            line-height: 1.4em;
            color: #333; }
            @media screen and (max-width: 1024px) {
              .est_con .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx .txt {
                font-family: 'Pretendard', sans-serif; }
                .est_con .in_wrap._2 .icon_grid .grid_item .grid_in .txt_bx .txt br {
                  display: none; } }
        .est_con .in_wrap._2 .icon_grid .grid_item .grid_in .inq_bx {
          font-size: 1.4375em;
          line-height: 1.34783em;
          color: #0099ff;
          display: block; }

.led_con._1 .txt_bx {
  text-align: center;
  margin-top: 1.6875em;
  margin-bottom: 4.6875em; }
  @media screen and (max-width: 768px) {
    .led_con._1 .txt_bx {
      margin-bottom: 2.8125em; } }
  .led_con._1 .txt_bx .s_tit {
    margin-bottom: 0.97222em;
    font-size: 2.25em;
    line-height: 1.22222em;
    color: #000;
    font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .led_con._1 .txt_bx .s_tit {
        font-size: 1.75em;
        font-family: 'Pretendard', sans-serif; } }
    @media screen and (max-width: 640px) {
      .led_con._1 .txt_bx .s_tit {
        font-size: 1.375em; } }
  .led_con._1 .txt_bx .tit {
    font-size: 4.5em;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 0.44444em; }
    @media screen and (max-width: 1024px) {
      .led_con._1 .txt_bx .tit {
        font-size: 3em; } }
    @media screen and (max-width: 640px) {
      .led_con._1 .txt_bx .tit {
        font-size: 2.1875em; } }
    @media screen and (max-width: 480px) {
      .led_con._1 .txt_bx .tit {
        font-size: 1.875em; } }
    .led_con._1 .txt_bx .tit span._1 {
      color: #024495; }
    .led_con._1 .txt_bx .tit span._2 {
      color: #0099ff; }

.led_con._1 .img_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1.25em; }
  @media screen and (max-width: 768px) {
    .led_con._1 .img_grid {
      margin: 0 -0.76923em; } }
  @media screen and (max-width: 480px) {
    .led_con._1 .img_grid {
      margin: 0 -0.38462em; } }
  .led_con._1 .img_grid .grid_item {
    width: 50%;
    padding: 0 1.25em 2.5em; }
    @media screen and (max-width: 768px) {
      .led_con._1 .img_grid .grid_item {
        padding: 0 0.76923em 1.53846em; } }
    @media screen and (max-width: 480px) {
      .led_con._1 .img_grid .grid_item {
        padding: 0 0.38462em 0.76923em; } }
    .led_con._1 .img_grid .grid_item .grid_in {
      border: 1px solid #666; }
      .led_con._1 .img_grid .grid_item .grid_in .img_bx {
        text-align: center; }
        .led_con._1 .img_grid .grid_item .grid_in .img_bx img {
          margin: 0 auto; }

.led_con._1 .btn_area {
  text-align: center;
  margin-top: 3.75em;
  margin-bottom: 3.75em; }
  @media screen and (max-width: 768px) {
    .led_con._1 .btn_area {
      margin-top: 1.875em; } }
  .led_con._1 .btn_area ._btn {
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    width: 9.5em;
    height: 2.25em;
    border-radius: 1.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0099ff; }
    @media screen and (max-width: 768px) {
      .led_con._1 .btn_area ._btn {
        font-size: 1.25em;
        font-family: 'Pretendard', sans-serif; } }

.sub_con .con_t {
  text-align: center;
  margin-top: 1.6875em;
  margin-bottom: 4.5em; }
  @media screen and (max-width: 1024px) {
    .sub_con .con_t {
      margin-bottom: 2.8125em; } }
.sub_con .con_t .s_tit {
  margin-bottom: 0.77778em;
  font-size: 2.25em;
  line-height: 1.22222em;
  color: #000;
  font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .sub_con .con_t .s_tit {
        font-size: 1.75em;
        font-family: 'Pretendard', sans-serif; } }
    @media screen and (max-width: 640px) {
      .sub_con .con_t .s_tit {
        font-size: 1.375em; } }
    .sub_con .con_t .s_tit.mb_no {
      margin-bottom: 0; }
  .sub_con .con_t .tit {
    font-size: 4.5em;
    line-height: 1.2;
    font-weight: 900; }
    @media screen and (max-width: 1024px) {
      .sub_con .con_t .tit {
        font-size: 3em; } }
    @media screen and (max-width: 640px) {
      .sub_con .con_t .tit {
        font-size: 2.1875em; } }
    @media screen and (max-width: 480px) {
      .sub_con .con_t .tit {
        font-size: 1.875em; } }
    .sub_con .con_t .tit span._1 {
      color: #024495; }
    .sub_con .con_t .tit span._2 {
      color: #0099ff; }
    .sub_con .con_t .tit.mb_28 {
      margin-bottom: 0.38889em; }
    .sub_con .con_t .tit.mb_32 {
      margin-bottom: 0.44444em; }
  .sub_con .con_t .desc {
    font-size: 1.125em;
    line-height: 1.44444em;
    color: #000; }
    @media screen and (max-width: 1024px) {
      .sub_con .con_t .desc {
        font-family: 'Pretendard', sans-serif; } }

.vp_wrap .vp_tab {
  max-width: 58.25em;
  margin: 0 auto;
  margin-bottom: 5em; }
  .vp_wrap .vp_tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .vp_wrap .vp_tab ul li {
      width: 50%; }
      .vp_wrap .vp_tab ul li a,
      .vp_wrap .vp_tab ul li .tab_static {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-size: 1.4375em;
        height: 2.78261em;
        line-height: 1;
        color: #000;
        border: 1px solid #cdcdcd;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
        @media screen and (max-width: 768px) {
          .vp_wrap .vp_tab ul li a,
          .vp_wrap .vp_tab ul li .tab_static {
            font-size: 1.125em;
            font-family: 'Pretendard', sans-serif; } }
        .vp_wrap .vp_tab ul li a:hover {
          border-color: #0099ff;
          color: #0099ff; }
        .vp_wrap .vp_tab ul li a.on,
        .vp_wrap .vp_tab ul li .tab_static.on {
          color: #fff;
          background-color: #0099ff;
          border-color: #0099ff; }

.vp_wrap .vp_con .in_wrap .in_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 6.25em; }
  .vp_wrap .vp_con .in_wrap .in_area:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .vp_wrap .vp_con .in_wrap .in_area {
      margin-bottom: 3.125em; } }
  .vp_wrap .vp_con .in_wrap .in_area .l_bx {
    width: calc(50% + 5em); }
    @media screen and (max-width: 1024px) {
      .vp_wrap .vp_con .in_wrap .in_area .l_bx {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .vp_wrap .vp_con .in_wrap .in_area .l_bx {
        width: 100%;
        margin-bottom: 2.5em; } }
    .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx {
      position: relative; }
      .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx img {
        margin: 0 auto; }
      .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx .img_txt {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        height: 6.875em;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx .img_txt {
            height: 3.84615em; } }
        .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx .img_txt .txt {
          font-size: 2.25em;
          line-height: 1.3;
          color: #fff;
          font-weight: 700; }
          @media screen and (max-width: 1024px) {
            .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx .img_txt .txt {
              font-size: 1.75em; } }
          @media screen and (max-width: 768px) {
            .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx .img_txt .txt {
              font-size: 1.375em; } }
  .vp_wrap .vp_con .in_wrap .in_area .r_bx {
    width: calc(50% - 5em);
    padding-left: 4.6875em; }
    @media all and (max-width: 1200px) {
      .vp_wrap .vp_con .in_wrap .in_area .r_bx {
        padding-left: 2.1875em; } }
    @media screen and (max-width: 1024px) {
      .vp_wrap .vp_con .in_wrap .in_area .r_bx {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .vp_wrap .vp_con .in_wrap .in_area .r_bx {
        width: 100%;
        padding-left: 0; } }
    .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_h {
      min-height: 5.375em; }
      .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_h .h_pt {
        font-size: 1.5em;
        line-height: 1.33333em;
        font-weight: 500;
        color: #ff6600;
        letter-spacing: -0.04167em; }
        @media screen and (max-width: 1024px) {
          .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_h .h_pt {
            font-size: 1.25em;
            font-family: 'Pretendard', sans-serif; } }
      .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_h .h_t {
        font-size: 1.5em;
        line-height: 1.33333em;
        font-weight: 500;
        color: #000;
        letter-spacing: -0.04167em; }
        @media screen and (max-width: 1024px) {
          .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_h .h_t {
            font-size: 1.25em;
            font-family: 'Pretendard', sans-serif; } }
    .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_tit {
      height: 5.3125em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      border-top: 1px solid #999; }
      .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_tit .tit {
        font-size: 2.25em;
        line-height: 1.22222em;
        color: #333;
        font-weight: 500; }
        @media screen and (max-width: 1024px) {
          .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_tit .tit {
            font-size: 1.75em; } }
    .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table {
      width: 100%;
      table-layout: fixed;
      word-break: break-all;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999; }
      .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr {
        border-bottom: 1px solid #ccc; }
        .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr:last-child {
          border-bottom: 0; }
        .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr th {
          width: 8.125em;
          padding: 0.75em 0;
          text-align: left; }
          .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr th span {
            word-break: keep-all;
            font-size: 1.25em;
            line-height: 1.4em;
            color: #333;
            font-weight: 500; }
            @media screen and (max-width: 1024px) {
              .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr th span {
                font-family: 'Pretendard', sans-serif; } }
        .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr td {
          padding: 0.75em 0; }
          .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr td span {
            word-break: keep-all;
            font-size: 1.25em;
            line-height: 1.4em;
            color: #333; }
            @media screen and (max-width: 1024px) {
              .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr td span {
                font-family: 'Pretendard', sans-serif; } }

.port_area {
  margin-top: 5.9375em; }
  .port_area .tit_bx {
    text-align: center; }
    .port_area .tit_bx .tit {
      font-size: 3.75em;
      line-height: 1.13333em;
      color: #024495;
      font-weight: 500;
      margin-bottom: 1.3em;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .port_area .tit_bx .tit {
          font-size: 2.5em; } }
      .port_area .tit_bx .tit:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -0.5em;
        width: 0.98333em;
        height: 1px;
        background-color: #024495; }
  .port_area .btn_area {
    text-align: center;
    margin-top: 3.25em; }
    .port_area .btn_area ._btn {
      font-size: 1.5em;
      width: 9.5em;
      height: 2.25em;
      border-radius: 1.125em;
      background-color: #0099ff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .port_area .btn_area ._btn {
          font-size: 1.375em; } }

.port_wrap {
  position: relative; }
  .port_wrap._sub .port_arw {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2.4375em;
    z-index: 2; }
    .port_wrap._sub .port_arw img {
      max-width: 3.625em; }
    .port_wrap._sub .port_arw.port_l {
      left: 13.5%; }
      @media screen and (max-width: 1024px) {
        .port_wrap._sub .port_arw.port_l {
          left: 5.5%; } }
    .port_wrap._sub .port_arw.port_r {
      right: 13.5%; }
      @media screen and (max-width: 1024px) {
        .port_wrap._sub .port_arw.port_r {
          right: 5.5%; } }
  .port_wrap._sub .port_sl {
    margin: 0 -0.9375em; }
    @media screen and (max-width: 768px) {
      .port_wrap._sub .port_sl {
        margin: 0 -0.3125em; } }
  .port_wrap._sub .list_item {
    padding: 0 0.9375em; }
    @media screen and (max-width: 768px) {
      .port_wrap._sub .list_item {
        padding: 0 0.3125em; } }
    .port_wrap._sub .list_item .list_in .img_bx {
      position: relative;
      display: block;
      overflow: hidden; }
      .port_wrap._sub .list_item .list_in .img_bx::after {
        content: '';
        display: block;
        padding-bottom: 75%; }
      .port_wrap._sub .list_item .list_in .img_bx > *:not(img) {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%; }
      .port_wrap._sub .list_item .list_in .img_bx img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 1000%;
        min-height: 1002%;
        max-width: inherit;
        max-width: inherit;
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        -ms-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1); }
    .port_wrap._sub .list_item .list_in .txt_bx {
      padding: 1.5em 0.625em;
      text-align: center; }
      .port_wrap._sub .list_item .list_in .txt_bx .txt {
        font-size: 1.25em;
        line-height: 1.4em;
        color: #333; }
        @media screen and (max-width: 1024px) {
          .port_wrap._sub .list_item .list_in .txt_bx .txt {
            font-family: 'Pretendard', sans-serif; } }
  .port_wrap._sub .port_lsit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -0.9375em; }
    @media screen and (max-width: 768px) {
      .port_wrap._sub .port_lsit {
        margin: 0 -0.3125em; } }
    .port_wrap._sub .port_lsit .list_item {
      width: 33.3333%;
      padding: 0 0.9375em 1.875em; }
      @media screen and (max-width: 768px) {
        .port_wrap._sub .port_lsit .list_item {
          padding: 0 0.3125em 0.625em; } }
      @media screen and (max-width: 640px) {
        .port_wrap._sub .port_lsit .list_item {
          width: 50%; } }
      .port_wrap._sub .port_lsit .list_item .list_in .txt_bx .txt {
        height: 1.4em;
        line-height: 1.4em;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }

.aas_con._1 .in_wrap .in_area {
  margin-bottom: 5.9375em; }
  .aas_con._1 .in_wrap .in_area:last-child {
    margin-bottom: 0; }
  .aas_con._1 .in_wrap .in_area .tit_bx {
    font-size: 2.25em;
    margin-bottom: 0.83333em;
    height: 2.77778em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #024495; }
    @media screen and (max-width: 768px) {
      .aas_con._1 .in_wrap .in_area .tit_bx {
        margin-bottom: 0.55556em;
        font-size: 1.625em; } }
    @media screen and (max-width: 480px) {
      .aas_con._1 .in_wrap .in_area .tit_bx {
        font-size: 1.375em; } }
    .aas_con._1 .in_wrap .in_area .tit_bx .tit {
      line-height: 1.22222em;
      color: #fff;
      font-weight: 500; }
  .aas_con._1 .in_wrap .in_area .grid_wrap .b_img_bx {
    margin-bottom: 2.5em; }
    @media screen and (max-width: 768px) {
      .aas_con._1 .in_wrap .in_area .grid_wrap .b_img_bx {
        margin-bottom: 1.25em; } }
    @media screen and (max-width: 480px) {
      .aas_con._1 .in_wrap .in_area .grid_wrap .b_img_bx {
        margin-bottom: 0.625em; } }
  .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list {
    margin: 0 -1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 768px) {
      .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list {
        margin: 0 -0.625em; } }
    @media screen and (max-width: 480px) {
      .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list {
        margin: 0 -0.3125em; } }
    .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list .list_item {
      padding: 0 1.25em;
      width: 33.3333%; }
      @media screen and (max-width: 768px) {
        .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list .list_item {
          padding: 0 0.625em; } }
      @media screen and (max-width: 480px) {
        .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list .list_item {
          padding: 0 0.3125em; } }
      .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list .list_item .list_in {
        text-align: center; }
        .aas_con._1 .in_wrap .in_area .grid_wrap .grid_list .list_item .list_in img {
          margin: 0 auto; }
  .aas_con._1 .in_wrap .in_area .grid_wrap .t_area {
    margin-top: 2.8125em; }
    .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_h {
      margin-bottom: 0.9375em; }
      .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_h .s_tit {
        font-size: 2.25em;
        line-height: 1.22222em;
        color: #333;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_h .s_tit {
            font-size: 1.75em; } }
        @media screen and (max-width: 480px) {
          .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_h .s_tit {
            font-size: 1.625em; } }
    .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table {
      width: 100%;
      table-layout: fixed;
      word-break: break-all;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999; }
      .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr {
        border-bottom: 1px solid #ccc; }
        .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr:last-child {
          border-bottom: 0; }
        @media screen and (max-width: 768px) {
          .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            border-bottom: 0; } }
        .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr th {
          padding: 0.75em 0;
          width: 10.625em;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr th {
              display: block;
              width: 10.61538em;
              border-bottom: 1px solid #ccc; } }
          .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr th span {
            word-break: keep-all;
            font-size: 1.25em;
            line-height: 1.4em;
            color: #333;
            font-weight: 500; }
            @media screen and (max-width: 1024px) {
              .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr th span {
                font-family: 'Pretendard', sans-serif; } }
        .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr td {
          padding: 0.75em 0;
          padding-right: 0.625em; }
          @media screen and (max-width: 768px) {
            .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr td {
              display: block;
              width: calc(100% - 10.61538em);
              border-bottom: 1px solid #ccc; } }
          .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr td span {
            word-break: keep-all;
            font-size: 1.25em;
            line-height: 1.4em;
            color: #333; }
            @media screen and (max-width: 1024px) {
              .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr td span {
                font-family: 'Pretendard', sans-serif; } }
        @media screen and (max-width: 768px) {
          .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr:last-child th {
            border-bottom: 0; }
          .aas_con._1 .in_wrap .in_area .grid_wrap .t_area .t_t table tr:last-child td {
            border-bottom: 0; } }

.el_con._1 .in_wrap .in_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5em; }
  .el_con._1 .in_wrap .in_area:last-child {
    margin-bottom: 0; }
  .el_con._1 .in_wrap .in_area .l_bx {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .el_con._1 .in_wrap .in_area .l_bx {
        width: 100%;
        margin-bottom: 2.5em; } }
    .el_con._1 .in_wrap .in_area .l_bx .el_list .el_sl {
      position: relative; }
      .el_con._1 .in_wrap .in_area .l_bx .el_list .el_sl .el_arw {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2; }
        .el_con._1 .in_wrap .in_area .l_bx .el_list .el_sl .el_arw img {
          max-width: 2.0625em; }
          @media screen and (max-width: 640px) {
            .el_con._1 .in_wrap .in_area .l_bx .el_list .el_sl .el_arw img {
              max-width: 1.53846em; } }
        .el_con._1 .in_wrap .in_area .l_bx .el_list .el_sl .el_arw.el_l {
          left: 1.25em; }
        .el_con._1 .in_wrap .in_area .l_bx .el_list .el_sl .el_arw.el_r {
          right: 1.25em; }
    .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx {
      position: relative;
      border: 1px solid #999; }
      .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .img__src {
        position: relative;
        display: block;
        overflow: hidden; }
        .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .img__src::after {
          content: '';
          display: block;
          padding-bottom: 62%; }
        .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .img__src > *:not(img) {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 100%;
          height: 100%; }
        .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .img__src img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 1000%;
          min-height: 1002%;
          max-width: inherit;
          max-width: inherit;
          -webkit-transform: translate(-50%, -50%) scale(0.1);
          -ms-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1); }
      .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .txt_bx {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        width: 100%;
        height: 3.05556em;
        background-color: rgba(0, 0, 0, 0.5);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 2.25em;
        font-weight: 500;
        text-align: center;
        z-index: 2; }
        @media screen and (max-width: 1024px) {
          .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .txt_bx {
            font-size: 1.75em; } }
        @media screen and (max-width: 768px) {
          .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .txt_bx {
            font-size: 1.5em; } }
        @media screen and (max-width: 480px) {
          .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .txt_bx {
            font-size: 1.25em;
            font-family: 'Pretendard', sans-serif; } }
        .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx .txt_bx .txt {
          bottom: 0;
          line-height: 1.3;
          color: #fff; }
  .el_con._1 .in_wrap .in_area .r_bx {
    width: 50%;
    padding-left: 6.25em; }
    @media all and (max-width: 1200px) {
      .el_con._1 .in_wrap .in_area .r_bx {
        padding-left: 3.125em; } }
    @media screen and (max-width: 768px) {
      .el_con._1 .in_wrap .in_area .r_bx {
        padding-left: 0;
        width: 100%; } }
    .el_con._1 .in_wrap .in_area .r_bx .t_area .t_h {
      height: 4.58333em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-size: 1.5em;
      border-top: 1px solid #999; }
      .el_con._1 .in_wrap .in_area .r_bx .t_area .t_h .tit {
        color: #024495;
        line-height: 1.3;
        font-weight: 500; }
    .el_con._1 .in_wrap .in_area .r_bx .t_area .t_tit {
      display: flex;
      align-items: center;
      min-height: 4.58333em;
      margin: 0;
      border-top: 1px solid #999;
      border-bottom: 1px solid #9fb5bd;
      color: #00606a;
      font-size: 1.5em;
      line-height: 1.3;
      font-weight: 500; }
    .el_con._1 .in_wrap .in_area .r_bx .t_area dl {
      display: grid;
      grid-template-columns: 8.125em minmax(0, 1fr);
      margin: 0;
      border-bottom: 1px solid #d7e1e5; }
    .el_con._1 .in_wrap .in_area .r_bx .t_area dl:last-child {
      border-bottom: 1px solid #9fb5bd; }
    .el_con._1 .in_wrap .in_area .r_bx .t_area dt,
    .el_con._1 .in_wrap .in_area .r_bx .t_area dd {
      margin: 0;
      padding: 0.8125em 0;
      word-break: keep-all;
      color: #13202b;
      font-size: 1.25em;
      line-height: 1.65; }
    .el_con._1 .in_wrap .in_area .r_bx .t_area dt {
      font-weight: 500; }
    .el_con._1 .in_wrap .in_area .r_bx .t_area dd {
      font-weight: 400; }
      @media screen and (max-width: 1024px) {
        .el_con._1 .in_wrap .in_area .r_bx .t_area .t_tit {
          font-family: 'Pretendard', sans-serif; }
        .el_con._1 .in_wrap .in_area .r_bx .t_area dt,
        .el_con._1 .in_wrap .in_area .r_bx .t_area dd {
          font-family: 'Pretendard', sans-serif; } }
      @media screen and (max-width: 640px) {
        .el_con._1 .in_wrap .in_area .r_bx .t_area .t_tit {
          min-height: auto;
          padding: 1.1em 0;
          font-size: 1.35em; }
        .el_con._1 .in_wrap .in_area .r_bx .t_area dl {
          grid-template-columns: 6.2em minmax(0, 1fr); }
        .el_con._1 .in_wrap .in_area .r_bx .t_area dt,
        .el_con._1 .in_wrap .in_area .r_bx .t_area dd {
          font-size: 1.05em;
          line-height: 1.55; } }
    .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table {
      border-top: 1px solid #999;
      border-bottom: 1px solid #999;
      width: 100%;
      table-layout: fixed;
      word-break: break-all; }
      .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr {
        border-bottom: 1px solid #ccc; }
        .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr:last-child {
          border-bottom: 0; }
        .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr th {
          text-align: left;
          width: 8.125em;
          padding: 0.8125em 0; }
          .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr th span {
            word-break: keep-all;
            font-size: 1.25em;
            line-height: 1.3;
            color: #333;
            font-weight: 500;
            display: block; }
            @media screen and (max-width: 1024px) {
              .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr th span {
                font-family: 'Pretendard', sans-serif; } }
        .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr td {
          padding: 0.8125em 0; }
          .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr td span {
            word-break: keep-all;
            font-size: 1.25em;
            line-height: 1.3;
            color: #333;
            display: block; }
            @media screen and (max-width: 1024px) {
              .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr td span {
                font-family: 'Pretendard', sans-serif; } }

.board-box {
  text-align: initial; }
  .board-box strong, .board-box b {
    font-weight: bold; }
  .board-box u {
    text-decoration: underline; }
  .board-box i, .board-box em {
    font-style: italic; }
  .board-box strike, .board-box s {
    text-decoration: line-through; }
  .board-box ol, .board-box ol li {
    list-style: decimal; }
  .board-box ul, .board-box ul li {
    list-style: disc; }
  .board-box img {
    width: auto !important;
    height: auto !important; }
  .board-box h1 {
    font-size: 2em; }
  .board-box h2 {
    font-size: 1.5em; }
  .board-box h3 {
    font-size: 1.17em; }
  .board-box h4 {
    font-size: normal; }
  .board-box h5 {
    font-size: 0.83em; }
  .board-box h6 {
    font-size: 0.67em; }

html > *::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  width: 8px; }

html > *::-webkit-scrollbar-button {
  height: 0;
  -webkit-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all; }

html > *::-webkit-scrollbar-corner {
  background-color: #222; }

html > *::-webkit-scrollbar-thumb {
  background: rgba(2, 68, 149, 0.7);
  border: 1px solid #000; }

html > *::-webkit-scrollbar-thumb:hover, html > *::-webkit-scrollbar-thumb:active {
  background: rgba(2, 68, 149, 0.9); }

html > *::-webkit-scrollbar-track {
  background-color: #222;
  border-radius: 0;
  border: 0; }

html > *::-webkit-scrollbar-track:hover, html > *::-webkit-scrollbar-track:active {
  background: #222; }

.slick {
  visibility: visible; }

.slick.slick-initialized {
  visibility: visible !important; }

#main_slider:not(.slick-initialized) {
  position: relative;
  overflow: hidden; }

#main_slider:not(.slick-initialized) li {
  display: none; }

#main_slider:not(.slick-initialized) li:first-child {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #e9edf3;
  height: 1003px; }

#main_slider:not(.slick-initialized) li:first-child .wrapper {
  height: 100%; }

#main_slider:not(.slick-initialized) li:first-child .txt_box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box; }

@media screen and (max-width: 1024px) {
  #main_slider:not(.slick-initialized) li:first-child {
    height: 450px; } }

.esko-main-slider {
  position: relative;
  height: 880px;
  overflow: hidden;
  background: #dfe6ef; }

.esko-main-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.esko-main-slide.is-active {
  opacity: 1;
  visibility: visible; }

.esko-main-slide__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 20, 43, 0.74) 0%, rgba(8, 20, 43, 0.38) 42%, rgba(8, 20, 43, 0.16) 100%); }

.esko-main-slide__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1100px, calc(100% - 48px));
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2; }

.esko-main-slide__copy .eyebrow {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82); }

.esko-main-slide__copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 5.2em;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.28); }

.esko-main-slide__copy .desc {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.3em;
  line-height: 1.75;
  font-weight: 500; }

.esko-main-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(9, 20, 41, 0.32);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(8px); }

.esko-main-slider__arrow.is-prev {
  left: 24px; }

.esko-main-slider__arrow.is-next {
  right: 24px; }

.esko-main-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%); }

.esko-main-slider__dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.42); }

.esko-main-slider__dots button.is-active {
  background: #fff; }

@media screen and (max-width: 1024px) {
  .esko-main-slider {
    height: 560px; }
  .esko-main-slide__copy h2 {
    font-size: 3.8em; }
  .esko-main-slide__copy .desc {
    font-size: 1.05em; } }

@media screen and (max-width: 768px) {
  .esko-main-slider {
    height: 420px; }
  .esko-main-slide__copy {
    width: calc(100% - 32px); }
  .esko-main-slide__copy .eyebrow {
    font-size: 11px;
    margin-bottom: 12px;
    letter-spacing: 0.18em; }
  .esko-main-slide__copy h2 {
    font-size: 2.5em;
    margin-bottom: 14px; }
  .esko-main-slide__copy .desc {
    font-size: 0.95em;
    line-height: 1.6; }
  .esko-main-slider__arrow {
    display: none; } }

::-moz-selection {
  background: #024495;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #024495;
  color: #fff;
  text-shadow: none; }

.footer_wrap .footer_logo {
  margin-bottom: 1.25em;
  position: relative; }
.footer_wrap .footer_logo span {
  position: relative;
  padding: 0;
  background: #494949;
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  z-index: 2; }
.footer_wrap .footer_logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1) grayscale(1); }
.footer_wrap .footer_logo .logo_text {
  display: none; }
.footer_wrap .add_bx span,
.footer_wrap .add_bx span a,
.footer_wrap .copy_t {
  color: rgba(255,255,255,0.82) !important; }
.footer_wrap {
  text-align: left; }
.footer_wrap .footer_logo:before {
  left: 328px;
  width: calc(100% - 328px);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.footer_wrap .footer_logo span {
  padding-left: 0;
  padding-right: 0; }
.footer_wrap .txt_bx,
.footer_wrap .add_bx,
.footer_wrap .copy_t {
  text-align: left; }
.footer_wrap .add_bx span {
  padding-left: 0;
  padding-right: 18px; }
.footer_wrap .add_bx span:before {
  border-left-color: rgba(255,255,255,0.68);
  border-left-width: 2px;
  height: 16px;
  margin-top: -8px;
  left: -10px; }

.esko-contact-panel__info {
  align-items: flex-start; }

.esko-contact-panel,
.esko-contact-panel > div {
  text-align: left; }

.esko-contact-panel__info a {
  text-align: left; }

.esko-contact-panel__info .samgwang-contact-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.72em 1.15em;
  border-radius: 999px;
  background: #005bbb;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  -webkit-box-shadow: 0 14px 26px rgba(0, 91, 187, 0.28);
  box-shadow: 0 14px 26px rgba(0, 91, 187, 0.28); }

.samgwang-home .gnb_wrap .logo_box a .logo_mark,
.samgwang-subpage .gnb_wrap .logo_box a .logo_mark,
.samgwang-home #header.on .gnb_wrap .logo_box a .logo_mark,
.samgwang-subpage #header.on .gnb_wrap .logo_box a .logo_mark {
  width: 138px;
  height: 138px; }

.samgwang-home .gnb_wrap .logo_box a,
.samgwang-subpage .gnb_wrap .logo_box a,
.samgwang-home #header.on .gnb_wrap .logo_box a,
.samgwang-subpage #header.on .gnb_wrap .logo_box a {
  width: 138px;
  height: 138px;
  padding-left: 0;
  display: block;
  position: relative; }

.samgwang-home .gnb_wrap .logo_box a .logo_text,
.samgwang-subpage .gnb_wrap .logo_box a .logo_text,
.samgwang-home #header.on .gnb_wrap .logo_box a .logo_text,
.samgwang-subpage #header.on .gnb_wrap .logo_box a .logo_text {
  display: none; }

@media screen and (max-width: 1024px) {
  .samgwang-home .gnb_wrap .logo_box a,
  .samgwang-subpage .gnb_wrap .logo_box a,
  .samgwang-home #header.on .gnb_wrap .logo_box a,
  .samgwang-subpage #header.on .gnb_wrap .logo_box a {
    width: 96px;
    height: 96px; }
  .samgwang-home .gnb_wrap .logo_box a .logo_mark,
  .samgwang-subpage .gnb_wrap .logo_box a .logo_mark,
  .samgwang-home #header.on .gnb_wrap .logo_box a .logo_mark,
  .samgwang-subpage #header.on .gnb_wrap .logo_box a .logo_mark {
    width: 96px;
    height: 96px; } }
@media screen and (max-width: 1024px) {
  .footer_wrap .footer_logo img {
    width: 35px;
    height: 35px; }
  .footer_wrap .footer_logo .logo_text {
    font-size: 17px; }
}

.samgwang-home .gnb_wrap .logo_box,
.samgwang-subpage .gnb_wrap .logo_box,
.samgwang-home #header.on .gnb_wrap .logo_box,
.samgwang-subpage #header.on .gnb_wrap .logo_box {
  z-index: 40; }

.samgwang-home .gnb_wrap .logo_box .samgwang-header-logo,
.samgwang-subpage .gnb_wrap .logo_box .samgwang-header-logo,
.samgwang-home #header.on .gnb_wrap .logo_box .samgwang-header-logo,
.samgwang-subpage #header.on .gnb_wrap .logo_box .samgwang-header-logo {
  width: 174px !important;
  height: 74px !important;
  display: block !important;
  padding: 0 !important;
  position: relative !important; }

.samgwang-home .gnb_wrap .logo_box .samgwang-header-logo__img,
.samgwang-subpage .gnb_wrap .logo_box .samgwang-header-logo__img,
.samgwang-home #header.on .gnb_wrap .logo_box .samgwang-header-logo__img,
.samgwang-subpage #header.on .gnb_wrap .logo_box .samgwang-header-logo__img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain;
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important; }

.footer_wrap .footer_logo .samgwang-footer-logo {
  width: 300px;
  height: auto;
  display: inline-block;
  padding: 0 !important;
  background: transparent; }

.footer_wrap .footer_logo .samgwang-footer-logo__img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1) grayscale(1); }

@media screen and (max-width: 1024px) {
  .samgwang-home .gnb_wrap .logo_box .samgwang-header-logo,
  .samgwang-subpage .gnb_wrap .logo_box .samgwang-header-logo,
  .samgwang-home #header.on .gnb_wrap .logo_box .samgwang-header-logo,
  .samgwang-subpage #header.on .gnb_wrap .logo_box .samgwang-header-logo {
    width: 132px !important;
    height: 56px !important; }
  .footer_wrap .footer_logo:before {
    left: 0;
    width: 100%; }
  .footer_wrap .footer_logo .samgwang-footer-logo {
    width: 210px; }
}

@media screen and (max-width: 768px) {
  .home.sub .visual_area .esko-sub-visual {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important; }
  .home.sub .visual_area .esko-visual-eyebrow {
    font-size: 7px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.16em !important; }
  .home.sub .visual_area .esko-visual-copy .sv_tit {
    font-size: 27px !important;
    margin-bottom: 12px !important; }
  .home.sub .visual_area .esko-visual-desc {
    font-size: 10px !important;
    line-height: 1.65 !important; } }

@media screen and (max-width: 480px) {
  .home.sub .visual_area .esko-sub-visual {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important; }
  .home.sub .visual_area .esko-visual-copy {
    margin-top: 25px;
    padding: 0 18px !important; }
  .home.sub .visual_area .esko-visual-copy .sv_tit {
    font-size: 27px !important; }
  .home.sub .visual_area .esko-visual-desc {
    font-size: 10px !important;
    line-height: 1.55 !important; } }

.samgwang-home,
.samgwang-subpage .sub_section_wrap,
.samgwang-subpage--about .sub_section_wrap {
  background: #f5f3ee; }

.samgwang-subpage,
.samgwang-home,
.samgwang-subpage .sub_section_wrap,
.samgwang-subpage .sub_con {
  background-color: #f5f3ee; }

.samgwang-subpage .sub_con,
.samgwang-home .sub_con {
  background-image: none; }

.samgwang-sub-visual {
  min-height: 420px;
  position: relative; }

.samgwang-sub-visual::after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 170, 94, 0.28) 0%, rgba(255, 170, 94, 0) 72%);
  z-index: 1; }

.samgwang-subpage .visual_area .esko-sub-visual__shade {
  background: linear-gradient(100deg, rgba(8, 52, 52, 0.84) 0%, rgba(8, 52, 52, 0.58) 46%, rgba(8, 52, 52, 0.24) 100%); }

.samgwang-subpage .visual_area .esko-visual-copy {
  max-width: 1180px;
  padding: 0 24px;
  text-align: left; }

.samgwang-subpage .visual_area .esko-visual-eyebrow {
  color: rgba(255, 233, 209, 0.9); }

.samgwang-subpage .visual_area .esko-visual-copy .sv_tit {
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.22); }

.samgwang-subpage .visual_area .esko-visual-desc {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88); }

.samgwang-subpage .sub_section_wrap .sub_con {
  position: relative;
  z-index: 2; }

.samgwang-subpage .sub_con .con_t,
.samgwang-subpage .led_con._1 .txt_bx {
  margin-top: 40px; }

.samgwang-subpage .sub_con .con_t .tit ._1,
.samgwang-subpage .led_con._1 .txt_bx .tit span._1 {
  color: #111;
  background-color: transparent; }

.samgwang-subpage .el_con._1 .in_wrap .in_area .r_bx .t_area .t_h .tit {
  color: #0d5c63;
  background-color: transparent; }

.samgwang-subpage .main_con._2 .port_wrap .port_btn .tab li .tab_static.on {
  color: #fff;
  background-color: #0d5c63; }

.samgwang-subpage .sub_con .con_t .tit ._2,
.samgwang-subpage .led_con._1 .txt_bx .tit span._2,
.samgwang-subpage .vp_wrap .vp_tab ul li .tab_static.on,
.samgwang-subpage .vp_wrap .vp_tab ul li a.on,
.samgwang-subpage .vp_wrap .vp_tab ul li a:hover,
.samgwang-subpage .led_con._1 .btn_area ._btn,
.samgwang-subpage .port_area .btn_area ._btn {
  color: #fff;
  background-color: #ef8354;
  border-color: #ef8354; }

.samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area,
.samgwang-subpage .el_con._1 .in_wrap .in_area {
  margin-bottom: 36px;
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 22px 44px rgba(18, 42, 47, 0.08);
  box-shadow: 0 22px 44px rgba(18, 42, 47, 0.08); }

.samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area:nth-child(even) .l_bx,
.samgwang-subpage .el_con._1 .in_wrap .in_area:nth-child(even) .l_bx {
  order: 2; }

.samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area:nth-child(even) .r_bx,
.samgwang-subpage .el_con._1 .in_wrap .in_area:nth-child(even) .r_bx {
  order: 1;
  padding-left: 0;
  padding-right: 4.6875em; }

.samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area .l_bx .img_bx,
.samgwang-subpage .el_con._1 .in_wrap .in_area .l_bx .el_list .list_items .list_in .img_bx,
.samgwang-subpage .led_con._1 .img_grid .grid_item .grod_in,
.samgwang-subpage .led_con._1 .img_grid .grid_item .grid_in {
  overflow: hidden;
  border-radius: 24px; }

.samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_h .h_pt {
  color: #ef8354; }

.samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table,
.samgwang-subpage .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table {
  border-top-color: rgba(13, 92, 99, 0.48);
  border-bottom-color: rgba(13, 92, 99, 0.48); }

.samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area .r_bx .t_bx table tr,
.samgwang-subpage .el_con._1 .in_wrap .in_area .r_bx .t_area .t_t table tr {
  border-bottom-color: rgba(13, 92, 99, 0.12); }

.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: stretch; }

.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .samgwang-election-detail-slider {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 0;
  margin-bottom: 0;
  display: block;
  align-self: stretch; }

.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .r_bx {
  width: 100%;
  min-width: 0;
  padding-left: 0;
  display: flex; }

.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .r_bx .t_area {
  width: 100%; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .el_sl,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-list,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-track,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-slide,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-slide > div,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .list_items,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .list_in,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .img_bx,
.samgwang-subpage--election .samgwang-election-detail-slider__frame .img__src {
  height: 100%; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame .el_sl:not(.slick-initialized) {
  height: 100%;
  overflow: hidden; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame .el_sl:not(.slick-initialized) .list_items {
  display: none; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame .el_sl:not(.slick-initialized) .list_items:first-child {
  display: block; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame .img_bx {
  border: 0 !important;
  border-radius: 24px;
  overflow: hidden;
  background: #e9edf1; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame .img__src {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: auto; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame .img__src::after {
  display: none !important; }

.samgwang-subpage--election .samgwang-election-detail-slider__frame .img__src img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
  display: block;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  object-fit: cover;
  object-position: center; }

.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .r_bx .t_area .t_t table tr th,
.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .r_bx .t_area .t_t table tr td {
  padding-top: 15px;
  padding-bottom: 15px; }

.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .r_bx .t_area .t_t table tr td span {
  display: block;
  margin-top: 4px;
  color: #223243;
  line-height: 1.58;
  word-break: keep-all; }

.samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .r_bx .t_area .t_t table tr td span:first-child {
  margin-top: 0; }

.samgwang-subpage--election .samgwang-election-contact {
  margin-top: 26px;
  text-align: center; }

.samgwang-subpage--election .samgwang-election-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85em 1.4em;
  border-radius: 999px;
  background: #005bbb;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  -webkit-box-shadow: 0 14px 26px rgba(0, 91, 187, 0.28);
  box-shadow: 0 14px 26px rgba(0, 91, 187, 0.28); }

.samgwang-subpage--election .samgwang-election-portfolio {
  margin-top: 64px;
  padding: 0; }

.samgwang-home .feature_contact,
.samgwang-subpage--election .election_refined__contact {
  margin-top: 36px;
  text-align: center; }

.samgwang-home .feature_contact__button,
.samgwang-subpage--election .election_refined__contact_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 280px;
  padding: 18px 30px;
  border-radius: 999px;
  background: #005bbb;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(0, 91, 187, 0.28); }

.samgwang-home .feature_contact__button:hover,
.samgwang-subpage--election .election_refined__contact_button:hover {
  color: #ffffff;
  background: #004995; }

.samgwang-home .feature_contact__title,
.samgwang-subpage--election .election_refined__contact_title {
  font-size: 16px;
  letter-spacing: -0.02em; }

.samgwang-home .feature_contact__sub,
.samgwang-subpage--election .election_refined__contact_sub {
  font-size: 21px;
  letter-spacing: -0.02em; }

.samgwang-subpage--election .samgwang-election-lead {
  margin-bottom: 36px;
  padding: 24px 28px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 22px 44px rgba(18, 42, 47, 0.08);
  box-shadow: 0 22px 44px rgba(18, 42, 47, 0.08); }

.samgwang-subpage--election .samgwang-election-lead__copy {
  max-width: none;
  margin-bottom: 0;
  order: 2; }

.samgwang-subpage--election .samgwang-election-lead__eyebrow {
  margin-bottom: 14px;
  color: #ef8354;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em; }

.samgwang-subpage--election .samgwang-election-lead__copy h3 {
  margin-bottom: 16px;
  color: #111;
  font-size: 34px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.04em; }

.samgwang-subpage--election .samgwang-election-lead__copy p {
  margin-bottom: 10px;
  color: #42556c;
  font-size: 18px;
  line-height: 1.85; }

.samgwang-subpage--election .samgwang-election-grid {
  order: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-self: center;
  justify-self: start;
  width: 100%; }

.samgwang-subpage--election .samgwang-election-grid__item {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background: #111;
  overflow: hidden; }

.samgwang-subpage--election .samgwang-election-grid__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.samgwang-subpage .led_con._1 .img_grid {
  align-items: flex-start; }

.samgwang-subpage .led_con._1 .img_grid .grid_item:nth-child(even) {
  margin-top: 42px; }

.samgwang-subpage .led_con._1 .img_grid .grid_item .grod_in {
  padding: 14px;
  background: #fff;
  -webkit-box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08);
  box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08); }

.samgwang-subpage .led_con._1 .img_grid .img_bx img {
  width: 100%;
  display: block; }

.samgwang-subpage .led_con._1 .btn_area ._btn {
  border-radius: 999px;
  -webkit-box-shadow: 0 14px 28px rgba(239, 131, 84, 0.28);
  box-shadow: 0 14px 28px rgba(239, 131, 84, 0.28); }

.samgwang-subpage .gnb_mobile .depth01 > a.active,
.samgwang-subpage .gnb_box .depth01 > a.active,
.samgwang-subpage .gnb_box .depth01 > a:hover {
  color: #ef8354; }

.samgwang-subpage .logo_box .logo_text,
.samgwang-subpage .footer_wrap .footer_logo .logo_text {
  letter-spacing: -0.03em; }

html > *::-webkit-scrollbar-thumb {
  background: rgba(13, 92, 99, 0.76);
  border: 1px solid #000; }

html > *::-webkit-scrollbar-thumb:hover, html > *::-webkit-scrollbar-thumb:active {
  background: rgba(13, 92, 99, 0.92); }

::-moz-selection {
  background: #0d5c63;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #0d5c63;
  color: #fff;
  text-shadow: none; }

@media screen and (max-width: 1024px) {
  .samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area:nth-child(even) .r_bx,
  .samgwang-subpage .el_con._1 .in_wrap .in_area:nth-child(even) .r_bx {
    padding-right: 2.1875em; } }

@media screen and (max-width: 768px) {
  .samgwang-subpage .visual_area .esko-visual-copy {
    text-align: center; }
  .samgwang-subpage .visual_area .esko-visual-desc {
    margin: 0 auto; }
  .samgwang-subpage--election .samgwang-election-lead {
    padding: 16px 18px;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    border-radius: 18px; }
  .samgwang-subpage--election .samgwang-election-lead__copy {
    order: 2; }
  .samgwang-subpage--election .samgwang-election-lead__copy h3 {
    font-size: 18px;
    margin-bottom: 8px; }
  .samgwang-subpage--election .samgwang-election-lead__copy p {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 6px; }
  .samgwang-subpage--election .samgwang-election-lead__eyebrow {
    margin-bottom: 8px;
    font-size: 10px; }
  .samgwang-subpage--election .samgwang-election-grid {
    order: 1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    align-self: center; }
  .samgwang-subpage--election .samgwang-election-grid__item:nth-child(16) {
    display: none; }
  .samgwang-subpage--election .samgwang-election-grid__item {
    border-radius: 6px; }
  .samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area,
  .samgwang-subpage .el_con._1 .in_wrap .in_area {
    padding: 20px;
    border-radius: 22px; }
  .samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 {
    grid-template-columns: 1fr;
    gap: 22px; }
  .samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .l_bx {
    max-width: none;
    display: block; }
  .samgwang-subpage--election .samgwang-election-detail-slider,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .el_sl,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-list,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-track,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-slide,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .slick-slide > div,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .list_items,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .list_in,
  .samgwang-subpage--election .samgwang-election-detail-slider__frame .img_bx {
    height: auto; }
  .samgwang-subpage--election .el_con._1 .in_wrap .in_area._1 .l_bx .el_list .list_items .list_in .img_bx .img__src {
    aspect-ratio: 16 / 9;
    height: auto; }
  .samgwang-subpage--election .samgwang-election-contact a {
    width: 100%;
    font-size: 17px; }
  .samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area:nth-child(even) .l_bx,
  .samgwang-subpage .vp_wrap .vp_con .in_wrap .in_area:nth-child(even) .r_bx,
  .samgwang-subpage .el_con._1 .in_wrap .in_area:nth-child(even) .l_bx,
  .samgwang-subpage .el_con._1 .in_wrap .in_area:nth-child(even) .r_bx {
    order: initial;
    padding-right: 0; }
  .samgwang-subpage .led_con._1 .img_grid .grid_item:nth-child(even) {
    margin-top: 0; } }

.samgwang-home .esko-main-slider {
  position: relative; }

.samgwang-home .esko-main-slider::after {
  content: '';
  position: absolute;
  right: 4%;
  bottom: 10%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 131, 84, 0.32) 0%, rgba(239, 131, 84, 0) 72%);
  pointer-events: none;
  z-index: 1; }

.samgwang-home .esko-main-slide__shade {
  background: linear-gradient(115deg, rgba(7, 43, 48, 0.86) 0%, rgba(7, 43, 48, 0.58) 44%, rgba(7, 43, 48, 0.18) 100%); }

.samgwang-home .esko-main-slide__copy {
  z-index: 2; }

.samgwang-home .esko-main-slider__arrow,
.samgwang-home .esko-main-slider__dots button.is-active,
.samgwang-home .main_con._2 .port_wrap .port_btn .tab li .tab_static.on {
  background-color: #ef8354;
  border-color: #ef8354; }

.samgwang-home .main_con._1,
.samgwang-home .main_con._2 {
  position: relative;
  z-index: 2; }

.samgwang-home .main_con._1 .sec_t,
.samgwang-home .main_con._2 .sec_t {
  text-align: center; }

.main_con._2 {
  background-color: #ffffff;
  padding: 2.8125em 0 4.25em; }

.samgwang-home .main_con._2 .sec_t {
  text-align: center; }

.samgwang-home .main_con._1 .sec_t .tit,
.samgwang-home .main_con._2 .sec_t .tit {
  color: #000000;
  font-weight: 800; }

.samgwang-home .feature_intro {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 34px;
  align-items: stretch; }

.samgwang-home .feature_visual {
  order: 2; }

.samgwang-home .feature_summary {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border-radius: 28px;
  background: #fff;
  -webkit-box-shadow: 0 24px 52px rgba(18, 42, 47, 0.08);
  box-shadow: 0 24px 52px rgba(18, 42, 47, 0.08); }

.samgwang-home .feature_summary_label,
.samgwang-home .feature_badge {
  color: #ef8354; }

.samgwang-home .feature_keyword_list span {
  background: #eef6f3;
  color: #0d5c63;
  border-radius: 999px; }

.samgwang-home .feature_hero {
  height: 100%;
  min-height: 520px;
  border-radius: 32px;
  overflow: hidden;
  -webkit-box-shadow: 0 24px 52px rgba(18, 42, 47, 0.12);
  box-shadow: 0 24px 52px rgba(18, 42, 47, 0.12); }

.samgwang-home .feature_hero_overlay {
  background: linear-gradient(180deg, rgba(7, 43, 48, 0.08) 0%, rgba(7, 43, 48, 0.75) 100%); }

.samgwang-home .feature_story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  margin-top: 28px;
  align-items: start; }

.samgwang-home .feature_story_steps {
  display: grid;
  gap: 18px; }

.samgwang-home .feature_story_step {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 22px 20px 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  -webkit-box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08);
  box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08); }

.samgwang-home .feature_story_step .num {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d5c63;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1; }

.samgwang-home .feature_story_step__title {
  margin-bottom: 10px;
  color: #111;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.04em; }

.samgwang-home .feature_story_step__body p:last-child {
  color: #42556c;
  font-size: 16px;
  line-height: 1.65; }

.samgwang-home .feature_story_gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(2, 240px);
  gap: 18px;
  align-items: stretch; }

.samgwang-home .feature_story_gallery__main {
  grid-row: 1 / span 2;
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #dfe8ef;
  -webkit-box-shadow: 0 20px 44px rgba(18, 42, 47, 0.12);
  box-shadow: 0 20px 44px rgba(18, 42, 47, 0.12); }

.samgwang-home .feature_story_gallery__main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.samgwang-home .feature_story_gallery__caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(8, 27, 38, 0.76);
  color: #fff;
  backdrop-filter: blur(10px); }

.samgwang-home .feature_story_gallery__caption .label {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase; }

.samgwang-home .feature_story_gallery__caption .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.04em; }

.samgwang-home .feature_story_gallery__stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  height: 100%; }

.samgwang-home .feature_story_gallery__card {
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  -webkit-box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08);
  box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08); }

.samgwang-home .feature_story_gallery__card img {
  width: 100%;
  height: calc(100% - 64px);
  display: block;
  object-fit: cover; }

.samgwang-home .feature_story_gallery__card p {
  padding: 18px 20px 20px;
  color: #13202b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45; }

.samgwang-home .feature_story {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: start; }

.samgwang-home .feature_story_step {
  padding: 20px 22px 20px 18px;
  background: #fff; }

.samgwang-home .feature_story_step__body p:last-child {
  font-size: 16px;
  line-height: 1.65; }

.samgwang-home .feature_story_gallery {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px; }

.samgwang-home .feature_story_gallery__main,
.samgwang-home .feature_story_gallery__card {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 44px rgba(18, 42, 47, 0.12);
  box-shadow: 0 20px 44px rgba(18, 42, 47, 0.12); }

.samgwang-home .feature_story_gallery__main {
  display: block;
  min-height: 0; }

.samgwang-home .feature_story_gallery__media {
  background: #f3f6f9;
  overflow: hidden; }

.samgwang-home .feature_story_gallery__media--main {
  aspect-ratio: 4 / 3; }

.samgwang-home .feature_story_gallery__main .feature_story_gallery__media--main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #f3f6f9;
  padding: 18px; }

.samgwang-home .feature_story_gallery__caption {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 20px 22px 22px;
  border-radius: 0;
  background: #fff;
  color: #13202b;
  backdrop-filter: none; }

.samgwang-home .feature_story_gallery__caption .label {
  color: #3f5f87; }

.samgwang-home .feature_story_gallery__stack {
  grid-template-rows: none;
  height: auto; }

.samgwang-home .feature_story_gallery__card {
  height: auto; }

.samgwang-home .feature_story_gallery__card .feature_story_gallery__media {
  aspect-ratio: 16 / 9; }

.samgwang-home .feature_story_gallery__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.samgwang-home .feature_production_showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
  padding: 0 1.25em;
  align-items: stretch; }

.samgwang-home .feature_production_showcase__main,
.samgwang-home .feature_production_showcase__item {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #f3f6f9;
  -webkit-box-shadow: 0 20px 44px rgba(18, 42, 47, 0.10);
  box-shadow: 0 20px 44px rgba(18, 42, 47, 0.10); }

.samgwang-home .feature_production_showcase__main {
  min-height: 520px; }

.samgwang-home .feature_production_showcase__main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 28px;
  background: #f3f6f9; }

.samgwang-home .feature_production_showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px; }

.samgwang-home .feature_production_showcase__item {
  aspect-ratio: 1 / 1; }

.samgwang-home .feature_production_showcase__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.samgwang-home .main_con._2 .port_wrap {
  padding: 32px;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 24px 52px rgba(18, 42, 47, 0.08);
  box-shadow: 0 24px 52px rgba(18, 42, 47, 0.08); }

.samgwang-home .samgwang-portfolio-grid {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 1.25em;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; }

.samgwang-home .samgwang-portfolio-grid__item {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: #eef2f5;
  -webkit-box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08);
  box-shadow: 0 18px 38px rgba(18, 42, 47, 0.08); }

.samgwang-home .samgwang-portfolio-grid__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease; }

.samgwang-home .samgwang-portfolio-grid__item:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04); }

.samgwang-home .main_con._2 .port_wrap .list_item:nth-child(even) {
  margin-top: 32px; }

.samgwang-subpage--about .esko-company-intro {
  display: block; }

.samgwang-subpage--about .esko-company-intro__lead {
  max-width: 980px;
  margin: 0 auto 42px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.samgwang-subpage--about .esko-company-intro::after {
  content: none; }

.samgwang-subpage--about .esko-company-intro__lead h3 {
  margin-bottom: 18px;
  font-size: 54px;
  line-height: 1.22;
  letter-spacing: -0.04em; }

.samgwang-subpage--about .esko-company-intro__lead p {
  color: #42556c;
  font-size: 18px;
  line-height: 1.9; }

.samgwang-subpage--about .esko-section-kicker {
  margin-bottom: 20px;
  color: #3f5f87;
  font-size: 16px;
  letter-spacing: 0.22em; }

.samgwang-subpage--about .esko-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column: auto;
  margin-top: 0;
  gap: 22px; }

.samgwang-subpage--about .esko-service-card {
  border: 1px solid #dfe6ef;
  border-radius: 28px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none; }

.samgwang-subpage--about .esko-service-card:nth-child(even) {
  margin-top: 0; }

.samgwang-subpage--about .esko-service-card__body {
  padding: 28px 24px 30px; }

.samgwang-subpage--about .esko-service-card__eyebrow,
.samgwang-subpage--about .esko-section-kicker {
  color: #3f5f87; }

.samgwang-subpage--about .esko-service-card__image {
  height: 240px; }

.samgwang-subpage--about .esko-service-card h4 {
  margin: 12px 0 18px;
  font-size: 24px;
  line-height: 1.3; }

.samgwang-subpage--about .esko-service-card p {
  color: #42556c;
  font-size: 16px;
  line-height: 1.9; }

.samgwang-subpage--about .samgwang-about-video {
  margin-top: 28px;
  width: 100%; }

.samgwang-subpage--about .samgwang-about-video__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  background: #111;
  overflow: hidden;
  -webkit-box-shadow: 0 22px 44px rgba(18, 42, 47, 0.10);
  box-shadow: 0 22px 44px rgba(18, 42, 47, 0.10); }

.samgwang-subpage--about .samgwang-greeting-message {
  margin-top: 30px;
  padding: 58px 28px 48px;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 18px 34px rgba(0, 0, 0, 0.04);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.04); }

.samgwang-subpage--about .samgwang-greeting-message h3 {
  margin-bottom: 38px;
  color: #000;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em; }

.samgwang-subpage--about .samgwang-greeting-message__text {
  max-width: 760px;
  margin: 0 auto;
  color: #000;
  font-size: 19px;
  line-height: 1.9;
  font-weight: 600;
  word-break: keep-all; }

.samgwang-subpage--about .samgwang-greeting-message__text p {
  margin-bottom: 26px; }

.samgwang-subpage--about .samgwang-greeting-message__sign {
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 800; }

.samgwang-subpage--about .samgwang-greeting-message__logo {
  margin-top: 44px; }

.samgwang-subpage--about .samgwang-greeting-message__logo img {
  width: 190px;
  max-width: 42vw;
  height: auto;
  display: inline-block; }

.samgwang-subpage--about .samgwang-about-video__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.samgwang-subpage--about .samgwang-about-video__media--mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .samgwang-subpage--about .esko-service-grid {
    grid-template-columns: 1fr;
    gap: 20px; }
  .samgwang-subpage--about .esko-service-card {
    width: 100%; }
  .samgwang-subpage--about .esko-service-card__image {
    height: 220px; }
  .samgwang-subpage--about .samgwang-about-video__frame {
    aspect-ratio: 4 / 3;
    border-radius: 20px; }
  .samgwang-subpage--about .samgwang-about-video__media--desktop {
    display: none; }
  .samgwang-subpage--about .samgwang-about-video__media--mobile {
    display: block; }
  .samgwang-subpage--about .samgwang-greeting-message {
    margin-top: 22px;
    padding: 38px 18px 34px;
    border-radius: 18px; }
  .samgwang-subpage--about .samgwang-greeting-message h3 {
    margin-bottom: 28px;
    font-size: 28px; }
  .samgwang-subpage--about .samgwang-greeting-message__text {
    font-size: 16px;
    line-height: 1.8; }
  .samgwang-subpage--about .samgwang-greeting-message__text p {
    margin-bottom: 20px; }
  .samgwang-subpage--about .samgwang-greeting-message__logo {
    margin-top: 36px; }
  .samgwang-subpage--about .samgwang-greeting-message__logo img {
    width: 150px; }
}

.samgwang-subpage--about .esko-highlight-band,
.samgwang-subpage--about .esko-contact-panel {
  background: #ffffff; }

.samgwang-subpage--about .esko-chip-list span {
  background: #f5f3ee;
  color: #0d5c63; }

.samgwang-subpage--about .esko-contact-panel {
  margin-bottom: 72px;
  border: 1px solid rgba(239, 131, 84, 0.18); }

.samgwang-subpage--about .esko-contact-panel .samgwang-contact-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #005bbb;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  -webkit-box-shadow: 0 14px 26px rgba(0, 91, 187, 0.28);
  box-shadow: 0 14px 26px rgba(0, 91, 187, 0.28); }

.samgwang-subpage--about .esko-contact-panel .samgwang-contact-phone:hover {
  background: #004995;
  color: #ffffff !important; }

@media screen and (max-width: 1200px) {
  .samgwang-home .feature_intro,
  .samgwang-subpage--about .esko-company-intro {
    grid-template-columns: 1fr; }
  .samgwang-home .feature_visual,
  .samgwang-home .feature_summary {
    order: initial; }
  .samgwang-home .main_con._2 .port_wrap .list_item:nth-child(even),
  .samgwang-subpage--about .esko-service-card:nth-child(even) {
    margin-top: 0; } }

@media screen and (max-width: 768px) {
  .samgwang-home .feature_summary,
  .samgwang-home .main_con._2 .port_wrap,
  .samgwang-subpage--about .esko-company-intro__lead {
    padding: 0; }
  .samgwang-home .feature_hero {
    min-height: 360px; }
  .samgwang-home .feature_gallery .gallery_item:nth-child(2) {
    margin-top: 0; }
  .samgwang-home .feature_story {
    grid-template-columns: 1fr;
    gap: 18px; }
  .samgwang-home .feature_story_step {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    padding: 18px; }
  .samgwang-home .feature_story_step .num {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 18px; }
  .samgwang-home .feature_story_step__title {
    font-size: 20px;
    margin-bottom: 6px; }
  .samgwang-home .feature_story_step__body p:last-child {
    font-size: 15px;
    line-height: 1.65; }
  .samgwang-home .feature_story_gallery {
    grid-template-columns: 1fr;
    gap: 14px; }
  .samgwang-home .feature_story_gallery__main {
    grid-row: auto;
    height: 340px;
    min-height: 340px;
    border-radius: 24px; }
  .samgwang-home .feature_story_gallery__stack {
    height: auto; }
  .samgwang-home .feature_story_gallery__card {
    height: auto; }
  .samgwang-home .feature_story_gallery__card img {
    height: 220px; }
  .samgwang-home .feature_story_gallery__caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
    border-radius: 18px; }
  .samgwang-home .feature_story_gallery__caption .title {
    font-size: 20px; }
  .samgwang-home .feature_story_gallery__card {
    border-radius: 22px; }
  .samgwang-home .feature_story_gallery__card p {
    padding: 14px 16px 16px;
    font-size: 16px; }
  .samgwang-home .samgwang-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 1em; }
  .samgwang-home .samgwang-portfolio-grid__item {
    border-radius: 16px; }
  .samgwang-home .feature_production_showcase {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px; }
  .samgwang-home .feature_production_showcase__main {
    min-height: 0; }
  .samgwang-home .feature_production_showcase__main img {
    padding: 14px; }
  .samgwang-home .feature_production_showcase__grid {
    width: 100%;
    gap: 12px; }
  .samgwang-home .feature_production_showcase__main,
  .samgwang-home .feature_production_showcase__item {
    border-radius: 20px; }
  .samgwang-subpage--about .esko-company-intro__lead h3 {
    font-size: 36px; }
  .samgwang-subpage--about .esko-service-card__image {
    height: 220px; } }

.samgwang-home #header,
.samgwang-subpage #header {
  background: transparent;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.home.sub.samgwang-subpage #header {
  position: fixed;
  background: transparent;
  z-index: 99999990; }

.samgwang-home .nav_bg_pc,
.samgwang-subpage .nav_bg_pc {
  display: none; }

.samgwang-home .gnb_wrap.pc_gnb_wrap,
.samgwang-subpage .gnb_wrap.pc_gnb_wrap {
  position: fixed;
  top: 16px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: min(calc(100% - 32px), 1280px);
  margin: 0;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(19, 32, 43, 0.08);
  z-index: 99999995;
  -webkit-box-shadow: 0 12px 30px rgba(15, 31, 46, 0.08);
  box-shadow: 0 12px 30px rgba(15, 31, 46, 0.08); }

.samgwang-home #header.on .gnb_wrap.pc_gnb_wrap,
.samgwang-subpage #header.on .gnb_wrap.pc_gnb_wrap {
  top: 16px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.samgwang-home .gnb_wrap.pc_gnb_wrap .wrapper,
.samgwang-subpage .gnb_wrap.pc_gnb_wrap .wrapper {
  max-width: none;
  width: 100%;
  padding: 0 26px; }

.samgwang-home .gnb_wrap .logo_box,
.samgwang-subpage .gnb_wrap .logo_box {
  top: 50%;
  left: 26px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.samgwang-home #header.on .gnb_wrap .logo_box,
.samgwang-subpage #header.on .gnb_wrap .logo_box {
  top: 50%;
  left: 26px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.samgwang-home .gnb_wrap .logo_box a,
.samgwang-subpage .gnb_wrap .logo_box a {
  width: auto;
  height: auto;
  padding-left: 0; }

.samgwang-home #header.on .gnb_wrap .logo_box a,
.samgwang-subpage #header.on .gnb_wrap .logo_box a {
  width: auto;
  height: auto;
  padding-left: 0; }

.samgwang-home .gnb_wrap .logo_box a .logo_text,
.samgwang-subpage .gnb_wrap .logo_box a .logo_text {
  color: #13202b;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em; }

.samgwang-home #header.on .gnb_wrap .logo_box a .logo_text,
.samgwang-subpage #header.on .gnb_wrap .logo_box a .logo_text {
  color: #13202b;
  font-size: 26px; }

.samgwang-home .gnb_wrap .gnb_box > ul,
.samgwang-subpage .gnb_wrap .gnb_box > ul {
  min-height: 76px;
  align-items: center; }

.samgwang-home .gnb_wrap .depth01 > a,
.samgwang-subpage .gnb_wrap .depth01 > a,
.samgwang-home #header.on .gnb_wrap .depth01 > a,
.samgwang-subpage #header.on .gnb_wrap .depth01 > a {
  height: 76px;
  line-height: 76px;
  color: #223243;
  font-size: 19px;
  font-weight: 600; }

.samgwang-home .gnb_wrap .depth01 > a:hover,
.samgwang-home .gnb_wrap .depth01 > a.active,
.samgwang-subpage .gnb_wrap .depth01 > a:hover,
.samgwang-subpage .gnb_wrap .depth01 > a.active {
  color: #ef8354; }

.samgwang-home #header.on,
.samgwang-subpage #header.on {
  background: transparent; }

.samgwang-home #header.on .gnb_wrap.pc_gnb_wrap,
.samgwang-subpage #header.on .gnb_wrap.pc_gnb_wrap {
  background: #ffffff;
  border-color: rgba(19, 32, 43, 0.08);
  -webkit-box-shadow: 0 12px 30px rgba(15, 31, 46, 0.08);
  box-shadow: 0 12px 30px rgba(15, 31, 46, 0.08); }

.samgwang-home .nav_btn_box .nav_btn .line,
.samgwang-subpage .nav_btn_box .nav_btn .line {
  background: #13202b; }

.samgwang-mobile-rebuild-header,
.samgwang-mobile-rebuild-menu {
  display: none; }

.samgwang-home .gnb_mobile,
.samgwang-subpage .gnb_mobile {
  background: #ffffff;
  border-right: 1px solid rgba(19, 32, 43, 0.08); }

@media screen and (max-width: 1024px) {
  html.samgwang-mobile-rebuild-open,
  html.samgwang-mobile-rebuild-open body {
    overflow: hidden; }
  .samgwang-subpage--about > #header,
  .samgwang-subpage--election > #header {
    display: none !important; }
  .samgwang-mobile-rebuild-header {
    position: fixed;
    top: 18px;
    left: 8px;
    right: 8px;
    z-index: 2147483200;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 12px 30px rgba(15, 31, 46, 0.14);
    box-shadow: 0 12px 30px rgba(15, 31, 46, 0.14); }
  .samgwang-mobile-rebuild-logo {
    display: block;
    width: 132px;
    height: 42px; }
  .samgwang-mobile-rebuild-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .samgwang-mobile-rebuild-btn {
    position: fixed;
    top: 33px;
    left: 24px;
    z-index: 2147483647;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer; }
  .samgwang-mobile-rebuild-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background: #13202b;
    border-radius: 999px; }
  .samgwang-mobile-rebuild-menu {
    position: fixed;
    inset: 0;
    z-index: 2147483300;
    display: block;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 240ms ease, visibility 240ms ease;
    -o-transition: opacity 240ms ease, visibility 240ms ease;
    transition: opacity 240ms ease, visibility 240ms ease; }
  .samgwang-mobile-rebuild-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .samgwang-mobile-rebuild-panel {
    position: relative;
    width: min(62vw, 260px);
    min-width: 220px;
    height: 100%;
    padding-top: 86px;
    background: #ffffff;
    -webkit-box-shadow: 18px 0 40px rgba(0, 0, 0, 0.16);
    box-shadow: 18px 0 40px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 260ms ease;
    -o-transition: transform 260ms ease;
    transition: transform 260ms ease; }
  .samgwang-mobile-rebuild-menu.is-open .samgwang-mobile-rebuild-panel {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .samgwang-mobile-rebuild-panel-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 132px;
    height: 42px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .samgwang-mobile-rebuild-panel-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .samgwang-mobile-rebuild-close {
    position: fixed;
    top: 28px;
    right: 22px;
    z-index: 2147483647;
    display: none;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer; }
  .samgwang-mobile-rebuild-menu.is-open .samgwang-mobile-rebuild-close {
    display: block; }
  .samgwang-mobile-rebuild-close span {
    position: absolute;
    top: 17px;
    left: 6px;
    width: 25px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px; }
  .samgwang-mobile-rebuild-close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .samgwang-mobile-rebuild-close span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .samgwang-mobile-rebuild-nav a {
    display: block;
    padding: 18px 26px;
    border-bottom: 1px solid rgba(19, 32, 43, 0.12);
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em; }
  .samgwang-home .gnb_wrap.pc_gnb_wrap,
  .samgwang-subpage .gnb_wrap.pc_gnb_wrap {
    width: calc(100% - 16px);
    top: 18px;
    border-radius: 18px;
    min-height: 54px; }
  .samgwang-home #header.on .gnb_wrap.pc_gnb_wrap,
  .samgwang-subpage #header.on .gnb_wrap.pc_gnb_wrap {
    top: 18px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .samgwang-home .gnb_wrap.pc_gnb_wrap .wrapper,
  .samgwang-subpage .gnb_wrap.pc_gnb_wrap .wrapper {
    padding: 0 14px; }
  .samgwang-home .gnb_wrap .gnb_box,
  .samgwang-subpage .gnb_wrap .gnb_box {
    display: none; }
  .samgwang-home .gnb_wrap .logo_box,
  .samgwang-subpage .gnb_wrap .logo_box {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .samgwang-home #header.on .gnb_wrap .logo_box,
  .samgwang-subpage #header.on .gnb_wrap .logo_box {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .samgwang-home .gnb_wrap .logo_box a,
  .samgwang-subpage .gnb_wrap .logo_box a {
    width: auto;
    height: auto;
    padding-left: 0; }
  .samgwang-home #header.on .gnb_wrap .logo_box a,
  .samgwang-subpage #header.on .gnb_wrap .logo_box a {
    width: auto;
    height: auto;
    padding-left: 0; }
  .samgwang-home .gnb_wrap .logo_box a .logo_text,
  .samgwang-subpage .gnb_wrap .logo_box a .logo_text {
    font-size: 17px;
    line-height: 1; }
  .samgwang-home #header.on .gnb_wrap .logo_box a .logo_text,
  .samgwang-subpage #header.on .gnb_wrap .logo_box a .logo_text {
    font-size: 17px; }
  .samgwang-home .nav_btn_box,
  .samgwang-subpage .nav_btn_box {
    display: block;
    top: 50%;
    left: 18px;
    -ms-transform: translateY(45%);
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    margin-top: 0; }
  .samgwang-home .nav_btn_box .nav_btn,
  .samgwang-subpage .nav_btn_box .nav_btn {
    position: relative;
    top: auto;
    left: auto; }
  .samgwang-home #header,
  .samgwang-subpage #header {
    height: 90px; } }
