.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex.just-bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dimBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}

button {
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.personal-info input {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

.inner1560 {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}

.inner1720 {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
}

.inner1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

header {
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

header #logo * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header #logo svg {
  width: 159px;
}

header #logo .cls-1 {
  fill: #fff;
}

header #logo .cls-2 {
  fill: #fff;
}

header nav .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav .gnb > li {
  position: relative;
}

header nav .gnb > li > a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 500;
  padding: 37px 52px;
  display: block;
}
header nav .gnb > li:nth-child(7) > a {
  padding: 37px 75px;
}


header nav .gnb > li:hover > a {
  color: #fff !important;
  background: #f18924;
}

header nav .depth2 {
  position: absolute;
  width: 100%;
  top: 100%;
  background: #f18924;
  padding: 40px 20px;
  display: none;
}

header nav .depth2:after {
  content: "";
  width: calc(100% - 40px);
  display: block;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

header nav .depth2 > li {
  text-align: center;
}

header nav .depth2 > li:not(:last-child) {
  margin-bottom: 20px;
}

header nav .depth2 > li > a {
  color: #fff;
  display: block;
  font-size: 0.9375rem;
  opacity: 0.5;
}

header nav .depth2 > li:hover > a {
  opacity: 1;
}

header .menuBtn * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header .menuBtn button {
  width: 60px;
  height: 33px;
  position: relative;
}

header .menuBtn span {
  width: 40px;
  height: 3px;
  background: #fff;
  display: block;
}

header .menuBtn span:nth-child(3) {
  margin-left: 20px;
}

header .menuBtn p {
  color: #fff;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 6px;
  font-size: 12px;
}

header.on {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header.on #logo .cls-1 {
  fill: #191d6a;
}

header.on #logo .cls-2 {
  fill: #f4a000;
}

header.on nav .gnb > li > a {
  color: #222;
  padding: 22px 52px;
}

header.on nav .gnb > li:nth-child(7) > a {
  padding: 22px 75px;
}

header.on .menuBtn p {
  color: #222;
}

header.on .menuBtn span {
  background: #ccc;
}

#allMenu {
  position: fixed;
  display: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  width: 100%;
  height: 100%;
  background: url("/img/common/mark.png") no-repeat center #1b2132;
  z-index: 20000;
  padding-top: 100px;
}

#allMenu > div {
  height: 100%;
}

#allMenu .logo svg {
  width: 159px;
}

#allMenu .logo svg .cls-1 {
  fill: #fff;
}

#allMenu .logo svg .cls-2 {
  fill: #fff;
}

#allMenu .top {
  position: relative;
}

#allMenu .bot {
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

#allMenu .bot .copy {
  opacity: 0.5;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

#allMenu .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
}

#allMenu .closeBtn button {
  width: 30px;
  height: 30px;
  position: relative;
}

#allMenu .closeBtn button span {
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
}

#allMenu .closeBtn button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#allMenu .closeBtn button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#allMenu .gnb {
  padding-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  text-align:center;
}

#allMenu .gnb > li:not(:last-child) {
  margin-right: 110px;
}

#allMenu .gnb > li > a {
  font-size: 1.875rem;
  font-family: "NEXON Lv2 Gothic Bold";
}

#allMenu .gnb a {
  color: #fff;
}

#allMenu .gnb .depth2 {
  margin-top: 70px;
  text-align: center;
}

#allMenu .gnb .depth2 > li:not(:last-child) {
  margin-bottom: 16px;
}

#allMenu .gnb .depth2 > li > a {
  opacity: 0.5;
}

#allMenu .gnb .depth2 > li:hover {
  opacity: 1;
}

#allMenu.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 20000;
}

#contactInfo {
  background: #161b29;
  position: relative;
  color: #fff;
}

#contactInfo > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contactInfo .txt {
  width: 446px;
}

#contactInfo .txt dl {
  font-size: 1.875rem;
}

#contactInfo .txt dl dt {
  font-family: "NEXON Lv2 Gothic Bold";
  line-height: 1.3;
}

#contactInfo .txt dl dt span {
  color: #f18924;
}

#contactInfo .txt dl dd {
  margin-top: 58px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#contactInfo .txt dl dd strong {
  font-size: 3.125rem;
}

#contactInfo .infoList {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contactInfo .infoList section {
  width: 33.3333333%;
  padding: 110px 36px;
  border-left: 1px solid #22293f;
}

#contactInfo .infoList section:last-child {
  border-right: 1px solid #22293f;
}

#contactInfo .infoList section:nth-child(2) span {
  width: 45px;
}

#contactInfo .infoList section:nth-child(3) span {
  width: 72px;
}

#contactInfo .infoList .tit {
  margin: 42px 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

#contactInfo .infoList ul li {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contactInfo .infoList ul li:not(:last-child) {
  margin-bottom: 10px;
}

#contactInfo .infoList ul li span {
  width: 92px;
}

#contactInfo .infoList ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  opacity: 0.4;
}

.sTit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  text-align: right;
  z-index: 101;
}

.sTit p {
  -webkit-transform-origin: right;
          transform-origin: right;
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-transform: rotate(90deg) translateX(195px);
          transform: rotate(90deg) translateX(195px);
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.sTit p::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #f18924;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.sTit.type_black {
  color: #222;
  top: 100px;
}

.sTit.type_white {
  color: #fff;
  top: 100px;
}

footer {
  position: relative;
  color: #fff;
  background: #1b2132;
  padding: 24px 0;
}

footer #ftTop {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #ftTop .csap, footer #ftTop .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #ftTop img {
  margin-right:14px
}

footer .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .menu ul li:not(:last-child) {
  margin-right: 30px;
}

footer .menu ul li a {
  color: #fff;
  font-size: 14px;
}

/* 230809 css 추가 */
footer .menu ul li a.fw{
  color:#f18924;
}

footer #ftBot {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer #ftBot .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #ftBot .info p {
  font-weight: 300;
  font-size: 14px;
}

footer #ftBot .info p:not(:last-child):after {
  content: "";
  width: 1px;
  height: 15px;
  background: #434856;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

footer #ftBot .copy {
  font-size: 12px;
  color: #fff;
}

.inqurtyBtn {
  z-index: 9998;
  position: fixed;
  top: 100px;
  right: 10px;
}

.inqurtyBtn li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.inqurtyBtn li:not(:last-child) {
  margin-bottom: 10px;
}

.inqurtyBtn li.on {
  opacity: 0;
}

.quickMenu {
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.quickMenu li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.quickMenu li:not(:last-child) {
  margin-bottom: 5px;
}

.quickMenu li.on {
  opacity: 0;
}

#topBtn {
  position: absolute;
  left: 0;
  text-align: right;
  bottom: 100%;
  width: 100%;
}

#topBtn button {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-bottom: 3px solid #fff;
  padding-bottom: 4px;
}
