@charset "UTF-8";
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
button {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0 none;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
select,
textarea,
button {
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

body {
  background: #fff;
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 12px;
  line-height: 1.5;
  font-family: "KakaoBig", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: 0;
  color: #000;
}

/* color값은 디자인가이드에 맞게사용 */
a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

a:active {
  background-color: transparent;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

/* icon */
.ico_comm {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  vertical-align: top;
}

/* global */
.direct-link {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1000;
  height: 1px;
}

/* 바로가기 */
.direct-link a {
  position: absolute;
  top: -999px;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  background: #333;
  text-decoration: none;
  white-space: nowrap;
}

.direct-link a:focus {
  top: 0;
}

.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* PC용 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 1px;
}

/* Mobile용 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.ir_caption {
  overflow: hidden;
  width: 1px;
  font-size: 1px;
  line-height: 0;
  text-indent: -9999px;
}

/* Table caption에 숨김텍스트를 제공할때 */
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.show {
  display: block;
}

.hide {
  display: none;
}

/* font */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"),
    url(../fonts/NotoSansKR-Regular-Hestia.woff) format("woff");
}

@font-face {
  font-family: "KakaoBig";
  font-style: normal;
  font-weight: 600;
  src: local("☺"), url(../fonts/KakaoBigBold.woff2) format("woff2"),
    url(../fonts/KakaoBigBold.woff) format("woff"),
    url(../fonts/KakaoBigBold.otf) format("opentype"),
    url(../fonts/KakaoBigBold.ttf) format("truetype");
}

@font-face {
  font-family: "KakaoBig";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url(../fonts/KakaoBig.woff2) format("woff2"),
    url(../fonts/KakaoBig.woff) format("woff"),
    url(../fonts/KakaoBig.otf) format("opentype"),
    url(../fonts/KakaoBig.ttf) format("truetype");
}

@font-face {
  font-family: "KakaoSmall";
  font-style: normal;
  font-weight: 700;
  src: local("☺"), url(../fonts/KakaoSmallBold.woff2) format("woff2"),
    url(../fonts/KakaoSmallBold.woff) format("woff"),
    url(../fonts/KakaoBigBold.otf) format("opentype"),
    url(../fonts/KakaoBigBold.ttf) format("truetype");
}

@font-face {
  font-family: "KakaoSmall";
  font-style: normal;
  font-weight: 400;
  src: local("☺"), url(../fonts/KakaoSmall.woff2) format("woff2"),
    url(../fonts/KakaoSmall.woff) format("woff"),
    url(../fonts/KakaoSmall.otf) format("opentype"),
    url(../fonts/KakaoSmall.ttf) format("truetype");
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/** Swiper 4.5.3 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: October 16, 2019 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

.container-doc,
.inner-main,
.main-content,
.content-article {
  height: 100%;
}

.container-doc {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.doc-main {
  width: 100%;
  min-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.doc-main [class*="wrap_"] {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.doc-main .wrap_visual {
  width: 100%;
  max-width: inherit;
  height: 408px;
  margin: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.doc-main .wrap_tit {
  padding-top: 100px;
}

.doc-main .desc_txt {
  margin-top: 24px;
  font-size: 16px;
}

/* header */
.doc-header {
  display: flex;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 120px;
  min-width: 1440px;
  padding: 45px 80px;
  margin: 0 auto;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.5);
}

.doc-header.type_fixed {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  min-width: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  color: #000;
}

.doc-header.type_fixed .link_menu {
  color: rgba(0, 0, 0, 0.5);
}

.doc-header.type_fixed .link_menu.active {
  font-weight: 600;
  color: #000;
}

.doc-header .link_menu.active {
  font-weight: 600;
  color: #fff;
}

.doc-header .link_logo {
  display: block;
  width: 100%;
  height: 100%;
}

/* main 페이지 header */
.type_main .doc-header .link_menu {
  color: #fff;
}

.type_main .doc-header.type_fixed .link_menu {
  color: #000;
}

/* news 상세 페이지 header */
.type_detail .doc-header {
  box-shadow: none;
  color: #000;
  background-color: #fff;
}

.type_detail .doc-header .link_menu {
  color: rgba(0, 0, 0, 0.5);
}

.type_detail .doc-header .link_menu.active {
  font-weight: 600;
  color: #000;
}

.type_detail .doc-header.type_fixed {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* footer */
.doc-footer {
  flex: none;
  overflow-x: auto;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  padding: 40px 80px;
  box-sizing: border-box;
}

.doc-footer .inner_footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.doc-footer .group_info .item_info.active .box_link {
  display: block;
}

.doc-footer .group_info .item_info + .item_info {
  margin-left: 48px;
}

.doc-footer .group_info .ico_comm {
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.doc-footer .group_info .box_link {
  display: none;
  position: absolute;
  left: 0;
  bottom: calc(100% + 16px);
  width: 159px;
  padding: 24px;
  box-sizing: border-box;
  background-color: #333;
  border-radius: 6px;
}

.doc-footer .group_info .box_link li + li {
  margin-top: 12px;
}

.doc-footer .group_info .box_link a {
  color: #fff;
}

.doc-footer .group_sns {
  margin-top: 60px;
}

.doc-footer .group_sns .list_sns {
  display: flex;
}

.doc-footer .group_sns .list_sns .link_txt {
  font-size: 0;
  line-height: 0;
}

.doc-footer .group_sns .list_sns li + li {
  margin-left: 15px;
}

.doc-footer .txt_copyright {
  font-size: 12px;
}

/* gnb */
.main-sub .list_gnb {
  display: flex;
}
.main-sub {
  margin-left: auto;
}

.main-sub .list_gnb li {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

/* tab */
.tab_cont[hidden="hidden"] {
  display: none;
}

.tab_basic {
  text-align: center;
}

.list_tab li {
  display: inline-block;
}

.list_tab li + li {
  margin-left: 24px;
}

.list_tab li .link_tab:hover {
  color: #fff;
  background-color: #1a1a1a;
  font-weight: 600;
}

.list_tab li .link_tab[aria-selected="true"] {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

.tab_cont {
  display: block;
  padding: 80px 0 160px;
}

/* button */
.btn {
  display: inline-block;
}

.btn_large {
  min-width: 180px;
  height: 64px;
  padding: 0 10px;
  line-height: 64px;
  border-radius: 100px;
  font-size: 16px;
  box-sizing: border-box;
}

.btn_primary {
  color: rgba(0, 0, 0, 0.6);
  background-color: #f3f3f3;
  white-space: nowrap;
}

.btn_secondary {
  color: #fff;
  background-color: #1a1a1a;
}

.btn_g1 {
  color: #fff;
  background-color: #333;
}

.tit_txt {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

/* pagination */
.item_paging {
  padding-top: 40px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.item_paging [class*="btn_"] .ico_comm {
  display: block;
  margin: 0 auto;
}

.item_paging .btn_next {
  margin-left: 4px;
}

.item_paging .btn_next .ico_comm {
  -webkit-transform: rotate(180deg) translateY(-1px);
  -moz-transform: rotate(180deg) translateY(-1px);
  -ms-transform: rotate(180deg) translateY(-1px);
  transform: rotate(180deg) translateY(-1px);
}

.item_paging .link_page {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
}

.item_paging .link_page.link_type1 {
  color: #333;
}

.item_paging .link_page.link_type1.active {
  border-radius: 50%;
  color: #fff;
  background-color: #000;
}

.item_paging .link_page.active {
  color: #333;
  font-weight: 600;
}

.item_paging .link_page.link_nextPage::after {
  content: "...";
  display: block;
  line-height: 24px;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-comm-alert,
.ico_alert {
  background-image: url(../images/sprites-comm.png);
  background-position: -50px -84px;
  width: 36px;
  height: 36px;
}

.icon-comm-alert1,
.ico_alert1,
.wrap_none .ico_alert {
  background-image: url(../images/sprites-comm.png);
  background-position: -96px -84px;
  width: 36px;
  height: 36px;
}

.icon-comm-arr-d-g1,
.ico_arr_d_g1 {
  background-image: url(../images/sprites-comm.png);
  background-position: -160px -110px;
  width: 12px;
  height: 12px;
}

.icon-comm-arr-l-g1,
.ico_arr_l_g1 {
  background-image: url(../images/sprites-comm.png);
  background-position: -102px -134px;
  width: 12px;
  height: 12px;
}

.icon-comm-arr-l-g2,
.ico_arr_l_g2 {
  background-image: url(../images/sprites-comm.png);
  background-position: -160px 0px;
  width: 32px;
  height: 32px;
}

.icon-comm-arr-r-g1,
.ico_arr_r_g1 {
  background-image: url(../images/sprites-comm.png);
  background-position: -124px -134px;
  width: 12px;
  height: 12px;
}

.icon-comm-arr-u-g1,
.ico_arr_u_g1 {
  background-image: url(../images/sprites-comm.png);
  background-position: -146px -134px;
  width: 12px;
  height: 12px;
}

.icon-comm-clock,
.ico_clock {
  background-image: url(../images/sprites-comm.png);
  background-position: -168px -134px;
  width: 12px;
  height: 12px;
}

.icon-comm-download,
.ico_download {
  background-image: url(../images/sprites-comm.png);
  background-position: 0px -84px;
  width: 40px;
  height: 40px;
}

.icon-comm-link-facebook,
.ico_facebook {
  background-image: url(../images/sprites-comm.png);
  background-position: -160px -42px;
  width: 24px;
  height: 24px;
}

.icon-comm-link-instagram,
.ico_instagram {
  background-image: url(../images/sprites-comm.png);
  background-position: -160px -76px;
  width: 24px;
  height: 24px;
}

.icon-comm-link-linkedin,
.ico_linkedin {
  background-image: url(../images/sprites-comm.png);
  background-position: 0px -134px;
  width: 24px;
  height: 24px;
}

.icon-comm-link-twitter,
.ico_twitter {
  background-image: url(../images/sprites-comm.png);
  background-position: -34px -134px;
  width: 24px;
  height: 24px;
}

.icon-comm-link-youtube,
.ico_youtube {
  background-image: url(../images/sprites-comm.png);
  background-position: -68px -134px;
  width: 24px;
  height: 24px;
}

.icon-comm-logo-d,
.ico_logo_d,
.doc-header.type_fixed .ico_logo,
.type_detail .doc-header .ico_logo {
  background-image: url(../images/m_logo_black_2x.png);
  background-repeat: no-repeat;
  width: 117px;
  height: 30px;
  background-size: contain;
}

.icon-comm-logo-w,
.ico_logo_w,
.doc-header .ico_logo {
  background-image: url(../images/m_logo_white_2x.png);
  background-repeat: no-repeat;
  width: 117px;
  height: 30px;
  background-size: contain;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-comm-alert,
  .ico_alert {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-alert1,
  .ico_alert1,
  .wrap_none .ico_alert {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-arr-d-g1,
  .ico_arr_d_g1 {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-arr-l-g1,
  .ico_arr_l_g1 {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-arr-l-g2,
  .ico_arr_l_g2 {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-arr-r-g1,
  .ico_arr_r_g1 {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-arr-u-g1,
  .ico_arr_u_g1 {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-clock,
  .ico_clock {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-download,
  .ico_download {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-link-facebook,
  .ico_facebook {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-link-instagram,
  .ico_instagram {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-link-linkedin,
  .ico_linkedin {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-link-twitter,
  .ico_twitter {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
  .icon-comm-link-youtube,
  .ico_youtube {
    background-image: url(../images/sprites-comm@2x.png);
    background-size: 192px 158px;
  }
}

/* main */
.container-doc.type_main {
  display: block;
}

.cont_main {
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.tit_slide {
  z-index: 2;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -63px auto;
  padding: 0 200px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  letter-spacing: -0.5px;
}

.group_slide {
  height: 100%;
}

.group_slide .swiper-main {
  height: 100%;
}

.group_slide .slick-list,
.group_slide .slick-track {
  width: 100%;
  height: 100%;
}

.group_slide .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.group_slide .swiper-slide1 {
  background-image: url(../images/main_01.jpg);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.group_slide .swiper-slide2 {
  background-image: url(../images/main_02.jpg);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.group_slide .swiper-slide3 {
  background-image: url(../images/main_03.jpg);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.group_slide .swiper-slide4 {
  background-image: url(../images/main_04.jpg);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.group_slide .swiper-slide5 {
  background-image: url(../images/main_05.jpg);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* about */
.cont_about {
  /* about - visual */
}

.cont_about .wrap_visual {
  background-image: url(../images/about.jpg);
}

/* about - snb */
.wrap_snb li {
  display: inline-block;
}

.wrap_snb li + li {
  margin-left: 24px;
}

.wrap_snb .btn_large:hover, .wrap_snb .btn[aria-selected="true"] {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 600;
}

.list_snb {
  padding: 50px 0 80px;
}

/* nav snb : 오른쪽 고정 네비 */
.wrap_nav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wrap_nav .list_nav {
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  color: #ccc;
}

.wrap_nav .list_nav.type_dark li.on a,
.wrap_nav .list_nav.type_dark li:hover a {
  background-color: #fff;
}

.wrap_nav .list_nav li {
  position: relative;
  width: auto;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
}

.wrap_nav .list_nav li a {
  display: inline-block;
  padding-right: 48px;
  padding-left: 8px;
}

.wrap_nav .list_nav li a::after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #ccc;
  margin-top: -1px;
}

.wrap_nav .list_nav li .txt_num {
  display: block;
}

.wrap_nav .list_nav li .txt_on {
  display: none;
}

.wrap_nav .list_nav li + li {
  margin-top: 24px;
}

.wrap_nav .list_nav li.on,
.wrap_nav .list_nav li:hover {
  color: #000;
}

.wrap_nav .list_nav li.on a,
.wrap_nav .list_nav li:hover a {
  background-color: #fff;
}

.wrap_nav .list_nav li.on a::after,
.wrap_nav .list_nav li:hover a::after {
  display: block;
  background-color: #000;
}

.wrap_nav .list_nav li.on .txt_num,
.wrap_nav .list_nav li:hover .txt_num {
  display: none;
}

.wrap_nav .list_nav li.on .txt_on,
.wrap_nav .list_nav li:hover .txt_on {
  display: block;
}

/* about - introduction */
.doc-main .wrap_intro {
  max-width: inherit;
}

.wrap_intro [class*="area_"] {
  max-width: 1200px;
  margin: 0 auto;
}

.wrap_intro .area_greet {
  margin-bottom: 140px;
}

.wrap_intro .area_purpose,
.wrap_intro .area_diagram {
  max-width: inherit;
}

.area_greet {
  padding: 0;
}

.area_greet .desc_txt {
  display: inline-block;
  margin-top: 60px;
  width: 1200px;
}

.area_greet .box_greet {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0 200px;
}

.area_greet .thumb_fig {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.area_greet .img_thumb {
  vertical-align: top;
}

.area_greet .tit_thumb {
  margin-top: 16px;
  font-size: 18px;
}

.area_greet .thumb_desc {
  margin-left: 54px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -1%;
  text-align: left;
}

.area_greet .desc_thumb + .desc_thumb {
  margin-top: 25px;
}

.area_purpose {
  height: 470px;
  padding: 100px 0;
  box-sizing: border-box;
  background: url(../images/purpose.png) no-repeat 50% 50% / cover;
  color: #fff;
}

.area_purpose .desc_txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.area_history {
  padding: 100px 0;
  box-sizing: border-box;
}

.area_history .list_history {
  display: flex;
  flex-direction: column;
  aline-items: center;
  gap: 50px;
  margin-top: 50px;
  padding: 0 100px;
}

.area_history .item_depth1 {
  position: relative;
}

.area_history .txt_year {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  font-weight: 600;
}

.area_history .list_depth2 {
  padding-left: 258px;
  text-align: left;
}

.area_history .item_depth2 {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 52px;
}

.area_history .item_depth2 + .item_depth2 {
  margin-top: 20px;
}

.area_history .item_depth2::after {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 12px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #000;
}

.area_history .item_depth2:last-child::after {
  display: none;
}

.area_history .item_depth2 .txt_num {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 12px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
}

.area_history .item_depth2 .txt_eng {
  width: 57px;
  margin-left: 40px;
  font-weight: 600;
  font-size: 18px;
  color: #d6d6d6;
}

.area_history .list_depth3 {
  display: inline-block;
  margin-left: 70px;
  font-size: 18px;
}

.area_diagram {
  padding: 100px 0;
  background-color: #f8f8f8;
}

.area_diagram .img_diagram {
  margin: 40px auto 0;
  width: 1440px;
}

.area_business {
  padding: 110px 0 90px;
}

.area_business .item_business {
  display: flex;
  width: 792px;
  margin: 50px auto 0;
  text-align: left;
}

.area_business .item_business .box_cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
  padding: 34px 0 34px 34px;
  box-sizing: border-box;
}

.area_business .item_business .tit_cnt {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.area_business .item_business .desc_cnt {
  margin-top: 10px;
  font-size: 18px;
}

/* about - vision */
.cont_about .wrap_vision {
  margin-bottom: 120px;
}

.wrap_vision {
  height: 400px;
  padding: 145px 0;
  box-sizing: border-box;
  background: url(../images/vision.png) no-repeat 50% 50% / cover;
  color: #fff;
}

.wrap_vision .desc_txt {
  margin-top: 30px;
  font-size: 20px;
}

/* about - mission */
.doc-main .wrap_mission {
  max-width: inherit;
}

.wrap_mission {
  margin: 0;
  background-color: #232b30;
}

.wrap_mission .inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 120px;
  color: #fff;
}

.list_mission {
  display: flex;
  flex-wrap: wrap;
  width: 792px;
  margin: 40px auto 0;
}

.list_mission .item_mission {
  width: 384px;
  height: 380px;
  padding: 268px 0 0 28px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  vertical-align: bottom;
}

.list_mission .item_mission:nth-child(1) {
  background-image: url(../images/mission1.png);
}

.list_mission .item_mission:nth-child(2) {
  background-image: url(../images/mission2.png);
}

.list_mission .item_mission:nth-child(3) {
  background-image: url(../images/mission3.png);
}

.list_mission .item_mission:nth-child(4) {
  background-image: url(../images/mission4.png);
}

.list_mission .item_mission:nth-child(2) {
  margin-left: 24px;
}

.list_mission .item_mission:nth-child(3) {
  margin-top: 30px;
}

.list_mission .item_mission:nth-child(4) {
  margin-left: 24px;
  margin-top: 30px;
}

/* about - people */
.wrap_people {
  padding: 100px 0 50px;
}

.list_people {
  display: flex;
  flex-wrap: wrap;
  width: 994px;
  margin: 40px auto 0;
}

.list_people > .item_people:nth-child(3n + 2) {
  margin-left: 58px;
}

.list_people > .item_people:nth-child(3n + 3) {
  margin-left: 58px;
}

.item_people {
  width: 282px;
  height: 508px;
  margin-bottom: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 16px;
}

.item_people.on > * {
  transform: translateY(0);
  opacity: 1;
}

.item_people > * {
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.5s;
}

.item_people img {
  width: 220px;
}

.item_people .group_txt {
  padding-left: 10px;
}

.item_people .group_txt > * {
  display: block;
  text-align: left;
}

.item_people .txt_name {
  margin-top: 44px;
  font-weight: 600;
  font-size: 24px;
}

.item_people .txt_job {
  margin-top: 5px;
  font-size: 14px;
}

.item_people .txt_comment {
  margin-top: 17px;
}

.item_people .list_tags {
  display: flex;
  margin-top: 15px;
}

.item_people .list_tags .txt_tag {
  color: rgba(51, 51, 51, 0.6);
}

.item_people .list_tags .txt_tag + .txt_tag {
  margin-left: 2px;
}

/* news 공통*/
.cont_news .wrap_visual {
  background-image: url(../images/news.jpg);
}

.cont_news .wrap_none {
  margin-bottom: 80px;
}

.cont_news .section_tab {
  padding-top: 50px;
}

.cont_news [class*="panel_"] {
  padding: 80px 0 100px;
}

.cont_news .item_paging {
  padding-top: 28px;
}

.item_news {
  position: relative;
  width: 792px;
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.item_news:hover {
  border-color: #1a1a1a;
}

.item_news + .item_news {
  margin-top: 20px;
}

.item_news .link_news {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.item_news .tit_news {
  display: block;
  font-weight: 600;
  font-size: 20px;
}

.item_news .desc_news {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 10px;
  font-size: 14px;
  color: #666;
}

.txt_time {
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
  color: #888;
}

.txt_time .ico_clock {
  margin-top: -1px;
  margin-right: 4px;
  vertical-align: middle;
}

/* none */
.cont_news .txt_alert {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}

.wrap_none {
  width: 792px;
  height: 332px;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  background-color: #fdfdfd;
}

.wrap_none .ico_alert {
  display: block;
  margin: 130px auto 0;
}

/* notice */
.type_notice .item_news {
  position: relative;
  height: 148px;
  padding: 0;
}

.type_notice .link_notice {
  padding: 32px;
}

.type_notice .txt_time {
  position: absolute;
  right: 32px;
  top: 32px;
  padding: 0;
  line-height: 30px;
}

.type_notice .desc_news {
  max-height: 46px;
}

/* notice > detail */
.container-doc.type_detail .doc-main {
  flex-grow: 1;
}

.container-doc.type_detail .inner_wrap {
  margin: 0 auto;
  max-width: 1006px;
  box-sizing: border-box;
}

.doc-main .wrap_detail {
  text-align: left;
}

.wrap_detail {
  padding: 240px 0;
}

.wrap_detail::after {
  content: "";
  display: block;
  clear: both;
}

.wrap_detail .group_tit {
  padding: 40px 0 47px 18px;
  border-top: 1px solid #000;
}

.wrap_detail .group_tit .tit_txt {
  font-size: 24px;
}

.wrap_detail .group_tit .txt_time {
  padding-top: 16px;
  font-size: 14px;
}

.wrap_detail .group_detail {
  padding: 50px 18px 60px;
  box-sizing: border-box;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
  color: #666;
}

.wrap_detail .btn_back {
  float: right;
  width: 138px;
  height: 56px;
  margin-top: 40px;
  border-radius: 10px;
  line-height: 56px;
}

/* media */
.type_media {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto;
  padding: 0 34px;
  box-sizing: border-box;
}

.type_media .item_news {
  width: 384px;
  height: 486px;
  margin: 0 0 28px;
  padding: 0;
  box-shadow: 4px 12px 30px 6px rgba(0, 0, 0, 0.07);
}

.type_media .item_news:nth-child(2n) {
  margin-left: 24px;
}

.type_media .item_news .tit_news {
  line-height: 28px;
}

.type_media .txt_time {
  padding-top: 20px;
  line-height: 20px;
}

.type_media .box_txt {
  padding: 32px;
}

.type_media .desc_news {
  max-height: 100px;
  -webkit-line-clamp: 4;
  line-height: 24px;
}

.img_media {
  display: block;
  width: 382px;
  height: 210px;
}
.img_media_detail {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 30px;
}

/* data */
.type_data .item_news {
  height: 116px;
}

.link_download {
  position: absolute;
  right: 32px;
  top: 38px;
}

.mobile_greet {
  display: none;
}

.gnb_creation {
  display: none;
}

.menu_open_btn {
  display: none;
}

.m_br {
  display: none;
}

.m_img_thumb {
  display: none !important;
}
/* Project */
.cont_project .wrap_visual {
  background-image: url(../images/project.jpg);
}

.wrap_project {
  padding: 0 0 120px;
  width: 792px;
  box-sizing: border-box;
}

.poster_container img {
  display: block;
  width: 100%;
  margin-top: 24px;
  border-radius: 12px;
}

.poster_container .box_cnt {
  align-self: center;
  text-align: left;
}

.poster_container .tit_cnt {
  font-size: 32px;
  line-height: 28px;
}

.poster_container .desc_cnt {
  box-sizing: border-box;
  margin-top: 24px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.6px;
  color: #555;
  word-break: keep-all;
}

.poster_container .list_apply div {
  display: flex;
  padding: 24px 0 23px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.poster_container .list_apply dt {
  min-width: 100px;
  font-weight: 700;
  color: #000;
}

.poster_container .list_apply dd {
  margin-left: 24px;
  color: #555;
}

.poster_container .list_apply .txt_notice {
  color: #999;
}

.link_container {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 80px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 32px 24px 32px 32px;
  box-sizing: border-box;
}
.link_container .link_txt {
  font-size: 20px;
  line-height: 30px;
}

.link_container .link_icon {
  margin-left: auto;
  cursor: pointer;
}
.project_container {
  display: flex;
  flex-direction: column;
}
.project_container[aria-hidden="true"] {
  display: none;
}

.news_container {
  margin-top: 80px;
  text-align: left;
}

.news_container img {
  width: 100%;
}

.news_container .tit_cnt {
  font-size: 24px;
}

.news_container .list_img {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.news_container .img_news, .news_container .m_img_news {
  display: block;
  border-radius: 12px;
}

.news_container .list_img li {
  width: 248px;
}

.poster_container .m_img_project, .news_container .m_img_news {
  display: none;
}

/* Mobile-project */
@media screen and (max-width: 768px) {
  .project_container .img_project, .news_container .img_news {
    display: none;
  }

  .project_container .m_img_project, .news_container .m_img_news {
    display: block;
  }
  
  .news_container {
    margin-top: 50px;
  }

  .news_container .list_img {
    flex-direction: column;
  }

  .news_container .list_img li {
    width: 100%;
  }

  .doc-title {
    width: 117px;
    height: 30px;
    font-size: 0;
    line-height: 0;
  }

  .wrap_project {
    width: 100%;
    padding: 0 24px 50px;
    box-sizing: border-box;
  }
  .poster_container {
    flex-direction: column;
    height: 100%;
    margin-top: 26px;
  }
  .poster_container .tit_cnt {
    font-size: 24px;
    line-height: 32px;
  }

  .poster_container .box_cnt {
    padding-left: 0;
  }
  .poster_container .desc_cnt {
    line-height: 28px;
    margin-top: 24px;
    letter-spacing: 0;
  }

  .link_container {
    margin-top: 50px;
    padding: 24px 24px;
  }

  .link_container .link_txt {
    font-size: 18px;
    line-height: 27px;
  }
  .link_container .link_icon {
    width: 20px;
  }
}

/* Mobile-common */
@media screen and (max-width: 768px) {
  .img_thumb {
    display: none;
  }

  .m_br {
    display: block;
  }

  .web_br {
    display: none;
  }

  .doc-main {
    min-width: 320px;
    word-break: keep-all;
  }

  .doc-header {
    min-width: auto;
    padding: 22px 24px;
    height: 74px;
  }

  .doc-header.type_fixed {
    min-width: 320px;
    width: 100%;
  }

  /* Footer */

  .doc-footer {
    width: 100%;
    height: 138px;
    min-width: 0;
    padding: 40px 24px 30px;
  }
  .doc-footer .txt_copyright {
    letter-spacing: -0.5px;
  }

  .doc-footer .inner_footer {
    flex-direction: column-reverse;
    height: 100%;
  }

  .wrap_mission .inner_wrap {
    padding: 80px 0;
  }

  .icon-comm-logo-d,
  .ico_logo_d,
  .doc-header.type_fixed .ico_logo,
  .type_detail .doc-header .ico_logo {
    background-image: url(../images/m_logo_black_2x.png);
    background-repeat: no-repeat;
    width: 117px;
    height: 30px;
    background-size: contain;
  }

  .icon-comm-logo-w,
  .ico_logo_w,
  .doc-header .ico_logo {
    background-image: url(../images/m_logo_white_2x.png);
    background-repeat: no-repeat;
    width: 117px;
    height: 30px;
    background-size: cover;
  }

  .menu-trigger {
    z-index: 9999;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 24px;
    height: 26px;
  }

  .menu-trigger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
  }

  .type_fixed .menu-trigger span {
    background-color: #000;
  }

  /* 닫기 버튼 */
  .menu-trigger.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (0px) rotate (-45deg);
    transform: translateY(7px) rotate(-45deg);
    background-color: white;
    z-index: 1;
  }

  .menu-trigger.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    background-color: white;
    z-index: 1;
  }
}

/* Mobile - main */

@media screen and (max-width: 768px) {
  /* main */
  .tit_slide {
    font-size: 36px;
    padding: 0 32px;
    top: 42%;
  }

  .group_slide .swiper-slide {
    background-position: 0;
  }

  .group_slide .swiper-slide1 {
    background-position: 72% 50%;
  }
  .group_slide .swiper-slide2 {
    background-position: 20% 50%;
  }
  .group_slide .swiper-slide3 {
    background-position: 85% 50%;
  }
  .group_slide .swiper-slide4 {
    background-position: 40% 50%;
  }
  .group_slide .swiper-slide5 {
    background-position: 19% 50%;
  }
}

/* Mobile -news */
@media only screen and (max-width: 768px) {
  .list_tab {
    margin-top: 30px;
  }

  .list_tab li {
    height: 42px;
    border-radius: 100px;
    background-color: #f3f3f3;
  }
  .list_tab a {
    padding: 10px 17px;
  }

  .list_tab li:hover {
    background-color: #000;
    color: #fff;
    font-weight: 600;
  }

  /* .btn {
    display: inline;
  } */

  .list_tab li + li {
    margin-left: 10px;
  }

  .wrap_none {
    width: 100%;
  }

  .cont_news .section_tab {
    padding-top: 0px;
  }

  .tab_cont {
    padding: 40px 24px 50px;
  }
  .cont_news .wrap_none {
    margin-bottom: 0px;
  }

  .cont_news .item_paging {
    padding-top: 30px;
  }

  .doc-main .desc_txt {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Mobile - about */
@media only screen and (max-width: 768px) {
  .mobile_about {
    padding: 0 24px;
  }

  .doc-main .wrap_visual {
    height: 160px;
  }

  .doc-main .wrap_tit {
    padding-top: 50px;
  }
  .doc-main .wrap_intro {
    padding-top: 60px;
  }

  .list_snb {
    display: flex;
    padding: 30px 24px 24px 24px;
    overflow: scroll;
  }
  .list_snb::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
  }

  /* .blur_box {
    width: 8px;
    height: 38px;
    position: absolute;
    right: 0px;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
  } */

  .list_snb::after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    width: 24px;
    height: 64px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#fff)
    );
    background-image: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0),
      #fff
    );
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    transform: translateY(-50%);
  }
  .list_snb::before {
    position: absolute;
    top: 50%;
    left: 0px;
    content: "";
    width: 24px;
    height: 64px;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#fff)
    );
    background-image: -webkit-linear-gradient(
      right,
      rgba(255, 255, 255, 0),
      #fff
    );
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
    transform: translateY(-50%);
  }
  
  .wrap_snb {
    position: relative;
  }

  .wrap_snb .btn {
    padding: 10px 17px;
    background-color: #f3f3f3;
    border-radius: 100px;
  }

  .wrap_snb .btn:hover {
    background-color: #1a1a1a;
    color: #fff;
    font-weight: 600;
  }

  .wrap_snb li + li {
    margin-left: 10px;
  }

  .btn_large {
    min-width: auto;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
  }

  .wrap_nav {
    display: none;
  }

  .main-sub .list_gnb {
    display: none;
  }

  .main-sub {
    margin-left: auto;
    align-self: center;
  }

  .tit_txt {
    font-size: 24px;
    line-height: 20px;
  }

  .cont_about .wrap_snb {
    margin: 0 -24px;
  }

  /* Introduction - 이사장 인사말 */

  .area_greet .thumb_fig {
    flex-direction: column-reverse;
  }

  .area_greet .box_greet {
    display: block;
    padding: inherit;
    margin-top: 0;
  }

  .area_greet .desc_txt {
    display: none;
  }

  .area_greet .tit_thumb {
    margin: 24px 0;
    font-weight: bold;
  }

  .area_greet .img_thumb {
    display: none;
  }

  .m_img_thumb {
    display: block !important;
    width: 100%;
    margin-top: 15px;
  }

  .tit_thumb b {
    font-weight: 400;
  }

  .mobile_greet {
    margin-top: 24px;
    display: block;
    font-size: 15px;
    font-weight: bold;
  }

  .area_greet .thumb_desc {
    margin-top: 24px;
    margin-left: auto;
    letter-spacing: -0.78px;
  }

  .wrap_intro .area_greet {
    margin-bottom: 106px;
  }

  .wrap_intro .area_purpose,
  .wrap_intro .area_diagram {
    margin: 0 -24px;
  }

  /* Introduction - 설립취지 */
  .area_purpose .desc_txt {
    font-size: 16px;
    margin-top: 32px;
    line-height: 26px;
    letter-spacing: -0.2px;
  }

  .area_purpose {
    padding: 70px 24px;
    height: 100%;
    background: url(../images/m_foundation_2x.jpg) no-repeat 50% 50% / cover;
  }

  /* Introduction - 연혁 */
  .area_history {
    padding: 76px 0;
  }

  .area_history .list_history {
    margin-top: 20px;
    padding: 0;
  }

  .area_history .txt_year {
    position: static;
    font-size: 18px;
    line-height: 20px;
    padding-left: 26px;
    display: flex;
  }

  .area_history .item_depth2 {
    margin-top: 22px;

    line-height: 18px;
    display: flex;
    flex-direction: column;
  }

  .area_history .item_depth2 + .item_depth2 {
    margin-top: 34px;
  }

  .area_history .list_depth2 {
    padding-left: 26px;
  }

  .area_history .list_depth3 {
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: -1px;
    margin-left: 44px;
  }

  .list_depth3 li + li {
    margin-top: 10px;
  }

  .area_history .item_depth2 .txt_eng {
    width: auto;
    margin-left: 46px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .area_history .item_depth2::after {
    left: 14px;
    top: 30px;
    height: calc(100% + 4px);
  }

  .area_history .item_depth2 .txt_num {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: 0;
    font-size: 14px;
    line-height: 28px;
  }

  /* Introduction - 조직도 */

  .area_diagram {
    padding: 76px 66px;
  }
  .area_diagram .img_diagram {
    display: none;
  }
  .ir_pm {
    width: 100%;
    font-size: 14px;
    text-indent: 0;
    line-height: normal;
    display: flex;
    justify-content: center;
    overflow: inherit;
  }
  .ir_pm li {
    width: 100%;
    margin-top: 12px;
  }
  .ir_pm li:first-child {
    margin-top: 16px;
  }

  .ir_pm_parent {
    font-size: 16px;
    line-height: 30px;
    margin-top: 24px;
    padding: 6px 0;
    border: 1px solid #cccccc;
    border-radius: 40px;
    color: black;
    background-color: white;
  }

  .ir_pm_parent:first-child {
    margin-top: 20px;
  }
  .ir_pm_child {
    margin-top: 16px;
    font-size: 16px;
    line-height: 14px;
  }

  .ir_pm_title {
    font-size: 16px;
    line-height: 30px;
    color: white;
    padding: 5px 0;
    margin-top: 32px;
    background-color: #232b30;
    border-radius: 40px;
  }

  /* Introduction - 사업내용 */
  .area_business {
    padding: 76px 0 84px;
  }

  .area_business .item_business {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .area_business .item_business .box_cnt {
    padding: 0;
    margin-left: 0;
  }

  .area_business .item_business .desc_cnt {
    letter-spacing: -0.4px;
    margin-top: 6px;
    font-size: 15px;
  }

  .area_business .item_business .tit_cnt {
    font-size: 18px;
  }

  .img_thumb {
    margin-top: 15px;
    height: 200px;
  }

  /* Vision */
  .wrap_vision {
    padding: 130px 0px;
    height: auto;
    background: url(../images/m_vision_2x.png) no-repeat 50% 50% / cover;
  }

  .cont_about .wrap_vision {
    margin-bottom: auto;
  }

  /* Mission */
  .list_mission .item_mission:nth-child(1) {
    background-image: url(../images/m_mission_01_2x.jpg);
  }

  .list_mission .item_mission:nth-child(2) {
    background-image: url(../images/m_mission_02_2x.jpg);
  }

  .list_mission .item_mission:nth-child(3) {
    background-image: url(../images/m_mission_03_2x.jpg);
  }

  .list_mission .item_mission:nth-child(4) {
    background-image: url(../images/m_mission_04_2x.jpg);
  }

  .list_mission {
    margin: 0 24px;
    flex-direction: column;
    width: auto;
  }

  .list_mission .item_mission:nth-child(2) {
    margin-top: 20px;
    margin-left: 0;
  }
  .list_mission .item_mission:nth-child(3) {
    margin-top: 20px;
  }

  .list_mission .item_mission:nth-child(4) {
    margin-top: 20px;
    margin-left: 0;
  }

  .list_mission .item_mission {
    width: 100%;
    height: 140px;
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    background-position: 0 24%;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
  }

  .list_mission .item_mission:first-child {
    margin-top: 32px;
  }

  /* People */
  .wrap_people {
    padding: 80px 0;
  }

  .list_people {
    width: 100%;
  }

  .item_people {
    width: calc(100% / 2);
    padding: 0 24px 30px;
    font-size: 12px;
    height: 100%;
    margin-bottom: 0;
  }

  .item_people .group_txt {
    padding-left: 6px;
  }

  .item_people .txt_name {
    margin-top: 20px;
    font-size: 18px;
  }
  .item_people .txt_job {
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
    letter-spacing: -0.3px;
  }

  .item_people .txt_comment {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .item_people .list_tags {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  .item_people .list_tags .txt_tag {
    font-size: 14px;
    line-height: 21px;
  }

  .item_people .list_tags .txt_tag + .txt_tag {
    margin-left: 0;
  }

  .item_people img {
    width: 139px;
    height: 173px;
  }
  .list_people > .item_people:nth-child(3n + 2) {
    margin-left: 0;
  }

  .list_people > .item_people:nth-child(3n + 3) {
    margin-left: 0;
  }

  .menu_open_btn {
    display: block;
    float: right;
    height: 40px;
    padding: 15px 20px;
    border: 1px solid black;
  }

  /* GNB */
  .gnb_creation {
    display: none;
    float: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .gnb_creation::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    content: "";
  }

  .gnb_creation .gnb_list_gnb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    overflow: hidden;
  }

  .gnb_creation .gnb_list_gnb .link_gnb {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
    font-size: 27px;
    line-height: 27px;
    color: #fff;
    text-align: center;
  }
  .gnb_list_gnb li {
    margin-bottom: 3px;
  }

  .kakao {
    color: #fff;
    border-bottom: 3px solid #ffcd00;
  }

  .box_foot {
    position: absolute;
    right: 0;
    bottom: 24px;
    left: 0;
  }

  .gnb_creation .box_foot .txt_copyright {
    display: block;
    color: #9b9b9b;
    text-align: center;
  }

  .img_profile1 {
    display: none;
  }
  .img_profile2 {
    display: none;
  }
  .img_profile3 {
    display: none;
  }
  .img_profile4 {
    display: none;
  }
  .img_profile5 {
    display: none;
  }
}

/* Mobile - new > notice */
@media only screen and (max-width: 768px) {
  .item_news {
    width: 100%;
  }

  .cont_news .txt_alert {
    font-size: 16px;
  }

  .type_notice .item_news {
    height: 248px;
  }
  .item_news .desc_news {
    font-size: 15px;
    padding-top: 16px;
    line-height: 26px;
    flex: 1;
  }

  .txt_time .ico_clock {
    width: 14px;
    height: 14px;
  }
  .type_notice .desc_news {
    max-height: none;
  }

  .type_notice .link_notice {
    padding: 24px;
    display: flex;
    flex-direction: column;
  }

  .item_news .tit_news {
    font-size: 18px;
    line-height: 27px;
  }
  .type_notice .txt_time {
    position: static;
    line-height: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 10px;
  }
}

/* Mobile - new > notice_detail */
@media only screen and (max-width: 768px) {
  .type_detail .menu-trigger span {
    background-color: #000;
  }

  .wrap_detail {
    padding: 134px 32px 50px;
  }

  .wrap_detail .group_tit {
    padding: 24px 8px;
  }

  .wrap_detail .group_tit .tit_txt {
    font-size: 18px;
    line-height: 27px;
  }

  .wrap_detail .group_detail {
    padding: 40px 8px;
    font-size: 15px;
    line-height: 26px;
  }

  .wrap_detail .btn_back {
    display: block;
    margin: 30px auto 0;
    width: 85px;
    height: 41px;
    float: none;
    line-height: 1;
    border-radius: 6px;
  }
}

/* Mobile - new > media */
@media only screen and (max-width: 768px) {
  .type_media {
    padding: 0;
    width: 100%;
  }

  .type_media .item_news {
    overflow: hidden;
    width: 100%;
    height: 413px;
  }

  .type_media .item_news:nth-child(2n) {
    margin-left: 0;
  }

  .type_media .img_media {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .type_media .box_txt {
    padding: 24px;
  }

  .type_media .item_news:last-child {
    margin-bottom: 0;
  }

  .img_media_detail {
    height: 150px;
  }

  .item_news .link_news {
    display: flex;
    flex-direction: column;
  }
  .type_media .txt_time {
    font-size: 14px;
    line-height: 10px;
  }
}
/* Mobile - News > data */
@media only screen and (max-width: 768px) {
  .item_news {
    padding: 24px;
  }

  .type_data .item_news {
    height: 99px;
  }
  .link_download {
    right: 24px;
    top: 28px;
  }

  .type_data .item_news .tit_news {
    max-width: 221px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .type_data .txt_time {
    font-size: 14px;
    line-height: 10px;
    padding-top: 12px;
  }

  .type_data .item_news + .item_news {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .type_detail .doc-header {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  }
}

@media only screen and (max-width: 360px) {
  .doc-header {
    height: 50px;
    padding: 10px 16px;
  }

  .doc-footer {
    padding: 40px 16px 30px;
  }

  .tit_slide {
    padding: 0 24px;
  }

  .box_foot {
    bottom: 16px;
  }

  .wrap_detail {
    padding: 134px 24px;
  }

  .m_br {
    display: none;
  }
}
