@charset "utf-8";
@import url("variables.css");

::-webkit-selection {
  background: var(--color-primary500);
  color: #fff;
  text-shadow: none;
}

h1#title {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  left: -10000px;
  top: -100000px;
  overflow: hidden;
}
#skip {
  position: relative;
  z-index: 3000;
}
#skip dd {
}
#skip dd a {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ff5700;
  background: #333;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 0.688rem;
  color: #fff;
}
#skip dd a:active,
#skip dd a:focus {
  top: 0;
  text-decoration: none;
  z-index: 1000;
  outline-color: var(--focus);
}
.non {
  display: none;
}

/* common */
#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
}
.container {
  width: 100%;
  max-width: 1200px; /* 1280px */
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  height: 1px;
  overflow: hidden;
}
#contents {
}
html.lock,
body.lock {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1280px) {
}

@media (min-width: 992px) {
  html.lock,
  body.lock {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 991px) {
  #wrap {
    padding-top: 55px;
  }
}

/* GNB */
@media (min-width: 992px) {
  #gnb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  #gnb.scroll {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  #gnbTop {
    background: #fff;
    height: 90px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #gnbTop .container {
    padding-left: 340px;
    padding-right: 190px;
    height: 100%;
  }
  #gnbTop .gtLogo {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: 320px;
    height: 80px;
    margin-top: 4px;
    text-indent: -9999px;
    background: url("../img/common/gnb_logo.png") no-repeat center center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  #gnbTop .gtLogo:focus-visible {
    border-radius: 2px;
  }

  #gnbTop .gtSch {
    width: 400px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #gnbTop .gtSch > div {
    width: 100%;
    background: var(--color-bg-hover);
    border: solid 1px var(--color-border-light);
    position: relative;
    padding-left: 75px;
    padding-right: 50px;
    border-radius: 2px;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease;
  }
  #gnbTop .gtSch > div.mouse-focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--color-primary400);
    background-color: #fff;
  }

  #gnbTop .gtSch button:focus {
    outline: none;
  }
  #gnbTop .gtSch button:focus-visible {
    border-radius: 2px;
    outline: var(--focus) solid 3px;
    outline-offset: 0px;
  }

  #gnbTop .gtSch > div:after {
    content: "";
    display: table;
    clear: both;
  }
  #gnbTop .gtSch label {
    display: block;
    width: 75px;
    height: 48px;
    line-height: 48px;
    color: #000;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  #gnbTop .gtSch label:after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #aeaeae;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }

  #gnbTop .gtSch input[type="text"] {
    display: block;
    height: 48px;
    border: none;
    width: 100%;
    background: none;
  }

  #gnbTop .gtSch input[type="text"]:focus {
    outline: none;
  }
  #gnbTop .gtSch .mouse-focus input[type="text"]:focus {
    outline: none;
  }
  #gnbTop .gtSch input[type="text"]:focus-visible {
    outline: var(--focus) solid 3px;
    outline-offset: 0px;
  }
  #gnbTop .gtSch .mouse-focus input[type="text"]:focus-visible {
    outline: none;
  }

  #gnbTop .gtSch button {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
    background: url("../img/common/gnb_search.svg") no-repeat center center /
      24px auto;
    transition: all 0.2s ease;
    opacity: 0.45;
  }

  #gnbTop .gtSch button:hover,
  #gnbTop .gtSch button:focus {
    opacity: 0.8;
  }

  #gnbTop .gtSns {
    padding: 30px 0;
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #gnbTop .gtSns:after {
    content: "";
    display: table;
    clear: both;
  }
  #gnbTop .gtSns li {
    float: left;
    margin-right: 6px;
  }
  #gnbTop .gtSns li:last-child {
    margin-right: 0;
  }
  #gnbTop .gtSns li a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-size: cover !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s ease;
    position: relative;
    top: 0;
  }
  #gnbTop .gtSns li a:hover {
    top: -2px;
  }
  #gnbTop .gtSns li.snsInsta a {
    background: url("../img/common/gnb_sns04.png") no-repeat center center;
  }
  #gnbTop .gtSns li.snsKdca a {
    display: block;
    width: auto;
    height: 34px;
    aspect-ratio: 113 / 38;
    text-indent: -9999px;
    background: url("../img/common/gnb_KDCA.png") no-repeat center center;
    background-size: 100% auto;
    border-radius: 2px;
  }

  #gnbMo {
    display: none;
  }

  #gnbBot {
    background: #fff;
    height: 60px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #eaeaea;
  }
  #gnbBot:before {
    content: "";
    display: block;
    height: 1px;
    background: var(--color-border-light);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #gnbBot:after {
    content: "";
    display: table;
    clear: both;
  }
  #gnbBot .gbWrap {
  }
  #gnbBot .gbMenu {
  }
  #gnbBot .gbMenu:after {
    content: "";
    display: table;
    clear: both;
  }
  #gnbBot .gbMenu > li {
    float: left;
    text-align: center;
  }
  #gnbBot .gbMenu > li:nth-child(1) {
    width: 15%;
  }
  #gnbBot .gbMenu > li:nth-child(2) {
    width: 20%;
  }
  #gnbBot .gbMenu > li:nth-child(3) {
    width: 20%;
  }
  #gnbBot .gbMenu > li:nth-child(4) {
    width: 15%;
  }
  #gnbBot .gbMenu > li:nth-child(5) {
    width: 15%;
  }
  #gnbBot .gbMenu > li:nth-child(6) {
    width: 15%;
  }
  #gnbBot .gbMenu > li > a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 1.083rem;
    color: #000;
    position: relative;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  #gnbBot .gbMenu > li > a:focus-visible {
    outline-offset: -3px;
    border-radius: 5px;
  }

  #gnbBot .gbMenu > li > a:hover {
    color: var(--color-primary500);
  }
  #gnbBot .gbMenu > li > span {
    display: none;
  }
  #gnbBot .gbMenu > li > ul {
    display: none;
    height: 200px;
    text-align: left;
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 100%;
    padding: 30px 9999px 30px 10299px;
    background: #fff;
    border-top: solid 1px var(--color-border-light);
    border-bottom: solid 2px var(--color-primary500);
  }
  #gnbBot .gbMenu > li > ul.on {
    display: block;
  }
  #gnbBot .gbMenu > li > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #gnbBot .gbMenu > li > ul > li {
    float: left;
    margin-left: 24px;
    margin-bottom: 15px;
  }
  #gnbBot .gbMenu > li > ul > li > a img {
    padding-bottom: 2px;
    transition: all 0.2s ease;
  }
  #gnbBot .gbMenu > li > ul > li > a {
    display: block;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 1px 16px 0;
    font-size: 1.083rem;
    position: relative;
  }
  #gnbBot .gbMenu > li > ul > li > a:hover:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: solid 2px var(--color-primary500);
    border-radius: 3px;
  }
  #gnbBot .gbTitle {
    background: var(--color-bg-subtle);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10299px;
    padding-left: 9999px;
  }
  #gnbBot .gbTitle > div {
    height: 100%;
    padding: 45px 15px;
    position: relative;
  }
  #gnbBot .gbTitle h6 {
    font-size: 1.833rem;
    display: inline-block;
    position: relative;
  }
  #gnbBot .gbTitle h6 span {
    position: relative;
  }
  #gnbBot .gbTitle p {
    font-size: 0.917rem;
    margin-top: 10px;
    padding-top: 15px;
    position: relative;
    color: #666;
  }
  #gnbBot .gbTitle p:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0;
    top: 0;
  }
  #gnbBot .gtSns {
    display: none;
  }
}

@media (max-width: 991px) {
  #gnb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    border-bottom: solid 1px var(--color-border-light);
  }

  #gnbTop {
    background: #fff;
    height: 54px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  #gnbTop .gtLogo {
    display: block;
    float: left;
    width: 190px;
    height: 54px;
    margin-left: -5px;
    text-indent: -9999px;
    background: url("../img/common/gnb_logo.png") no-repeat center center;
    background-size: 100% auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #gnbTop .gtSch {
    display: none;
  }
  #gnbTop .gtSns {
    display: none;
  }
  #gnbMo {
    display: block;
    width: 50px;
    height: 54px;
    float: right;
    margin-right: -15px;
    background: none;
    text-indent: -9999px;
    padding: 15px 12px;
  }
  #gnbMo em {
    display: block;
    height: 2px;
    background: #333;
    margin-bottom: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #gnbMo em:nth-child(1) {
  }
  #gnbMo em:nth-child(2) {
  }
  #gnbMo em:nth-child(3) {
    margin-bottom: 0;
  }
  #gnbMo.on {
  }
  #gnbMo.on em:nth-child(1) {
    margin-left: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #gnbMo.on em:nth-child(2) {
    opacity: 0;
  }
  #gnbMo.on em:nth-child(3) {
    margin-top: -16px;
    margin-left: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  #gnbSch {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    text-indent: -9999px;
    background: url("../img/common/gnb_search_mo.png") no-repeat center center /
      21px auto;
  }
  #gnbBot .gbWrap {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
  }
  #gnbBot .gbWrap.on {
    display: block;
  }
  #gnbBot .gbMenu {
  }
  #gnbBot .gbMenu > li {
    border-bottom: solid 1px var(--color-border-light);
    position: relative;
  }
  #gnbBot .gbMenu > li > a {
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding: 0 15px;
  }
  #gnbBot .gbMenu > li > a:after {
    content: "";
    display: none;
    width: 6px;
    height: 8px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -6px;
    background: url("../img/common/mobile_menu_arrow.png") no-repeat right
      center;
    background-size: 6px auto;
  }
  #gnbBot .gbMenu > li > a.deptNo:after {
    display: block;
  }
  #gnbBot .gbMenu > li > span {
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #gnbBot .gbMenu > li > span:before,
  #gnbBot .gbMenu > li > span:after {
    content: "";
    display: block;
    background: #333;
    position: absolute;
    top: 50%;
    right: 15px;
  }
  #gnbBot .gbMenu > li > span:before {
    width: 10px;
    height: 2px;
    margin-top: -1px;
  }
  #gnbBot .gbMenu > li > span:after {
    width: 2px;
    height: 10px;
    margin-top: -5px;
    margin-right: 4px;
  }
  #gnbBot .gbMenu > li > span.on:after {
    display: none;
  }
  #gnbBot .gbMenu > li > ul {
    display: none;
    border-top: solid 1px var(--color-border-light);
    padding: 15px;
    background: var(--color-bg-subtle);
  }
  #gnbBot .gbMenu > li > ul.open {
    display: block;
  }
  #gnbBot .gbMenu > li > ul:after {
  }
  #gnbBot .gbMenu > li > ul > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
  }
  #gnbBot .gbMenu > li > ul > li:last-child {
    margin-bottom: 0;
  }
  #gnbBot .gbMenu > li > ul > li:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  #gnbBot .gbMenu > li > ul > li > a {
    display: block;
    font-size: 0.938rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #gnbBot .gbTitle {
    display: none;
  }
  #gnbBot .gtSns {
    text-align: center;
    padding: 25px 0;
  }
  #gnbBot .gtSns li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
  }
  #gnbBot .gtSns li a {
    display: block;
    width: 30px;
    height: 30px;

    text-indent: -9999px;
    background-size: cover !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  #gnbBot .gtSns li.snsInsta a {
    background: url("../img/common/gnb_sns04.png") no-repeat center center;
  }
  #gnbBot .gtSns li.snsKdca a {
    width: auto;
    height: 32px;
    aspect-ratio: 113 / 38;
    text-indent: -9999px;
    border-radius: 0;
    background: url("../img/common/gnb_KDCA.png") no-repeat center center;
    background-size: 100% auto;
  }
}

/* Footer */
#footer {
  background: var(--color-footer);
  padding: 30px 0;
}
#footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .container:after {
  display: none;
}
.ft-menu {
  display: flex;
  align-items: center;
}
.ft-menu li {
  display: flex;
  align-items: center;
}
.ft-menu li:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #fff;
  margin: 0 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ft-menu li:last-child:after {
  display: none;
}
.ft-menu li a {
  display: block;
  font-size: 0.875rem;
  color: #fff;
}
.ft-copy {
  margin-top: 20px;
  font-size: 0.875rem;
  color: #fff;
}
.ft-right {
  order: 2;
}
.fttFmy {
  position: relative;
  width: 200px;
}
.fttFmy button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  padding-left: 20px;
  text-align: left;
  padding-right: 40px;
  position: relative;
  background: #000;
  color: #979797;
  transition: color 0.2s;
}
.fttFmy button:hover {
  color: #fff;
}
.fttFmy button:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  background: url("../img/common/footer_family_arrow.png") no-repeat center top;
  background-size: 100% auto;
}
.fttFmy button.on:after {
  background-position: center bottom;
}
.fttFmy ul {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #000;
  z-index: 1;
  border: solid 1px #333;
}
.fttFmy ul li {
  border-bottom: solid 1px #333;
}
.fttFmy ul li:last-child {
  border-bottom: none;
}
.fttFmy ul li a {
  display: block;
  padding: 10px 15px;
  color: #979797;
  transition: all 0.2s ease;
}

.fttFmy ul li a:hover {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1200px) {
  #footer .container {
    display: block;
  }
  .ft-left {
    margin-top: 20px;
  }
  .ft-menu {
    justify-content: center;
  }
  .ft-menu li a {
    font-size: 0.75rem;
  }
  .ft-right {
    display: flex;
    justify-content: center;
  }
  .ft-copy {
    font-size: 0.688rem;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 576px) {
  .ft-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft-menu li {
    width: 50%;
    justify-content: flex-start;
    margin-top: 4px;
    margin-bottom: 8px;
    padding-left: 4px;
  }
  .ft-menu li a {
    font-size: 15px;
  }

  .ft-menu li:after {
    display: none;
  }

  .ft-right {
    justify-content: flex-start;
  }

  .ft-copy {
    text-align: left;
    margin-top: 12px;
    font-size: 12px;
    opacity: 0.6;
    padding-left: 4px;
  }
}

/* Etc */
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.imgPc {
  display: block !important;
  max-width: 100%;
  margin: 0 auto;
}
.imgMo {
  display: none !important;
}

@media (max-width: 768px) {
  .imgPc {
    display: none !important;
  }
  .imgMo {
    display: block !important;
    max-width: 100%;
    margin: 0 auto;
  }
}

.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.tac {
  text-align: center !important;
}
.vam {
  vertical-align: middle !important;
}

/* subBox */
.subTxtBox {
  background-color: var(--color-secondary-ltBg);
  border-radius: var(--radius-lg);
  padding: 30px 40px;
  font-size: var(--text-lg);
  line-height: 160%;
  word-break: keep-all;
}