@charset "UTF-8";
@import url(normalize.min.css);
/**
* --------------------------------
* Reset CSS
* --------------------------------
*/
body {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
p,
div,
span,
li {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  display: inline;
}

label {
  position: relative;
}

textarea {
  width: 100%;
  resize: none;
  overflow-y: auto;
  -webkit-appearance: none;
}

input,
select,
textarea {
  padding: 0;
  border-radius: 0;
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='date'],
input[type='search'],
input[type='email'],
input[type='tel'] {
  width: 100%;
  -webkit-appearance: none;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-clear,
input[type='password']::-ms-reveal {
  display: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type='file'] {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

em {
  display: inline-block;
  font-style: normal;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

th,
td {
  padding: 0;
}

dl,
dd {
  margin: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

hr {
  display: none;
}

address {
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #111111;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #111111;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

.blind {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.skip {
  position: absolute;
  left: 0;
  top: -9999px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}
.skip:focus {
  top: 0;
}

/**
* --------------------------------
* Layout
* --------------------------------
*/
html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  line-height: 1;
  word-break: keep-all;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  letter-spacing: 0;
  overflow-y: scroll;
}
body.fixed {
  position: fixed;
  overscroll-behavior: contain;
}

#wrap {
  position: relative;
  min-width: 1349px;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

#container {
  position: relative;
  width: 100%;
}

#contents {
  position: relative;
  padding: 80px 0 160px 0;
  width: 100%;
  min-height: calc(100vh - 288px);
}

#header:has(.gnb-etc) ~ * #contents:not(.home) {
  padding-top: 120px;
}
#header:has(.gnb-etc) ~ * #contents.home {
  padding-top: 40px;
}

html:lang(zh) body {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) body {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html:lang(de) body {
  font-family: "Noto Sans", sans-serif;
}

/* zoom */
@media (max-width: 1366px) {
  #wrap {
    zoom: 74%;
  }
  #wrap .tabs.slide .swiper::before {
    height: 2px;
  }
  #wrap .popup.popupallmenu .contents.scrollbar > .scroll-content {
    max-height: calc(110vh - 80px);
  }
  #wrap .popup.popupaddress > .inner > .scrollbar > .scroll-content {
    min-height: 540px;
  }
  #wrap .popup.popupaddress .result-after .tit:not([style*="display: none"]) + .list-result {
    min-height: calc(540px - 322px);
  }
  #wrap .popup.popupaddress .result-after .list-result.scrollbar {
    min-height: calc(540px - 280px);
  }
  #wrap .company.csm .tabs.slide {
    top: 79px;
  }
  #wrap .career.home .slogan-area ul {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  #wrap .dep2-wrap {
    zoom: 74% !important;
  }
}
@media (min-width: 1801px) {
  #wrap .dep2-wrap {
    zoom: 100% !important;
  }
}
/**
* --------------------------------
* Accordion CSS
* --------------------------------
*/
.list-accordion {
  border-top: 2px solid #111111;
}
.list-accordion .accordion-ti {
  position: relative;
  display: block;
  padding: 32px 60px 32px 32px;
  width: 100%;
  line-height: 24px;
  color: #111111;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.list-accordion .accordion-ti::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -450px 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.list-accordion .accordion-ti::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  transform: translate(0, -50%) rotate(0);
  margin-top: 1px;
  transition: all .2s ease-in-out;
}
.list-accordion .accordion-cont {
  position: relative;
  display: none;
  padding: 4px;
  line-height: 24px;
  color: #767676;
  background-color: #f4f4f4;
}
.list-accordion .accordion-cont > .scroll-content {
  padding: 28px 24px 28px 28px;
  max-height: 280px;
}
.list-accordion .accordion-cont table.data {
  border-top: 1px solid #d4d4d4;
}
.list-accordion > ul > li {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}
.list-accordion > ul > li.active .accordion-ti {
  font-weight: 700;
}
.list-accordion > ul > li.active .accordion-ti::after {
  transform: translate(0, -50%) rotate(180deg);
}
.list-accordion.faq {
  border-top: 1px solid #d9d9d9;
}
.list-accordion.faq .accordion-ti {
  padding-left: 83px;
}
.list-accordion.faq .accordion-ti::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -300px -50px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.list-accordion.faq .accordion-ti:before {
  top: 19px;
  left: 20px;
  transform: translate(0, 0);
}
.list-accordion.faq .accordion-cont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -350px -50px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.list-accordion.faq .accordion-cont:before {
  top: 19px;
  left: 19px;
  transform: translate(0, 0);
}
.list-accordion.faq .accordion-cont .scroll-content {
  padding-left: 79px;
}
.list-accordion.st01 .accordion-ti {
  padding: 32px 44px 32px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.list-accordion.st01 .accordion-ti::after {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../png/ico_chevron01.png") 50%/100% no-repeat;
}
.list-accordion.st01 .accordion-cont {
  padding: 24px 0 0 0;
  border-top: 1px solid #d4d4d4;
  background: #ffffff;
}
.list-accordion.st01 .accordion-cont:has(table.data:first-child) {
  padding-top: 0;
  border-top: 0 none;
}
.list-accordion.st01 > ul > li:not(:last-child) .accordion-cont {
  padding-bottom: 40px;
}
.list-accordion.st01 > ul > li.active:last-child {
  border-bottom: 0 none;
}

/**
* --------------------------------
* Button CSS
* --------------------------------
*/
button {
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  color: #111111;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  height: 48px;
  line-height: 46px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  border: 1px solid #111111;
  background-color: #111111;
  overflow: hidden;
}
.btn .icon-arrow {
  margin-left: 11px;
  width: 14px;
  vertical-align: middle;
}
.btn:hover, .btn:active, .btn:focus {
  color: #ffffff;
  border-color: #767676;
  background-color: #767676;
}
.btn:hover .icon-arrow::after, .btn:active .icon-arrow::after, .btn:focus .icon-arrow::after {
  background-position: -300px 0;
}
.btn[class*="blue"] {
  border-color: #0b50f2;
  background-color: #0b50f2;
}
.btn[class*="blue"]:hover, .btn[class*="blue"]:active, .btn[class*="blue"]:focus {
  border-color: #1142b6;
  background-color: #1142b6;
}
.btn[class*="blue"][class*="line"] {
  color: #0b50f2;
  border-color: #0b50f2;
}
.btn[class*="blue"][class*="line"]:hover, .btn[class*="blue"][class*="line"]:active, .btn[class*="blue"][class*="line"]:focus {
  color: #1142b6;
  border-color: #1142b6;
}
.btn[class*="gray"] {
  border-color: #767676;
  background-color: #767676;
}
.btn[class*="gray"][class*="line"] {
  color: #767676;
  border-color: #767676;
}
.btn[class*="gray"][class*="line"]:hover, .btn[class*="gray"][class*="line"]:active, .btn[class*="gray"][class*="line"]:focus {
  color: #111111;
}
.btn[class*="line"] {
  color: #111111;
  border-color: #111111;
  background-color: #ffffff;
}
.btn[class*="line"]:hover {
  color: #767676;
  border-color: #767676;
  background-color: #ffffff;
}
.btn[class*="big"] {
  height: 56px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 700;
}
.btn[class*="small"] {
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.btn[disabled] {
  color: #ffffff !important;
  border-color: #d4d4d4 !important;
  background-color: #d4d4d4 !important;
  pointer-events: none;
}
.btn[disabled][class*="line"] {
  color: #d4d4d4 !important;
  background-color: #ffffff !important;
}
.btn[disabled][class*="line"].icoA.docs01, .btn[disabled][class*="line"].icoA.speak01 {
  color: #a9a9a9 !important;
  border-color: #f4f4f4 !important;
  background-color: #f4f4f4 !important;
}
.btn[disabled][class*="line"].icoA.docs01:after, .btn[disabled][class*="line"].icoA.speak01:after {
  opacity: 0.3;
}
.btn[disabled] .icon-arrow::after {
  background-position: -350px 0;
}
.btn.btn-download {
  padding: 0 2px 0 15px;
  color: #111111;
  background-color: #ffffff;
}
.btn.btn-download:hover, .btn.btn-download:active, .btn.btn-download:focus {
  color: #767676;
  background-color: #ffffff;
}
.btn.btn-download .icon-download {
  width: 46px;
  height: 46px;
}
.btn.pd01 {
  padding: 0 16px;
}
.btn.pd02 {
  padding: 0 40px;
}

.btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: relative;
  text-align: center;
}
.btns .btn {
  flex-grow: 0;
  margin: 0 6px;
  width: 200px;
}
.btns .btn:first-child {
  margin-left: 0;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btns.more {
  margin-top: 0;
  overflow: hidden;
}
.btns.more .btn {
  margin-top: 80px;
  width: 200px;
  border-radius: 39px;
  border-color: #d4d4d4;
}
.btns.half {
  display: grid !important;
  grid-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.btns.half .btn {
  width: inherit;
  margin: 0;
}

.btns-center {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.btns-center .btn:not(:first-child) {
  margin-left: 12px;
  flex-grow: 0;
}

.btns-toggles {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 112px;
  border-radius: 20px;
  background: #eeeeee;
  overflow: hidden;
}
.btns-toggles .btn-toggle {
  display: inline-block;
  position: relative;
  flex-grow: 1;
}
.btns-toggles .btn-toggle span {
  position: relative;
  display: block;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  color: #767676;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border-radius: 20px;
  background: transparent;
  transition: all 0.2s ease;
  user-select: none;
  z-index: 0;
}
.btns-toggles .btn-toggle span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: transparent;
  transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  pointer-events: none;
  z-index: -1;
}
.btns-toggles .btn-toggle.active span {
  color: #ffffff;
  background: #0b50f2;
}
.btns-toggles .btn-toggle:nth-child(1) span:before {
  transform: translateX(100%);
}
.btns-toggles .btn-toggle:nth-child(1).active span {
  background: transparent;
  z-index: 1;
}
.btns-toggles .btn-toggle:nth-child(1).active span:before {
  transform: translateX(0);
  background: #0b50f2;
}
.btns-toggles .btn-toggle:nth-child(2) span:before {
  transform: translateX(-100%);
  background: #0b50f2;
}
.btns-toggles .btn-toggle:nth-child(2).active span {
  background: transparent;
  z-index: 1;
}
.btns-toggles .btn-toggle:nth-child(2).active span:before {
  transform: translateX(0);
  background: #0b50f2;
}
.btns-toggles.big {
  min-width: 144px;
}
.btns-toggles.big .btn-toggle span {
  height: 40px;
  color: #a9a9a9;
  line-height: 40px;
  font-size: 20px;
}
.btns-toggles.big .btn-toggle.active span {
  color: #ffffff;
  background: #111111;
}
.btns-toggles.big .btn-toggle:nth-child(1).active span {
  background: transparent;
}
.btns-toggles.big .btn-toggle:nth-child(1).active span:before {
  background: #111111;
}
.btns-toggles.big .btn-toggle:nth-child(2) span:before {
  background: #111111;
}
.btns-toggles.big .btn-toggle:nth-child(2).active span:before {
  background: #111111;
}

.btn-bookmark {
  position: relative;
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.btn-bookmark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.btn-bookmark.active::after {
  background-position: -150px 0;
}

.btn-txt {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: 400;
  vertical-align: middle;
  border: 0 none;
  display: inline-block;
}
.btn-txt > * {
  vertical-align: middle;
  display: inline-block;
}
.btn-txt.em01 {
  color: #fff;
}

.btn-attach {
  padding: 0 16px;
  text-align: left;
  display: inline-flex;
  align-items: center;
}
.btn-attach > span {
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.btn-attach i {
  margin-left: 4px;
  color: #666;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  flex: none;
}
.btn-attach:after {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-image: url("../png/ico_donwload01.png");
  flex: none;
}
.btn-attach.mov:after {
  background-image: url("../png/ico_speaker01.png");
}

.btn-circle {
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-circle.st01 {
  color: #0b50f2;
  border: 0 none;
  background: #f4f4f4;
}
.btn-circle.st01 :not([disabled]) {
  font-weight: 700;
}
.btn-circle.st01[disabled] {
  color: #a9a9a9 !important;
  background: #ffffff !important;
  pointer-events: none;
}

html:lang(zh) button {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) button {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html:lang(de) button {
  font-family: "Noto Sans", sans-serif;
}

/**
* --------------------------------
* Contents CSS
* --------------------------------
*/
/* txt */
.tit.lv1 {
  line-height: 60px;
  font-size: 48px;
  font-weight: 700;
}
.tit.lv2 {
  line-height: 48px;
  font-size: 32px;
  font-weight: 700;
}
.tit.lv3 {
  line-height: 40px;
  font-size: 28px;
  font-weight: 700;
}
.tit.lv4 {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}
.tit.lv5 {
  line-height: 32px;
  font-size: 20px;
  font-weight: 700;
}
.tit.btm-line {
  padding-bottom: 24px;
  border-bottom: 2px solid #111;
}

/* title */
.title-area {
  padding-top: 80px;
}
.title-area .tit {
  line-height: 80px;
  font-size: 64px;
  font-weight: 700;
}
.title-area .tit i {
  color: #999;
  font-style: normal;
}
.title-area .tit-sub {
  margin-top: 20px;
  line-height: 36px;
  color: #111111;
  font-size: 24px;
}

.tit-sub {
  margin-top: 6px;
  line-height: 32px;
  color: #767676;
  font-size: 20px;
}

p.noti {
  min-height: 24px;
  line-height: 24px;
  color: #767676;
  font-size: 16px;
}
p.noti:before {
  margin-right: 6px;
  display: inline-block;
}
p.noti:not(.tc):not(.tr) {
  position: relative;
}
p.noti:not(.tc):not(.tr):before {
  position: absolute;
  top: 0;
  left: 0;
}
p.noti.st01:before {
  content: '*';
}
p.noti.st01:not(.tc):not(.tr) {
  padding-left: 12px;
}
p.noti.st02:before {
  content: '-';
}
p.noti.st02:not(.tc):not(.tr) {
  padding-left: 12px;
}
p.noti.st03:before {
  content: '※';
}
p.noti.st03:not(.tc):not(.tr) {
  padding-left: 16px;
}
p.noti.st03:not(.tc):not(.tr):before {
  top: 0;
}
p.noti.em01 {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}
p.noti.em02 {
  color: #0b50f2 !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.tl {
  text-align: left !important;
}

.note:not(ol):not(ul), .note > li {
  font-size: 24px;
  color: #767676;
  line-height: 36px;
}
.note:not(ol):not(ul):before, .note > li:before {
  display: inline-block;
  content: '';
}
.note:not(ol):not(ul):not(.tc):not(.tr), .note:not(.tc):not(.tr) > li {
  position: relative;
  text-align: left;
}
.note:not(ol):not(ul):not(.tc):not(.tr):before, .note:not(.tc):not(.tr) > li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.note.st01:not(ol):not(ul):before, .note.st01 > li:before {
  width: 4px;
  height: 4px;
  margin-right: 16px;
  border-radius: 50%;
  background: #767676;
}
.note.st01:not(ol):not(ul):not(.tc):not(.tr), .note.st01:not(.tc):not(.tr) > li {
  padding-left: 20px;
}
.note.st01:not(ol):not(ul):not(.tc):not(.tr):before, .note.st01:not(.tc):not(.tr) > li:before {
  top: 17px;
}
.note.st02:not(ol):not(ul):before, .note.st02 > li:before {
  margin-right: 11px;
  content: '*';
}
.note.st02:not(ol):not(ul):not(.tc):not(.tr), .note.st02:not(.tc):not(.tr) > li {
  padding-left: 25px;
}
.note.st03:not(ol):not(ul):before, .note.st03 > li:before {
  margin-right: 4px;
  content: '※';
}
.note.st03:not(ol):not(ul):not(.tc):not(.tr), .note.st03:not(.tc):not(.tr) > li {
  padding-left: 25px;
}
.note.em01:not(ol):not(ul), .note.em01 > li {
  font-size: 18px;
  color: #767676;
  line-height: 26px;
  font-weight: 500;
}
.note.em01:not(ol):not(ul) + .note.em01:not(ol):not(ul), .note.em01 > li + li {
  margin-top: 10px;
}
.note.st01.em01:not(ol):not(ul):not(.tc):not(.tr), .note.st01.em01:not(.tc):not(.tr) > li {
  padding-left: 12px;
}
.note.st01.em01:not(ol):not(ul):not(.tc):not(.tr):before, .note.st01.em01:not(.tc):not(.tr) > li:before {
  top: 12px;
  margin-right: 8px;
}
.note.st02.em01:not(ol):not(ul):not(.tc):not(.tr), .note.st02.em01 :not(.tc):not(.tr) > li {
  padding-left: 15px;
}
.note.st02.em01:not(ol):not(ul):not(.tc):not(.tr):before, .note.st02.em01 :not(.tc):not(.tr) > li:before {
  top: 4px;
}
.note.em02:not(ol):not(ul), .note.em02 > li {
  color: #0b50f2 !important;
}
.note.em03:not(ol):not(ul), .note.em03 > li {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}
.note.st02.em03:not(ol):not(ul):not(.tc):not(.tr), .note.st02.em03 :not(.tc):not(.tr) > li {
  padding-left: 12px;
}
.note.st03.em03:not(ol):not(ul):not(.tc):not(.tr), .note.st03.em03 :not(.tc):not(.tr) > li {
  padding-left: 16px;
}
.note.em04:not(ol):not(ul), .note.em04 > li {
  color: #000 !important;
  font-weight: 500;
}

.guidetxt ul:not([class]) {
  margin-left: 12px;
}
.guidetxt ul:not([class]) > li {
  line-height: 24px;
  color: #767676;
  text-indent: -12px;
}
.guidetxt ul:not([class]) > li + li {
  margin-top: 10px;
}
.guidetxt.dot ul:not([class]) > li:before {
  content: "";
  display: inline-block;
  margin: 9px 8px 0 0;
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 4px;
  background-color: #767676;
}

.onlyWeb {
  display: block;
}

.onlyMob {
  display: none;
}

/* infotxt */
.infotxt {
  padding-top: 160px;
}
.infotxt .txt {
  position: relative;
  line-height: 26px;
  color: #767676;
  font-size: 18px;
  text-align: center;
}
.infotxt .txt::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: 0 -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.infotxt .txt::before {
  position: static;
  transform: none;
  display: block;
  margin: 0 auto 24px;
  width: 80px;
  height: 80px;
}
.infotxt.complete .txt::before {
  background-position: -100px -100px;
}

/* tag */
.tag {
  margin-bottom: -8px;
  font-size: 0;
}
.tag strong {
  display: inline-block;
  padding-right: 40px;
  font-size: 16px;
}
.tag button,
.tag span {
  display: inline-block;
  margin: 0 10px 8px 0;
  color: #767676;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.tag button.active,
.tag span.active {
  color: #0b50f2;
  border-color: #0b50f2;
}
.tag span {
  padding: 0 9px;
  height: 32px;
  line-height: 30px;
  color: #767676;
  font-size: 14px;
  border-radius: 30px;
}
.tag button {
  padding: 0 15px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  border-radius: 40px;
  font-weight: 500;
}
.tag button:hover {
  color: #ffffff;
  border-color: #0b50f2;
  background-color: #0b50f2;
}

/* label */
.label {
  display: inline-block;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  background-color: #111111;
}

mark {
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
mark:before, mark:after, mark > span {
  vertical-align: middle;
  display: inline-block;
}
mark:before, mark:after {
  height: 100%;
  content: '';
}
mark.status {
  height: 28px;
  padding: 0 8px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  border-radius: 4px;
  background: #0b50f2;
}

/* swiper */
.swiper-button-prev,
.swiper-button-next {
  margin-top: 0;
  width: 21px;
  height: 40px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -200px -50px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}

.swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.outside-swiper {
  position: relative;
}
.outside-swiper .swiper ~ .swiper-button-prev, .outside-swiper .swiper ~ .swiper-button-next {
  margin-top: -24px;
  width: 48px;
  height: 48px;
  transition: left 0.5s, right 0.5s;
}
.outside-swiper .swiper ~ .swiper-button-prev {
  left: -88px;
}
.outside-swiper .swiper ~ .swiper-button-next {
  right: -88px;
}

@media screen and (max-width: calc(1280px + 90px + 90px + 20px)) {
  .outside-swiper .swiper ~ .swiper-button-prev {
    left: 10px;
  }
  .outside-swiper .swiper ~ .swiper-button-next {
    right: 10px;
  }
}
/* spec */
.spec-table {
  display: flex;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
.spec-table .header {
  position: relative;
  padding-top: 9px;
  height: 128px;
}
.spec-table .header .img {
  position: relative;
  margin: 0 auto;
  width: 160px;
  height: 89px;
}
.spec-table .header .img .label {
  position: absolute;
  top: -3px;
  left: -4px;
  z-index: 1;
}
.spec-table .header .img .btn-bookmark {
  position: absolute;
  top: -6px;
  left: auto;
  right: -6px;
  z-index: 1;
}
.spec-table .header .img .btn-bookmark:after {
  background-position: -400px -150px;
}
.spec-table .header .img .btn-bookmark.active:after {
  background-position: -450px -150px;
}
.spec-table .header .img figure {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.spec-table .header .img figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.spec-table .header .name {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
}
.spec-table .package {
  color: #767676;
  font-size: 12px;
  border-top: 1px solid #111111;
}
.spec-table .package .tit {
  display: block;
  padding: 0 16px;
  height: 27px;
  line-height: 26px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}
.spec-table .package span {
  display: block;
  padding: 0 16px;
  height: 31px;
  line-height: 31px;
}
.spec-table .package span.active {
  background-color: rgba(11, 80, 242, 0.1);
}
.spec-table .product {
  text-align: center;
}
.spec-table .fixed-con {
  width: 218px;
  text-align: left;
  background-color: #f4f4f4;
}
.spec-table .fixed-con .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 16px;
}
.spec-table .fixed-con .header label {
  display: block;
}
.spec-table .fixed-con .header label + label {
  margin-top: 16px;
}
.spec-table .fixed-con .package {
  color: #111111;
}
.spec-table .fixed-con .package span {
  cursor: pointer;
}
.spec-table .scroll-con {
  width: calc(100% - 218px);
}
.spec-table .scroll-con .scroll-swiper {
  position: relative;
}
.spec-table .scroll-con .scroll-swiper .swiper-slide {
  flex-grow: 1;
  min-width: 177px;
  width: auto;
}
.spec-table .scroll-con .scroll-swiper .swiper-slide + .swiper-slide .header,
.spec-table .scroll-con .scroll-swiper .swiper-slide + .swiper-slide .package {
  border-left: 1px solid #eeeeee;
}
.spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .header::after {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -1px;
  content: '';
  width: calc(100% * 6);
  height: 1px;
  background-color: #111111;
}
.spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .package {
  position: relative;
}
.spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .package::after {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -1px;
  content: '';
  width: calc(100% * 6);
  height: 1px;
  background-color: #111111;
}
.spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .package .tit {
  position: relative;
}
.spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .package .tit::after {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -1px;
  content: '';
  width: calc(100% * 6);
  height: 1px;
  background-color: #eeeeee;
}
.spec-table .scroll-con .scroll-swiper .swiper-button-next,
.spec-table .scroll-con .scroll-swiper .swiper-button-prev {
  margin-top: -16px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
  border-radius: 32px;
  background-color: #1142b6;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.spec-table .scroll-con .scroll-swiper .swiper-button-next.swiper-button-disabled,
.spec-table .scroll-con .scroll-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.spec-table .scroll-con .scroll-swiper .swiper-button-next::after,
.spec-table .scroll-con .scroll-swiper .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -200px -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.spec-table .scroll-con .scroll-swiper .swiper-button-prev {
  left: -15px;
}
.spec-table .scroll-con .scroll-swiper .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  margin: -1px 0 0 -1px;
}
.spec-table .scroll-con .scroll-swiper .swiper-button-next {
  right: -15px;
}
.spec-table .scroll-con .scroll-swiper .swiper-button-next::after {
  margin-left: 1px;
}

/* catalogue */
.catalogue-area .list {
  margin: 40px 0 -28px;
  font-size: 0;
}
.catalogue-area .list button {
  background-image: url("../png/bg_btn_catalogue.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 28px 28px;
  padding: 0 50px 0 44px;
  width: 408px;
  height: 170px;
  text-align: left;
  vertical-align: top;
  background-position: 100% 0;
}
.catalogue-area .list button:nth-child(3n + 1) {
  margin-left: 0;
}
.catalogue-area .list button strong {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
  font-size: 20px;
}
.catalogue-area .list button span {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
}
.catalogue-area .list button .icon-download {
  flex-shrink: 0;
  margin-left: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

/* apply */
.apply-area .applyseries-swiper {
  margin-top: 40px;
}
.apply-area .applyseries-swiper .swiper-slide {
  width: 298px;
}
.apply-area .applyseries-swiper .swiper-slide .thumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 234px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.apply-area .applyseries-swiper .swiper-slide .thumb figure {
  width: 100%;
  height: 166px;
  border: 0;
  overflow: visible;
}
.apply-area .applyseries-swiper .swiper-slide .info .tit {
  height: 74px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 700;
}
.apply-area .applyseries-swiper .swiper-button-prev,
.apply-area .applyseries-swiper .swiper-button-next {
  top: 93px;
  margin-top: 0;
}

/* feature */
.feature-area .feature-swiper .swiper-slide {
  padding: 44px;
  background-color: #f4f4f4;
}
.feature-area .feature-swiper .swiper-slide figure {
  width: 60px;
  height: 60px;
}
.feature-area .feature-swiper .swiper-slide .txt {
  font-weight: 500;
}
.feature-area .feature-swiper .swiper-slide .txt small {
  line-height: 24px;
  font-size: 16px;
}
.feature-area .feature-swiper .swiper-slide .txt strong {
  display: block;
  line-height: 44px;
  font-size: 28px;
}

/* agreement */
.agreement-area {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #111111;
}
.agreement-area .privacy-select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.agreement-area .privacy-select .select {
  width: 360px;
}
.agreement-area .internal-select {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.agreement-area .internal-select .select {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.agreement-area .gap1 {
  margin-top: 24px !important;
}
.agreement-area .gap2 {
  margin-top: 60px !important;
}
.agreement-area h3.tit + h4 {
  margin-top: 24px;
}
.agreement-area h3.tit + p {
  margin-top: 24px;
}
.agreement-area h4.tit {
  line-height: 32px;
  font-size: 20px;
  font-weight: 700;
}
.agreement-area .graybox {
  padding: 32px;
  color: #767676;
  background-color: #f8f8f8;
}
.agreement-area .graybox p {
  margin-top: 0;
}
.agreement-area .graybox p + p {
  margin-top: 8px;
}
.agreement-area p {
  margin-top: 8px;
  line-height: 24px;
  color: #767676;
}
.agreement-area p ~ .tit {
  margin-top: 24px;
}
.agreement-area p a {
  color: #767676;
  text-decoration: underline;
}
.agreement-area p.desc {
  margin-top: 0;
  color: #111111;
  font-weight: 700;
}
.agreement-area p.desc + p {
  margin-top: 16px;
}
.agreement-area p.desc + p + p {
  margin-top: 16px;
}
.agreement-area li {
  color: #767676;
}
.agreement-area .btns {
  justify-content: flex-start;
  margin-top: 16px;
}
.agreement-area .btns .btn {
  margin: 0;
  width: auto;
}
.agreement-area .btns .btn + .btn {
  margin-left: 8px;
}
.agreement-area .btns + .tit {
  margin-top: 44px;
}
.agreement-area .btns + p {
  margin-top: 20px;
}
.agreement-area .tabs {
  margin-top: 60px;
  display: flex;
}
.agreement-area .tabs a {
  flex-grow: 1;
  width: auto !important;
}
.agreement-area .tab-contents {
  padding-top: 60px;
}
.agreement-area .tab-contents#tabAgreement3 .btns {
  margin-top: 20px;
}

.protection .agreement-area h3.tit {
  margin-top: 60px;
}
.protection .agreement-area h4.tit small {
  font-size: 20px;
  font-weight: 400;
}
.protection .agreement-area h5.tit {
  line-height: 26px;
  font-size: 18px;
}
.protection .agreement-area h6.tit {
  line-height: 24px;
  font-size: 16px;
}
.protection .agreement-area .guidetxt {
  margin-top: 8px;
}
.protection .agreement-area .guidetxt li strong {
  color: #111111;
}
.protection .agreement-area .guidetxt + .desc {
  margin-top: 16px;
}
.protection .agreement-area .paragraph {
  padding: 0 20px;
}
.protection .agreement-area .box {
  display: flex;
  margin-top: 8px;
}
.protection .agreement-area .box > div {
  width: 50%;
  line-height: 24px;
  color: #767676;
}
.protection .agreement-area .box > div a {
  color: #767676;
  text-decoration: underline;
}
.protection .agreement-area .linebox {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #111111;
}
.protection .agreement-area .btns {
  flex-direction: column;
}
.protection .agreement-area .btns .btn {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
.protection .agreement-area .btns .btn + .btn {
  margin-top: 24px;
}

/* subvisual */
.subvisual-area {
  display: flex;
  align-items: center;
  margin-top: 60px;
  height: 480px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover !important;
  transform: scale(0.6);
  transition: transform .6s ease-in-out;
}
.subvisual-area .inner {
  color: #ffffff;
  opacity: 0;
  transform: translateY(100px);
  transition: all .8s ease-in-out .4s;
}
.subvisual-area .inner .tit {
  display: block;
  margin-bottom: 30px;
  line-height: 60px;
  font-size: 40px;
}
.subvisual-area .inner p {
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
}
.subvisual-area .inner .note.st01:not(ul):not(ul), .subvisual-area .inner .note.st01 > li {
  color: #fff;
}
.subvisual-area .inner .note.st01:not(ul):not(ul):before, .subvisual-area .inner .note.st01 > li:before {
  background: #fff;
}
.subvisual-area.active {
  transform: scale(1);
}
.subvisual-area.active .inner {
  transform: translateY(0);
  opacity: 1;
}

/* map */
.map-area .map-content {
  background-color: #ccc;
}
.map-area .map-content #googleMap {
  height: 800px;
}
.map-area .map-content .mapinfo-detail {
  position: absolute;
  left: -242px;
  bottom: 68px;
  padding: 20px;
  width: 480px;
  border: 2px solid #0b50f2;
  background: #ffffff;
}
.map-area .map-content .mapinfo-detail::after {
  position: absolute;
  left: 239px;
  bottom: -53px;
  content: '';
  width: 2px;
  height: 53px;
  background-color: #0b50f2;
}
.map-area .map-content .mapinfo-detail dl dt {
  padding: 0 36px 4px 0;
  color: #0b50f2;
  font-size: 20px;
  font-family: "Pretendard";
  font-weight: 700;
  line-height: 32px;
}
.map-area .map-content .mapinfo-detail dl dd {
  display: flex;
  padding-top: 12px;
  color: #111111;
  font-size: 16px;
  font-family: "Pretendard";
  line-height: 24px;
}
.map-area .map-content .mapinfo-detail dl dd > .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.map-area .map-content .mapinfo-detail dl dd > span {
  flex-grow: 1;
  padding: 9px 0 0 16px;
}
.map-area .map-content .mapinfo-detail .mapinfo-close {
  position: absolute;
  top: 18px;
  left: auto;
  right: 18px;
  width: 32px;
  height: 32px;
}
.map-area .map-content .mapinfo-detail .mapinfo-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px -150px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.map-area .map-content .mapinfo-detail .icon-ripple {
  position: absolute;
  left: 228px;
  bottom: -53px;
}

figure > span, figure > a {
  line-height: 0;
  display: block;
}

.fit {
  display: flex;
  overflow: hidden;
}
.fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fit.ratio {
  position: relative;
  padding-bottom: 100%;
}
.fit.ratio img {
  position: absolute;
}
.fit.ratio.top img {
  min-height: 100%;
  height: inherit;
}

.sidedetail-area, .layerdetail-area {
  margin-top: 120px;
}
.sidedetail-area:not(.inner), .layerdetail-area:not(.inner) {
  background-color: #f4f4f4;
}
.sidedetail-area:not(.inner) > .inner, .layerdetail-area:not(.inner) > .inner {
  padding: 120px 0;
}

/* 좌우 모션영역 */
.sidedetail-area .scont {
  display: flex;
  justify-content: space-between;
}
.sidedetail-area .scont + .scont {
  margin-top: 60px;
}
.sidedetail-area .scont.line {
  padding-top: 60px;
  border-top: 1px solid #d4d4d4;
}
.sidedetail-area .scont > *:first-child {
  order: 1;
  opacity: 0;
  transform: translateX(-100px);
  transition: all .4s ease-in-out;
}
.sidedetail-area .scont > *:nth-child(2) {
  order: 2;
  opacity: 0;
  transform: translateX(100px);
  transition: all .4s ease-in-out;
}
.sidedetail-area .scont.active > *:first-child, .sidedetail-area .scont.active > *:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}

/* 상하 모션영역 */
.layerdetail-area .scont {
  opacity: 0;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(50px);
}
.layerdetail-area.active .scont {
  opacity: 1;
  transform: translate(0, 0);
}
.layerdetail-area.active .scont:nth-child(2) {
  transition-delay: 0.4s;
}

/* 단위이동 */
nav.lnb menu {
  margin: 0;
  padding: 0;
  display: flex;
}
nav.lnb menu > li {
  list-style: none;
}
nav.lnb menu > li:not(:last-child) {
  margin-right: 72px;
}
nav.lnb menu > li a {
  height: 56px;
  font-size: 18px;
  color: #767676;
  line-height: 26px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
}
nav.lnb menu > li.on a {
  color: #0b50f2;
  font-weight: 700;
  border-bottom-color: #0b50f2;
}

html:lang(zh) .map-area .mapinfo-detail dl dt {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}
html:lang(zh) .map-area .mapinfo-detail dl dd {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) .map-area .mapinfo-detail dl dt {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) .map-area .mapinfo-detail dl dd {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html:lang(de) .map-area .mapinfo-detail dl dt {
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) .map-area .mapinfo-detail dl dd {
  font-family: "Noto Sans", sans-serif;
}

.ui-datepicker {
  margin-top: -1px;
  width: 300px;
  padding: 20px 19px;
  border-radius: 0;
  text-align: center;
}
.ui-datepicker.ui-widget-content {
  border-color: #d4d4d4;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #ffffff;
  padding: 0;
  border: none;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  margin: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  border: none;
  background-color: #ffffff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
  top: 50%;
  right: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
  top: 50%;
  left: 2px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 56px;
  font-family: "Pretendard";
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  line-height: 1;
}
.ui-datepicker table {
  margin: 12px 0 0 0;
}
.ui-datepicker tr {
  margin-top: 4px;
}
.ui-datepicker th {
  font-family: "Pretendard";
  color: #0b50f2;
  font-size: 12px;
  padding: 0;
  line-height: 18px;
  font-weight: 700;
}
.ui-datepicker td {
  height: 34px;
  padding: 5px;
}
.ui-datepicker td.ui-state-disabled {
  opacity: 1;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
  color: #d4d4d4;
}
.ui-datepicker td.ui-state-highlight {
  border: none;
  background: transparent;
  color: #111111;
}
.ui-datepicker td.ui-state-highlight a {
  color: #ffffff;
  background: #0b50f2;
  font-weight: 700;
}
.ui-datepicker td.ui-state-highlight + .ui-state-highlight {
  position: relative;
}
.ui-datepicker td.ui-state-highlight + .ui-state-highlight::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  height: 24px;
  width: 14px;
  background-color: #0b50f2;
}
.ui-datepicker td.ui-datepicker-week-end a {
  color: #a9a9a9;
}
.ui-datepicker td.ui-datepicker-week-end.ui-state-highlight a {
  color: #ffffff;
}
.ui-datepicker td .ui-state-default {
  margin: 0 auto;
  padding: 3px;
  width: 24px;
  height: 24px;
  font-family: "Pretendard";
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  border: none;
  background-color: transparent;
}
.ui-datepicker td .ui-state-default.ui-state-highlight {
  color: #0b50f2;
  background: #D7E3FF;
  font-weight: 700;
}
.ui-datepicker td .ui-state-default.ui-state-active {
  color: #ffffff;
  background: #0b50f2;
  font-weight: 700;
}

html:lang(zh) .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}
html:lang(zh) .ui-datepicker th {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}
html:lang(zh) .ui-datepicker td .ui-state-default {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) .ui-datepicker th {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) .ui-datepicker td .ui-state-default {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html:lang(de) .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) .ui-datepicker th {
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) .ui-datepicker td .ui-state-default {
  font-family: "Noto Sans", sans-serif;
}

/**
* --------------------------------
* Form CSS
* --------------------------------
*/
/* input */
input[type='text'],
input[type='number'],
input[type='password'],
input[type='date'],
input[type='search'],
input[type='email'],
input[type='tel'] {
  padding: 0 15px;
  height: 48px;
  line-height: 46px;
  color: #111111;
  font-size: 16px;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  border: 1px solid #d4d4d4;
}
input[type='text']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='date']::placeholder,
input[type='search']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder {
  color: #a9a9a9;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='tel']:focus {
  border-color: #111111;
}
input[type='text']:disabled,
input[type='number']:disabled,
input[type='password']:disabled,
input[type='date']:disabled,
input[type='search']:disabled,
input[type='email']:disabled,
input[type='tel']:disabled {
  color: #a9a9a9;
  -webkit-text-fill-color: #a9a9a9;
  background: #eeeeee;
}
input[type='text']:read-only,
input[type='number']:read-only,
input[type='password']:read-only,
input[type='date']:read-only,
input[type='search']:read-only,
input[type='email']:read-only,
input[type='tel']:read-only {
  color: #a9a9a9;
  -webkit-text-fill-color: #a9a9a9;
  background: #eeeeee;
}
input[type='text'].big,
input[type='number'].big,
input[type='password'].big,
input[type='date'].big,
input[type='search'].big,
input[type='email'].big,
input[type='tel'].big {
  line-height: 54px;
  height: 56px;
}

/* textarea */
textarea {
  color: #111111;
  font-size: 16px;
  font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  border: 0;
  background-color: transparent;
}
textarea::placeholder {
  color: #a9a9a9;
}

/* checkbox & radio */
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  top: 1px;
  left: 1px;
  transform: translate(0, 0);
  width: 18px;
  height: 18px;
  opacity: 0;
}
input[type="radio"] + span:not(.CybotCookiebotDialogBodyLevelButtonSlider),
input[type="checkbox"] + span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  min-height: 24px;
  line-height: 24px;
  color: #111111;
  font-size: 16px;
  vertical-align: top;
  user-select: none;
  cursor: pointer;
}
input[type="radio"] + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before,
input[type="checkbox"] + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  background-image: url("../png/form.png");
  display: inline-block;
  background-position: 0 -50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 1;
}
input[type="radio"]:focus + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before,
input[type="checkbox"]:focus + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  box-shadow: 0 0 0 1px #111111;
}

input[type="checkbox"]:checked + span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  color: #111111;
}
input[type="checkbox"]:checked + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  background-position: -50px -50px;
}
input[type="checkbox"]:disabled + span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  color: #d4d4d4;
}
input[type="checkbox"]:disabled + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  background-position: 0 -50px;
  opacity: .5;
}
input[type="checkbox"]:disabled:checked + span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  background-position: -50px -50px;
  opacity: .5;
}
input[type="checkbox"].btn + span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  padding: 0 16px;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #d4d4d4;
}
input[type="checkbox"].btn + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  display: none;
}
input[type="checkbox"].btn:checked + span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  background-color: #0b50f2;
}
input[type="checkbox"].btn:checked + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  display: none;
}

input[type="radio"] + span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  background-position: 0px -100px;
}
input[type="radio"]:checked + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  background-position: -50px -100px;
}
input[type="radio"]:disabled + span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  color: #d4d4d4;
}
input[type="radio"]:disabled + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  background-position: 0px -100px;
  opacity: .5;
}
input[type="radio"]:disabled:checked + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  background-position: -50px -100px;
  opacity: .5;
}
input[type="radio"]:focus + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  border-radius: 50%;
}

.radio-toggles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
  border-radius: 20px;
  background: #eeeeee;
}
.radio-toggles .radio-toggle {
  display: inline-block;
  position: relative;
  width: 50%;
}
.radio-toggles .radio-toggle span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  position: relative;
  display: block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #767676;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  background: transparent;
  transition: all 0.2s ease;
  user-select: none;
  z-index: 0;
}
.radio-toggles .radio-toggle span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: transparent;
  transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  pointer-events: none;
  z-index: -1;
}
.radio-toggles .radio-toggle input:focus + span:not(.CybotCookiebotDialogBodyLevelButtonSlider)::before {
  border-radius: 20px;
}
.radio-toggles .radio-toggle input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  color: #ffffff;
  background: #0b50f2;
}
.radio-toggles .radio-toggle:nth-child(1) span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  transform: translateX(100%);
}
.radio-toggles .radio-toggle:nth-child(1) input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  background: transparent;
  z-index: 1;
}
.radio-toggles .radio-toggle:nth-child(1) input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  transform: translateX(0);
  background: #0b50f2;
}
.radio-toggles .radio-toggle:nth-child(2) span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  transform: translateX(-100%);
  background: #0b50f2;
}
.radio-toggles .radio-toggle:nth-child(2) input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  background: transparent;
  z-index: 1;
}
.radio-toggles .radio-toggle:nth-child(2) input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  transform: translateX(0);
  background: #0b50f2;
}
.radio-toggles.big {
  width: 144px;
}
.radio-toggles.big .radio-toggle span {
  height: 40px;
  color: #a9a9a9;
  line-height: 40px;
  font-size: 20px;
}
.radio-toggles.big .radio-toggle input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  color: #ffffff;
  background: #111111;
}
.radio-toggles.big .radio-toggle:nth-child(1) input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  background: transparent;
}
.radio-toggles.big .radio-toggle:nth-child(1) input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  background: #111111;
}
.radio-toggles.big .radio-toggle:nth-child(2) span:before:not(.CybotCookiebotDialogBodyLevelButtonSlider) {
  background: #111111;
}
.radio-toggles.big .radio-toggle:nth-child(2) input:checked ~ span:not(.CybotCookiebotDialogBodyLevelButtonSlider):before {
  background: #111111;
}

/* range */
.form-slider .tit {
  font-weight: 500;
  line-height: 24px;
}
.form-slider .values {
  position: relative;
  margin-top: 16px;
  padding: 0 40px 0 12px;
  height: 28px;
  line-height: 28px;
  color: #111111;
  font-weight: 500;
  background-color: #f8f8f8;
}
.form-slider .values .txt-unit {
  position: absolute;
  top: 50%;
  left: auto;
  right: 12px;
  transform: translateY(-50%);
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.form-slider .slider {
  margin: 22px 8px 0;
  height: 4px;
  border: 0;
  border-radius: 20px;
  background-color: #eeeeee;
}
.form-slider .slider.ui-slider {
  border: 0;
}
.form-slider .slider .ui-slider-range {
  background-color: #111111;
}
.form-slider .slider .ui-slider-handle {
  top: 50%;
  transform: translateY(-50%);
  margin-left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background-color: #0b50f2;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.form-slider .slider .ui-slider-handle + .ui-slider-handle {
  background-color: #ffffff;
}
.form-slider .range {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.form-slider .range span {
  line-height: 20px;
  color: #767676;
  font-size: 14px;
  font-weight: 500;
}

/* select */
.select {
  height: 48px;
}
.select select {
  display: none;
}
.select .dropdown {
  position: relative;
  display: block;
  padding: 0 38px 0 15px;
  width: auto;
  height: 48px;
  line-height: 46px;
  color: #a9a9a9;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  cursor: pointer;
  user-select: none;
  transition: all .2s ease-in-out;
}
.select .dropdown .icon-select {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 38px;
  height: 46px;
  transition: all .125s ease-in-out;
  pointer-events: none;
}
.select .dropdown.active .current {
  color: #111111;
}
.select .dropdown .current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #a9a9a9;
}
.select .dropdown .list {
  position: absolute;
  top: calc(100% - 7px);
  left: -1px;
  right: -1px;
  margin-top: 0;
  border: 1px solid #111111;
  border-top: 0;
  background-color: #ffffff;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform-origin: 50% 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 20;
}
.select .dropdown .list .scrollbar {
  padding-bottom: 6px;
}
.select .dropdown .list .option {
  position: relative;
  padding: 4px 15px;
  line-height: 24px;
  color: #a9a9a9;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  cursor: default;
  transition: all .2s;
}
.select .dropdown .list .option:last-child {
  border-bottom: none;
}
.select .dropdown .list .option:hover, .select .dropdown .list .option.selected {
  color: #111111;
}
.select .dropdown .list .option.disabled {
  color: #a9a9a9;
  background-color: #eeeeee;
  cursor: default;
}
.select .dropdown.open.dropdown {
  border-color: #111111;
}
.select .dropdown.open .icon-select {
  transform: rotate(-180deg);
}
.select .dropdown.open .icon-select::after {
  background-position: 0 0;
}
.select .dropdown.open .list {
  opacity: 1;
  pointer-events: auto;
}
.select .dropdown.open .option {
  cursor: pointer;
}
.select.disabled .dropdown {
  background-color: #eeeeee;
  pointer-events: none;
}
.select.disabled .dropdown .current {
  color: #a9a9a9;
}
.select.disabled .dropdown .list {
  display: none;
}

/* form-entry */
.form-entry {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-left: 203px;
  width: 100%;
  text-align: left;
}
.form-entry > strong {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 203px;
  line-height: 48px;
  color: #111111;
  font-size: 16px;
  font-weight: 700;
}
.form-entry > strong .essential {
  margin-left: 4px;
}
.form-entry > input[type='text'] {
  width: 300px;
}
.form-entry.title > input[type='text'] {
  width: 100%;
}
.form-entry .select {
  width: 300px;
}
.form-entry .select ~ input[type='text'] {
  margin-left: 8px;
}
.form-entry .select + .select {
  margin-left: 8px;
}
.form-entry .txt-year,
.form-entry .txt-date {
  display: inline-block;
  padding: 0 16px;
  height: 48px;
  line-height: 46px;
  color: #a9a9a9;
  font-size: 16px;
  border: 1px solid #d4d4d4;
  background-color: #eeeeee;
}
.form-entry .txt-year {
  width: 120px;
}
.form-entry .txt-year ~ .select {
  margin-left: 8px;
  width: 172px;
}
.form-entry .txt-date {
  margin-left: 8px;
  width: 300px;
}
.form-entry .input-info {
  flex-basis: 100%;
  margin-top: 12px;
  line-height: 24px;
  color: #767676;
  font-size: 16px;
}
.form-entry .form-address > input[type='text'] {
  display: block;
  margin-top: 12px;
  width: 608px;
}
.form-entry .form-regist {
  font-size: 0;
}
.form-entry .form-regist .num {
  display: inline-block;
  width: 164px;
  height: 48px;
  vertical-align: top;
}
.form-entry .form-regist .num img {
  width: 100%;
}
.form-entry .form-regist .btn {
  margin-left: 8px;
  width: 48px;
}
.form-entry .form-regist .btn.btn-reset::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -350px 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.form-entry .form-regist .btn.btn-listen::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -400px 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.form-entry .form-regist input[type='text'] {
  margin-left: 8px;
  width: 300px;
}
.form-entry .form-regist .input-info {
  color: #0b50f2;
}
.form-entry.form-group {
  margin-top: 34px;
}
.form-entry.form-group + .form-group {
  margin-top: 44px;
}
.form-entry.form-group > strong {
  line-height: 24px;
}
.form-entry.form-group label + label {
  margin-left: 60px;
}
.form-entry.date .multidatepicker {
  position: relative;
  width: 300px;
}
.form-entry.date .multidatepicker .icon-select {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transition: all .2s ease-in-out;
}
.form-entry.date input[type='text'] {
  padding-right: 38px;
  cursor: pointer;
}
.form-entry.date input[type='text']:read-only {
  background: #ffffff;
  -webkit-text-fill-color: #111111;
}
.form-entry.date input[type='text']:read-only::placeholder {
  -webkit-text-fill-color: #a9a9a9;
}
.form-entry.date input[type='text']:focus + .icon-select {
  transform: rotate(180deg);
}

/* form-btn */
.form-btn {
  display: flex;
}
.form-btn input[type='text'] {
  width: 300px;
}
.form-btn .btn {
  margin-left: 8px;
  width: 120px;
  cursor: pointer;
}
.form-btn.form-fileupload {
  flex-direction: column;
}
.form-btn.form-fileupload input[type='file'] {
  display: none;
}
.form-btn.form-fileupload .inp-upfilename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

/* form-search */
.form-search {
  position: relative;
  width: 360px;
}
.form-search input[type='text'] {
  padding-right: 54px;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}
.form-search .btn-del {
  position: absolute;
  top: 0;
  left: auto;
  right: 52px;
  width: 20px;
  height: 100%;
}
.form-search .btn-del::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -400px -50px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.form-search .btn-search {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 52px;
  height: 100%;
}
.form-search .btn-search::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -300px 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}

/* form-write */
.form-write {
  position: relative;
  padding: 0 4px 39px;
  width: 100%;
  height: 200px;
  border: 1px solid #d4d4d4;
}
.form-write textarea {
  padding: 11px 11px;
  height: 100%;
}
.form-write textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.form-write textarea::-webkit-scrollbar {
  width: 4px;
}
.form-write textarea::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
.form-write .word-limit {
  position: absolute;
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #a9a9a9;
}
.form-write .word-limit span {
  color: #767676;
}

.form-filter {
  position: relative;
  height: 48px;
}
.form-filter .total {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 700;
  vertical-align: top;
}
.form-filter .form-search {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.form-filter .check {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.form-filter .check .btn-cancel {
  display: none;
}
.form-filter .check .btn-cancel::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -150px -150px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.form-filter .check .btn-cancel.active {
  display: inline-block;
}
.form-filter .check .btn-check::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -250px -150px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.form-filter .check .btn-cancel,
.form-filter .check .btn-check {
  margin-left: 8px;
  padding: 0 11px 0 34px;
  border-radius: 30px;
}
.form-filter .check .btn-cancel::before,
.form-filter .check .btn-check::before {
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translate(0, -50%);
}
.form-filter .check .btn-compare {
  margin-left: 8px;
  padding: 0 16px;
  border-radius: 30px;
}

.form-area {
  font-size: 0;
}
.form-area ~ .form-area {
  margin-top: 80px;
}
.form-area .essential {
  display: inline-block;
  font-style: normal;
  color: #ff0000;
}
.form-area .form-legend {
  position: relative;
}
.form-area .form-legend .noti {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
.form-area .form-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 0 32px 32px;
  border-top: 2px solid #111111;
  border-bottom: 1px solid #d4d4d4;
}

.form-agree {
  margin-top: 80px;
}
.form-agree .list-accordion .accordion-header {
  position: relative;
  height: 88px;
}
.form-agree .list-accordion .accordion-header > label {
  position: absolute;
  top: 0;
  left: 32px;
  height: 100%;
  z-index: 2;
}
.form-agree .list-accordion .accordion-header > label span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
}
.form-agree .list-accordion .accordion-header > label [data-check-all] + span {
  font-weight: 700;
}
.form-agree .list-accordion .accordion-header .accordion-ti {
  height: 100%;
}
.form-agree .list-accordion ul li .accordion-header > label {
  left: 52px;
}
.form-agree .list-accordion ul li:nth-child(1) .accordion-header > label, .form-agree .list-accordion ul li:nth-child(2) .accordion-header > label {
  left: 32px;
}
.form-agree .list-accordion ul li.marketing .accordion-header {
  height: 144px;
}
.form-agree .list-accordion ul li.marketing .accordion-header > label {
  top: 32px;
}
.form-agree .list-accordion ul li.marketing .accordion-header > label > span {
  top: 0;
  transform: translateY(0);
}
.form-agree .list-accordion ul li.marketing .form-group {
  padding-top: 88px;
  padding-left: 52px;
}
.form-agree .list-accordion ul li.marketing .form-group label {
  z-index: 1;
}
.form-agree .list-accordion ul li.marketing .form-group label + label {
  margin-left: 40px;
}
.form-agree .list-accordion ul li.marketing .form-group .accordion-ti {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.popup .form-entry {
  margin-top: 24px;
  padding-left: 196px;
  width: 100%;
}
.popup .form-entry > strong {
  width: 196px;
}
.popup .form-entry > input[type='text'] {
  width: 100%;
}
.popup .form-entry .form-address {
  width: 100%;
}
.popup .form-entry .form-address > input[type='text'] {
  width: 100%;
}
.popup .form-entry .form-regist input[type='text'] {
  margin: 12px 0 0 0;
  width: 100%;
}
.popup .form-entry.form-group {
  margin-top: 36px;
}
.popup .form-entry.form-group label + label {
  margin-left: 40px;
}
.popup .form-entry.form-group + .form-entry {
  margin-top: 36px;
}
.popup .form-btn {
  width: 100%;
}
.popup .form-btn input[type='text'] {
  width: calc(100% - 120px - 8px);
}
.popup .form-area ~ .form-area {
  margin-top: 48px;
}
.popup .form-area .form-legend .tit {
  margin-bottom: 8px;
}
.popup .form-area .form-legend .noti {
  position: relative;
}
.popup .form-area .form-legend .noti .txt-essential {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.popup .form-area .form-content {
  padding: 0;
  border-bottom: 0;
}
.popup .form-agree {
  margin-top: 48px;
}

html:lang(zh) input[type='text'],
html:lang(zh) input[type='number'],
html:lang(zh) input[type='password'],
html:lang(zh) input[type='date'],
html:lang(zh) input[type='search'],
html:lang(zh) input[type='email'],
html:lang(zh) input[type='tel'] {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}
html:lang(zh) textarea {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) input[type='text'],
html:lang(en) input[type='number'],
html:lang(en) input[type='password'],
html:lang(en) input[type='date'],
html:lang(en) input[type='search'],
html:lang(en) input[type='email'],
html:lang(en) input[type='tel'] {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) textarea {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) .form-agree .list-accordion ul li label span a {
  color: #0b50f2;
}

html:lang(de) input[type='text'],
html:lang(de) input[type='number'],
html:lang(de) input[type='password'],
html:lang(de) input[type='date'],
html:lang(de) input[type='search'],
html:lang(de) input[type='email'],
html:lang(de) input[type='tel'] {
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) textarea {
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) .form-agree .list-accordion ul li label span a {
  color: #0b50f2;
}
html:lang(de) .form-btn.form-fileupload .btn {
  width: auto;
}

/**
* --------------------------------
* Icon CSS
* --------------------------------
*/
.icon-download {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-download::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-facebook {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-facebook::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -50px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-instagram {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-instagram::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -100px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-linkedin {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-linkedin::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -150px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-youtube {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-youtube::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -200px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-reset {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-reset::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: 0 -200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-arrow::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -250px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-select {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-select::after {
  background-image: url("../png/form.png");
  display: inline-block;
  background-position: 0 -150px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-flag {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-flag::after {
  background-image: url("../png/flag.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-addr {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-addr::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: 0 -50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-tel {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-tel::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -50px -50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-mail {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-mail::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -100px -200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-link {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-link::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -150px -200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-wechat {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-wechat::after {
  background-image: url("../png/cn.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-youku {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-youku::after {
  background-image: url("../png/cn.png");
  display: inline-block;
  background-position: -100px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-twitter {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-twitter::after {
  background-image: url("../png/usa.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-vimeo {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-vimeo::after {
  background-image: url("../png/usa.png");
  display: inline-block;
  background-position: -50px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-q {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-q::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -300px -50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-fax {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.icon-fax::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -300px -200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}

.icon-flag::after {
  background-size: 500px;
}
.icon-flag.czech::after {
  background-position: 0 -50px;
}
.icon-flag.global::after {
  background-position: -350px -200px;
}
.icon-flag.greece::after {
  background-position: -50px -50px;
}
.icon-flag.norway::after {
  background-position: -100px -50px;
}
.icon-flag.switzerland::after {
  background-position: -150px -50px;
}
.icon-flag.austria::after {
  background-position: -200px -50px;
}
.icon-flag.denmark::after {
  background-position: -250px -50px;
}
.icon-flag.hungary::after {
  background-position: -300px -50px;
}
.icon-flag.latvia::after {
  background-position: -350px -50px;
}
.icon-flag.turkey::after {
  background-position: -400px -50px;
}
.icon-flag.belgium::after {
  background-position: -450px -50px;
}
.icon-flag.estonian::after {
  background-position: 0 -100px;
}
.icon-flag.poland::after {
  background-position: -50px -100px;
}
.icon-flag.slovenia::after {
  background-position: -100px -100px;
}
.icon-flag.ukraine::after {
  background-position: -150px -100px;
}
.icon-flag.finland::after {
  background-position: -200px -100px;
}
.icon-flag.luxembourg::after {
  background-position: -250px -100px;
}
.icon-flag.portugal::after {
  background-position: -300px -100px;
}
.icon-flag.spain::after {
  background-position: -350px -100px;
}
.icon-flag.uk::after {
  background-position: -400px -100px;
}
.icon-flag.bulgaria::after {
  background-position: -450px -100px;
}
.icon-flag.france::after {
  background-position: 0 -150px;
}
.icon-flag.italy::after {
  background-position: -50px -150px;
}
.icon-flag.romania::after {
  background-position: -100px -150px;
}
.icon-flag.sweden::after {
  background-position: -150px -150px;
}
.icon-flag.uzbekistan::after {
  background-position: -200px -150px;
}
.icon-flag.germany::after {
  background-position: -250px -150px;
}
.icon-flag.netherlands::after {
  background-position: -300px -150px;
}
.icon-flag.russia::after {
  background-position: -350px -150px;
}
.icon-flag.ko::after {
  background-position: -400px -150px;
}
.icon-flag.india::after {
  background-position: -450px -150px;
}
.icon-flag.china::after {
  background-position: 0 -200px;
}
.icon-flag.global.gray::after {
  background-position: -50px -200px;
}
.icon-flag.morocco::after {
  background-position: -100px -200px;
}
.icon-flag.algeria::after {
  background-position: -150px -200px;
}
.icon-flag.tunisia::after {
  background-position: -200px -200px;
}
.icon-flag.canada::after {
  background-position: -250px -200px;
}
.icon-flag.usa::after {
  background-position: -300px -200px;
}
.icon-flag.mexico::after {
  background-position: -400px -200px;
}
.icon-flag.egypt::after {
  background-position: -450px -200px;
}

.icon-ripple {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  border-radius: 50%;
  background-color: #0b50f2;
}
.icon-ripple::before, .icon-ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border-radius: 50%;
}
.icon-ripple::before {
  width: 40px;
  height: 40px;
  background-color: rgba(11, 80, 242, 0.5);
  animation: ripple1 2s ease-in-out .1s infinite;
  z-index: 2;
}
.icon-ripple::after {
  width: 56px;
  height: 56px;
  background-color: rgba(11, 80, 242, 0.12);
  animation: ripple2 2s ease-in-out .1s infinite;
  z-index: 3;
}
.icon-ripple.small {
  width: 14px;
  height: 14px;
}
.icon-ripple.small::before {
  width: 23px;
  height: 23px;
}
.icon-ripple.small::after {
  width: 32px;
  height: 32px;
}

@keyframes ripple1 {
  0% {
    background-color: rgba(11, 80, 242, 0.5);
  }
  50% {
    background-color: rgba(11, 80, 242, 0.1);
  }
  100% {
    background-color: rgba(11, 80, 242, 0.5);
  }
}
@keyframes ripple2 {
  0% {
    background-color: rgba(11, 80, 242, 0.12);
  }
  50% {
    background-color: rgba(11, 80, 242, 0.05);
  }
  100% {
    background-color: rgba(11, 80, 242, 0.12);
  }
}
.ico {
  font-size: 0 !important;
  background: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
}
.ico:not(button) {
  line-height: 0;
}
.ico button {
  overflow: hidden;
}
.ico.circle {
  border-radius: 50%;
}
.ico.docs01 {
  width: 24px;
  height: 24px;
  background-image: url("../png/ico_document01.png");
}

/* 글자 앞/뒤 아이콘 */
.icoB:before, .icoA:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  content: "";
  flex-shrink: 0;
}

.icoB, .icoA {
  font-style: normal;
}
.icoB > span, .icoA > span {
  vertical-align: middle;
  display: inline-block;
}
.icoB.is01, .icoA.is01 {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: inline-flex;
}
.icoB.is01 > span, .icoA.is01 > span {
  display: block;
}
.icoB.is01:before, .icoB.is01:after, .icoA.is01:before, .icoA.is01:after {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.icoB.is02, .icoA.is02 {
  align-items: flex-end;
  display: inline-flex;
}
.icoB.vb:before, .icoB.vb:after, .icoB.vb > span, .icoA.vb:before, .icoA.vb:after, .icoA.vb > span {
  vertical-align: bottom;
}

.icoB.more01:before, .icoB.more02:before {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background-image: url("../png/ico_more01.png");
}

.icoB.more02:before {
  background-image: url("../png/ico_more02.png");
}

.icoB.view01:before {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url("../png/ico_search01.png");
}

.icoB.down01:before {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url("../png/ico_donwload01.png");
}

.icoB.docs01:before, .icoA.docs01:after {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-image: url("../png/ico_document01.png");
}

.icoB.docs01:before {
  margin-left: 0;
}

.icoB.docs01.em01:before {
  width: 20px;
  height: 20px;
}

.icoA.speak01:after {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-image: url("../png/ico_speaker01.png");
}

/**
* --------------------------------
* List CSS
* --------------------------------
*/
.list-area {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 2px solid #111111;
}

.list-product {
  overflow: hidden;
}
.list-product ul {
  display: flex;
  flex-wrap: wrap;
  margin: -44px 0 0 -28px;
}
.list-product ul li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 44px 0 0 28px;
  padding: 0 17px;
  width: 299px;
  border: 1px solid #eeeeee;
}
.list-product ul li a {
  display: block;
  padding: 17px 0 16px;
  text-align: center;
}
.list-product ul li a figure {
  position: relative;
  margin: 0 auto;
  width: 263px;
  height: 148px;
  background: url("../jpg/noimage.jpg") center top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.list-product ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.list-product ul li a .name {
  margin-top: 16px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
}
.list-product ul li a .info {
  margin-top: 21px;
  line-height: 24px;
}
.list-product ul li a .info dt {
  color: #767676;
}
.list-product ul li a .info dd {
  font-weight: 700;
}
.list-product ul li a .info dd + dt {
  margin-top: 8px;
}
.list-product ul li .bottom {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px 0 15px;
  border-top: 1px solid #d9d9d9;
}
.list-product ul li .bottom label {
  margin-right: auto;
}
.list-product ul li .bottom label + .btn-bookmark {
  margin-right: -2px;
}
.list-product.swiper {
  margin-top: 0;
}
.list-product.swiper ul {
  flex-wrap: nowrap;
  margin: 0;
}
.list-product.swiper ul li {
  margin: 0;
}
.list-product.small {
  padding-top: 20px;
}
.list-product.small ul {
  margin: -16px 0 0 -16px;
}
.list-product.small ul li {
  margin: 16px 0 0 16px;
  width: 198px;
}
.list-product.small ul li a {
  padding: 11px 0;
}
.list-product.small ul li a figure {
  width: 160px;
  height: 90px;
}
.list-product.small ul li a .name {
  margin-top: 12px;
  line-height: 24px;
  font-size: 16px;
}
.list-product.small ul li a .info {
  margin-top: 8px;
  line-height: 20px;
  font-size: 14px;
}
.list-product.small ul li .bottom {
  padding: 12px 0 11px;
}

.list-thumb {
  margin-top: 40px;
}
.list-thumb ul {
  font-size: 0;
}
.list-thumb ul li {
  display: inline-block;
  margin-left: 28px;
  width: 408px;
  vertical-align: top;
}
.list-thumb ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
.list-thumb ul li:nth-of-type(n + 4) {
  margin-top: 60px;
}
.list-thumb ul li a {
  display: block;
}
.list-thumb ul li a figure {
  position: relative;
  width: 100%;
  height: 270px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.list-thumb ul li a figure .label {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 12px;
  font-weight: 700;
  background-color: #0b50f2;
  z-index: 1;
}
.list-thumb ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
.list-thumb ul li a .info {
  margin-top: 20px;
}
.list-thumb ul li a .info .tit {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  word-break: break-all;
}
.list-thumb ul li a .info .tit .onlyWeb {
  display: none;
}
.list-thumb ul li a .info .tit .onlyMob {
  display: none;
}
.list-thumb ul li a .info .date {
  display: block;
  margin-top: 16px;
  line-height: 20px;
  color: #767676;
  font-size: 14px;
}
.list-thumb ul li a .tag {
  margin-top: 32px;
}
.list-thumb ul li a:hover figure img {
  transform: translate(-50%, -50%) scale(1.25);
}
.list-thumb ul li a:hover .info .tit {
  color: #0b50f2;
}
.list-thumb ul li.video a figure {
  height: 230px;
  background-color: #111111;
}
.list-thumb ul li.video a figure::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(17, 17, 17, 0.4);
  z-index: 1;
}
.list-thumb ul li.video a figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: 0 -50px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.list-thumb ul li.video a figure::after {
  width: 60px;
  height: 60px;
  z-index: 2;
}
.list-thumb ul li.video a figure img {
  width: 100%;
  height: auto;
}
.list-thumb.swiper {
  margin-top: 0;
}
.list-thumb.swiper li {
  margin: 0;
}
.list-thumb.swiper li:nth-of-type(n + 4) {
  margin: 0;
}

.list-view {
  padding-top: 80px;
}
.list-view .view-tit {
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 2px solid #111111;
}
.list-view .view-tit .tit {
  padding: 0 100px;
}
.list-view .view-tit .date,
.list-view .view-tit .tit-sub {
  display: block;
  margin-top: 16px;
  line-height: 20px;
  color: #a9a9a9;
  font-size: 14px;
}
.list-view .view-content {
  padding: 60px 40px 80px;
}
.list-view .view-content .txt {
  line-height: 26px;
  color: #767676;
  font-size: 18px;
  word-break: break-all;
}
.list-view .view-content .txt .embed-video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.list-view .view-content .txt .embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.list-view .tag {
  padding: 0 40px;
}
.list-view .tag span {
  color: #0b50f2;
  border-color: #0b50f2;
}

.view-location {
  margin-top: 60px;
  height: 80px;
  font-size: 0;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}
.view-location a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 44px;
  width: calc(50% - 40px);
  height: 100%;
  line-height: 24px;
  font-size: 16px;
  vertical-align: top;
}
.view-location a div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.view-location a div br {
  display: none;
}
.view-location a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -150px -50px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.view-location a.nolink {
  cursor: default;
}
.view-location a.nolink::after {
  background-position: -350px -50px;
}
.view-location .btn-prev {
  border-right: 1px solid #767676;
}
.view-location .btn-prev strong {
  padding-right: 20px;
}
.view-location .btn-prev::after {
  left: -14px;
  transform: translate(0, -50%) rotate(180deg);
}
.view-location .btn-next {
  text-align: right;
  border-left: 1px solid #767676;
}
.view-location .btn-next strong {
  padding-left: 20px;
}
.view-location .btn-next::after {
  left: auto;
  right: -14px;
  transform: translate(0, -50%);
}
.view-location .btn-list {
  display: inline-block;
  padding: 0;
  width: 78px;
  line-height: 78px;
  border-radius: 0;
}
.view-location .btn-list::after {
  display: none;
}

.list-detail {
  border-top: 2px solid #111111;
}
.list-detail .detail-tit {
  position: relative;
  padding: 20px 210px 20px 24px;
  border-bottom: 1px solid #d9d9d9;
}
.list-detail .detail-tit .date {
  position: absolute;
  top: 50%;
  left: auto;
  right: 24px;
  transform: translate(0, -50%);
  color: #767676;
}
.list-detail .detail-content {
  padding: 80px 24px 0;
  line-height: 26px;
  color: #767676;
  font-size: 18px;
  border-bottom: 1px solid #d9d9d9;
}
.list-detail .detail-content .txt {
  padding-bottom: 80px;
}
.list-detail .detail-content .file {
  padding-bottom: 24px;
  font-size: 0;
}
.list-detail .detail-content .file strong {
  position: relative;
  padding: 0 16px 0 24px;
  color: #767676;
  font-size: 16px;
}
.list-detail .detail-content .file strong::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -400px 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.list-detail .detail-content .file strong::before {
  left: 10px;
}
.list-detail .detail-content .file .btns {
  display: inline-flex;
  margin-top: 0;
}
.list-detail .detail-content .file .btns .btn-download {
  width: 92px;
}
.list-detail .detail-content .file:has(.btns.half) {
  display: flex;
}
.list-detail .detail-content .file:has(.btns.half) strong {
  height: 50px;
  display: inline-flex;
  align-items: center;
  flex: none;
}
.list-detail .detail-content .file:has(.btns.half) .btns.half {
  flex: 1;
}
.list-detail .detail-content .view-location {
  margin-top: 36px;
}
.list-detail:has(.view-location) .detail-content {
  border-bottom: 0 none;
}

/* ul */
ul.list > li:before {
  display: inline-block;
  content: '';
}
ul.list:not(.tc):not(.tr) > li {
  position: relative;
}
ul.list:not(.tc):not(.tr) > li:before {
  position: absolute;
  left: 0;
}
ul.list.st01 > li {
  font-size: 18px;
  line-height: 24px;
  color: #444;
}
ul.list.st01 > li:before {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50%;
  background: #444;
}
ul.list.st01 > li + li {
  margin-top: 8px;
}
ul.list.st01 > li p.noti {
  margin-top: 4px !important;
}
ul.list.st01:not(.tc):not(.tr) > li {
  padding-left: 14px;
}
ul.list.st01:not(.tc):not(.tr) > li:before {
  top: 10px;
}
ul.list.st01.em01 > li:before {
  background: #767676;
}
ul.list.st02 > li {
  font-size: 16px;
  color: #767676;
  line-height: 24px;
}
ul.list.st02 > li:before {
  content: '-';
}
ul.list.st02:not(.tc):not(.tr) > li {
  padding-left: 10px;
}
ul.list.st03 > li:before {
  content: '•';
}
ul.list.st03 > li + li {
  margin-top: 8px;
}
ul.list.st03:not(.tc):not(.tr) > li {
  padding-left: 14px;
}
ul.list.st03.em01:not(.tc):not(.tr) > li {
  padding-left: 11px;
}
ul.list.em01 > li {
  font-size: 16px;
  color: #767676;
  line-height: 24px;
}

/* ol */
ol.thumb01:not(.swiper-wrapper) {
  clear: both;
  height: auto;
  margin: -14px;
  overflow: hidden;
}
ol.thumb01:not(.swiper-wrapper) > li {
  float: left;
  margin: 14px;
}
ol.thumb01 > li {
  position: relative;
  height: 320px;
  padding: 40px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
}
ol.thumb01 > li .category {
  height: 28px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
ol.thumb01 > li .category h4 {
  font-size: 16px;
  color: #0b50f2;
  line-height: 24px;
}
ol.thumb01 > li .category h4:not(:last-child) {
  margin-right: 8px;
}
ol.thumb01 > li .category mark {
  margin-left: auto;
}
ol.thumb01 > li h5 {
  height: 64px;
  margin-bottom: 4px;
  font-size: 24px;
  color: #333;
  line-height: 32px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ol.thumb01 > li dl {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
ol.thumb01 > li .btnR {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
ol.thumb01.st01 > li {
  width: 299px;
}
ol.thumb01.st02 {
  margin: -14.5px;
}
ol.thumb01.st02 > li {
  width: 462px;
  margin: 14.5px;
}

ol.thumb02 {
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(4, 1fr);
}
ol.thumb02 > li {
  min-height: 424px;
}
ol.thumb02.profile figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}
ol.thumb02.profile figure .fit {
  height: 200px;
}
ol.thumb02.profile figure figcaption {
  padding: 20px 40px 40px 40px;
  border: 1px solid #d4d4d4;
  border-top: 0 none;
  background: #ffffff;
  flex: 1;
}
ol.thumb02.profile figure figcaption strong {
  margin-top: 6px;
  color: #0b50f2;
  line-height: 24px;
  font-weight: 600;
  display: block;
}
ol.thumb02.profile figure figcaption ul.list {
  margin-top: 6px;
}

ol[class*="list0"] > li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
ol[class*="list0"] > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
ol[class*="list0"].list01 > li {
  margin-top: 8px;
  padding-left: 26px;
}
ol[class*="list0"].list01 > li:nth-child(1):before {
  content: "01.";
}
ol[class*="list0"].list01 > li:nth-child(2):before {
  content: "02.";
}
ol[class*="list0"].list01 > li:nth-child(3):before {
  content: "03.";
}
ol[class*="list0"].list01 > li:nth-child(4):before {
  content: "04.";
}
ol[class*="list0"].list01 > li:nth-child(5):before {
  content: "05.";
}
ol[class*="list0"].list01 > li:nth-child(6):before {
  content: "06.";
}
ol[class*="list0"].list01 > li:nth-child(7):before {
  content: "07.";
}
ol[class*="list0"].list01 > li:nth-child(8):before {
  content: "08.";
}
ol[class*="list0"].list01 > li:nth-child(9):before {
  content: "09.";
}
ol[class*="list0"].list01 > li:nth-child(10):before {
  content: "10.";
}
ol[class*="list0"].list01 > li:nth-child(11):before {
  content: "11.";
}
ol[class*="list0"].list01 > li:nth-child(12):before {
  content: "12.";
}
ol[class*="list0"].list01 > li:nth-child(13):before {
  content: "13.";
}
ol[class*="list0"].list01 > li:nth-child(14):before {
  content: "14.";
}
ol[class*="list0"].list01 > li:nth-child(15):before {
  content: "15.";
}
ol[class*="list0"].list02 > li {
  margin-top: 2px;
  padding-left: 17px;
}
ol[class*="list0"].list02 > li:nth-child(1):before {
  content: "①";
}
ol[class*="list0"].list02 > li:nth-child(2):before {
  content: "②";
}
ol[class*="list0"].list02 > li:nth-child(3):before {
  content: "③";
}
ol[class*="list0"].list02 > li:nth-child(4):before {
  content: "④";
}
ol[class*="list0"].list02 > li:nth-child(5):before {
  content: "⑤";
}
ol[class*="list0"].list02 > li:nth-child(6):before {
  content: "⑥";
}
ol[class*="list0"].list02 > li:nth-child(7):before {
  content: "⑦";
}
ol[class*="list0"].list02 > li:nth-child(8):before {
  content: "⑧";
}
ol[class*="list0"].list02 > li:nth-child(9):before {
  content: "⑨";
}
ol[class*="list0"].list02 > li:nth-child(10):before {
  content: "⑩";
}
ol[class*="list0"].list02 > li:nth-child(11):before {
  content: "⑪";
}
ol[class*="list0"].list02 > li:nth-child(12):before {
  content: "⑫";
}
ol[class*="list0"].list02 > li:nth-child(13):before {
  content: "⑬";
}
ol[class*="list0"].list02 > li:nth-child(14):before {
  content: "⑭";
}
ol[class*="list0"].list02 > li:nth-child(15):before {
  content: "⑮";
}

dl.check {
  display: flex;
}
dl.check dd:not(:last-child) {
  margin-right: 10px;
}
dl.check.st01 dd > label > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
dl.check.st01 dd > label > input:checked + span {
  color: #ffffff;
  font-weight: 700;
  background: #001230;
}
dl.check.st01 dd > label > span {
  min-width: 120px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  color: #444444;
  line-height: 24px;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
dl.check.st01 dd > label > span:before {
  display: none;
}

html:lang(en) .list-thumb ul li a .info .tit {
  word-break: keep-all;
}
html:lang(en) .list-view .view-content .txt {
  word-break: keep-all;
}

html:lang(de) .list-thumb ul li a .info .tit {
  word-break: keep-all;
}
html:lang(de) .list-view .view-content .txt {
  word-break: keep-all;
}
html:lang(de) .list-view .view-location a {
  width: calc(50% - 55px);
}
html:lang(de) .list-view .view-location .btn-list {
  display: inline-flex;
  width: 110px;
  line-height: initial;
}

/**
* --------------------------------
* Popup CSS
* --------------------------------
*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0ms 800ms;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms 200ms;
  background-color: rgba(17, 17, 17, 0.4);
  z-index: -1;
}
.popup > .inner {
  position: relative;
  width: 720px;
  background-color: #ffffff;
  overflow: hidden;
  animation: popupClose 500ms 0ms forwards;
}
.popup header.header {
  padding: 32px 100px 32px 32px;
  min-height: 96px;
}
.popup header.header > .tit {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}
.popup header.header.disabled {
  padding: 0;
  min-height: auto;
}
.popup header.header.disabled .tit {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.popup header.header.disabled ~ .btn-close {
  display: none;
}
.popup .contents.scrollbar {
  padding: 0 6px 32px;
}
.popup .contents.scrollbar > .scroll-content {
  padding: 0 22px 0 26px;
  max-height: calc(100vh - 200px);
}
.popup .btn-close {
  position: absolute;
  top: 24px;
  left: auto;
  right: 24px;
  width: 32px;
  height: 32px;
}
.popup .btn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px -150px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupview .header {
  padding-bottom: 16px;
}
.popup.popupview .contents:not(.scrollbar) {
  padding: 0 32px 32px 32px;
}
.popup.popupview .view-cont {
  padding-top: 16px;
  border-top: 2px solid #111;
  font-size: 16px;
  color: #666;
  line-height: 24px;
}
.popup.popupview .btns.full {
  margin-top: 24px;
  display: block;
}
.popup.popupview .btns.full .btn-attach {
  width: 100%;
  margin: 0;
}
.popup.popupview .btns.full .btn-attach:not(:first-child) {
  margin-top: 12px;
}
.popup.alert > .inner {
  width: 480px;
}
.popup.alert .contents {
  padding-top: 68px;
}
.popup.alert .contents .scroll-content {
  line-height: 24px;
  text-align: center;
}
.popup.alert .contents .scroll-content .txt {
  line-height: 26px;
  font-size: 18px;
}
.popup.alert .contents .scroll-content .btns {
  margin-top: 40px;
}
.popup.alert .contents .scroll-content .btns .btn {
  width: 100%;
}
.popup.active {
  transition-delay: 0ms;
  transform: translateY(0);
}
.popup.active:after {
  opacity: 1;
  transition-delay: 0ms;
}
.popup.active > .inner {
  animation: popupOpen 500ms 0ms forwards;
}
.popup.active + hr {
  display: block;
  width: 0;
  margin: 0;
  border: none;
}
.popup.popupallmenu {
  transform: translateY(-100%);
  align-items: baseline;
  z-index: 29;
}
.popup.popupallmenu > .inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 80px;
  border-radius: 0;
  animation: allmenuClose 700ms 0ms forwards;
  transition: padding .4s ease-in-out;
}
.popup.popupallmenu .contents.scrollbar {
  padding: 0;
}
.popup.popupallmenu .contents.scrollbar > .scroll-content {
  padding: 0;
  max-height: calc(100vh - 80px);
  background: #f8f8f8;
}
.popup.popupallmenu .menu-list.inner {
  max-width: 1366px;
}
.popup.popupallmenu .menu-list .dep1 {
  display: flex;
}
.popup.popupallmenu .menu-list .dep1 > li {
  width: calc(100%/7);
  padding: 80px 20px 80px 30px;
}
.popup.popupallmenu .menu-list .dep1 > li:not(:first-child) {
  border-left: 1px solid #efefef;
}
.popup.popupallmenu .menu-list .dep1 > li > a {
  margin-bottom: 30px;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.popup.popupallmenu .menu-list .dep1 > li > a:hover {
  color: #0b50f2;
  border-bottom-color: #0b50f2;
}
.popup.popupallmenu .menu-list .dep2 > li:not(:first-child) {
  margin-top: 10px;
}
.popup.popupallmenu .menu-list .dep2 > li > a {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  font-weight: 500;
}
.popup.popupallmenu .menu-list .dep2 > li > a:hover {
  color: #111111;
}
.popup.popupallmenu .menu-list .dep3 {
  margin-top: 12px;
}
.popup.popupallmenu .menu-list .dep3 > li > a {
  line-height: 32px;
  color: #444444;
  font-weight: 500;
}
.popup.popupallmenu .menu-list .dep4 {
  margin-top: 8px;
}
.popup.popupallmenu .menu-list .dep4 li a {
  line-height: 32px;
  color: #767676;
  font-size: 14px;
}
.popup.popupallmenu .footer {
  /*margin-top: 55px;*/
  padding: 32px 0;
  border-top: 1px solid #efefef;
  background-color: #f8f8f8;
}
.popup.popupallmenu .footer .inner {
  text-align: right;
}
.popup.popupallmenu .footer .sns {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: -17px;
  text-align: left;
}
.popup.popupallmenu .footer .sns a {
  display: inline-block;
  vertical-align: middle;
}
.popup.popupallmenu .footer .sns a .icon {
  width: 35px;
}
.popup.popupallmenu .footer .sns a .icon.icon-facebook {
  width: 24px;
}
.popup.popupallmenu .footer .sns a .icon.icon-youtube {
  width: 36px;
}
.popup.popupallmenu .footer .sns a .icon.icon-youtube::after {
  margin-top: 1px;
}
.popup.popupallmenu .footer .btn-download {
  height: 40px;
  line-height: 38px;
  border-radius: 30px;
}
.popup.popupallmenu .footer .btn-download .icon-download {
  height: 38px;
}
.popup.popupallmenu .footer .util {
  margin-top: 24px;
  font-size: 0;
}
.popup.popupallmenu .footer .util a {
  display: inline-block;
  margin-left: 32px;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}
.popup.popupallmenu.active {
  transition-delay: 0ms;
  transform: translateY(0);
}
.popup.popupallmenu.active > .inner {
  animation: allmenuOpen 700ms 0ms forwards;
}
.popup.popupvideo > .inner {
  width: 864px;
}
.popup.popupvideo .youtube-con {
  margin: 0 auto;
  height: 450px;
}
.popup.popupvideo .youtube-con iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: 0;
}
.popup.popupvideo .youtube-con + .tit {
  display: block;
  margin-top: 12px;
  line-height: 36px;
  font-size: 24px;
}
.popup.popupvideo .tag {
  margin-bottom: 0;
  padding-top: 24px;
}
.popup.popupvideo .video-swiper, .popup.popupyouku .video-swiper {
  position: relative;
  margin-top: 12px;
}
.popup.popupvideo .video-swiper > .tit, .popup.popupyouku .video-swiper > .tit {
  display: block;
}
.popup.popupvideo .video-swiper .list-wrap, .popup.popupyouku .video-swiper .list-wrap {
  position: relative;
  margin-top: 24px;
  padding: 24px 40px 20px;
  background-color: #f8f8f8;
}
.popup.popupvideo .video-swiper .swiper .swiper-slide figure, .popup.popupyouku .video-swiper .swiper .swiper-slide figure {
  height: 130px;
}
.popup.popupvideo .video-swiper .swiper .swiper-slide .info .tit, .popup.popupyouku .video-swiper .swiper .swiper-slide .info .tit {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
}
.popup.popupvideo .video-swiper .swiper .swiper-slide .video-id, .popup.popupyouku .video-swiper .swiper .swiper-slide .video-id {
  display: none;
}
.popup.popupvideo .video-swiper .swiper-button-prev,
.popup.popupvideo .video-swiper .swiper-button-next, .popup.popupyouku .video-swiper .swiper-button-prev,
.popup.popupyouku .video-swiper .swiper-button-next {
  top: calc(50% - 40px);
}
.popup.popupvideo .video-swiper .swiper-button-prev::after,
.popup.popupvideo .video-swiper .swiper-button-next::after, .popup.popupyouku .video-swiper .swiper-button-prev::after,
.popup.popupyouku .video-swiper .swiper-button-next::after {
  background-position: -150px -50px;
}
.popup.popupvimeo > .inner {
  width: 864px;
}
.popup.popupvimeo .vimeo-con {
  margin: 0 auto;
  position: relative;
  height: 450px;
}
.popup.popupvimeo .vimeo-con iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: 0;
}
.popup.popupyouku > .inner {
  width: 864px;
}
.popup.popupyouku .youku-con {
  margin: 0 auto;
  position: relative;
  height: 450px;
}
.popup.popupyouku .youku-con iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: 0;
}
.popup.popupyouku .youku-con + .tit {
  display: block;
  margin-top: 12px;
  line-height: 36px;
  font-size: 24px;
}
.popup.popupaddress > .inner > .scrollbar > .scroll-content {
  height: calc(100vh - 368px);
  overflow-y: hidden;
}
.popup.popupaddress .form-search {
  width: 100%;
}
.popup.popupaddress .form-filter {
  margin-top: 24px;
  height: auto;
}
.popup.popupaddress .form-filter .total {
  height: auto;
  line-height: 24px;
  font-weight: 400;
}
.popup.popupaddress .form-filter .total em {
  color: #0b50f2;
  font-weight: 700;
}
.popup.popupaddress .result-before {
  height: calc(100% - 182px);
  margin-top: 24px;
}
.popup.popupaddress .result-before .tit {
  line-height: 24px;
}
.popup.popupaddress .result-before .tit strong {
  display: block;
}
.popup.popupaddress .result-before .desc {
  margin-top: 12px;
  line-height: 24px;
  color: #767676;
}
.popup.popupaddress .result-before .desc .sampletxt {
  display: block;
  margin-top: 2px;
  line-height: 20px;
  color: #0b50f2;
  font-size: 14px;
}
.popup.popupaddress .result-after {
  margin-top: 24px;
}
.popup.popupaddress .result-after .tit {
  display: block;
  padding: 8px 0 32px;
  line-height: 24px;
  color: #767676;
  text-align: center;
}
.popup.popupaddress .result-after .tit strong {
  font-size: 18px;
  line-height: 26px;
  display: block;
  color: #111111;
}
.popup.popupaddress .result-after .tit:not([style*="display: none;"]) + .list-result {
  height: calc(100vh - 688px);
}
.popup.popupaddress .result-after .list-result.scrollbar {
  position: relative;
  margin: 0 -26px;
  padding: 0;
  height: calc(100vh - 646px);
}
.popup.popupaddress .result-after .list-result.scrollbar::after {
  position: absolute;
  left: 26px;
  bottom: 0;
  content: '';
  width: calc(100% - 52px);
  height: 32px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  pointer-events: none;
}
.popup.popupaddress .result-after .list-result .scroll-content {
  position: relative;
  padding: 0 20px 0 26px;
  max-height: 100%;
}
.popup.popupaddress .result-after .list-result ul {
  width: 656px;
}
.popup.popupaddress .result-after .list-result ul li {
  position: relative;
  padding-right: 150px;
  border: 1px solid #d9d9d9;
}
.popup.popupaddress .result-after .list-result ul li + li {
  margin-top: 12px;
}
.popup.popupaddress .result-after .list-result ul li .btn-addr {
  padding: 23px 0 23px 112px;
  min-height: 98px;
}
.popup.popupaddress .result-after .list-result ul li .btn-addr .post {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 112px;
  color: #0b50f2;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.popup.popupaddress .result-after .list-result ul li .btn-addr .address {
  display: flex;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}
.popup.popupaddress .result-after .list-result ul li .btn-addr .address .name {
  display: inline-block;
  flex-shrink: 0;
  width: 73px;
  color: #767676;
}
.popup.popupaddress .result-after .list-result ul li .btn-addr .address + .address {
  margin-top: 12px;
}
.popup.popupaddress .result-after .list-result ul li .btn-lang {
  position: absolute;
  top: 50%;
  left: auto;
  right: 35px;
  transform: translateY(-50%);
  width: 81px;
  border-radius: 0;
}
.popup.popupaddress .result-after .paginate {
  position: relative;
  margin-top: 24px;
  font-size: 0;
  text-align: center;
}
.popup.popupaddress .result-after .paginate > a {
  position: relative;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  vertical-align: top;
  overflow: hidden;
}
.popup.popupaddress .result-after .paginate > a.btn-first {
  transform: rotate(180deg);
}
.popup.popupaddress .result-after .paginate > a.btn-first::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -150px -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupaddress .result-after .paginate > a.btn-prev {
  margin-left: 8px;
  transform: rotate(180deg);
}
.popup.popupaddress .result-after .paginate > a.btn-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupaddress .result-after .paginate > a.btn-next {
  margin-right: 8px;
}
.popup.popupaddress .result-after .paginate > a.btn-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupaddress .result-after .paginate > a.btn-end::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -150px -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupaddress .result-after .paginate .num {
  display: inline-block;
  padding: 0 7px;
}
.popup.popupaddress .result-after .paginate .num a {
  padding: 0 11px;
  line-height: 24px;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 500;
}
.popup.popupaddress .result-after .paginate .num a.active, .popup.popupaddress .result-after .paginate .num a:hover {
  color: #111111;
}
.popup.popupaddress .result-nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  height: calc(100% - 206px);
}
.popup.popupaddress .result-nodata.nodata small {
  display: block;
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #a9a9a9;
}
.popup.popupaddress .guidetxt {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
  line-height: 18px;
  font-size: 12px;
}
.popup.popupaddress .guidetxt ul {
  margin-left: 6px;
}
.popup.popupaddress .guidetxt ul li {
  margin-top: 4px;
  line-height: 18px;
  text-indent: -6px;
}
.popup.popupaddress .guidetxt ul li:before {
  margin: 8px 4px 0 0;
  width: 2px;
  height: 2px;
  border-radius: 2px;
}
.popup.popupcurriculum .header {
  padding-bottom: 26px;
}
.popup.popupprivacy > .inner {
  width: 928px;
}
.popup.popupprivacy .agreement-area {
  margin-top: 0;
  padding-top: 38px;
}
.popup.popupprivacy .agreement-area .privacy-select {
  margin-bottom: 18px;
}
.popup.popupprivacy .agreement-area .privacy-select .select {
  width: 100%;
}
.popup.popupprivacy .agreement-area .tabs {
  margin-top: 32px;
}
.popup.popupprivacy .agreement-area .tab-contents {
  padding-top: 24px;
}
.popup.popupnewsletter > .inner {
  width: 580px;
}
.popup.popupnewsletter .header {
  padding-bottom: 8px;
  min-height: auto;
}
.popup.popupnewsletter .txt {
  margin-bottom: 24px;
  line-height: 24px;
  color: #767676;
}
.popup.popupnewsletter .btns {
  margin-top: 16px;
}
.popup.popupcompare > .inner {
  width: 1166px;
}
.popup.popupcompare .selected-pro .productcheck-swiper {
  position: relative;
}
.popup.popupcompare .selected-pro .productcheck-swiper.active::after {
  position: absolute;
  top: -1px;
  left: auto;
  right: 0;
  content: '';
  width: 60px;
  height: calc(100% + 1px);
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.popup.popupcompare .selected-pro .productcheck-swiper .swiper-slide {
  width: auto;
}
.popup.popupcompare .selected-pro .productcheck-swiper .swiper-slide label {
  display: block;
}
.popup.popupcompare .selected-pro .productcheck-swiper .swiper-slide input[type="checkbox"] + span {
  padding: 0 31px 0 11px;
  height: 32px;
  line-height: 30px;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #d4d4d4;
  background-color: #eeeeee;
}
.popup.popupcompare .selected-pro .productcheck-swiper .swiper-slide input[type="checkbox"] + span::before {
  display: none;
}
.popup.popupcompare .selected-pro .productcheck-swiper .swiper-slide input[type="checkbox"] + span::after {
  background-image: url("../png/form.png");
  display: inline-block;
  background-position: -100px -50px;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: auto;
  right: 3px;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
}
.popup.popupcompare .selected-pro .productcheck-swiper .swiper-slide input[type="checkbox"]:checked + span {
  color: #ffffff;
  border-color: #0b50f2;
  background-color: #0b50f2;
}
.popup.popupcompare .selected-pro .productcheck-swiper .swiper-slide input[type="checkbox"]:checked + span::after {
  background-position: -150px -50px;
}
.popup.popupcompare .spec-table {
  position: relative;
  margin-top: 16px;
}
.popup.popupcompare .spec-table.active::after {
  position: absolute;
  top: -1px;
  left: auto;
  right: 0;
  content: '';
  width: 60px;
  height: calc(100% + 1px);
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.popup.popupcompare .spec-table .header .img .label {
  left: -4px;
}
.popup.popupcompare .spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .header::after {
  width: calc(100% * 5);
}
.popup.popupcompare .spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .package::after {
  width: calc(100% * 5);
}
.popup.popupcompare .spec-table .scroll-con .scroll-swiper .swiper-slide:first-child .package .tit {
  width: calc(100% * 5);
}
.popup.popupshare > .inner {
  min-width: 480px;
  width: auto;
  height: 248px;
}
.popup.popupshare .btns {
  margin-top: 0;
  align-items: flex-start;
}
.popup.popupshare .btns button {
  margin: 0 12px;
  text-align: center;
  line-height: 24px;
}
.popup.popupshare .btns .icon-kakao {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.popup.popupshare .btns .icon-kakao::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -300px -150px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupshare .btns .icon-email {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.popup.popupshare .btns .icon-email::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -350px -150px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupshare .btns .icon-link {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
.popup.popupshare .btns .icon-link::after {
  background-image: url("../png/icon.png");
  display: inline-block;
  background-position: -400px -150px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupshare .btns .icon {
  display: block;
  margin: 0 auto 8px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #eeeeee;
}
.popup.popupshare .btns .icon.icon-facebook::after {
  background-position: -200px -150px;
}
.popup.popupshare .btns .icon.icon-linkedin::after {
  background-position: -250px -150px;
}
.popup.popupcatalogue .header {
  padding-bottom: 24px;
  min-height: auto;
}
.popup.popupcatalogue .list-accordion ul li:first-child .accordion-header .accordion-ti::after {
  right: 10px;
}
.popup.popupcatalogue .form-entry > strong {
  padding-right: 10px;
}
.popup.popupcatalogue .form-entry .select {
  width: 100%;
}
.popup.popupcatalogue .btns {
  margin-top: 32px;
}
.popup.popupsoftwareFile .header {
  padding-bottom: 24px;
  min-height: auto;
}
.popup.popupsoftwareFile .form-agree .list-accordion .scroll-content {
  max-height: 232px;
}
.popup.popupsoftwareFile .btns {
  margin-top: 32px;
}
.popup.popupbookmark {
  left: auto;
  right: 0;
  transform: translateX(100%);
  align-items: baseline;
  justify-content: flex-end;
  z-index: 31;
}
.popup.popupbookmark > .inner {
  margin: 0;
  width: 690px;
  max-width: 100%;
  height: 100%;
  border-radius: 0;
  animation: bookmarkClose 700ms 0ms forwards;
  transition: padding .4s ease-in-out;
}
.popup.popupbookmark .contents.scrollbar {
  height: calc(100% - 32px);
}
.popup.popupbookmark .contents.scrollbar > .scroll-content {
  height: calc(100% - 96px - 32px);
  max-height: calc(100% - 96px - 32px);
}
.popup.popupbookmark .result {
  margin-top: 24px;
}
.popup.popupbookmark .result .form-filter {
  padding: 0 18px 0 24px;
  background-color: #f8f8f8;
}
.popup.popupbookmark .result .form-filter .total {
  font-size: 16px;
}
.popup.popupbookmark .result .form-filter .check {
  right: 18px;
  bottom: 8px;
}
.popup.popupbookmark .result .list-product ul {
  align-items: flex-start;
}
.popup.popupbookmark .infotxt.nodata {
  padding-top: 271px;
}
.popup.popupbookmark.active {
  transition-delay: 0ms;
  transform: translateX(0);
}
.popup.popupbookmark.active > .inner {
  animation: bookmarkOpen 700ms 0ms forwards;
}
.popup.popupmain {
  justify-content: center;
  bottom: 0;
  height: 100%;
  z-index: 1000;
}
.popup.popupmain > .inner {
  position: absolute;
  top: auto;
  left: auto;
  right: 40px;
  bottom: 40px;
  position: absolute;
  margin: 0;
  width: 480px;
  max-width: none;
}
.popup.popupmain .contents.scrollbar {
  padding: 0;
}
.popup.popupmain .contents.scrollbar .scroll-content {
  padding: 0;
  max-height: none;
  overflow: hidden;
}
.popup.popupmain .contents ~ .btn-close {
  display: block !important;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.popup.popupmain .mainbanner-swiper.lock .indicator {
  opacity: 0;
}
.popup.popupmain .indicator {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.popup.popupmain .indicator .swiper-button-prev,
.popup.popupmain .indicator .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-flex;
  margin: 0;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.popup.popupmain .indicator .swiper-button-prev::after,
.popup.popupmain .indicator .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupmain .indicator .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.popup.popupmain .indicator .swiper-pagination-state {
  display: inline-flex;
  justify-content: center;
  width: 48px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 50px;
  background: rgba(17, 17, 17, 0.25);
}
.popup.popupmain .indicator .swiper-pagination-state strong {
  color: #ffffff;
  font-weight: 500;
}
.popup.popupmain .indicator .swiper-pagination-state .bar {
  padding: 0 2px;
  color: #ffffff;
  opacity: 0.25;
}
.popup.popupmain .indicator .swiper-pagination-state .total {
  color: #d4d4d4;
  font-weight: 500;
}
.popup.popupmain .btns {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  height: 40px;
  background-color: #eeeeee;
}
.popup.popupmain .btns label span {
  font-size: 14px;
}
.popup.popupmain .btns .btn-closetxt {
  position: relative;
  padding: 0 48px 0 10px;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
}
.popup.popupmain .btns .btn-closetxt::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -150px -150px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupmain .btns .btn-closetxt::after {
  left: auto;
  right: 5px;
  transform: translate(0, -50%);
}
.popup.popupcareerpartner .inner {
  width: 928px;
}
.popup.popupcareerpartner .partnerdetail-info {
  position: relative;
  background-color: #d4d4d4;
}
.popup.popupcareerpartner .partnerdetail-info::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #d4d4d4;
  vertical-align: top;
}
.popup.popupcareerpartner .partnerdetail-info::before {
  background-image: url("../png/partner_gradiant.png");
  background-color: transparent;
  z-index: 1;
}
.popup.popupcareerpartner .partnerdetail-info p {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 40px 360px 0 48px;
  max-height: 184px;
  color: #d4d4d4;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  z-index: 2;
}
.popup.popupcareerpartner .partnerdetail-info figure {
  position: relative;
  text-align: right;
  height: 280px;
}
.popup.popupcareerpartner .partnerdetail-info figure img {
  height: 100%;
}
.popup.popupcareerpartner .partnerdetail-info figure figcaption {
  position: absolute;
  top: auto;
  left: 48px;
  right: auto;
  bottom: 32px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  z-index: 2;
}
.popup.popupcareerpartner .partnerdetail-info figure figcaption small {
  display: block;
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.popup.popupcareerpartner .partnerdetail-qna li {
  padding: 32px 20px 0;
}
.popup.popupcareerpartner .partnerdetail-qna li strong {
  position: relative;
  display: block;
  padding: 0 0 0 38px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.popup.popupcareerpartner .partnerdetail-qna li strong .icon-q {
  position: absolute;
  top: -1px;
  left: -2px;
  width: 32px;
  height: 32px;
}
.popup.popupcareerpartner .partnerdetail-qna li p {
  padding-top: 12px;
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.popup.popupturnkey .inner {
  width: 928px;
}
.popup.popupturnkey .tabs.slide {
  position: sticky;
  top: 0;
  padding-top: 0;
  background-color: #ffffff;
}
.popup.popupturnkey .tabs.slide .swiper {
  padding: 16px 0 12px;
}
.popup.popupturnkey .tabs.slide .swiper::before {
  top: 0;
  bottom: auto;
  background-color: #d4d4d4;
}
.popup.popupturnkey .tabs.slide .swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.popup.popupturnkey .tabs.slide .swiper .swiper-slide a {
  margin-right: 10px;
  padding: 0 20px;
  line-height: 40px;
  color: #444444;
  font-size: 16px;
  border-radius: 90px;
  border: 1px solid #d4d4d4;
  background-color: #f4f4f4;
}
.popup.popupturnkey .tabs.slide .swiper .swiper-slide a.active {
  color: #ffffff;
  background-color: #0b50f2;
  border-color: #0b50f2;
}
.popup.popupturnkey .tab-contents .turnkey-pro {
  top: 70px;
}
.popup.popupturnkey .turnkey-pro {
  position: sticky;
  top: 0;
  padding: 16px 20px;
  display: flex;
  background-color: #f4f4f4;
}
.popup.popupturnkey .turnkey-pro li {
  margin-left: 20px;
  width: 90px;
  height: 90px;
}
.popup.popupturnkey .turnkey-pro li:first-of-type {
  margin-left: 0;
}
.popup.popupturnkey .turnkey-list {
  padding-top: 20px;
}
.popup.popupturnkey .turnkey-list li {
  padding-top: 12px;
}
.popup.popupkakaoinfo .inner {
  width: 864px;
}
.popup.popupsoftwarevideo .youtube-con {
  padding: 0 32px 32px;
}
.popup.popupcustomsolution .inner {
  width: 1024px;
}
.popup.popupcustomsolution strong.tit {
  display: block;
  margin-top: 45px;
  font-weight: 700;
  color: #767676;
}
.popup.popupcustomsolution .imgD {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.popup.popupcustomsolution .imgD .unit {
  margin-left: 10px;
  text-align: center;
}
.popup.popupcustomsolution .imgD .unit:first-child {
  margin: 0;
}
.popup.popupcustomsolution .imgD .unit .imgTxt {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #767676;
}
.popup.popupcustomsolution .imgD .unit .floatWrap {
  overflow: hidden;
  display: flex;
  gap: 10px;
}
.popup.popupcustomsolution .gryBox {
  margin-bottom: 15px;
  padding: 25px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  line-height: 28px;
  border: 1px solid #d4d4d4;
}
.popup.popupcustomsolution p {
  padding-top: 10px;
  color: #767676;
}
.popup.popupnotice > .inner {
  width: 100%;
  height: 100%;
  max-width: inherit;
  padding: 50px 0;
  background: transparent;
  overflow: auto;
}
.popup.popupnotice .noticecont {
  width: 630px;
  margin: auto;
}
.popup.popupnotice .contarea {
  position: relative;
  padding: 20px 20px 20px 0;
  background: #0b50f2;
}
.popup.popupnotice .contarea:before, .popup.popupnotice .contarea:after {
  position: absolute;
  display: block;
  content: '';
}
.popup.popupnotice .contarea:before {
  top: 0;
  left: 0;
  width: 47px;
  height: 20px;
  background: #fff;
}
.popup.popupnotice .contarea:after {
  top: 6px;
  left: 23px;
  border-width: 0 24px 14px 24px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
}
.popup.popupnotice .contarea .contents {
  padding: 60px 65px 50px 65px;
  border-radius: 0 12px 12px 0;
  background: #fff;
}
.popup.popupnotice .contarea .contents h2.tit {
  margin-bottom: 20px;
  font-size: 24px;
  color: #0b50f2;
  line-height: 32px;
}
.popup.popupnotice .contarea .contents p.subtxt {
  margin-bottom: 40px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}
.popup.popupnotice .contarea .contents dl.notearea {
  margin-bottom: 30px;
  padding: 30px;
  background: #f5f5f5;
}
.popup.popupnotice .contarea .contents dl.notearea dt {
  font-size: 18px;
  color: #0b50f2;
  line-height: 26px;
}
.popup.popupnotice .contarea .contents dl.notearea dt:not(:first-child) {
  margin-top: 12px;
}
.popup.popupnotice .contarea .contents dl.notearea dd {
  margin-top: 2px;
  font-size: 16px;
  color: #001230;
  line-height: 24px;
  font-weight: 500;
}
.popup.popupnotice .contarea .contents figure.pic span {
  line-height: 0;
  display: block;
}
.popup.popupnotice .contarea .contents .btnc {
  margin-top: 20px;
  text-align: center;
}
.popup.popupnotice .contarea .contents .btnc .btn {
  min-width: 200px;
}
.popup.popupnotice .popupfoot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  height: 40px;
  background-color: #eeeeee;
}
.popup.popupnotice .popupfoot label span {
  font-size: 14px;
}
.popup.popupnotice .popupfoot .btn-closetxt {
  position: relative;
  padding: 0 48px 0 10px;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
}
.popup.popupnotice .popupfoot .btn-closetxt::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -150px -150px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
.popup.popupnotice .popupfoot .btn-closetxt::after {
  left: auto;
  right: 5px;
  transform: translate(0, -50%);
}

@keyframes popupOpen {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes popupClose {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120vh);
  }
}
@keyframes allmenuOpen {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes allmenuClose {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}
@keyframes bookmarkOpen {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bookmarkClose {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
html:lang(zh) .popup.popupshare .btns button {
  margin: 0 20px;
}
html:lang(zh) .popup.popupshare .btns .icon-wechat:after {
  background-position: -50px 0;
}
html:lang(zh) .popup.popupallmenu .footer .util {
  margin-top: 0;
}
html:lang(zh) .popup.popupqrcode > .inner {
  width: 480px;
}
html:lang(zh) .popup.popupqrcode figure {
  text-align: center;
}

html:lang(ko) .popup.popupallmenu .menu-list .dep1 > li > a {
  font-size: 24px;
  line-height: 32px;
}

html:lang(en) .popup.popupshare .btns button {
  margin: 0 20px;
}
html:lang(en) .popup.popupallmenu {
  /*.menu-list {
  	.dep1 > li > a {
  		font-size: 26px;
  	}
  }*/
}
html:lang(en) .popup.popupallmenu .footer .sns .icon-twitter {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
html:lang(en) .popup.popupallmenu .footer .sns .icon-twitter::after {
  background-image: url("../png/usa.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}
html:lang(en) .popup.popupallmenu .footer .sns .icon-vimeo {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  overflow: hidden;
}
html:lang(en) .popup.popupallmenu .footer .sns .icon-vimeo::after {
  background-image: url("../png/usa.png");
  display: inline-block;
  background-position: -50px 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 50px;
  height: 50px;
}
html:lang(en) .popup.popupcatalogue .form-agree .list-accordion ul li.marketing .accordion-header > label {
  right: 60px;
}
html:lang(en) .popup.popupcatalogue .form-agree .list-accordion ul li.marketing .accordion-header > label > span {
  white-space: initial;
}
html:lang(en) .popup.popupsoftwareFile .form-area .form-content .form-entry:first-child > strong {
  line-height: 24px;
}
html:lang(en) .popup.popupcookie {
  top: auto;
  bottom: 0;
  min-height: 256px;
  height: auto;
}
html:lang(en) .popup.popupcookie:after {
  display: none;
}
html:lang(en) .popup.popupcookie > .inner {
  width: 100%;
  max-width: none;
  background: url("../jpg/bg_popupcookie_en.jpg") center bottom no-repeat;
  background-size: cover;
}
html:lang(en) .popup.popupcookie .contents.scrollbar {
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1280px;
}
html:lang(en) .popup.popupcookie .contents.scrollbar > .scroll-content {
  padding: 0;
  max-height: none;
  overflow: initial;
}
html:lang(en) .popup.popupcookie .notice {
  padding: 0 50px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
html:lang(en) .popup.popupcookie .notice button,
html:lang(en) .popup.popupcookie .notice a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}
html:lang(en) .popup.popupcookie .btn-close {
  display: block;
  top: 26px;
  right: 96px;
}
html:lang(en) .popup.popupcookie .btn-close::after {
  background-position: 0 -200px;
}

html:lang(de) .popup {
  		/* &.popupallmenu {
  			.menu-list {
  				.dep1 > li > a {
  					font-size: 24px;
  				}
  
  				.dep2 > li > a {
  					font-size: 18px;
  				}
  			}
  		} */
}
html:lang(de) .popup.popupshare .btns button {
  margin: 0 20px;
}
html:lang(de) .popup.popupbookmark .form-filter:has(.btn-cancel.active) {
  height: 88px;
}

@media (min-height: 900px) {
  .popup.popupprivacy .contents .scroll-content {
    max-height: 736px;
  }
}
/**
* --------------------------------
* Scrollbar CSS
* --------------------------------
*/
.scrollbar {
  padding-right: 4px;
}
.scrollbar .scroll-content {
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.scrollbar .scroll-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar .scroll-content::-webkit-scrollbar {
  width: 4px;
}
.scrollbar .scroll-content::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}

/* swiper */
.swiper-horizontal > .swiper-scrollbar {
  height: 4px;
  border-radius: 0;
  background-color: transparent;
}

.swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #d9d9d9;
}

/**
* --------------------------------
* Table CSS
* --------------------------------
*/
.table {
  border-top: 2px solid #111111;
}
.table thead tr {
  border-bottom: 1px solid #d9d9d9;
}
.table thead tr th {
  line-height: 56px;
  font-weight: 400;
}
.table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
.table tbody th {
  padding: 32px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
}
.table tbody td {
  padding: 20px 24px;
  text-align: center;
}
.table tbody td.nodata {
  padding-top: 160px;
  padding-bottom: 160px;
}

table.data {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}
table.data th, table.data td {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
table.data th:not(:last-child):before, table.data td:not(:last-child):before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  display: block;
  content: '';
}
table.data thead th {
  height: 66px;
  padding: 10px 15px;
  color: #000;
  background: #f4f4f4;
}
table.data thead th:not(:last-child) {
  padding-right: 16px;
}
table.data thead tr:not(:first-child) th {
  border-top: 1px solid #d9d9d9;
}
table.data tbody th, table.data tbody td {
  height: 72px;
  padding: 10px 15px;
  border-top: 1px solid #d9d9d9;
}
table.data tbody th:not(:last-child), table.data tbody td:not(:last-child) {
  padding-right: 16px;
}
table.data tbody th {
  color: #111;
  font-weight: 500;
}
table.data tbody td {
  color: #444;
}
table.data.st01 {
  border-top-width: 2px;
  border-bottom-color: #d4d4d4;
}
table.data.st01 th, table.data.st01 td {
  font-size: 16px;
  line-height: 24px;
}
table.data.st01 thead th {
  height: 48px;
  padding: 12px;
}
table.data.st01 thead th:not(:last-child) {
  padding-right: 13px;
}
table.data.st01 tbody th, table.data.st01 tbody td {
  height: 56px;
  padding: 16px 12px;
}
table.data.st01 tbody th:not(:last-child), table.data.st01 tbody td:not(:last-child) {
  padding-right: 13px;
}
table.data.st01 tbody th {
  color: #000;
  font-weight: 400;
}
table.data.st01 tbody td {
  color: #666;
}
table.data.st01.em01 th:not(:last-child):before, table.data.st01.em01 td:not(:last-child):before {
  display: none;
}
table.data.st01.em01 thead th {
  padding: 16px 24px;
  color: #333;
  font-weight: 400;
  background: none;
}
table.data.st01.em01 tbody th, table.data.st01.em01 tbody td {
  padding: 20px 24px;
}
table.data.st01.em01 tbody th {
  font-weight: 500;
}

table.info {
  border-top: 1px solid #111111;
}
table.info th, table.info td {
  border: 1px solid #d4d4d4;
}
table.info th:first-child, table.info td:first-child {
  border-left: 0 none;
}
table.info th:last-child, table.info td:last-child {
  border-right: 0 none;
}
table.info th {
  padding: 20px 10px;
  font-size: 20px;
  color: #111;
  line-height: 32px;
  font-weight: 700;
  background: #f4f4f4;
}
table.info td {
  padding: 20px 24px;
  font-size: 18px;
  color: #444;
  line-height: 24px;
}

/**
* --------------------------------
* Tabs CSS
* --------------------------------
*/
.tabs {
  position: relative;
  font-size: 0;
}
.tabs a {
  position: relative;
  display: inline-block;
  color: #767676;
  font-weight: 500;
  text-align: center;
}
.tabs.slide {
  padding-top: 4px;
}
.tabs.slide .swiper {
  max-width: 1280px;
  position: relative;
}
.tabs.slide .swiper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  vertical-align: top;
}
.tabs.slide .swiper::before {
  top: auto;
  bottom: 0;
}
.tabs.slide .swiper .swiper-slide {
  width: auto;
}
.tabs.slide .swiper .swiper-slide a {
  margin-right: 68px;
  line-height: 50px;
  font-size: 18px;
}
.tabs.slide .swiper .swiper-slide a.active {
  color: #0b50f2;
  font-weight: 700;
  border-bottom: 2px solid #0b50f2;
}
.tabs.slide .swiper .swiper-slide:last-of-type a {
  margin-right: 0;
}
.tabs.slide.type2 {
  padding-top: 24px;
  border-top: 2px solid #111111;
}
.tabs.slide.type2 .swiper::before {
  display: none;
}
.tabs.slide.type2 .swiper .swiper-slide {
  position: relative;
}
.tabs.slide.type2 .swiper .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #d4d4d4;
  vertical-align: top;
}
.tabs.slide.type2 .swiper .swiper-slide:before {
  top: 8px;
  left: -25px;
  height: 20px;
}
.tabs.slide.type2 .swiper .swiper-slide:first-child::before {
  display: none;
}
.tabs.slide.type2 .swiper .swiper-slide:last-of-type a {
  margin-right: 0;
}
.tabs.slide.type2 .swiper .swiper-slide a {
  margin-right: 49px;
  padding: 0;
  line-height: 36px;
  color: #111111;
  font-size: 24px;
}
.tabs.slide.type2 .swiper .swiper-slide a.active {
  color: #0b50f2;
  border-bottom: 0;
}
.tabs.full a {
  width: 50%;
  line-height: 54px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
}
.tabs.full a.active {
  color: #ffffff;
  font-weight: 700;
  border-color: #111111;
  background-color: #111111;
}
.tabs.full a:last-child {
  border-left: 0;
}
.tabs.tabmenu {
  position: relative;
  display: flex;
}
.tabs.tabmenu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
  vertical-align: top;
}
.tabs.tabmenu::before {
  top: auto;
  bottom: 0;
}
.tabs.tabmenu a {
  height: 56px;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
}
.tabs.tabmenu a:not(:last-child) {
  margin-right: 72px;
}
.tabs.tabmenu a.active {
  color: #0b50f2;
  font-weight: 700;
  border-bottom-color: #0b50f2;
}

.tab-contents {
  display: none;
}
.tab-contents.active {
  display: block;
}

/**
* --------------------------------
* Header
* --------------------------------
*/
#wrap:not(.micro) #header {
  position: fixed;
  left: 0;
  top: 0;
  min-width: calc(1349px + 17px);
  width: 100%;
  height: 80px;
  opacity: 0;
  transition: opacity 0.4s;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  z-index: 30;
}
#wrap:not(.micro) #header .dimmed {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(17, 17, 17, 0.5);
  transition: 0.2s;
  z-index: -1;
}
#wrap:not(.micro) #header.load {
  opacity: 1;
}
#wrap:not(.micro) #header.active .dimmed {
  opacity: 1;
  visibility: visible;
}
#wrap:not(.micro) #header:has(.gnb-etc) {
  height: 120px;
  transition: all 0.3s linear;
}
#wrap:not(.micro) #header:has(.gnb-etc) .dimmed {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
}
#wrap:not(.micro) #header:has(.gnb-etc) ~ .popup.popupallmenu > .inner {
  padding-top: 120px;
}
#wrap:not(.micro) #header:has(.gnb-etc) ~ .popup.popupallmenu .contents.scrollbar > .scroll-content {
  max-height: calc(100vh - 120px);
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.down {
  margin-top: -40px;
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.down ~ .popup.popupallmenu > .inner {
  padding-top: 80px;
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.down ~ .popup.popupallmenu .contents.scrollbar > .scroll-content {
  max-height: calc(100vh - 80px);
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.up ~ * .company.about.history .tabs.slide, #wrap:not(.micro) #header:has(.gnb-etc).fixed.up ~ * .company.csm .tabs.slide, #wrap:not(.micro) #header:has(.gnb-etc).fixed.up ~ * .company.promotion .tabs.slide {
  top: 120px;
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.up ~ * .company.about.history .historycont-area .pic {
  top: 192px;
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.up ~ * .product.series .highlight-area.type1 > .tit {
  top: 160px;
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.up ~ * .solution.view .highlight-area.type1 > .tit {
  top: 160px;
}
#wrap:not(.micro) #header:has(.gnb-etc).fixed.up ~ * .solution.demand .tabs {
  top: 120px;
}
#wrap:not(.micro) #header .gnb-etc {
  height: 40px;
  background: #000;
}
#wrap:not(.micro) #header .gnb-etc ul {
  min-width: 1349px;
  width: 100%;
  max-width: calc(1720px + 40px);
  height: 40px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#wrap:not(.micro) #header .gnb-etc ul li:not(:first-child) {
  margin-left: 32px;
}
#wrap:not(.micro) #header .gnb-etc ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
#wrap:not(.micro) #header > .inner {
  position: static;
  display: flex;
  padding: 0 20px;
  min-width: 1349px;
  width: 100%;
  max-width: calc(1720px + 40px);
  height: 80px;
}
#wrap:not(.micro) #header .logo {
  position: relative;
  display: inline-block;
  width: 182px;
  height: 100%;
}
#wrap:not(.micro) #header .logo::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/logo.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: '';
  width: 182px;
  height: 24px;
  z-index: 0;
  pointer-events: none;
}
#wrap:not(.micro) #header .logo a {
  display: block;
  height: 100%;
}
#wrap:not(.micro) #header .gnb-list {
  margin: 0 auto;
  min-height: 100%;
}
#wrap:not(.micro) #header .gnb-list a {
  font-weight: 500;
}
#wrap:not(.micro) #header .gnb-list a:hover, #wrap:not(.micro) #header .gnb-list a.active {
  color: #0b50f2;
}
#wrap:not(.micro) #header .gnb-list .dep1 {
  display: flex;
  justify-content: center;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li > a {
  display: block;
  padding: 0 20px;
  font-size: 18px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li > a > span {
  display: block;
  padding: 0 10px;
  height: 80px;
  line-height: 80px;
  white-space: nowrap;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:hover > a > span, #wrap:not(.micro) #header .gnb-list .dep1 > li.active > a > span {
  color: #0b50f2;
  border-bottom: 2px solid #0b50f2;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.active .dep2-wrap {
  display: block;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li .dep2-wrap {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  display: none;
  height: 0;
  min-width: 1349px;
  box-shadow: 1px 1px 4px 0px rgba(4, 0, 0, 0.06);
  background: #f8f8f8;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li .dep2-wrap > .inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product.active .dep2-wrap {
  min-height: 580px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap {
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  right: auto;
  bottom: 0;
  margin-left: -20px;
  opacity: 0;
  transition: margin .5s, opacity .5s;
  pointer-events: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap.active,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap.active,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap.active,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap.active {
  margin-left: 0;
  opacity: 1;
  pointer-events: inherit;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 {
  border-right: 1px solid #eeeeee;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li > a {
  position: relative;
  display: block;
  padding: 13px 0 14px;
  line-height: 1.3;
  color: #767676;
  font-weight: 400;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -100px -100px;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li > a::after {
  display: none;
  left: auto;
  right: 8px;
  transform: translate(0, -50%);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li:hover > a, #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li.active > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li:hover > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li.active > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li:hover > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li.active > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li:hover > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.active > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li:hover > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.active > a {
  color: #111111;
  font-weight: 700;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li:hover > a::after, #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li.active > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li:hover > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li.active > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li:hover > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li.active > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li:hover > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.active > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li:hover > a::after,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.active > a::after {
  display: inline-block;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2 {
  position: relative;
  padding: 40px 0 0 10px;
  min-width: 185px;
  width: 13.021%;
  height: 100%;
  background-color: #f8f8f8;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2::before {
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  content: '';
  width: 50vw;
  height: 100%;
  background-color: #f8f8f8;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2 > li + li {
  margin-top: 32px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2 > li > a {
  position: relative;
  display: block;
  padding: 0 48px 0 0;
  line-height: 36px;
  color: #0b50f2;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2 > li > a::after {
  display: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-image: url("../jpg/bg_gnb_product.jpg");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 450px;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  transition: opacity 0.5s;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner.active {
  opacity: 1;
  visibility: visible;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 56px 0 46px;
  height: 580px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner .tit {
  padding: 0 36px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner .tit small {
  display: block;
  line-height: 26px;
  color: #444444;
  font-size: 18px;
  font-weight: 500;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner .tit strong {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  max-height: 144px;
  line-height: 48px;
  color: #0b50f2;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner figure {
  position: relative;
  margin: 0 10px;
  height: 242px;
  mix-blend-mode: multiply;
  overflow: hidden;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap {
  margin-top: 24px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 {
  border-right: 0;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li + li {
  margin-top: 16px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li > a {
  padding: 0 48px 0 0;
  line-height: 32px;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li > a:after {
  display: none;
  right: 9px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li.active > a {
  font-weight: 500;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li.active > a:after {
  display: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .btns-toggles {
  position: absolute;
  top: 36px;
  left: calc(100% + 242px);
  transform: translateX(59px);
  margin-left: -20px;
  opacity: 0;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .btns-toggles.lineup {
  left: calc(100% + 242px);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .btns-toggles.solution {
  left: calc(100% + 242px + 242px);
  transform: translateX(23px);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .btns-toggles.off {
  display: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec {
  position: absolute;
  top: 76px;
  left: calc(100% + 242px);
  right: auto;
  display: none;
  transform: translateX(67px);
  padding-right: 20px;
  width: calc(1054px + 20px);
  max-width: calc(1054px + 20px);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec.lineup {
  left: calc(100% + 242px);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec.solution {
  left: calc(100% + 242px + 242px);
  transform: translateX(31px);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec.active {
  display: block;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .unit {
  position: absolute;
  top: -30px;
  left: 255px;
  font-size: 0;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .unit label + label {
  margin-left: 20px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .size {
  display: flex;
  margin-top: 40px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .size .tit {
  flex-shrink: 0;
  line-height: 24px;
  font-weight: 500;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .size .list {
  margin: -9px 0 0 46px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .size .list:after {
  content: '';
  display: block;
  clear: both;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .size .list label {
  float: left;
  margin-top: 9px;
  width: 106px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-slider {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-slider .box {
  width: calc((100% - 20px) / 3);
  max-width: 314px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-slider .box .form-slider {
  position: relative;
  padding-left: 114px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-slider .box .form-slider .tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-slider .box .form-slider .tit .txt-unit {
  display: block;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-slider .box .form-slider .values {
  margin-top: 0;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area {
  position: relative;
  margin-top: 33px;
  padding: 29px 0 0 0;
  max-width: 1054px;
  border-top: 1px solid #eeeeee;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area .tit {
  line-height: 24px;
  font-weight: 500;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area .btn-all {
  position: absolute;
  top: 31px;
  left: auto;
  right: 38px;
  line-height: 20px;
  color: #767676;
  font-size: 14px;
  font-weight: 500;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area .btn-all::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: -200px 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area .btn-all::after {
  left: auto;
  right: -38px;
  transform: translate(0, -50%);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area .list-product {
  padding-top: 16px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area .list-product ul {
  flex-wrap: nowrap;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap > .pro-spec .list-area .infotxt.nodata {
  padding-top: 100px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 {
  background-color: #f8f8f8;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep5-wrap .dep5 {
  width: 368px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep5-wrap .dep5 > li > a {
  padding-left: 31px;
  padding-right: 44px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep5-wrap .dep5 > li > a::after {
  right: 8px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep6-wrap {
  min-width: 368px;
  width: 368px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep6-wrap .dep6 > li > a {
  padding-left: 31px;
  padding-right: 44px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep6-wrap .dep6 > li > a::after {
  right: 8px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep4,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep3-1,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 {
  position: relative;
  padding-top: 32px;
  width: 242px;
  height: 100%;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep4 > li > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep3-1 > li > a,
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li > a {
  padding: 12px 44px 12px 32px;
  font-size: 18px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li > a[data-menu="software"] ~ .dep5-wrap .dep5 {
  padding-top: 32px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li > a[data-menu="software"] ~ .dep5-wrap .dep5 .dep6-wrap .dep6 {
  padding-top: 32px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 {
  position: relative;
  padding-top: 98px;
  padding-bottom: 48px;
  width: 440px;
  min-height: 580px;
  height: auto;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li > a {
  padding-left: 67px;
  padding-right: 80px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li > a::after {
  right: 44px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.btn-category {
  padding: 0 60px 16px calc(67px - 12px);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.btn-category > a {
  padding: 4px 0 4px 12px;
  line-height: 26px;
  color: #0b50f2;
  font-size: 18px;
  font-weight: 700;
  background-color: #f4f4f4;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.btn-category > a::after {
  display: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.btn-category > a:hover {
  color: #ffffff;
  font-weight: 700;
  background-color: #0b50f2;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.btn-category > a:hover::after {
  display: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .pro-line {
  display: none;
  position: relative;
  height: 100%;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .pro-line.active {
  display: block;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap {
  padding: 98px 4px 70px 0;
  min-width: 452px;
  width: 452px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6::-webkit-scrollbar-track {
  background-color: transparent;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6::-webkit-scrollbar {
  width: 4px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li > a {
  padding-left: 79px;
  padding-right: 80px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li > a::after {
  right: 44px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.btn-category {
  padding: 0 60px 16px calc(79px - 12px);
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.btn-category > a {
  padding: 4px 0 4px 12px;
  line-height: 26px;
  color: #0b50f2;
  font-size: 18px;
  font-weight: 700;
  background-color: #f4f4f4;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.btn-category > a::after {
  display: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.btn-category > a:hover {
  color: #ffffff;
  font-weight: 700;
  background-color: #0b50f2;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.btn-category > a:hover::after {
  display: none;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product).active .dep2-wrap {
  padding-top: 32px;
  height: 300px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product) .dep2-wrap .dep2 {
  text-align: center;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product) .dep2-wrap .dep2 > li {
  display: inline-block;
  margin: 0 24px 24px;
  text-align: left;
  vertical-align: top;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product) .dep2-wrap .dep2 > li > a {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product) .dep3-wrap {
  padding-top: 12px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product) .dep3-wrap .dep3 a {
  line-height: 32px;
  color: #767676;
  font-size: 16px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product).career .dep2 {
  margin: 0 auto;
  width: 675px;
  text-align: right !important;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:not(.product).career .dep2 li {
  margin: 0 8px;
}
#wrap:not(.micro) #header .gnb-list .dep1 > li:nth-child(2) .dep2 > li:nth-child(2) .dep3-wrap {
  display: none !important;
}
#wrap:not(.micro) #header .util {
  display: flex;
  justify-content: flex-end;
  margin-right: -10px;
  height: 100%;
}
#wrap:not(.micro) #header .util .btn-lang {
  position: relative;
  padding: 3px 10px 0 0;
  line-height: 79px;
  font-family: "Poppins", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
  font-size: 14px;
  white-space: nowrap;
}
#wrap:not(.micro) #header .util .btn-lang .icon-flag {
  margin: -3px -11px 0 0;
  vertical-align: middle;
  transform: scale(0.8);
}
#wrap:not(.micro) #header .util .btn-search {
  position: relative;
  width: 71px;
  height: 100%;
}
#wrap:not(.micro) #header .util .btn-search::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
#wrap:not(.micro) #header .util .btn-search:after {
  margin-top: 2px;
}
#wrap:not(.micro) #header .util .btn-gnb {
  position: relative;
  width: 40px;
  height: 100%;
}
#wrap:not(.micro) #header .util .btn-gnb > span:not(.blind) {
  position: absolute;
  top: 33px;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #111111;
  transition: all .3s;
}
#wrap:not(.micro) #header .util .btn-gnb > span:not(.blind):nth-child(1) {
  top: 34px;
}
#wrap:not(.micro) #header .util .btn-gnb > span:not(.blind):nth-child(2) {
  top: 41px;
}
#wrap:not(.micro) #header .util .btn-gnb > span:not(.blind):nth-child(3) {
  top: 48px;
}
#wrap:not(.micro) #header .util .btn-gnb.active > span:not(.blind):nth-child(1) {
  top: 41px;
  transform: translateX(-50%) rotate(45deg);
}
#wrap:not(.micro) #header .util .btn-gnb.active > span:not(.blind):nth-child(2) {
  opacity: 0;
}
#wrap:not(.micro) #header .util .btn-gnb.active > span:not(.blind):nth-child(3) {
  top: 41px;
  transform: translateX(-50%) rotate(-45deg);
}

html:lang(zh) #wrap:not(.micro) #header .gnb-list .dep1 > li.product.active .dep2-wrap {
  min-height: 630px;
}
html:lang(zh) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner {
  height: 630px;
  background-image: url("../jpg/bg_gnb_product_cn.jpg");
}
html:lang(zh) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner a {
  padding: calc(56px + 25px) 0 calc(46px + 25px);
}
html:lang(zh) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner .tit strong {
  font-weight: 700;
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}
html:lang(zh) #wrap:not(.micro) #header .util .btn-lang {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2 {
  min-width: 200px;
}
html:lang(en) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner .tit strong {
  font-weight: 700;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 a,
html:lang(en) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep4 a,
html:lang(en) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep3-1 a,
html:lang(en) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 a {
  font-size: 16px;
}
html:lang(en) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep5-wrap .dep5 > li > a {
  padding-left: 31px;
}
html:lang(en) #wrap:not(.micro) #header .util .btn-lang {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li:hover > a, html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-wrap .dep3 > li.active > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li:hover > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 > li.active > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li:hover > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 > li.active > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li:hover > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.active > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li:hover > a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep6-wrap .dep6 > li.active > a {
  font-weight: 500;
}
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2 {
  padding-left: 0;
  min-width: 250px;
}
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .dep2 > li > a {
  font-size: 19px;
}
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep2-wrap .pro-banner .tit strong {
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep3-1 a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep4 a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep3-1 a,
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep4-wrap .dep4 a {
  font-size: 15px;
}
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep3-1-wrap .dep5-wrap .dep5 > li > a {
  padding-left: 31px;
}
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li > a {
  padding-left: 57px;
}
html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li.product .dep5-wrap .dep5 > li.btn-category > a {
  padding-left: 12px;
}
html:lang(de) #wrap:not(.micro) #header .util .btn-lang {
  font-family: "Noto Sans", sans-serif;
}

@media (max-width: 1500px) {
  #wrap:not(.micro) #header .gnb-list .dep1 > li > a {
    padding: 0 10px;
  }

  html:lang(de) #wrap:not(.micro) #header .gnb-list .dep1 > li > a {
    padding: 0 6px;
  }
}
/**
* --------------------------------
* Footer
* --------------------------------
*/
#aside {
  display: none;
  position: absolute;
  bottom: calc(288px + 40px);
  right: 40px;
  z-index: 28;
}
#aside.fixed {
  position: fixed;
  bottom: 40px;
}
#aside > button {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background-color: #eeeeee;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: 0.4s;
}
#aside > button + button {
  margin-top: 20px;
}
#aside > button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
#aside > button::after {
  background-image: url("../png/aside.png");
}
#aside > button.btn-help::after {
  background-position: 0 0;
}
#aside > button.btn-bookmark::after {
  background-position: -50px 0;
}
#aside > button.btn-search::after {
  background-position: -100px 0;
}
#aside > button.btn-top {
  background-color: #111111;
}
#aside > button.btn-top::after {
  background-position: -150px 0;
}
#aside > button:hover {
  background-color: #0b50f2;
}
#aside > button:hover.btn-help::after {
  background-position: 0 -50px;
}
#aside > button:hover.btn-bookmark::after {
  background-position: -50px -50px;
}
#aside > button:hover.btn-search::after {
  background-position: -100px -50px;
}
#aside .link {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: calc(100% - 54px);
  display: none;
  padding: 17px 16px;
  width: 160px;
  border-radius: 12px 12px 30px 12px;
  background-color: #ffffff;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#aside .link a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
}
#aside .link a + a {
  margin-top: 10px;
}

#wrap:not(.micro) #footer {
  position: relative;
  height: 288px;
  border-top: 1px solid #eeeeee;
}
#wrap:not(.micro) #footer .inner {
  padding: 59px 20px 0;
  max-width: calc(1720px + 40px);
  height: 100%;
}
#wrap:not(.micro) #footer .logo {
  background-image: url("../png/logo.png");
  display: inline-block;
  background-position: 0 -50px;
  background-repeat: no-repeat;
  display: block;
  width: 182px;
  height: 22px;
}
#wrap:not(.micro) #footer .util {
  margin-top: 32px;
  font-size: 0;
}
#wrap:not(.micro) #footer .util a {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}
#wrap:not(.micro) #footer .util a + a {
  margin-left: 32px;
}
#wrap:not(.micro) #footer .util .btn-download {
  margin-left: 24px;
  padding-left: 24px;
  font-weight: 500;
  position: relative;
}
#wrap:not(.micro) #footer .util .btn-download::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #d4d4d4;
  vertical-align: top;
}
#wrap:not(.micro) #footer .util .btn-download::before {
  top: 4px;
}
#wrap:not(.micro) #footer .util .btn-download .icon-download {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-2px, -50%);
}
#wrap:not(.micro) #footer .copyright {
  margin-top: 69px;
  color: #767676;
  font-size: 13px;
  font-family: "Poppins", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
#wrap:not(.micro) #footer .copyright b {
  font-size: 18px;
  font-weight: 400;
}
#wrap:not(.micro) #footer .sns {
  position: absolute;
  right: 12px;
  bottom: 51px;
}
#wrap:not(.micro) #footer .sns > span {
  padding-right: 11px;
  color: #767676;
  font-size: 13px;
  font-family: "Poppins", "Malgun Gothic", "맑은 고딕", Dotum, "돋움", sans-serif;
}
#wrap:not(.micro) #footer .sns a {
  display: inline-block;
  margin-left: 1px;
  vertical-align: middle;
}
#wrap:not(.micro) #footer .sns a .icon {
  width: 35px;
  height: 35px;
}

html:lang(ko) #wrap:not(.micro) #footer .cs {
  margin-top: 28px;
  line-height: 20px;
  color: #767676;
  font-size: 14px;
}
html:lang(ko) #wrap:not(.micro) #footer .cs strong {
  display: block;
  line-height: 32px;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
}
html:lang(ko) #wrap:not(.micro) #footer .cs p {
  margin-top: 8px;
}
html:lang(ko) #wrap:not(.micro) #footer .cs .ceo {
  margin-top: 4px;
}
html:lang(ko) #wrap:not(.micro) #footer .cs .ceo span {
  display: inline-block;
  position: relative;
}
html:lang(ko) #wrap:not(.micro) #footer .cs .ceo span + span {
  margin-left: 12px;
  padding-left: 13px;
}
html:lang(ko) #wrap:not(.micro) #footer .cs .ceo span + span::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: '';
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #d4d4d4;
}
html:lang(ko) #wrap:not(.micro) #footer .util {
  position: absolute;
  top: 120px;
  left: auto;
  right: 20px;
  margin-top: 0;
}
html:lang(ko) #wrap:not(.micro) #footer .copyright {
  margin-top: 39px;
}
html:lang(ko) #wrap:not(.micro) #footer .sns .btn-download {
  margin-right: 52px;
  padding-right: 40px;
  font-weight: 500;
  position: relative;
}
html:lang(ko) #wrap:not(.micro) #footer .sns .btn-download::after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #d4d4d4;
  vertical-align: top;
}
html:lang(ko) #wrap:not(.micro) #footer .sns .btn-download::after {
  top: -2px;
  right: -26px;
}
html:lang(ko) #wrap:not(.micro) #footer .sns .btn-download .icon-download {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}

html:lang(zh) #wrap:not(.micro) #footer .copyright {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}
html:lang(zh) #wrap:not(.micro) #footer .copyright a {
  margin-left: 24px;
  color: #767676;
}
html:lang(zh) #wrap:not(.micro) #footer .sns > span {
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}

html:lang(en) #wrap:not(.micro) #footer .copyright {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) #wrap:not(.micro) #footer .sns > span {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) #wrap:not(.micro) #aside > a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background-color: #eeeeee;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: 0.4s;
}
html:lang(en) #wrap:not(.micro) #aside > a + button {
  margin-top: 20px;
}
html:lang(en) #wrap:not(.micro) #aside > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../png/btn.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: '';
  width: 50px;
  height: 50px;
}
html:lang(en) #wrap:not(.micro) #aside > a::after {
  background-image: url("../png/aside.png");
}
html:lang(en) #wrap:not(.micro) #aside > a.btn-contactus::after {
  background-position: -200px 0;
}
html:lang(en) #wrap:not(.micro) #aside > a:hover {
  background-color: #0b50f2;
}
html:lang(en) #wrap:not(.micro) #aside > a:hover.btn-contactus::after {
  background-position: -200px -50px;
}

html:lang(de) #wrap:not(.micro) #footer .copyright {
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) #wrap:not(.micro) #footer .sns > span {
  font-family: "Noto Sans", sans-serif;
}
