@charset "UTF-8";
@import "../font-awesome/css/font-awesome.min.css";
@import "../themify-icons/themify-icons.css";
@import "../flag/css/flag-icon.min.css";
@import "./fonts.css";
:root {
  --sch-01: rgb(83,36,179);
  --sch-01-light: rgb(239,235,247);
  --sch-01-dark: rgb(46,18,179);
  --sch-02: rgb(8,86,150);
  --sch-02-light: rgb(235,242,247);
  --sch-02-dark: rgb(18, 71, 178);
  --sch-03: rgb(79,157,0);
  --sch-03-light: rgb(241,247,235);
  --sch-03-dark: rgb(13,128,51);
  --sch-04: rgb(249,125,0);
  --sch-04-light: rgb(247,241,235);
  --sch-04-dark: rgb(173,54,7);
  --sch-05: rgb(230,191,0);
  --sch-05-light: rgb(247,245,235);
  --sch-05-dark: rgb(153,127,0);
  --in-01: rgb(5,56,99);
  --in-01-light: rgb(235,239,247);
  --in-01-dark: rgb(5,56,99);
  --in-02: rgb(249,125,0);
  --in-02-light: rgb(247,239,236);
  --in-02-dark: rgb(153,54,15);
  --in-03: rgb(79,157,0);
  --in-03-light: rgb(235,247,241);
  --in-03-dark: rgb(13,128,70);
  --ic-noti:rgb(26,152,255);
  --ic-new:rgb(8,86,150);
  --ic-05:rgb(83,36,179);
  --ic-07:rgb(249,125,0);
  --ic-09:rgb(230,191,0);
  --skin: rgb(5,56,99);
  --skin2: rgb(0,84,153);
  --skin-light: rgb(235,242,247);
  --skin-light2: rgb(210,231,247);
  --skin-gray: rgb(225,226,229);
  --skin-opacity: rgb(5,56,99,.15);
}

html[theme=coral], body[theme=coral], *[theme=coral] {
  --skin: rgb(249,125,0);
  --skin2: rgb(229,115,0);
  --skin3: rgb(102,32,11);
  /*
  --skin-light: rgb(250,246,245);
  --skin-light2: rgb(250,230,220);
  */
  --skin-light: rgb(247,241,235);
  --skin-light2: rgb(247, 229, 210);
  --skin-light3: rgb(255, 250, 245);
  --skin-gray: hsl(20,30%,88%);
  --skin-opacity: rgb(249,125,0,.25);
  --skin-invert: rgb();
}

html[theme=green], body[theme=green], *[theme=green] {
  --skin: rgb(79,157,0);
  --skin2: rgb(0,100,43);
  --skin3: rgb(0,50,21);
  --skin-light: rgb(241,247,235);
  --skin-light2: rgb(235,247,223);
  --skin-light3: rgb(250,255,245);
  --skin-gray: rgb(226,229,227);
  --skin-opacity: rgb(79,157,0,.15);
}

.btn-skin, .bg-skin, .badge-skin {
  background-color: var(--skin) !important;
}

.btn-outline-skin {
  color: var(--skin) !important;
  border-color: var(--skin) !important;
}

.text-skin {
  color: var(--skin) !important;
}

.border-skin {
  border-color: var(--skin) !important;
}

.list-circle.list-skin li::before {
  background-color: var(--skin) !important;
}

.list-check.list-skin > li::before, .list-custom.list-skin > li::before {
  color: var(--skin) !important;
}

/* skin2 */
.btn-skin2, .bg-skin2, .badge-skin2 {
  background-color: var(--skin2) !important;
}

.btn-outline-skin2 {
  color: var(--skin2) !important;
  border-color: var(--skin2) !important;
}

.text-skin2 {
  color: var(--skin2) !important;
}

.border-skin2 {
  border-color: var(--skin2) !important;
}

.list-circle.list-skin2 li::before {
  background-color: var(--skin2) !important;
}

.list-check.list-skin2 li::before {
  color: var(--skin2) !important;
}

/* skin3 */
.btn-skin3, .bg-skin3, .badge-skin3 {
  background-color: var(--skin3) !important;
}

.btn-outline-skin3 {
  color: var(--skin3) !important;
  border-color: var(--skin3) !important;
}

.text-skin3 {
  color: var(--skin3) !important;
}

.border-skin3 {
  border-color: var(--skin3) !important;
}

.list-circle.list-skin3 li::before {
  background-color: var(--skin3) !important;
}

.list-check.list-skin3 li::before {
  color: var(--skin3) !important;
}

/* skin-light */
.btn-skin-light, .bg-skin-light, .badge-skin-light {
  background-color: var(--skin-light) !important;
}

.text-skin-light {
  color: var(--skin2-light) !important;
}

.border-skin-light {
  border-color: var(--skin-light) !important;
}

/* skin-light2 */
.btn-skin-light2, .bg-skin-light2, .badge-skin-light2 {
  background-color: var(--skin-light2) !important;
}

.text-skin-light2 {
  color: var(--skin-light2) !important;
}

.border-skin-light2 {
  border-color: var(--skin-light2) !important;
}

/* skin-opacity */
.btn-skin-opacity, .bg-skin-opacity, .badge-skin-opacity {
  background-color: var(--skin-opacity) !important;
}

.text-skin-opacity {
  color: var(--skin-opacity) !important;
}

.border-skin-opacity {
  border-color: var(--skin-opacity) !important;
}

.btn-wh, .bg-wh, .badge-wh {
  background-color: #fff !important;
}

.btn-wh, .badge-wh {
  border-color: #fff !important;
}

.btn-outline-wh {
  color: #fff !important;
  border-color: #fff !important;
}

.text-wh {
  color: #fff !important;
}

.border-wh {
  border-color: #fff !important;
  transition: opacity 0.3s;
}

.list-circle.list-wh > li::before, .list-line.list-wh > li::before {
  background-color: #fff !important;
}
.list-circle > li.text-wh::before, .list-line > li.text-wh::before {
  background-color: #fff !important;
}

.list-check.list-wh > li::before {
  color: #fff !important;
}
.list-check > li.text-wh::before {
  color: #fff !important;
}

.title.tit-bullet.wh::before {
  border-color: #fff !important;
}

.btn-wh-opacity, .bg-wh-opacity, .badge-wh-opacity {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-wh-opacity, .badge-wh-opacity {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-outline-wh-opacity {
  color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.text-wh-opacity {
  color: rgba(255, 255, 255, 0.1) !important;
}

.border-wh-opacity {
  border-color: rgba(255, 255, 255, 0.1) !important;
  transition: opacity 0.3s;
}

.list-circle.list-wh-opacity > li::before, .list-line.list-wh-opacity > li::before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.list-circle > li.text-wh-opacity::before, .list-line > li.text-wh-opacity::before {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.list-check.list-wh-opacity > li::before {
  color: rgba(255, 255, 255, 0.1) !important;
}
.list-check > li.text-wh-opacity::before {
  color: rgba(255, 255, 255, 0.1) !important;
}

.title.tit-bullet.wh-opacity::before {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn-wh-opacity2, .bg-wh-opacity2, .badge-wh-opacity2 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.btn-wh-opacity2, .badge-wh-opacity2 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.btn-outline-wh-opacity2 {
  color: rgba(255, 255, 255, 0.6) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.text-wh-opacity2 {
  color: rgba(255, 255, 255, 0.6) !important;
}

.border-wh-opacity2 {
  border-color: rgba(255, 255, 255, 0.6) !important;
  transition: opacity 0.3s;
}

.list-circle.list-wh-opacity2 > li::before, .list-line.list-wh-opacity2 > li::before {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.list-circle > li.text-wh-opacity2::before, .list-line > li.text-wh-opacity2::before {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.list-check.list-wh-opacity2 > li::before {
  color: rgba(255, 255, 255, 0.6) !important;
}
.list-check > li.text-wh-opacity2::before {
  color: rgba(255, 255, 255, 0.6) !important;
}

.title.tit-bullet.wh-opacity2::before {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.btn-bl, .bg-bl, .badge-bl {
  background-color: rgb(0, 0, 0) !important;
}

.btn-bl, .badge-bl {
  border-color: rgb(0, 0, 0) !important;
}

.btn-outline-bl {
  color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0) !important;
}

.text-bl {
  color: rgb(0, 0, 0) !important;
}

.border-bl {
  border-color: rgb(0, 0, 0) !important;
  transition: opacity 0.3s;
}

.list-circle.list-bl > li::before, .list-line.list-bl > li::before {
  background-color: rgb(0, 0, 0) !important;
}
.list-circle > li.text-bl::before, .list-line > li.text-bl::before {
  background-color: rgb(0, 0, 0) !important;
}

.list-check.list-bl > li::before {
  color: rgb(0, 0, 0) !important;
}
.list-check > li.text-bl::before {
  color: rgb(0, 0, 0) !important;
}

.title.tit-bullet.bl::before {
  border-color: rgb(0, 0, 0) !important;
}

.btn-bl-opacity, .bg-bl-opacity, .badge-bl-opacity {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-bl-opacity, .badge-bl-opacity {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-outline-bl-opacity {
  color: rgba(0, 0, 0, 0.25) !important;
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.text-bl-opacity {
  color: rgba(0, 0, 0, 0.25) !important;
}

.border-bl-opacity {
  border-color: rgba(0, 0, 0, 0.25) !important;
  transition: opacity 0.3s;
}

.list-circle.list-bl-opacity > li::before, .list-line.list-bl-opacity > li::before {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.list-circle > li.text-bl-opacity::before, .list-line > li.text-bl-opacity::before {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.list-check.list-bl-opacity > li::before {
  color: rgba(0, 0, 0, 0.25) !important;
}
.list-check > li.text-bl-opacity::before {
  color: rgba(0, 0, 0, 0.25) !important;
}

.title.tit-bullet.bl-opacity::before {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.btn-bl-opacity2, .bg-bl-opacity2, .badge-bl-opacity2 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.btn-bl-opacity2, .badge-bl-opacity2 {
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.btn-outline-bl-opacity2 {
  color: rgba(0, 0, 0, 0.75) !important;
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.text-bl-opacity2 {
  color: rgba(0, 0, 0, 0.75) !important;
}

.border-bl-opacity2 {
  border-color: rgba(0, 0, 0, 0.75) !important;
  transition: opacity 0.3s;
}

.list-circle.list-bl-opacity2 > li::before, .list-line.list-bl-opacity2 > li::before {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
.list-circle > li.text-bl-opacity2::before, .list-line > li.text-bl-opacity2::before {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.list-check.list-bl-opacity2 > li::before {
  color: rgba(0, 0, 0, 0.75) !important;
}
.list-check > li.text-bl-opacity2::before {
  color: rgba(0, 0, 0, 0.75) !important;
}

.title.tit-bullet.bl-opacity2::before {
  border-color: rgba(0, 0, 0, 0.75) !important;
}

.btn-dark, .bg-dark, .badge-dark {
  background-color: rgb(51, 51, 51) !important;
}

.btn-dark, .badge-dark {
  border-color: rgb(51, 51, 51) !important;
}

.btn-outline-dark {
  color: rgb(51, 51, 51) !important;
  border-color: rgb(51, 51, 51) !important;
}

.text-dark {
  color: rgb(51, 51, 51) !important;
}

.border-dark {
  border-color: rgb(51, 51, 51) !important;
  transition: opacity 0.3s;
}

.list-circle.list-dark > li::before, .list-line.list-dark > li::before {
  background-color: rgb(51, 51, 51) !important;
}
.list-circle > li.text-dark::before, .list-line > li.text-dark::before {
  background-color: rgb(51, 51, 51) !important;
}

.list-check.list-dark > li::before {
  color: rgb(51, 51, 51) !important;
}
.list-check > li.text-dark::before {
  color: rgb(51, 51, 51) !important;
}

.title.tit-bullet.dark::before {
  border-color: rgb(51, 51, 51) !important;
}

.btn-secondary, .bg-secondary, .badge-secondary {
  background-color: rgb(173, 181, 189) !important;
}

.btn-secondary, .badge-secondary {
  border-color: rgb(173, 181, 189) !important;
}

.btn-outline-secondary {
  color: rgb(173, 181, 189) !important;
  border-color: rgb(173, 181, 189) !important;
}

.text-secondary {
  color: rgb(173, 181, 189) !important;
}

.border-secondary {
  border-color: rgb(173, 181, 189) !important;
  transition: opacity 0.3s;
}

.list-circle.list-secondary > li::before, .list-line.list-secondary > li::before {
  background-color: rgb(173, 181, 189) !important;
}
.list-circle > li.text-secondary::before, .list-line > li.text-secondary::before {
  background-color: rgb(173, 181, 189) !important;
}

.list-check.list-secondary > li::before {
  color: rgb(173, 181, 189) !important;
}
.list-check > li.text-secondary::before {
  color: rgb(173, 181, 189) !important;
}

.title.tit-bullet.secondary::before {
  border-color: rgb(173, 181, 189) !important;
}

.btn-primary, .bg-primary, .badge-primary {
  background-color: rgb(0, 77, 153) !important;
}

.btn-primary, .badge-primary {
  border-color: rgb(0, 77, 153) !important;
}

.btn-outline-primary {
  color: rgb(0, 77, 153) !important;
  border-color: rgb(0, 77, 153) !important;
}

.text-primary {
  color: rgb(0, 77, 153) !important;
}

.border-primary {
  border-color: rgb(0, 77, 153) !important;
  transition: opacity 0.3s;
}

.list-circle.list-primary > li::before, .list-line.list-primary > li::before {
  background-color: rgb(0, 77, 153) !important;
}
.list-circle > li.text-primary::before, .list-line > li.text-primary::before {
  background-color: rgb(0, 77, 153) !important;
}

.list-check.list-primary > li::before {
  color: rgb(0, 77, 153) !important;
}
.list-check > li.text-primary::before {
  color: rgb(0, 77, 153) !important;
}

.title.tit-bullet.primary::before {
  border-color: rgb(0, 77, 153) !important;
}

.btn-primary-light, .bg-primary-light, .badge-primary-light {
  background-color: rgb(220, 235, 250) !important;
}

.btn-primary-light, .badge-primary-light {
  border-color: rgb(220, 235, 250) !important;
}

.btn-outline-primary-light {
  color: rgb(220, 235, 250) !important;
  border-color: rgb(220, 235, 250) !important;
}

.text-primary-light {
  color: rgb(220, 235, 250) !important;
}

.border-primary-light {
  border-color: rgb(220, 235, 250) !important;
  transition: opacity 0.3s;
}

.list-circle.list-primary-light > li::before, .list-line.list-primary-light > li::before {
  background-color: rgb(220, 235, 250) !important;
}
.list-circle > li.text-primary-light::before, .list-line > li.text-primary-light::before {
  background-color: rgb(220, 235, 250) !important;
}

.list-check.list-primary-light > li::before {
  color: rgb(220, 235, 250) !important;
}
.list-check > li.text-primary-light::before {
  color: rgb(220, 235, 250) !important;
}

.title.tit-bullet.primary-light::before {
  border-color: rgb(220, 235, 250) !important;
}

.btn-primary-light-opacity, .bg-primary-light-opacity, .badge-primary-light-opacity {
  background-color: rgba(220, 235, 250, 0.5) !important;
}

.btn-primary-light-opacity, .badge-primary-light-opacity {
  border-color: rgba(220, 235, 250, 0.5) !important;
}

.btn-outline-primary-light-opacity {
  color: rgba(220, 235, 250, 0.5) !important;
  border-color: rgba(220, 235, 250, 0.5) !important;
}

.text-primary-light-opacity {
  color: rgba(220, 235, 250, 0.5) !important;
}

.border-primary-light-opacity {
  border-color: rgba(220, 235, 250, 0.5) !important;
  transition: opacity 0.3s;
}

.list-circle.list-primary-light-opacity > li::before, .list-line.list-primary-light-opacity > li::before {
  background-color: rgba(220, 235, 250, 0.5) !important;
}
.list-circle > li.text-primary-light-opacity::before, .list-line > li.text-primary-light-opacity::before {
  background-color: rgba(220, 235, 250, 0.5) !important;
}

.list-check.list-primary-light-opacity > li::before {
  color: rgba(220, 235, 250, 0.5) !important;
}
.list-check > li.text-primary-light-opacity::before {
  color: rgba(220, 235, 250, 0.5) !important;
}

.title.tit-bullet.primary-light-opacity::before {
  border-color: rgba(220, 235, 250, 0.5) !important;
}

.btn-success, .bg-success, .badge-success {
  background-color: rgb(18, 179, 71) !important;
}

.btn-success, .badge-success {
  border-color: rgb(18, 179, 71) !important;
}

.btn-outline-success {
  color: rgb(18, 179, 71) !important;
  border-color: rgb(18, 179, 71) !important;
}

.text-success {
  color: rgb(18, 179, 71) !important;
}

.border-success {
  border-color: rgb(18, 179, 71) !important;
  transition: opacity 0.3s;
}

.list-circle.list-success > li::before, .list-line.list-success > li::before {
  background-color: rgb(18, 179, 71) !important;
}
.list-circle > li.text-success::before, .list-line > li.text-success::before {
  background-color: rgb(18, 179, 71) !important;
}

.list-check.list-success > li::before {
  color: rgb(18, 179, 71) !important;
}
.list-check > li.text-success::before {
  color: rgb(18, 179, 71) !important;
}

.title.tit-bullet.success::before {
  border-color: rgb(18, 179, 71) !important;
}

.btn-success-light, .bg-success-light, .badge-success-light {
  background-color: rgb(220, 250, 230) !important;
}

.btn-success-light, .badge-success-light {
  border-color: rgb(220, 250, 230) !important;
}

.btn-outline-success-light {
  color: rgb(220, 250, 230) !important;
  border-color: rgb(220, 250, 230) !important;
}

.text-success-light {
  color: rgb(220, 250, 230) !important;
}

.border-success-light {
  border-color: rgb(220, 250, 230) !important;
  transition: opacity 0.3s;
}

.list-circle.list-success-light > li::before, .list-line.list-success-light > li::before {
  background-color: rgb(220, 250, 230) !important;
}
.list-circle > li.text-success-light::before, .list-line > li.text-success-light::before {
  background-color: rgb(220, 250, 230) !important;
}

.list-check.list-success-light > li::before {
  color: rgb(220, 250, 230) !important;
}
.list-check > li.text-success-light::before {
  color: rgb(220, 250, 230) !important;
}

.title.tit-bullet.success-light::before {
  border-color: rgb(220, 250, 230) !important;
}

.btn-success-light-opacity, .bg-success-light-opacity, .badge-success-light-opacity {
  background-color: rgba(220, 250, 230, 0.5) !important;
}

.btn-success-light-opacity, .badge-success-light-opacity {
  border-color: rgba(220, 250, 230, 0.5) !important;
}

.btn-outline-success-light-opacity {
  color: rgba(220, 250, 230, 0.5) !important;
  border-color: rgba(220, 250, 230, 0.5) !important;
}

.text-success-light-opacity {
  color: rgba(220, 250, 230, 0.5) !important;
}

.border-success-light-opacity {
  border-color: rgba(220, 250, 230, 0.5) !important;
  transition: opacity 0.3s;
}

.list-circle.list-success-light-opacity > li::before, .list-line.list-success-light-opacity > li::before {
  background-color: rgba(220, 250, 230, 0.5) !important;
}
.list-circle > li.text-success-light-opacity::before, .list-line > li.text-success-light-opacity::before {
  background-color: rgba(220, 250, 230, 0.5) !important;
}

.list-check.list-success-light-opacity > li::before {
  color: rgba(220, 250, 230, 0.5) !important;
}
.list-check > li.text-success-light-opacity::before {
  color: rgba(220, 250, 230, 0.5) !important;
}

.title.tit-bullet.success-light-opacity::before {
  border-color: rgba(220, 250, 230, 0.5) !important;
}

.btn-success-dark, .bg-success-dark, .badge-success-dark {
  background-color: rgb(50, 150, 100) !important;
}

.btn-success-dark, .badge-success-dark {
  border-color: rgb(50, 150, 100) !important;
}

.btn-outline-success-dark {
  color: rgb(50, 150, 100) !important;
  border-color: rgb(50, 150, 100) !important;
}

.text-success-dark {
  color: rgb(50, 150, 100) !important;
}

.border-success-dark {
  border-color: rgb(50, 150, 100) !important;
  transition: opacity 0.3s;
}

.list-circle.list-success-dark > li::before, .list-line.list-success-dark > li::before {
  background-color: rgb(50, 150, 100) !important;
}
.list-circle > li.text-success-dark::before, .list-line > li.text-success-dark::before {
  background-color: rgb(50, 150, 100) !important;
}

.list-check.list-success-dark > li::before {
  color: rgb(50, 150, 100) !important;
}
.list-check > li.text-success-dark::before {
  color: rgb(50, 150, 100) !important;
}

.title.tit-bullet.success-dark::before {
  border-color: rgb(50, 150, 100) !important;
}

.btn-danger, .bg-danger, .badge-danger {
  background-color: rgb(230, 23, 57) !important;
}

.btn-danger, .badge-danger {
  border-color: rgb(230, 23, 57) !important;
}

.btn-outline-danger {
  color: rgb(230, 23, 57) !important;
  border-color: rgb(230, 23, 57) !important;
}

.text-danger {
  color: rgb(230, 23, 57) !important;
}

.border-danger {
  border-color: rgb(230, 23, 57) !important;
  transition: opacity 0.3s;
}

.list-circle.list-danger > li::before, .list-line.list-danger > li::before {
  background-color: rgb(230, 23, 57) !important;
}
.list-circle > li.text-danger::before, .list-line > li.text-danger::before {
  background-color: rgb(230, 23, 57) !important;
}

.list-check.list-danger > li::before {
  color: rgb(230, 23, 57) !important;
}
.list-check > li.text-danger::before {
  color: rgb(230, 23, 57) !important;
}

.title.tit-bullet.danger::before {
  border-color: rgb(230, 23, 57) !important;
}

.btn-danger-light, .bg-danger-light, .badge-danger-light {
  background-color: rgb(250, 220, 225) !important;
}

.btn-danger-light, .badge-danger-light {
  border-color: rgb(250, 220, 225) !important;
}

.btn-outline-danger-light {
  color: rgb(250, 220, 225) !important;
  border-color: rgb(250, 220, 225) !important;
}

.text-danger-light {
  color: rgb(250, 220, 225) !important;
}

.border-danger-light {
  border-color: rgb(250, 220, 225) !important;
  transition: opacity 0.3s;
}

.list-circle.list-danger-light > li::before, .list-line.list-danger-light > li::before {
  background-color: rgb(250, 220, 225) !important;
}
.list-circle > li.text-danger-light::before, .list-line > li.text-danger-light::before {
  background-color: rgb(250, 220, 225) !important;
}

.list-check.list-danger-light > li::before {
  color: rgb(250, 220, 225) !important;
}
.list-check > li.text-danger-light::before {
  color: rgb(250, 220, 225) !important;
}

.title.tit-bullet.danger-light::before {
  border-color: rgb(250, 220, 225) !important;
}

.btn-danger-light-opacity, .bg-danger-light-opacity, .badge-danger-light-opacity {
  background-color: rgba(250, 220, 225, 0.5) !important;
}

.btn-danger-light-opacity, .badge-danger-light-opacity {
  border-color: rgba(250, 220, 225, 0.5) !important;
}

.btn-outline-danger-light-opacity {
  color: rgba(250, 220, 225, 0.5) !important;
  border-color: rgba(250, 220, 225, 0.5) !important;
}

.text-danger-light-opacity {
  color: rgba(250, 220, 225, 0.5) !important;
}

.border-danger-light-opacity {
  border-color: rgba(250, 220, 225, 0.5) !important;
  transition: opacity 0.3s;
}

.list-circle.list-danger-light-opacity > li::before, .list-line.list-danger-light-opacity > li::before {
  background-color: rgba(250, 220, 225, 0.5) !important;
}
.list-circle > li.text-danger-light-opacity::before, .list-line > li.text-danger-light-opacity::before {
  background-color: rgba(250, 220, 225, 0.5) !important;
}

.list-check.list-danger-light-opacity > li::before {
  color: rgba(250, 220, 225, 0.5) !important;
}
.list-check > li.text-danger-light-opacity::before {
  color: rgba(250, 220, 225, 0.5) !important;
}

.title.tit-bullet.danger-light-opacity::before {
  border-color: rgba(250, 220, 225, 0.5) !important;
}

.btn-danger-dark, .bg-danger-dark, .badge-danger-dark {
  background-color: rgb(186, 13, 42) !important;
}

.btn-danger-dark, .badge-danger-dark {
  border-color: rgb(186, 13, 42) !important;
}

.btn-outline-danger-dark {
  color: rgb(186, 13, 42) !important;
  border-color: rgb(186, 13, 42) !important;
}

.text-danger-dark {
  color: rgb(186, 13, 42) !important;
}

.border-danger-dark {
  border-color: rgb(186, 13, 42) !important;
  transition: opacity 0.3s;
}

.list-circle.list-danger-dark > li::before, .list-line.list-danger-dark > li::before {
  background-color: rgb(186, 13, 42) !important;
}
.list-circle > li.text-danger-dark::before, .list-line > li.text-danger-dark::before {
  background-color: rgb(186, 13, 42) !important;
}

.list-check.list-danger-dark > li::before {
  color: rgb(186, 13, 42) !important;
}
.list-check > li.text-danger-dark::before {
  color: rgb(186, 13, 42) !important;
}

.title.tit-bullet.danger-dark::before {
  border-color: rgb(186, 13, 42) !important;
}

.btn-info, .bg-info, .badge-info {
  background-color: rgb(51, 164, 210) !important;
}

.btn-info, .badge-info {
  border-color: rgb(51, 164, 210) !important;
}

.btn-outline-info {
  color: rgb(51, 164, 210) !important;
  border-color: rgb(51, 164, 210) !important;
}

.text-info {
  color: rgb(51, 164, 210) !important;
}

.border-info {
  border-color: rgb(51, 164, 210) !important;
  transition: opacity 0.3s;
}

.list-circle.list-info > li::before, .list-line.list-info > li::before {
  background-color: rgb(51, 164, 210) !important;
}
.list-circle > li.text-info::before, .list-line > li.text-info::before {
  background-color: rgb(51, 164, 210) !important;
}

.list-check.list-info > li::before {
  color: rgb(51, 164, 210) !important;
}
.list-check > li.text-info::before {
  color: rgb(51, 164, 210) !important;
}

.title.tit-bullet.info::before {
  border-color: rgb(51, 164, 210) !important;
}

.btn-info-light, .bg-info-light, .badge-info-light {
  background-color: rgb(210, 242, 250) !important;
}

.btn-info-light, .badge-info-light {
  border-color: rgb(210, 242, 250) !important;
}

.btn-outline-info-light {
  color: rgb(210, 242, 250) !important;
  border-color: rgb(210, 242, 250) !important;
}

.text-info-light {
  color: rgb(210, 242, 250) !important;
}

.border-info-light {
  border-color: rgb(210, 242, 250) !important;
  transition: opacity 0.3s;
}

.list-circle.list-info-light > li::before, .list-line.list-info-light > li::before {
  background-color: rgb(210, 242, 250) !important;
}
.list-circle > li.text-info-light::before, .list-line > li.text-info-light::before {
  background-color: rgb(210, 242, 250) !important;
}

.list-check.list-info-light > li::before {
  color: rgb(210, 242, 250) !important;
}
.list-check > li.text-info-light::before {
  color: rgb(210, 242, 250) !important;
}

.title.tit-bullet.info-light::before {
  border-color: rgb(210, 242, 250) !important;
}

.btn-info-light-opacity, .bg-info-light-opacity, .badge-info-light-opacity {
  background-color: rgba(210, 242, 250, 0.25) !important;
}

.btn-info-light-opacity, .badge-info-light-opacity {
  border-color: rgba(210, 242, 250, 0.25) !important;
}

.btn-outline-info-light-opacity {
  color: rgba(210, 242, 250, 0.25) !important;
  border-color: rgba(210, 242, 250, 0.25) !important;
}

.text-info-light-opacity {
  color: rgba(210, 242, 250, 0.25) !important;
}

.border-info-light-opacity {
  border-color: rgba(210, 242, 250, 0.25) !important;
  transition: opacity 0.3s;
}

.list-circle.list-info-light-opacity > li::before, .list-line.list-info-light-opacity > li::before {
  background-color: rgba(210, 242, 250, 0.25) !important;
}
.list-circle > li.text-info-light-opacity::before, .list-line > li.text-info-light-opacity::before {
  background-color: rgba(210, 242, 250, 0.25) !important;
}

.list-check.list-info-light-opacity > li::before {
  color: rgba(210, 242, 250, 0.25) !important;
}
.list-check > li.text-info-light-opacity::before {
  color: rgba(210, 242, 250, 0.25) !important;
}

.title.tit-bullet.info-light-opacity::before {
  border-color: rgba(210, 242, 250, 0.25) !important;
}

.btn-info-dark, .bg-info-dark, .badge-info-dark {
  background-color: rgb(26, 139, 184) !important;
}

.btn-info-dark, .badge-info-dark {
  border-color: rgb(26, 139, 184) !important;
}

.btn-outline-info-dark {
  color: rgb(26, 139, 184) !important;
  border-color: rgb(26, 139, 184) !important;
}

.text-info-dark {
  color: rgb(26, 139, 184) !important;
}

.border-info-dark {
  border-color: rgb(26, 139, 184) !important;
  transition: opacity 0.3s;
}

.list-circle.list-info-dark > li::before, .list-line.list-info-dark > li::before {
  background-color: rgb(26, 139, 184) !important;
}
.list-circle > li.text-info-dark::before, .list-line > li.text-info-dark::before {
  background-color: rgb(26, 139, 184) !important;
}

.list-check.list-info-dark > li::before {
  color: rgb(26, 139, 184) !important;
}
.list-check > li.text-info-dark::before {
  color: rgb(26, 139, 184) !important;
}

.title.tit-bullet.info-dark::before {
  border-color: rgb(26, 139, 184) !important;
}

.btn-info2, .bg-info2, .badge-info2 {
  background-color: rgb(71, 188, 232) !important;
}

.btn-info2, .badge-info2 {
  border-color: rgb(71, 188, 232) !important;
}

.btn-outline-info2 {
  color: rgb(71, 188, 232) !important;
  border-color: rgb(71, 188, 232) !important;
}

.text-info2 {
  color: rgb(71, 188, 232) !important;
}

.border-info2 {
  border-color: rgb(71, 188, 232) !important;
  transition: opacity 0.3s;
}

.list-circle.list-info2 > li::before, .list-line.list-info2 > li::before {
  background-color: rgb(71, 188, 232) !important;
}
.list-circle > li.text-info2::before, .list-line > li.text-info2::before {
  background-color: rgb(71, 188, 232) !important;
}

.list-check.list-info2 > li::before {
  color: rgb(71, 188, 232) !important;
}
.list-check > li.text-info2::before {
  color: rgb(71, 188, 232) !important;
}

.title.tit-bullet.info2::before {
  border-color: rgb(71, 188, 232) !important;
}

.btn-warning, .bg-warning, .badge-warning {
  background-color: rgb(245, 175, 35) !important;
}

.btn-warning, .badge-warning {
  border-color: rgb(245, 175, 35) !important;
}

.btn-outline-warning {
  color: rgb(245, 175, 35) !important;
  border-color: rgb(245, 175, 35) !important;
}

.text-warning {
  color: rgb(245, 175, 35) !important;
}

.border-warning {
  border-color: rgb(245, 175, 35) !important;
  transition: opacity 0.3s;
}

.list-circle.list-warning > li::before, .list-line.list-warning > li::before {
  background-color: rgb(245, 175, 35) !important;
}
.list-circle > li.text-warning::before, .list-line > li.text-warning::before {
  background-color: rgb(245, 175, 35) !important;
}

.list-check.list-warning > li::before {
  color: rgb(245, 175, 35) !important;
}
.list-check > li.text-warning::before {
  color: rgb(245, 175, 35) !important;
}

.title.tit-bullet.warning::before {
  border-color: rgb(245, 175, 35) !important;
}

.btn-pink, .bg-pink, .badge-pink {
  background-color: rgb(255, 88, 130) !important;
}

.btn-pink, .badge-pink {
  border-color: rgb(255, 88, 130) !important;
}

.btn-outline-pink {
  color: rgb(255, 88, 130) !important;
  border-color: rgb(255, 88, 130) !important;
}

.text-pink {
  color: rgb(255, 88, 130) !important;
}

.border-pink {
  border-color: rgb(255, 88, 130) !important;
  transition: opacity 0.3s;
}

.list-circle.list-pink > li::before, .list-line.list-pink > li::before {
  background-color: rgb(255, 88, 130) !important;
}
.list-circle > li.text-pink::before, .list-line > li.text-pink::before {
  background-color: rgb(255, 88, 130) !important;
}

.list-check.list-pink > li::before {
  color: rgb(255, 88, 130) !important;
}
.list-check > li.text-pink::before {
  color: rgb(255, 88, 130) !important;
}

.title.tit-bullet.pink::before {
  border-color: rgb(255, 88, 130) !important;
}

.btn-hotpink, .bg-hotpink, .badge-hotpink {
  background-color: rgb(248, 22, 94) !important;
}

.btn-hotpink, .badge-hotpink {
  border-color: rgb(248, 22, 94) !important;
}

.btn-outline-hotpink {
  color: rgb(248, 22, 94) !important;
  border-color: rgb(248, 22, 94) !important;
}

.text-hotpink {
  color: rgb(248, 22, 94) !important;
}

.border-hotpink {
  border-color: rgb(248, 22, 94) !important;
  transition: opacity 0.3s;
}

.list-circle.list-hotpink > li::before, .list-line.list-hotpink > li::before {
  background-color: rgb(248, 22, 94) !important;
}
.list-circle > li.text-hotpink::before, .list-line > li.text-hotpink::before {
  background-color: rgb(248, 22, 94) !important;
}

.list-check.list-hotpink > li::before {
  color: rgb(248, 22, 94) !important;
}
.list-check > li.text-hotpink::before {
  color: rgb(248, 22, 94) !important;
}

.title.tit-bullet.hotpink::before {
  border-color: rgb(248, 22, 94) !important;
}

.btn-yel, .bg-yel, .badge-yel {
  background-color: rgb(255, 196, 10) !important;
}

.btn-yel, .badge-yel {
  border-color: rgb(255, 196, 10) !important;
}

.btn-outline-yel {
  color: rgb(255, 196, 10) !important;
  border-color: rgb(255, 196, 10) !important;
}

.text-yel {
  color: rgb(255, 196, 10) !important;
}

.border-yel {
  border-color: rgb(255, 196, 10) !important;
  transition: opacity 0.3s;
}

.list-circle.list-yel > li::before, .list-line.list-yel > li::before {
  background-color: rgb(255, 196, 10) !important;
}
.list-circle > li.text-yel::before, .list-line > li.text-yel::before {
  background-color: rgb(255, 196, 10) !important;
}

.list-check.list-yel > li::before {
  color: rgb(255, 196, 10) !important;
}
.list-check > li.text-yel::before {
  color: rgb(255, 196, 10) !important;
}

.title.tit-bullet.yel::before {
  border-color: rgb(255, 196, 10) !important;
}

.btn-navy, .bg-navy, .badge-navy {
  background-color: rgb(2, 57, 143) !important;
}

.btn-navy, .badge-navy {
  border-color: rgb(2, 57, 143) !important;
}

.btn-outline-navy {
  color: rgb(2, 57, 143) !important;
  border-color: rgb(2, 57, 143) !important;
}

.text-navy {
  color: rgb(2, 57, 143) !important;
}

.border-navy {
  border-color: rgb(2, 57, 143) !important;
  transition: opacity 0.3s;
}

.list-circle.list-navy > li::before, .list-line.list-navy > li::before {
  background-color: rgb(2, 57, 143) !important;
}
.list-circle > li.text-navy::before, .list-line > li.text-navy::before {
  background-color: rgb(2, 57, 143) !important;
}

.list-check.list-navy > li::before {
  color: rgb(2, 57, 143) !important;
}
.list-check > li.text-navy::before {
  color: rgb(2, 57, 143) !important;
}

.title.tit-bullet.navy::before {
  border-color: rgb(2, 57, 143) !important;
}

.btn-orange, .bg-orange, .badge-orange {
  background-color: rgb(255, 85, 0) !important;
}

.btn-orange, .badge-orange {
  border-color: rgb(255, 85, 0) !important;
}

.btn-outline-orange {
  color: rgb(255, 85, 0) !important;
  border-color: rgb(255, 85, 0) !important;
}

.text-orange {
  color: rgb(255, 85, 0) !important;
}

.border-orange {
  border-color: rgb(255, 85, 0) !important;
  transition: opacity 0.3s;
}

.list-circle.list-orange > li::before, .list-line.list-orange > li::before {
  background-color: rgb(255, 85, 0) !important;
}
.list-circle > li.text-orange::before, .list-line > li.text-orange::before {
  background-color: rgb(255, 85, 0) !important;
}

.list-check.list-orange > li::before {
  color: rgb(255, 85, 0) !important;
}
.list-check > li.text-orange::before {
  color: rgb(255, 85, 0) !important;
}

.title.tit-bullet.orange::before {
  border-color: rgb(255, 85, 0) !important;
}

.btn-light, .bg-light, .badge-light {
  background-color: rgb(247, 247, 247) !important;
}

.btn-light, .badge-light {
  border-color: rgb(247, 247, 247) !important;
}

.btn-outline-light {
  color: rgb(247, 247, 247) !important;
  border-color: rgb(247, 247, 247) !important;
}

.text-light {
  color: rgb(247, 247, 247) !important;
}

.border-light {
  border-color: rgb(247, 247, 247) !important;
  transition: opacity 0.3s;
}

.list-circle.list-light > li::before, .list-line.list-light > li::before {
  background-color: rgb(247, 247, 247) !important;
}
.list-circle > li.text-light::before, .list-line > li.text-light::before {
  background-color: rgb(247, 247, 247) !important;
}

.list-check.list-light > li::before {
  color: rgb(247, 247, 247) !important;
}
.list-check > li.text-light::before {
  color: rgb(247, 247, 247) !important;
}

.title.tit-bullet.light::before {
  border-color: rgb(247, 247, 247) !important;
}

.btn-gray, .bg-gray, .badge-gray {
  background-color: rgb(128, 128, 128) !important;
}

.btn-gray, .badge-gray {
  border-color: rgb(128, 128, 128) !important;
}

.btn-outline-gray {
  color: rgb(128, 128, 128) !important;
  border-color: rgb(128, 128, 128) !important;
}

.text-gray {
  color: rgb(128, 128, 128) !important;
}

.border-gray {
  border-color: rgb(128, 128, 128) !important;
  transition: opacity 0.3s;
}

.list-circle.list-gray > li::before, .list-line.list-gray > li::before {
  background-color: rgb(128, 128, 128) !important;
}
.list-circle > li.text-gray::before, .list-line > li.text-gray::before {
  background-color: rgb(128, 128, 128) !important;
}

.list-check.list-gray > li::before {
  color: rgb(128, 128, 128) !important;
}
.list-check > li.text-gray::before {
  color: rgb(128, 128, 128) !important;
}

.title.tit-bullet.gray::before {
  border-color: rgb(128, 128, 128) !important;
}

.btn-gray-b, .bg-gray-b, .badge-gray-b {
  background-color: rgb(100, 100, 100) !important;
}

.btn-gray-b, .badge-gray-b {
  border-color: rgb(100, 100, 100) !important;
}

.btn-outline-gray-b {
  color: rgb(100, 100, 100) !important;
  border-color: rgb(100, 100, 100) !important;
}

.text-gray-b {
  color: rgb(100, 100, 100) !important;
}

.border-gray-b {
  border-color: rgb(100, 100, 100) !important;
  transition: opacity 0.3s;
}

.list-circle.list-gray-b > li::before, .list-line.list-gray-b > li::before {
  background-color: rgb(100, 100, 100) !important;
}
.list-circle > li.text-gray-b::before, .list-line > li.text-gray-b::before {
  background-color: rgb(100, 100, 100) !important;
}

.list-check.list-gray-b > li::before {
  color: rgb(100, 100, 100) !important;
}
.list-check > li.text-gray-b::before {
  color: rgb(100, 100, 100) !important;
}

.title.tit-bullet.gray-b::before {
  border-color: rgb(100, 100, 100) !important;
}

.btn-gray-m, .bg-gray-m, .badge-gray-m {
  background-color: rgb(179, 179, 179) !important;
}

.btn-gray-m, .badge-gray-m {
  border-color: rgb(179, 179, 179) !important;
}

.btn-outline-gray-m {
  color: rgb(179, 179, 179) !important;
  border-color: rgb(179, 179, 179) !important;
}

.text-gray-m {
  color: rgb(179, 179, 179) !important;
}

.border-gray-m {
  border-color: rgb(179, 179, 179) !important;
  transition: opacity 0.3s;
}

.list-circle.list-gray-m > li::before, .list-line.list-gray-m > li::before {
  background-color: rgb(179, 179, 179) !important;
}
.list-circle > li.text-gray-m::before, .list-line > li.text-gray-m::before {
  background-color: rgb(179, 179, 179) !important;
}

.list-check.list-gray-m > li::before {
  color: rgb(179, 179, 179) !important;
}
.list-check > li.text-gray-m::before {
  color: rgb(179, 179, 179) !important;
}

.title.tit-bullet.gray-m::before {
  border-color: rgb(179, 179, 179) !important;
}

.btn-gray-s, .bg-gray-s, .badge-gray-s {
  background-color: rgb(237, 237, 237) !important;
}

.btn-gray-s, .badge-gray-s {
  border-color: rgb(237, 237, 237) !important;
}

.btn-outline-gray-s {
  color: rgb(237, 237, 237) !important;
  border-color: rgb(237, 237, 237) !important;
}

.text-gray-s {
  color: rgb(237, 237, 237) !important;
}

.border-gray-s {
  border-color: rgb(237, 237, 237) !important;
  transition: opacity 0.3s;
}

.list-circle.list-gray-s > li::before, .list-line.list-gray-s > li::before {
  background-color: rgb(237, 237, 237) !important;
}
.list-circle > li.text-gray-s::before, .list-line > li.text-gray-s::before {
  background-color: rgb(237, 237, 237) !important;
}

.list-check.list-gray-s > li::before {
  color: rgb(237, 237, 237) !important;
}
.list-check > li.text-gray-s::before {
  color: rgb(237, 237, 237) !important;
}

.title.tit-bullet.gray-s::before {
  border-color: rgb(237, 237, 237) !important;
}

.btn-naver, .bg-naver, .badge-naver {
  background-color: rgb(33, 197, 6) !important;
}

.btn-naver, .badge-naver {
  border-color: rgb(33, 197, 6) !important;
}

.btn-outline-naver {
  color: rgb(33, 197, 6) !important;
  border-color: rgb(33, 197, 6) !important;
}

.text-naver {
  color: rgb(33, 197, 6) !important;
}

.border-naver {
  border-color: rgb(33, 197, 6) !important;
  transition: opacity 0.3s;
}

.list-circle.list-naver > li::before, .list-line.list-naver > li::before {
  background-color: rgb(33, 197, 6) !important;
}
.list-circle > li.text-naver::before, .list-line > li.text-naver::before {
  background-color: rgb(33, 197, 6) !important;
}

.list-check.list-naver > li::before {
  color: rgb(33, 197, 6) !important;
}
.list-check > li.text-naver::before {
  color: rgb(33, 197, 6) !important;
}

.title.tit-bullet.naver::before {
  border-color: rgb(33, 197, 6) !important;
}

.btn-kakao, .bg-kakao, .badge-kakao {
  background-color: rgb(255, 238, 0) !important;
}

.btn-kakao, .badge-kakao {
  border-color: rgb(255, 238, 0) !important;
}

.btn-outline-kakao {
  color: rgb(255, 238, 0) !important;
  border-color: rgb(255, 238, 0) !important;
}

.text-kakao {
  color: rgb(255, 238, 0) !important;
}

.border-kakao {
  border-color: rgb(255, 238, 0) !important;
  transition: opacity 0.3s;
}

.list-circle.list-kakao > li::before, .list-line.list-kakao > li::before {
  background-color: rgb(255, 238, 0) !important;
}
.list-circle > li.text-kakao::before, .list-line > li.text-kakao::before {
  background-color: rgb(255, 238, 0) !important;
}

.list-check.list-kakao > li::before {
  color: rgb(255, 238, 0) !important;
}
.list-check > li.text-kakao::before {
  color: rgb(255, 238, 0) !important;
}

.title.tit-bullet.kakao::before {
  border-color: rgb(255, 238, 0) !important;
}

.btn-youtube, .bg-youtube, .badge-youtube {
  background-color: rgb(255, 0, 0) !important;
}

.btn-youtube, .badge-youtube {
  border-color: rgb(255, 0, 0) !important;
}

.btn-outline-youtube {
  color: rgb(255, 0, 0) !important;
  border-color: rgb(255, 0, 0) !important;
}

.text-youtube {
  color: rgb(255, 0, 0) !important;
}

.border-youtube {
  border-color: rgb(255, 0, 0) !important;
  transition: opacity 0.3s;
}

.list-circle.list-youtube > li::before, .list-line.list-youtube > li::before {
  background-color: rgb(255, 0, 0) !important;
}
.list-circle > li.text-youtube::before, .list-line > li.text-youtube::before {
  background-color: rgb(255, 0, 0) !important;
}

.list-check.list-youtube > li::before {
  color: rgb(255, 0, 0) !important;
}
.list-check > li.text-youtube::before {
  color: rgb(255, 0, 0) !important;
}

.title.tit-bullet.youtube::before {
  border-color: rgb(255, 0, 0) !important;
}

.btn-kakao-brown, .bg-kakao-brown, .badge-kakao-brown {
  background-color: rgb(62, 25, 54) !important;
}

.btn-kakao-brown, .badge-kakao-brown {
  border-color: rgb(62, 25, 54) !important;
}

.btn-outline-kakao-brown {
  color: rgb(62, 25, 54) !important;
  border-color: rgb(62, 25, 54) !important;
}

.text-kakao-brown {
  color: rgb(62, 25, 54) !important;
}

.border-kakao-brown {
  border-color: rgb(62, 25, 54) !important;
  transition: opacity 0.3s;
}

.list-circle.list-kakao-brown > li::before, .list-line.list-kakao-brown > li::before {
  background-color: rgb(62, 25, 54) !important;
}
.list-circle > li.text-kakao-brown::before, .list-line > li.text-kakao-brown::before {
  background-color: rgb(62, 25, 54) !important;
}

.list-check.list-kakao-brown > li::before {
  color: rgb(62, 25, 54) !important;
}
.list-check > li.text-kakao-brown::before {
  color: rgb(62, 25, 54) !important;
}

.title.tit-bullet.kakao-brown::before {
  border-color: rgb(62, 25, 54) !important;
}

.border-0 {
  border-width: 0px !important;
}

.line-height-0 {
  line-height: 1 !important;
}

.letter-space-0 {
  letter-spacing: -0px !important;
}

.alpha-0 {
  opacity: 0;
}

.font-weight-0 {
  font-weight: 0 !important;
}

.opacity-0 {
  opacity: 0;
}

.border-1 {
  border-width: 1px !important;
}

.line-height-1 {
  line-height: 1.1 !important;
}

.letter-space-1 {
  letter-spacing: -0.5px !important;
}

.alpha-1 {
  opacity: 0.1;
}

.font-weight-1 {
  font-weight: 100 !important;
}

.opacity-1 {
  opacity: 0.1;
}

.border-2 {
  border-width: 2px !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.letter-space-2 {
  letter-spacing: -1px !important;
}

.alpha-2 {
  opacity: 0.2;
}

.font-weight-2 {
  font-weight: 200 !important;
}

.opacity-2 {
  opacity: 0.2;
}

.border-3 {
  border-width: 3px !important;
}

.line-height-3 {
  line-height: 1.3 !important;
}

.letter-space-3 {
  letter-spacing: -1.5px !important;
}

.alpha-3 {
  opacity: 0.3;
}

.font-weight-3 {
  font-weight: 300 !important;
}

.opacity-3 {
  opacity: 0.3;
}

.border-4 {
  border-width: 4px !important;
}

.line-height-4 {
  line-height: 1.4 !important;
}

.letter-space-4 {
  letter-spacing: -2px !important;
}

.alpha-4 {
  opacity: 0.4;
}

.font-weight-4 {
  font-weight: 400 !important;
}

.opacity-4 {
  opacity: 0.4;
}

.border-5 {
  border-width: 5px !important;
}

.line-height-5 {
  line-height: 1.5 !important;
}

.letter-space-5 {
  letter-spacing: -2.5px !important;
}

.alpha-5 {
  opacity: 0.5;
}

.font-weight-5 {
  font-weight: 500 !important;
}

.opacity-5 {
  opacity: 0.5;
}

.border-6 {
  border-width: 6px !important;
}

.line-height-6 {
  line-height: 1.6 !important;
}

.letter-space-6 {
  letter-spacing: -3px !important;
}

.alpha-6 {
  opacity: 0.6;
}

.font-weight-6 {
  font-weight: 600 !important;
}

.opacity-6 {
  opacity: 0.6;
}

.border-7 {
  border-width: 7px !important;
}

.line-height-7 {
  line-height: 1.7 !important;
}

.letter-space-7 {
  letter-spacing: -3.5px !important;
}

.alpha-7 {
  opacity: 0.7;
}

.font-weight-7 {
  font-weight: 700 !important;
}

.opacity-7 {
  opacity: 0.7;
}

.border-8 {
  border-width: 8px !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}

.letter-space-8 {
  letter-spacing: -4px !important;
}

.alpha-8 {
  opacity: 0.8;
}

.font-weight-8 {
  font-weight: 800 !important;
}

.opacity-8 {
  opacity: 0.8;
}

.border-9 {
  border-width: 9px !important;
}

.line-height-9 {
  line-height: 1.9 !important;
}

.letter-space-9 {
  letter-spacing: -4.5px !important;
}

.alpha-9 {
  opacity: 0.9;
}

.font-weight-9 {
  font-weight: 900 !important;
}

.opacity-9 {
  opacity: 0.9;
}

.border-10 {
  border-width: 10px !important;
}

.line-height-10 {
  line-height: 2 !important;
}

.letter-space-10 {
  letter-spacing: -5px !important;
}

.alpha-10 {
  opacity: 1;
}

.font-weight-10 {
  font-weight: 1000 !important;
}

.opacity-10 {
  opacity: 1;
}

.font-kr {
  font-family: "Pretendard" !important;
}

.font-gt {
  font-family: "GamtanGothic" !important;
}

.font-score {
  font-family: "S-Core Dream" !important;
}

.font-omni {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard" !important;
  transform: skew(-0.1deg);
}

html, body {
  min-height: 100%;
}

@media (max-width: 1199px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 95%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 88%;
  }
}
@media (max-width: 414px) {
  html {
    font-size: 83%;
  }
}

body {
  font-size: 1rem; /*font-size: clamp(12px, 5vw, 14px);*/
  color: rgb(51, 51, 51);
  line-height: 1.6;
  letter-spacing: 0em;
  background-color: transparent;
  margin: 0;
  font-family: "pretendard", "Montserrat", "Roboto", "Open Sans", sans-serif;
  overflow-x: hidden;
}
body.pop-body {
  background: transparent;
}

button:focus {
  outline: 0 !important;
}

a, button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
a:hover, a:focus, a.active {
  text-decoration: none;
  outline: 0 !important;
  color: rgb(100, 100, 100);
}
a:focus {
  outline: 1px dotted var(--skin) !important;
  outline-offset: 1px !important;
}

::selection {
  background-color: var(--skin-light);
  color: var(--skin);
  text-shadow: none;
}

b, strong, .strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6, .p {
  margin: 0;
  line-height: inherit;
  color: inherit;
}

h1, .h1 {
  font-size: 3.6rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.4rem;
  font-weight: 500;
}

h5, .h5 {
  font-size: 1.2rem;
  font-weight: 400;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 400;
}

hr {
  margin: 1rem auto;
  border: 0;
  border-top: 1px solid rgb(237, 237, 237);
}

.vr {
  display: inline-block;
  width: 1px;
  min-height: 40px;
  border-left: 1px solid rgb(237, 237, 237);
  margin: 0 0 -6px 0;
}

ul, ol {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.gray-scale, .gray-scale * {
  filter: grayscale(100%);
}

.disabled {
  pointer-events: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.blur {
  filter: blur(3px);
}

.ani {
  transition: all 0.3s;
}

label {
  margin: 0;
}

.small, small {
  font-size: 90%;
}

iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.link {
  cursor: pointer;
}

.ani {
  transition: all 0.2s ease-out;
}

.shadow {
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-s {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.025) !important;
}

.box {
  border-radius: 10px;
}

.box-s {
  border-radius: 5px;
}

.box, .box-s {
  background-color: #fff;
}

.box-wing {
  border: solid 1px transparent;
  border-radius: 30px;
  overflow: hidden;
}
.box-wing.min {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .box-wing {
    border-radius: 0 15px;
  }
}
@media (max-width: 575px) {
  .box-wing {
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .responsive-box {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
}

.hr {
  display: inline-block;
  background-color: transparent;
}
.hr.vertical {
  width: 1px;
  height: 100%;
}

caption {
  position: absolute;
  font-size: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}

.text-overflow {
  display: block;
  width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4rem;
  height: 4.2rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-overflow.one-line { /*white-space: nowrap;*/
  -webkit-line-clamp: 1;
  height: 1.4rem;
}
.text-overflow.two-line {
  -webkit-line-clamp: 2;
  height: 2.8rem;
}
.text-overflow.three-line {
  -webkit-line-clamp: 3;
  height: 4.2rem;
}
.text-overflow.four-line {
  -webkit-line-clamp: 4;
  height: 5.6rem;
}

.btn, .button {
  border-radius: 5px;
  padding: 8.5PX 10px;
  line-height: 1;
  font-weight: 500;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  letter-spacing: 0px;
}
.btn:hover, .btn:focus, .button:hover, .button:focus {
  outline: 0 !important;
}
.btn.btn-rounded, .button.btn-rounded {
  border-radius: 25.5px;
}
.btn.btn-lg, .button.btn-lg {
  font-size: 18px;
  padding: 12.5px 18px;
  font-weight: 600;
}
.btn.btn-lg.btn-rounded, .button.btn-lg.btn-rounded {
  border-radius: 35px;
}
.btn.btn-md, .button.btn-md {
  font-size: 16.5px;
  padding: 11px 25px;
}
.btn.btn-md.btn-rounded, .button.btn-md.btn-rounded {
  border-radius: 20px;
}
.btn.btn-sm, .button.btn-sm {
  font-size: 12px;
  padding: 6px 8px;
}
.btn.btn-sm.btn-rounded, .button.btn-sm.btn-rounded {
  border-radius: 16px;
}
.btn.btn-transparent:hover, .btn.bg-dark.text-wh:hover, .button.btn-transparent:hover, .button.bg-dark.text-wh:hover {
  background-color: #fff !important;
  color: rgb(51, 51, 51) !important;
}
.btn.bg-dark.text-wh:hover, .button.bg-dark.text-wh:hover {
  border-color: rgb(51, 51, 51) !important;
}
.btn.disabled, .btn.label, .button.disabled, .button.label {
  cursor: default !important;
}
.btn h6, .btn .h6, .button h6, .button .h6 {
  font-weight: 400;
}

.btn * {
  transition: all 0.3s;
}
.btn.custom {
  transition: all 0.3s;
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
  background-color: transparent;
  overflow: hidden;
  font-size: 22px;
  height: 60px;
  border-radius: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.btn.custom > span {
  z-index: 3;
}
.btn.custom > span::before {
  z-index: 2;
  content: attr(data-title);
}
.btn.custom > span::after {
  z-index: 2;
  font-family: "themify";
  content: "\e628";
  margin-left: 15px;
}
.btn.custom::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--skin);
  opacity: 0;
  transition: all 0.3s;
}
.btn.custom:hover {
  border-color: transparent;
}
.btn.custom:hover > span {
  color: #fff;
}
.btn.custom:hover::before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 575px) {
  .btn.custom {
    font-size: 18px;
    height: 50px;
    border-radius: 25px;
  }
}
.btn.custom.reverse {
  border-color: var(--skin);
  background-color: var(--skin);
  color: #fff;
}
.btn.custom.reverse::before {
  background-color: #fff;
}
.btn.custom.reverse:hover {
  border-color: rgb(51, 51, 51);
}
.btn.custom.reverse:hover > span {
  color: rgb(51, 51, 51);
}

.form-control {
  width: auto;
  max-width: 100%;
  display: inline-block;
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
}
.form-control.form-control-sm {
  padding: 2.5px 8px;
}
.form-control.form-control-lg {
  padding: 9.5px 12px;
  font-weight: 300;
}
.form-control.form-control-xl {
  padding: 16px 18px;
  font-weight: 500;
  height: 60px;
}
.form-control.datetimepicker {
  background-image: url(../images/icon/line-calendar.svg?ver=20240925);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 20px;
  padding-left: 10px;
}
.form-control.datepicker {
  background: transparent url("../themify-icons/SVG/calendar.svg") right 0.75rem center/20px 20px no-repeat;
  font-size: 14px;
  min-width: 120px;
  min-height: 38px;
}
.form-control.timepicker {
  background: transparent url("../themify-icons/SVG/time.svg") right 0.75rem center/20px 20px no-repeat;
}
.form-control.selectpicker {
  height: 42px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 0.5;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;
  outline: 0 !important;
}
.form-control:focus {
  border-color: rgb(51, 51, 51);
}
.form-control.form-control-auto {
  display: inline-block;
  width: auto !important;
}
.form-control.d-block, .form-controltextarea {
  display: block;
  width: 100%;
}
.form-control.form-line {
  border-radius: 0;
  border-width: 0 0 1px 0;
  background-color: transparent;
}
.form-control.border-rounded {
  border-radius: 30px !important;
}

.custom-file .custom-file-label {
  border-radius: 0;
  border-color: rgb(51, 51, 51);
}
.custom-file .custom-file-label::after {
  content: attr(data-label);
}

/*
.input-group{
	&.border-radius-0{
		*{border-radius:0 !important}
	}
}
*/
form .required, .form .required {
  position: relative;
  line-height: 1.2;
}
form .required::after, .form .required::after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: rgb(255, 85, 0);
  margin-left: 5px;
  font-size: 11px;
  font-weight: 100;
}
form .requiredlabel, .form .requiredlabel {
  display: block;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
form .label, .form .label {
  align-items: center;
  height: 100%;
}

textarea {
  width: 100% !important;
  resize: none;
}

.noresize {
  resize: none;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-none {
  border: none !important;
}

.border-radius {
  border-radius: 15px;
}
.border-radius.xxl {
  border-radius: 40px;
}
.border-radius.xl {
  border-radius: 30px;
}
.border-radius.lg {
  border-radius: 20px;
}
.border-radius.md {
  border-radius: 10px;
}
.border-radius.sm {
  border-radius: 5px;
}

.border-rounded {
  border-radius: 40px;
}

.border-rounded-tl {
  border-top-left-radius: 25.5px !important;
}

.border-rounded-tr {
  border-top-right-radius: 25.5px !important;
}

.border-rounded-bl {
  border-bottom-left-radius: 25.5px !important;
}

.border-rounded-br {
  border-bottom-right-radius: 25.5px !important;
}

.text-line {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline !important;
}

[class*=border-] {
  border-color: rgb(51, 51, 51);
}

.pagination .page-item .page-link {
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: rgb(51, 51, 51);
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.25rem;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
  box-shadow: none;
  color: var(--skin);
}
.pagination .page-item.active .page-link {
  font-weight: 600;
}
.pagination .page-item.first .page-link, .pagination .page-item.prev .page-link, .pagination .page-item.next .page-link, .pagination .page-item.last .page-link {
  font-size: 0;
}
.pagination .page-item.first .page-link::before, .pagination .page-item.prev .page-link::before, .pagination .page-item.next .page-link::before, .pagination .page-item.last .page-link::before {
  display: block;
  font-family: "themify";
  font-size: 16px;
}
.pagination .page-item + .page-item {
  margin-left: 5px;
}
.pagination .page-item.first .page-link::before {
  content: "\e662";
}
.pagination .page-item.prev {
  margin-right: 7px;
}
.pagination .page-item.prev .page-link::before {
  content: "\e64a";
}
.pagination .page-item.next {
  margin-left: 7px;
}
.pagination .page-item.next .page-link::before {
  content: "\e649";
}
.pagination .page-item.last .page-link::before {
  content: "\e661";
}
@media (max-width: 414px) {
  .pagination .page-item .page-link {
    font-size: 14px;
  }
  .pagination .page-item.first::before, .pagination .page-item.prev::before, .pagination .page-item.next::before, .pagination .page-item.last::before {
    font-size: 14px;
  }
  .pagination .page-item + .page-item {
    margin-left: 0;
  }
}

.list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list > li {
  padding-left: 10px;
  position: relative;
}
.list > li::before {
  content: "";
}
.list > li > ol {
  padding-left: 15px;
}
.list > li > ol > li {
  padding-left: 0;
}
.list > li > ol > li::before {
  display: none;
}
.list.list-circle > li::before, .list.list-line > li::before, .list.list-check > li::before {
  position: absolute;
  left: 0;
}
.list.list-circle > li::before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--skin);
  top: 10px;
}
.list.list-line > li::before {
  width: 6px;
  height: 1px;
  border-radius: 2px;
  background-color: var(--skin);
  top: 14px;
}
.list.list-check > li {
  padding-left: 20px;
}
.list.list-check > li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: var(--skin);
  top: 0;
}
.list.list-custom > li {
  display: flex;
  padding-left: 0;
}
.list.list-custom > li::before {
  content: attr(data-title);
  margin-right: 8px;
}

.nav-tabs {
  z-index: 1;
  border-bottom: 1px solid rgb(179, 179, 179);
}
.nav-tabs .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid rgb(179, 179, 179);
  color: rgb(128, 128, 128);
  border-bottom-color: transparent;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  border: 1px solid var(--skin);
  border-bottom-color: #fff;
  color: var(--skin2);
  opacity: 1;
  z-index: 1;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: var(--skin-light2);
  border-color: var(--skin);
  color: var(--skin2);
  font-weight: 500;
  box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.nav-tabs .nav-item.active {
  z-index: 2;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: -1px;
}
.nav-tabs.nav-pills {
  margin-bottom: 0;
  border: none;
  border-bottom: none;
}
.nav-tabs.nav-pills .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid rgb(128, 128, 128);
  opacity: 1;
}
.nav-tabs.nav-pills .nav-item .nav-link:hover {
  border-color: var(--skin) !important;
  color: var(--skin);
  z-index: 1;
}
.nav-tabs.nav-pills .nav-item .nav-link.active {
  background-color: var(--skin);
  color: #fff;
  border-color: var(--skin) !important;
}
.nav-tabs.nav-pills .nav-item + .nav-item {
  margin-left: -1px;
}
.nav-tabs.nav-pills .nav-item:last-child .nav-link::after {
  display: none;
}
.nav-tabs.nav-justified {
  border-bottom: none;
}
.nav-tabs.nav-justified .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.nav-tabs.nav-separate {
  margin-right: -5px;
  margin-left: -5px;
  justify-content: center;
  border-bottom: none;
}
.nav-tabs.nav-separate .nav-item {
  margin: 5px 5px;
}
.nav-tabs.nav-separate .nav-item .nav-link {
  border-radius: 30px;
  border: 1px solid rgb(100, 100, 100);
  opacity: 1;
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  font-weight: 500;
}
.nav-tabs.nav-separate .nav-item .nav-link.active {
  font-weight: 600;
  background-color: var(--skin);
  border-color: var(--skin);
  color: #fff;
}
@media (max-width: 575px) {
  .nav-tabs.nav-separate {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .nav-tabs.nav-separate .nav-item {
    margin: 2.5px 2.5px;
  }
}
.nav-tabs.nav-process {
  flex-wrap: nowrap;
  position: relative;
  justify-content: center;
  border-bottom: none;
  /* &::before{content:'';position:absolute;width:100%;height:4px;border-radius:2px;background-color:color(gray-m);left:0;top:14px;} */
}
.nav-tabs.nav-process .nav-item {
  flex: 1 1 auto;
  position: relative;
}
.nav-tabs.nav-process .nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgb(237, 237, 237);
  right: 50%;
  top: 14px;
}
.nav-tabs.nav-process .nav-item:not(:nth-child(2))::before {
  width: calc(100% + 30px);
}
.nav-tabs.nav-process .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  border: none;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  color: rgb(128, 128, 128);
  position: relative;
  background-color: transparent;
}
.nav-tabs.nav-process .nav-item .nav-link::before, .nav-tabs.nav-process .nav-item .nav-link::after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
.nav-tabs.nav-process .nav-item .nav-link::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: rgb(237, 237, 237);
  z-index: 3;
}
.nav-tabs.nav-process .nav-item .nav-link::after {
  content: attr(data-content);
  margin-top: 10px;
}
.nav-tabs.nav-process .nav-item .nav-link:hover {
  z-index: 3;
}
.nav-tabs.nav-process .nav-item.active::before, .nav-tabs.nav-process .nav-item.did::before {
  background-color: var(--skin2);
  z-index: 2;
}
.nav-tabs.nav-process .nav-item.active .nav-link, .nav-tabs.nav-process .nav-item.did .nav-link {
  color: var(--skin2);
}
.nav-tabs.nav-process .nav-item.did .nav-link::before {
  content: "\f00c";
  font-family: "FontAwesome";
  background-color: var(--skin2);
}
.nav-tabs.nav-process .nav-item.active .nav-link::before {
  background-color: #fff;
  border: solid 7.5px var(--skin2);
}
.nav-tabs.nav-process.cols-5 .nav-item {
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
}
.nav-tabs.nav-process.cols-3 .nav-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
}
@media (max-width: 767px) {
  .nav-tabs.nav-process {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .nav-tabs.nav-process .nav-item .nav-link {
    font-size: 13px;
  }
}
.nav-tabs.nav-process-d2 {
  flex-wrap: nowrap;
  position: relative;
  justify-content: center;
  border-bottom: none;
  /* &::before{content:'';position:absolute;width:100%;height:4px;border-radius:2px;background-color:color(gray-m);left:0;top:14px;} */
}
.nav-tabs.nav-process-d2 .nav-item {
  flex: 1 1 auto;
  position: relative;
  padding: 0 1rem;
}
.nav-tabs.nav-process-d2 .nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgb(237, 237, 237);
  right: 50%;
  top: 14px;
  z-index: -1;
}
.nav-tabs.nav-process-d2 .nav-item:not(:nth-child(2))::before {
  width: calc(100% + 30px);
}
.nav-tabs.nav-process-d2 .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: rgb(128, 128, 128);
  position: relative;
  background-color: rgb(237, 237, 237);
  border-radius: 18px;
  height: 36px;
}
.nav-tabs.nav-process-d2 .nav-item .nav-link::before, .nav-tabs.nav-process-d2 .nav-item .nav-link::after {
  display: block;
}
.nav-tabs.nav-process-d2 .nav-item .nav-link::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  color: #fff;
  line-height: 1;
  background-color: #fff;
  border: solid 3px #fff;
  margin-right: 5px;
  z-index: 3;
}
.nav-tabs.nav-process-d2 .nav-item .nav-link::after {
  content: attr(data-content);
}
.nav-tabs.nav-process-d2 .nav-item.active .nav-link, .nav-tabs.nav-process-d2 .nav-item.did .nav-link {
  background-color: rgb(51, 164, 210);
  color: #fff;
}
.nav-tabs.nav-process-d2 .nav-item.active {
  z-index: auto;
}
.nav-tabs.nav-process-d2 .nav-item.active::before {
  background-color: rgb(51, 164, 210);
}
.nav-tabs.nav-process-d2 .nav-item.active .nav-link {
  z-index: 2;
}
.nav-tabs.nav-process-d2 .nav-item.did .nav-link::before {
  content: "\f00c";
  font-family: "FontAwesome";
  background-color: #fff;
  color: rgb(51, 164, 210);
  font-size: 12px;
}
.nav-tabs.nav-process-d2 .nav-item.active .nav-link::before {
  background-color: transparent;
}
.nav-tabs.nav-process-d2.d3 .nav-item {
  padding: 0 0.25rem;
}
.nav-tabs.nav-process-d2.d3 .nav-item::before {
  width: 50%;
  left: -25%;
  right: auto;
}
@media (min-width: 992px) {
  .nav-tabs.nav-process-d2.d3 .nav-item .nav-link {
    font-size: 16px;
  }
}
.nav-tabs.nav-process-d2.d3 .nav-item.active::before, .nav-tabs.nav-process-d2.d3 .nav-item.did::before {
  background-color: rgb(50, 150, 100);
}
.nav-tabs.nav-process-d2.d3 .nav-item.active .nav-link, .nav-tabs.nav-process-d2.d3 .nav-item.did .nav-link {
  background-color: rgb(50, 150, 100);
}
.nav-tabs.nav-process-d2.d3 .nav-item.did .nav-link::before {
  color: rgb(50, 150, 100);
}
.nav-tabs.nav-process-d2.custom-scroll {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .nav-tabs.nav-process-d2.cols-5 .nav-item {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .nav-tabs.nav-process-d2 .nav-item {
    flex: 1 1 auto;
    max-width: none;
    width: auto;
    padding: 0 0.5rem;
  }
  .nav-tabs.nav-process-d2 .nav-item .nav-link {
    font-size: 14px;
  }
  .nav-tabs.nav-process-d2 .nav-item:not(.active) .nav-link::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .nav-tabs.nav-process-d2 .nav-item {
    flex: 1 1 auto !important;
    max-width: none !important;
    width: auto !important;
    padding: 0 0.25rem;
  }
  .nav-tabs.nav-process-d2 .nav-item .nav-link::before {
    display: none;
  }
  .nav-tabs.nav-process-d2 .nav-item:not(.active) .nav-link {
    margin: 0 auto;
  }
  .nav-tabs.nav-process-d2 .nav-item:not(.active) .nav-link::after {
    font-size: 12px;
  }
}

.image-background {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.image-background * {
  transition: all 0.3s;
}
.image-background > img, .image-background > .img {
  width: 100%;
  height: auto;
  opacity: 0;
}
.image-background .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  z-index: 4;
}
.image-background.contain {
  background-size: contain;
}
.image-background.auto {
  background-size: auto;
}
.image-background.circle {
  border-radius: 100%;
}
.image-background.user::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/icon/user-line.svg?ver=20241020) no-repeat 50% 50%;
  background-size: 25%;
  opacity: 0.25;
}

.watermark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo-white.svg) no-repeat 90% 10%;
  background-size: 25% auto;
  opacity: 0.4;
  z-index: 3;
}
.watermark.contain::before {
  background-position: 50% 10%;
}

.cert-wrap {
  white-space: pre-wrap;
}

.custom-scroll {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.custom-scroll.x-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.custom-scroll.y-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-scroll::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background-color: var(--skin-gray);
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--skin-light);
  border: 1px solid var(--skin-light2);
}
.custom-scroll.min, .custom-scroll.prgs {
  padding-bottom: 1px;
}
.custom-scroll.min::-webkit-scrollbar, .custom-scroll.prgs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

@keyframes bounce2 {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-25px);
  }
}
.table-responsive, #schedule_slide {
  position: relative;
  overflow: visible;
}
@media (max-width: 575px) {
  .table-responsive::before, #schedule_slide::before {
    content: "";
    background: var(--skin) url(../images/icon/x-scroll.svg) no-repeat 50% 50%;
    background-size: auto 16px;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 32px;
    border-radius: 16px;
    left: 10%;
    z-index: 3;
    animation-name: bounce2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
  }
  .table-responsive:hover::before, #schedule_slide:hover::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .table-responsive::before {
    top: 10px;
  }
}

@media (max-width: 575px) {
  #schedule_slide::before {
    top: 30px;
  }
}

.dropdown > .btn {
  border-color: rgb(100, 100, 100);
}
.dropdown hr {
  border-color: rgb(237, 237, 237);
}
.dropdown .dropdown-menu {
  min-width: auto;
  max-width: 110px;
  border: 1px solid rgb(100, 100, 100);
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 3px 12px;
  font-weight: 400;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus {
  font-weight: 400;
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: var(--skin) !important;
  color: #fff;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgb(237, 237, 237);
}
.dropdown .dropdown-menu .dropdown-item .flag-icon {
  flex: 0 0 16px;
  width: 16px;
  margin: 0 3px 0 -6px;
}

.bootstrap-select .dropdown-toggle {
  padding: 10px 12px;
  line-height: 1.2;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted var(--skin) !important;
}
.bootstrap-select .dropdown-menu {
  max-width: none;
  width: 100%;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
}

/* header */
#header {
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 1039;
  transition: all 0.3s;
}
#header .navbar-brand, #header .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
  height: 80px;
}
@media (max-width: 767px) {
  #header .navbar-brand, #header .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
    height: 60px;
  }
}
#header .navbar-brand {
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
  width: 180px;
  background: url(../images/logo.svg?ver=20250630) no-repeat 0% 50%;
  background-size: contain;
}
@media (max-width: 1199px) {
  #header .navbar-brand {
    width: 180px;
  }
}
@media (max-width: 991px) {
  #header .navbar-brand {
    width: 170px;
  }
}
@media (max-width: 767px) {
  #header .navbar-brand {
    width: 160px;
  }
}
@media (max-width: 575px) {
  #header .navbar-brand {
    width: 140px;
  }
}
#header .navbar-toggler {
  z-index: 9;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 50px;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
#header .navbar-toggler * {
  transition: all 0.3s;
}
#header .navbar-toggler > span.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 15px;
  height: 2px;
  left: 0;
  background-color: rgb(0, 0, 0);
}
#header .navbar-toggler > span.navbar-toggler-icon::before, #header .navbar-toggler > span.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: rgb(0, 0, 0);
  left: 0px;
}
#header .navbar-toggler > span.navbar-toggler-icon::before {
  top: -8px;
}
#header .navbar-toggler > span.navbar-toggler-icon::after {
  top: 8px;
}
#header .navbar-toggler[aria-expanded=true] span {
  background: transparent !important;
}
#header .navbar-toggler[aria-expanded=true] span::before, #header .navbar-toggler[aria-expanded=true] span::after {
  opacity: 1;
}
#header .navbar-toggler[aria-expanded=true] span::before {
  transform: translateY(8px) rotate(45deg);
}
#header .navbar-toggler[aria-expanded=true] span::after {
  transform: translateY(-8px) rotate(-45deg);
}
#header .navbar-toggler.sitemap {
  display: none;
}
@media (min-width: 992px) {
  #header .navbar-toggler.default {
    display: none;
  }
  #header .navbar-toggler.sitemap {
    display: inline-flex;
  }
}
#header .top-member {
  display: flex;
  margin-left: auto;
}
#header .top-member .login-time-wrap {
  background-color: var(--skin-light);
  color: var(--skin2);
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#header .top-member .login-time-wrap .login-time {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  font-weight: 400;
}
#header .top-member .login-time-wrap .login-time::before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#header .top-member .login-time-wrap .login-time::before {
  content: "\e66e";
  font-family: "themify";
  margin-right: 5px;
}
#header .top-member .login-time-wrap .btn {
  background-color: var(--skin2);
  color: #fff;
  height: 40px;
  border-radius: 20px;
  padding: 8px 15px;
  display: inline-flex;
  align-items: center;
}
#header .top-member .btn {
  font-size: 14px;
  min-height: 40px;
  white-space: nowrap;
}
#header .top-member .btn.btn-logout, #header .top-member .btn.btn-login, #header .top-member .btn.btn-signin {
  display: inline-flex;
  align-items: center;
  border: solid 1px rgb(100, 100, 100);
  color: rgb(100, 100, 100);
  padding: 8px 15px;
  border-radius: 30px;
  margin-left: 5px;
}
#header .top-member .btn.btn-logout::after, #header .top-member .btn.btn-login::after, #header .top-member .btn.btn-signin::after {
  content: "";
}
#header .top-member .btn.btn-login::before, #header .top-member .btn.btn-signin::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 3px;
}
#header .top-member .btn.btn-logout::after {
  content: "\e682";
  font-family: "themify";
  margin-left: 3px;
}
#header .top-member .btn.btn-login::before {
  content: "\f2c0";
}
#header .top-member .btn.btn-signin::before {
  content: "\f090";
}
#header .top-member .btn.btn-tabs {
  display: inline-flex;
  align-items: center;
  border: solid 2px var(--skin);
  color: rgb(0, 0, 0);
  padding: 8px 15px;
  border-radius: 30px;
  margin: auto 10px;
}
#header .top-member .btn.btn-tabs.active {
  background-color: var(--skin);
  color: #fff;
  padding-left: 0;
}
#header .top-member .btn.btn-tabs.active::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  margin: auto 10px;
  content: "\f00c";
  font-family: "FontAwesome";
  color: var(--skin);
}
#header .header-top .top-bar {
  height: 40px;
  background-color: var(--skin-light);
  border-bottom: 1px solid var(--skin-gray);
  padding: 8px 0;
  font-size: 14px;
}
#header .header-top .top-bar .util > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid rgb(100, 100, 100);
}
#header .header-top .top-bar .util > a + a {
  margin-left: 3px;
}
#header .header-top .top-bar .util > a::before, #header .header-top .top-bar .util > a::after {
  font-family: "themify";
  content: "";
  display: block;
}
#header .header-top .top-bar .util > a.text-plus::before {
  content: "\e61a";
}
#header .header-top .top-bar .util > a.text-minus::before {
  content: "\e622";
}
#header .header-top .top-bar .util > a.link::before {
  content: "\e72e";
}
#header .header-top .top-bar .util > a.print::before {
  content: "\e681";
}
@media (max-width: 575px) {
  #header .header-top .top-bar {
    font-size: 12px;
    letter-spacing: -0.05rem;
  }
  #header .header-top .top-bar .util > a + a {
    margin-left: 1px;
  }
}
#header .header-top .top-info {
  height: 110px;
  display: flex;
  align-items: center;
  position: relative;
}
#header .header-top .top-info ul, #header .header-top .top-info li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .header-top .top-info .nav-tabs {
  border: none;
  font-size: 1.1rem;
}
#header .header-top .top-info .nav-tabs .nav-item > ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 2px 2px 2px 20px;
  border-radius: 25px;
  border: solid 3px var(--in-03);
}
#header .header-top .top-info .nav-tabs .nav-item > ul h6 {
  font-weight: 400;
  color: var(--in-03);
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  margin-right: 10px;
}
#header .header-top .top-info .nav-tabs .nav-item > ul > li .nav-link {
  border: 1px solid rgb(128, 128, 128);
  color: rgb(128, 128, 128);
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#header .header-top .top-info .nav-tabs .nav-item > ul > li + li {
  margin-left: 2px;
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(1) > .nav-link {
  border-color: var(--in-01);
  color: var(--in-01);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(1) .nav-link.active {
  background-color: var(--in-01) !important;
  border-color: var(--in-01);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(1) .nav-link.active::before {
  color: var(--in-01);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(2) > .nav-link {
  border-color: var(--in-02);
  color: var(--in-02);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(2) .nav-link.active {
  background-color: var(--in-02) !important;
  border-color: var(--in-02);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(2) .nav-link.active::before {
  color: var(--in-02);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(3) > .nav-link {
  border-color: var(--in-03);
  color: var(--in-03);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(3) .nav-link.active {
  background-color: var(--in-03) !important;
  border-color: var(--in-03);
}
#header .header-top .top-info .nav-tabs .nav-item:nth-child(3) .nav-link.active::before {
  color: var(--in-03);
}
#header .header-top .top-info .nav-tabs .nav-item .nav-link {
  height: 100%;
  border-radius: 25px;
  background-color: #fff;
  border: 3px solid transparent;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  box-shadow: none;
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
}
#header .header-top .top-info .nav-tabs .nav-item .nav-link .dropdown {
  font-size: 16px;
  font-family: "Pretendard";
  margin-left: 10px;
}
#header .header-top .top-info .nav-tabs .nav-item .nav-link .dropdown .dropdown-toggle, #header .header-top .top-info .nav-tabs .nav-item .nav-link .dropdown > a {
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
}
#header .header-top .top-info .nav-tabs .nav-item .nav-link .dropdown .dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  font-size: 16px;
  margin-top: 3px;
  box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.1);
  border-color: var(--skin);
}
#header .header-top .top-info .nav-tabs .nav-item .nav-link.active {
  z-index: 3;
  color: #fff;
  padding-left: 0;
}
#header .header-top .top-info .nav-tabs .nav-item .nav-link.active::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  margin: auto 10px;
  content: "\f00c";
  font-family: "FontAwesome";
}
#header .header-top .top-info .nav-tabs .nav-item + .nav-item {
  margin-left: 5px;
}
#header .header-top .top-info .bootstrap-select, #header .header-top .top-info .dropdown {
  max-width: 120px;
}
#header .header-top .top-info .bootstrap-select .dropdown-toggle, #header .header-top .top-info .dropdown .dropdown-toggle {
  padding: 10px 10px;
  border-radius: 30px;
}
#header .header-top .top-info .bootstrap-select > .dropdown-menu, #header .header-top .top-info .dropdown > .dropdown-menu {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 3px;
}
#header .header-top .top-info .bootstrap-select .dropdown-item, #header .header-top .top-info .dropdown .dropdown-item {
  padding: 6px 12px;
}
#header .header-top .top-info .bootstrap-select .dropdown-item.opt, #header .header-top .top-info .dropdown .dropdown-item.opt {
  padding-top: 3px;
  padding-bottom: 3px;
}
#header .header-top .top-info .bootstrap-select .dropdown-divider, #header .header-top .top-info .dropdown .dropdown-divider {
  border-color: rgb(179, 179, 179);
}
#header .header-top .top-info .bootstrap-select .dropdown-header, #header .header-top .top-info .dropdown .dropdown-header {
  padding: 6px 12px;
}
@media (max-width: 1399px) {
  #header .header-top .top-info .nav-tabs {
    font-size: 1rem;
  }
  #header .header-top .top-info .nav-tabs .nav-item .nav-link {
    padding: 7px 15px;
  }
  #header .header-top .top-info .top-member h6 {
    display: none;
  }
}
@media (max-width: 1199px) {
  #header .header-top .top-info .top-member h6 {
    display: none !important;
  }
  #header .header-top .top-info .top-member .btn {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #header .header-top .top-info .top-member {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .header-top .top-info {
    height: 90px;
    z-index: 0;
  }
}
@media (max-width: 575px) {
  #header .header-top .top-info {
    height: 70px;
  }
  #header .header-top .top-info .bootstrap-select {
    max-width: 100px;
  }
  #header .header-top .top-info .bootstrap-select * {
    font-size: 16px;
  }
  #header .header-top .top-info .bootstrap-select *, #header .header-top .top-info .dropdown * {
    font-size: 14px;
  }
}
#header .navbar-custom {
  width: 100%;
  padding: 0 0;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  flex-wrap: nowrap;
  align-items: stretch;
  transition: all 0.3s;
  background-color: var(--skin);
  z-index: 1020;
}
#header .navbar-custom > .navbar-collapse {
  align-items: stretch;
  width: 100%;
  max-width: none;
}
#header .navbar-custom #navigation {
  position: relative;
  display: flex;
  padding-bottom: 0;
}
#header .navbar-custom #navigation .navbar-nav {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: center;
  width: 100%;
}
#header .navbar-custom #navigation .navbar-nav .nav-item {
  position: relative;
  text-align: center;
  flex: 1 1 auto;
  max-width: 250px;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  font-size: 18px;
  padding: 20px 22px;
  text-transform: capitalize;
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  font-weight: 500;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link:hover, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link:active, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.active {
  color: var(wh);
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  border-radius: 1px;
  left: 15px;
  bottom: 10px;
  background-color: #fff;
}
@media (max-width: 991px) {
  #header .navbar-custom #navigation .navbar-nav .nav-item {
    max-width: none;
  }
}
#header .navbar-custom #navigation .navbar-nav .nav-sub {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  max-width: none;
}
#header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link {
  text-align: left;
  padding: 5px 15px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
#header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 0%;
  height: 1px;
  border-radius: 1px;
  background-color: var(--skin);
  opacity: 0;
  transition: all 0.3s;
}
#header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link:hover, #header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link.active {
  color: var(--skin);
}
#header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link:hover::after, #header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link.active::after {
  opacity: 1;
  width: calc(100% - 30px);
}
@media (max-width: 1199px) {
  #header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #header .navbar-custom #navigation .navbar-nav {
    padding-right: 50px;
  }
}
#header .navbar-custom #navigation .navbar-toggler {
  position: absolute;
  right: 15px;
  top: 15px;
}
#header .navbar-custom .top-member {
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}
@media (min-width: 992px) {
  #header .navbar-custom .top-member {
    display: none;
  }
}
#header .nav-language .dropdown .dropdown-menu {
  border-top-color: transparent;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#header .nav-language .dropdown.show {
  z-index: 1021;
}
#header .btn-sitemap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 10px;
}
#header .btn-sitemap::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background: url(../themify-icons/SVG/view-list.svg) no-repeat 50% 50%;
  background-size: auto;
}
@media (min-width: 992px) {
  #header .btn-sitemap {
    display: none;
  }
}
#header.fixed .navbar-custom {
  position: fixed;
}
#header.sticky .navbar-custom {
  position: sticky;
}
#header.fixed .nav-language .dropdown > .btn, #header.fixed .nav-language .dropdown .dropdown-menu, #header.sticky .nav-language .dropdown > .btn, #header.sticky .nav-language .dropdown .dropdown-menu {
  color: rgb(0, 0, 0);
  border-color: rgb(179, 179, 179);
  background-color: #fff;
}
#header.fixed .nav-language .dropdown .dropdown-menu .dropdown-item, #header.sticky .nav-language .dropdown .dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
}
#header.fixed .nav-language .dropdown .dropdown-menu .dropdown-item:hover, #header.sticky .nav-language .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--skin);
}
@media (min-width: 992px) {
  #header {
    margin-bottom: 80px;
  }
  #header.show .navbar-custom {
    border-bottom: solid 1px var(--skin);
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item {
    height: 100%;
    transition: background-color 0.3s;
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item + .nav-item {
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item .nav-sub {
    height: auto;
    opacity: 1;
    padding: 0 0 30px 0;
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active {
    background-color: #fff;
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-link {
    color: rgb(0, 0, 0) !important;
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-link:hover {
    color: var(--skin) !important;
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link {
    color: rgb(0, 0, 0);
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link::before, #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link::after {
    background-color: var(--skin);
    opacity: 1;
  }
  #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link:hover, #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link.active {
    color: var(--skin);
  }
}
@media (max-width: 991px) {
  #header {
    height: 130px;
  }
  #header .navbar-custom #navigation {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    transition: all 0.3s;
    display: block;
    z-index: 1022;
  }
  #header .navbar-custom #navigation::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background: url(../images/logo.svg?ver=20250630) no-repeat 50% 50%;
    background-size: auto 40px;
    margin: 30px auto;
  }
  #header .navbar-custom #navigation.show {
    left: 0;
  }
  #header .navbar-custom #navigation .navbar-nav {
    justify-content: flex-start;
    margin-left: 0;
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item {
    flex: none;
    height: auto;
    border-bottom: solid 1px rgb(51, 51, 51);
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link {
    justify-content: flex-start;
    padding: 10px 20px;
    color: rgb(0, 0, 0);
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item.dropdown .nav-link {
    display: flex;
    align-items: center;
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item.dropdown .nav-link::after {
    content: "\e64b";
    font-family: "themify";
    margin-left: auto;
    color: rgb(100, 100, 100);
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item.dropdown.active .nav-link {
    display: flex;
    align-items: center;
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item.dropdown.active .nav-link::after {
    content: "\e648";
  }
  #header .navbar-custom #navigation .navbar-nav .nav-sub {
    display: none;
    height: auto;
    margin-left: 0;
    padding-bottom: 1rem;
  }
  #header .navbar-custom #navigation .navbar-nav .nav-sub.show {
    display: block;
  }
  #header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link {
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 575px) {
  #header {
    height: 110px;
  }
}
#header.simple {
  height: auto;
  margin-bottom: 0;
}
#header.simple .top-info {
  min-height: 80px;
  height: auto;
}
#header.simple .navbar-brand {
  background-size: 90%;
}
#header.lang .navbar-brand {
  background-image: url(../images/logo-lang.svg);
  width: 240px;
}

#footer {
  background-color: #fff;
  border-top: solid 1px rgb(179, 179, 179);
}
#footer .footer-brand {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 145px;
  height: 45px;
  background: url(../images/logo.svg?ver=20250401) no-repeat 0% 50%;
  background-size: contain;
}
#footer .footer-info {
  padding: 1.5rem 0;
  font-size: 14px;
}
#footer .footer-info .footer-sns {
  display: flex;
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  text-align: center;
  justify-content: center;
}
#footer .footer-info .footer-sns > li {
  padding: 0 5px;
}
#footer .footer-info .footer-sns > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  padding: 15px 0;
  border: 1px solid rgb(100, 100, 100);
  border-radius: 100%;
  line-height: 1;
  font-size: 12px;
}
#footer .footer-info .footer-sns > li > a + a {
  margin-left: 5px;
}
#footer .footer-info .footer-sns > li > a::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 2rem;
}
#footer .footer-info .footer-sns > li > a.location::before {
  content: "\f041";
}
#footer .footer-info .footer-sns > li > a.call::before {
  content: "\f095";
}
#footer .footer-info .footer-sns > li > a.tv::before {
  content: "\f16a";
  color: rgb(255, 0, 0);
}
@media (min-width: 992px) {
  #footer .footer-info .footer-sns > li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
#footer .footer-info .dropdown-toggle {
  width: 180px;
  height: 60px;
  border-radius: 40px;
}
#footer .footer-info .dropdown-toggle::after {
  margin: 0;
  padding: 0;
  border: none;
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: auto;
}
@media (max-width: 575px) {
  #footer .footer-info .dropdown-toggle {
    width: 260px;
    height: 40px;
  }
}
#footer .footer-info .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
#footer .footer-info .dropdown {
  width: auto;
}
#footer .footer-info .dropdown > .dropdown-menu {
  border-radius: 15px;
  margin-bottom: 10px;
}
@media (min-width: 1400px) {
  #footer .footer-info {
    font-size: 16px;
  }
}
#footer .footer-footer {
  background-color: rgb(51, 51, 51);
  color: #fff;
  padding: 1.5rem 0;
  font-weight: 300;
}
#footer .footer-footer .footer-link {
  display: flex;
  align-items: center;
}
#footer .footer-footer .footer-link a {
  color: #fff;
  position: relative;
  font-size: 1.1rem;
}
#footer .footer-footer .footer-link a + a {
  padding-left: 10px;
  margin-left: 10px;
}
#footer .footer-footer .footer-link a + a::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #footer .footer-footer .footer-link a {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  #footer .footer-footer .footer-link {
    font-size: 12px;
  }
  #footer .footer-footer .footer-link a {
    font-size: 0.8rem;
  }
}

#scroll_nav {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
#scroll_nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0;
  color: #fff;
}
#scroll_nav a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0.5;
}
#scroll_nav a.active {
  font-size: 14px;
}
#scroll_nav a.active::after {
  opacity: 1;
  height: 30px;
}

.sns-wrap {
  position: fixed;
  width: 80px;
  right: 5px;
  bottom: -35px;
  z-index: 5;
  transition: all 0.6s;
}
.sns-wrap a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80px;
  border-radius: 100%;
}
.sns-wrap a.social_link::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 40px;
  width: 100%;
  height: 65%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 50%;
}
.sns-wrap a.social_link::after {
  content: attr(data-title);
  font-size: 12px;
  font-weight: 500;
}
.sns-wrap a.social_link.instagram {
  background-color: rgb(51, 51, 51);
  color: #fff;
}
.sns-wrap a.social_link.instagram::before {
  content: "\f16d";
}
.sns-wrap a.social_link.kakaotalk {
  background-color: rgb(255, 238, 0);
}
.sns-wrap a.social_link.kakaotalk::before {
  background-image: url(../images/icon/symbol-kakao-brown.svg);
}
.sns-wrap a.social_link.kakaotalk::after {
  color: rgb(62, 25, 54);
}
.sns-wrap a.social_link.phone {
  background-color: #fff;
  color: rgb(51, 51, 51);
  border: 1px solid rgb(237, 237, 237);
}
.sns-wrap a.social_link.phone::before {
  content: "\f095";
}
.sns-wrap a + a {
  margin-top: 5px;
}
.sns-wrap a#back_to_top {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
}
.sns-wrap.show {
  bottom: 5px;
}
.sns-wrap.show #back_to_top {
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .sns-wrap {
    width: 60px;
  }
  .sns-wrap a {
    height: 60px;
  }
  .sns-wrap a.social_link::before {
    height: 100%;
    background-position: 50% 50%;
    font-size: 32px;
    align-items: center;
  }
  .sns-wrap a.social_link::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .sns-wrap {
    width: 48px;
  }
  .sns-wrap a {
    height: 48px;
  }
  .sns-wrap a.social_link::before {
    font-size: 24px;
  }
  .sns-wrap a.social_link.instagram::before {
    font-size: 28px;
  }
  .sns-wrap a.social_link.kakaotalk::before {
    background-size: 60%;
  }
  .sns-wrap a.social_link.navertalk::before {
    background-size: 50%;
  }
}

.checkbox, .radio {
  padding: 0 0 0 0;
  line-height: 20px;
  position: relative;
  align-items: center;
}
.checkbox *, .radio * {
  line-height: 20px;
}
.checkboxspan, .radiospan {
  display: inline-flex;
}
.checkbox input, .radio input {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
.checkbox label, .radio label {
  position: relative;
  padding-left: 25px;
  color: rgb(0, 0, 0);
}
.checkbox label::before, .checkbox label::after, .radio label::before, .radio label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.checkbox label::before, .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.15s ease-in-out;
  border: solid 1px rgb(179, 179, 179);
  border-radius: 1px;
  background-color: #fff;
}
.checkbox.checkbox-inline + .checkbox-inline, .checkbox.radio-inline + .radio-inline, .radio.checkbox-inline + .checkbox-inline, .radio.radio-inline + .radio-inline {
  margin-left: 10px;
}
.checkbox input:checked + label::before, .radio input:checked + label::before {
  background-color: var(--skin);
  border-color: var(--skin);
  color: #fff;
}
.checkbox.checkbox-toggle, .checkbox.radio-toggle, .radio.checkbox-toggle, .radio.radio-toggle {
  white-space: nowrap;
  margin-left: -1px;
  display: inline-flex;
}
.checkbox.checkbox-toggle label, .checkbox.radio-toggle label, .radio.checkbox-toggle label, .radio.radio-toggle label {
  display: flex;
  border: 1px solid rgb(179, 179, 179);
  align-items: center;
  padding: 5px;
  padding-right: 10px;
  border-radius: 20px;
  transition: all 0.3s;
}
.checkbox.checkbox-toggle label::before, .checkbox.checkbox-toggle label::after, .checkbox.radio-toggle label::before, .checkbox.radio-toggle label::after, .radio.checkbox-toggle label::before, .radio.checkbox-toggle label::after, .radio.radio-toggle label::before, .radio.radio-toggle label::after {
  display: none;
}
.checkbox.checkbox-toggle label > span, .checkbox.radio-toggle label > span, .radio.checkbox-toggle label > span, .radio.radio-toggle label > span {
  position: relative;
  background-color: rgb(247, 247, 247);
  border: solid 1px rgb(237, 237, 237);
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  border-radius: 100%;
}
.checkbox.checkbox-toggle input:checked + label, .checkbox.radio-toggle input:checked + label, .radio.checkbox-toggle input:checked + label, .radio.radio-toggle input:checked + label {
  background-color: var(--skin);
  border-color: var(--skin);
  color: #fff;
}
.checkbox.checkbox-toggle input:checked + label > span::after, .checkbox.radio-toggle input:checked + label > span::after, .radio.checkbox-toggle input:checked + label > span::after, .radio.radio-toggle input:checked + label > span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  color: var(--skin);
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox.checkbox-full, .checkbox.radio-full, .radio.checkbox-full, .radio.radio-full {
  white-space: nowrap;
}
.checkbox.checkbox-full label, .checkbox.radio-full label, .radio.checkbox-full label, .radio.radio-full label {
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 34px;
  padding: 4px 8px;
  border-radius: 0;
  padding: 0;
  font-weight: 500;
  border: solid 1px rgb(179, 179, 179);
  padding-left: 34px;
}
.checkbox.checkbox-full label::before, .checkbox.checkbox-full label::after, .checkbox.radio-full label::before, .checkbox.radio-full label::after, .radio.checkbox-full label::before, .radio.checkbox-full label::after, .radio.radio-full label::before, .radio.radio-full label::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px !important;
  top: 5px !important;
}
.checkbox.checkbox-full label::before, .checkbox.radio-full label::before, .radio.checkbox-full label::before, .radio.radio-full label::before {
  border: solid 1px rgb(128, 128, 128);
  z-index: 0;
}
.checkbox.checkbox-full input:checked + label, .checkbox.radio-full input:checked + label, .radio.checkbox-full input:checked + label, .radio.radio-full input:checked + label {
  background-color: var(--skin);
  border-color: var(--skin);
  color: #fff;
}
.checkbox.checkbox-full input:checked + label::before, .checkbox.radio-full input:checked + label::before, .radio.checkbox-full input:checked + label::before, .radio.radio-full input:checked + label::before {
  background-color: var(--skin-light);
}
.checkbox.checkbox-full input:checked + label::after, .checkbox.radio-full input:checked + label::after, .radio.checkbox-full input:checked + label::after, .radio.radio-full input:checked + label::after {
  color: var(--skin);
}

.radio-answer {
  white-space: nowrap;
}
.radio-answer input {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
.radio-answer label {
  position: relative;
  min-height: 32px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 4px 1px;
}
.radio-answer label::before, .radio-answer label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: auto;
}
.radio-answer label::before {
  content: "";
  border-radius: 100%;
  border: solid 1px rgb(128, 128, 128);
  z-index: 0;
}
.radio-answer label::after {
  content: attr(data-title);
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.radio-answer input:checked + label {
  background-color: rgba(248, 12, 12, 0.2);
}
.radio-answer input:checked + label::before {
  border-color: rgb(128, 0, 0);
}
.radio-answer input:checked + label::after {
  color: rgb(128, 0, 0);
  font-weight: 700;
}
.radio-answer.correct input:checked + label {
  background-color: var(--skin-light2);
}
.radio-answer.correct input:checked + label::before {
  border-color: var(--skin);
}
.radio-answer.correct input:checked + label::after {
  color: var(--skin);
  font-weight: 700;
}

.checkbox input:checked + label::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  left: 0px;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.radio label::before {
  border-radius: 100%;
}
.radio input:checked + label::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 6px;
  background-color: #fff;
}
.radio input[type=radio], .radio input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
.radio input[type=radio]:disabled, .radio input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.radio input[type=radio]:disabled + label, .radio input[type=checkbox]:disabled + label {
  opacity: 0.65;
}
.radio input[type=radio]:disabled + label::before, .radio input[type=checkbox]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.modal .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.modal .modal-header .close::before, .modal .modal-header .close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  top: 15px;
  background-color: rgb(0, 0, 0);
  transition: all 0.2s, translate 0.2s;
}
.modal .modal-header .close::before {
  transform: rotate(45deg);
}
.modal .modal-header .close::after {
  transform: rotate(-45deg);
}
.modal .modal-header .close.text-wh::before, .modal .modal-header .close.text-wh::after {
  background-color: #fff;
}
.modal .modal-xl {
  max-width: 1200px;
}
.modal .modal-lg {
  max-width: 800px;
}
.modal .modal-md {
  max-width: 600px;
}
.modal .modal-sm {
  max-width: 320px;
}
.modal#alert_modal {
  text-align: center;
}
.modal#alert_modal .modal-content {
  overflow: hidden;
}
.modal#alert_modal .modal-body .m-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  font-size: 1rem;
}
.modal#alert_modal .modal-footer {
  display: block;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.modal#alert_modal .modal-footer > .btn-group {
  margin: 0;
  display: flex;
}

.collapse-group, .step-group {
  position: relative;
}
.collapse-group .collapse-title, .collapse-group .collapse-content, .step-group .collapse-title, .step-group .collapse-content {
  position: relative;
}
.collapse-group .collapse-title, .step-group .collapse-title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.collapse-group .collapse-title::after, .step-group .collapse-title::after {
  content: "\e64b";
  font-family: "themify";
  color: rgb(100, 100, 100);
  margin-left: auto;
}
.collapse-group.show .collapse-title *, .step-group.show .collapse-title * {
  font-weight: 700;
  color: var(--skin);
}
.collapse-group.show .collapse-title::after, .step-group.show .collapse-title::after {
  content: "\e648";
}
.collapse-group.show .collapse-menu, .step-group.show .collapse-menu {
  display: block;
}
.collapse-group .qa_q, .collapse-group .qa_a, .step-group .qa_q, .step-group .qa_a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.collapse-group .qa_q::before, .collapse-group .qa_a::before, .step-group .qa_q::before, .step-group .qa_a::before {
  content: "";
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}
.collapse-group .qa_q::before, .step-group .qa_q::before {
  content: "Q";
}
.collapse-group .qa_a::before, .step-group .qa_a::before {
  content: "A";
}

.btn-collapse-toggle::after {
  content: "\e64b";
  font-family: "themify";
  margin-left: 1rem;
}
.btn-collapse-toggle[aria-expanded=true]::after {
  content: "\e648";
}

.btn-collapse-folder::before {
  content: "\f114";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
}
.btn-collapse-folder::after {
  content: attr(data-false);
}
.btn-collapse-folder.show::before, .btn-collapse-folder[aria-expanded=true]::before {
  content: "\f115";
}
.btn-collapse-folder.show::after, .btn-collapse-folder[aria-expanded=true]::after {
  content: attr(data-true);
}

.swiper .swiper-container {
  max-height: 100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: transparent;
  transition: all 0.3s;
}
.swiper .swiper-button-prev::before, .swiper .swiper-button-prev::after, .swiper .swiper-button-next::before, .swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  background-color: rgb(128, 128, 128);
  left: 0;
  top: 50%;
  width: 16px;
  height: 3px;
  margin-top: -1.5px;
  transition: all 0.3s;
}
.swiper .swiper-button-prev:hover::before, .swiper .swiper-button-prev:hover::after, .swiper .swiper-button-next:hover::before, .swiper .swiper-button-next:hover::after {
  background-color: var(--skin);
}
.swiper .swiper-button-prev {
  left: 0;
}
.swiper .swiper-button-prev::before {
  transform: translateX(5px) translateY(5px) rotate(45deg);
}
.swiper .swiper-button-prev::after {
  transform: translateX(5px) translateY(-5px) rotate(-45deg);
}
.swiper .swiper-button-prev:hover {
  transform: translateX(5px);
}
.swiper .swiper-button-next {
  right: 0;
}
.swiper .swiper-button-next::before {
  transform: translateX(5px) translateY(-5px) rotate(45deg);
}
.swiper .swiper-button-next::after {
  transform: translateX(5px) translateY(5px) rotate(-45deg);
}
.swiper .swiper-button-next:hover {
  transform: translateX(-5px);
}
.swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--skin);
}

.keyVisual {
  padding: 0;
  height: 450px;
  background: rgb(229, 229, 229);
  background: linear-gradient(35deg, rgb(229, 229, 229) 0%, rgb(237, 237, 237) 50%, rgb(204, 204, 204) 100%);
}
.keyVisual .text {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  line-height: 1.2;
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(../images/keyvisual-bg-01.png) no-repeat 50% 0;
  background-size: cover;
}
.keyVisual .text .container {
  max-width: 1200px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .keyVisual {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .keyVisual {
    height: 75vw;
  }
  .keyVisual .text {
    background-image: url(../images/keyvisual-bg-m.png);
    background-position: 50% 100%;
    align-items: start;
    padding-bottom: 0;
    padding-top: 3rem;
  }
}

main section, main .section {
  position: relative;
  word-break: keep-all;
}
main section > article, main .section > article {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  main section > article, main .section > article {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  main section > article, main .section > article {
    padding: 70px 0;
  }
}
@media (max-width: 414px) {
  main section > article, main .section > article {
    padding: 60px 0;
  }
}

.content {
  margin-top: -100px;
  padding-bottom: 60px;
  /*@include desktop{min-height:850px;}*/
}
@media (max-width: 767px) {
  .content {
    margin-top: -50px;
  }
}
.content.sub-content {
  margin-top: 0;
}

.container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
.container .container-lg, .container .containner-md {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1400px) {
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 100vw;
  }
}

.container-lg {
  max-width: 1200px;
}

.container-md {
  max-width: 800px;
}

.container-sm {
  max-width: 600px;
}

.breadcrumb-wrap {
  border-bottom: solid 1px var(--skin);
}
.breadcrumb-wrap .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-left: solid 1px rgb(179, 179, 179);
  position: relative;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
  font-family: "themify";
  content: "\e649";
  font-size: 12px;
  color: rgb(128, 128, 128);
  margin-right: 5px;
  padding: 0 !important;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item.home::before {
  content: "\e69b";
}
@media (max-width: 414px) {
  .breadcrumb-wrap .breadcrumb .breadcrumb-item.home {
    font-size: 0;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item.home::before {
    margin-right: 0;
    color: #fff;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item:not(.home)::before {
    display: none;
  }
}
.breadcrumb-wrap > article {
  padding: 0;
}
.breadcrumb-wrap + .content {
  margin-top: 0;
}
.breadcrumb-wrap .dropdown-menu {
  max-width: none;
  width: auto;
  min-width: 100%;
  transform: none !important;
  margin: 0;
  top: 100% !important;
  left: auto !important;
  right: 0;
}
.breadcrumb-wrap .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 4px 8px;
}
@media (max-width: 991px) {
  .breadcrumb-wrap {
    background-color: var(--skin);
    color: #fff;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
  }
}
.breadcrumb-wrap.simple {
  background-color: transparent;
}
.breadcrumb-wrap.simple .breadcrumb .breadcrumb-item {
  padding: 10px 0;
  border-left: none;
  color: rgb(51, 51, 51);
  font-size: 16px;
}
.breadcrumb-wrap.simple .breadcrumb .breadcrumb-item::before {
  margin-right: 5px;
  color: rgb(128, 128, 128);
}
.breadcrumb-wrap.simple .breadcrumb .breadcrumb-item + .breadcrumb-item {
  margin-left: 10px;
}

.title {
  position: relative;
  line-height: 1;
  font-weight: 500;
}
.title::before, .title::after {
  content: "";
}
.title.tit-main {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  letter-spacing: -0.1rem;
  color: var(--skin3);
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.title.tit-bullet {
  padding-left: 18px;
}
.title.tit-bullet::before {
  border-radius: 100%;
  position: absolute;
}
.title.tit-bullet::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid;
  z-index: 1;
  left: 0;
  top: 5px;
}
.title.tit-dot {
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.title.tit-dot::before {
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: var(--skin);
  position: absolute;
  left: 0;
  top: 5px;
}
.title.tit-dot::after {
  flex: 1 1 auto;
  height: 1px;
  border-top: dashed 1px rgb(179, 179, 179);
  right: 0;
  margin-left: 10px;
}

/* table */
:root {
  --widthChk:calc((100% - 40px) * 0.166667);
}

.table {
  margin-bottom: 0;
}
.table th, .table td {
  vertical-align: middle;
  border-bottom: solid 1px rgb(179, 179, 179);
  border-color: rgb(179, 179, 179);
}
.table th.num, .table td.num {
  width: 50px;
  padding-right: 0;
  padding-left: 0;
}
.table th.datetime, .table td.datetime {
  width: 110px;
}
.table th {
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 500;
}
.table td {
  vertical-align: inherit;
}
.table thead tr th {
  background-color: var(--skin-light);
  border-bottom: none;
  vertical-align: inherit;
}
.table thead tr:first-child th {
  border-top: solid 2px var(--skin);
}
.table tbody th {
  color: var(--skin2);
}
.table .checkbox label, .table .radio label {
  position: static;
}
.table.table-bordered {
  border-left: none;
  border-right: none;
}
.table.table-bordered th:first-child, .table.table-bordered td:first-child {
  border-left: none;
}
.table.table-bordered th:last-child, .table.table-bordered td:last-child {
  border-right: none;
}
.table.table-fixed {
  table-layout: fixed;
}
.table .logo {
  width: 200px;
  padding-right: 0;
}
.table .logo img {
  max-height: 50px;
}
.table .star::before {
  font-family: "FontAwesome";
  content: "\f006";
  font-size: 20px;
  color: rgb(51, 51, 51);
}
.table .star.active::before {
  content: "\f005";
  color: rgb(255, 85, 0);
}
@media (max-width: 991px) {
  .table.table-custom {
    display: flex;
    flex-wrap: wrap;
  }
  .table.table-custom > ul, .table.table-custom ul.thead, .table.table-custom ul.tbody {
    border-color: rgb(128, 128, 128);
  }
  .table.table-custom > ul > li [class*=download-btn], .table.table-custom ul.thead > li [class*=download-btn], .table.table-custom ul.tbody > li [class*=download-btn] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .table.table-custom > ul > li.download-btn1, .table.table-custom ul.thead > li.download-btn1, .table.table-custom ul.tbody > li.download-btn1 {
    flex: 0 0 50% !important;
    width: 50% !important;
  }
  .table.table-custom > ul > li.subj, .table.table-custom ul.thead > li.subj, .table.table-custom ul.tbody > li.subj {
    font-weight: 500;
  }
  .table.table-custom.table-pass > ul > li.docs::before, .table.table-custom.table-pass ul.thead > li.docs::before, .table.table-custom.table-pass ul.tbody > li.docs::before {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .table.table-custom.table-pass > ul > li.docs .btn, .table.table-custom.table-pass ul.thead > li.docs .btn, .table.table-custom.table-pass ul.tbody > li.docs .btn {
    padding-right: 0;
    padding-left: 0;
    width: 24%;
  }
  .table.table-custom.table-pass > ul > li.test-subj, .table.table-custom.table-pass ul.thead > li.test-subj, .table.table-custom.table-pass ul.tbody > li.test-subj {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .table.table-custom {
    display: flex;
    flex-wrap: wrap;
  }
  .table.table-custom thead, .table.table-custom tbody, .table.table-custom tfoot {
    display: block;
    text-align: left;
  }
  .table.table-custom thead {
    display: none;
  }
  .table.table-custom tr {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px rgb(51, 51, 51);
  }
  .table.table-custom tr + tr {
    margin-top: 15px;
  }
  .table.table-custom tr td:first-child {
    border-top: none;
  }
  .table.table-custom td.logo {
    width: 30%;
  }
  .table.table-custom td.logo > img {
    max-height: 40px;
  }
  .table.table-custom td.subj {
    width: 70%;
    border-top: none;
    display: flex;
    align-items: center;
  }
  .table.table-custom td.status {
    width: 100%;
  }
  .table.table-custom td.datetime {
    width: 50%;
  }
  .table.table-custom td.datetime1 {
    width: 60%;
    text-align: left;
  }
  .table.table-custom td.datetime2 {
    width: 40%;
    text-align: right;
  }
  .table.table-custom td.num {
    display: none !important;
  }
  .table.table-custom ul.tbody, .table.table-custom .tbody > ul {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .table.table-custom td.logo {
    width: 100%;
    padding-bottom: 0;
  }
  .table.table-custom td.logo > img {
    max-height: 30px;
  }
  .table.table-custom td.subj {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
  .table.table-custom td.status {
    width: 100%;
  }
  .table.table-custom td.datetime {
    width: 50%;
  }
  .table.table-custom td.datetime1 {
    width: 60%;
    text-align: left;
  }
  .table.table-custom td.datetime2 {
    width: 40%;
    text-align: right;
  }
  .table.table-custom td.num + .subj {
    padding-top: 10px;
  }
  .table.table-custom td.datetime {
    width: 100%;
    text-align: right;
  }
  .table.table-custom td.datetime:last-child {
    padding-top: 0;
    border: none;
  }
}
.table > ul, .table ul.thead, .table ul.tbody, .table .tbody > ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
  border-bottom: solid 1px var(--skin-gray);
}
.table > ul > li, .table ul.thead > li, .table ul.tbody > li, .table .tbody > ul > li {
  list-style: none;
  margin: 0;
  padding: 1rem 0.5rem;
}
.table > ul > li.num, .table > ul > li.chk, .table ul.thead > li.num, .table ul.thead > li.chk, .table ul.tbody > li.num, .table ul.tbody > li.chk, .table .tbody > ul > li.num, .table .tbody > ul > li.chk {
  flex: 0 0 50px;
  width: 50px;
}
.table > ul > li.logo, .table ul.thead > li.logo, .table ul.tbody > li.logo, .table .tbody > ul > li.logo {
  flex: 0 0 180px;
  width: 180px;
  text-align: left;
}
.table > ul > li.logo img, .table ul.thead > li.logo img, .table ul.tbody > li.logo img, .table .tbody > ul > li.logo img {
  max-height: 40px;
  max-width: 150px;
  width: auto;
  height: auto;
}
.table > ul > li.datetime, .table > ul > li.type, .table ul.thead > li.datetime, .table ul.thead > li.type, .table ul.tbody > li.datetime, .table ul.tbody > li.type, .table .tbody > ul > li.datetime, .table .tbody > ul > li.type {
  flex: 0 0 130px;
  width: 130px;
  line-height: 1.2;
}
.table > ul > li.datetime.input, .table > ul > li.type.input, .table ul.thead > li.datetime.input, .table ul.thead > li.type.input, .table ul.tbody > li.datetime.input, .table ul.tbody > li.type.input, .table .tbody > ul > li.datetime.input, .table .tbody > ul > li.type.input {
  flex: 0 0 140px;
  width: 140px;
}
.table > ul > li.datetime1, .table ul.thead > li.datetime1, .table ul.tbody > li.datetime1, .table .tbody > ul > li.datetime1 {
  flex: 0 0 180px;
  width: 180px;
}
.table > ul > li.period, .table ul.thead > li.period, .table ul.tbody > li.period, .table .tbody > ul > li.period {
  flex: 0 0 200px;
  width: 200px;
}
.table > ul > li.test-type, .table ul.thead > li.test-type, .table ul.tbody > li.test-type, .table .tbody > ul > li.test-type {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  font-weight: 500;
  font-size: 0.9rem;
}
.table > ul > li.subj, .table ul.thead > li.subj, .table ul.tbody > li.subj, .table .tbody > ul > li.subj {
  flex: 1 1 auto;
  text-align: left;
}
.table > ul > li.subj a, .table ul.thead > li.subj a, .table ul.tbody > li.subj a, .table .tbody > ul > li.subj a {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 1.8rem;
  height: 1.8rem;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.table > ul > li.subj a.link, .table ul.thead > li.subj a.link, .table ul.tbody > li.subj a.link, .table .tbody > ul > li.subj a.link {
  display: flex;
  align-items: center;
}
.table > ul > li.subj.subj2, .table ul.thead > li.subj.subj2, .table ul.tbody > li.subj.subj2, .table .tbody > ul > li.subj.subj2 {
  flex: 0 0 250px;
  width: 250px;
}
.table > ul > li.detail-btn, .table > ul > li.status, .table ul.thead > li.detail-btn, .table ul.thead > li.status, .table ul.tbody > li.detail-btn, .table ul.tbody > li.status, .table .tbody > ul > li.detail-btn, .table .tbody > ul > li.status {
  flex: 0 0 auto;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.table > ul > li.detail-btn, .table ul.thead > li.detail-btn, .table ul.tbody > li.detail-btn, .table .tbody > ul > li.detail-btn {
  width: auto;
  margin-left: auto;
}
.table > ul > li.status, .table ul.thead > li.status, .table ul.tbody > li.status, .table .tbody > ul > li.status {
  flex: 0 0 80px;
  width: 80px;
}
.table > ul > li .btn, .table > ul > li .btn-group, .table ul.thead > li .btn, .table ul.thead > li .btn-group, .table ul.tbody > li .btn, .table ul.tbody > li .btn-group, .table .tbody > ul > li .btn, .table .tbody > ul > li .btn-group {
  white-space: nowrap;
}
.table > ul.thead, .table ul.thead.thead, .table ul.tbody.thead, .table .tbody > ul.thead {
  background-color: var(--skin-light);
  border-top: solid 2px var(--skin);
  font-weight: 500;
  line-height: 1.2;
}
.table > ul.thead > li, .table ul.thead.thead > li, .table ul.tbody.thead > li, .table .tbody > ul.thead > li {
  text-align: center !important;
}
.table > ul.thead > li + li, .table ul.thead.thead > li + li, .table ul.tbody.thead > li + li, .table .tbody > ul.thead > li + li {
  border-left: solid 1px var(--skin-gray);
}
.table > ul.tbody, .table ul.thead.tbody, .table ul.tbody.tbody, .table .tbody > ul.tbody {
  align-items: center;
}
.table > ul[class*=bg-] > li, .table ul.thead[class*=bg-] > li, .table ul.tbody[class*=bg-] > li, .table .tbody > ul[class*=bg-] > li {
  border-bottom-color: rgba(0, 0, 0, 0.15) !important;
}
.table > ul[class*=bg-] > li::before, .table ul.thead[class*=bg-] > li::before, .table ul.tbody[class*=bg-] > li::before, .table .tbody > ul[class*=bg-] > li::before {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .table > ul, .table ul.thead, .table ul.tbody, .table .tbody > ul {
    flex-wrap: wrap;
    border: solid 1px rgb(179, 179, 179);
    padding: 10px 10px;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px 5px;
  }
  .table > ul.thead, .table ul.thead.thead, .table ul.tbody.thead, .table .tbody > ul.thead {
    display: none;
  }
  .table > ul > li, .table ul.thead > li, .table ul.tbody > li, .table .tbody > ul > li {
    width: 100% !important;
    flex: 0 0 100% !important;
    text-align: left;
    padding: 0.25rem 0;
  }
  .table > ul > li:last-child, .table ul.thead > li:last-child, .table ul.tbody > li:last-child, .table .tbody > ul > li:last-child {
    border-bottom: none !important;
  }
  .table > ul > li.num, .table ul.thead > li.num, .table ul.tbody > li.num, .table .tbody > ul > li.num {
    display: none !important;
  }
  .table > ul > li.logo, .table ul.thead > li.logo, .table ul.tbody > li.logo, .table .tbody > ul > li.logo {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
  .table > ul > li.logo img, .table ul.thead > li.logo img, .table ul.tbody > li.logo img, .table .tbody > ul > li.logo img {
    max-height: 32px;
  }
  .table > ul > li.subj, .table ul.thead > li.subj, .table ul.tbody > li.subj, .table .tbody > ul > li.subj {
    display: block;
    width: 100% !important;
    display: block;
    font-weight: 500;
  }
  .table > ul > li.status, .table ul.thead > li.status, .table ul.tbody > li.status, .table .tbody > ul > li.status {
    width: auto;
    flex: 0 0 auto;
  }
  .table > ul > li.detail-btn, .table > ul > li.status, .table ul.thead > li.detail-btn, .table ul.thead > li.status, .table ul.tbody > li.detail-btn, .table ul.tbody > li.status, .table .tbody > ul > li.detail-btn, .table .tbody > ul > li.status {
    padding-top: 0;
    margin-top: auto;
  }
  .table > ul > li.cate, .table ul.thead > li.cate, .table ul.tbody > li.cate, .table .tbody > ul > li.cate {
    flex: 0 0 auto !important;
    width: auto !important;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: var(--skin-light2);
    color: var(--skin);
  }
  .table > ul > li[data-title]::before, .table ul.thead > li[data-title]::before, .table ul.tbody > li[data-title]::before, .table .tbody > ul > li[data-title]::before {
    content: attr(data-title);
    margin-right: 5px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 10px;
    background-color: var(--skin-light);
  }
  .table > ul > li .star, .table ul.thead > li .star, .table ul.tbody > li .star, .table .tbody > ul > li .star {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .table > ul, .table ul.thead, .table ul.tbody, .table .tbody > ul {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px 5px;
  }
}
@media (max-width: 575px) {
  .table > ul, .table ul.thead, .table ul.tbody, .table .tbody > ul {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .table div.tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .table div.tbody > ul > li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .table div.tbody {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .table.table-custom > ul.thead > li.download-btn1, .table.table-custom > ul.tbody > li.download-btn1 {
    flex: 0 0 100px;
    width: 100px;
  }
  .table.table-custom > ul.thead > li.download-btn2, .table.table-custom > ul.tbody > li.download-btn2 {
    flex: 0 0 200px;
    width: 200px;
    padding-right: 0;
    padding-left: 0;
  }
  .table.table-res {
    display: table;
    table-layout: fixed;
    border-top: solid 1px var(--skin);
  }
  .table.table-res.auto {
    table-layout: auto;
  }
  .table.table-res div.tbody {
    display: table-row-group;
  }
  .table.table-res > ul.thead, .table.table-res > ul.tbody, .table.table-res .tbody > ul {
    display: table-row;
  }
  .table.table-res > ul.thead > li, .table.table-res > ul.tbody > li, .table.table-res .tbody > ul > li {
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1px var(--skin-gray);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .table.table-res > ul.thead > li.subj, .table.table-res > ul.thead > li.text-left, .table.table-res > ul.tbody > li.subj, .table.table-res > ul.tbody > li.text-left, .table.table-res .tbody > ul > li.subj, .table.table-res .tbody > ul > li.text-left {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .table .radio label, .table .checkbox label {
    position: static;
  }
}
.table.table-form {
  flex-wrap: wrap;
}
.table.table-form > ul > li, .table.table-form ul.thead > li, .table.table-form ul.tbody > li, .table.table-form .tbody > ul > li {
  border-bottom: solid 1px rgb(179, 179, 179);
  padding: 0;
}
.table.table-form > ul > li > div, .table.table-form ul.thead > li > div, .table.table-form ul.tbody > li > div, .table.table-form .tbody > ul > li > div {
  padding: 0.75rem 1rem;
}
.table.table-form > ul > li > div > hr, .table.table-form ul.thead > li > div > hr, .table.table-form ul.tbody > li > div > hr, .table.table-form .tbody > ul > li > div > hr {
  margin-right: -1rem;
  margin-left: -1rem;
}
.table.table-form > ul > li > div > p, .table.table-form ul.thead > li > div > p, .table.table-form ul.tbody > li > div > p, .table.table-form .tbody > ul > li > div > p {
  line-height: 1.2;
}
.table.table-form > ul > li > div > p small, .table.table-form ul.thead > li > div > p small, .table.table-form ul.tbody > li > div > p small, .table.table-form .tbody > ul > li > div > p small {
  font-size: 80%;
}
.table.table-form > ul > li > div.radio, .table.table-form > ul > li > div.checkbox, .table.table-form ul.thead > li > div.radio, .table.table-form ul.thead > li > div.checkbox, .table.table-form ul.tbody > li > div.radio, .table.table-form ul.tbody > li > div.checkbox, .table.table-form .tbody > ul > li > div.radio, .table.table-form .tbody > ul > li > div.checkbox {
  padding: 0;
}
@media (max-width: 991px) {
  .table.table-form > ul, .table.table-form ul.thead, .table.table-form ul.tbody, .table.table-form .tbody > ul {
    padding: 0;
    border-color: rgb(179, 179, 179);
    align-items: stretch;
  }
  .table.table-form > ul > li, .table.table-form ul.thead > li, .table.table-form ul.tbody > li, .table.table-form .tbody > ul > li {
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .table.table-form > ul > li.subj, .table.table-form ul.thead > li.subj, .table.table-form ul.tbody > li.subj, .table.table-form .tbody > ul > li.subj {
    padding: 0.5rem 0;
    text-align: center;
    justify-content: center;
  }
  .table.table-form > ul > li[data-title]::before, .table.table-form ul.thead > li[data-title]::before, .table.table-form ul.tbody > li[data-title]::before, .table.table-form .tbody > ul > li[data-title]::before {
    content: attr(data-title);
    margin: 0;
    border-radius: 0;
    background-color: var(--skin-light);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    flex: 0 0 25%;
    width: 25%;
    padding: 0.5rem 0;
    font-size: 90%;
  }
  .table.table-form > ul > li[data-title] > div, .table.table-form ul.thead > li[data-title] > div, .table.table-form ul.tbody > li[data-title] > div, .table.table-form .tbody > ul > li[data-title] > div {
    flex: 0 0 75%;
    width: 75%;
  }
  .table.table-form > ul > li > div, .table.table-form ul.thead > li > div, .table.table-form ul.tbody > li > div, .table.table-form .tbody > ul > li > div {
    padding: 0.5rem 0.75rem;
  }
  .table.table-form > ul > li > div:only-child, .table.table-form ul.thead > li > div:only-child, .table.table-form ul.tbody > li > div:only-child, .table.table-form .tbody > ul > li > div:only-child {
    width: 100%;
  }
  .table.table-form > ul > li > div > hr, .table.table-form ul.thead > li > div > hr, .table.table-form ul.tbody > li > div > hr, .table.table-form .tbody > ul > li > div > hr {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
@media (max-width: 767px) {
  .table.table-form > ul, .table.table-form ul.thead, .table.table-form ul.tbody, .table.table-form .tbody > ul {
    padding: 0;
    border-color: rgb(179, 179, 179);
    align-items: stretch;
  }
  .table.table-form > ul > li[data-title]::before, .table.table-form ul.thead > li[data-title]::before, .table.table-form ul.tbody > li[data-title]::before, .table.table-form .tbody > ul > li[data-title]::before {
    flex: 0 0 30%;
    width: 30%;
  }
  .table.table-form > ul > li[data-title] > div, .table.table-form ul.thead > li[data-title] > div, .table.table-form ul.tbody > li[data-title] > div, .table.table-form .tbody > ul > li[data-title] > div {
    flex: 0 0 70%;
    width: 70%;
  }
}
@media (max-width: 575px) {
  .table.table-form > ul, .table.table-form ul.thead, .table.table-form ul.tbody, .table.table-form .tbody > ul {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    border-top-color: var(--skin);
  }
  .table.table-form > ul > li[data-title]::before, .table.table-form ul.thead > li[data-title]::before, .table.table-form ul.tbody > li[data-title]::before, .table.table-form .tbody > ul > li[data-title]::before {
    flex: 0 0 25%;
    width: 25%;
    padding: 0.35rem 0;
  }
  .table.table-form > ul > li[data-title] > div, .table.table-form ul.thead > li[data-title] > div, .table.table-form ul.tbody > li[data-title] > div, .table.table-form .tbody > ul > li[data-title] > div {
    flex: 0 0 75%;
    width: 75%;
  }
  .table.table-form > ul > li > div, .table.table-form ul.thead > li > div, .table.table-form ul.tbody > li > div, .table.table-form .tbody > ul > li > div {
    padding: 0.35rem 0.5rem;
  }
  .table.table-form > ul > li > div > hr, .table.table-form ul.thead > li > div > hr, .table.table-form ul.tbody > li > div > hr, .table.table-form .tbody > ul > li > div > hr {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 992px) {
  .table.table-form > ul.thead > li {
    padding: 0.75rem 0;
  }
  .table.table-form .tbody > ul > li.input > div, .table.table-form > ul.tbody > li.input > div {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
@media (max-width: 991px) {
  .table.table-form {
    display: flex;
  }
  .table.table-form > ul.thead > li.detail-btn > div, .table.table-form > ul.tbody > li.detail-btn > div, .table.table-form .tbody > ul > li.detail-btn > div {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.table.table-privacy > ul.tbody > li {
  padding: 0;
}
.table.table-privacy > ul.thead > li:nth-child(4), .table.table-privacy > ul.tbody > li:nth-child(4) {
  flex: 0 0 20%;
  width: 20%;
}
@media (min-width: 992px) {
  .table.table-privacy > ul.thead > li, .table.table-privacy > ul.tbody > li {
    border-left: solid 1px rgb(179, 179, 179);
  }
  .table.table-privacy > ul.thead > li:nth-child(1), .table.table-privacy > ul.tbody > li:nth-child(1) {
    border-left: none;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .table.table-apply-career, .table.form-full {
    display: block;
  }
  .table.table-apply-career > div.tbody, .table.form-full > div.tbody {
    display: block;
  }
}
@media (max-width: 991px) {
  .table.table-apply-career > ul.thead, .table.table-apply-career > ul.tbody, .table.table-apply-career .tbody > ul, .table.form-full > ul.thead, .table.form-full > ul.tbody, .table.form-full .tbody > ul {
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    max-width: none;
  }
  .table.table-apply-career > ul.thead + ul, .table.table-apply-career > ul.tbody + ul, .table.table-apply-career .tbody > ul + ul, .table.form-full > ul.thead + ul, .table.form-full > ul.tbody + ul, .table.form-full .tbody > ul + ul {
    margin-top: 10px;
  }
}
.table.table-apply-career > ul.thead > li.period, .table.table-apply-career > ul.tbody > li.period, .table.table-apply-career .tbody > ul > li.period, .table.form-full > ul.thead > li.period, .table.form-full > ul.tbody > li.period, .table.form-full .tbody > ul > li.period {
  flex: 0 0 250px;
  width: 250px;
}
.table.table-apply-career > ul.thead > li.period .datetimepicker, .table.table-apply-career > ul.tbody > li.period .datetimepicker, .table.table-apply-career .tbody > ul > li.period .datetimepicker, .table.form-full > ul.thead > li.period .datetimepicker, .table.form-full > ul.tbody > li.period .datetimepicker, .table.form-full .tbody > ul > li.period .datetimepicker {
  padding-right: 0;
  padding-left: 0;
  background-position: calc(100% - 5px) 50%;
}
.table.table-apply-career {
  table-layout: auto;
}
.table.table-apply > ul.thead > li, .table.table-apply > ul.tbody > li, .table.table-apply .tbody > ul > li {
  border-left: none !important;
}
.table.table-apply > ul.thead > li.print-btn, .table.table-apply > ul.thead > li.detail-btn > div, .table.table-apply > ul.tbody > li.print-btn, .table.table-apply > ul.tbody > li.detail-btn > div, .table.table-apply .tbody > ul > li.print-btn, .table.table-apply .tbody > ul > li.detail-btn > div {
  padding: 0.25rem;
}

.user-img .blank {
  background-image: url(../images/icon/user-line.svg);
  background-size: 40%;
}

.seal {
  border: solid 5px rgb(230, 23, 57);
  color: rgb(230, 23, 57);
  text-align: center;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
}
.seal.text, .seal::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.user-wrap, .resume-wrap { /*display:flex;align-items:center;justify-content:space-between;flex-direction:column;*/ }
.user-wrap .user-info, .resume-wrap .user-info {
  display: flex;
  flex-wrap: wrap;
}
.user-wrap .user-info .user-img, .resume-wrap .user-info .user-img {
  flex: 0 0 150px;
  width: 150px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.user-wrap .user-info .user-img + .user-text, .resume-wrap .user-info .user-img + .user-text {
  flex: 0 0 calc(100% - 150px);
  width: calc(100% - 150px);
  padding-left: 1.5rem;
}
.user-wrap .user-info .user-text, .resume-wrap .user-info .user-text {
  flex: 1 1 auto;
  width: 100%;
  text-align: left;
  margin: 0;
}
@media (max-width: 767px) {
  .user-wrap .user-info .user-img, .resume-wrap .user-info .user-img {
    flex: 0 0 120px;
    width: 120px;
  }
  .user-wrap .user-info .user-img + .user-text, .resume-wrap .user-info .user-img + .user-text {
    flex: 0 0 calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .user-wrap .user-info, .resume-wrap .user-info {
    display: block;
  }
  .user-wrap .user-info .user-img, .resume-wrap .user-info .user-img {
    margin: 0 auto 1.5rem auto;
  }
  .user-wrap .user-info .user-text, .resume-wrap .user-info .user-text {
    flex: none;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .user-wrap .user-info.reverse, .resume-wrap .user-info.reverse {
    flex-direction: row-reverse;
  }
  .user-wrap .user-info.reverse .user-img + .user-text, .resume-wrap .user-info.reverse .user-img + .user-text {
    padding-right: 1.5rem;
    padding-left: 0;
  }
}
.user-wrap .user-btn, .resume-wrap .user-btn {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .user-wrap .user-btn, .resume-wrap .user-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .user-wrap, .resume-wrap {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .user-wrap, .resume-wrap {
    flex-direction: column;
  }
  .user-wrap .user-info, .resume-wrap .user-info {
    flex-direction: column;
  }
  .user-wrap .user-info .user-text, .resume-wrap .user-info .user-text {
    text-align: center;
    margin-top: 1rem;
    padding-left: 0;
  }
  .user-wrap .user-btn, .resume-wrap .user-btn {
    margin-top: 1rem;
    margin-right: auto;
  }
}

.mypage-wrap .box-01 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.mypage-wrap .box-01 > [class*=box-] {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 1.5rem;
}
.mypage-wrap .box-01 .box-l {
  flex: 0 0 400px;
  max-width: 400px;
}
.mypage-wrap .box-01 .box-r {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .mypage-wrap .box-01 {
    display: block;
  }
  .mypage-wrap .box-01 .box-l, .mypage-wrap .box-01 .box-r {
    flex: none;
    max-width: none;
  }
}
.mypage-wrap .app-list ul, .mypage-wrap .app-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mypage-wrap .app-list > ul {
  display: flex;
  margin: 0 -0.5rem;
}
.mypage-wrap .app-list > ul li {
  padding: 0.75rem 0.5rem;
}
.mypage-wrap .app-list > ul li:last-child {
  margin-left: auto;
}
.mypage-wrap .app-list > ul .app-subj {
  display: flex;
}
.mypage-wrap .app-list > ul .app-subj .logo {
  max-width: 150px;
  margin-right: 1.5rem;
}
.mypage-wrap .app-list > ul .app-num {
  padding: 0.5rem 1.5rem;
  height: 100%;
  background-color: var(--skin-light2);
  color: var(--skin);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 24px 3px 24px;
}
.mypage-wrap .app-list > ul + ul {
  border-top: 1px solid rgb(237, 237, 237);
}
@media (max-width: 767px) {
  .mypage-wrap .app-list > ul .app-subj {
    flex-direction: column;
  }
  .mypage-wrap .app-list > ul .app-subj .text {
    margin: 0;
  }
  .mypage-wrap .app-list > ul .app-num {
    flex-direction: column;
  }
  .mypage-wrap .app-list > ul .app-num strong {
    display: block;
  }
}
@media (max-width: 575px) {
  .mypage-wrap .app-list > ul {
    flex-direction: column;
  }
  .mypage-wrap .app-list > ul .app-num {
    flex-direction: row;
  }
  .mypage-wrap .app-list > ul li:last-child {
    padding-top: 0;
  }
}
.mypage-wrap .box-02 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.mypage-wrap .box-02 .box-l, .mypage-wrap .box-02 .box-r {
  flex: 0 0 50%;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.mypage-wrap .box-02 .mypush-list {
  line-height: 1.4;
  font-size: 0.9rem;
}
.mypage-wrap .box-02 .mypush-list > ul li {
  padding: 0.75rem 0.25rem;
}
.mypage-wrap .box-02 .mypush-list > ul li:nth-child(1) {
  flex: 0 0 30%;
  width: 30%;
}
.mypage-wrap .box-02 .mypush-list > ul li:nth-child(2) {
  flex: 0 0 20%;
  width: 20%;
}
.mypage-wrap .box-02 .mypush-list > ul li:nth-child(3) {
  flex: 0 0 50%;
  width: 50%;
  text-align: left;
}
@media (min-width: 992px) {
  .mypage-wrap .box-02::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: rgb(179, 179, 179);
  }
}
@media (max-width: 991px) {
  .mypage-wrap .box-02 {
    flex-direction: column;
  }
  .mypage-wrap .box-02 .box-l, .mypage-wrap .box-02 .box-r {
    width: 100%;
  }
  .mypage-wrap .box-02 .mypush-list {
    display: flex;
  }
  .mypage-wrap .box-02 .mypush-list > ul {
    border-color: rgb(179, 179, 179);
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mypage-wrap .box-02 .mypush-list > ul:nth-child(odd) {
    margin-left: 10px;
  }
  .mypage-wrap .box-02 .mypush-list > ul li {
    padding: 0.25rem 0;
  }
}
@media (max-width: 767px) {
  .mypage-wrap .box-02 .mypush-list {
    display: flex;
  }
  .mypage-wrap .box-02 .mypush-list > ul {
    border-color: rgb(179, 179, 179);
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .mypage-wrap .box-02 .mypush-list > ul:nth-child(odd) {
    margin-left: 10px;
  }
  .mypage-wrap .box-02 .mypush-list > ul li {
    padding: 0.25rem 0;
  }
}
@media (max-width: 575px) {
  .mypage-wrap .box-02 .mypush-list {
    display: block;
  }
  .mypage-wrap .box-02 .mypush-list > ul {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .mypage-wrap .box-02 .mypush-list > ul:nth-child(odd) {
    margin-left: 0;
  }
}
.mypage-wrap .mywish-list {
  line-height: 1.4;
  font-size: 0.9rem;
}
.mypage-wrap .mywish-list > ul li {
  padding: 0.75rem 0.25rem;
}
.mypage-wrap .mywish-list > ul li:nth-child(1) {
  flex: 0 0 150px;
  width: 150px;
}
.mypage-wrap .mywish-list > ul li:nth-child(2) {
  flex: 0 0 80px;
  width: 80px;
}
.mypage-wrap .mywish-list > ul li:nth-child(3) {
  flex: 1 1 auto;
  text-align: left;
}
.mypage-wrap .mywish-list > ul li:nth-child(4) {
  flex: 0 0 80px;
  width: 80px;
}
.mypage-wrap .mywish-list > ul li:nth-child(5) {
  flex: 0 0 120px;
  width: 120px;
}
.mypage-wrap .mywish-list > ul li:nth-child(6) {
  flex: 0 0 120px;
  width: 120px;
}
.mypage-wrap .mywish-list > ul .logo {
  max-width: 120px;
}
@media (max-width: 991px) {
  .mypage-wrap .mywish-list > ul {
    border-color: rgb(179, 179, 179);
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mypage-wrap .mywish-list > ul:nth-child(odd) {
    margin-left: 10px;
  }
  .mypage-wrap .mywish-list > ul li {
    padding: 0.25rem 0;
  }
}

.resume-wrap .user-info .user-img {
  flex: 0 0 180px;
  width: 180px;
}
.resume-wrap .user-info .user-img .image-background {
  max-width: 85%;
  margin: 0 auto;
}
.resume-wrap .user-info .user-img + .user-text {
  flex: 0 0 calc(100% - 180px);
  width: calc(100% - 180px);
}

.mypush-list > ul > li {
  flex: 0 0 var(--widthChk);
  width: var(--widthChk);
}
.mypush-list > ul > li.chk {
  flex: 0 0 40px;
  width: 40px;
}
.mypush-list > ul > li .bootstrap-select {
  max-width: 100%;
}

.mycareer-list > ul > li {
  flex: 0 0 33.3333%;
  width: 33.3333%;
}

.mycareer-detail-list {
  font-size: 0.9rem;
}
.mycareer-detail-list > ul > li, .mycareer-detail-list ul.thead > li, .mycareer-detail-list ul.tbody > li, .mycareer-detail-list .tbody > ul > li {
  flex: 0 0 var(--widthChk);
  width: var(--widthChk);
}
.mycareer-detail-list > ul > li.chk, .mycareer-detail-list ul.thead > li.chk, .mycareer-detail-list ul.tbody > li.chk, .mycareer-detail-list .tbody > ul > li.chk {
  flex: 0 0 40px;
  width: 40px;
}
.mycareer-detail-list > ul > li:nth-child(2), .mycareer-detail-list ul.thead > li:nth-child(2), .mycareer-detail-list ul.tbody > li:nth-child(2), .mycareer-detail-list .tbody > ul > li:nth-child(2) {
  flex: 0 0 12%;
  width: 12%;
}
.mycareer-detail-list > ul > li:nth-child(3), .mycareer-detail-list ul.thead > li:nth-child(3), .mycareer-detail-list ul.tbody > li:nth-child(3), .mycareer-detail-list .tbody > ul > li:nth-child(3) {
  flex: 1 1 auto;
}
.mycareer-detail-list > ul > li:nth-child(3) .form-control, .mycareer-detail-list ul.thead > li:nth-child(3) .form-control, .mycareer-detail-list ul.tbody > li:nth-child(3) .form-control, .mycareer-detail-list .tbody > ul > li:nth-child(3) .form-control {
  width: calc(50% - 5px);
}
.mycareer-detail-list > ul > li:nth-child(4), .mycareer-detail-list ul.thead > li:nth-child(4), .mycareer-detail-list ul.tbody > li:nth-child(4), .mycareer-detail-list .tbody > ul > li:nth-child(4) {
  flex: 0 0 6%;
  width: 6%;
}
.mycareer-detail-list > ul > li:nth-child(5), .mycareer-detail-list ul.thead > li:nth-child(5), .mycareer-detail-list ul.tbody > li:nth-child(5), .mycareer-detail-list .tbody > ul > li:nth-child(5) {
  flex: 0 0 10%;
  width: 10%;
}
.mycareer-detail-list > ul > li:nth-child(6), .mycareer-detail-list ul.thead > li:nth-child(6), .mycareer-detail-list ul.tbody > li:nth-child(6), .mycareer-detail-list .tbody > ul > li:nth-child(6) {
  flex: 0 0 10%;
  width: 10%;
}
.mycareer-detail-list > ul > li:nth-child(7), .mycareer-detail-list ul.thead > li:nth-child(7), .mycareer-detail-list ul.tbody > li:nth-child(7), .mycareer-detail-list .tbody > ul > li:nth-child(7) {
  flex: 0 0 15%;
  width: 15%;
}
.mycareer-detail-list > ul > li:nth-child(8), .mycareer-detail-list ul.thead > li:nth-child(8), .mycareer-detail-list ul.tbody > li:nth-child(8), .mycareer-detail-list .tbody > ul > li:nth-child(8) {
  flex: 0 0 10%;
  width: 10%;
}
.mycareer-detail-list > ul > li:nth-child(9), .mycareer-detail-list ul.thead > li:nth-child(9), .mycareer-detail-list ul.tbody > li:nth-child(9), .mycareer-detail-list .tbody > ul > li:nth-child(9) {
  flex: 0 0 8%;
  width: 8%;
}
.mycareer-detail-list > ul.tbody > li, .mycareer-detail-list ul.thead.tbody > li, .mycareer-detail-list ul.tbody.tbody > li, .mycareer-detail-list .tbody > ul.tbody > li {
  padding: 0.25rem;
}

.mycert-list {
  font-size: 0.9rem;
}
.mycert-list > ul > li {
  flex: 0 0 var(--widthChk);
  width: var(--widthChk);
}
.mycert-list > ul > li.chk {
  flex: 0 0 40px;
  width: 40px;
}
.mycert-list > ul > li:nth-child(2) {
  flex: 0 0 12%;
  width: 12%;
}
.mycert-list > ul > li:nth-child(3) {
  flex: 0 0 8%;
  width: 8%;
}
.mycert-list > ul > li:nth-child(4) {
  flex: 0 0 10%;
  width: 10%;
}
.mycert-list > ul > li:nth-child(5) {
  flex: 1 1 auto;
}
.mycert-list > ul > li:nth-child(6) {
  flex: 0 0 10%;
  width: 10%;
}
.mycert-list > ul > li:nth-child(7) {
  flex: 0 0 10%;
  width: 15%;
}
.mycert-list > ul > li:nth-child(8) {
  flex: 0 0 10%;
  width: 10%;
}
.mycert-list > ul > li:nth-child(9) {
  flex: 0 0 10%;
  width: 8%;
}
.mycert-list > ul.tbody > li {
  padding: 0.25rem;
}

.responsive-video {
  overflow: hidden;
}
.responsive-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-content {
  margin-top: 0;
}
.sub-content #nav_left {
  position: absolute;
  width: 220px;
  min-height: 100%;
  z-index: 1019;
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  border-right: solid 1px var(--skin);
  transition: all 0.3s;
}
.sub-content #nav_left .collapse-btn {
  border: none;
  position: absolute;
  width: 30px;
  height: 70px;
  right: -15px;
  top: 170px;
  border-radius: 15px;
  background-color: var(--skin);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.sub-content #nav_left .collapse-btn::before {
  content: attr(data-show);
  transform: rotate(90deg);
}
.sub-content #nav_left .collapse-btn::after {
  content: "\e64a";
  font-family: "themify";
}
.sub-content #nav_left ul, .sub-content #nav_left li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-content #nav_left .sub-link {
  display: flex;
  font-size: 1rem;
  padding: 4px 0;
  letter-spacing: -0.075rem;
  white-space: nowrap;
}
.sub-content #nav_left .sub-link.active {
  color: var(--skin3);
  font-weight: 500;
}
.sub-content #nav_left .sub-link.active::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--skin);
  color: #fff;
  margin-top: 2.5px;
  margin-right: 5px;
  line-height: 1;
}
.sub-content #nav_left .sub-link.active + .dropdown .dropdown-menu {
  display: block;
}
.sub-content #nav_left .sub-link.dropdown-toggle::after {
  content: "\e64b";
  font-family: "themify";
  margin-left: auto;
  border: none;
  font-size: 14px;
}
.sub-content #nav_left .sub-link.dropdown-toggle[aria-expanded=true]::after {
  content: "\e648";
}
.sub-content #nav_left .dropdown {
  margin: 0;
  padding: 0;
  top: auto;
  height: auto;
}
.sub-content #nav_left .dropdown .dropdown-menu {
  position: relative !important;
  transform: none !important;
  width: 100%;
  max-width: none;
  min-width: auto;
  float: none;
  border: none;
  margin-bottom: 15px;
}
.sub-content #nav_left .dropdown .dropdown-menu .dropdown-item {
  padding: 3px 0 3px 15px;
  font-size: 15px;
}
.sub-content #nav_left .dropdown .dropdown-menu .dropdown-item:hover, .sub-content #nav_left .dropdown .dropdown-menu .dropdown-item.active {
  background-color: var(--skin-light2) !important;
  color: var(--skin2);
}
.sub-content #nav_left .dropdown .dropdown-menu .dropdown-item::before {
  display: none;
}
.sub-content #nav_left .dropdown.show .dropdown-menu {
  display: block;
}
.sub-content #nav_left .nl-title, .sub-content #nav_left .ml-title {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  color: var(--skin);
  font-weight: 500;
  font-size: 1.6rem;
  padding-bottom: 25px;
  border-bottom: solid 1px var(--skin);
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.1;
}
.sub-content #nav_content {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .sub-content {
    display: flex;
  }
  .sub-content #nav_content {
    flex: 1 1 auto;
    padding-left: 220px;
    max-width: 100%;
  }
  .sub-content.hide #nav_left {
    margin-left: -180px;
  }
  .sub-content.hide #nav_left .collapse-btn::before {
    content: attr(data-hide);
  }
  .sub-content.hide #nav_left .collapse-btn::after {
    content: "\e649";
  }
  .sub-content.hide #nav_content {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .sub-content #nav_left {
    width: 180px;
  }
  .sub-content #nav_left .nl-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .sub-content #nav_content {
    padding-left: 180px;
  }
  .sub-content.hide #nav_left {
    margin-left: -150px;
  }
}
@media (max-width: 1199px) {
  .sub-content #nav_left {
    display: none;
  }
}
.sub-content .m-banner {
  display: block;
  margin-top: 30px;
}
.sub-content .m-banner .bn-wrap {
  flex-direction: column;
  flex: none;
  max-width: 100%;
  border: solid 1px rgb(128, 128, 128);
  margin: 0;
  padding-bottom: 10px;
}
.sub-content .m-banner .bn-wrap + .bn-wrap {
  margin-top: 10px;
}
.sub-content .m-banner .bn-wrap .icon {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 0;
  background-size: 60%;
}
.sub-content .m-banner .bn-wrap .text {
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
  white-space: nowrap;
}

.box-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  line-height: 1.4;
  list-style: none;
  padding: 0;
  margin: 0;
  /* 관련공고 */
}
.box-list ul, .box-list li {
  list-style: none;
}
.box-list > li {
  flex: 0 0 100%;
  width: 100%;
  display: block;
}
@media (min-width: 576px) {
  .box-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .box-list > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 50px;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .box-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .box-list > li {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    padding: 10px;
  }
}
@media (min-width: 1400px) {
  .box-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box-list > li {
    flex: 0 0 25%;
    width: 25%;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .box-list > li + li {
    margin-top: 15px;
  }
}
.box-list .box-wrap {
  position: relative;
  border: solid 1px rgb(51, 51, 51);
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-flow: column;
}
.box-list .box-wrap .sticker-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.box-list .box-wrap .sticker-wrap .sticker {
  display: inline-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
  border: solid 1px transparent;
}
.box-list .box-wrap .sticker-wrap .btn-wish {
  margin-left: auto;
}
.box-list .box-wrap .detail-content ul, .box-list .box-wrap .detail-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-list .box-wrap .detail-content > ul {
  display: flex;
}
.box-list .box-wrap .detail-content > ul + ul {
  margin-top: 6px;
}
.box-list .box-wrap .detail-content ul.test-method {
  display: flex;
}
.box-list .box-wrap .detail-content ul.test-method li {
  flex: 1 1 auto;
}
.box-list .box-wrap .detail-content ul.test-method li .tab {
  display: block;
  text-align: center;
  padding: 5px 15px;
  border-radius: 15px;
  line-height: 1.125;
  background-color: #fff;
  border: solid 1px rgb(128, 128, 128);
}
.box-list .box-wrap .detail-content ul.test-method li + li {
  margin-left: -25px;
}
.box-list .box-wrap .detail-content ul.test-method li + li .tab {
  padding-left: 35px;
}
.box-list .box-wrap .detail-content ul.test-method li.active-pre .tab {
  padding-right: 35px;
}
.box-list .box-wrap .detail-content ul.test-method li:nth-child(1) {
  z-index: 4;
}
.box-list .box-wrap .detail-content ul.test-method li:nth-child(2) {
  z-index: 3;
}
.box-list .box-wrap .detail-content ul.test-method li:nth-child(3) {
  z-index: 2;
}
.box-list .box-wrap .detail-content ul.test-method li:nth-child(4) {
  z-index: 1;
}
.box-list .box-wrap .detail-content ul.test-method li:nth-child(4) {
  z-index: 0;
}
.box-list .box-wrap .detail-content ul.test-method li.active {
  z-index: 5;
}
.box-list .box-wrap .detail-content ul.test-method li.active .tab {
  border-width: 2px;
  padding: 4px 14px;
  font-weight: 500;
}
.box-list .box-wrap.primary .sticker-wrap .sticker:nth-child(1) {
  background-color: rgb(0, 77, 153);
  color: #fff;
}
.box-list .box-wrap.primary .sticker-wrap .sticker:nth-child(2) {
  background-color: rgb(220, 235, 250);
  border-color: rgb(0, 77, 153);
  color: rgb(0, 77, 153);
}
.box-list .box-wrap.primary ul.test-method li.active .tab {
  background-color: rgb(220, 235, 250);
  border-color: rgb(0, 77, 153);
  color: rgb(0, 77, 153);
}
.box-list .box-wrap.primary:hover h6 {
  color: rgb(0, 77, 153);
}
.box-list .box-wrap.success .sticker-wrap .sticker:nth-child(1) {
  background-color: rgb(18, 179, 71);
  color: #fff;
}
.box-list .box-wrap.success .sticker-wrap .sticker:nth-child(2) {
  background-color: rgb(220, 250, 230);
  border-color: rgb(18, 179, 71);
  color: rgb(18, 179, 71);
}
.box-list .box-wrap.success ul.test-method li.active .tab {
  background-color: rgb(220, 250, 230);
  border-color: rgb(18, 179, 71);
  color: rgb(18, 179, 71);
}
.box-list .box-wrap.success:hover h6 {
  color: rgb(18, 179, 71);
}
.box-list .box-wrap.danger .sticker-wrap .sticker:nth-child(1) {
  background-color: rgb(230, 23, 57);
  color: #fff;
}
.box-list .box-wrap.danger .sticker-wrap .sticker:nth-child(2) {
  background-color: rgb(250, 220, 225);
  border-color: rgb(230, 23, 57);
  color: rgb(230, 23, 57);
}
.box-list .box-wrap.danger ul.test-method li.active .tab {
  background-color: rgb(250, 220, 225);
  border-color: rgb(230, 23, 57);
  color: rgb(230, 23, 57);
}
.box-list .box-wrap.danger:hover h6 {
  color: rgb(230, 23, 57);
}
.box-list .box-wrap:hover {
  border: solid 4px var(--skin);
  padding: 17px;
  background-color: var(--skin-light3);
}
.box-list .box-wrap:hover h6 {
  font-weight: 600;
}
.box-list .logo img {
  max-height: 32px;
}
.box-list .btn-sm {
  width: 70px;
  height: 30px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgb(128, 128, 128);
  color: rgb(0, 0, 0);
  margin-left: auto;
}
.box-list .btn-sm i {
  margin-right: 5px;
}
.box-list hr {
  border-color: rgb(179, 179, 179);
  width: 100%;
}
.box-list .related-list, .box-list .schedule-list {
  margin-top: 0.5rem;
}
.box-list .related-list ul, .box-list .related-list li, .box-list .schedule-list ul, .box-list .schedule-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.box-list .related-list > ul, .box-list .schedule-list > ul {
  display: flex;
}
.box-list .related-list > ul > li.type, .box-list .schedule-list > ul > li.type {
  padding-right: 8px;
  font-weight: 700;
}
.box-list .related-list > ul > li.datetime, .box-list .schedule-list > ul > li.datetime {
  margin-left: auto;
  padding-left: 8px;
}
.box-list .related-list.nodata, .box-list .schedule-list.nodata {
  border-radius: 10px;
  background-color: rgb(237, 237, 237);
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 575px) {
  .box-list .related-list.nodata, .box-list .schedule-list.nodata {
    padding: 1rem 0;
  }
}
.box-list .related-list > ul > li.subj {
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4rem;
  height: 1.4rem;
  overflow: hidden;
  flex: 1 1 auto;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}
.box-list .related-list > ul + ul {
  margin-top: 6px;
}
.box-list .schedule-list > ul {
  padding: 6px 8px !important;
}
.box-list .schedule-list > ul.active {
  background-color: rgb(51, 51, 51);
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.box-list .collapse-content {
  flex-direction: column;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border-radius: 25px;
  border: 1px solid rgb(179, 179, 179);
  background-color: rgb(247, 247, 247);
  z-index: 1;
  transition: none;
  padding: 20px;
  /*&.schedule{left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px);border:solid 1px color(dark);box-shadow:0 0 10px 0 rgba(0,0,0,0.15)}*/
}
.box-list .collapse-content .btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background-color: transparent;
  outline: none;
}
.box-list .collapse-content .btn-close::before, .box-list .collapse-content .btn-close::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: rgb(0, 0, 0);
}
.box-list .collapse-content .btn-close::before {
  transform: rotate(45deg);
}
.box-list .collapse-content .btn-close::after {
  transform: rotate(-45deg);
}
.box-list .collapse-content .related-list > ul + ul {
  margin-top: 1rem;
}
.box-list .collapse-content .related-list > ul > li.subj {
  display: -webkit-box;
  white-space: normal;
  height: 2.8rem;
  -webkit-line-clamp: 2;
}
.box-list .collapse-content .btn-all {
  margin-top: auto;
}
.box-list .collapse-content.show {
  display: flex;
}

.btn-test-wrap .btn-test {
  position: relative;
  border-radius: 0 40px 0 40px;
  border: solid 1px rgb(128, 128, 128);
  padding: 15px 30px;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-test-wrap .btn-test > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  background-color: var(--skin-light);
  border: solid 1px var(--skin);
  font-weight: 500;
  border-radius: 30px;
}
.btn-test-wrap .btn-test > span::before {
  font-family: "themify";
  content: "\e61d";
  margin-right: 5px;
}
.btn-test-wrap .btn-test > span::after {
  content: attr(data-title);
}
.btn-test-wrap .btn-test.active {
  background-color: var(--skin-light2);
  border-color: var(--skin);
  color: var(--skin2);
}
.btn-test-wrap .btn-test.active > span {
  background-color: var(--skin);
  color: #fff;
}
@media (max-width: 575px) {
  .btn-test-wrap .btn-test {
    flex-direction: column;
  }
  .btn-test-wrap .btn-test > span {
    width: 100%;
    margin-top: 10px;
  }
}
.btn-test-wrap .btn-test.default {
  border-radius: 100px;
  background-color: transparent;
  border-color: rgb(179, 179, 179);
  border-width: 2px;
  color: rgb(51, 51, 51);
  padding: 20px 30px;
  /* *{transition:none} */
}
.btn-test-wrap .btn-test.default > span {
  background-color: var(--skin-light2);
  color: var(--skin);
  font-weight: 500;
}
.btn-test-wrap .btn-test.default:hover, .btn-test-wrap .btn-test.default.active {
  background-color: var(--skin-light2);
  border-color: var(--skin);
  color: var(--skin);
}
.btn-test-wrap .btn-test.default:hover > span, .btn-test-wrap .btn-test.default.active > span {
  background-color: var(--skin-light);
  color: var(--skin);
}
@media (max-width: 767px) {
  .btn-test-wrap .btn-test.default {
    padding: 15px 30px;
  }
}

#notice_list .swiper-slide {
  padding-right: 30px;
  padding-left: 30px;
}
#notice_list h4.text-overflow {
  line-height: 1.8rem;
  height: 1.8rem;
}

.icon-heart {
  font-size: 0;
  text-indent: -9999px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.icon-heart::before {
  font-size: 24px;
  font-family: "FontAwesome";
  content: "\f08a";
  color: rgb(179, 179, 179);
  text-indent: initial;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-heart.active {
  border-color: transparent;
}
.icon-heart.active::before {
  content: "\f004";
  color: rgb(255, 85, 0);
}

.box-list .icon-heart {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(179, 179, 179);
  border-radius: 100%;
}
.box-list .icon-heart.active {
  background-color: rgb(240, 240, 240);
  box-shadow: inset 0 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.row:not(.no-gutters) {
  margin-right: -10px;
  margin-left: -10px;
}
.row:not(.no-gutters) > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.ml-r1 {
  margin-left: -1px;
}

.collapse-open {
  overflow: hidden;
}

.cert-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -3px;
  margin-left: -3px;
}
.cert-icon .cols {
  flex: 0 0 48px;
  max-width: 48px;
  padding-right: 3px;
  padding-left: 3px;
}
.cert-icon a .image-background {
  background-size: contain;
  border-radius: 5px;
}
.cert-icon a.kakao .image-background {
  background-image: url(../images/cert/oacx_kakao.png);
}
.cert-icon a.kb .image-background {
  background-image: url(../images/cert/oacx_kb.png);
}
.cert-icon a.payco .image-background {
  background-image: url(../images/cert/oacx_payco.png);
  border: solid 1px rgb(237, 237, 237);
}
.cert-icon a.pass .image-background {
  background-image: url(../images/cert/oacx_pass.png);
}
.cert-icon a.samsung .image-background {
  background-image: url(../images/cert/oacx_samsung.png);
}
.cert-icon a.naver .image-background {
  background-image: url(../images/cert/oacx_naver.png);
}
.cert-icon a > p {
  font-size: 11px;
  margin-top: 6px;
  letter-spacing: -0.015rem;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
}

.info-list.uni li {
  padding-left: 18px;
  position: relative;
}
.info-list.uni li span.uni {
  position: absolute;
  left: 0;
  top: 0;
}

.title-angle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-angle::after {
  content: "\e649";
  font-family: "themify";
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--skin-light2);
  flex: 0 0 24px;
}
.title-angle.right {
  content: "\e649";
}
.title-angle.left {
  content: "\e64a";
}
.title-angle.down {
  content: "\e64b";
}
.title-angle.up {
  content: "\e648";
}

.mobile-cert {
  display: none;
}

.noti-box {
  border-radius: 0 20px 0 20px; /*border:solid 1px var(--skin-light2);*/
  background-color: var(--skin-light);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 600px;
}
.noti-box .icon {
  border-radius: 100%;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../images/icon/notice.svg);
  background-size: 60%;
}

.file-div {
  position: relative;
  border: 2px dashed rgb(179, 179, 179);
  padding: 1rem;
  min-height: 100px;
}
.file-div::before {
  content: attr(data-content);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  color: rgb(237, 237, 237);
}

.row-responsive div[class*=border-] {
  border-color: rgb(204, 204, 204) !important;
}
.row-responsive .row .row {
  height: 100%;
}

.table_03 .table {
  width: auto;
  min-width: 100%;
}
.table_03 .table th:nth-child(1), .table_03 .table td:nth-child(1) {
  width: 10%;
}
.table_03 .table td:nth-child(3), .table_03 .table td:nth-child(4) {
  width: 20%;
}

.admin-menu-wrap {
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
}
.admin-menu-wrap .dropdown-menu {
  border: none;
  background-color: rgb(51, 51, 51);
  color: #fff;
  padding: 12px 2px;
  left: auto;
  right: 0;
  max-width: none;
  white-space: nowrap;
  font-size: 12px;
}
.admin-menu-wrap .dropdown-menu p {
  padding: 0 10px;
}
.admin-menu-wrap .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  color: #fff !important;
  opacity: 0.6;
}
.admin-menu-wrap .dropdown-menu .dropdown-item:hover {
  background-color: rgb(0, 0, 0);
  opacity: 1;
}

.m-banner {
  display: flex;
}
.m-banner .bn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  max-width: 50%;
  height: 100%;
  border-left: solid 1px rgb(51, 51, 51);
  line-height: 1.4;
  font-size: 1.4rem;
}
.m-banner .bn-wrap .text {
  margin-left: 5px;
  font-size: 1.6rem;
}
.m-banner .bn-wrap .icon {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 60%;
}
.m-banner .bn-wrap.bom .icon {
  border-radius: 0;
  background-color: transparent;
  background-size: 100% !important;
  background-image: url(../images/ci/kc_logo.png);
}
.m-banner .bn-wrap.lang .icon {
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/icon/screen-search.svg);
}
.m-banner .bn-wrap.cert .icon {
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/icon/cert-merit.svg);
  background-size: 50%;
}
.m-banner .bn-wrap.jobinfo .icon {
  background-image: url(../images/icon/user-group.svg);
}
.m-banner .bn-wrap.local .icon {
  background-image: url(../images/icon/edit.svg);
}
@media (max-width: 1199px) {
  .m-banner .bn-wrap {
    font-size: 1.3rem;
    border-top: solid 1px rgb(51, 51, 51);
    padding: 15px 0;
  }
  .m-banner .bn-wrap:first-child {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .m-banner .bn-wrap .text {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .m-banner .bn-wrap {
    flex-direction: column;
    text-align: center;
    font-size: 1.3rem;
    padding: 15px 0;
    font-size: 1.1rem;
  }
  .m-banner .bn-wrap .icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
  }
}
.m-banner .image-background > img {
  width: 100%;
  height: 100%;
}
.m-banner .swiper, .m-banner .swiper-wrapper, .m-banner .swiper-slide, .m-banner .image-background {
  width: 100%;
  height: 100%;
  max-height: 170px;
}
@media (max-width: 991px) {
  .m-banner .swiper, .m-banner .swiper-wrapper, .m-banner .swiper-slide, .m-banner .image-background {
    max-height: 15vw;
  }
}
@media (max-width: 767px) {
  .m-banner .swiper, .m-banner .swiper-wrapper, .m-banner .swiper-slide, .m-banner .image-background {
    max-height: 25vw;
  }
}
@media (max-width: 575px) {
  .m-banner .swiper, .m-banner .swiper-wrapper, .m-banner .swiper-slide, .m-banner .image-background {
    max-height: 30vw;
  }
}

.ani2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

@keyframes bounce1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce2 {
  animation-name: bounce2;
}

.btn-lang-sc {
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.05rem;
  margin-left: auto;
  white-space: nowrap;
  line-height: 1;
  border-radius: 30px;
  margin: 10px 0 10px auto;
  background-color: var(--skin-light2);
  padding: 0 20px;
}
.btn-lang-sc .icon {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon/lang-sc.svg) no-repeat 50% 50%;
  background-size: cover;
  animation-name: bounce2;
}
@media (min-width: 1400px) {
  .btn-lang-sc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .btn-lang-sc {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.intro-notice {
  border: solid 1px rgb(51, 51, 51);
  padding: 5px 20px;
  border-radius: 30px;
  max-height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.intro-notice ul, .intro-notice li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro-notice > h5 {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  white-space: nowrap;
}
.intro-notice .scroll-text {
  max-width: calc(100% - 30px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-notice .scroll-text * {
  line-height: 50px;
}
.intro-notice .scroll-text ul {
  word-wrap: break-word;
  display: flex;
  align-items: center;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: -0.025rem;
}
.intro-notice .scroll-text ul > li.notice-title {
  flex: 0 0 70px;
  width: 70px;
  padding-right: 5px;
}
.intro-notice .scroll-text ul > li.notice-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--in-02);
  color: #fff;
  padding: 8px 0;
  border-radius: 30px;
  font-size: 12px;
  content: attr(data-title);
  line-height: 1;
  white-space: nowrap;
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
}
.intro-notice .scroll-text ul > li.notice-title.op::before {
  background-color: var(--in-01);
}
.intro-notice .scroll-text ul > li.notice-title.cr::before {
  background-color: var(--in-02);
}
.intro-notice .scroll-text ul > li.notice-title.sp::before {
  background-color: var(--in-03);
}
.intro-notice .scroll-text ul > li.notice-subj {
  flex: 1 1 auto;
  max-width: calc(100% - 50px);
}
.intro-notice .scroll-text ul a {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  height: 60px;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.intro-notice .scroll-text ul .badge {
  color: #fff;
  width: 60px;
  height: 30px;
  padding: 1;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.intro-notice .scroll-text ul .badge.op {
  background-color: var(--in-01);
}
.intro-notice .scroll-text ul .badge.ca {
  background-color: var(--in-02);
}
.intro-notice .scroll-text ul .badge.sp {
  background-color: var(--in-03);
}
.intro-notice #in-notoce-marquee > ul {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .intro-notice {
    display: block;
    max-height: none;
  }
  .intro-notice .scroll-text {
    height: 40px;
    overflow: hidden;
    max-width: 100%;
  }
  .intro-notice .scroll-text * {
    line-height: 40px;
  }
  .intro-notice .scroll-text ul a {
    height: 40px;
  }
}

.intro-wrap .latest-box .latest-list, .career-wrap .latest-box .latest-list {
  position: relative;
  margin: 1rem auto;
}
.intro-wrap .latest-box .latest-list ul, .intro-wrap .latest-box .latest-list li, .career-wrap .latest-box .latest-list ul, .career-wrap .latest-box .latest-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.intro-wrap .latest-box .latest-list > ul, .career-wrap .latest-box .latest-list > ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  padding: 0 10px;
}
.intro-wrap .latest-box .latest-list > ul > li.datetime, .career-wrap .latest-box .latest-list > ul > li.datetime {
  flex: 0 0 80px;
  max-width: 80px;
  font-size: 1.1rem;
  white-space: nowrap;
}
.intro-wrap .latest-box .latest-list > ul > li.datetime > span, .career-wrap .latest-box .latest-list > ul > li.datetime > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 4px 0;
}
.intro-wrap .latest-box .latest-list > ul > li.subj, .career-wrap .latest-box .latest-list > ul > li.subj {
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
}
.intro-wrap .latest-box .latest-list > ul > li.subj > a, .career-wrap .latest-box .latest-list > ul > li.subj > a {
  display: block;
  white-space: normal;
  text-overflow: ellipsis;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: -0.025rem;
  height: 1.2rem;
}
.intro-wrap .latest-box .latest-list > ul > li.badge-wrap, .career-wrap .latest-box .latest-list > ul > li.badge-wrap {
  flex: 0 0 70px;
  max-width: 70px;
}
.intro-wrap .latest-box .latest-list > ul > li.badge-wrap > span, .career-wrap .latest-box .latest-list > ul > li.badge-wrap > span {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 2px solid transparent;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0;
}
.intro-wrap .latest-box .latest-list > ul > li.badge-wrap.dashed > span, .career-wrap .latest-box .latest-list > ul > li.badge-wrap.dashed > span {
  border-style: dashed;
}
.intro-wrap .latest-box .latest-list > ul > li.badge-wrap.dotted > span, .career-wrap .latest-box .latest-list > ul > li.badge-wrap.dotted > span {
  border-style: dotted;
}
.intro-wrap .latest-box .latest-list > ul > li.badge-wrap + .subj, .career-wrap .latest-box .latest-list > ul > li.badge-wrap + .subj {
  flex: 0 0 calc(100% - 150px);
  width: calc(100% - 150px);
  padding-left: 10px;
}
.intro-wrap .latest-box .latest-list > ul > li.datetime > span, .intro-wrap .latest-box .latest-list > ul > li.subj > a, .career-wrap .latest-box .latest-list > ul > li.datetime > span, .career-wrap .latest-box .latest-list > ul > li.subj > a {
  line-height: 1.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .intro-wrap .latest-box .latest-list > ul > li.datetime, .career-wrap .latest-box .latest-list > ul > li.datetime {
    flex: 0 0 70px;
    max-width: 70px;
  }
  .intro-wrap .latest-box .latest-list > ul > li.badge-wrap, .career-wrap .latest-box .latest-list > ul > li.badge-wrap {
    flex: 0 0 60px;
    max-width: 60px;
  }
  .intro-wrap .latest-box .latest-list > ul > li.badge-wrap > span, .career-wrap .latest-box .latest-list > ul > li.badge-wrap > span {
    height: 40px;
  }
  .intro-wrap .latest-box .latest-list > ul > li.badge-wrap + .subj, .career-wrap .latest-box .latest-list > ul > li.badge-wrap + .subj {
    flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
    padding-left: 5px;
  }
}
.intro-wrap .latest-box .latest-list > ul + ul, .career-wrap .latest-box .latest-list > ul + ul {
  margin-top: 10px;
}
.intro-wrap .latest-box.underconst .title, .career-wrap .latest-box.underconst .title {
  opacity: 0.5;
}
.intro-wrap .latest-box.underconst .latest-list::before, .intro-wrap .latest-box.underconst .latest-list::after, .career-wrap .latest-box.underconst .latest-list::before, .career-wrap .latest-box.underconst .latest-list::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.intro-wrap .latest-box.underconst .latest-list::before, .career-wrap .latest-box.underconst .latest-list::before {
  content: "\f071";
  font-family: "FontAwesome";
  font-size: 4rem;
  top: 0;
  align-items: end;
}
.intro-wrap .latest-box.underconst .latest-list::after, .career-wrap .latest-box.underconst .latest-list::after {
  content: "서비스 점검중입니다.";
  font-size: 1.4rem;
  z-index: 2;
  bottom: 0;
  align-items: start;
}
.intro-wrap .latest-box.underconst .latest-list > ul, .career-wrap .latest-box.underconst .latest-list > ul {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  filter: grayscale(100%);
}

.intro-wrap {
  padding: 15px 0;
}
.intro-wrap .title-box, .intro-wrap .latest-box {
  border-radius: 45px;
}
.intro-wrap .title-box {
  color: #fff;
  line-height: 1.4;
}
.intro-wrap .title-box .text {
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 10%;
}
.intro-wrap .title-box .text h2 {
  font-weight: 500;
}
.intro-wrap .title-box .text h5 {
  font-weight: 300;
}
.intro-wrap .title-box .btn-wrap {
  text-align: center;
}
.intro-wrap .title-box .btn {
  background-color: #fff;
  border-radius: 30px;
  padding-right: 10px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.intro-wrap .title-box .btn::after {
  content: "\e649";
  font-family: "themify";
  margin-left: 3px;
  margin-top: -3px;
}
.intro-wrap .title-box .btn:hover {
  box-shadow: 0 3px 0 3px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}
.intro-wrap .title-box .intro-icon {
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  display: block;
}
.intro-wrap .title-box .intro-icon > img {
  opacity: 0;
  width: 100%;
  height: auto;
}
.intro-wrap .title-box .intro-icon > .intro-icon-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .intro-wrap .title-box .intro-icon {
    background-size: auto 70%;
  }
  .intro-wrap .title-box .intro-icon > img {
    max-height: 12.5vw;
  }
}
@media (max-width: 575px) {
  .intro-wrap .title-box .intro-icon > img {
    max-height: 25vw;
  }
}
.intro-wrap .title-box, .intro-wrap .title-box *, .intro-wrap .title {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
}
.intro-wrap > section {
  position: relative;
}
.intro-wrap > section:nth-child(1) .title-box {
  background-color: var(--in-01);
}
.intro-wrap > section:nth-child(1) .btn {
  color: var(--in-01);
}
.intro-wrap > section:nth-child(1) .latest-box {
  background-color: var(--in-01-light);
  border: solid 1px var(--in-01);
}
.intro-wrap > section:nth-child(1) .latest-box .title {
  color: var(--in-01-dark);
}
.intro-wrap > section:nth-child(1) .latest-box .latest-list > ul > li.datetime > span {
  background-color: var(--in-01);
}
.intro-wrap > section:nth-child(1) .latest-box .latest-list > ul > li.badge > span {
  border-color: var(--in-01);
  color: var(--in-01-dark);
}
.intro-wrap > section:nth-child(1) .latest-box.underconst .latest-list::before {
  color: var(--in-01);
}
.intro-wrap > section:nth-child(1) .title .btn-more::before, .intro-wrap > section:nth-child(1) .title .btn-more::after {
  background-color: var(--in-01-dark);
}
.intro-wrap > section:nth-child(1).underconst::before, .intro-wrap > section:nth-child(1).underconst::after {
  background-color: var(--in-01);
}
.intro-wrap > section:nth-child(2) .title-box {
  background-color: var(--in-02);
}
.intro-wrap > section:nth-child(2) .btn {
  color: var(--in-02);
}
.intro-wrap > section:nth-child(2) .latest-box {
  background-color: var(--in-02-light);
  border: solid 1px var(--in-02);
}
.intro-wrap > section:nth-child(2) .latest-box .title {
  color: var(--in-02-dark);
}
.intro-wrap > section:nth-child(2) .latest-box .latest-list > ul > li.datetime > span {
  background-color: var(--in-02);
}
.intro-wrap > section:nth-child(2) .latest-box .latest-list > ul > li.badge > span {
  border-color: var(--in-02);
  color: var(--in-02-dark);
}
.intro-wrap > section:nth-child(2) .latest-box.underconst .latest-list::before {
  color: var(--in-02);
}
.intro-wrap > section:nth-child(2) .title .btn-more::before, .intro-wrap > section:nth-child(2) .title .btn-more::after {
  background-color: var(--in-02-dark);
}
.intro-wrap > section:nth-child(2).underconst::before, .intro-wrap > section:nth-child(2).underconst::after {
  background-color: var(--in-02);
}
.intro-wrap > section:nth-child(3) .title-box {
  background-color: var(--in-03);
}
.intro-wrap > section:nth-child(3) .btn {
  color: var(--in-03);
}
.intro-wrap > section:nth-child(3) .latest-box {
  background-color: var(--in-03-light);
  border: solid 1px var(--in-03);
}
.intro-wrap > section:nth-child(3) .latest-box .title {
  color: var(--in-03-dark);
}
.intro-wrap > section:nth-child(3) .latest-box .latest-list > ul > li.datetime > span {
  background-color: var(--in-03);
}
.intro-wrap > section:nth-child(3) .latest-box .latest-list > ul > li.badge > span {
  border-color: var(--in-03);
  color: var(--in-03-dark);
}
.intro-wrap > section:nth-child(3) .latest-box.underconst .latest-list::before {
  color: var(--in-03);
}
.intro-wrap > section:nth-child(3) .title .btn-more::before, .intro-wrap > section:nth-child(3) .title .btn-more::after {
  background-color: var(--in-03-dark);
}
.intro-wrap > section:nth-child(3).underconst::before, .intro-wrap > section:nth-child(3).underconst::after {
  background-color: var(--in-03);
}
.intro-wrap > section:nth-child(1) .intro-icon {
  background-image: url(../images/icon/intro-01.svg);
}
.intro-wrap > section:nth-child(2) .intro-icon {
  background-image: url(../images/icon/intro-02.svg);
}
.intro-wrap > section:nth-child(3) a.intro-icon {
  background-size: contain;
}
.intro-wrap > section:nth-child(3) a.intro-icon.police {
  background-image: url(../images/ci/logo-police.svg);
  background-size: 85%;
}
.intro-wrap > section:nth-child(3) a.intro-icon.kcg {
  background-image: url(../images/ci/logo-kcg.svg);
}
.intro-wrap > section:nth-child(3) a.intro-icon.nfa {
  background-image: url(../images/ci/logo-nfa.png);
}
.intro-wrap > section:nth-child(3) .intro-icon-wrap .intro-icon {
  opacity: 0.5;
}
.intro-wrap > section:nth-child(3) .intro-icon-wrap .intro-icon.active {
  opacity: 1;
}
.intro-wrap > section:nth-child(3) .btn-wrap .btn {
  opacity: 0;
}
.intro-wrap > section:nth-child(3) .btn-wrap .btn.active {
  opacity: 1;
}
.intro-wrap > section.underconst::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  content: attr(data-title);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  z-index: 2;
  padding: 10px 20px;
  border-radius: 100px;
}
.intro-wrap > section.underconst > div, .intro-wrap > section.underconst .disabled {
  opacity: 0.25;
}
@media (min-width: 992px) {
  .intro-wrap > section {
    margin-bottom: 60px;
  }
  .intro-wrap > section .latest-box {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: -30px;
    border-radius: 30px;
    margin: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s;
  }
  .intro-wrap > section:hover .latest-box {
    opacity: 1;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .intro-wrap > section .latest-box {
    bottom: 15px;
  }
}
@media (min-width: 768px) {
  .intro-wrap {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
  .intro-wrap > section {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .intro-wrap {
    margin-right: -15px;
    margin-left: -15px;
  }
  .intro-wrap > section {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .intro-wrap > section {
    display: block;
    margin: 15px auto;
  }
  .intro-wrap > section .title-box, .intro-wrap > section .latest-box {
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
  }
  .intro-wrap > section .title-box > .text {
    padding: 0;
  }
  .intro-wrap > section .title-box h2 {
    font-size: 2rem;
  }
  .intro-wrap > section .latest-box {
    padding: 30px 15px;
  }
  .intro-wrap > section .latest-box .latest-list > ul > li {
    flex: none;
  }
  .intro-wrap > section .latest-box .latest-list > ul > li.datetime {
    display: block;
    flex: 0 0 60px;
    max-width: 60px;
    font-size: 1rem;
  }
  .intro-wrap > section .latest-box .latest-list > ul > li.subj {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    font-size: 1rem;
  }
  .intro-wrap > section .latest-box .latest-list > ul + ul {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .intro-wrap {
    display: block;
  }
  .intro-wrap > section {
    display: block;
  }
  .intro-wrap > section .title-box, .intro-wrap > section .latest-box {
    max-width: none !important;
  }
  .intro-wrap > section .title-box h2 {
    font-size: 1.8rem;
  }
  .intro-wrap > section .title-box + .latest-box {
    margin-top: 15px;
  }
}
@media (max-width: 414px) {
  .intro-wrap > section {
    display: block;
  }
  .intro-wrap > section .title-box, .intro-wrap > section .latest-box {
    flex: none;
    max-width: none !important;
  }
  .intro-wrap > section .latest-box .latest-list > ul > li {
    flex: none;
    max-width: 100% !important;
  }
}

.career-wrap > section .latest-box {
  border-radius: 50px;
  border: solid 1px transparent;
  padding: 9px;
}
.career-wrap > section .latest-box .title-box {
  padding: 20px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.career-wrap > section .latest-box .title-box h4 {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  font-weight: 500;
  margin-left: 10px;
}
.career-wrap > section .latest-box .title-box .btn {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  margin-left: auto;
}
.career-wrap > section .latest-box .title-box .btn::before, .career-wrap > section .latest-box .title-box .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.career-wrap > section .latest-box .title-box .btn::before {
  width: 2px;
  height: 22px;
}
.career-wrap > section .latest-box .title-box .btn::after {
  width: 22px;
  height: 2px;
}
.career-wrap > section .latest-box .latest-list > ul > li.datetime {
  font-size: 1rem;
}
.career-wrap > section.ca-1 .title-box {
  background-color: var(--in-01);
}
.career-wrap > section.ca-1 .title-box .btn::before, .career-wrap > section.ca-1 .title-box .btn::after {
  background-color: var(--in-01);
}
.career-wrap > section.ca-1 .latest-box {
  background-color: var(--in-01-light);
  border-color: var(--in-01);
}
.career-wrap > section.ca-1 .latest-box .title {
  color: var(--in-01-dark);
}
.career-wrap > section.ca-1 .latest-box .latest-list > ul > li.datetime > span {
  background-color: var(--in-01);
}
.career-wrap > section.ca-1 .latest-box .latest-list > ul > li.badge-wrap > span {
  border-color: var(--in-01);
  color: var(--in-01-dark);
}
.career-wrap > section.ca-1 .latest-box.underconst .latest-list::before {
  color: var(--in-01);
}
.career-wrap > section.ca-1 .title .btn-more::before, .career-wrap > section.ca-1 .title .btn-more::after {
  background-color: var(--in-01-dark);
}
.career-wrap > section.ca-2 .title-box {
  background-color: var(--in-02);
}
.career-wrap > section.ca-2 .title-box .btn::before, .career-wrap > section.ca-2 .title-box .btn::after {
  background-color: var(--in-02);
}
.career-wrap > section.ca-2 .latest-box {
  background-color: var(--in-02-light);
  border-color: var(--in-02);
}
.career-wrap > section.ca-2 .latest-box .title {
  color: var(--in-02-dark);
}
.career-wrap > section.ca-2 .latest-box .latest-list > ul > li.datetime > span {
  background-color: var(--in-02);
}
.career-wrap > section.ca-2 .latest-box .latest-list > ul > li.badge-wrap > span {
  border-color: var(--in-02);
  color: var(--in-02-dark);
}
.career-wrap > section.ca-2 .latest-box.underconst .latest-list::before {
  color: var(--in-02);
}
.career-wrap > section.ca-2 .title .btn-more::before, .career-wrap > section.ca-2 .title .btn-more::after {
  background-color: var(--in-02-dark);
}
.career-wrap > section.ca-3 .title-box {
  background-color: var(--in-03);
}
.career-wrap > section.ca-3 .title-box .btn::before, .career-wrap > section.ca-3 .title-box .btn::after {
  background-color: var(--in-03);
}
.career-wrap > section.ca-3 .latest-box {
  background-color: var(--in-03-light);
  border-color: var(--in-03);
}
.career-wrap > section.ca-3 .latest-box .title {
  color: var(--in-03-dark);
}
.career-wrap > section.ca-3 .latest-box .latest-list > ul > li.datetime > span {
  background-color: var(--in-03);
}
.career-wrap > section.ca-3 .latest-box .latest-list > ul > li.badge-wrap > span {
  border-color: var(--in-03);
  color: var(--in-03-dark);
}
.career-wrap > section.ca-3 .latest-box.underconst .latest-list::before {
  color: var(--in-03);
}
.career-wrap > section.ca-3 .title .btn-more::before, .career-wrap > section.ca-3 .title .btn-more::after {
  background-color: var(--in-03-dark);
}
@media (min-width: 768px) {
  .career-wrap {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .career-wrap > section {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .career-wrap > section {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .career-wrap > section .latest-box {
    border-radius: 30px;
  }
  .career-wrap > section .latest-box .title-box {
    border-radius: 30px;
    padding: 10px 10px;
  }
}

/* 2025-03-20 */
.main-list2 .aside-banner aside {
  z-index: 1;
}
.main-list2 .aside-banner aside a {
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px rgb(128, 128, 128);
  display: flex;
  align-items: center;
  line-height: 1.3;
  letter-spacing: -0.05rem;
}
.main-list2 .aside-banner aside a > p {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  font-weight: 300;
}
.main-list2 .aside-banner aside a strong {
  display: block;
  font-weight: 600;
}
.main-list2 .aside-banner aside.fixed {
  position: fixed;
}
@media (min-width: 768px) {
  .main-list2 {
    display: flex;
  }
  .main-list2 .latest {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-right: 10px;
  }
  .main-list2 .aside-banner {
    flex: 0 0 120px;
    max-width: 120px;
  }
  .main-list2 .aside-banner aside {
    position: absolute;
    display: block;
    width: 120px;
  }
  .main-list2 .aside-banner aside a {
    width: 100%;
    height: 160px;
    padding: 20px 0;
    margin-top: 10px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    font-size: 18px;
  }
  .main-list2 .aside-banner aside a small {
    font-size: 14px;
  }
  .main-list2 .aside-banner aside a > img {
    max-width: 50%;
    height: auto;
    margin: auto;
  }
  .main-list2 .aside-banner aside a > img.lang-cert {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .main-list2 .aside-banner aside {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
  }
  .main-list2 .aside-banner aside a {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    height: 60px;
    padding: 10px 20px;
    margin: 5px;
    font-size: 18px;
  }
  .main-list2 .aside-banner aside a > img {
    width: auto;
    max-height: 40px;
    margin-right: 10px;
  }
  .main-list2 .aside-banner aside a > p strong {
    display: inline;
    margin-left: 6px;
  }
}
@media (max-width: 575px) {
  .main-list2 .aside-banner aside {
    display: block;
    margin: 0;
    padding: 5px 0;
  }
  .main-list2 .aside-banner aside a {
    flex: none;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    margin: 10px auto;
  }
  .main-list2 .aside-banner aside a > img {
    width: auto;
    max-height: 40px;
    margin-right: 10px;
  }
  .main-list2 .aside-banner aside a:nth-child(2) > img {
    margin: 0 20px 0 14px;
  }
}
@media (min-width: 1400px) {
  .main-list2 .aside-banner {
    padding-top: 5px;
  }
}

/* 2025-02-09 */
.row [class*=border-], .select-list [class*=border-] {
  border-color: rgb(222, 226, 230);
}

.main-wrap {
  background-color: rgb(250, 250, 250);
}
@media (min-width: 992px) {
  .main-wrap {
    padding: 30px 0;
  }
}
.main-wrap .container {
  max-width: 1800px;
}
.main-wrap .nav-tabs {
  white-space: nowrap;
  border: none;
  flex-wrap: nowrap;
  align-items: center;
}
.main-wrap .nav-tabs .nav-item {
  flex: 1 1 auto;
  padding: 0 3px;
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
}
.main-wrap .nav-tabs .nav-item a {
  font-size: 16px;
  text-align: center;
}
.main-wrap .nav-tabs .nav-item a > span {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
}
.main-wrap .nav-tabs .nav-item a.nav-link {
  box-shadow: none;
  background-color: transparent;
  transition: none;
  border-radius: 60px;
  font-weight: 400;
  border: solid 1px rgb(179, 179, 179);
  font-size: 18px;
}
.main-wrap .nav-tabs .nav-item a.nav-link:hover, .main-wrap .nav-tabs .nav-item a.nav-link.active {
  border-color: var(--skin);
  color: var(--skin);
}
.main-wrap .nav-tabs .nav-item a.nav-link:hover {
  background-color: var(--skin-light2);
}
.main-wrap .nav-tabs .nav-item a.nav-link.active {
  border-width: 2px;
  background-color: #fff;
}
.main-wrap .nav-tabs .nav-item a.nav-link.active {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .main-wrap .nav-tabs .nav-item a.nav-link {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .main-wrap .nav-tabs .nav-item a.nav-link {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .main-wrap .nav-tabs .nav-item a.nav-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-wrap .nav-tabs .nav-item a.nav-link {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .main-wrap .nav-tabs .nav-item a.nav-link {
    font-size: 14px;
  }
}
.main-wrap .nav-tabs.nav-more {
  margin-left: auto;
}
.main-wrap .nav-tabs.nav-more a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .main-wrap .nav-tabs {
    font-size: 14px;
  }
  .main-wrap .nav-tabs.nav-more {
    display: none;
  }
}
.main-wrap .main-top {
  padding: 30px 0;
}
.main-wrap .main-top .main-latest, .main-wrap .main-top .main-banner, .main-wrap .main-top .main-visual {
  flex-grow: 1;
  position: relative;
}
.main-wrap .main-top .nav-tabs .nav-item .nav-link {
  padding: 10px 20px;
}
.main-wrap .main-top .nav-tabs .nav-item .nav-link.active {
  padding: 9px 19px;
}
.main-wrap .main-top .main-banner {
  white-space: nowrap;
}
.main-wrap .main-top .main-banner ul, .main-wrap .main-top .main-banner li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-wrap .main-top .main-banner > ul > li {
  padding: 0 10px;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
.main-wrap .main-top .main-banner > ul > li .m-bn {
  display: block;
  position: relative;
  border: 1px solid rgb(128, 128, 128);
  border-radius: 30px;
  padding: 25px 20px;
  letter-spacing: -0.05rem;
  display: flex;
}
.main-wrap .main-top .main-banner > ul > li .m-bn > ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-wrap .main-top .main-banner > ul > li .m-bn .icon {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
  background-size: auto;
}
.main-wrap .main-top .main-banner > ul > li .m-bn .text {
  margin-left: 15px;
}
.main-wrap .main-top .main-banner > ul > li .m-bn.main-lang-sc .icon {
  background-image: url(../images/icon/main-lang-sc.svg);
}
.main-wrap .main-top .main-banner > ul > li .m-bn.main-pass-cert .icon {
  background-image: url(../images/icon/main-pass-cert.svg);
}
.main-wrap .main-top .main-banner > ul > li .m-bn.main-lang-cert .icon {
  background-image: url(../images/icon/main-lang-cert.svg);
}
.main-wrap .main-top .main-banner > ul > li .m-bn.main-transcript .icon {
  background-image: url(../images/icon/transcript.svg);
}
@media (min-width: 992px) {
  .main-wrap .main-top .main-banner > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0 -10px;
  }
  .main-wrap .main-top .main-banner > ul > li {
    font-size: 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn > ul {
    display: block;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .icon {
    max-width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .text {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .main-wrap .main-top .main-banner > ul > li .m-bn .text {
    display: block;
  }
}
@media (max-width: 991px) {
  .main-wrap .main-top .main-banner > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -5px;
  }
  .main-wrap .main-top .main-banner > ul > li {
    font-size: 18px;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
    padding: 0 5px;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn {
    border-radius: 20px;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .icon {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .main-wrap .main-top .main-banner > ul {
    margin-top: 0;
  }
  .main-wrap .main-top .main-banner > ul > li {
    font-size: 17px;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px 0 0 0;
    padding: 0 5px;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn {
    border-radius: 20px;
    padding: 15px 0;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn > ul {
    display: flex;
    text-align: left;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .icon {
    flex: 0 0 60px;
    max-width: 60px;
    margin: 0 10px 0 15px;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .text {
    margin: 0;
  }
}
@media (max-width: 414px) {
  .main-wrap .main-top .main-banner > ul {
    display: block;
  }
  .main-wrap .main-top .main-banner > ul > li {
    font-size: 18px;
    max-width: none;
    padding: 0;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn {
    border-radius: 20px;
    padding: 10px 15px;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn > ul {
    display: flex;
    text-align: left;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .icon {
    flex: 0 0 48px;
    max-width: 48px;
  }
  .main-wrap .main-top .main-banner > ul > li .m-bn .text {
    display: flex;
    flex-direction: row;
  }
  .main-wrap .main-top .main-banner > ul > li + li {
    margin-top: 10px;
  }
}
.main-wrap .main-top .table {
  font-size: 16px;
  border-top: none;
}
.main-wrap .main-top .table .tbody ul {
  align-items: center;
}
.main-wrap .main-top .table .tbody ul > li {
  border: none;
}
.main-wrap .main-top .table .tbody ul > li:nth-child(1), .main-wrap .main-top .table .tbody ul > li.subj {
  text-align: left;
}
.main-wrap .main-top .table .tbody ul > li:nth-child(2), .main-wrap .main-top .table .tbody ul > li.datetime {
  flex: 0 0 120px;
  max-width: 120px;
  text-align: center;
  font-weight: 300;
  padding: 0;
}
@media (min-width: 992px) {
  .main-wrap .main-top .table .tbody ul {
    font-size: 18px;
  }
  .main-wrap .main-top .table .tbody ul:nth-child(even) {
    background-color: rgb(247, 247, 247);
  }
  .main-wrap .main-top .table .tbody ul > li {
    padding: 8px 8px;
  }
  .main-wrap .main-top .table .tbody ul > li:nth-child(1) > div, .main-wrap .main-top .table .tbody ul > li.subj > div {
    display: flex;
    align-items: center;
  }
  .main-wrap .main-top .table .tbody ul > li:nth-child(1) .badge + a, .main-wrap .main-top .table .tbody ul > li.subj .badge + a {
    flex: 0 0 calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 991px) {
  .main-wrap .main-top .table .tbody ul > li.datetime {
    text-align: right;
    flex: none;
    max-width: none;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .main-wrap .main-top .table .tbody ul {
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .main-wrap .main-top .table .tbody ul {
    display: block;
  }
  .main-wrap .main-top .table .tbody ul > li {
    flex: none;
    max-width: none !important;
  }
  .main-wrap .main-top .table .tbody ul > li.subj > div {
    display: flex;
    flex-direction: column;
  }
  .main-wrap .main-top .table .tbody ul > li.datetime {
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main-wrap .main-top {
    display: flex;
  }
  .main-wrap .main-top .main-latest {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    padding-right: 30px;
  }
  .main-wrap .main-top .main-latest .nav-tabs .nav-item {
    flex: 1 1 auto;
  }
  .main-wrap .main-top .main-visual {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.main-wrap .sort-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-wrap .sort-wrap > li {
  flex: 1 1 auto;
}
.main-wrap .sort-wrap > li + li {
  margin-left: 10px;
}
.main-wrap .sort-wrap .form-control, .main-wrap .sort-wrap .btn {
  border-radius: 15px;
  border: solid 1px rgb(179, 179, 179);
  height: 50px;
}
.main-wrap .sort-wrap .btn {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .main-wrap .sort-wrap {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .main-wrap .sort-wrap {
    justify-content: center;
  }
}
.main-wrap .badge {
  width: 70px;
  height: 30px;
  border-radius: 30px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
}
.main-wrap .badge.noti {
  background-color: var(--ic-noti);
}
.main-wrap .badge.new {
  background-color: var(--ic-new);
}
.main-wrap .badge.tp-05 {
  background-color: var(--ic-05);
}
.main-wrap .badge.tp-07 {
  background-color: var(--ic-07);
}
.main-wrap .badge.tp-09 {
  background-color: var(--ic-09);
}
@media (max-width: 575px) {
  .main-wrap .badge {
    width: 60px;
  }
}
.main-wrap #main_banner .border-radius {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .main-wrap #main_banner .border-radius {
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .main-wrap #main_banner .border-radius {
    border-radius: 30px;
  }
}

.main-list {
  padding: 40px 0;
}
.main-list .btn {
  padding: 15px 30px;
  border-radius: 40px;
  border-color: rgb(128, 128, 128);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .main-list .btn h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .main-list .btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .main-list .btn h5 {
    font-size: 14px;
  }
}
.main-list .nav-tabs {
  flex-wrap: nowrap;
}
.main-list .nav-tabs .nav-item a.nav-link {
  margin: 0;
  border-color: rgb(179, 179, 179);
  padding: 15px 40px;
  text-align: center;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
.main-list .nav-tabs .nav-item a.nav-link:hover {
  border-color: var(--skin);
  color: var(--skin);
}
.main-list .nav-tabs .nav-item a.nav-link.active {
  font-weight: 500;
  border-color: var(--skin2);
  background-color: var(--skin2);
  color: #fff;
}
@media (max-width: 767px) {
  .main-list .nav-tabs .nav-item a.nav-link {
    padding: 15px 30px;
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .main-list .nav-tabs .nav-item a.nav-link {
    padding: 10px 15px;
    margin: 1px;
  }
}
@media (max-width: 767px) {
  .main-list .nav-tabs .nav-item {
    flex: 1 1 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.main-list .swiper .swiper-button-prev, .main-list .swiper .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.main-list .swiper .swiper-button-prev:hover, .main-list .swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.main-list .swiper .swiper-button-prev:hover::before, .main-list .swiper .swiper-button-prev:hover::after, .main-list .swiper .swiper-button-next:hover::before, .main-list .swiper .swiper-button-next:hover::after {
  background-color: #fff;
}
.main-list .swiper .swiper-button-prev::before {
  transform: translateX(12px) translateY(5px) rotate(45deg);
}
.main-list .swiper .swiper-button-prev::after {
  transform: translateX(12px) translateY(-5px) rotate(-45deg);
}
.main-list .swiper .swiper-button-next::before {
  transform: translateX(12px) translateY(-5px) rotate(45deg);
}
.main-list .swiper .swiper-button-next::after {
  transform: translateX(12px) translateY(5px) rotate(-45deg);
}
.main-list .schedule {
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  background-color: rgb(250, 250, 250);
  opacity: 0; /*transition:opacity .3s ease-out;*/
}
.main-list .schedule ul, .main-list .schedule li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-list .schedule h5 {
  font-weight: 500;
}
.main-list .schedule ul {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  padding: 0;
  margin: 0;
}
.main-list .schedule > ul {
  flex-wrap: wrap;
}
.main-list .schedule > ul li {
  padding: 15px 0;
}
.main-list .schedule > ul li.title {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.main-list .schedule > ul li.title > span {
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
}
.main-list .schedule > ul li.prgs {
  flex: 0 0 87.5%;
  max-width: 87.5%;
  padding: 0;
  overflow: visible;
}
.main-list .schedule > ul li.prgs > ul > li {
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
  padding: 0 2.5px;
}
.main-list .schedule > ul li.prgs > ul > li > div {
  height: 100%;
  border: solid 2px rgb(128, 128, 128);
  border-radius: 40px;
  padding: 10px;
  flex-grow: 1;
}
.main-list .schedule > ul li.prgs > ul > li.did {
  opacity: 0.5;
}
.main-list .schedule > ul li.prgs > ul > li.did > div {
  border-width: 1px;
}
.main-list .schedule > ul li.prgs > span {
  width: 0;
  height: 8px;
  left: -60px;
  bottom: 0;
  position: absolute;
  z-index: 3;
  padding-right: 60px;
  box-sizing: content-box;
}
.main-list .schedule > ul li.prgs > span::before, .main-list .schedule > ul li.prgs > span::after {
  content: "";
  position: absolute;
}
.main-list .schedule > ul li.prgs > span::before {
  width: calc(100% - 12.5px);
  height: 8px;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}
.main-list .schedule > ul li.prgs > span::after {
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  right: 12.5px;
  top: 50%;
  transform: translateX(11.5px) translateY(-50%);
}
@media (min-width: 992px) {
  .main-list .schedule > ul:last-child li.prgs > ul > li:first-child {
    flex: 57.1428%;
    max-width: 57.1428%;
  }
}
.main-list .schedule > ul + ul {
  margin-top: 10px;
}
.main-list .schedule > ul:nth-child(1) li.title {
  background-color: var(--sch-01);
}
.main-list .schedule > ul:nth-child(1) li.active > div {
  background-color: var(--sch-01-light);
  border-color: var(--sch-01);
}
.main-list .schedule > ul:nth-child(1) li.active h5, .main-list .schedule > ul:nth-child(1) li.active .btn-alarm {
  color: var(--sch-01-dark);
}
.main-list .schedule > ul:nth-child(1) .prgs > span::before, .main-list .schedule > ul:nth-child(1) .prgs > span::after {
  background-color: var(--sch-01);
}
.main-list .schedule > ul .icon_1 {
  background-position: 0 -10px;
}
.main-list .schedule > ul:nth-child(2) li.title {
  background-color: var(--sch-02);
}
.main-list .schedule > ul:nth-child(2) li.active > div {
  background-color: var(--sch-02-light);
  border-color: var(--sch-02);
}
.main-list .schedule > ul:nth-child(2) li.active h5, .main-list .schedule > ul:nth-child(2) li.active .btn-alarm {
  color: var(--sch-02-dark);
}
.main-list .schedule > ul:nth-child(2) .prgs > span::before, .main-list .schedule > ul:nth-child(2) .prgs > span::after {
  background-color: var(--sch-02);
}
.main-list .schedule > ul .icon_2 {
  background-position: 0 -20px;
}
.main-list .schedule > ul:nth-child(3) li.title {
  background-color: var(--sch-03);
}
.main-list .schedule > ul:nth-child(3) li.active > div {
  background-color: var(--sch-03-light);
  border-color: var(--sch-03);
}
.main-list .schedule > ul:nth-child(3) li.active h5, .main-list .schedule > ul:nth-child(3) li.active .btn-alarm {
  color: var(--sch-03-dark);
}
.main-list .schedule > ul:nth-child(3) .prgs > span::before, .main-list .schedule > ul:nth-child(3) .prgs > span::after {
  background-color: var(--sch-03);
}
.main-list .schedule > ul .icon_3 {
  background-position: 0 -30px;
}
.main-list .schedule > ul:nth-child(4) li.title {
  background-color: var(--sch-04);
}
.main-list .schedule > ul:nth-child(4) li.active > div {
  background-color: var(--sch-04-light);
  border-color: var(--sch-04);
}
.main-list .schedule > ul:nth-child(4) li.active h5, .main-list .schedule > ul:nth-child(4) li.active .btn-alarm {
  color: var(--sch-04-dark);
}
.main-list .schedule > ul:nth-child(4) .prgs > span::before, .main-list .schedule > ul:nth-child(4) .prgs > span::after {
  background-color: var(--sch-04);
}
.main-list .schedule > ul .icon_4 {
  background-position: 0 -40px;
}
.main-list .schedule > ul:nth-child(5) li.title {
  background-color: var(--sch-05);
}
.main-list .schedule > ul:nth-child(5) li.active > div {
  background-color: var(--sch-05-light);
  border-color: var(--sch-05);
}
.main-list .schedule > ul:nth-child(5) li.active h5, .main-list .schedule > ul:nth-child(5) li.active .btn-alarm {
  color: var(--sch-05-dark);
}
.main-list .schedule > ul:nth-child(5) .prgs > span::before, .main-list .schedule > ul:nth-child(5) .prgs > span::after {
  background-color: var(--sch-05);
}
.main-list .schedule > ul .icon_5 {
  background-position: 0 -50px;
}
.main-list .schedule > ul .btn-alarm::before {
  content: "\f0a2";
  font-family: "FontAwesome";
}
.main-list .schedule > ul .alram-con {
  flex: 0 0 100%;
  width: 100%;
  transition: none;
}
.main-list .schedule > ul .alram-con .wrap {
  padding: 20px 30px;
  border-radius: 15px;
  border: solid 1px rgb(179, 179, 179);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 10px auto;
  white-space: normal;
}
@media (max-width: 575px) {
  .main-list .schedule > ul .alram-con .wrap {
    padding: 20px 20px;
  }
}
.main-list .schedule > ul .alram-con .btn {
  padding: 7px 14px;
}
@media (max-width: 1399px) {
  .main-list .schedule > ul > li.prgs > ul > li h6 {
    font-size: 14px;
  }
  .main-list .schedule > ul > li.prgs > ul > li h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .main-list .schedule > ul > li.title {
    flex: 0 0 150px;
    max-width: 150px;
  }
  .main-list .schedule > ul > li.prgs {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    overflow: auto hidden;
  }
  .main-list .schedule > ul > li.prgs > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .main-list .schedule > ul > li.prgs > span {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-list .schedule > ul {
    display: block;
  }
  .main-list .schedule > ul > li.title, .main-list .schedule > ul > li.prgs {
    flex: none;
    max-width: none !important;
  }
  .main-list .schedule > ul > li.title {
    margin-bottom: 5px;
  }
  .main-list .schedule > ul > li.prgs > ul > li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .main-list .schedule > ul > li.prgs > ul > li h6 {
    font-size: 12px;
  }
  .main-list .schedule > ul > li.prgs > ul > li h5 {
    font-size: 14px;
  }
  .main-list .schedule > ul > li.prgs > ul > li:first-child {
    border-radius: 0 0 0 15px;
  }
  .main-list .schedule > ul > li.prgs > ul > li:last-child {
    border-radius: 0 0 15px 0;
  }
}
@media (max-width: 414px) {
  .main-list .schedule > ul > li.prgs > ul > li {
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
  }
}
.main-list .schedule.swiper-slide-active {
  opacity: 1;
}

/*2025-05-16 */
.main-notice {
  padding: 10px 10px;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--skin-light2);
  display: flex;
  align-items: center;
  position: relative;
}
.main-notice ul, .main-notice li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-notice::before {
  content: attr(data-title);
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  font-family: "omnigothic", "S-Core Dream", "GamtanGothic", "Pretendard";
  transform: skew(-0.1deg);
  margin: auto 20px auto 20px;
}
.main-notice .scroll-text {
  width: 100%;
  min-width: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 50px;
  padding: 0 30px;
}
.main-notice .scroll-text ul {
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  background-color: #fff;
  padding: 5px 15px;
}
.main-notice .scroll-text ul > li {
  white-space: nowrap;
  letter-spacing: -0.025rem; /*display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;*/
}
.main-notice .scroll-text ul > li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
}
.main-notice .scroll-text ul > li.subj {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.main-notice .scroll-text ul > li.datetime {
  color: rgb(100, 100, 100);
  font-weight: 300;
  flex: 0 0 90px;
  max-width: 90px;
}
.main-notice .scroll-text .swiper-button-prev, .main-notice .scroll-text .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.main-notice .scroll-text .swiper-slide {
  /*
  &:nth-child(odd){ul{margin-left:30px;}}
  &:nth-child(even){ul{margin-right:30px;}}
  */
}
.main-notice .scroll-text .swiper-slide ul {
  opacity: 0;
  transition: all 0.3s;
}
.main-notice .scroll-text .swiper-slide.swiper-slide-active ul, .main-notice .scroll-text .swiper-slide.swiper-slide-next ul {
  opacity: 1;
}
@media (max-width: 991px) {
  .main-notice .scroll-text {
    padding: 0 0;
  }
  .main-notice .scroll-text .swiper-slide ul {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-notice::before {
    font-size: 18px;
    margin: auto 15px;
  }
  .main-notice .scroll-text {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .main-notice .scroll-text ul {
    padding: 0 10px;
  }
  .main-notice .scroll-text ul > li a {
    height: 50px;
  }
  .main-notice .scroll-text ul > li.subj {
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
  .main-notice .scroll-text ul > li.datetime {
    flex: 0 0 80px;
    max-width: 80px;
  }
}
@media (max-width: 575px) {
  .main-notice::before {
    display: none;
  }
  .main-notice .scroll-text {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .main-notice .scroll-text ul {
    padding: 0 10px;
  }
  .main-notice .scroll-text ul > li a {
    height: 40px;
  }
  .main-notice .scroll-text ul > li.subj {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  .main-notice .scroll-text ul > li.datetime {
    flex: 0 0 70px;
    max-width: 70px;
  }
}

/* sitemap */
.sitemap-wrap ul, .sitemap-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-wrap a {
  display: block;
  padding: 1rem;
}
.sitemap-wrap a::before {
  margin-right: 10px;
  display: inline-block;
}
.sitemap-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sitemap-wrap > ul > li {
  padding: 15px 15px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  .sitemap-wrap > ul > li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .sitemap-wrap > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .sitemap-wrap > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sitemap-wrap > ul > li > a {
  border-radius: 15px;
  background-color: var(--skin-light2);
  color: var(--skin2);
  font-weight: 500;
}
.sitemap-wrap > ul > li > ul {
  margin-top: 10px;
}
.sitemap-wrap > ul > li > ul > li a {
  display: flex;
  align-items: center;
}
.sitemap-wrap > ul > li > ul > li > a {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background-color: var(--skin-light);
}
.sitemap-wrap > ul > li > ul > li > a::before {
  content: "\f105";
  font-family: "FontAwesome";
  color: var(--skin2);
}
.sitemap-wrap > ul > li > ul > li + li {
  margin-top: 5px;
}
.sitemap-wrap > ul > li > ul > li > ul {
  border-radius: 10px;
  margin: 5px auto 15px auto;
  border: solid 1px var(--skin-light2);
  padding: 0.5rem 1rem;
}
.sitemap-wrap > ul > li > ul > li > ul > li a {
  padding: 0.15rem 1rem;
}
.sitemap-wrap > ul > li > ul > li > ul > li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--skin2);
}
.sitemap-wrap > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 2rem;
  font-size: 90%;
}

/* responsive border */
@media (min-width: 992px) {
  .border-lg-top {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .border-lg-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .border-lg-right {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .border-lg-left {
    border-left-style: solid;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .border-md-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .border-md-right {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .border-md-left {
    border-left-style: solid;
    border-left-width: 1px;
  }
}
@media (min-width: 576px) {
  .border-sm-top {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .border-sm-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .border-sm-right {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .border-sm-left {
    border-left-style: solid;
    border-left-width: 1px;
  }
}
/* 2025-02 경력사항 관리 테이블 버튼 위치 반응형 */
@media (max-width: 991px) {
  .career-hbox .career-hlist .btn-admin-wrap {
    height: auto !important;
  }
}
.career-hbox .career-hlist .table.info-02 {
  margin: -1px auto;
}

/* 2025-05-10 */
.reg-list {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap;
}
.reg-list .reg-box {
  padding-right: 15px;
  padding-left: 15px;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .reg-list .reg-box {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .reg-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .reg-list .reg-box {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .reg-list .reg-box {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

/******************
Template responsive
*******************/
@media (min-width: 768px) {
  .responsive-video {
    width: 100%;
    height: auto;
  }
  .select-list .depth-01 {
    flex: 0 0 90px !important;
    max-width: 90px !important;
  }
  .select-list .depth-01-next {
    flex: 0 0 calc(100% - 90px) !important;
    max-width: calc(100% - 90px) !important;
  }
  .select-list .depth-02 {
    flex: 0 0 180px !important;
    max-width: 180px !important;
  }
  .select-list .depth-02-next {
    flex: 0 0 calc(100% - 180px) !important;
    max-width: calc(100% - 180px) !important;
  }
  .select-list .depth-03 {
    flex: 0 0 270px !important;
    max-width: 270px !important;
  }
  .select-list .depth-03-next {
    flex: 0 0 calc(100% - 270px) !important;
    max-width: calc(100% - 270px) !important;
  }
  .select-list > .depth-01 {
    border-right: 1px solid #dee2e6;
  }
}
@media (max-width: 991px) {
  .mypush-list > ul > li, .mypush-list ul.thead > li, .mypush-list ul.tbody > li, .mycareer-detail-list > ul > li, .mycareer-detail-list ul.thead > li, .mycareer-detail-list ul.tbody > li, .mycert-list > ul > li, .mycert-list ul.thead > li, .mycert-list ul.tbody > li, .table-wishlist > ul > li, .table-wishlist ul.thead > li, .table-wishlist ul.tbody > li, .table-pass > ul > li, .table-pass ul.thead > li, .table-pass ul.tbody > li {
    display: flex;
  }
  .mypush-list > ul > li::before, .mypush-list ul.thead > li::before, .mypush-list ul.tbody > li::before, .mycareer-detail-list > ul > li::before, .mycareer-detail-list ul.thead > li::before, .mycareer-detail-list ul.tbody > li::before, .mycert-list > ul > li::before, .mycert-list ul.thead > li::before, .mycert-list ul.tbody > li::before, .table-wishlist > ul > li::before, .table-wishlist ul.thead > li::before, .table-wishlist ul.tbody > li::before, .table-pass > ul > li::before, .table-pass ul.thead > li::before, .table-pass ul.tbody > li::before {
    margin: 0;
    background-color: transparent;
    flex: 0 0 30%;
    max-width: 30%;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .row-responsive .border-left.border-responsive {
    border-left: none !important;
  }
  .table_03 .table {
    table-layout: fixed;
    font-size: 0.9rem;
  }
  .table_03 .table tr:nth-child(1) th:nth-child(1), .table_03 .table td:nth-child(1) {
    width: 60px;
  }
  .table_03 .table tr:nth-child(2) th, .table_03 .table td:nth-child(3), .table_03 .table td:nth-child(4) {
    width: 60px;
  }
  .mypage-wrap .table > ul > li, .mypage-wrap .table ul.thead > li, .mypage-wrap .table ul.tbody > li, .mypush-list > ul > li, .mypush-list ul.thead > li, .mypush-list ul.tbody > li, .mycareer-detail-list > ul > li, .mycareer-detail-list ul.thead > li, .mycareer-detail-list ul.tbody > li, .mycert-list .mythesis-list > ul > li, .mycert-list .mythesis-list ul.thead > li, .mycert-list .mythesis-list ul.tbody > li {
    display: flex;
  }
  .mypage-wrap .table > ul > li::before, .mypage-wrap .table ul.thead > li::before, .mypage-wrap .table ul.tbody > li::before, .mypush-list > ul > li::before, .mypush-list ul.thead > li::before, .mypush-list ul.tbody > li::before, .mycareer-detail-list > ul > li::before, .mycareer-detail-list ul.thead > li::before, .mycareer-detail-list ul.tbody > li::before, .mycert-list .mythesis-list > ul > li::before, .mycert-list .mythesis-list ul.thead > li::before, .mycert-list .mythesis-list ul.tbody > li::before {
    margin: 0;
    padding: 0;
    flex: 0 0 33.3333%;
    white-space: nowrap;
  }
  .table-wishlist > ul > li::before, .table-wishlist ul.thead > li::before, .table-wishlist ul.tbody > li::before {
    flex: 0 0 33.3333% !important;
    width: 33.3333% !important;
    max-width: 33.3333% !important;
  }
  .table-wishlist > ul > li > div, .table-wishlist ul.thead > li > div, .table-wishlist ul.tbody > li > div {
    flex: 0 0 66.6667% !important;
    width: 66.6667% !important;
    max-width: 66.6667% !important;
  }
}
.align-c {
	align-items: center;
}
.new-mark {
	height: 26px !important; 
	margin-left: 5px;
}