@charset "UTF-8";
/* MODE-LIGHT */
/* MODE-HIGH-CONTRAST */
/* HIGH CONTRAST BORDER WIDTH */
/* RESPONSIVE-PC */
/* RESPONSIVE-MOBILE */
/* SEMANTIC */
/* reset */
html,
body {
  position: relative;
  width: 100%;
  font-family: SCDream, "에스코어드림", GmarketSans, Gmarket Sans, NotoSans, "Noto Sans KR", Dotum, "돋움", sans-serif;
  color: #1e2124;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
}

body {
  background-color: #ffffff;
  font-size: 1rem;
  overflow-x: hidden;
}

*:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
  outline: 0.1rem solid #ffffff;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #ea3c3c;
          box-shadow: 0 0 0 0.2rem #ea3c3c;
  -webkit-transition: outline 0s, -webkit-box-shadow 0s !important;
  transition: outline 0s, -webkit-box-shadow 0s !important;
  transition: outline 0s, box-shadow 0s !important;
  transition: outline 0s, box-shadow 0s, -webkit-box-shadow 0s !important;
}

::-moz-selection {
  background: #ffbdbd;
  color: #ffffff;
}

::selection {
  background: #ffbdbd;
  color: #ffffff;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select,
ul,
li,
span,
em,
label,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: inherit;
  line-height: 1.5;
  letter-spacing: inherit;
}

pre {
  font-family: inherit;
}

input,
textarea,
a,
button,
select,
span,
label,
:before,
:after {
  font-size: inherit;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 500;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img,
fieldset {
  border: 0;
}

fieldset {
  min-width: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

em,
address,
i {
  font-style: normal;
}

a,
button {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

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

a:visited.visited,
a:visited .visited {
  color: #5917b8;
}

button,
input[type=submit],
input[type=button] {
  overflow: visible;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: button;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  resize: none;
}

label {
  cursor: pointer;
}

select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

caption {
  position: static !important;
  margin: 0 !important;
}

table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
}

[role=button] {
  cursor: pointer;
}

.img img {
  min-width: 100%;
  max-width: 100%;
}

.img.bg-img {
  background-size: cover;
}

.blind,
hr,
.sr-only,
legend,
caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.break-all {
  word-break: break-all;
}

.svg-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
}
.svg-icon.xsmall {
  width: 1rem;
  height: 1rem;
}
.svg-icon.small {
  width: 1.25rem;
  height: 1.25rem;
}
.svg-icon.medium {
  width: 1.5rem;
  height: 1.5rem;
}
.svg-icon.large {
  width: 2rem;
  height: 2rem;
}
.svg-icon.xlarge {
  width: 2.5rem;
  height: 2.5rem;
}
.svg-icon.pure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
}

.inner {
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 768px) {
  body {
    font-size: 1rem;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 1025px) {
  .inner {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}
.svg-icon.ico-angle {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-angle.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_white.svg);
  mask-image: url(../images/icon/ico_angle_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-angle.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_red.svg);
  mask-image: url(../images/icon/ico_angle_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-angle.disabled {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_disabled.svg);
  mask-image: url(../images/icon/ico_angle_disabled.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_disabled.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-angle.disabled.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_disabled_white.svg);
  mask-image: url(../images/icon/ico_angle_disabled_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_disabled_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-angle.disabled.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_disabled_red.svg);
  mask-image: url(../images/icon/ico_angle_disabled_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_disabled_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-angle.up {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.svg-icon.ico-angle.left {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.svg-icon.ico-angle.right {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.svg-icon.ico-sch {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sch.svg);
  mask-image: url(../images/icon/ico_sch.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sch.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sch.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sch_white.svg);
  mask-image: url(../images/icon/ico_sch_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sch_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sch.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sch_red.svg);
  mask-image: url(../images/icon/ico_sch_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sch_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-upload {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_upload.svg);
  mask-image: url(../images/icon/ico_upload.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_upload.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-upload.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_upload_white.svg);
  mask-image: url(../images/icon/ico_upload_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_upload_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-upload.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_upload_red.svg);
  mask-image: url(../images/icon/ico_upload_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_upload_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-call {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_call.svg);
  mask-image: url(../images/icon/ico_call.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_call.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-call.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_call_white.svg);
  mask-image: url(../images/icon/ico_call_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_call_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-call.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_call_red.svg);
  mask-image: url(../images/icon/ico_call_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_call_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-faq {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_faq.svg);
  mask-image: url(../images/icon/ico_faq.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_faq.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-faq.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_faq_white.svg);
  mask-image: url(../images/icon/ico_faq_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_faq_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-faq.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_faq_red.svg);
  mask-image: url(../images/icon/ico_faq_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_faq_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-like {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_like.svg);
  mask-image: url(../images/icon/ico_like.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_like.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-like.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_like_white.svg);
  mask-image: url(../images/icon/ico_like_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_like_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-like.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_like_red.svg);
  mask-image: url(../images/icon/ico_like_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_like_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-like-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_like_fill.svg);
  mask-image: url(../images/icon/ico_like_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_like_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-like-fill.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_like_fill_white.svg);
  mask-image: url(../images/icon/ico_like_fill_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_like_fill_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-like-fill.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_like_fill_red.svg);
  mask-image: url(../images/icon/ico_like_fill_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_like_fill_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-share {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_share.svg);
  mask-image: url(../images/icon/ico_share.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_share.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-share.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_share_white.svg);
  mask-image: url(../images/icon/ico_share_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_share_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-share.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_share_red.svg);
  mask-image: url(../images/icon/ico_share_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_share_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-more {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_more.svg);
  mask-image: url(../images/icon/ico_more.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_more.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-more.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_more_white.svg);
  mask-image: url(../images/icon/ico_more_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_more_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-more.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_more_red.svg);
  mask-image: url(../images/icon/ico_more_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_more_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sch-plus {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sch_plus.svg);
  mask-image: url(../images/icon/ico_sch_plus.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sch_plus.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sch-plus.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sch_plus_white.svg);
  mask-image: url(../images/icon/ico_sch_plus_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sch_plus_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sch-plus.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sch_plus_red.svg);
  mask-image: url(../images/icon/ico_sch_plus_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sch_plus_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-go {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go.svg);
  mask-image: url(../images/icon/ico_go.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-go.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go_white.svg);
  mask-image: url(../images/icon/ico_go_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-go.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go_red.svg);
  mask-image: url(../images/icon/ico_go_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-exclamation {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_exclamation.svg);
  mask-image: url(../images/icon/ico_exclamation.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_exclamation.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-exclamation.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_exclamation_white.svg);
  mask-image: url(../images/icon/ico_exclamation_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_exclamation_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-exclamation.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_exclamation_red.svg);
  mask-image: url(../images/icon/ico_exclamation_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_exclamation_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-down {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_download.svg);
  mask-image: url(../images/icon/ico_download.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_download.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-down.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_download_white.svg);
  mask-image: url(../images/icon/ico_download_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_download_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-down.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_download_red.svg);
  mask-image: url(../images/icon/ico_download_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_download_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-filter {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_filter.svg);
  mask-image: url(../images/icon/ico_filter.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_filter.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-filter.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_filter_white.svg);
  mask-image: url(../images/icon/ico_filter_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_filter_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-filter.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_filter_red.svg);
  mask-image: url(../images/icon/ico_filter_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_filter_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-reset {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_reset.svg);
  mask-image: url(../images/icon/ico_reset.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_reset.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-reset.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_reset_white.svg);
  mask-image: url(../images/icon/ico_reset_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_reset_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-reset.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_reset_red.svg);
  mask-image: url(../images/icon/ico_reset_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_reset_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-log {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login.svg);
  mask-image: url(../images/icon/ico_login.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-log.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_white.svg);
  mask-image: url(../images/icon/ico_login_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-log.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_red.svg);
  mask-image: url(../images/icon/ico_login_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-func {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_expand.svg);
  mask-image: url(../images/icon/ico_expand.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_expand.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-func.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_expand_white.svg);
  mask-image: url(../images/icon/ico_expand_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_expand_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-func.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_expand_red.svg);
  mask-image: url(../images/icon/ico_expand_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_expand_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-func.up {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.svg-icon.ico-func {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-logout {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_logout.svg);
  mask-image: url(../images/icon/ico_logout.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_logout.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-logout.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_logout_white.svg);
  mask-image: url(../images/icon/ico_logout_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_logout_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-logout.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_logout_red.svg);
  mask-image: url(../images/icon/ico_logout_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_logout_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-logout {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-email {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_email.svg);
  mask-image: url(../images/icon/ico_email.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_email.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-email.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_email_white.svg);
  mask-image: url(../images/icon/ico_email_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_email_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-email.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_email_red.svg);
  mask-image: url(../images/icon/ico_email_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_email_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-email {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-print {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_print.svg);
  mask-image: url(../images/icon/ico_print.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_print.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-print.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_print_white.svg);
  mask-image: url(../images/icon/ico_print_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_print_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-print.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_print_red.svg);
  mask-image: url(../images/icon/ico_print_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_print_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-print {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-scrap {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_scrap.svg);
  mask-image: url(../images/icon/ico_scrap.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_scrap.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-scrap.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_scrap_white.svg);
  mask-image: url(../images/icon/ico_scrap_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_scrap_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-scrap.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_scrap_red.svg);
  mask-image: url(../images/icon/ico_scrap_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_scrap_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-scrap {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-del {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete.svg);
  mask-image: url(../images/icon/ico_delete.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-del.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_white.svg);
  mask-image: url(../images/icon/ico_delete_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-del.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_red.svg);
  mask-image: url(../images/icon/ico_delete_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-del {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-popup-close {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_close.svg);
  mask-image: url(../images/icon/ico_close.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_close.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-popup-close.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_close_white.svg);
  mask-image: url(../images/icon/ico_close_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_close_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-popup-close.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_close_red.svg);
  mask-image: url(../images/icon/ico_close_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_close_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-delete-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_fill.svg);
  mask-image: url(../images/icon/ico_delete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-delete-fill.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_fill_white.svg);
  mask-image: url(../images/icon/ico_delete_fill_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_fill_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-delete-fill.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_fill_red.svg);
  mask-image: url(../images/icon/ico_delete_fill_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_fill_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-plus {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_plus.svg);
  mask-image: url(../images/icon/ico_plus.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_plus.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-plus.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_plus_white.svg);
  mask-image: url(../images/icon/ico_plus_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_plus_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-plus.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_plus_red.svg);
  mask-image: url(../images/icon/ico_plus_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_plus_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-plus {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-setting {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_setting.svg);
  mask-image: url(../images/icon/ico_setting.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_setting.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-setting.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_setting_white.svg);
  mask-image: url(../images/icon/ico_setting_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_setting_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-setting.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_setting_red.svg);
  mask-image: url(../images/icon/ico_setting_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_setting_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-setting {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-link {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go.svg);
  mask-image: url(../images/icon/ico_go.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-link.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go_white.svg);
  mask-image: url(../images/icon/ico_go_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-link.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go_red.svg);
  mask-image: url(../images/icon/ico_go_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-link {
  gap: var(--alldam-gap-3);
}
.svg-icon.ico-refresh {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_reset.svg);
  mask-image: url(../images/icon/ico_reset.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_reset.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-refresh.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_reset_white.svg);
  mask-image: url(../images/icon/ico_reset_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_reset_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-refresh.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_reset_red.svg);
  mask-image: url(../images/icon/ico_reset_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_reset_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-toggle {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-toggle.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_white.svg);
  mask-image: url(../images/icon/ico_angle_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-toggle.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_red.svg);
  mask-image: url(../images/icon/ico_angle_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-pw-visible {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_pw_visible_off.svg);
  mask-image: url(../images/icon/ico_pw_visible_off.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_pw_visible_off.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-pw-visible.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_pw_visible_off_white.svg);
  mask-image: url(../images/icon/ico_pw_visible_off_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_pw_visible_off_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-pw-visible.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_pw_visible_off_red.svg);
  mask-image: url(../images/icon/ico_pw_visible_off_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_pw_visible_off_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-pw-visible-on {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_pw_visible_on.svg);
  mask-image: url(../images/icon/ico_pw_visible_on.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_pw_visible_on.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-pw-visible-on.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_pw_visible_on_white.svg);
  mask-image: url(../images/icon/ico_pw_visible_on_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_pw_visible_on_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-pw-visible-on.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_pw_visible_on_red.svg);
  mask-image: url(../images/icon/ico_pw_visible_on_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_pw_visible_on_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-help {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_help.svg);
  mask-image: url(../images/icon/ico_help.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_help.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-help.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_help_white.svg);
  mask-image: url(../images/icon/ico_help_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_help_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-help.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_help_red.svg);
  mask-image: url(../images/icon/ico_help_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_help_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-page-next {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-page-next.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_white.svg);
  mask-image: url(../images/icon/ico_angle_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-page-next.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_red.svg);
  mask-image: url(../images/icon/ico_angle_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-page-next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.svg-icon.ico-bread-home {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_bread_home.svg);
  mask-image: url(../images/icon/ico_bread_home.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_bread_home.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-bread-home.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_bread_home_white.svg);
  mask-image: url(../images/icon/ico_bread_home_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_bread_home_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-bread-home.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_bread_home_red.svg);
  mask-image: url(../images/icon/ico_bread_home_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_bread_home_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-cal-move {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_dropdown.svg);
  mask-image: url(../images/icon/ico_arrow_dropdown.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_dropdown.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-cal-move.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_dropdown_white.svg);
  mask-image: url(../images/icon/ico_arrow_dropdown_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_dropdown_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-cal-move.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_dropdown_red.svg);
  mask-image: url(../images/icon/ico_arrow_dropdown_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_dropdown_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-calendar {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_calendar.svg);
  mask-image: url(../images/icon/ico_calendar.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_calendar.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-calendar.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_calendar_white.svg);
  mask-image: url(../images/icon/ico_calendar_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_calendar_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-calendar.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_calendar_red.svg);
  mask-image: url(../images/icon/ico_calendar_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_calendar_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-success-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_success_fill.svg);
  mask-image: url(../images/icon/ico_success_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_success_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-success-fill.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_success_fill_white.svg);
  mask-image: url(../images/icon/ico_success_fill_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_success_fill_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-success-fill.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_success_fill_red.svg);
  mask-image: url(../images/icon/ico_success_fill_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_success_fill_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-information-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information_fill.svg);
  mask-image: url(../images/icon/ico_information_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-information-fill.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information_fill_white.svg);
  mask-image: url(../images/icon/ico_information_fill_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information_fill_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-information-fill.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information_fill_red.svg);
  mask-image: url(../images/icon/ico_information_fill_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information_fill_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-information {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information.svg);
  mask-image: url(../images/icon/ico_information.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-information.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information_white.svg);
  mask-image: url(../images/icon/ico_information_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-information.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information_red.svg);
  mask-image: url(../images/icon/ico_information_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-error-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_error_fill.svg);
  mask-image: url(../images/icon/ico_error_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_error_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-error-fill.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_error_fill_white.svg);
  mask-image: url(../images/icon/ico_error_fill_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_error_fill_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-error-fill.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_error_fill_red.svg);
  mask-image: url(../images/icon/ico_error_fill_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_error_fill_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-complete-fill {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_complete_fill.svg);
  mask-image: url(../images/icon/ico_complete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_complete_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-complete-fill.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_complete_fill_white.svg);
  mask-image: url(../images/icon/ico_complete_fill_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_complete_fill_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-complete-fill.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_complete_fill_red.svg);
  mask-image: url(../images/icon/ico_complete_fill_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_complete_fill_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-modal-close {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_close.svg);
  mask-image: url(../images/icon/ico_close.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_close.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-modal-close.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_close_white.svg);
  mask-image: url(../images/icon/ico_close_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_close_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-modal-close.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_close_red.svg);
  mask-image: url(../images/icon/ico_close_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_close_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-fold {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_foldable.svg);
  mask-image: url(../images/icon/ico_foldable.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_foldable.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-fold.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_foldable_white.svg);
  mask-image: url(../images/icon/ico_foldable_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_foldable_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-fold.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_foldable_red.svg);
  mask-image: url(../images/icon/ico_foldable_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_foldable_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-fold.right {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.svg-icon.ico-ellipsis {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_ellipsis.svg);
  mask-image: url(../images/icon/ico_ellipsis.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_ellipsis.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-ellipsis.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_ellipsis_white.svg);
  mask-image: url(../images/icon/ico_ellipsis_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_ellipsis_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-ellipsis.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_ellipsis_red.svg);
  mask-image: url(../images/icon/ico_ellipsis_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_ellipsis_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swiper-play {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_play.svg);
  mask-image: url(../images/icon/ico_swiper_play.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_play.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swiper-play.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_play_white.svg);
  mask-image: url(../images/icon/ico_swiper_play_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_play_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swiper-play.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_play_red.svg);
  mask-image: url(../images/icon/ico_swiper_play_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_play_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swiper-stop {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_stop.svg);
  mask-image: url(../images/icon/ico_swiper_stop.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_stop.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swiper-stop.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_stop_white.svg);
  mask-image: url(../images/icon/ico_swiper_stop_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_stop_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swiper-stop.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_stop_red.svg);
  mask-image: url(../images/icon/ico_swiper_stop_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_stop_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-tooltip {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_tooltip.svg);
  mask-image: url(../images/icon/ico_tooltip.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_tooltip.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-tooltip.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_tooltip_white.svg);
  mask-image: url(../images/icon/ico_tooltip_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_tooltip_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-tooltip.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_tooltip_red.svg);
  mask-image: url(../images/icon/ico_tooltip_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_tooltip_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-urgent-danger {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_urgent_badge_danger.svg);
  mask-image: url(../images/icon/ico_urgent_badge_danger.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_urgent_badge_danger.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-urgent-danger.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_urgent_badge_danger_white.svg);
  mask-image: url(../images/icon/ico_urgent_badge_danger_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_urgent_badge_danger_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-urgent-danger.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_urgent_badge_danger_red.svg);
  mask-image: url(../images/icon/ico_urgent_badge_danger_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_urgent_badge_danger_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-emergency {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_emergency.svg);
  mask-image: url(../images/icon/ico_emergency.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_emergency.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-emergency.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_emergency_white.svg);
  mask-image: url(../images/icon/ico_emergency_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_emergency_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-emergency.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_emergency_red.svg);
  mask-image: url(../images/icon/ico_emergency_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_emergency_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-blog {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_blog.svg);
  mask-image: url(../images/icon/ico_blog.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_blog.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-blog.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_blog_white.svg);
  mask-image: url(../images/icon/ico_blog_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_blog_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-blog.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_blog_red.svg);
  mask-image: url(../images/icon/ico_blog_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_blog_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-facebook {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_facebook.svg);
  mask-image: url(../images/icon/ico_facebook.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_facebook.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-facebook.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_facebook_white.svg);
  mask-image: url(../images/icon/ico_facebook_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_facebook_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-facebook.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_facebook_red.svg);
  mask-image: url(../images/icon/ico_facebook_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_facebook_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-instagram {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_instagram.svg);
  mask-image: url(../images/icon/ico_instagram.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_instagram.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-instagram.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_instagram_white.svg);
  mask-image: url(../images/icon/ico_instagram_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_instagram_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-instagram.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_instagram_red.svg);
  mask-image: url(../images/icon/ico_instagram_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_instagram_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sns-x {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sns_x.svg);
  mask-image: url(../images/icon/ico_sns_x.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sns_x.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sns-x.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sns_x_white.svg);
  mask-image: url(../images/icon/ico_sns_x_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sns_x_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-sns-x.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sns_x_red.svg);
  mask-image: url(../images/icon/ico_sns_x_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sns_x_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-youtube {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_youtube.svg);
  mask-image: url(../images/icon/ico_youtube.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_youtube.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-youtube.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_youtube_white.svg);
  mask-image: url(../images/icon/ico_youtube_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_youtube_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-youtube.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_youtube_red.svg);
  mask-image: url(../images/icon/ico_youtube_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_youtube_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-all {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_all.svg);
  mask-image: url(../images/icon/ico_all.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_all.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-all.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_all_white.svg);
  mask-image: url(../images/icon/ico_all_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_all_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-all.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_all_red.svg);
  mask-image: url(../images/icon/ico_all_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_all_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-join {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_join.svg);
  mask-image: url(../images/icon/ico_join.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_join.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-join.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_join_white.svg);
  mask-image: url(../images/icon/ico_join_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_join_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-join.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_join_red.svg);
  mask-image: url(../images/icon/ico_join_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_join_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-my {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_my.svg);
  mask-image: url(../images/icon/ico_my.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_my.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-my.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_my_white.svg);
  mask-image: url(../images/icon/ico_my_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_my_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-my.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_my_red.svg);
  mask-image: url(../images/icon/ico_my_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_my_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-go {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_go.svg);
  mask-image: url(../images/icon/ico_login_certify_go.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_go.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-go.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_go_white.svg);
  mask-image: url(../images/icon/ico_login_certify_go_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_go_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-go.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_go_red.svg);
  mask-image: url(../images/icon/ico_login_certify_go_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_go_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-global {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_global.svg);
  mask-image: url(../images/icon/ico_global.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_global.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-global.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_global_white.svg);
  mask-image: url(../images/icon/ico_global_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_global_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-global.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_global_red.svg);
  mask-image: url(../images/icon/ico_global_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_global_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-view-mode {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_view_mode.svg);
  mask-image: url(../images/icon/ico_view_mode.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_view_mode.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-view-mode.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_view_mode_white.svg);
  mask-image: url(../images/icon/ico_view_mode_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_view_mode_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-view-mode.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_view_mode_red.svg);
  mask-image: url(../images/icon/ico_view_mode_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_view_mode_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-go-top {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go_top.svg);
  mask-image: url(../images/icon/ico_go_top.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go_top.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-go-top.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go_top_white.svg);
  mask-image: url(../images/icon/ico_go_top_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go_top_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-go-top.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go_top_red.svg);
  mask-image: url(../images/icon/ico_go_top_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go_top_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type01 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_01.svg);
  mask-image: url(../images/icon/ico_login_certify_type_01.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_01.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type01.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_01_white.svg);
  mask-image: url(../images/icon/ico_login_certify_type_01_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_01_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type01.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_01_red.svg);
  mask-image: url(../images/icon/ico_login_certify_type_01_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_01_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type02 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_02.svg);
  mask-image: url(../images/icon/ico_login_certify_type_02.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_02.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type02.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_02_white.svg);
  mask-image: url(../images/icon/ico_login_certify_type_02_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_02_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type02.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_02_red.svg);
  mask-image: url(../images/icon/ico_login_certify_type_02_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_02_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type03 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_03.svg);
  mask-image: url(../images/icon/ico_login_certify_type_03.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_03.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type03.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_03_white.svg);
  mask-image: url(../images/icon/ico_login_certify_type_03_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_03_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type03.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_03_red.svg);
  mask-image: url(../images/icon/ico_login_certify_type_03_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_03_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type04 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_04.svg);
  mask-image: url(../images/icon/ico_login_certify_type_04.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_04.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type04.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_04_white.svg);
  mask-image: url(../images/icon/ico_login_certify_type_04_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_04_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type04.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_04_red.svg);
  mask-image: url(../images/icon/ico_login_certify_type_04_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_04_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type05 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_05.svg);
  mask-image: url(../images/icon/ico_login_certify_type_05.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_05.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type05.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_05_white.svg);
  mask-image: url(../images/icon/ico_login_certify_type_05_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_05_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type05.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_05_red.svg);
  mask-image: url(../images/icon/ico_login_certify_type_05_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_05_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type06 {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_06.svg);
  mask-image: url(../images/icon/ico_login_certify_type_06.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_06.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type06.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_06_white.svg);
  mask-image: url(../images/icon/ico_login_certify_type_06_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_06_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-login-type06.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login_certify_type_06_red.svg);
  mask-image: url(../images/icon/ico_login_certify_type_06_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login_certify_type_06_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-flag {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_flag.svg);
  mask-image: url(../images/icon/ico_flag.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_flag.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-flag.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_flag_white.svg);
  mask-image: url(../images/icon/ico_flag_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_flag_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-flag.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_flag_red.svg);
  mask-image: url(../images/icon/ico_flag_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_flag_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-file {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_file.svg);
  mask-image: url(../images/icon/ico_file.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_file.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-file.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_file_white.svg);
  mask-image: url(../images/icon/ico_file_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_file_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-file.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_file_red.svg);
  mask-image: url(../images/icon/ico_file_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_file_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-checkbox {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox_checked.svg);
  mask-image: url(../images/icon/ico_checkbox_checked.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox_checked.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-checkbox.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox_checked_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-checkbox.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox_checked_red.svg);
  mask-image: url(../images/icon/ico_checkbox_checked_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox_checked_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-search {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_search.svg);
  mask-image: url(../images/icon/ico_search.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_search.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-search.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_search_white.svg);
  mask-image: url(../images/icon/ico_search_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_search_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-search.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_search_red.svg);
  mask-image: url(../images/icon/ico_search_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_search_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-down {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_down.svg);
  mask-image: url(../images/icon/ico_arrow_down.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_down.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-down.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_down_white.svg);
  mask-image: url(../images/icon/ico_arrow_down_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_down_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-down.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_down_red.svg);
  mask-image: url(../images/icon/ico_arrow_down_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_down_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-top {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_top.svg);
  mask-image: url(../images/icon/ico_arrow_top.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_top.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-top.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_top_white.svg);
  mask-image: url(../images/icon/ico_arrow_top_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_top_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-top.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_top_red.svg);
  mask-image: url(../images/icon/ico_arrow_top_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_top_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-right {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_right.svg);
  mask-image: url(../images/icon/ico_arrow_right.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_right.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-right.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_right_white.svg);
  mask-image: url(../images/icon/ico_arrow_right_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_right_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-right.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_right_red.svg);
  mask-image: url(../images/icon/ico_arrow_right_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_right_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-left {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_left.svg);
  mask-image: url(../images/icon/ico_arrow_left.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_left.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-left.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_left_white.svg);
  mask-image: url(../images/icon/ico_arrow_left_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_left_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-arrow-left.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_left_red.svg);
  mask-image: url(../images/icon/ico_arrow_left_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_left_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-map-search {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_map_search.svg);
  mask-image: url(../images/icon/ico_map_search.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_map_search.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-map-search.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_map_search_white.svg);
  mask-image: url(../images/icon/ico_map_search_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_map_search_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-map-search.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_map_search_red.svg);
  mask-image: url(../images/icon/ico_map_search_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_map_search_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-directions-car {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_directions_car.svg);
  mask-image: url(../images/icon/ico_directions_car.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_directions_car.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-directions-car.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_directions_car_white.svg);
  mask-image: url(../images/icon/ico_directions_car_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_directions_car_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-directions-car.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_directions_car_red.svg);
  mask-image: url(../images/icon/ico_directions_car_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_directions_car_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-assistant-navigation {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_assistant_navigation.svg);
  mask-image: url(../images/icon/ico_assistant_navigation.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_assistant_navigation.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-assistant-navigation.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_assistant_navigation_white.svg);
  mask-image: url(../images/icon/ico_assistant_navigation_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_assistant_navigation_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-assistant-navigation.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_assistant_navigation_red.svg);
  mask-image: url(../images/icon/ico_assistant_navigation_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_assistant_navigation_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-minus {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_do_not_disturb_on.svg);
  mask-image: url(../images/icon/ico_do_not_disturb_on.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_do_not_disturb_on.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-minus.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_do_not_disturb_on_white.svg);
  mask-image: url(../images/icon/ico_do_not_disturb_on_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_do_not_disturb_on_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-minus.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_do_not_disturb_on_red.svg);
  mask-image: url(../images/icon/ico_do_not_disturb_on_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_do_not_disturb_on_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-drag {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_unfold_more.svg);
  mask-image: url(../images/icon/ico_unfold_more.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_unfold_more.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-drag.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_unfold_more_white.svg);
  mask-image: url(../images/icon/ico_unfold_more_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_unfold_more_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-drag.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_unfold_more_red.svg);
  mask-image: url(../images/icon/ico_unfold_more_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_unfold_more_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-exclamation {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_exclamation.svg);
  mask-image: url(../images/icon/ico_exclamation.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_exclamation.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-exclamation.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_exclamation_white.svg);
  mask-image: url(../images/icon/ico_exclamation_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_exclamation_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-exclamation.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_exclamation_red.svg);
  mask-image: url(../images/icon/ico_exclamation_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_exclamation_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-info {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_info2.svg);
  mask-image: url(../images/icon/ico_system_info2.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_info2.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-info.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_info2_white.svg);
  mask-image: url(../images/icon/ico_system_info2_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_info2_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-info.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_info2_red.svg);
  mask-image: url(../images/icon/ico_system_info2_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_info2_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-success {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_success.svg);
  mask-image: url(../images/icon/ico_system_success.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_success.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-success.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_success_white.svg);
  mask-image: url(../images/icon/ico_system_success_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_success_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-success.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_success_red.svg);
  mask-image: url(../images/icon/ico_system_success_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_success_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-danger {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_danger.svg);
  mask-image: url(../images/icon/ico_system_danger.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_danger.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-danger.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_danger_white.svg);
  mask-image: url(../images/icon/ico_system_danger_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_danger_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-danger.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_danger_red.svg);
  mask-image: url(../images/icon/ico_system_danger_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_danger_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-warning {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_warning.svg);
  mask-image: url(../images/icon/ico_system_warning.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_warning.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-warning.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_warning_white.svg);
  mask-image: url(../images/icon/ico_system_warning_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_warning_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-system-warning.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_system_warning_red.svg);
  mask-image: url(../images/icon/ico_system_warning_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_system_warning_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-qr-code {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_qr_code.svg);
  mask-image: url(../images/icon/ico_qr_code.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_qr_code.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-qr-code.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_qr_code_white.svg);
  mask-image: url(../images/icon/ico_qr_code_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_qr_code_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-qr-code.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_qr_code_red.svg);
  mask-image: url(../images/icon/ico_qr_code_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_qr_code_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-person-edit {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_person_edit.svg);
  mask-image: url(../images/icon/ico_person_edit.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_person_edit.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-person-edit.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_person_edit_white.svg);
  mask-image: url(../images/icon/ico_person_edit_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_person_edit_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-person-edit.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_person_edit_red.svg);
  mask-image: url(../images/icon/ico_person_edit_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_person_edit_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-calendar {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_calendar.svg);
  mask-image: url(../images/icon/ico_calendar.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_calendar.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-calendar.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_calendar_white.svg);
  mask-image: url(../images/icon/ico_calendar_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_calendar_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-calendar.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_calendar_red.svg);
  mask-image: url(../images/icon/ico_calendar_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_calendar_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-location {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_my_location.svg);
  mask-image: url(../images/icon/ico_my_location.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_my_location.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-location.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_my_location_white.svg);
  mask-image: url(../images/icon/ico_my_location_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_my_location_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-location.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_my_location_red.svg);
  mask-image: url(../images/icon/ico_my_location_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_my_location_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-edit {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_edit.svg);
  mask-image: url(../images/icon/ico_edit.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_edit.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-edit.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_edit_white.svg);
  mask-image: url(../images/icon/ico_edit_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_edit_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-edit.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_edit_red.svg);
  mask-image: url(../images/icon/ico_edit_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_edit_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-delete {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete2.svg);
  mask-image: url(../images/icon/ico_delete2.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete2.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-delete.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete2_white.svg);
  mask-image: url(../images/icon/ico_delete2_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete2_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-delete.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete2_red.svg);
  mask-image: url(../images/icon/ico_delete2_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete2_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-document-check {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_document_check.svg);
  mask-image: url(../images/icon/ico_document_check.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_document_check.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-document-check.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_document_check_white.svg);
  mask-image: url(../images/icon/ico_document_check_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_document_check_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-document-check.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_document_check_red.svg);
  mask-image: url(../images/icon/ico_document_check_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_document_check_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-btn-more {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_btn_more.svg);
  mask-image: url(../images/icon/ico_btn_more.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_btn_more.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-btn-more.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_btn_more_white.svg);
  mask-image: url(../images/icon/ico_btn_more_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_btn_more_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-btn-more.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_btn_more_red.svg);
  mask-image: url(../images/icon/ico_btn_more_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_btn_more_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-copy {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_copy.svg);
  mask-image: url(../images/icon/ico_copy.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_copy.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-copy.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_copy_white.svg);
  mask-image: url(../images/icon/ico_copy_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_copy_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-copy.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_copy_red.svg);
  mask-image: url(../images/icon/ico_copy_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_copy_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-save {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_save.svg);
  mask-image: url(../images/icon/ico_save.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_save.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-save.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_save_white.svg);
  mask-image: url(../images/icon/ico_save_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_save_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-save.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_save_red.svg);
  mask-image: url(../images/icon/ico_save_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_save_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-undo {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_undo.svg);
  mask-image: url(../images/icon/ico_undo.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_undo.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-undo.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_undo_white.svg);
  mask-image: url(../images/icon/ico_undo_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_undo_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-undo.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_undo_red.svg);
  mask-image: url(../images/icon/ico_undo_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_undo_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swap {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swap_horiz.svg);
  mask-image: url(../images/icon/ico_swap_horiz.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swap_horiz.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swap.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swap_horiz_white.svg);
  mask-image: url(../images/icon/ico_swap_horiz_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swap_horiz_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-swap.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swap_horiz_red.svg);
  mask-image: url(../images/icon/ico_swap_horiz_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swap_horiz_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-shortcut {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_btn_shortcut.svg);
  mask-image: url(../images/icon/ico_btn_shortcut.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_btn_shortcut.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-shortcut.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_btn_shortcut_white.svg);
  mask-image: url(../images/icon/ico_btn_shortcut_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_btn_shortcut_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-shortcut.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_btn_shortcut_red.svg);
  mask-image: url(../images/icon/ico_btn_shortcut_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_btn_shortcut_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-check-circle {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_check_circle.svg);
  mask-image: url(../images/icon/ico_check_circle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_check_circle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-check-circle.white {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_check_circle_white.svg);
  mask-image: url(../images/icon/ico_check_circle_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_check_circle_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.svg-icon.ico-check-circle.red {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_check_circle_red.svg);
  mask-image: url(../images/icon/ico_check_circle_red.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_check_circle_red.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

/* 버튼 / 링크 */
.alldam-btn {
  height: 3.5rem;
  padding: 0 1.25rem;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
  font-weight: 400;
}
.alldam-btn .svg-icon {
  width: 2rem;
  height: 2rem;
}
.alldam-btn.round {
  width: 3.5rem;
}
.alldam-btn span + .svg-icon {
  margin-left: 0.25rem;
}
.alldam-btn span.sr-only + .svg-icon {
  margin-left: 0;
}
.alldam-btn .svg-icon + span {
  margin-left: 0.25rem;
}
.alldam-btn .svg-icon + span.sr-only {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .alldam-btn {
    height: 3.325rem;
    padding: 0 1.125rem;
  }
  .alldam-btn.round {
    width: 3.325rem;
  }
}
@media (max-width: 1025px) {
  .alldam-btn {
    height: 2.975rem;
    padding: 0 1.0625rem;
  }
  .alldam-btn.round {
    width: 2.975rem;
  }
}
@media (max-width: 768px) {
  .alldam-btn {
    height: 2.8rem;
    padding: 0 1rem;
    font-size: 1.1875rem;
  }
  .alldam-btn.round {
    width: 2.8rem;
  }
}
.alldam-btn.xsmall {
  height: 2rem;
  padding: 0 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
}
.alldam-btn.xsmall .svg-icon {
  width: 1rem;
  height: 1rem;
}
.alldam-btn.xsmall.round {
  width: 2rem;
}
.alldam-btn.xsmall span + .svg-icon {
  margin-left: 0.125rem;
}
.alldam-btn.xsmall span.sr-only + .svg-icon {
  margin-left: 0;
}
.alldam-btn.xsmall .svg-icon + span {
  margin-left: 0.125rem;
}
.alldam-btn.xsmall .svg-icon + span.sr-only {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .alldam-btn.xsmall {
    height: 1.9rem;
    padding: 0 0.5625rem;
  }
  .alldam-btn.xsmall.round {
    width: 1.9rem;
  }
}
@media (max-width: 1025px) {
  .alldam-btn.xsmall {
    height: 1.7rem;
    padding: 0 0.53125rem;
  }
  .alldam-btn.xsmall.round {
    width: 1.7rem;
  }
}
@media (max-width: 768px) {
  .alldam-btn.xsmall {
    height: 1.6rem;
    padding: 0 0.5rem;
    font-size: 0.9375rem;
  }
  .alldam-btn.xsmall.round {
    width: 1.6rem;
  }
}
.alldam-btn.small {
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 400;
}
.alldam-btn.small .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.alldam-btn.small.round {
  width: 2.5rem;
}
.alldam-btn.small span + .svg-icon {
  margin-left: 0.125rem;
}
.alldam-btn.small span.sr-only + .svg-icon {
  margin-left: 0;
}
.alldam-btn.small .svg-icon + span {
  margin-left: 0.125rem;
}
.alldam-btn.small .svg-icon + span.sr-only {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .alldam-btn.small {
    height: 2.375rem;
    padding: 0 0.675rem;
  }
  .alldam-btn.small.round {
    width: 2.375rem;
  }
}
@media (max-width: 1025px) {
  .alldam-btn.small {
    height: 2.125rem;
    padding: 0 0.6375rem;
  }
  .alldam-btn.small.round {
    width: 2.125rem;
  }
}
@media (max-width: 768px) {
  .alldam-btn.small {
    height: 2rem;
    padding: 0 0.6rem;
    font-size: 0.9375rem;
  }
  .alldam-btn.small.round {
    width: 2rem;
  }
}
.alldam-btn.medium {
  height: 3rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
}
.alldam-btn.medium .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.alldam-btn.medium.round {
  width: 3rem;
}
.alldam-btn.medium span + .svg-icon {
  margin-left: 0.25rem;
}
.alldam-btn.medium span.sr-only + .svg-icon {
  margin-left: 0;
}
.alldam-btn.medium .svg-icon + span {
  margin-left: 0.25rem;
}
.alldam-btn.medium .svg-icon + span.sr-only {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .alldam-btn.medium {
    height: 2.85rem;
    padding: 0 0.9rem;
  }
  .alldam-btn.medium.round {
    width: 2.85rem;
  }
}
@media (max-width: 1025px) {
  .alldam-btn.medium {
    height: 2.55rem;
    padding: 0 0.85rem;
  }
  .alldam-btn.medium.round {
    width: 2.55rem;
  }
}
@media (max-width: 768px) {
  .alldam-btn.medium {
    height: 2.4rem;
    padding: 0 0.8rem;
    font-size: 1rem;
  }
  .alldam-btn.medium.round {
    width: 2.4rem;
  }
}
.alldam-btn.large {
  height: 3.5rem;
  padding: 0 1.25rem;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
  font-weight: 400;
}
.alldam-btn.large .svg-icon {
  width: 2rem;
  height: 2rem;
}
.alldam-btn.large.round {
  width: 3.5rem;
}
.alldam-btn.large span + .svg-icon {
  margin-left: 0.25rem;
}
.alldam-btn.large span.sr-only + .svg-icon {
  margin-left: 0;
}
.alldam-btn.large .svg-icon + span {
  margin-left: 0.25rem;
}
.alldam-btn.large .svg-icon + span.sr-only {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .alldam-btn.large {
    height: 3.325rem;
    padding: 0 1.125rem;
  }
  .alldam-btn.large.round {
    width: 3.325rem;
  }
}
@media (max-width: 1025px) {
  .alldam-btn.large {
    height: 2.975rem;
    padding: 0 1.0625rem;
  }
  .alldam-btn.large.round {
    width: 2.975rem;
  }
}
@media (max-width: 768px) {
  .alldam-btn.large {
    height: 2.8rem;
    padding: 0 1rem;
    font-size: 1.1875rem;
  }
  .alldam-btn.large.round {
    width: 2.8rem;
  }
}
.alldam-btn.xlarge {
  height: 4rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
  font-weight: 400;
}
.alldam-btn.xlarge .svg-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.alldam-btn.xlarge.round {
  width: 4rem;
}
.alldam-btn.xlarge span + .svg-icon {
  margin-left: 0.25rem;
}
.alldam-btn.xlarge span.sr-only + .svg-icon {
  margin-left: 0;
}
.alldam-btn.xlarge .svg-icon + span {
  margin-left: 0.25rem;
}
.alldam-btn.xlarge .svg-icon + span.sr-only {
  margin-left: 0;
}
@media (max-width: 1280px) {
  .alldam-btn.xlarge {
    height: 3.8rem;
    padding: 0 1.35rem;
  }
  .alldam-btn.xlarge.round {
    width: 3.8rem;
  }
}
@media (max-width: 1025px) {
  .alldam-btn.xlarge {
    height: 3.4rem;
    padding: 0 1.275rem;
  }
  .alldam-btn.xlarge.round {
    width: 3.4rem;
  }
}
@media (max-width: 768px) {
  .alldam-btn.xlarge {
    height: 3.2rem;
    padding: 0 1.2rem;
    font-size: 1.1875rem;
  }
  .alldam-btn.xlarge.round {
    width: 3.2rem;
  }
}
.alldam-btn {
  background-color: #ea3c3c;
  border-color: #ea3c3c;
  color: #ffffff;
}
.alldam-btn.light-gray {
  background-color: #b1b8be;
  border-color: #b1b8be;
  color: #ffffff;
}
.alldam-btn.light-gray:not(.icon) .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.light-gray:hover {
  background-color: #8a949e;
}
.alldam-btn.light-gray:active, .alldam-btn.light-gray:focus {
  background-color: #8a949e;
}
.alldam-btn.light-gray[disabled], .alldam-btn.light-gray.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.light-gray[disabled]:not(.icon) .svg-icon, .alldam-btn.light-gray.disabled:not(.icon) .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.light-gray[disabled]:hover, .alldam-btn.light-gray.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.gray {
  background-color: #58616a;
  border-color: #58616a;
  color: #ffffff;
}
.alldam-btn.gray:not(.icon) .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.gray:hover {
  background-color: #464c53;
}
.alldam-btn.gray:active, .alldam-btn.gray:focus {
  background-color: #33363d;
}
.alldam-btn.gray[disabled], .alldam-btn.gray.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.gray[disabled]:not(.icon) .svg-icon, .alldam-btn.gray.disabled:not(.icon) .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.gray[disabled]:hover, .alldam-btn.gray.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.red {
  background-color: #f25e7a;
  border-color: #f25e7a;
  color: #ffffff;
}
.alldam-btn.red:not(.icon) .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.red:hover {
  background-color: #ee3153;
}
.alldam-btn.red:active, .alldam-btn.red:focus {
  background-color: #ee3153;
}
.alldam-btn.red[disabled], .alldam-btn.red.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.red[disabled]:not(.icon) .svg-icon, .alldam-btn.red.disabled:not(.icon) .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.red[disabled]:hover, .alldam-btn.red.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.primary {
  background-color: #ea3c3c;
  border-color: #ea3c3c;
  color: #ffffff;
}
.alldam-btn.primary:not(.icon) .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.primary:hover {
  background-color: #d83535;
}
.alldam-btn.primary:active, .alldam-btn.primary:focus {
  background-color: #b52d2d;
}
.alldam-btn.primary[disabled], .alldam-btn.primary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.primary[disabled]:not(.icon) .svg-icon, .alldam-btn.primary.disabled:not(.icon) .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.primary[disabled]:hover, .alldam-btn.primary.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.secondary {
  background-color: #fdeaea;
  border-color: #ea3c3c;
  color: #d83535;
}
.alldam-btn.secondary:not(.icon) .svg-icon {
  background-color: #d83535;
}
.alldam-btn.secondary:hover {
  background-color: #fbd6d6;
}
.alldam-btn.secondary:active, .alldam-btn.secondary:focus {
  background-color: #f8b0b0;
}
.alldam-btn.secondary[disabled], .alldam-btn.secondary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.secondary[disabled]:not(.icon) .svg-icon, .alldam-btn.secondary.disabled:not(.icon) .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.secondary[disabled]:hover, .alldam-btn.secondary.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.tertiary {
  background-color: rgba(255, 255, 255, 0);
  border-color: #58616a;
  color: #1e2124;
}
.alldam-btn.tertiary:not(.icon) .svg-icon {
  background-color: #1e2124;
}
.alldam-btn.tertiary:hover {
  background-color: #f4f5f6;
}
.alldam-btn.tertiary:active, .alldam-btn.tertiary:focus {
  background-color: #e6e8ea;
}
.alldam-btn.tertiary[disabled], .alldam-btn.tertiary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.tertiary[disabled]:not(.icon) .svg-icon, .alldam-btn.tertiary.disabled:not(.icon) .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.tertiary[disabled]:hover, .alldam-btn.tertiary.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.text {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #1e2124;
}
.alldam-btn.text:not(.icon) .svg-icon {
  background-color: #1e2124;
}
.alldam-btn.text:hover {
  background-color: #fff7f7;
}
.alldam-btn.text:active, .alldam-btn.text:focus {
  background-color: #fff0f0;
}
.alldam-btn.text[disabled], .alldam-btn.text.disabled {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #8a949e;
}
.alldam-btn.text[disabled]:not(.icon) .svg-icon, .alldam-btn.text.disabled:not(.icon) .svg-icon {
  background-color: #8a949e;
}
.alldam-btn.text[disabled]:hover, .alldam-btn.text.disabled:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #8a949e;
}
.alldam-btn.link {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #ea3c3c;
}
.alldam-btn.link:not(.icon) .svg-icon {
  background-color: #ea3c3c;
}
.alldam-btn.link:hover {
  background-color: rgba(255, 255, 255, 0);
}
.alldam-btn.link:active, .alldam-btn.link:focus {
  background-color: rgba(255, 255, 255, 0);
}
.alldam-btn.link[disabled], .alldam-btn.link.disabled {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #8a949e;
}
.alldam-btn.link[disabled]:not(.icon) .svg-icon, .alldam-btn.link.disabled:not(.icon) .svg-icon {
  background-color: #8a949e;
}
.alldam-btn.link[disabled]:hover, .alldam-btn.link.disabled:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #8a949e;
}
.alldam-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  border-style: solid;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-width: 1px;
}
.alldam-btn, .alldam-btn:hover, .alldam-btn:active, .alldam-btn:focus, .alldam-btn:visited {
  border-style: solid;
  border-width: 1px;
}
.alldam-btn .svg-icon {
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alldam-btn:hover {
  background-color: #d83535;
}
.alldam-btn:active, .alldam-btn:focus {
  background-color: #b52d2d;
}
.alldam-btn[disabled], .alldam-btn.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
  cursor: default;
}
.alldam-btn[disabled]:hover, .alldam-btn.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.text {
  display: inline-block;
  height: auto !important;
  text-align: left;
  white-space: normal;
  padding: 0.5rem 0.125rem;
}
.alldam-btn.text.xsmall {
  min-height: 1.25rem;
  padding: 0 0.125rem;
}
.alldam-btn.text.xsmall .svg-icon {
  margin-bottom: -0.3rem;
}
.alldam-btn.text.small {
  padding: 0 0.125rem;
}
.alldam-btn.text.small .svg-icon {
  margin-bottom: -0.3rem;
}
.alldam-btn.text.medium {
  padding: 0.125rem 0.125rem;
}
.alldam-btn.text.medium .svg-icon {
  margin-bottom: -0.4rem;
}
.alldam-btn.text.large {
  padding: 0.5rem 0.125rem;
}
.alldam-btn.text.large .svg-icon {
  margin-bottom: -0.5rem;
}
.alldam-btn.text.xlarge {
  padding: 0.9rem 0.125rem;
}
.alldam-btn.text.xlarge .svg-icon {
  margin-bottom: -0.6rem;
}
.alldam-btn.text.h-auto {
  height: auto;
  padding: 0.125rem !important;
}
.alldam-btn.text .svg-icon {
  display: inline-block;
  margin-bottom: -0.5rem;
}
.alldam-btn.link {
  display: inline-block;
  height: auto !important;
  text-align: left;
  white-space: normal;
  padding: 0 0.125rem;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-btn.link {
    font-size: 1.1875rem;
  }
}
.alldam-btn.link.xsmall {
  padding: 0 0.125rem;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-btn.link.xsmall {
    font-size: 0.9375rem;
  }
}
.alldam-btn.link.xsmall .svg-icon {
  margin-bottom: -0.3rem;
}
.alldam-btn.link.small {
  padding: 0 0.125rem;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-btn.link.small {
    font-size: 0.9375rem;
  }
}
.alldam-btn.link.small .svg-icon {
  margin-bottom: -0.3rem;
}
.alldam-btn.link.medium {
  padding: 0 0.125rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-btn.link.medium {
    font-size: 1rem;
  }
}
.alldam-btn.link.medium .svg-icon {
  margin-bottom: -0.4rem;
}
.alldam-btn.link.large {
  padding: 0 0.125rem;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-btn.link.large {
    font-size: 1.1875rem;
  }
}
.alldam-btn.link.large .svg-icon {
  margin-bottom: -0.5rem;
}
.alldam-btn.link.xlarge {
  padding: 0 0.125rem;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-btn.link.xlarge {
    font-size: 1.1875rem;
  }
}
.alldam-btn.link.xlarge .svg-icon {
  margin-bottom: -0.6rem;
}
.alldam-btn.link.basic {
  color: #1e2124;
}
.alldam-btn.link.basic .svg-icon {
  background-color: #1e2124;
}
.alldam-btn.link.basic.pure:hover, .alldam-btn.link.basic.pure:active, .alldam-btn.link.basic.pure:focus, .alldam-btn.link.basic.pure:visited {
  color: #1e2124;
}
.alldam-btn.link.basic.pure:hover .svg-icon, .alldam-btn.link.basic.pure:active .svg-icon, .alldam-btn.link.basic.pure:focus .svg-icon, .alldam-btn.link.basic.pure:visited .svg-icon {
  background-color: #1e2124;
}
.alldam-btn.link:hover {
  color: #d83535;
}
.alldam-btn.link:hover .svg-icon {
  background-color: #d83535;
}
.alldam-btn.link:active, .alldam-btn.link:focus {
  color: #b52d2d;
}
.alldam-btn.link:active .svg-icon, .alldam-btn.link:focus .svg-icon {
  background-color: #b52d2d;
}
.alldam-btn.link:visited {
  color: #5917b8;
  text-decoration: none;
}
.alldam-btn.link:visited .svg-icon {
  background-color: #5917b8;
}
.alldam-btn.link.pure:hover, .alldam-btn.link.pure:active, .alldam-btn.link.pure:focus, .alldam-btn.link.pure:visited {
  color: #ea3c3c;
}
.alldam-btn.link.pure:hover .svg-icon, .alldam-btn.link.pure:active .svg-icon, .alldam-btn.link.pure:focus .svg-icon, .alldam-btn.link.pure:visited .svg-icon {
  background-color: #ea3c3c;
}
.alldam-btn.link .underline.hidden-underline {
  text-decoration-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-btn.link:hover .underline.hidden-underline, .alldam-btn.link:active .underline.hidden-underline, .alldam-btn.link:focus .underline.hidden-underline, .alldam-btn.link:visited .underline.hidden-underline {
  text-decoration-color: inherit;
}
.alldam-btn.link .svg-icon {
  display: inline-block;
  margin-bottom: -0.5rem;
}
.alldam-btn {
  /* icon 버튼 (텍스트 없음) */
}
.alldam-btn.icon {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 !important;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
  color: inherit;
  border: 0;
}
.alldam-btn.icon:hover, .alldam-btn.icon:active {
  background-color: inherit;
}
.alldam-btn.icon.xsmall {
  width: 1rem;
  height: 1rem;
}
.alldam-btn.icon.xsmall .svg-icon {
  width: 100%;
  height: 100%;
}
.alldam-btn.icon.small {
  width: 1.25rem;
  height: 1.25rem;
}
.alldam-btn.icon.small .svg-icon {
  width: 100%;
  height: 100%;
}
.alldam-btn.icon.medium {
  width: 1.5rem;
  height: 1.5rem;
}
.alldam-btn.icon.medium .svg-icon {
  width: 100%;
  height: 100%;
}
.alldam-btn.icon.large {
  width: 2rem;
  height: 2rem;
}
.alldam-btn.icon.large .svg-icon {
  width: 100%;
  height: 100%;
}
.alldam-btn.icon.xlarge {
  width: 2.5rem;
  height: 2.5rem;
}
.alldam-btn.icon.xlarge .svg-icon {
  width: 100%;
  height: 100%;
}
.alldam-btn.icon .svg-icon {
  background-color: #1e2124;
  width: 100%;
  height: 100%;
}
.alldam-btn.icon.pure .svg-icon {
  background-color: transparent;
}
.alldam-btn.icon.border {
  background-color: #ffffff;
  border: 0.1rem solid #b1b8be;
  border-radius: 62.5rem;
}
.alldam-btn.icon.border.primary {
  background-color: #ea3c3c;
  border-color: #ea3c3c;
  color: #ffffff;
}
.alldam-btn.icon.border.primary .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.icon.border.primary:hover {
  background-color: #d83535;
}
.alldam-btn.icon.border.primary:active, .alldam-btn.icon.border.primary:focus {
  background-color: #b52d2d;
}
.alldam-btn.icon.border.primary[disabled], .alldam-btn.icon.border.primary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.icon.border.primary[disabled] .svg-icon, .alldam-btn.icon.border.primary.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.icon.border.primary[disabled]:hover, .alldam-btn.icon.border.primary.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.icon.border.secondary {
  background-color: #fdeaea;
  border-color: #ea3c3c;
  color: #d83535;
}
.alldam-btn.icon.border.secondary .svg-icon {
  background-color: #d83535;
}
.alldam-btn.icon.border.secondary:hover {
  background-color: #fbd6d6;
}
.alldam-btn.icon.border.secondary:active, .alldam-btn.icon.border.secondary:focus {
  background-color: #f8b0b0;
}
.alldam-btn.icon.border.secondary[disabled], .alldam-btn.icon.border.secondary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.icon.border.secondary[disabled] .svg-icon, .alldam-btn.icon.border.secondary.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.icon.border.secondary[disabled]:hover, .alldam-btn.icon.border.secondary.disabled:hover {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.icon.border.large .svg-icon {
  width: 1rem;
  height: 1rem;
}
.alldam-btn.icon.border.xlarge .svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.alldam-btn.icon.border[disabled], .alldam-btn.icon.border.disabled {
  background-color: #cdd1d5;
}
.alldam-btn.round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  border-style: solid;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-width: 1px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.alldam-btn.round.light-gray {
  background-color: #b1b8be;
  border-color: #b1b8be;
  color: #ffffff;
}
.alldam-btn.round.light-gray .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.round.light-gray:hover {
  background-color: #8a949e;
}
.alldam-btn.round.light-gray:active, .alldam-btn.round.light-gray:focus {
  background-color: #8a949e;
}
.alldam-btn.round.light-gray[disabled], .alldam-btn.round.light-gray.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.round.light-gray[disabled] .svg-icon, .alldam-btn.round.light-gray.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.round.light-gray[disabled]:hover, .alldam-btn.round.light-gray.disabled:hover {
  background-color: #cdd1d5;
}
.alldam-btn.round.gray {
  background-color: #58616a;
  border-color: #58616a;
  color: #ffffff;
}
.alldam-btn.round.gray .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.round.gray:hover {
  background-color: #464c53;
}
.alldam-btn.round.gray:active, .alldam-btn.round.gray:focus {
  background-color: #33363d;
}
.alldam-btn.round.gray[disabled], .alldam-btn.round.gray.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.round.gray[disabled] .svg-icon, .alldam-btn.round.gray.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.round.gray[disabled]:hover, .alldam-btn.round.gray.disabled:hover {
  background-color: #cdd1d5;
}
.alldam-btn.round.red {
  background-color: #f25e7a;
  border-color: #f25e7a;
  color: #ffffff;
}
.alldam-btn.round.red .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.round.red:hover {
  background-color: #ee3153;
}
.alldam-btn.round.red:active, .alldam-btn.round.red:focus {
  background-color: #ee3153;
}
.alldam-btn.round.red[disabled], .alldam-btn.round.red.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.round.red[disabled] .svg-icon, .alldam-btn.round.red.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.round.red[disabled]:hover, .alldam-btn.round.red.disabled:hover {
  background-color: #cdd1d5;
}
.alldam-btn.round.primary {
  background-color: #ea3c3c;
  border-color: #ea3c3c;
  color: #ffffff;
}
.alldam-btn.round.primary .svg-icon {
  background-color: #ffffff;
}
.alldam-btn.round.primary:hover {
  background-color: #d83535;
}
.alldam-btn.round.primary:active, .alldam-btn.round.primary:focus {
  background-color: #b52d2d;
}
.alldam-btn.round.primary[disabled], .alldam-btn.round.primary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.round.primary[disabled] .svg-icon, .alldam-btn.round.primary.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.round.primary[disabled]:hover, .alldam-btn.round.primary.disabled:hover {
  background-color: #cdd1d5;
}
.alldam-btn.round.secondary {
  background-color: #fdeaea;
  border-color: #ea3c3c;
  color: #d83535;
}
.alldam-btn.round.secondary .svg-icon {
  background-color: #d83535;
}
.alldam-btn.round.secondary:hover {
  background-color: #fbd6d6;
}
.alldam-btn.round.secondary:active, .alldam-btn.round.secondary:focus {
  background-color: #f8b0b0;
}
.alldam-btn.round.secondary[disabled], .alldam-btn.round.secondary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.round.secondary[disabled] .svg-icon, .alldam-btn.round.secondary.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.round.secondary[disabled]:hover, .alldam-btn.round.secondary.disabled:hover {
  background-color: #cdd1d5;
}
.alldam-btn.round.tertiary {
  background-color: rgba(255, 255, 255, 0);
  border-color: #58616a;
  color: #1e2124;
}
.alldam-btn.round.tertiary .svg-icon {
  background-color: #1e2124;
}
.alldam-btn.round.tertiary:hover {
  background-color: #f4f5f6;
}
.alldam-btn.round.tertiary:active, .alldam-btn.round.tertiary:focus {
  background-color: #e6e8ea;
}
.alldam-btn.round.tertiary[disabled], .alldam-btn.round.tertiary.disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-btn.round.tertiary[disabled] .svg-icon, .alldam-btn.round.tertiary.disabled .svg-icon {
  background-color: #6d7882;
}
.alldam-btn.round.tertiary[disabled]:hover, .alldam-btn.round.tertiary.disabled:hover {
  background-color: #cdd1d5;
}
.alldam-btn.round.text {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #1e2124;
}
.alldam-btn.round.text .svg-icon {
  background-color: #1e2124;
}
.alldam-btn.round.text:hover {
  background-color: #fff7f7;
}
.alldam-btn.round.text:active, .alldam-btn.round.text:focus {
  background-color: #fff0f0;
}
.alldam-btn.round.text[disabled], .alldam-btn.round.text.disabled {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #8a949e;
}
.alldam-btn.round.text[disabled] .svg-icon, .alldam-btn.round.text.disabled .svg-icon {
  background-color: #8a949e;
}
.alldam-btn.round.text[disabled]:hover, .alldam-btn.round.text.disabled:hover {
  background-color: rgba(255, 255, 255, 0);
}
.alldam-btn.round.link {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #ea3c3c;
}
.alldam-btn.round.link .svg-icon {
  background-color: #ea3c3c;
}
.alldam-btn.round.link:hover {
  background-color: rgba(255, 255, 255, 0);
}
.alldam-btn.round.link:active, .alldam-btn.round.link:focus {
  background-color: rgba(255, 255, 255, 0);
}
.alldam-btn.round.link[disabled], .alldam-btn.round.link.disabled {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #8a949e;
}
.alldam-btn.round.link[disabled] .svg-icon, .alldam-btn.round.link.disabled .svg-icon {
  background-color: #8a949e;
}
.alldam-btn.round.link[disabled]:hover, .alldam-btn.round.link.disabled:hover {
  background-color: rgba(255, 255, 255, 0);
}
.alldam-btn.round:not(.gray):not(.red):not(.secondary):not(.tertiary):not(.text):not(.link) {
  background-color: #ea3c3c;
  border-color: #ea3c3c;
  color: #ffffff;
}
.alldam-btn.round:not(.gray):not(.red):not(.secondary):not(.tertiary):not(.text):not(.link):hover {
  background-color: #d83535;
}
.alldam-btn.round:not(.gray):not(.red):not(.secondary):not(.tertiary):not(.text):not(.link):active, .alldam-btn.round:not(.gray):not(.red):not(.secondary):not(.tertiary):not(.text):not(.link):focus {
  background-color: #b52d2d;
}
.alldam-btn.round:not(.gray):not(.red):not(.secondary):not(.tertiary):not(.text):not(.link)[disabled], .alldam-btn.round:not(.gray):not(.red):not(.secondary):not(.tertiary):not(.text):not(.link).disabled {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}

/* **** button area **** */
.btn-wrap {
  width: 100%;
}

/* -------------------------------------------------
 * _accordion_ie.scss
 * - IE11 우선, CSS 변수 제거, SCSS 토큰 기반
 * - 기존 구조 유지(.alldam-accordion, .type-line, .active 등)
 * - 모드(light / high-contrast) & 반응형(size-medium) 지원
 * ------------------------------------------------- */
/* 1) alldam 토큰 / 믹스인 임포트 (프로젝트 경로에 맞춰 수정) */
/* 2) 모드별 색상 세트 */
/* 3) 사이즈/스페이싱 세트 */
/* 4) 실제 컴포넌트 스타일 */
/* 초기 모드/사이즈 세팅 */
.alldam-accordion {
  padding: 0.25rem 0;
  border-top: 0.1rem solid #cdd1d5;
  border-bottom: 0.1rem solid #cdd1d5;
}
.alldam-accordion .accordion-item {
  padding: 0.25rem 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-accordion .accordion-item .btn-accordion {
  position: relative;
  width: 100%;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.75rem;
  font-size: 1rem;
  color: #1e2124;
  font-weight: 500;
  text-align: left;
}
.alldam-accordion .accordion-item .btn-accordion:hover {
  background-color: #fff7f7;
}
.alldam-accordion .accordion-item .btn-accordion:active {
  background-color: #fff0f0;
}
.alldam-accordion .accordion-item .btn-accordion::after {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #33363d;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.alldam-accordion .accordion-item .btn-accordion.active {
  background-color: #fff7f7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #8c5656;
}
.alldam-accordion .accordion-item .btn-accordion.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.alldam-accordion .accordion-item .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0, 1, 0, 1);
  transition: all 0.4s cubic-bezier(0, 1, 0, 1);
  visibility: hidden;
}
.alldam-accordion .accordion-item .accordion-body {
  padding: 0 1.5rem 1.5rem;
  background-color: rgba(255, 255, 255, 0);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.alldam-accordion .accordion-item.active .accordion-collapse {
  height: auto;
  max-height: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: visible;
}
.alldam-accordion .accordion-item.active .accordion-body {
  background-color: #fff7f7;
}
.alldam-accordion {
  /* 라인형 */
}
.alldam-accordion.type-line {
  padding: 0;
  border-top: none;
}
.alldam-accordion.type-line .accordion-item {
  border-top: 0.1rem solid #cdd1d5;
  border-radius: 0;
}
.alldam-accordion.type-line .accordion-item .btn-accordion {
  padding: 1.25rem 2.5rem 1.25rem 0;
}
.alldam-accordion.type-line .accordion-item .btn-accordion::after {
  top: 1.25rem;
  right: 0;
}
.alldam-accordion.type-line .accordion-item .btn-accordion.active {
  background: none;
}
.alldam-accordion.type-line .accordion-item .accordion-body {
  padding: 0 0 1.5rem;
}
.alldam-accordion.type-line .accordion-item.active {
  background: none;
  border-top-color: #6d7882;
}
.alldam-accordion.type-line .accordion-item.active .accordion-body {
  background: none;
}

.filter-list.alldam-accordion .accordion-item,
.ksic-list.alldam-accordion .accordion-item {
  padding: 0.25rem 0;
}
.filter-list.alldam-accordion .accordion-item .accordion-header .tit,
.ksic-list.alldam-accordion .accordion-item .accordion-header .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* IE11 fallback for gap */
}
.filter-list.alldam-accordion .accordion-item .accordion-header .tit > *,
.ksic-list.alldam-accordion .accordion-item .accordion-header .tit > * {
  margin-left: 0.25rem;
}
.filter-list.alldam-accordion .accordion-item .accordion-header .tit,
.ksic-list.alldam-accordion .accordion-item .accordion-header .tit {
  /* original: gap: $alldam-gap-2; */
}
.filter-list.alldam-accordion .accordion-item .accordion-body,
.ksic-list.alldam-accordion .accordion-item .accordion-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* IE11 fallback for gap */
}
.filter-list.alldam-accordion .accordion-item .accordion-body > *,
.ksic-list.alldam-accordion .accordion-item .accordion-body > * {
  margin-top: 2.4rem;
}
.filter-list.alldam-accordion .accordion-item .accordion-body > *:first-child,
.ksic-list.alldam-accordion .accordion-item .accordion-body > *:first-child {
  margin-top: 0;
}
.filter-list.alldam-accordion .accordion-item .accordion-body,
.ksic-list.alldam-accordion .accordion-item .accordion-body {
  /* original: gap: 2.4rem; */
  padding: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
.filter-list.alldam-accordion .accordion-item .btn-accordion,
.ksic-list.alldam-accordion .accordion-item .btn-accordion {
  padding: 0.75rem calc(1.5rem + 1rem) 0.75rem 0;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .filter-list.alldam-accordion .accordion-item .btn-accordion,
  .ksic-list.alldam-accordion .accordion-item .btn-accordion {
    font-size: 1rem;
  }
}
.filter-list.alldam-accordion .accordion-item .btn-accordion::after,
.ksic-list.alldam-accordion .accordion-item .btn-accordion::after {
  width: 1.5rem;
  height: 1.5rem;
  top: 0.5rem;
}
.filter-list.alldam-accordion .accordion-item .btn-accordion.active::after,
.ksic-list.alldam-accordion .accordion-item .btn-accordion.active::after {
  background-color: #8c5656;
}
.filter-list.alldam-accordion .accordion-item .alldam-form-chip input[type=radio]:checked ~ label,
.ksic-list.alldam-accordion .accordion-item .alldam-form-chip input[type=radio]:checked ~ label {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  /* original: padding-inline: $alldam-padding-4; */
}

/* 5) 고대비 모드 */
/* 6) 반응형(모바일) */
@media (max-width: 768px) {
  .alldam-accordion .accordion-item .btn-accordion {
    font-size: 1rem;
  }
  .alldam-accordion .accordion-item .accordion-body {
    padding: 0 1.5rem 1.5rem;
  }
  .alldam-accordion.type-line .accordion-item .btn-accordion {
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
  .alldam-accordion.type-line .accordion-item .btn-accordion::after {
    top: 1.25rem;
    right: 0;
  }
}
.alldam-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-badge.outline-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #ea3c3c;
  color: #d83535;
}
.alldam-badge.bg-primary {
  background-color: #ea3c3c;
  color: #ffffff;
}
.alldam-badge.bg-light-primary {
  background-color: #fdeaea;
  color: #d83535;
}
.alldam-badge.outline-secondary {
  border-width: 1px;
  border-style: solid;
  border-color: #b27070;
  color: #8c5656;
}
.alldam-badge.bg-secondary {
  background-color: #b27070;
  color: #ffffff;
}
.alldam-badge.bg-light-secondary {
  background-color: #fff7f7;
  color: #8c5656;
}
.alldam-badge.outline-gray {
  border-width: 1px;
  border-style: solid;
  border-color: #6d7882;
  color: #464c53;
}
.alldam-badge.bg-gray {
  background-color: #6d7882;
  color: #ffffff;
}
.alldam-badge.bg-light-gray {
  background-color: #e6e8ea;
  color: #464c53;
}
.alldam-badge.outline-point {
  border-width: 1px;
  border-style: solid;
  border-color: #ea3c3c;
  color: #d83535;
}
.alldam-badge.bg-point {
  background-color: #ea3c3c;
  color: #ffffff;
}
.alldam-badge.bg-light-point {
  background-color: #fdeaea;
  color: #d83535;
}
.alldam-badge.outline-danger {
  border-width: 1px;
  border-style: solid;
  border-color: #e65100;
  color: #bf360c;
}
.alldam-badge.bg-danger {
  background-color: #e65100;
  color: #ffffff;
}
.alldam-badge.bg-light-danger {
  background-color: #fff3e0;
  color: #bf360c;
}
.alldam-badge.outline-warning {
  border-width: 1px;
  border-style: solid;
  border-color: #ffd54f;
  color: #bf9100;
}
.alldam-badge.bg-warning {
  background-color: #ffd54f;
  color: #ffffff;
}
.alldam-badge.bg-light-warning {
  background-color: #fff8e1;
  color: #bf9100;
}
.alldam-badge.outline-success {
  border-width: 1px;
  border-style: solid;
  border-color: #228738;
  color: #267337;
}
.alldam-badge.bg-success {
  background-color: #228738;
  color: #ffffff;
}
.alldam-badge.bg-light-success {
  background-color: #eaf6ec;
  color: #267337;
}
.alldam-badge.outline-information {
  border-width: 1px;
  border-style: solid;
  border-color: #0b78cb;
  color: #096ab3;
}
.alldam-badge.bg-information {
  background-color: #0b78cb;
  color: #ffffff;
}
.alldam-badge.bg-light-information {
  background-color: #e7f4fe;
  color: #096ab3;
}
.alldam-badge.outline-disabled {
  border-width: 1px;
  border-style: solid;
  border-color: #8a949e;
  color: #6d7882;
}
.alldam-badge.bg-disabled {
  background-color: #8a949e;
  color: #ffffff;
}
.alldam-badge.bg-light-disabled {
  background-color: #cdd1d5;
  color: #6d7882;
}
.alldam-badge.bg-warning {
  color: #1e2124;
}
.alldam-badge {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .alldam-badge {
    font-size: 0.9375rem;
  }
}
.alldam-badge.large {
  height: 2rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-badge.large {
    font-size: 1rem;
  }
}
.alldam-badge.number {
  height: 1.25rem;
  border-radius: 62.5rem;
}
.alldam-badge.dot {
  width: 0.375rem;
  height: 0.375rem;
  padding: 0;
  border-radius: 62.5rem;
}

.alldam-badge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alldam-badge-wrap > * + * {
  margin-left: 0.5rem;
}

.fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fieldset > * + * {
  margin-top: 1.5rem;
}

.form-col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-col-group > * + * {
  margin-left: 1rem;
}
.form-col-group .form-group {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .form-col-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-col-group > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
  .form-col-group .form-group {
    width: 100%;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-group > * + * {
  margin-top: 0.5rem;
}
.form-group {
  width: 100%;
}
.form-group .form-tit,
.form-group .form-label {
  width: 100%;
  color: #464c53;
}
.form-group .form-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.form-group .form-conts.keyword-sch {
  width: 58.8rem;
}
.form-group .form-conts .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  width: 100%;
}
@media (max-width: 768px) {
  .form-group .form-conts .form-label {
    font-size: 0.9375rem;
  }
}
.form-group .form-conts.btn-ico-wrap {
  position: relative;
}
.form-group .form-conts.btn-ico-wrap .alldam-input {
  padding-right: 4rem;
}
.form-group .form-conts.btn-ico-wrap .btn-group,
.form-group .form-conts.btn-ico-wrap .alldam-btn {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-group .form-conts.btn-ico-wrap .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.form-group .form-conts.btn-ico-wrap .btn-group > * + * {
  margin-left: 0.5rem;
}
.form-group .form-conts.btn-ico-wrap .btn-group .alldam-btn {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.form-group .form-conts.btn-ico-wrap .btn-delete-input {
  display: none;
}
.form-conts[data-delete=true] .alldam-input:not(:-moz-placeholder) ~ .btn-delete-input {
  display: flex;
}
.form-conts[data-delete=true] .alldam-input:not(:-ms-input-placeholder) ~ .btn-delete-input {
  display: -ms-flexbox;
  display: flex;
}
.form-conts[data-delete=true] .alldam-input:not(:placeholder-shown) ~ .btn-delete-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-conts[data-delete=true] .alldam-input:not(:-moz-placeholder) ~ .btn-group .btn-delete-input {
  display: flex;
}
.form-conts[data-delete=true] .alldam-input:not(:-ms-input-placeholder) ~ .btn-group .btn-delete-input {
  display: -ms-flexbox;
  display: flex;
}
.form-conts[data-delete=true] .alldam-input:not(:placeholder-shown) ~ .btn-group .btn-delete-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group .form-conts.calendar-conts > * + * {
  margin-top: 0;
}
.form-group > p {
  width: 100%;
}
.form-group [class^=form-hint] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  font-size: 0.8125rem;
  color: #464c53;
}
@media (max-width: 768px) {
  .form-group [class^=form-hint] {
    font-size: 0.8125rem;
  }
}
.form-group [class^=form-hint]::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  content: "";
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information.svg);
  mask-image: url(../images/icon/ico_information.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.form-group [class^=form-hint-]::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
}
.form-group .form-hint-success {
  color: #267337;
}
.form-group .form-hint-success::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_success_fill.svg);
  mask-image: url(../images/icon/ico_success_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_success_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.form-group .form-hint-information {
  color: #096ab3;
}
.form-group .form-hint-information::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_information_fill.svg);
  mask-image: url(../images/icon/ico_information_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_information_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.form-group .form-hint-invalid {
  color: #bf360c;
}
.form-group .form-hint-invalid::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_error_fill.svg);
  mask-image: url(../images/icon/ico_error_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_error_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.alldam-form-checks-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alldam-form-checks-inline > * + * {
  margin-left: 1.2rem;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.input-group > * + * {
  margin-left: 1rem;
}
.input-group {
  width: 100%;
}
.input-group.range {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.input-group.range > li:not(.mark) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}
.input-group.range > li:not(.mark) > * + * {
  margin-top: 0.5rem;
}
.input-group.range > li:not(.mark) {
  position: relative;
}
.input-group.range > li.mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 3.5rem;
}
.input-group.range > li.mark.large {
  height: 3.5rem;
}
.input-group.range > li.mark.medium {
  height: 3rem;
}
.input-group.range > li.mark.small {
  height: 2.5rem;
}

.row .input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row .input-group > * + * {
  margin-left: 0;
  margin-top: 1rem;
}
.row .input-group.range > li {
  width: 100%;
}

/* 검색 폼 */
.sch-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sch-form-wrap > * + * {
  margin-left: 1rem;
}
.sch-form-wrap.vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sch-form-wrap.vert > * + * {
  margin-left: 0;
  margin-top: 1rem;
}
.sch-form-wrap.vert .sch-input {
  width: 100%;
}
.sch-form-wrap .input-group .alldam-form-select {
  width: auto;
}
.sch-form-wrap .alldam-btn.ico-sch-plus::before {
  width: 1.5rem;
  height: 1.5rem;
}

.sch-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sch-input .alldam-input {
  padding: 0 3rem 0 1rem;
}
.sch-input .alldam-input.xlarge {
  font-weight: 500;
  padding: 0 7.2rem 0 1.5rem;
}
.sch-input .ico-search {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .form-group .form-conts.keyword-sch {
    width: 100%;
  }
  /* 검색 폼 */
  .sch-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sch-form-wrap > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
  .sch-input .alldam-input.xlg {
    padding: 0 3rem 0 1rem;
  }
  .sch-input .alldam-input.xlg ~ .ico-search {
    right: 1rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
/* 입력 필드 / 텍스트 영역 */
.alldam-input {
  height: 3.5rem;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
}
@media (max-width: 1280px) {
  .alldam-input {
    height: 3.325rem;
  }
}
@media (max-width: 1025px) {
  .alldam-input {
    height: 3.15rem;
  }
  .alldam-input.round {
    width: 3.15rem;
  }
}
@media (max-width: 768px) {
  .alldam-input {
    height: 2.975rem;
    font-size: 1rem;
  }
}
.alldam-input.small {
  height: 2.5rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
}
@media (max-width: 1280px) {
  .alldam-input.small {
    height: 2.375rem;
  }
}
@media (max-width: 1025px) {
  .alldam-input.small {
    height: 2.25rem;
  }
  .alldam-input.small.round {
    width: 2.25rem;
  }
}
@media (max-width: 768px) {
  .alldam-input.small {
    height: 2.125rem;
    font-size: 0.9375rem;
  }
}
.alldam-input.medium {
  height: 3rem;
  border-radius: 0.375rem;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .alldam-input.medium {
    height: 2.85rem;
  }
}
@media (max-width: 1025px) {
  .alldam-input.medium {
    height: 2.7rem;
  }
  .alldam-input.medium.round {
    width: 2.7rem;
  }
}
@media (max-width: 768px) {
  .alldam-input.medium {
    height: 2.55rem;
    font-size: 1rem;
  }
}
.alldam-input.large {
  height: 3.5rem;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
}
@media (max-width: 1280px) {
  .alldam-input.large {
    height: 3.325rem;
  }
}
@media (max-width: 1025px) {
  .alldam-input.large {
    height: 3.15rem;
  }
  .alldam-input.large.round {
    width: 3.15rem;
  }
}
@media (max-width: 768px) {
  .alldam-input.large {
    height: 2.975rem;
    font-size: 1rem;
  }
}
.alldam-input.xlarge {
  height: 5rem;
  border-radius: 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .alldam-input.xlarge {
    height: 4.75rem;
  }
}
@media (max-width: 1025px) {
  .alldam-input.xlarge {
    height: 4.5rem;
  }
  .alldam-input.xlarge.round {
    width: 4.5rem;
  }
}
@media (max-width: 768px) {
  .alldam-input.xlarge {
    height: 4.25rem;
    font-size: 1.375rem;
  }
}
.alldam-input {
  position: relative;
  width: 100%;
  padding: 0 1rem;
  border-width: 1px;
  background-color: #ffffff;
  border: 0.1rem solid #58616a;
  font-family: inherit;
  color: #464c53;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-input:focus, .alldam-input.focus {
  border-color: #ea3c3c;
  border-width: 2px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alldam-input[readonly] {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #464c53;
}
.alldam-input[readonly].datepicker {
  background-color: #ffffff;
  border-color: #58616a;
  color: #464c53;
}
.alldam-input[readonly]:focus {
  border-color: #ea3c3c;
}
.alldam-input[disabled] {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
}
.alldam-input::-webkit-input-placeholder {
  color: #8a949e;
}
.alldam-input::-moz-placeholder {
  color: #8a949e;
}
.alldam-input:-ms-input-placeholder {
  color: #8a949e;
}
.alldam-input::-ms-input-placeholder {
  color: #8a949e;
}
.alldam-input:not(textarea):-moz-placeholder {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.alldam-input:not(textarea):-ms-input-placeholder {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.alldam-input:not(textarea):placeholder-shown {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

textarea.alldam-input {
  height: 14.4rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.is-error .alldam-input {
  background-color: #ffffff;
  border-color: #e65100;
  border-width: 2px;
  color: #464c53;
}
.is-error .alldam-input:focus {
  border-color: #ea3c3c;
}

.textarea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.textarea-wrap > * + * {
  margin-top: 0.5rem;
}
.textarea-wrap {
  width: 100%;
}

.textarea-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.textarea-count > * + * {
  margin-left: 0.125rem;
}
.textarea-count {
  width: 100%;
  font-size: 0.9375rem;
  color: #464c53;
}
@media (max-width: 768px) {
  .textarea-count {
    font-size: 0.9375rem;
  }
}
.textarea-count .count-now {
  color: #d83535;
}

.is-error .textarea-count .count-now {
  color: #bf360c;
}

.textarea-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.textarea-bottom > * + * {
  margin-left: 1rem;
}
.textarea-bottom .textarea-count {
  margin-left: auto;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.textarea-bottom .form-hint-invalid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.textarea-bottom .form-hint-invalid::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* 날짜선택 */
.calendar-input {
  position: relative;
  z-index: 1;
  width: 100%;
}
.calendar-input .alldam-input {
  padding-right: 4rem;
  background-image: none;
}
.calendar-input .alldam-btn {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.calendar-input .range::after {
  display: none;
}

/* 라디오 버튼 / 체크박스 */
input[type=radio],
input[type=checkbox] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.alldam-check-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alldam-check-area > * + * {
  margin-left: 0.5rem;
}
.alldam-check-area.chk-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-check-area.chk-column > * + * {
  margin-left: 0;
  margin-top: 0.5rem;
}

.chip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.chip-wrap > * + * {
  margin-left: 0.5rem;
}
.chip-wrap .alldam-form-chip {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.chip-wrap .alldam-form-chip .radio:not(:checked) ~ .alldam-form-chip-outline::before {
  display: none;
}
.chip-wrap .alldam-form-chip .radio ~ .alldam-form-chip-outline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
}

.alldam-form-check {
  position: relative;
}
.alldam-form-check.medium > input[type=radio] ~ label,
.alldam-form-check.medium > input[type=checkbox] ~ label {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-form-check.medium > input[type=radio] ~ label,
  .alldam-form-check.medium > input[type=checkbox] ~ label {
    font-size: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.alldam-form-check.medium > input[type=radio] ~ label:before,
.alldam-form-check.medium > input[type=checkbox] ~ label:before {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .alldam-form-check.medium > input[type=radio] ~ label:before,
  .alldam-form-check.medium > input[type=checkbox] ~ label:before {
    margin-top: 0.2rem;
  }
}
.alldam-form-check.medium > input[type=radio] ~ label + .alldam-form-check-cnt,
.alldam-form-check.medium > input[type=checkbox] ~ label + .alldam-form-check-cnt {
  padding-left: 1.75rem;
}
.alldam-form-check.medium > input[type=radio] ~ label + .alldam-form-check-cnt .alldam-form-check-p,
.alldam-form-check.medium > input[type=checkbox] ~ label + .alldam-form-check-cnt .alldam-form-check-p {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-form-check.medium > input[type=radio] ~ label + .alldam-form-check-cnt .alldam-form-check-p,
  .alldam-form-check.medium > input[type=checkbox] ~ label + .alldam-form-check-cnt .alldam-form-check-p {
    font-size: 0.9375rem;
  }
}
.alldam-form-check.medium > input[type=radio] ~ label:before {
  border-radius: 62.5rem;
}
.alldam-form-check.medium > input[type=radio] ~ label:after {
  top: 0.225rem;
  left: 0.125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 62.5rem;
}
.alldam-form-check.medium > input[type=checkbox] ~ label:before {
  border-radius: 0.25rem;
}
.alldam-form-check.medium > input[type=checkbox] ~ label:after {
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox_checked_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-size: 80%;
  background-position: center;
}
.alldam-form-check.large > input[type=radio] ~ label,
.alldam-form-check.large > input[type=checkbox] ~ label {
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-form-check.large > input[type=radio] ~ label,
  .alldam-form-check.large > input[type=checkbox] ~ label {
    font-size: 1.1875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.alldam-form-check.large > input[type=radio] ~ label:before,
.alldam-form-check.large > input[type=checkbox] ~ label:before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .alldam-form-check.large > input[type=radio] ~ label:before,
  .alldam-form-check.large > input[type=checkbox] ~ label:before {
    margin-top: 0.2rem;
  }
}
.alldam-form-check.large > input[type=radio] ~ label + .alldam-form-check-cnt,
.alldam-form-check.large > input[type=checkbox] ~ label + .alldam-form-check-cnt {
  padding-left: 2rem;
}
.alldam-form-check.large > input[type=radio] ~ label + .alldam-form-check-cnt .alldam-form-check-p,
.alldam-form-check.large > input[type=checkbox] ~ label + .alldam-form-check-cnt .alldam-form-check-p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-form-check.large > input[type=radio] ~ label + .alldam-form-check-cnt .alldam-form-check-p,
  .alldam-form-check.large > input[type=checkbox] ~ label + .alldam-form-check-cnt .alldam-form-check-p {
    font-size: 1rem;
  }
}
.alldam-form-check.large > input[type=radio] ~ label:before {
  border-radius: 62.5rem;
}
.alldam-form-check.large > input[type=radio] ~ label:after {
  top: 0.25rem;
  left: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 62.5rem;
}
.alldam-form-check.large > input[type=checkbox] ~ label:before {
  border-radius: 0.25rem;
}
.alldam-form-check.large > input[type=checkbox] ~ label:after {
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox_checked_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-size: 80%;
  background-position: center;
}
.alldam-form-check input[type=radio] ~ label,
.alldam-form-check input[type=checkbox] ~ label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-form-check input[type=radio] ~ label,
  .alldam-form-check input[type=checkbox] ~ label {
    font-size: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.alldam-form-check input[type=radio] ~ label:before, .alldam-form-check input[type=radio] ~ label:after,
.alldam-form-check input[type=checkbox] ~ label:before,
.alldam-form-check input[type=checkbox] ~ label:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
.alldam-form-check input[type=radio] ~ label:before,
.alldam-form-check input[type=checkbox] ~ label:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  z-index: 3;
  background-color: #ffffff;
  border: 0.1rem solid #58616a;
}
.alldam-form-check input[type=radio] ~ label:after,
.alldam-form-check input[type=checkbox] ~ label:after {
  position: absolute;
  z-index: 4;
}
.alldam-form-check input[type=radio]:disabled ~ label,
.alldam-form-check input[type=checkbox]:disabled ~ label {
  color: #8a949e;
  cursor: default;
}
.alldam-form-check input[type=radio]:disabled ~ label:before,
.alldam-form-check input[type=checkbox]:disabled ~ label:before {
  background-color: #cdd1d5 !important;
  border-color: #8a949e !important;
}
.alldam-form-check input[type=radio]:focus ~ label,
.alldam-form-check input[type=checkbox]:focus ~ label {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: 0.4rem;
}
.alldam-form-check input[type=radio] ~ label:before {
  border-radius: 62.5rem;
}
.alldam-form-check input[type=radio] ~ label:after {
  top: 0.225rem;
  left: 0.125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 62.5rem;
  background-color: rgba(0, 0, 0, 0);
}
.alldam-form-check input[type=radio]:checked ~ label:before {
  border-color: #ea3c3c;
}
.alldam-form-check input[type=radio]:checked ~ label:after {
  background-color: #ea3c3c;
}
.alldam-form-check input[type=radio]:checked:disabled ~ label:after {
  background-color: #8a949e;
}
.alldam-form-check input[type=checkbox] ~ label:before {
  border-radius: 0.25rem;
}
.alldam-form-check input[type=checkbox] ~ label:after {
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  mask-image: url(../images/icon/ico_checkbox_checked_white.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox_checked_white.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-size: 80%;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
}
.alldam-form-check input[type=checkbox]:checked ~ label:before {
  background-color: #ea3c3c;
  border-color: #ea3c3c;
}
.alldam-form-check input[type=checkbox]:checked ~ label:after {
  background-color: #ffffff;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.alldam-form-check input[type=checkbox]:checked:disabled ~ label:after {
  background-color: #8a949e;
}
.alldam-form-check .alldam-form-check-cnt {
  margin-top: 0.25rem;
}
.alldam-form-check .alldam-form-check-cnt .alldam-form-check-p {
  color: #464c53;
}

/* 라디오 버튼 / 체크박스 chip */
.alldam-form-chip.small input[type=radio] ~ label,
.alldam-form-chip.small input[type=checkbox] ~ label {
  height: 2.5rem;
  padding: 0 0.5rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
@media (max-width: 768px) {
  .alldam-form-chip.small input[type=radio] ~ label,
  .alldam-form-chip.small input[type=checkbox] ~ label {
    font-size: 0.9375rem;
  }
}
.alldam-form-chip.small input[type=radio] ~ label:before,
.alldam-form-chip.small input[type=checkbox] ~ label:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox.svg);
  mask-image: url(../images/icon/ico_checkbox.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  margin-right: 0.25rem;
}
.alldam-form-chip.medium input[type=radio] ~ label,
.alldam-form-chip.medium input[type=checkbox] ~ label {
  height: 3rem;
  padding: 0 0.625rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.375rem;
  font-size: 1rem;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
@media (max-width: 768px) {
  .alldam-form-chip.medium input[type=radio] ~ label,
  .alldam-form-chip.medium input[type=checkbox] ~ label {
    font-size: 1rem;
  }
}
.alldam-form-chip.medium input[type=radio] ~ label:before,
.alldam-form-chip.medium input[type=checkbox] ~ label:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox.svg);
  mask-image: url(../images/icon/ico_checkbox.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  margin-right: 0.25rem;
}
.alldam-form-chip.large input[type=radio] ~ label,
.alldam-form-chip.large input[type=checkbox] ~ label {
  height: 3.5rem;
  padding: 0 0.75rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.5rem;
  font-size: 1.1875rem;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
@media (max-width: 768px) {
  .alldam-form-chip.large input[type=radio] ~ label,
  .alldam-form-chip.large input[type=checkbox] ~ label {
    font-size: 1.1875rem;
  }
}
.alldam-form-chip.large input[type=radio] ~ label:before,
.alldam-form-chip.large input[type=checkbox] ~ label:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox.svg);
  mask-image: url(../images/icon/ico_checkbox.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  margin-right: 0.25rem;
}
.alldam-form-chip input[type=radio] ~ label,
.alldam-form-chip input[type=checkbox] ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 2.5rem;
  padding: 0 0.5rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
}
@media (max-width: 768px) {
  .alldam-form-chip input[type=radio] ~ label,
  .alldam-form-chip input[type=checkbox] ~ label {
    font-size: 0.9375rem;
  }
}
.alldam-form-chip input[type=radio] ~ label,
.alldam-form-chip input[type=checkbox] ~ label {
  background-color: #ffffff;
  border-color: #b1b8be;
  color: #1e2124;
}
.alldam-form-chip input[type=radio] ~ label:before,
.alldam-form-chip input[type=checkbox] ~ label:before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox.svg);
  mask-image: url(../images/icon/ico_checkbox.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.23, 1);
  margin-right: 0.25rem;
  background-color: #8a949e;
}
.alldam-form-chip input[type=radio]:disabled ~ label,
.alldam-form-chip input[type=checkbox]:disabled ~ label {
  background-color: #cdd1d5;
  border-color: #b1b8be;
  color: #6d7882;
  cursor: default;
}
.alldam-form-chip input[type=radio]:checked ~ label,
.alldam-form-chip input[type=checkbox]:checked ~ label {
  background-color: #fdeaea;
  border-color: #ea3c3c;
  color: #d83535;
}
.alldam-form-chip input[type=radio]:checked ~ label:before,
.alldam-form-chip input[type=checkbox]:checked ~ label:before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_checkbox_checked.svg);
  mask-image: url(../images/icon/ico_checkbox_checked.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_checkbox_checked.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #ea3c3c;
}
.alldam-form-chip input[type=radio] ~ label:before,
.alldam-form-chip input[type=checkbox] ~ label:before {
  display: none !important;
  margin-right: 0;
}
.alldam-form-chip input[type=radio]:checked ~ label:before,
.alldam-form-chip input[type=checkbox]:checked ~ label:before {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-right: 0.25rem;
  background-color: #ea3c3c;
}
.alldam-form-chip input[type=radio]:disabled ~ label:before,
.alldam-form-chip input[type=checkbox]:disabled ~ label:before {
  display: none !important;
  margin-right: 0;
}
.alldam-form-chip.focus input[type=checkbox] ~ label,
.alldam-form-chip.focus input[type=radio] ~ label {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}

/* 달력 */
.alldam-calendar-area {
  display: none;
  position: relative;
  z-index: 1000;
  width: 100%;
}
.alldam-calendar-area .calendar-wrap {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 38.4rem;
  background-color: #fff7f7;
  border: 1px solid #fff0f0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.alldam-calendar-area .calendar-wrap.bottom {
  top: auto;
  bottom: 6.4rem;
}
.alldam-calendar-area .calendar-wrap .calendar-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.alldam-calendar-area .calendar-wrap .calendar-head > * + * {
  margin-left: 1rem;
}
.alldam-calendar-area .calendar-wrap .calendar-head .btn-cal-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 2rem;
  height: 2rem;
  background-color: #ffffff;
  border: 1px solid #cdd1d5;
  border-radius: 62.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.alldam-calendar-area .calendar-wrap .calendar-head .btn-cal-move::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.alldam-calendar-area .calendar-wrap .calendar-head .btn-cal-move.next::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap > * + * {
  margin-left: 0.25rem;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch > * + * {
  margin-left: 0.25rem;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch {
  height: 2.5rem;
  border-radius: 0.375rem;
  padding: 0 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_arrow_dropdown.svg);
  mask-image: url(../images/icon/ico_arrow_dropdown.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_arrow_dropdown.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch:hover {
  background-color: #fff7f7;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch:focus, .alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch:active, .alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch.active {
  background-color: #fff0f0;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch:disabled {
  cursor: default;
  color: #6d7882;
  background-color: #ffffff;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .btn-cal-switch:disabled::after {
  background-color: #6d7882;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down {
  position: relative;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 14rem;
  max-height: 16rem;
  border: 1px solid #cdd1d5;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.051), 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.078);
          box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.051), 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.078);
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select.active {
  visibility: visible;
  z-index: auto;
  opacity: 1;
  z-index: 10;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel li {
  width: 100%;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 2.5rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel button:hover {
  background-color: #fff7f7;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel button:focus, .alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel button:active {
  background-color: #fff0f0;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel button.active {
  color: #8c5656;
  border: 1px solid #b27070;
  background-color: #ffffff;
}
.alldam-calendar-area .calendar-wrap .calendar-head .calendar-switch-wrap .calendar-drop-down .calendar-select .sel button:disabled {
  cursor: default;
  color: #6d7882;
  background-color: #ffffff;
}
.alldam-calendar-area .calendar-wrap .calendar-body {
  position: relative;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap {
  padding: 0 1rem;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl caption {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  clip: auto !important;
  text-align: left;
  top: 4.6rem;
  left: 1rem;
  color: #464c53;
  font-weight: 500;
  font-size: 0.9375rem;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl th,
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td {
  width: 14.2857142857%;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl th {
  padding-bottom: 4.6rem;
  font-weight: 400;
  font-size: 0.9375rem;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td {
  padding: 0.125rem 0;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
  width: 44px;
  height: 44px;
  margin-inline: auto;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td > button span {
  z-index: 1;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td > button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 62.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td .btn-set-date:focus {
  z-index: 1;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td:not(.period, .old, .new, .disabled) .btn-set-date:hover::after {
  background-color: #ffffff;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td:not(.period, .old, .new, .disabled) .btn-set-date:focus::after, .alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td:not(.period, .old, .new, .disabled) .btn-set-date:active::after {
  background-color: #fff0f0;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.today .btn-set-date span {
  position: relative;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.today .btn-set-date span::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 62.5rem;
  background-color: #ea3c3c;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.day-event .btn-set-date {
  color: #096ab3;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.day-event .btn-set-date span {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.day-event .btn-set-date span::before {
  position: absolute;
  bottom: -38%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "이벤트";
  font-size: 1rem;
  font-weight: 500;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.day-off {
  color: #bf360c;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.old, .alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.new, .alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.disabled {
  color: #8a949e;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.old button, .alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.new button, .alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.disabled button {
  cursor: default;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.period .btn-set-date {
  background-color: #ffffff;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.period.start > .btn-set-date, .alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.period.end > .btn-set-date {
  background-color: #b27070;
  color: #ffffff;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.period.start > .btn-set-date {
  border-top-left-radius: 62.5rem;
  border-bottom-left-radius: 62.5rem;
}
.alldam-calendar-area .calendar-wrap .calendar-body .calendar-table-wrap .calendar-tbl td.period.end > .btn-set-date {
  border-top-right-radius: 62.5rem;
  border-bottom-right-radius: 62.5rem;
}
.alldam-calendar-area .calendar-wrap .calendar-footer {
  margin-top: 1rem;
}
.alldam-calendar-area .calendar-wrap .calendar-footer .calendar-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-calendar-area .calendar-wrap .calendar-footer .calendar-btn-wrap > * + * {
  margin-left: 0.5rem;
}
.alldam-calendar-area .calendar-wrap .calendar-footer .calendar-btn-wrap {
  padding: 1rem 1.5rem;
  border-top: 1px solid #cdd1d5;
  background-color: #ffffff;
}
.alldam-calendar-area .calendar-wrap .calendar-footer .calendar-btn-wrap .alldam-btn:first-child {
  margin-right: auto;
}
.alldam-calendar-area .calendar-wrap:not(.single) .calendar-body .calendar-table-wrap .calendar-tbl td {
  position: relative;
}
.alldam-calendar-area .calendar-wrap:not(.single) .calendar-body .calendar-table-wrap .calendar-tbl td::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 0.125rem * 2);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.alldam-calendar-area .calendar-wrap:not(.single) .calendar-body .calendar-table-wrap .calendar-tbl td.period::after {
  background-color: #ffffff;
}
.alldam-calendar-area .calendar-wrap:not(.single) .calendar-body .calendar-table-wrap .calendar-tbl td.start::after {
  background-color: #b27070;
  border-top-left-radius: 62.5rem;
  border-bottom-left-radius: 62.5rem;
  width: calc(100% - 0.125rem * 2);
  height: calc(100% - 0.125rem * 2);
  right: 0;
  left: unset;
}
.alldam-calendar-area .calendar-wrap:not(.single) .calendar-body .calendar-table-wrap .calendar-tbl td.end::after {
  background-color: #b27070;
  border-top-right-radius: 62.5rem;
  border-bottom-right-radius: 62.5rem;
  width: calc(100% - 0.125rem * 2);
  height: calc(100% - 0.125rem * 2);
}
.alldam-calendar-area .calendar-wrap:not(.single) .calendar-body .calendar-table-wrap .calendar-tbl td.period.start.end::after {
  display: none;
}
.alldam-calendar-area.active {
  display: block;
}

@media (min-width: 1025px) {
  .calendar-select::-webkit-scrollbar {
    width: 0.8rem;
  }
  .calendar-select::-webkit-scrollbar-thumb {
    background-color: #fff0f0;
    border-radius: 0.8rem;
  }
  .calendar-select::-webkit-scrollbar-track {
    background-color: #fff7f7;
  }
}
@media (max-width: 440px) {
  .alldam-calendar-area .calendar-wrap {
    left: calc(50% - (100vw - 24px * 2) / 2);
    width: calc(100vw - 24px * 2);
  }
}
/* 코치마크 */
.alldam-coach-mark {
  position: relative;
}
.alldam-coach-mark.txt-box {
  padding: 2.5rem;
  border-radius: 1rem;
}
.alldam-coach-mark.txt-box, .alldam-coach-mark.form-addr-result,
.alldam-coach-mark .coach-btn {
  border: 0.1rem solid #ea3c3c;
  outline: 1rem solid #fbd6d6;
}
.alldam-coach-mark .coach-balloon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
  border: 0.2rem solid #ea3c3c;
  max-width: 36rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 1.25rem;
  -webkit-transform: translateY(calc(-100% - 2.6rem));
      -ms-transform: translateY(calc(-100% - 2.6rem));
          transform: translateY(calc(-100% - 2.6rem));
  word-break: break-all;
}
.alldam-coach-mark .coach-balloon::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 100%;
  right: 2.4rem;
  display: block;
  margin-top: -0.8rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0.2rem solid #ea3c3c;
  border-top-color: transparent;
  border-left-color: transparent;
  background-color: #ffffff;
}
.alldam-coach-mark .coach-balloon .coach-tit {
  color: #464c53;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.alldam-coach-mark .coach-balloon .desc {
  font-size: 1rem;
  color: #1e2124;
}
.alldam-coach-mark .coach-balloon .coach-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-top: 1rem;
  color: #1e2124;
}
.alldam-coach-mark .coach-balloon .coach-controls .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1rem;
}
.alldam-coach-mark .coach-balloon .coach-controls .num strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 400;
}
.alldam-coach-mark .coach-balloon .coach-controls .num strong::after {
  content: "/";
  margin: 0 0.125rem;
}
.alldam-coach-mark .coach-balloon .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-coach-mark .coach-balloon .btn-wrap > * + * {
  margin-left: 0.75rem;
}

@media (max-width: 768px) {
  .alldam-coach-mark.page-btn-wrap {
    position: relative;
    z-index: 5;
  }
  .alldam-coach-mark.page-btn-wrap > .coach-balloon {
    position: absolute;
    top: 2.4rem;
    right: 1.6rem;
    width: 100%;
    max-width: calc(100% - 3.2rem);
  }
  .alldam-coach-mark.txt-box {
    padding: 1.5rem;
  }
}
/* 표 */
.alldam-table-wrap {
  width: 100%;
  border-top: 2px solid #ea3c3c;
}
.alldam-table-wrap .tbl.data th,
.alldam-table-wrap .tbl.data td {
  vertical-align: middle;
}
.alldam-table-wrap .tbl.data thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.alldam-table-wrap .tbl.data thead th {
  padding: 0.5rem 0.5rem;
  background-color: #f4f5f6;
  border-bottom: 1px solid #cdd1d5;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #131416;
  text-align: center;
}
@media (max-width: 768px) {
  .alldam-table-wrap .tbl.data thead th {
    font-size: 0.9375rem;
  }
}
.alldam-table-wrap .tbl.data tbody th,
.alldam-table-wrap .tbl.data tbody td,
.alldam-table-wrap .tbl.data tfoot th,
.alldam-table-wrap .tbl.data tfoot td {
  padding: 0.75rem 0.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #cdd1d5;
  font-size: 1rem;
  color: #464c53;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 768px) {
  .alldam-table-wrap .tbl.data tbody th,
  .alldam-table-wrap .tbl.data tbody td,
  .alldam-table-wrap .tbl.data tfoot th,
  .alldam-table-wrap .tbl.data tfoot td {
    font-size: 1rem;
  }
}
.alldam-table-wrap .tbl.data tbody th,
.alldam-table-wrap .tbl.data tfoot th {
  background-color: #fffbfb;
  border-right: 1px solid #cdd1d5;
}
.alldam-table-wrap .tbl.data tbody thead th:last-child,
.alldam-table-wrap .tbl.data tfoot thead th:last-child {
  border-right: 0;
}
.alldam-table-wrap .tbl.line thead th {
  border-bottom: 1px solid #cdd1d5;
  border-right: 1px solid #cdd1d5;
}
.alldam-table-wrap .tbl.line thead th:last-child {
  border-right: 0;
}
.alldam-table-wrap .tbl.line thead td {
  padding: 0.25rem;
  border-bottom: 1px solid #cdd1d5;
}
.alldam-table-wrap .tbl.line td {
  border-right: 1px solid #cdd1d5;
}
.alldam-table-wrap .tbl.line td:last-child {
  border-right: 0;
}
.alldam-table-wrap .tbl.line .bdr {
  border-right: 1px solid #cdd1d5 !important;
}
.alldam-table-wrap .tbl.tac thead th,
.alldam-table-wrap .tbl.tac thead td {
  text-align: center;
}
.alldam-table-wrap .tbl.tac tbody th,
.alldam-table-wrap .tbl.tac tbody td,
.alldam-table-wrap .tbl.tac tfoot th,
.alldam-table-wrap .tbl.tac tfoot td {
  text-align: center;
}
.alldam-table-wrap.small .tbl thead th,
.alldam-table-wrap.small .tbl thead td,
.alldam-table-wrap.small .tbl thead p,
.alldam-table-wrap.small .tbl thead span {
  font-size: 0.8rem;
}
.alldam-table-wrap.small .tbl tbody th,
.alldam-table-wrap.small .tbl tbody td,
.alldam-table-wrap.small .tbl tbody p,
.alldam-table-wrap.small .tbl tbody span {
  font-size: 0.8rem;
  padding: 0.5rem;
}
.alldam-table-wrap.scroll-y {
  overflow-y: auto;
  max-height: 700px;
}
.alldam-table-wrap.scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.alldam-table-wrap.scroll .tbl {
  width: 100%;
}
.alldam-table-wrap.focus tr:hover td {
  background-color: #f4f5f6;
}
.alldam-table-wrap.focus .alldam-table-wrap tr td {
  background-color: #fff;
}
.alldam-table-wrap.focus .alldam-table-wrap tr:hover td {
  background-color: #fff;
}

@media (max-width: 768px) {
  .alldam-table-wrap {
    overflow-x: auto;
  }
  .alldam-table-wrap .tbl {
    min-width: 73.2rem;
  }
  .alldam-table-wrap.mob-scroll {
    width: 100%;
  }
  .alldam-table-wrap.mob-scroll th,
  .alldam-table-wrap.mob-scroll td {
    white-space: nowrap;
  }
}
/* tag style */
.alldam-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alldam-tag-wrap.small .alldam-btn-tag > * + * {
  margin-left: 0.125rem;
}
.alldam-tag-wrap.small .alldam-btn-tag {
  height: 1.5rem;
  padding: 0.5rem 0.5rem;
  border-radius: 1.5rem;
  font-size: 0.8125rem;
  line-height: 1;
  margin: 0.125rem;
}
@media (max-width: 768px) {
  .alldam-tag-wrap.small .alldam-btn-tag {
    font-size: 0.8125rem;
  }
}
.alldam-tag-wrap.small .alldam-btn-tag .btn-delete {
  width: 1rem;
  height: 1rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_fill.svg);
  mask-image: url(../images/icon/ico_delete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  line-height: 1;
  margin-left: 0.25rem;
}
.alldam-tag-wrap.medium .alldam-btn-tag > * + * {
  margin-left: 0.125rem;
}
.alldam-tag-wrap.medium .alldam-btn-tag {
  height: 2rem;
  padding: 0.5rem 0.625rem;
  border-radius: 2rem;
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0.125rem;
}
@media (max-width: 768px) {
  .alldam-tag-wrap.medium .alldam-btn-tag {
    font-size: 0.9375rem;
  }
}
.alldam-tag-wrap.medium .alldam-btn-tag .btn-delete {
  width: 1rem;
  height: 1rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_fill.svg);
  mask-image: url(../images/icon/ico_delete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  line-height: 1;
  margin-left: 0.5rem;
}
.alldam-tag-wrap.large .alldam-btn-tag > * + * {
  margin-left: 0.125rem;
}
.alldam-tag-wrap.large .alldam-btn-tag {
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  line-height: 1;
  margin: 0.125rem;
}
@media (max-width: 768px) {
  .alldam-tag-wrap.large .alldam-btn-tag {
    font-size: 1rem;
  }
}
.alldam-tag-wrap.large .alldam-btn-tag .btn-delete {
  width: 1rem;
  height: 1rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_fill.svg);
  mask-image: url(../images/icon/ico_delete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  line-height: 1;
  margin-left: 0.5rem;
}
.alldam-tag-wrap .alldam-btn-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background-color: #ffffff;
  border: 0.1rem solid #cdd1d5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-tag-wrap .alldam-btn-tag > * + * {
  margin-left: 0.125rem;
}
.alldam-tag-wrap .alldam-btn-tag {
  height: 2rem;
  padding: 0.5rem 0.625rem;
  border-radius: 2rem;
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0.125rem;
}
@media (max-width: 768px) {
  .alldam-tag-wrap .alldam-btn-tag {
    font-size: 0.9375rem;
  }
}
.alldam-tag-wrap .alldam-btn-tag:hover {
  background-color: #fff7f7;
}
.alldam-tag-wrap .alldam-btn-tag:active {
  background-color: #fff0f0;
}
.alldam-tag-wrap .alldam-btn-tag.link:hover, .alldam-tag-wrap .alldam-btn-tag.link:active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.alldam-tag-wrap .alldam-btn-tag .btn-delete {
  width: 1rem;
  height: 1rem;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_delete_fill.svg);
  mask-image: url(../images/icon/ico_delete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_delete_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  line-height: 1;
  margin-left: 0.5rem;
}

/* 페이지네이션 */
.alldam-pagination > * {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.alldam-pagination {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .alldam-pagination > * {
    margin: 0.75rem 0.25rem;
  }
  .alldam-pagination {
    margin-top: 1.5rem;
  }
}
.alldam-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  color: #464c53;
}
.alldam-pagination .page-navi,
.alldam-pagination .page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 2.5rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.375rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-pagination .page-navi:hover,
.alldam-pagination .page-link:hover {
  background-color: #fff7f7;
}
.alldam-pagination .page-navi:active,
.alldam-pagination .page-link:active {
  background-color: #fff0f0;
}
.alldam-pagination .page-navi.prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 0.5rem 0 0.25rem;
}
.alldam-pagination .page-navi.prev::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  content: "";
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #464c53;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.alldam-pagination .page-navi.next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 0.25rem 0 0.5rem;
}
.alldam-pagination .page-navi.next::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  content: "";
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #464c53;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.alldam-pagination .page-navi.disabled {
  color: #8a949e;
  cursor: default;
}
.alldam-pagination .page-navi.disabled:hover, .alldam-pagination .page-navi.disabled:active {
  background-color: #cdd1d5;
}
.alldam-pagination .page-navi.disabled::before, .alldam-pagination .page-navi.disabled::after {
  background-color: #8a949e;
}
.alldam-pagination .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alldam-pagination .page-links > * + * {
  margin-left: 0.5rem;
}
.alldam-pagination .page-links .page-link {
  width: 2.5rem;
  height: 2.5rem;
}
.alldam-pagination .page-links .page-link.link-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_ellipsis.svg);
  mask-image: url(../images/icon/ico_ellipsis.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_ellipsis.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-pagination .page-links .page-link.active {
  background-color: #b27070;
  font-weight: 500;
  color: #ffffff;
}
.alldam-pagination + .helper-box {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .alldam-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alldam-pagination .page-links {
    width: 100%;
  }
  .alldam-pagination .page-navi.next {
    -webkit-transition: none;
    transition: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .alldam-pagination + .helper-box {
    margin-top: 2rem;
  }
}
/* ** 검색 : 공통 ** */
/* 공통 - 검색 폼 */
.search-top-box {
  min-width: auto;
}
.search-top-box .sch-form-wrap .alldam-input {
  width: 48.5rem;
}
.search-top-box .sch-form-wrap.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.search-top-box .sch-form-wrap.flex-inline .alldam-form-select {
  width: 18rem;
}
.search-top-box .sch-form-wrap.flex-inline .input-group > * + * {
  margin-left: 1rem;
}
.search-top-box .sch-form-wrap.flex-inline .input-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search-top-box .sch-form-wrap.flex-inline .alldam-btn.medium {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-top-box .sch-filter-box {
  padding: 2.5rem;
  border-radius: 1rem;
  background: #fff7f7;
  margin-top: 2.5rem;
}
.search-top-box .sch-filter-box .filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.75rem;
}
.search-top-box .sch-filter-box .filter-form > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search-top-box .sch-filter-box .filter-form > div > * + * {
  margin-left: 0.75rem;
}
.search-top-box .sch-filter-box .filter-form > div {
  width: 100%;
  max-width: 26.5rem;
  margin: 0.75rem;
}
.search-top-box .sch-filter-box .filter-form > div:nth-child(4) {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.search-top-box .sch-filter-box .filter-form > div:nth-child(4) .alldam-input {
  width: 37rem;
}
.search-top-box .sch-filter-box .filter-form .label {
  font-weight: 500;
  white-space: nowrap;
  min-width: 6.3rem;
}
.search-top-box .sch-filter-box .filter-form .alldam-form-select {
  width: 100%;
}
.search-top-box {
  /* 필터칩 박스 */
}
.search-top-box .filter-chip {
  padding: 1.5rem 0 0;
  margin: 1.5rem 0 0;
  border-top: 1px solid #fff0f0;
  border-radius: 0;
}

/* 공통 - 결과 리스트 상단 */
.search-list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 2.5rem 0 1.5rem;
}
.search-list-top .sch-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search-list-top .sch-left > * + * {
  margin-left: 1.5rem;
}
.search-list-top .sch-left .alldam-check-area {
  font-size: 0;
}
.search-list-top .sch-left .btn-txt.sm {
  height: 2.4rem;
}
.search-list-top .sch-info {
  display: inline;
  font-size: 1.1875rem;
  font-weight: 500;
}
.search-list-top .sch-info .point {
  word-break: break-all;
  color: #d83535;
}
.search-list-top .sch-info .br {
  display: none;
}
.search-list-top .sch-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search-list-top .sch-sort .sort-label {
  font-weight: 500;
  white-space: nowrap;
  margin-right: 0.75rem;
}
.search-list-top .sch-sort .alldam-form-select-sort {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0);
}
.search-list-top .sch-sort .w-sort-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search-list-top .sch-sort .w-sort-btn > * + * {
  margin-left: 0.5rem;
}
.search-list-top .sch-sort .w-sort-btn button {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #1e2124;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0);
}
.search-list-top .sch-sort .w-sort-btn button.active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.search-list-top .sch-sort .w-sort-btn button:hover {
  border-radius: 0.375rem;
  background-color: #fff7f7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search-list-top .sch-sort .w-sort-btn button:active {
  background-color: #fff0f0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.search-list-top .sch-sort .m-sort-btn {
  display: none;
}
.search-list-top .sch-info li,
.search-list-top .sch-sort li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.search-list-top .sch-info li:not(:last-child),
.search-list-top .sch-sort li:not(:last-child) {
  padding-right: 1.7rem;
}
.search-list-top .sch-info li:not(:last-child)::after,
.search-list-top .sch-sort li:not(:last-child)::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1px;
  height: 1rem;
  background-color: #8a949e;
  position: absolute;
  bottom: 0.3rem;
  right: 0.5rem;
}
.search-list-top .sch-sort {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-list-top .sch-info li {
  display: inline;
}
.search-list-top .sch-info li .search-result {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.search-list-top .side-line-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.75rem;
}
.search-list-top .side-line-ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0.25rem;
}
.search-list-top .side-line-ul li:not(:last-child)::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 1px;
  height: 1rem;
  margin-left: 0.5rem;
  background-color: #8a949e;
}
.search-list-top.border {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5rem;
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #8a949e;
}

/* 필터칩 박스 */
.filter-chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.filter-chip > * + * {
  margin-left: 1rem;
}
.filter-chip {
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  background: #fff7f7;
  border-radius: 1.25rem;
}
.filter-chip dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 500;
  white-space: nowrap;
  height: 2rem;
}
.filter-chip dt .num {
  margin-left: 0.25rem;
  color: #d83535;
}
.filter-chip dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-chip dd > * + * {
  margin-left: 0.5rem;
}
.filter-chip dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filter-chip dd .alldam-btn.icon.xlarge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.filter-chip dd .alldam-btn.icon.xlarge .ico-refresh {
  width: 1rem;
  height: 1rem;
}
.filter-chip .chip-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  /* 공통 - 검색 폼 */
  .search-top-box .sch-form-wrap .sch-input,
  .search-top-box .sch-form-wrap .alldam-input {
    width: 100%;
  }
  .search-top-box .sch-form-wrap.flex-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-top-box .sch-form-wrap.flex-inline .alldam-form-select {
    width: 100%;
  }
  .search-top-box .sch-form-wrap.flex-inline .input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-top-box .sch-form-wrap.flex-inline .input-group > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
  .search-top-box .sch-filter-box {
    display: none;
  }
  /* 공통 - 결과 리스트 상단 */
  .search-list-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-list-top > * + * {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .search-list-top {
    margin-top: 1.5rem;
  }
  .search-list-top .sch-info,
  .search-list-top .sch-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .search-list-top .sch-info > * + *,
  .search-list-top .sch-left > * + * {
    margin-left: 0;
    margin-top: 0.75rem;
  }
  .search-list-top .sch-info,
  .search-list-top .sch-left {
    font-size: 1.1875rem;
  }
  .search-list-top .sch-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-list-top .sch-info > * + * {
    margin-top: 0;
  }
  .search-list-top .sch-sort {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
  }
  .search-list-top .sch-sort .w-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .search-list-top .sch-sort .w-sort-btn {
    display: none;
  }
  .search-list-top .sch-sort .m-sort-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-list-top .sch-sort .alldam-btn.ico-filter {
    position: relative;
    font-size: 0.9375rem;
    height: 2.5rem;
    padding: 0.125rem;
  }
  .search-list-top .sch-sort .alldam-btn.ico-filter .span {
    position: relative;
    z-index: 2;
    font-weight: 500;
  }
  .search-list-top .sch-sort .alldam-btn.ico-filter .alldam-badge.number {
    position: absolute;
    top: -0.625rem;
    right: 0.5rem;
    z-index: 1;
  }
  .search-list-top .side-line-ul {
    margin: -0.25rem;
  }
  .search-list-top .side-line-ul > li {
    margin: 0.25rem;
  }
  .search-list-top .side-line-ul {
    margin-top: 0.75rem;
  }
  .search-list-top.border {
    margin-bottom: 0;
  }
  /* 필터칩 박스 */
  .filter-chip {
    display: none;
  }
}
/* ** 통합검색 ** */
/* 통합검색 양쪽 배치 */
.search-between-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search-between-conts > * + * {
  margin-left: 4rem;
}
.search-between-conts .aside {
  position: relative;
  top: 0;
  width: 28.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  -webkit-transition: top 0.1s;
  transition: top 0.1s;
}
.search-between-conts .aside .filter-dl dt {
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .search-between-conts .aside .filter-dl dt {
    font-size: 1.375rem;
  }
}
.search-between-conts .aside .filter-btn {
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.5rem 0;
  z-index: 4;
}
.search-between-conts .aside .filter-btn > * + * {
  margin-left: 1rem;
}
.search-between-conts .aside .filter-btn {
  background-color: #ffffff;
}
.search-between-conts .aside .filter-btn .alldam-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-between-conts .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* 필터 아코디언 */
/* 상단 검색어 영역 */
.total-search-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 4rem;
}
.total-search-top-box > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 4rem 0;
  max-width: 79.2rem;
}
.total-search-top-box > .inner .sch-form-wrap {
  width: 100%;
}
.total-search-top-box > .inner .sch-form-wrap > * + * {
  margin-left: 0.75rem;
}
.total-search-top-box > .inner .sch-input-wrap .sch-etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.total-search-top-box > .inner .sch-input-wrap .sch-etc .ico-sch::before {
  background-image: url(../images/img/component/icon/ico_sch_plus.svg);
}
.total-search-top-box::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff7f7;
}

/* 결과 리스트 */
.total-search-list .total-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.total-search-list .total-search-item > * + * {
  margin-top: 1.5rem;
}
.total-search-list .total-search-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #8a949e;
}
.total-search-list .total-search-item .keyword {
  font-weight: 500;
  color: #d83535;
  background-color: #fdeaea;
}
.total-search-list .total-search-item:first-child {
  padding-top: 0;
}
.total-search-list .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.total-search-list .info-top > * + * {
  margin-left: 1rem;
}
.total-search-list .info-top .i-date {
  color: #464c53;
}
.total-search-list .info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.total-search-list .info-body a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.total-search-list .info-body a:visited {
  color: #5917b8;
}
.total-search-list .info-body .tit {
  font-size: 1.1875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.total-search-list .info-body .txt {
  color: #464c53;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.total-search-list .info-body .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.total-search-list .info-body .in > * + * {
  margin-left: 1.5rem;
}
.total-search-list .info-body .thum {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
  height: 11rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.total-search-list .info-body .thum img {
  width: 100%;
  height: 100%;
}
.total-search-list .info-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.total-search-list .info-btm .i-cate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #1e2124;
}
.total-search-list .info-btm .i-cate li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.total-search-list .info-btm .i-cate li:not(:first-child)::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../images/img/component/common/ico_arr_16_right_gray70.svg) no-repeat center;
  background-size: contain;
  margin-inline: 0.25rem;
}
.total-search-list .info-btm .btn-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.total-search-list .info-btm .btn-area > * + * {
  margin-left: 1rem;
}

@media (max-width: 1025px) {
  .scroll-up .search-between-conts .aside {
    top: 72px;
  }
}
@media (max-width: 768px) {
  /* 통합검색 양쪽 배치 */
  .search-between-conts .aside {
    display: none;
  }
  /* 상단 검색어 영역 */
  .total-search-top-box {
    margin-bottom: 2rem;
  }
  .total-search-top-box > .inner {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .total-search-top-box .alldam-input {
    height: 4rem;
  }
  .total-search-top-box .alldam-btn.icon.xlarge {
    width: 2rem;
    height: 2rem;
  }
  /* 결과 리스트 */
  .total-search-list .total-search-item {
    padding: 1.5rem 0;
  }
  .total-search-list .total-search-item > * + * {
    margin-top: 1rem;
  }
  .total-search-list .total-search-item:first-child {
    padding-top: 1.5rem;
  }
  .total-search-list .info-top > * + * {
    margin-left: 0.75rem;
  }
  .total-search-list .info-body .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .total-search-list .info-body .in > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
  .total-search-list .info-body .tit {
    margin-bottom: 0.5rem;
    font-size: 1.1875rem;
  }
  .total-search-list .info-body .thum {
    width: 18rem;
    height: 11rem;
  }
  .total-search-list .info-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .total-search-list .info-btm > * + * {
    margin-left: 0;
    margin-top: 1rem;
  }
}
/* 셀렉트 */
.alldam-form-select {
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 3rem 0 1rem;
  background-position: center right 1rem;
  background-size: 1.5rem !important;
  border-radius: 0.375rem;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-form-select {
    font-size: 1.1875rem;
  }
}
.alldam-form-select.small {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 2.5rem 0 1rem;
  background-position: center right 1rem;
  background-size: 1rem !important;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-form-select.small {
    font-size: 0.9375rem;
  }
}
.alldam-form-select.medium {
  height: 3rem;
  line-height: 3rem;
  padding: 0 2.75rem 0 1rem;
  background-position: center right 1rem;
  background-size: 1.25rem !important;
  border-radius: 0.375rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-form-select.medium {
    font-size: 1rem;
  }
}
.alldam-form-select.large {
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 3rem 0 1rem;
  background-position: center right 1rem;
  background-size: 1.5rem !important;
  border-radius: 0.375rem;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-form-select.large {
    font-size: 1.1875rem;
  }
}
.alldam-form-select {
  position: relative;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-style: solid;
  border-color: #58616a;
  font-family: inherit;
  color: #8a949e;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-form-select:focus {
  border-color: #ea3c3c;
  border-width: 2px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1e2124;
}
.alldam-form-select.completed {
  color: #464c53;
}
.alldam-form-select.is-error {
  border-color: #d83535;
  border-width: 2px;
}
.alldam-form-select[disabled] {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle_disabled.svg);
  mask-image: url(../images/icon/ico_angle_disabled.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle_disabled.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #cdd1d5 !important;
  border-color: #b1b8be;
  color: #6d7882;
}

.is-error .alldam-form-select {
  border-color: #d83535;
  border-width: 2px;
}

/* sorting select */
.alldam-form-select-sort {
  position: relative;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none;
  border-radius: 0.25rem;
  font-family: inherit;
  color: #1e2124;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-form-select-sort {
  padding: 0 1.625rem 0 0.25rem;
  background-position: center right 0.25rem;
  background-size: 1.25rem !important;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-form-select-sort {
    font-size: 1rem;
  }
}
.alldam-form-select-sort.small {
  padding: 0 1.375rem 0 0.25rem;
  background-position: center right 0.25rem;
  background-size: 1rem !important;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-form-select-sort.small {
    font-size: 0.9375rem;
  }
}
.alldam-form-select-sort.medium {
  padding: 0 1.625rem 0 0.25rem;
  background-position: center right 0.25rem;
  background-size: 1.25rem !important;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-form-select-sort.medium {
    font-size: 1rem;
  }
}
.alldam-form-select-sort.large {
  padding: 0 1.875rem 0 0.25rem;
  background-position: center right 0.25rem;
  background-size: 1.5rem !important;
  font-size: 1.1875rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .alldam-form-select-sort.large {
    font-size: 1.1875rem;
  }
}
.alldam-form-select-sort:hover {
  background-color: #fff7f7 !important;
}
.alldam-form-select-sort:focus {
  background-color: #fff0f0 !important;
}

/* 모달 */
.alldam-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: visibility 0.15s 0.3s, z-index 0s 0.3s, opacity 0.2s;
  transition: visibility 0.15s 0.3s, z-index 0s 0.3s, opacity 0.2s;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
}
@media (max-width: 768px) {
  .alldam-modal {
    font-size: 1rem;
  }
}
.alldam-modal > * {
  width: 100%;
}
.alldam-modal.in {
  z-index: 1010;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.alldam-modal.shown {
  display: block;
}
.alldam-modal .modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}
.alldam-modal .modal-back.in {
  display: block;
  z-index: 1000;
  visibility: visible;
}
.alldam-modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1020;
  width: 76rem;
  height: 100%;
  min-height: 26.4rem;
  margin: 0 auto;
}
.alldam-modal .modal-dialog.modal-sm {
  max-width: 40rem;
}
.alldam-modal .modal-dialog.modal-md {
  max-width: 56rem;
}
.alldam-modal .modal-dialog.modal-lg {
  max-width: 76rem;
}
.alldam-modal .modal-dialog .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 80%;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #b1b8be;
  color: #1e2124;
  outline-color: transparent;
  -webkit-transition: outline-color 0.1s;
  transition: outline-color 0.1s;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.078), 0 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.122);
          box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.078), 0 1.6rem 2.4rem 0 rgba(0, 0, 0, 0.122);
}
.alldam-modal .modal-dialog .modal-content > *:not(.btn-close) {
  width: 100%;
}
.alldam-modal .modal-dialog .modal-content:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: 0.4rem;
}
.alldam-modal .modal-dialog .modal-header {
  width: 100%;
  background-color: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding-top: 3.5rem;
  padding-inline: 2.5rem;
}
.alldam-modal .modal-dialog .modal-header .modal-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.5rem;
  font-weight: 500;
}
.alldam-modal .modal-dialog .modal-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-y: auto;
  width: 100%;
  padding: 1rem 2.5rem 0.5rem;
}
.alldam-modal .modal-dialog .modal-conts::-webkit-scrollbar {
  width: 0.8rem;
}
.alldam-modal .modal-dialog .modal-conts::-webkit-scrollbar-thumb {
  background-color: #fff0f0;
  border-radius: 0.8rem;
}
.alldam-modal .modal-dialog .modal-conts::-webkit-scrollbar-track {
  background-color: #fff7f7;
}
.alldam-modal .modal-dialog .modal-conts > * {
  width: 100%;
}
.alldam-modal .modal-dialog .modal-conts .conts-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-modal .modal-dialog .modal-conts .conts-area > * + * {
  margin-top: 1rem;
}
.alldam-modal .modal-dialog .modal-conts .conts-area > * {
  width: 100%;
}
.alldam-modal .modal-dialog .modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-modal .modal-dialog .modal-btn > * + * {
  margin-left: 0.5rem;
}
.alldam-modal .modal-dialog .modal-btn {
  padding: 1rem 2.5rem 2.5rem;
}
.alldam-modal .modal-dialog .modal-btn .alldam-btn {
  min-width: 7.8rem;
}
.alldam-modal .modal-dialog .modal-btn.multi-conts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.alldam-modal .modal-dialog .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 901;
}
.alldam-modal[data-type=full] {
  background-color: #fff7f7;
}
.alldam-modal[data-type=full] .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.alldam-modal[data-type=full] .modal-header,
.alldam-modal[data-type=full] .modal-conts {
  padding: 0;
}
.alldam-modal[data-type=full] .modal-content {
  height: 100%;
  max-height: 100%;
  background: none;
  margin: 0 auto;
  border: none;
  border-radius: 0;
}
.alldam-modal[data-type=full] .modal-back.in {
  display: none;
}
.alldam-modal[data-type=bottom-sheet] .modal-content {
  position: fixed;
  left: 0;
  bottom: -100%;
  border-radius: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  max-height: 90%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-modal[data-type=bottom-sheet] .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.alldam-modal[data-type=bottom-sheet] .modal-header .modal-title {
  font-size: 1.1875rem;
}
.alldam-modal[data-type=bottom-sheet] .modal-conts {
  display: block;
  padding: 0 1rem;
}
.alldam-modal[data-type=bottom-sheet] .modal-conts::-webkit-scrollbar {
  width: 0.8rem;
}
.alldam-modal[data-type=bottom-sheet] .modal-conts::-webkit-scrollbar-thumb {
  background-color: #fff0f0;
  border-radius: 0.8rem;
}
.alldam-modal[data-type=bottom-sheet] .modal-conts::-webkit-scrollbar-track {
  background-color: #fff7f7;
}
.alldam-modal[data-type=bottom-sheet] .btn-close {
  top: 1.25rem;
  right: 1rem;
}
.alldam-modal[data-type=bottom-sheet] .pop-filter-top {
  width: auto;
}
.alldam-modal[data-type=bottom-sheet] .modal-btn.btn-wrap {
  padding: 2.5rem 1rem 1rem;
}
.alldam-modal[data-type=bottom-sheet] .modal-btn.btn-wrap .alldam-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.alldam-modal[data-type=bottom-sheet].in .modal-content {
  bottom: 0;
}

/* mobile */
@media (max-width: 768px) {
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem * 2);
    min-height: calc(100% - 1.5rem * 2);
    margin: 1.5rem auto;
  }
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog .modal-header {
    padding: 5.2rem 1.5rem 0;
  }
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog .modal-header .modal-title {
    font-size: 1.375rem;
  }
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog .modal-content {
    max-height: 100%;
  }
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog .modal-conts {
    padding-inline: 1.5rem;
    padding-bottom: 0;
  }
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog .modal-conts .conts-area > * {
    width: 100%;
  }
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog .modal-btn {
    padding: 1rem 1.5rem 1.5rem;
  }
  .alldam-modal:not([data-type=bottom-sheet]) .modal-dialog .btn-close {
    top: 1.25rem;
    right: 1.25rem;
  }
  .alldam-modal[data-type=full] .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .alldam-modal[data-type=full] .modal-dialog .btn-close {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* 브레드크럼 */
.alldam-breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.alldam-breadcrumb-wrap .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-breadcrumb-wrap .breadcrumb > * + * {
  margin-left: 0.25rem;
}
.alldam-breadcrumb-wrap .breadcrumb {
  width: 100%;
}
.alldam-breadcrumb-wrap .breadcrumb li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-breadcrumb-wrap .breadcrumb li {
    font-size: 0.9375rem;
  }
}
.alldam-breadcrumb-wrap .breadcrumb li .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-breadcrumb-wrap .breadcrumb li .txt > * + * {
  margin-left: 0.25rem;
}
.alldam-breadcrumb-wrap .breadcrumb li .txt {
  padding: 0 0.25rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.375rem;
}
.alldam-breadcrumb-wrap .breadcrumb li a.txt {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.alldam-breadcrumb-wrap .breadcrumb li a.txt:not(.disabled):hover {
  background-color: #fff7f7;
}
.alldam-breadcrumb-wrap .breadcrumb li a.txt:not(.disabled):active {
  background-color: #fff0f0;
}
.alldam-breadcrumb-wrap .breadcrumb li a.txt:not(.disabled):focus, .alldam-breadcrumb-wrap .breadcrumb li a.txt:not(:disabled):focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-breadcrumb-wrap .breadcrumb li a.txt.disabled, .alldam-breadcrumb-wrap .breadcrumb li a.txt:disabled {
  cursor: default;
  color: #8a949e;
}
.alldam-breadcrumb-wrap .breadcrumb li:not(:last-child)::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  content: "";
  margin-left: 0.25rem;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.alldam-breadcrumb-wrap .breadcrumb .home > * + * {
  margin-left: 0;
}
.alldam-breadcrumb-wrap .breadcrumb .home .txt::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  content: "";
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_bread_home.svg);
  mask-image: url(../images/icon/ico_bread_home.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_bread_home.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

@media (max-width: 768px) {
  .alldam-breadcrumb-wrap {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .alldam-breadcrumb-wrap .breadcrumb li:not(.home):not(:last-child) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .alldam-breadcrumb-wrap .breadcrumb li:not(.home):not(:nth-child(2)):last-child > * + * {
    margin-left: 0.25rem;
  }
  .alldam-breadcrumb-wrap .breadcrumb li:not(.home):not(:nth-child(2)):last-child::before, .alldam-breadcrumb-wrap .breadcrumb li:not(.home):not(:nth-child(2)):last-child::after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    content: "";
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    background-color: #1e2124;
    background-color: transparent !important;
    forced-color-adjust: none;
  }
  .alldam-breadcrumb-wrap .breadcrumb li:not(.home):not(:nth-child(2)):last-child::before {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url(../images/icon/ico_ellipsis.svg);
    mask-image: url(../images/icon/ico_ellipsis.svg);
    -webkit-mask-image: none;
    mask-image: none;
    background-image: url(../images/icon/ico_ellipsis.svg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask: none;
    mask: none;
  }
  .alldam-breadcrumb-wrap .breadcrumb li:not(.home):not(:nth-child(2)):last-child::after {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: contain;
    -webkit-mask-image: url(../images/icon/ico_angle.svg);
    mask-image: url(../images/icon/ico_angle.svg);
    -webkit-mask-image: none;
    mask-image: none;
    background-image: url(../images/icon/ico_angle.svg);
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask: none;
    mask: none;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .alldam-breadcrumb-wrap .breadcrumb li:not(.home):not(:nth-child(2)):last-child .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
/* ** swiper ** */
.swiper-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.swiper-indicator > * + * {
  margin-left: 0.5rem;
}
.swiper-indicator {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.swiper-indicator.text-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-indicator .swiper-pagination {
  top: auto;
  bottom: auto;
  width: auto;
}
.swiper-indicator .swiper-pagination:not(.swiper-pagination-fraction) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 2.5rem;
  padding: 0.75rem;
  border-radius: 62.5rem;
  background-color: #ffffff;
}
.swiper-indicator .swiper-pagination.swiper-pagination-fraction.swiper-pagination-bg {
  font-weight: 500;
  padding: 0.75rem;
  border-radius: 62.5rem;
  background-color: #ffffff;
}
.swiper-indicator .swiper-button-next,
.swiper-indicator .swiper-button-prev {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}
.swiper-indicator .swiper-navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.swiper-indicator .swiper-navigation > * + * {
  margin-left: 0.5rem;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  height: 2.5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #6d7882;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 62.5rem;
  background-color: #ea3c3c;
}
.swiper-pagination.swiper-pagination-fraction > * + * {
  margin-left: 0.25rem;
}
.swiper-pagination.swiper-pagination-fraction {
  padding: 0 1rem;
  color: #1e2124;
  font-weight: 500;
  border: 1px solid #cdd1d5;
  border-radius: 62.5rem;
  background-color: #ffffff;
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
  color: #8c5656;
}

.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.swiper-controller > * + * {
  margin-left: 0.5rem;
}

[class^=swiper-button-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 62.5rem;
  border: 1px solid #cdd1d5;
  background-color: #ffffff;
}
[class^=swiper-button-]::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  font-size: 0 !important;
}
[class^=swiper-button-]:hover {
  background-color: #fff7f7;
}

.swiper-button-more::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_plus.svg);
  mask-image: url(../images/icon/ico_plus.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_plus.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.swiper-button-play::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_play.svg);
  mask-image: url(../images/icon/ico_swiper_play.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_play.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.swiper-button-stop::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_swiper_stop.svg);
  mask-image: url(../images/icon/ico_swiper_stop.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_swiper_stop.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #fff7f7;
}
.swiper-button-next:active,
.swiper-button-prev:active {
  background-color: #fff0f0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #cdd1d5;
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled::after,
.swiper-button-prev.swiper-button-disabled::after {
  background-color: #6d7882;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 768px) {
  .swiper-indicator.w-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .swiper-indicator .swiper-navigation.w-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* 맥락적 도움말 */
.alldam-contextual-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-contextual-help > * + * {
  margin-left: 0.25rem;
}
.alldam-contextual-help .tooltip-txt {
  font-size: 0.9375rem;
}
.alldam-contextual-help .tooltip-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.alldam-contextual-help .tooltip-action .tooltip-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0);
}
.alldam-contextual-help .tooltip-action .tooltip-btn:hover {
  background-color: #fff7f7;
}
.alldam-contextual-help .tooltip-action .tooltip-btn:active {
  background-color: #fff0f0;
}
.alldam-contextual-help .tooltip-action .tooltip-btn .ico-tooltip {
  background-color: #0b78cb;
}
.alldam-contextual-help .tooltip-popover {
  display: none;
  position: absolute;
  z-index: 100;
  width: 36rem;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  border: 0.1rem solid #b1b8be;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.078), 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.122);
          box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.078), 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.122);
}
.alldam-contextual-help .tooltip-popover::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  position: absolute;
  margin-top: -0.8rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 0.1rem solid #b1b8be;
  border-top-color: transparent;
  border-left-color: transparent;
  background-color: #ffffff;
}
.alldam-contextual-help .tooltip-popover .tooltip-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #131416;
  font-size: 1rem;
  padding-right: 1rem;
}
.alldam-contextual-help .tooltip-popover .tooltip-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #1e2124;
  font-size: 0.9375rem;
  margin-top: 1rem;
}
.alldam-contextual-help .tooltip-popover .tooltip-contents > * + * {
  margin-top: 0.5rem;
}
.alldam-contextual-help .tooltip-popover .tooltip-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.alldam-contextual-help.left .tooltip-popover {
  left: 0;
  margin-left: -2rem;
}
.alldam-contextual-help.left .tooltip-popover::before {
  left: 2.4rem;
}
.alldam-contextual-help.center .tooltip-popover {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.alldam-contextual-help.center .tooltip-popover::before {
  left: 50%;
  margin-left: -0.8rem;
}
.alldam-contextual-help.right .tooltip-popover {
  right: 0;
  margin-right: -2rem;
}
.alldam-contextual-help.right .tooltip-popover::before {
  right: 2.4rem;
}
.alldam-contextual-help.top .tooltip-popover {
  bottom: 100%;
  margin-bottom: 1rem;
}
.alldam-contextual-help.top .tooltip-popover::before {
  top: 100%;
}
.alldam-contextual-help.bottom .tooltip-popover {
  top: 100%;
  margin-top: 1rem;
}
.alldam-contextual-help.bottom .tooltip-popover::before {
  bottom: 100%;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-bottom: -0.8rem;
}

@media (max-width: 768px) {
  .alldam-contextual-help .tooltip-popover {
    right: unset !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin-left: 0 !important;
  }
  .alldam-contextual-help .tooltip-popover::before {
    display: none;
  }
  .alldam-contextual-help .tooltip-popover .tooltip-title {
    font-size: 1rem;
  }
  .alldam-contextual-help .tooltip-popover .tooltip-contents {
    font-size: 0.9375rem;
  }
}
/* 긴급 공지  */
.alldam-critical-alerts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-critical-alerts > * + * {
  margin-top: 0.625rem;
}
.alldam-critical-alerts {
  width: 100%;
  max-width: 84.6rem;
  padding: 1.25rem;
  margin: 0 auto;
}
.alldam-critical-alerts .critical-ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-critical-alerts .critical-ban > * + * {
  margin-left: 1rem;
}
.alldam-critical-alerts .critical-ban {
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #cdd1d5;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.051), 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.078);
          box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.051), 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.078);
}
.alldam-critical-alerts .critical-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-critical-alerts .critical-badge > * + * {
  margin-left: 0.25rem;
}
.alldam-critical-alerts .critical-badge {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  min-width: 7.8rem;
  height: 3rem;
  padding: 0 0.625rem;
  border-radius: 0.375rem;
}
@media (max-width: 768px) {
  .alldam-critical-alerts .critical-badge {
    font-size: 0.9375rem;
  }
}
.alldam-critical-alerts .critical-badge::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.alldam-critical-alerts .critical-badge.danger {
  background-color: #e65100;
}
.alldam-critical-alerts .critical-badge.danger::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_urgent_badge_danger.svg);
  mask-image: url(../images/icon/ico_urgent_badge_danger.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_urgent_badge_danger.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-critical-alerts .critical-badge.ok {
  background-color: #228738;
}
.alldam-critical-alerts .critical-badge.ok::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_urgent_badge_ok.svg);
  mask-image: url(../images/icon/ico_urgent_badge_ok.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_urgent_badge_ok.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-critical-alerts .critical-badge.info {
  background-color: #0b78cb;
}
.alldam-critical-alerts .critical-badge.info::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_urgent_badge_info.svg);
  mask-image: url(../images/icon/ico_urgent_badge_info.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_urgent_badge_info.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-critical-alerts .critical-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 768px) {
  .alldam-critical-alerts {
    padding: 1rem;
  }
  .alldam-critical-alerts .critical-ban {
    height: auto;
    padding: 0.75rem;
  }
  .alldam-critical-alerts .critical-txt {
    display: block;
    overflow: visible;
  }
  .alldam-critical-alerts .critical-badge {
    min-width: auto;
    height: 3.9rem;
    padding: 0.5rem;
  }
  .alldam-critical-alerts .critical-badge::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
/* 디스클로저 */
.alldam-disclosure {
  width: 100%;
}
.alldam-disclosure ~ .alldam-disclosure {
  margin-top: 1.4rem;
}
.alldam-disclosure .btn-conts-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 2.6rem;
  font-size: 1rem;
  color: #131416;
}
.alldam-disclosure .btn-conts-expand::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_expand.svg);
  mask-image: url(../images/icon/ico_expand.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_expand.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  margin-right: 0.25rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background-repeat: no-repeat;
  background-position: center;
}
.alldam-disclosure .btn-conts-expand::after {
  display: none;
}
.alldam-disclosure .expand-wrap {
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
}
.alldam-disclosure .expand-wrap::after {
  display: none;
}
.alldam-disclosure .expand-wrap .expand-in {
  padding: 1.5rem;
  margin-top: 0.25rem;
  background-color: #e6e8ea;
  border-radius: 1.25rem;
}
.alldam-disclosure.active .expand-wrap {
  max-height: 1000vh !important;
  -webkit-transition: max-height 1.5s ease-in-out;
  transition: max-height 1.5s ease-in-out;
}
.alldam-disclosure.active .btn-conts-expand::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .alldam-disclosure .btn-conts-expand {
    font-size: 1rem;
  }
  .alldam-disclosure .expand-wrap .expand-in {
    padding: 1.25rem;
  }
}
/* 도움 패널 */
.alldam-help-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 39rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 60;
}
.alldam-help-panel.expand {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.alldam-help-panel .help-panel-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4f5f6;
  border-left: 1px solid #b1b8be;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 1;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.078), 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.122);
          box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.078), 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.122);
}
.alldam-help-panel .help-panel-wrap .help-conts-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem;
  padding-top: 5rem;
}
.alldam-help-panel .help-panel-wrap .help-conts-area > * + * {
  margin-top: 2rem;
}
.alldam-help-panel .help-panel-wrap .help-conts-area {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  height: 100%;
}
.alldam-help-panel .help-panel-wrap .help-conts-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.alldam-help-panel .help-panel-wrap .help-conts-area-inner .conts-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-help-panel .help-panel-wrap .help-conts-area-inner .conts-area > * + * {
  margin-top: 2.5rem;
}
.alldam-help-panel .help-panel-wrap .alldam-tab-area,
.alldam-help-panel .help-panel-wrap .tab-conts-wrap,
.alldam-help-panel .help-panel-wrap .tab-conts {
  height: 100%;
}
.alldam-help-panel .help-panel-wrap .help-panel-action {
  width: 100%;
  border-top: 1px solid #cdd1d5;
  padding-top: 2rem;
}
.alldam-help-panel .help-panel-wrap .help-panel-action .coach-btn-stop {
  position: static;
}
.alldam-help-panel .help-panel-wrap .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-help-panel .help-panel-wrap .link-list > * + * {
  margin-top: 0.75rem;
}
.alldam-help-panel .help-panel-wrap .conts-area .help-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.1875rem;
  color: #131416;
  font-weight: 500;
}
.alldam-help-panel .help-panel-wrap .conts-area .help-title > a, .alldam-help-panel .help-panel-wrap .conts-area .help-title > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-help-panel .help-panel-wrap .conts-area .help-title > a > * + *, .alldam-help-panel .help-panel-wrap .conts-area .help-title > button > * + * {
  margin-left: 0.25rem;
}
.alldam-help-panel .help-panel-wrap .conts-area .help-title > a::before, .alldam-help-panel .help-panel-wrap .conts-area .help-title > button::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #131416;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.alldam-help-panel .help-panel-wrap .conts-area .help-title .alldam-btn.icon {
  margin-left: 0.25rem;
}
.alldam-help-panel .help-panel-wrap .conts-area .help-title + .link-list {
  margin-top: 1rem;
}
.alldam-help-panel .help-panel-wrap .conts-area.related-service .help-title {
  font-size: 1rem;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts {
  width: 100%;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts .conts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts .conts-wrap > * + * {
  margin-top: 1rem;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts .conts-wrap .conts-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts .conts-wrap .conts-desc > * + * {
  margin-top: 0.25rem;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts .conts-wrap .conts-desc {
  font-size: 1rem;
  color: #464c53;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts .conts-wrap .help-desc {
  font-size: 1rem;
  color: #464c53;
}
.alldam-help-panel .help-panel-wrap .conts-area.help-conts .alldam-accordion {
  width: 100%;
}
.alldam-help-panel .help-panel-wrap .conts-area.related-service {
  padding-top: 2rem;
}
.alldam-help-panel .help-panel-wrap .conts-area.related-service > * + * {
  margin-top: 2rem;
}
.alldam-help-panel .help-panel-wrap .conts-area.related-service {
  border-top: 1px solid #cdd1d5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-help-panel .coach-help-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-help-panel .coach-help-process > * + * {
  margin-top: 2.5rem;
}
.alldam-help-panel .coach-help-process {
  width: 100%;
}
.alldam-help-panel .coach-help-process > li + li {
  padding-top: 2.5rem;
  border-top: 0.1rem solid #8a949e;
}
.alldam-help-panel .coach-help-process .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  font-size: 1.1875rem;
  color: #1e2124;
}
.alldam-help-panel .coach-help-process .tit.current {
  color: #d83535;
}

.btn-help-panel {
  position: fixed;
  top: 4rem;
  right: 4rem;
}

/* 도움패널 flexible 레이아웃 */
#container .help-panel-flexible {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 1248px) and (max-width: 1860px) {
  #container .help-panel-flexible.help-panel-expanded {
    padding-right: calc(39rem - (100% - 1248px) / 2 + 4.5rem);
  }
}
@media (min-width: 1024px) and (max-width: 1248px) {
  #container .help-panel-flexible.help-panel-expanded {
    padding-right: 43.5rem;
  }
}

@media (min-width: 1025px) {
  .alldam-help-panel .help-panel-wrap .help-conts-area::-webkit-scrollbar {
    width: 0.8rem;
  }
  .alldam-help-panel .help-panel-wrap .help-conts-area::-webkit-scrollbar-thumb {
    background-color: #fff0f0;
    border-radius: 0.8rem;
  }
  .alldam-help-panel .help-panel-wrap .help-conts-area::-webkit-scrollbar-track {
    background-color: #fff7f7;
  }
}
@media (max-width: 1025px) {
  .alldam-help-panel {
    position: fixed;
    z-index: 71;
    width: calc(100vw - 3rem);
  }
  .alldam-help-panel::after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -3rem;
    right: 0;
    content: "";
    background: transparent;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .alldam-help-panel .help-panel-wrap {
    padding: 1rem;
  }
  .alldam-help-panel .help-panel-wrap .help-conts-area {
    padding: 0;
  }
  .alldam-help-panel .help-panel-wrap .help-conts-area .btn-help-panel {
    position: fixed;
    top: 4rem;
    right: 1.6rem;
  }
  .alldam-help-panel .help-panel-wrap .help-conts-area > .help-conts-area-inner {
    padding-top: 5rem;
  }
  .alldam-help-panel .help-panel-wrap .link-list > * + * {
    margin-top: 0.625rem;
  }
  .alldam-help-panel .help-panel-wrap .conts-area .help-title {
    font-size: 1.1875rem;
  }
  .alldam-help-panel .help-panel-wrap .conts-area .help-title + .link-list {
    margin-top: 0.5rem;
  }
  .alldam-help-panel .help-panel-wrap .conts-area.help-conts .conts-wrap > * + * {
    margin-top: 0.5rem;
  }
  .alldam-help-panel.expand::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .btn-help-panel {
    position: fixed;
    top: 2.4rem;
    right: 1.6rem;
    background-color: #ffffff !important;
  }
}
/* 운영기관 식별자 */
.alldam-identifier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-identifier > * + * {
  margin-left: 0.5rem;
}
.alldam-identifier {
  width: 100%;
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .alldam-identifier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .alldam-identifier > * + * {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.alldam-identifier .logo {
  width: 6.8rem;
  height: 1.5rem;
  background-image: url(../images/img/component/icon/ico_logo_alldam.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .alldam-identifier .logo {
    width: 5.8rem;
    height: 1.25rem;
  }
}
.alldam-identifier .ban-txt {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-identifier .ban-txt {
    font-size: 0.8125rem;
    word-break: break-all;
  }
}

/* 파일 업로드 */
.alldam-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-file-upload > * + * {
  margin-top: 1.5rem;
}
.alldam-file-upload {
  width: 100%;
}
.alldam-file-upload.line {
  padding: 2.5rem;
  border: 1px solid #b1b8be;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .alldam-file-upload.line {
    padding: 1.5rem;
  }
}
.alldam-file-upload .file-head .tit {
  margin-bottom: 1rem;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-file-upload .file-head .tit {
    margin-bottom: 0.5rem;
    font-size: 1.1875rem;
  }
}
.alldam-file-upload .file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-file-upload .file-upload > * + * {
  margin-top: 2.5rem;
}
.alldam-file-upload .file-upload {
  width: 100%;
  padding: 2.5rem 1rem;
  border-radius: 1rem;
  border: 1px dashed #b1b8be;
  background-color: #f4f5f6;
}
.alldam-file-upload .file-upload .txt {
  font-size: 0.9375rem;
  text-align: center;
}
@media (max-width: 768px) {
  .alldam-file-upload .file-upload .txt {
    font-size: 0.9375rem;
  }
}
.alldam-file-upload .file-upload [type=file] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.alldam-file-upload .file-upload.active {
  border-color: #b1b8be !important;
}
.alldam-file-upload .file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-file-upload .file-list > * + * {
  margin-top: 1.5rem;
}
.alldam-file-upload .file-list {
  position: relative;
  width: 100%;
}
.alldam-file-upload .file-list .total {
  padding: 0.3rem 0;
  font-weight: 500;
}
.alldam-file-upload .file-list .total .current {
  color: #d83535;
}
.alldam-file-upload .file-list .upload-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-file-upload .file-list .upload-list > * + * {
  margin-top: 1rem;
}
.alldam-file-upload .file-list .upload-list {
  width: 100%;
}
.alldam-file-upload .file-list .upload-list > li {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #cdd1d5;
  color: #131416;
}
@media (max-width: 768px) {
  .alldam-file-upload .file-list .upload-list > li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.alldam-file-upload .file-list .upload-list > li.is-error {
  border: 2px solid #e65100;
  background-color: #fff3e0;
}
.alldam-file-upload .file-list .upload-list > li.is-error .file-hint {
  color: #bf360c;
}
.alldam-file-upload .file-list .upload-list .file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-file-upload .file-list .upload-list .file-info > * + * {
  margin-left: 1rem;
}
.alldam-file-upload .file-list .upload-list .file-info > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.alldam-file-upload .file-list .upload-list .file-info .file-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 768px) {
  .alldam-file-upload .file-list .upload-list .file-info .file-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.alldam-file-upload .file-list .upload-list .file-info .btn-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alldam-file-upload .file-list .upload-list .file-info .btn-wrap > * + * {
  margin-left: 1rem;
}
.alldam-file-upload .file-list .upload-list .file-info .btn-wrap {
  width: auto;
}
.alldam-file-upload .file-list .upload-list .file-info .ico-invalid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
}
.alldam-file-upload .file-list .upload-list .file-info .ico-invalid.error {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_error_fill.svg);
  mask-image: url(../images/icon/ico_error_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_error_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-file-upload .file-list .upload-list .file-info .ico-invalid.complete {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_complete_fill.svg);
  mask-image: url(../images/icon/ico_complete_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_complete_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
@media (max-width: 768px) {
  .alldam-file-upload .file-list .upload-list .file-info.m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .alldam-file-upload .file-list .upload-list .file-info.m-column > * + * {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .alldam-file-upload .file-list .upload-list .file-info.m-column .btn-wrap > * + * {
    margin-left: 1rem;
  }
  .alldam-file-upload .file-list .upload-list .file-info.m-column .btn-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
.alldam-file-upload .file-list .upload-list .file-hint-invalid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-file-upload .file-list .upload-list .file-hint-invalid > * + * {
  margin-left: 0.25rem;
}
.alldam-file-upload .file-list .upload-list .file-hint-invalid {
  width: 100%;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  border-top: 1px solid #8a949e;
  color: #bf360c;
}
.alldam-file-upload .file-list .upload-list .file-hint-invalid::before {
  content: "";
  margin-top: 0.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_error_fill.svg);
  mask-image: url(../images/icon/ico_error_fill.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_error_fill.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-file-upload .file-list .upload-delete-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/* 공식 배너 */
#alldam-masthead {
  position: relative;
  z-index: 70;
  background-color: #fff7f7;
}
#alldam-masthead .toggle-head .inner {
  position: relative;
  margin: 0.125rem 0.5rem;
  min-height: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 1025px) {
  #alldam-masthead .toggle-head .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#alldam-masthead .toggle-head .inner > * {
  margin: 0.125rem 0.5rem;
}
#alldam-masthead .toggle-head .nuri-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#alldam-masthead .toggle-head .nuri-txt > * + * {
  margin-left: 0.5rem;
}
#alldam-masthead .toggle-head .nuri-txt {
  font-size: 0.9375rem;
  word-break: break-all;
}
@media (max-width: 768px) {
  #alldam-masthead .toggle-head .nuri-txt {
    font-size: 0.9375rem;
  }
}
#alldam-masthead .toggle-head .nuri-txt::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_flag.svg);
  mask-image: url(../images/icon/ico_flag.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_flag.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  margin-right: 0.5rem;
}
#alldam-masthead .toggle-body {
  height: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
#alldam-masthead .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* 언어 변경 */
.alldam-drop-wrap.alldam-language .drop-menu {
  min-width: 20rem;
}
.alldam-drop-wrap.alldam-language .drop-top .current-laguage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-drop-wrap.alldam-language .drop-top .current-laguage strong {
  color: #8c5656;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-drop-wrap.alldam-language .drop-top .current-laguage strong {
    font-size: 1rem;
  }
}
.alldam-drop-wrap.alldam-language .drop-top .current-laguage span {
  color: #464c53;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-drop-wrap.alldam-language .drop-top .current-laguage span {
    font-size: 0.9375rem;
  }
}
.alldam-drop-wrap.alldam-language .drop-list {
  min-width: 20rem;
}

/* 화면 크기 조정 */
/* alldam-drop-wrap */
.alldam-drop-wrap.alldam-resize .drop-menu {
  min-width: 15rem;
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link {
  white-space: nowrap;
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/img/component/icon/head_ico_font_sample.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.25rem;
  border: 0.1rem solid #b1b8be;
  background-color: rgba(255, 255, 255, 0);
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link.active::before {
  background-image: url(../images/img/component/icon/head_ico_font_sample_white.svg);
  border-color: #b27070;
  background-color: #b27070;
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link.sm::before {
  width: 2.2rem;
  height: 2.2rem;
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link.md::before {
  width: 2.4rem;
  height: 2.4rem;
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link.lg::before {
  width: 2.6rem;
  height: 2.6rem;
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link.xlg::before {
  width: 2.8rem;
  height: 2.8rem;
}
.alldam-drop-wrap.alldam-resize .drop-list .item-link.xxlg::before {
  width: 3rem;
  height: 3rem;
}

.alldam-scaled-layout .alldam-in-page-navigation-type > .inner:not(.in-between) {
  padding-right: 0;
}
.alldam-scaled-layout .alldam-in-page-navigation-type .in-between .contents {
  padding-right: 0;
}
.alldam-scaled-layout .alldam-in-page-navigation-type .alldam-in-page-navigation-area {
  position: static;
  margin-bottom: 2.5rem;
}

/* 스피너 */
.alldam-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-spinner > * + * {
  margin-left: 0.5rem;
}
.alldam-spinner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  color: #464c53;
  font-size: 0.9375rem;
  width: 100%;
  height: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .alldam-spinner {
    font-size: 0.9375rem;
  }
}
.alldam-spinner::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  border: 2px solid #cdd1d5;
  border-top-color: #ea3c3c;
  border-radius: 100%;
  -webkit-animation: spin 900ms infinite linear;
          animation: spin 900ms infinite linear;
  margin-right: 0.25rem;
}

.form-spinner {
  position: relative;
}
.form-spinner .alldam-spinner {
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1rem;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* 단계 표시기 */
.alldam-step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
.alldam-step-wrap > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.alldam-step-wrap > li::after {
  position: absolute;
  top: 0.475rem;
  left: 0.1rem;
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: #e6e8ea;
}
.alldam-step-wrap > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 2rem;
  padding-right: 2rem;
}
.alldam-step-wrap > li > span::before, .alldam-step-wrap > li > span::after {
  content: "";
  border-radius: 62.5rem;
}
.alldam-step-wrap > li > span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #e6e8ea;
  border: 0.1rem solid #cdd1d5;
}
.alldam-step-wrap > li .step {
  font-size: 0.8125rem;
  color: #464c53;
}
.alldam-step-wrap > li .step-tit {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1e2124;
  white-space: nowrap;
}
.alldam-step-wrap > li.done::after {
  background-color: #6d7882;
}
.alldam-step-wrap > li.done > span::before {
  border-color: #6d7882;
  background-color: #6d7882;
}
.alldam-step-wrap > li.done > span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_step_done.svg);
  mask-image: url(../images/icon/ico_step_done.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_step_done.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #ffffff;
  z-index: 3;
}
.alldam-step-wrap > li.active::after {
  background-color: #cdd1d5;
}
.alldam-step-wrap > li.active > span::before {
  background-color: #ffffff;
  border-width: 0.3rem;
  border-color: #ea3c3c;
}
.alldam-step-wrap > li.active > span::after {
  position: absolute;
  top: 0.025rem;
  left: 0.025rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ea3c3c;
  z-index: 3;
}
.alldam-step-wrap > li:last-child::after {
  display: none;
}

@media (max-width: 1025px) {
  .alldam-step-wrap {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .alldam-step-wrap .step {
    font-size: 0.8125rem;
  }
  .alldam-step-wrap > li > span {
    padding-top: 1.25rem;
    padding-right: 0;
  }
  .alldam-step-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    width: 100%;
    position: static;
  }
  .alldam-step-wrap > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    min-width: 0;
  }
  .alldam-step-wrap > li .step {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .alldam-step-wrap > li .step-tit {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .alldam-step-wrap > li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25rem;
            flex: 0 0 1.25rem;
  }
}
/* 건너뛰기 링크 */
#alldam-skip-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  text-align: center;
  background-color: #1e2124;
}
#alldam-skip-link a:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#alldam-skip-link a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
  font-size: 0.9375rem;
  color: #ffffff;
  width: 100%;
  height: 2rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  #alldam-skip-link a:focus {
    font-size: 0.9375rem;
  }
}

/* 텍스트 목록 */
.alldam-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.alldam-info-list > * + * {
  margin-top: 0.75rem;
}
.alldam-info-list > li {
  position: relative;
  padding-left: 2rem;
  color: #464c53;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-info-list > li {
    font-size: 1rem;
  }
}
.alldam-info-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.alldam-info-list > li > .alldam-info-list > * + * {
  margin-top: 0.5rem;
}
.alldam-info-list > li > .alldam-info-list {
  margin-top: 1rem;
}
.alldam-info-list > li > .alldam-info-list > li {
  padding-left: 1.5rem;
  color: #464c53;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-info-list > li > .alldam-info-list > li {
    font-size: 1rem;
  }
}
.alldam-info-list > li > .alldam-info-list > li > .alldam-info-list {
  margin-top: 0.75rem;
}
.alldam-info-list > li > .alldam-info-list > li > .alldam-info-list > * + * {
  margin-top: 0.5rem;
}
.alldam-info-list > li > .alldam-info-list > li > .alldam-info-list > li {
  padding-left: 1.25rem;
  color: #464c53;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .alldam-info-list > li > .alldam-info-list > li > .alldam-info-list > li {
    font-size: 0.9375rem;
  }
}
.alldam-info-list > li > .info-txt {
  margin-top: 0.75rem;
}
.alldam-info-list.decimal > li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  background-color: #464c53;
  border-radius: 62.5rem;
  top: 1rem;
  left: 0.8rem;
}
.alldam-info-list.dash > li::before {
  content: "-";
}
.alldam-info-list.hollow > * + * {
  margin-top: 0.5rem;
}
.alldam-info-list.hollow > li {
  padding-left: 1.25rem;
}
.alldam-info-list.hollow > li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  border: 0.1rem solid #464c53;
  border-radius: 62.5rem;
  top: 0.95rem;
  left: 0.8rem;
}
.alldam-info-list.ordered > li .num {
  position: absolute;
  top: 0;
  left: 0;
}
.alldam-info-list.ordered > li::before {
  display: none;
}

/* 탭 */
.alldam-tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-tab-area > * + * {
  margin-top: 2rem;
}
.alldam-tab-area {
  width: 100%;
}
@media (max-width: 768px) {
  .alldam-tab-area > * + * {
    margin-top: 2rem;
  }
}

.tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tab > ul > * + * {
  margin-left: 0.5rem;
}
.tab > ul {
  overflow-x: auto;
  width: 100%;
}
.tab li,
.tab .btn-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  white-space: nowrap;
}
.tab .btn-tab {
  width: 100%;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: 1rem;
  color: #464c53;
  font-weight: 500;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .tab .btn-tab {
    font-size: 1rem;
  }
}
.tab .btn-tab:not(:disabled):hover {
  background-color: #fdeaea;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tab .btn-tab:not(:disabled):active {
  background-color: #fbd6d6;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tab .btn-tab:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.tab .btn-tab[disabled] {
  color: #8a949e;
  cursor: default;
}
.tab li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.tab.full {
  width: 100%;
}
.tab.full .btn-tab {
  height: 3.5rem;
  padding: 0;
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .tab.full .btn-tab {
    font-size: 1.1875rem;
  }
}
.tab.full.small .btn-tab {
  height: 3rem;
  font-size: 1rem;
}
.tab.full > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
}
.tab.full > ul > * + * {
  margin-left: 0;
}
.tab.full > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}
.tab.fill .btn-tab {
  padding: 0 0.5rem;
  border-radius: 0.375rem;
}
.tab.fill .active .btn-tab {
  background-color: #ea3c3c;
  border-color: #ea3c3c !important;
  color: #ffffff;
}
.tab.fill.full .btn-tab {
  border-color: #b1b8be;
}
.tab.fill.full > ul > li + li .btn-tab {
  border-left: none;
}
.tab.fill.full > ul > li .btn-tab {
  border-radius: 0;
}
.tab.fill.full > ul > li:first-of-type .btn-tab {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tab.fill.full > ul > li:last-of-type .btn-tab {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.tab.line .btn-tab {
  min-width: 6.4rem;
  padding: 0 0.25rem;
}
.tab.line .btn-tab:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0.4rem;
  background-color: #ea3c3c;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tab.line .active .btn-tab {
  color: #d83535;
}
.tab.line .active .btn-tab:before {
  position: absolute;
  left: 0;
  width: 100%;
}
.tab.line.full .btn-tab {
  border: 0;
  border-bottom: 2px solid #b1b8be;
}
.tab.line.full .btn-tab:before {
  bottom: -0.2rem;
}

.tab-conts-wrap {
  width: 100%;
}

.tab-conts {
  display: none;
  margin-top: 2.5rem;
}
.tab-conts.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .tab-conts.active > * + * {
    margin-top: 1.5rem;
  }
  .tab.fill.full .btn-tab {
    border-color: #b1b8be;
    padding: 0 0.75rem;
    border-width: 0;
  }
  .tab.fill.full > ul > * + * {
    margin-left: 0.5rem;
  }
  .tab.fill.full > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tab.fill.full > ul > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .tab.fill.full > ul > li .btn-tab {
    border-radius: 0.375rem;
  }
}
/* 툴팁 */
.alldam-tooltip-popover {
  display: none;
  position: fixed;
  z-index: 100;
  white-space: nowrap;
  font-size: 0.9375rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  color: #ffffff;
  background-color: #1e2124;
  top: 0;
  left: 0;
}
.alldam-tooltip-popover.active {
  display: block;
}
.alldam-tooltip-popover::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  background-color: #1e2124;
  left: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.alldam-tooltip-popover.tooltip-box {
  white-space: normal;
  max-width: 36rem;
  border: 0.1rem solid #b1b8be;
  border-radius: 1.25rem;
  padding: 1.5rem;
  color: #1e2124;
  background-color: #ffffff;
}
.alldam-tooltip-popover.tooltip-box::before {
  border: 0.1rem solid #b1b8be;
  border-top-color: transparent;
  border-left-color: transparent;
  background-color: #ffffff;
}
.alldam-tooltip-popover.right::before {
  left: calc(100% + -0.4rem);
}
.alldam-tooltip-popover.bottom::before, .alldam-tooltip-popover.top::before {
  top: calc(100% + -0.4rem);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.alldam-tooltip-popover.bottom.right::before, .alldam-tooltip-popover.top.right::before {
  left: calc(100% - 2.4rem);
}
.alldam-tooltip-popover.bottom.left::before, .alldam-tooltip-popover.top.left::before {
  left: 2.4rem;
}
.alldam-tooltip-popover.bottom::before {
  top: -0.4rem;
}
.alldam-tooltip-popover.bottom.tooltip-box::before {
  -webkit-transform: translateX(-50%) rotate(-135deg);
      -ms-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
}

@media (max-width: 768px) {
  .alldam-tooltip-popover {
    font-size: 0.9375rem;
  }
}
@media (max-width: 420px) {
  .alldam-tooltip-popover {
    width: calc(100% - 24px * 2);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .alldam-tooltip-popover::before {
    display: none;
  }
  .alldam-tooltip-popover.tooltip-box {
    max-width: 100%;
  }
}
/* 토글 스위치 */
.alldam-form-toggle-switch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.alldam-form-toggle-switch.medium [type=checkbox] ~ label {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  .alldam-form-toggle-switch.medium [type=checkbox] ~ label {
    font-size: 1rem;
  }
}
.alldam-form-toggle-switch.medium [type=checkbox] ~ label .switch-toggle {
  width: 3.2rem;
  height: 1.5rem;
  border-radius: 1.2rem;
  margin-right: 0.5rem;
}
.alldam-form-toggle-switch.medium [type=checkbox] ~ label .switch-toggle > i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 62.5rem;
}
.alldam-form-toggle-switch.medium [type=checkbox] ~ label .switch-toggle > i::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  background-color: #6d7882;
  background-size: 80%;
  background-position: center;
}
.alldam-form-toggle-switch.medium [type=checkbox]:checked ~ label .switch-toggle > i {
  left: 1.7rem;
}
.alldam-form-toggle-switch.large [type=checkbox] ~ label {
  font-size: 1.1875rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .alldam-form-toggle-switch.large [type=checkbox] ~ label {
    font-size: 1.1875rem;
  }
}
.alldam-form-toggle-switch.large [type=checkbox] ~ label .switch-toggle {
  width: 4rem;
  height: 2rem;
  border-radius: 1.4rem;
  margin-right: 0.5rem;
}
.alldam-form-toggle-switch.large [type=checkbox] ~ label .switch-toggle > i {
  width: 2rem;
  height: 2rem;
  border-radius: 62.5rem;
}
.alldam-form-toggle-switch.large [type=checkbox] ~ label .switch-toggle > i::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  background-color: #6d7882;
  background-size: 80%;
  background-position: center;
}
.alldam-form-toggle-switch.large [type=checkbox]:checked ~ label .switch-toggle > i {
  left: 2rem;
}
.alldam-form-toggle-switch.focus [type=checkbox] ~ label {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-form-toggle-switch [type=checkbox] ~ label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1875rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  .alldam-form-toggle-switch [type=checkbox] ~ label {
    font-size: 1.1875rem;
  }
}
.alldam-form-toggle-switch [type=checkbox] ~ label .switch-toggle {
  width: 4rem;
  height: 2rem;
  border-radius: 1.4rem;
  margin-right: 0.5rem;
  background-color: #6d7882;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.alldam-form-toggle-switch [type=checkbox] ~ label .switch-toggle > i {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 2rem;
  height: 2rem;
  border-radius: 62.5rem;
  background-color: #ffffff;
  border: 0.2rem solid #6d7882;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.alldam-form-toggle-switch [type=checkbox] ~ label .switch-toggle > i::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  background-color: #6d7882;
  background-size: 80%;
  background-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_switch_off.svg);
  mask-image: url(../images/icon/ico_switch_off.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_switch_off.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-size: 80%;
  background-position: center;
  margin-left: -0.1rem;
}
.alldam-form-toggle-switch [type=checkbox]:checked ~ label .switch-toggle {
  background-color: #ea3c3c;
}
.alldam-form-toggle-switch [type=checkbox]:checked ~ label .switch-toggle > i {
  left: 2rem;
  border-color: #ea3c3c;
}
.alldam-form-toggle-switch [type=checkbox]:checked ~ label .switch-toggle > i::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_switch_on.svg);
  mask-image: url(../images/icon/ico_switch_on.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_switch_on.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #ea3c3c;
}
.alldam-form-toggle-switch [type=checkbox]:disabled ~ label .switch-toggle {
  background-color: #cdd1d5;
}
.alldam-form-toggle-switch [type=checkbox]:disabled ~ label .switch-toggle > i {
  background-color: #8a949e;
  border-color: #cdd1d5;
}
.alldam-form-toggle-switch [type=checkbox]:disabled ~ label .switch-toggle > i::before {
  background-color: #cdd1d5;
}

/* 드롭다운 */
/* alldam-drop-wrap */
.alldam-drop-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.alldam-drop-wrap .drop-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  z-index: 6;
  min-width: 13rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-top: 1rem;
  background-color: #ffffff;
  border: 0.1rem solid #cdd1d5;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.051), 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.078);
          box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.051), 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.078);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.alldam-drop-wrap .drop-menu::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  margin-bottom: -0.5rem;
  margin-left: -0.6rem;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background-color: #ffffff;
  border: 0.1rem solid #cdd1d5;
  border-top-color: transparent;
  border-left-color: transparent;
}
.alldam-drop-wrap .drop-menu .drop-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-drop-wrap .drop-menu .drop-in > * + * {
  margin-top: 0.5rem;
}
.alldam-drop-wrap .drop-menu .drop-in {
  position: relative;
  z-index: 1;
}
.alldam-drop-wrap .drop-menu .drop-top {
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 0.1rem solid #cdd1d5;
}
.alldam-drop-wrap .drop-menu .drop-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0.5rem 0;
  border-top: 0.1rem solid #cdd1d5;
}
.alldam-drop-wrap .drop-menu .drop-list {
  width: 100%;
}
.alldam-drop-wrap .drop-menu .drop-list .item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.alldam-drop-wrap .drop-menu .drop-list .item-link > * + * {
  margin-left: 0.5rem;
}
.alldam-drop-wrap .drop-menu .drop-list .item-link {
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  height: 3rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .alldam-drop-wrap .drop-menu .drop-list .item-link {
    font-size: 1rem;
  }
}
.alldam-drop-wrap .drop-menu .drop-list .item-link .ico-go {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
}
.alldam-drop-wrap .drop-menu .drop-list .item-link:hover {
  background-color: #fff7f7;
}
.alldam-drop-wrap .drop-menu .drop-list .item-link:active {
  background-color: #fff0f0;
}
.alldam-drop-wrap .drop-menu .drop-list .item-link.active {
  font-weight: 500;
  color: #8c5656;
  background-color: #fff7f7;
}
.alldam-drop-wrap.drop-left .drop-menu {
  left: 0;
  right: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.alldam-drop-wrap.drop-left .drop-menu::before {
  left: 2.4rem;
  margin-left: 0;
}
.alldam-drop-wrap.drop-right .drop-menu {
  left: unset;
  right: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.alldam-drop-wrap.drop-right .drop-menu::before {
  left: unset;
  right: 2.4rem;
}

/* 헤더 */
#alldam-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  background-color: #ffffff;
}
#alldam-header .header-in {
  position: relative;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
#alldam-header .header-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#alldam-header .header-utility .utility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#alldam-header .header-utility .utility-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#alldam-header .header-utility .utility-list > li:not(:first-child) {
  margin-left: 0.75rem;
}
#alldam-header .header-utility .utility-list > li:not(:first-child)::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 0.1rem;
  height: 1rem;
  background-color: #cdd1d5;
  margin-right: 0.75rem;
}
#alldam-header .header-container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  #alldam-header .header-container .inner > * + * {
    margin-top: 0.25rem;
  }
  #alldam-header .header-container .inner {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}
#alldam-header .header-container .header-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#alldam-header .header-container .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 27.6rem;
  height: 3rem;
}
@media (max-width: 768px) {
  #alldam-header .header-container .logo {
    width: 19.4rem;
    height: 3.2rem;
  }
}
#alldam-header .header-container .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#alldam-header .header-container .header-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#alldam-header .header-container .header-actions > * + * {
  margin-left: 0.5rem;
}
#alldam-header .header-container .header-actions {
  margin-left: auto;
}
#alldam-header .header-container .btn-navi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#alldam-header .header-container .btn-navi > * + * {
  margin-top: 0.25rem;
}
#alldam-header .header-container .btn-navi {
  min-height: 2.5rem;
  padding: 0.25rem 0.75rem 0;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
  color: #1e2124;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#alldam-header .header-container .btn-navi::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
}
#alldam-header .header-container .btn-navi:hover {
  background-color: #fff7f7;
}
#alldam-header .header-container .btn-navi:active, #alldam-header .header-container .btn-navi:focus {
  background-color: #fff0f0;
}
#alldam-header .header-container .btn-navi.navi-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#alldam-header .header-container .btn-navi.navi-row > * + * {
  margin-top: 0;
  margin-left: 0.5rem;
}
#alldam-header .header-container .btn-navi.sch::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_sch.svg);
  mask-image: url(../images/icon/ico_sch.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_sch.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
#alldam-header .header-container .btn-navi.login::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_login.svg);
  mask-image: url(../images/icon/ico_login.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_login.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
#alldam-header .header-container .btn-navi.join::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_join.svg);
  mask-image: url(../images/icon/ico_join.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_join.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
#alldam-header .header-container .btn-navi.my::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_my.svg);
  mask-image: url(../images/icon/ico_my.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_my.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
#alldam-header .header-container .btn-navi.all::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_all.svg);
  mask-image: url(../images/icon/ico_all.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_all.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
#alldam-header .header-container .btn-navi.pop-close::before {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_close.svg);
  mask-image: url(../images/icon/ico_close.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_close.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}

/* 스크롤 동작 */
#wrap[class*=scroll] #alldam-header:not(.sample) {
  position: relative;
  border-bottom: 0.1rem solid #cdd1d5;
}
#wrap[class*=scroll] #alldam-header:not(.sample) .header-in {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 0.1rem solid #cdd1d5;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform ease 0.2s 0.01s;
  transition: -webkit-transform ease 0.2s 0.01s;
  transition: transform ease 0.2s 0.01s;
  transition: transform ease 0.2s 0.01s, -webkit-transform ease 0.2s 0.01s;
}
#wrap.scroll-down #alldam-header:not(.sample) .header-in {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
#wrap.scroll-up #alldam-header:not(.sample) .header-in {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1025px) {
  #alldam-header .header-container .btn-navi.all {
    display: none;
  }
  #alldam-header .header-container .btn-navi.sch {
    display: none;
  }
  .is-gnb-web #wrap.scroll-down #alldam-header .header-in {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .is-gnb-web.hasScrollY #alldam-footer .foot-quick {
    padding-right: 1.7rem;
    margin-right: -1.7rem;
  }
}
@media (max-width: 1025px) {
  #alldam-header .inner {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #alldam-header .header-container .header-utility {
    display: none;
  }
  #alldam-header .header-container .btn-navi.navi-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #alldam-header .header-container .btn-navi.navi-row > * + * {
    margin-left: 0;
    margin-top: 0.25rem;
  }
  #alldam-header .header-container .btn-navi.join, #alldam-header .header-container .btn-navi.my {
    display: none;
  }
  #alldam-header .header-container .my-drop {
    display: none;
  }
}
@media (max-width: 768px) {
  #alldam-header .header-container .btn-navi {
    font-size: 0.9375rem;
  }
}
/* 메인 메뉴 */
/* gnb pc */
.alldam-main-menu {
  position: relative;
  background-color: #ffffff;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  border-color: #cdd1d5;
}
.alldam-main-menu .gnb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu .gnb-menu > * + * {
  margin-left: 1rem;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger {
  position: relative;
  height: 3.5rem;
  color: #464c53;
  padding: 0 1rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger,
.alldam-main-menu .gnb-menu .gnb-main-trigger h2 {
  font-size: 1.1875rem;
  font-weight: 500;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger::before, .alldam-main-menu .gnb-menu .gnb-main-trigger::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
}
.alldam-main-menu .gnb-menu .gnb-main-trigger::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.4rem;
  background-color: #b27070;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: #464c53;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.alldam-main-menu .gnb-menu .gnb-main-trigger:hover {
  background-color: #fff7f7;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger:active {
  color: #1e2124;
  background-color: #fff0f0;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger.active::before {
  left: 0;
  width: 100%;
}
.alldam-main-menu .gnb-menu .gnb-main-trigger.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.alldam-main-menu .gnb-menu .gnb-main-trigger.is-link::after {
  display: none;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .alldam-main-menu .gnb-menu .gnb-main-trigger {
    padding: 0 0.5rem;
  }
}
.alldam-main-menu .gnb-toggle-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.1rem;
  display: none;
  width: 100%;
  background-color: #ffffff;
}
.alldam-main-menu .gnb-toggle-wrap.is-open {
  display: block;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list[data-has-submenu=true]::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 26.6rem;
  height: 100%;
  content: "";
  background-color: #fff7f7;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list > ul {
  position: relative;
  padding: 1rem 0;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list > ul > li {
  width: 26.6rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger > * {
  margin-left: 1.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger {
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1rem;
  color: #1e2124;
  text-align: left;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger .svg-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger:hover, .alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger.active {
  font-size: 1rem;
  font-weight: 500;
  background-color: #ffffff;
  color: #8c5656;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger:hover .svg-icon, .alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger.active .svg-icon {
  background-color: #8c5656;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger:active {
  font-size: 1rem;
  font-weight: 500;
  background: #fff0f0;
  color: #1e2124;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger:active .svg-icon {
  background-color: #1e2124;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger.is-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger.is-link > * {
  margin-left: 0;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger.is-link > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger.is-link::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_more.svg);
  mask-image: url(../images/icon/ico_more.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_more.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.alldam-main-menu .gnb-toggle-wrap .gnb-main-list .gnb-sub-trigger.is-link.external-link::after {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_go.svg);
  mask-image: url(../images/icon/ico_go.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_go.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list > * + * {
  margin-top: 1rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list {
  position: absolute;
  top: 0;
  left: 26.6rem;
  right: 0;
  display: none;
  min-height: 100%;
  padding: 1rem 2.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > * + * {
  margin-top: 1rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content .sub-title > * + * {
  margin-left: 1rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content .sub-title {
  height: 3.5rem;
  padding: 0 0.25rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a > * + *,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button {
  padding: 0.625rem 0.5rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.375rem;
  font-size: 1rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a::before,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.625rem;
  background-color: #1e2124;
  border-radius: 62.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a:hover,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button:hover {
  background-color: #fff7f7;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a:active, .alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a:focus,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button:active,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button:focus {
  background-color: #fff0f0;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a:focus,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a.active,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button.active {
  background-color: #fff7f7;
  color: #8c5656;
  font-weight: 500;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul a.active::before,
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul button.active::before {
  background-color: #8c5656;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description {
  grid-gap: 2.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li > * + * {
  margin-top: 0.25rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li {
  padding: 0;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li::before {
  display: none;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li .tit {
  font-size: 1.1875rem;
  font-weight: 500;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li .tit a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  padding: 0.25rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.375rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li .tit a::before {
  display: none;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li .tit a:hover {
  background-color: #fff7f7;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li .tit a:active {
  background-color: #fff0f0;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-content > ul.type-description li .txt {
  padding: 1rem 0.25rem 0;
  border-top: 0.1rem solid #cdd1d5;
  font-size: 1rem;
  color: #464c53;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-banner > * + * {
  margin-left: 1rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list .gnb-sub-banner {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #e6e8ea;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.between .gnb-sub-content > ul {
  grid-template-columns: repeat(2, 1fr);
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.between .gnb-sub-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 26.6rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.between .gnb-sub-banner > * + * {
  margin-top: 0.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.between .gnb-sub-banner {
  padding: 1.5rem;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  padding: 1rem 0;
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.single-list .gnb-sub-content > ul {
  grid-template-columns: repeat(4, 1fr);
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.single-list.between .gnb-sub-content > ul {
  grid-template-columns: repeat(3, 1fr);
}
.alldam-main-menu .gnb-toggle-wrap .gnb-sub-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnb-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background-color: rgba(0, 0, 0, 0.75);
}
.gnb-backdrop.active {
  display: block;
}

/* gnb mobile */
.alldam-main-menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu-mobile::after {
  display: none;
  opacity: 0;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity 0.5s 0.1s;
  transition: opacity 0.5s 0.1s;
}
.alldam-main-menu-mobile.is-open {
  visibility: visible;
  right: 0;
}
.alldam-main-menu-mobile.is-open::after {
  opacity: 1;
}
.alldam-main-menu-mobile.is-backdrop::after {
  display: block;
}
.alldam-main-menu-mobile .gnb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  height: 100%;
  background-color: #ffffff;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header > * + * {
  margin-top: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header {
  padding: 1rem 1rem 1.5rem;
  border-bottom: 1px solid #cdd1d5;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-utils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-utils .utility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-utils .utility-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-utils .utility-list > li:not(:first-child) {
  margin-left: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-utils .utility-list > li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 1rem;
  margin-right: 1rem;
  background-color: #cdd1d5;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-login > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-login .user,
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-login button {
  font-weight: 500;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-service-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-service-menu > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-service-menu .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-service-menu .link > * + * {
  margin-top: 0.125rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-service-menu .link {
  font-size: 1rem;
  font-weight: 500;
  width: 8rem;
  height: 5.6rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-service-menu .link::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: #cdd1d5;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-header .gnb-service-menu .link:active {
  border-radius: 0.375rem;
  background-color: #fff0f0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  width: 12.4rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .menu-wrap > ul {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .menu-wrap .gnb-main-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 4rem;
  padding: 0 1.5rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .menu-wrap .gnb-main-trigger, .alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .menu-wrap .gnb-main-trigger > * {
  font-size: 1rem;
  font-weight: 500;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .menu-wrap .gnb-main-trigger:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
  background-color: #fff0f0;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .menu-wrap .gnb-main-trigger.active {
  color: #8c5656;
  background-color: #ffffff;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list {
  padding: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list > ul {
  padding: 0.5rem 0;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  font-size: 1.1875rem;
  font-weight: 500;
  padding: 0.5rem 0.5rem 1rem;
  border-bottom: 1px solid #8a949e;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-trigger:hover {
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-trigger.selected {
  color: #8c5656;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-trigger.has-depth3::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-trigger.has-depth3.active {
  background-color: #fff7f7;
  color: #8c5656;
  font-weight: 500;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-trigger.has-depth3.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  margin-top: 0.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap > ul > * + * {
  margin-top: 0.5rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap > ul {
  overflow: hidden;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger {
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger::before {
  content: "•";
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger:hover {
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger:active {
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger.selected {
  color: #8c5656;
  font-weight: 500;
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .depth3-wrap .depth3-trigger.has-depth4::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: var(--alldam-font-weight-bold);
  width: 100%;
  padding: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body {
  padding: 0 1rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .sub-title {
  font-size: 1.1875rem;
  padding: 0.5rem 0.5rem 1rem;
  margin: 0;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul > * + * {
  margin-top: 0.5rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul a > * + * {
  margin-left: 0.25rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul a {
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul a::before {
  content: "•";
  font-weight: 400;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul a:hover {
  font-weight: 500;
  color: #8c5656;
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap .depth4-body .depth4-ul a:active {
  background-color: #fff7f7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-menu .submenu-wrap .depth4-wrap.is-open {
  display: block;
  right: 0;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-bottom > * + * {
  margin-top: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap .gnb-body .gnb-bottom {
  padding: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap #close-nav {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav {
  display: none;
  height: 0;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap {
  overflow: hidden;
  margin: 1.5rem calc(1rem * -1) 0;
  padding: 1rem 1rem 0;
  border-top: 1px solid #cdd1d5;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap > ul {
  overflow-x: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap > ul > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap > ul {
  padding-bottom: 1rem;
  scroll-behavior: smooth;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap > ul .gnb-main-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 0.625rem;
  height: 2.5rem;
  border: 1px solid #b1b8be;
  border-radius: 0.375rem;
  background-color: #ffffff;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap > ul .gnb-main-trigger, .alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap > ul .gnb-main-trigger > * {
  font-size: 1rem;
  font-weight: 400;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-tab-nav .menu-wrap > ul .gnb-main-trigger.active {
  background-color: #fff7f7;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab.is-active .gnb-header {
  padding-bottom: 0;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab.is-active .gnb-tab-nav {
  display: block;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-header {
  border-bottom-width: 0.4rem;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-body .gnb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list {
  padding: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list:not(:last-child) {
  border-bottom: 0.4rem solid #cdd1d5;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-banner > * + * {
  margin-left: 1rem;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-body .gnb-menu .submenu-wrap .gnb-sub-list .gnb-sub-banner {
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  background-color: #f4f5f6;
}
.alldam-main-menu-mobile .gnb-wrap.type-header-tab .gnb-bottom {
  border-top: 0.4rem solid #cdd1d5;
}
.alldam-main-menu-mobile .search-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  background-color: #ffffff;
}
.alldam-main-menu-mobile .search-layer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu-mobile .search-layer .search-header {
  margin-top: 0.3rem;
  padding: 5.6rem 1rem 1.5rem;
  border-bottom: 1px solid #cdd1d5;
}
.alldam-main-menu-mobile .search-layer .search-body {
  overflow-y: auto;
  padding: 0 1rem;
  background-color: #f4f5f6;
}
.alldam-main-menu-mobile .search-layer .search-body .no-results {
  text-align: center;
  padding: 2.5rem 0;
}
.alldam-main-menu-mobile .search-layer .search-body .no-results strong {
  font-weight: 500;
}
.alldam-main-menu-mobile .search-layer .search-body .result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-main-menu-mobile .search-layer .search-body .result-list > * + * {
  margin-top: 1rem;
}
.alldam-main-menu-mobile .search-layer .search-body .result-list {
  padding: 1.5rem 0;
}
.alldam-main-menu-mobile .search-layer .search-body .result-list .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-main-menu-mobile .search-layer .search-body .result-list .result-item > * + * {
  margin-left: 0.5rem;
}
.alldam-main-menu-mobile .search-layer .search-body .result-list .result-item a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.alldam-main-menu-mobile .search-layer .search-body .result-list .result-item .highlight {
  font-weight: 500;
}
.alldam-main-menu-mobile .search-layer .search-close {
  position: absolute;
  top: 1.6rem;
  right: 1rem;
}
.alldam-main-menu-mobile .dummy-control {
  text-align: left;
}
.alldam-main-menu-mobile .dummy-control .dummy-text {
  margin-top: 0.3rem;
  color: #8a949e;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.alldam-main-menu-mobile .dummy-control .ico-search {
  right: 1.4rem;
}

@media (min-width: 1025px) {
  .alldam-main-menu-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .alldam-main-menu-mobile .gnb-wrap {
    width: 40%;
  }
  .alldam-main-menu-mobile .gnb-menu .submenu-wrap .depth4-wrap {
    width: 40%;
  }
}
@media (max-width: 1025px) {
  .alldam-main-menu {
    display: none;
  }
  .is-gnb-mobile {
    overflow: hidden;
  }
  .gnb-backdrop {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .alldam-main-menu-mobile .gnb-wrap {
    width: 100%;
  }
}
/* 푸터 */
#alldam-footer {
  position: relative;
  z-index: 50;
  background-color: #ffffff;
}
#alldam-footer .foot-quick {
  border-top: 1px solid #cdd1d5;
  background-color: #ffffff;
}
#alldam-footer .foot-quick .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (max-width: 768px) {
  #alldam-footer .foot-quick .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#alldam-footer .foot-quick .inner .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0.5rem;
  height: 3.3rem;
  padding: 0 1.5rem;
  background-color: rgba(255, 255, 255, 0);
  border-right: 1px solid #cdd1d5;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#alldam-footer .foot-quick .inner .link:first-child {
  border-left: 1px solid #cdd1d5;
}
#alldam-footer .foot-quick .inner .link::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_plus.svg);
  mask-image: url(../images/icon/ico_plus.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_plus.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
}
#alldam-footer .foot-quick .inner .link:hover {
  background-color: #fff7f7;
}
#alldam-footer .foot-quick .inner .link:active, #alldam-footer .foot-quick .inner .link:focus {
  background-color: #fff0f0;
}
@media (min-width: 768px) and (max-width: 1025px) {
  #alldam-footer .foot-quick .inner .link {
    font-size: 1.6rem;
    word-break: break-all;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #alldam-footer .foot-quick .inner .link {
    font-size: 0.9375rem;
    min-height: 2.8rem;
    padding: 0 1rem;
    border: 0;
  }
  #alldam-footer .foot-quick .inner .link:first-child {
    border: 0;
  }
  #alldam-footer .foot-quick .inner .link:not(:first-child) {
    border-top: 1px solid #cdd1d5;
  }
}
#alldam-footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1025px) {
  #alldam-footer > .inner {
    padding: 2.5rem 0 1.5rem;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #alldam-footer > .inner {
    padding: 2.5rem 24px 1.5rem;
  }
}
@media (max-width: 1025px) {
  #alldam-footer > .inner {
    padding: 1.5rem 1rem;
  }
}
#alldam-footer .f-logo {
  width: 30rem;
  height: 3rem;
  background-image: url(../images/logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #alldam-footer .f-logo {
    width: 17rem;
    height: 3.2rem;
  }
}
#alldam-footer .f-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 1025px) {
  #alldam-footer .f-cnt {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  #alldam-footer .f-cnt {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#alldam-footer .f-cnt .f-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1rem;
}
@media (min-width: 768px) and (max-width: 1025px) {
  #alldam-footer .f-cnt .f-info {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-info .info-addr .br {
    display: none;
  }
}
#alldam-footer .f-cnt .f-info .info-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-info .info-cs {
    gap: 0.5rem;
  }
}
#alldam-footer .f-cnt .f-info .info-cs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) and (max-width: 1025px) {
  #alldam-footer .f-cnt .f-info .info-cs li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-info .info-cs li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    word-break: break-all;
  }
}
#alldam-footer .f-cnt .f-info .info-cs li .key-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
#alldam-footer .f-cnt .f-info .info-cs li .key-info span {
  font-weight: 400;
}
@media (max-width: 359px) {
  #alldam-footer .f-cnt .f-info .info-cs li .key-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
  }
}
#alldam-footer .f-cnt .f-info .info-cs li .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  padding-left: 0.5rem;
}
#alldam-footer .f-cnt .f-info .info-cs li .more-info:before {
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #6d7882;
}
#alldam-footer .f-cnt .f-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  #alldam-footer .f-cnt .f-cs {
    width: 23.5%;
  }
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-cs {
    gap: 0.5rem;
  }
}
#alldam-footer .f-cnt .f-cs dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-cs dl {
    font-size: 0.9375rem;
  }
}
#alldam-footer .f-cnt .f-cs dl .info-tit {
  font-weight: 400;
}
#alldam-footer .f-cnt .f-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2.5rem;
}
@media (min-width: 1025px) {
  #alldam-footer .f-cnt .f-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 23.5%;
  }
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-link {
    gap: 2rem;
  }
}
#alldam-footer .f-cnt .f-link .link-go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
#alldam-footer .f-cnt .f-link .link-go .alldam-btn.text span + .svg-icon {
  margin-left: 0.25rem;
}
#alldam-footer .f-cnt .f-link .link-go .alldam-btn.text .svg-icon + span {
  margin-left: 0.25rem;
}
#alldam-footer .f-cnt .f-link .link-go .alldam-btn.text {
  height: 3rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-link .link-go .alldam-btn.text {
    font-size: 1rem;
  }
}
#alldam-footer .f-cnt .f-link .link-go .alldam-btn.text .svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-link .link-go .alldam-btn.text span + .svg-icon {
    margin-left: 0.125rem;
  }
  #alldam-footer .f-cnt .f-link .link-go .alldam-btn.text .svg-icon + span {
    margin-left: 0.125rem;
  }
  #alldam-footer .f-cnt .f-link .link-go .alldam-btn.text {
    height: 2.5rem;
    padding: 0 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.9375rem;
    font-weight: 400;
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #alldam-footer .f-cnt .f-link .link-go .alldam-btn.text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  #alldam-footer .f-cnt .f-link .link-go .alldam-btn.text .svg-icon {
    width: 1rem;
    height: 1rem;
  }
}
#alldam-footer .f-cnt .f-link .link-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1025px) {
  #alldam-footer .f-cnt .f-link .link-sns {
    gap: 0.25rem;
  }
}
#alldam-footer .f-cnt .f-link .link-sns a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#alldam-footer .f-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  border-top: 1px solid #cdd1d5;
}
@media (max-width: 768px) {
  #alldam-footer .f-btm {
    font-size: 0.9375rem;
  }
}
#alldam-footer .f-btm .f-btm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
@media (max-width: 768px) {
  #alldam-footer .f-btm .f-btm-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 1.25rem;
  }
}
#alldam-footer .f-btm .f-btm-text .f-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#alldam-footer .f-btm .f-btm-text .f-menu a {
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  #alldam-footer .f-btm .f-btm-text .f-menu {
    gap: 0.5rem;
  }
}
#alldam-footer .f-btm .f-btm-text .f-copy {
  font-size: 0.9375rem;
  color: #464c53;
}
@media (max-width: 768px) {
  #alldam-footer .f-btm .f-btm-text .f-copy {
    font-size: 0.9375rem;
  }
}
#alldam-footer .f-btm .alldam-identifier-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: 1;
  white-space: nowrap;
}
#alldam-footer .f-btm .alldam-identifier-txt .f-btm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#alldam-footer .footer-banner {
  background-color: #e6e8ea;
  padding: 1rem 0;
}
#alldam-footer .footer-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (min-width: 1280px) {
  #alldam-footer .footer-banner .inner {
    padding-inline: 0;
  }
}
@media (max-width: 768px) {
  #alldam-footer .footer-banner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

/* 사이드 메뉴 */
.alldam-side-navigation {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
}
.alldam-side-navigation .lnb-tit {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 0.5rem 1rem 0.5rem;
  border-bottom: 1px solid #8a949e;
}
.alldam-side-navigation .lnb-list .lnb-item {
  border-bottom: 1px solid #cdd1d5;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-btn > * + * {
  margin-left: 0.5rem;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-btn {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  padding: 1rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-btn:hover {
  background-color: #fff7f7;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-btn:active {
  background-color: #fff0f0;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-btn:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-btn.selected {
  background-color: #fff7f7;
  color: #8c5656;
}
.alldam-side-navigation .lnb-list .lnb-item [class*=lnb-toggle]::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  margin-top: 0.125rem;
  margin-left: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.alldam-side-navigation .lnb-list .lnb-item [class*=lnb-toggle][aria-expanded=true]::after {
  background-color: #8c5656;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu > ul {
  padding: 0;
  overflow: hidden;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu .lnb-btn {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-weight: 400;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu .lnb-btn::before {
  content: "•";
  margin-right: 0.5rem;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu .lnb-btn.selected {
  color: #8c5656;
  font-weight: 500;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: -100%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
  border-top: 0.1rem solid #b1b8be;
  border-bottom: 0.1rem solid #b1b8be;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 .lnb-btn-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 .lnb-btn-tit > * + * {
  margin-top: 0.25rem;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 .lnb-btn-tit {
  width: 100%;
  padding: 0.5rem !important;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  border-radius: 0.5rem;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 .lnb-btn-tit::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e2124;
  background-color: transparent !important;
  forced-color-adjust: none;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/ico_angle.svg);
  mask-image: url(../images/icon/ico_angle.svg);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/icon/ico_angle.svg);
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 .lnb-btn-tit:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem #ea3c3c;
          box-shadow: inset 0 0 0 0.1rem #ea3c3c;
  outline-offset: -0.1rem;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 .lnb-btn-tit:hover {
  background-color: #fff7f7;
}
.alldam-side-navigation .lnb-list .lnb-item .lnb-submenu-lv2 .lnb-btn-tit:active {
  background-color: #fff0f0;
}
.alldam-side-navigation .lnb-list .lnb-item.active {
  border-bottom-color: #b1b8be;
}
.alldam-side-navigation .lnb-list .lnb-item.active .lnb-submenu {
  height: auto;
  visibility: visible;
  padding: 0.5rem 0;
}
.alldam-side-navigation .lnb-list > li > .lnb-btn::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0%;
  width: 0;
  height: 0.3rem;
  background-color: #b27070;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-side-navigation .lnb-list > li > .lnb-btn:hover::before {
  left: 0;
  width: 100%;
}
.alldam-side-navigation .lnb-list > li > .lnb-btn.active:not(.lnb-toggle)::before {
  left: 0;
  width: 100%;
}

/* 구조화 목록 */
.alldam-structured-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-structured-list.type-check .card-btn {
  top: 5rem;
}
.alldam-structured-list .card-body .c-tit {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-structured-list .card-body .c-tit {
    font-size: 1rem;
  }
}
.alldam-structured-list > li > a {
  padding: 1.5rem;
}
.alldam-structured-list .card-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.alldam-structured-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 1.5rem;
}
.alldam-structured-list > li .card-arrow {
  width: 3rem;
  text-align: right;
  opacity: 0;
}
@media (max-width: 1025px) {
  .alldam-structured-list > li .card-arrow {
    display: none;
  }
}
.alldam-structured-list > li > * + * {
  margin-top: 1rem;
}
.alldam-structured-list > li:hover {
  border: 1px solid #ea3c3c;
}
.alldam-structured-list > li:hover .card-arrow {
  opacity: 1;
}
.alldam-structured-list > li.is-check {
  border-color: transparent;
  outline: 2px solid #ea3c3c;
}
.alldam-structured-list > li > a {
  display: block;
  width: 100%;
}
.alldam-structured-list > li .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-structured-list > li .in > * + * {
  margin-top: 0.5rem;
}
.alldam-structured-list > li .in {
  width: 100%;
}
.alldam-structured-list:not(.type-full) .alldam-check-area:first-child,
.alldam-structured-list:not(.type-full) .card-top:first-child {
  margin-bottom: 0.5rem;
}
.alldam-structured-list .alldam-check-area {
  padding-top: 0.4rem;
  font-size: 0;
}
.alldam-structured-list .alldam-check-area .alldam-form-check input[type=checkbox] ~ label::before {
  margin-top: 0;
}
.alldam-structured-list .alldam-check-area .alldam-form-check input[type=checkbox] ~ label::after {
  margin-top: -0.3rem;
}
.alldam-structured-list .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alldam-structured-list .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-structured-list .card-body .c-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  word-break: break-all;
}
.alldam-structured-list .card-body .c-text .c-img {
  border: 1px solid #ddd;
  max-width: 15rem;
  margin-right: 1.25rem;
}
.alldam-structured-list .card-body .c-text .c-img img {
  width: 100%;
  max-width: 100%;
}
.alldam-structured-list .card-body .c-text .c-info {
  width: calc(100% - 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1025px) {
  .alldam-structured-list .card-body .c-text .c-info {
    width: 100%;
  }
}
.alldam-structured-list .card-body .c-text .c-info .c-meta {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-structured-list .card-body .c-text .c-info .c-meta .meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 2rem;
  min-width: 40%;
  margin-top: 0.5rem;
}
.alldam-structured-list .card-body .c-text .c-info .c-meta .meta-row dt {
  color: #6d7882;
  margin-right: 0.5rem;
  min-width: 5rem;
}
.alldam-structured-list .card-body .c-text .c-info .c-meta .meta-row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1025px) {
  .alldam-structured-list .card-body .c-text .c-info .c-meta .meta-row {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-top: 0.25rem;
  }
}
.alldam-structured-list .card-body .c-text .c-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-structured-list .card-body .c-text .c-tit > * + * {
  margin-left: 0.125rem;
}
.alldam-structured-list .card-body .c-text .c-tit {
  position: relative;
  font-weight: 500;
}
.alldam-structured-list .card-body .c-text .c-tit .span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.alldam-structured-list .card-body .c-text .c-txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #464c53;
}
.alldam-structured-list .card-body .c-text .c-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alldam-structured-list .card-body .c-text .c-date > * + * {
  margin-left: 0.5rem;
}
.alldam-structured-list .card-body .c-text .c-date .key {
  font-weight: 500;
}
.alldam-structured-list .card-body .c-btn {
  text-align: right;
}
.alldam-structured-list .card-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.25rem;
}
.alldam-structured-list .card-btm .tag {
  margin-right: 0.5rem;
}
.alldam-structured-list .card-btm {
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid #cdd1d5;
}
.alldam-structured-list .card-btm .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  min-height: 2rem;
  word-break: break-all;
  padding: 0 0.625rem;
  font-size: 0.9375rem;
  color: #1e2124;
  border-radius: 62.5rem;
  border: 1px solid #cdd1d5;
}
@media (max-width: 768px) {
  .alldam-structured-list .card-btm .tag {
    margin-top: 0.5rem;
    font-size: 0.9375rem;
  }
}
.alldam-structured-list .card-btm .tag::before {
  content: "#";
}
.alldam-structured-list .card-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.alldam-structured-list .card-btn > * + * {
  margin-left: 1rem;
}
.alldam-structured-list .card-btn .alldam-btn {
  height: 1.5rem;
}
.alldam-structured-list.sm .card-body .c-tit {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .alldam-structured-list.sm .card-body .c-tit {
    font-size: 1rem;
  }
}
.alldam-structured-list.sm > li > a {
  padding: 1.5rem;
}
.alldam-structured-list.sm .card-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.alldam-structured-list.sm.type-check .card-btn {
  top: 4.5rem;
}
.alldam-structured-list.md .card-body .c-tit {
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-structured-list.md .card-body .c-tit {
    font-size: 1.1875rem;
  }
}
.alldam-structured-list.md > li > a {
  padding: 1.5rem;
}
.alldam-structured-list.md .card-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.alldam-structured-list.md.type-check .card-btn {
  top: 5rem;
}
.alldam-structured-list.lg .card-body .c-tit {
  font-size: 1.1875rem;
}
@media (max-width: 768px) {
  .alldam-structured-list.lg .card-body .c-tit {
    font-size: 1.1875rem;
  }
}
.alldam-structured-list.lg > li > a {
  padding: 1.5rem;
}
.alldam-structured-list.lg .card-btn {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}
.alldam-structured-list.lg.type-check .card-btn {
  top: 5.5rem;
}
.alldam-structured-list.type-full .structured-item, .alldam-structured-list.type2 .structured-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-structured-list.type-full .structured-item > * + *, .alldam-structured-list.type2 .structured-item > * + * {
  margin-left: 1.5rem;
}
.alldam-structured-list.type-full .structured-item .in, .alldam-structured-list.type2 .structured-item .in {
  position: relative;
}
.alldam-structured-list.type-full .structured-item .alldam-check-area, .alldam-structured-list.type2 .structured-item .alldam-check-area {
  margin: 0;
}
.alldam-structured-list.type-full .card-top, .alldam-structured-list.type2 .card-top {
  margin: 0.25rem 0;
}
.alldam-structured-list.type-full .card-body, .alldam-structured-list.type2 .card-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.alldam-structured-list.type-full .card-body .c-text, .alldam-structured-list.type2 .card-body .c-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.alldam-structured-list.type-full .card-body .c-text .key, .alldam-structured-list.type2 .card-body .c-text .key {
  white-space: nowrap;
}
.alldam-structured-list.type-full .card-body .c-txt, .alldam-structured-list.type2 .card-body .c-txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.alldam-structured-list.type-full .card-body .c-txt-p, .alldam-structured-list.type2 .card-body .c-txt-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.alldam-structured-list.type-full .card-body .c-txt-ul, .alldam-structured-list.type2 .card-body .c-txt-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.25rem 0.375rem;
}
.alldam-structured-list.type-full .card-body .c-txt-ul li, .alldam-structured-list.type2 .card-body .c-txt-ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6d7882;
  margin: 0.25rem 0.375rem;
}
.alldam-structured-list.type-full .card-body .c-txt-ul li:not(:last-child)::after, .alldam-structured-list.type2 .card-body .c-txt-ul li:not(:last-child)::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 1px;
  height: 1rem;
  margin-left: 0.5rem;
  background-color: #cdd1d5;
}
.alldam-structured-list.type-full .card-btm, .alldam-structured-list.type2 .card-btm {
  margin-top: 0;
}
.alldam-structured-list.type-full .card-btn, .alldam-structured-list.type2 .card-btn {
  top: 0.25rem;
  right: 0;
}
.alldam-structured-list.type-full .card-body .c-tit {
  font-size: 1.1875rem;
}

@media (min-width: 768px) and (max-width: 1025px) {
  .alldam-structured-list .card-btn > * + * {
    margin-left: 0.25rem;
  }
}
@media (max-width: 768px) {
  .alldam-structured-list .alldam-check-area:first-child,
  .alldam-structured-list .card-top:first-child {
    margin-bottom: 0.25rem;
  }
  .alldam-structured-list > li > * + * {
    margin-top: 0.75rem;
  }
  .alldam-structured-list > li.md {
    padding: 1.5rem;
  }
  .alldam-structured-list .structured-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alldam-structured-list .structured-item .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alldam-structured-list .structured-item .alldam-check-area {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .alldam-structured-list .card-top {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .alldam-structured-list .card-body {
    width: 100%;
  }
  .alldam-structured-list .card-body > * + * {
    margin-top: 1rem;
  }
  .alldam-structured-list .card-body .c-date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alldam-structured-list .card-body .c-btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-align: left;
  }
  .alldam-structured-list .card-body .c-text > * + * {
    margin-top: 0.75rem;
  }
  .alldam-structured-list .card-btm {
    width: 100%;
    margin-top: 0.25rem;
  }
  .alldam-structured-list .card-btn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: static;
  }
  .alldam-structured-list.type-full .card-body, .alldam-structured-list.type2 .card-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .alldam-structured-list.type-full .card-body > * + *, .alldam-structured-list.type2 .card-body > * + * {
    margin-top: 1.5rem;
  }
  .alldam-structured-list.type-full .card-body .c-text > * + *, .alldam-structured-list.type2 .card-body .c-text > * + * {
    margin-top: 0.75rem;
  }
  .alldam-structured-list.type-full .card-body .c-txt-ul, .alldam-structured-list.type2 .card-body .c-txt-ul {
    margin: 0.25rem;
  }
  .alldam-structured-list.type-full .card-body .c-txt-ul li, .alldam-structured-list.type2 .card-body .c-txt-ul li {
    margin: 0.25rem;
  }
  .alldam-structured-list.type-full .card-body .c-tit {
    font-size: 1.1875rem;
  }
}
/* 콘텐츠 내 탐색 */
.alldam-in-page-navigation-type .alldam-in-page-navigation-area {
  position: fixed;
  top: 25.6rem;
  right: calc((100% - 1248px) / 2 - (16rem - 24px + 2.5rem));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area > * + * {
  margin-top: 1rem;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area {
  width: 16rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 10;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area > * {
  width: 100%;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-header > * + * {
  margin-top: 0.25rem;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-header .quick-caption {
  font-size: 0.8125rem;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-header .quick-title {
  font-size: 1rem;
  font-weight: 500;
  color: #131416;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list ul > * + * {
  margin-top: 0.25rem;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list li {
  width: 100%;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list li > a {
  position: relative;
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  color: #464c53;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.25rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list li > a:hover {
  background-color: #fff7f7;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list li > a:active {
  background-color: #fff0f0;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list li > a.active {
  color: #fff;
  background-color: #b27070;
  font-weight: 500;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-action > * + * {
  margin-top: 0.5rem;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-action .alldam-btn {
  width: 100%;
}
.alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-action .quick-info {
  font-size: 0.9375rem;
  color: #464c53;
}

.scroll-down .alldam-in-page-navigation-type .alldam-in-page-navigation-area {
  top: 6rem;
}

@media (max-width: 1680px) {
  .alldam-in-page-navigation-type > .inner:not(.in-between) {
    padding-right: calc(16rem + 2.5rem + 24px);
  }
  .alldam-in-page-navigation-type .in-between .contents {
    padding-right: calc(16rem + 2.5rem);
  }
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area {
    right: 1.6rem;
  }
}
@media (max-width: 1280px) {
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area {
    right: 24px;
  }
}
@media (max-width: 768px) {
  .alldam-in-page-navigation-type > .inner:not(.in-between) {
    padding-right: 24px;
  }
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area {
    position: static;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area ~ .tab-conts {
    margin-top: 2rem;
  }
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-header .quick-caption {
    font-size: 0.8125rem;
  }
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-header .quick-title {
    font-size: 1rem;
  }
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-list li > a {
    font-size: 0.9375rem;
  }
  .alldam-in-page-navigation-type .alldam-in-page-navigation-area .in-page-navigation-action {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */