@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
html, body {
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Regular, dotum, "돋움", sans-serif;
  font-size: 16px;
  color: #161616;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1px;
  word-break: keep-all;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
}
table th {
  font-weight: normal;
  word-break: break-word;
}
table td {
  word-break: break-word;
}

legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

caption {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

i {
  font: inherit;
  color: inherit;
}

ins {
  text-decoration: none;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

::-ms-input-placeholder {
  color: #767676;
}

::placeholder {
  color: #767676;
}

:focus {
  outline-style: dashed;
  outline-width: 2px;
}

.lnb:focus,
.lnb:focus-within {
  display: block;
}

@page {
  size: 208mm 295mm;
  margin: 0mm 0mm 0mm 0mm;
}
em, small, ins, dt, dd {
  font-size: inherit;
  color: inherit;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-weight: normal;
  border-radius: 0;
  background: #fff;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
button:disabled {
  cursor: default;
}
button:disabled::after {
  background: none;
  width: 0;
  height: 0;
  -webkit-transition: none;
  transition: none;
  display: none;
}

.input-box {
  position: relative;
  width: 180px;
  height: 32px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #c7c7c7;
  color: #767676;
  font-size: 15px;
}
.input-box.min {
  width: 100px;
}
.input-box.mid {
  width: 280px;
}
.input-box.mid2 {
  width: 210px;
}
.input-box.max {
  width: 100%;
}
.input-box + .point-text {
  margin-left: 8px;
}
.input-box.input-lg {
  height: 42px;
}

input.input-box:-moz-read-only {
  background-color: #efefef;
}

input.input-box:read-only, input.input-box.read-only {
  background-color: #efefef;
}

input.input-box:disabled, input.input-box.disabled {
  color: #525252;
  background-color: #efefef;
}

input.input-box:required, input.input-box.error {
  border-color: #efefef;
}

input.input-box:active, input.input-box:focus {
  border-color: #000;
  outline: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

input.input-box::-webkit-input-placeholder {
  color: #525252;
}

input.input-box::-moz-placeholder {
  color: #525252;
}

input.input-box:-ms-input-placeholder {
  color: #525252;
}

input.input-box::-ms-input-placeholder {
  color: #525252;
}

input.input-box::placeholder {
  color: #525252;
}

input.input-box:last-child {
  margin-right: 0;
}

.select {
  width: 180px;
  height: 32px;
  padding: 0 30px 0 12px;
  background: url("../images/ico_sel_arrow-b6e930855456fa6f18a68bd9a1e06afc.png") no-repeat #fff right;
  border: 1px solid #c7c7c7;
  color: #767676;
  line-height: 30px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  font-size: 15px;
  position: relative;
}
.select:disabled {
  cursor: not-allowed;
  background: url("../images/ico_sel_arrow_d.png") no-repeat #efefef right;
}
.select::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  border-left: 1px solid #c7c7c7;
  right: 30px;
  top: 0;
}
.select.max {
  width: 100%;
}
.select.min {
  width: 130px;
}
.select.min2 {
  width: 120px;
}

select::-ms-expand {
  display: none;
}

.form-text {
  font-size: 15px;
}

.select-cal {
  position: relative;
  width: 100%;
  padding: 0 0 0 42px;
  background: url("../images/ico_calendar-be709c616b711850016548c2229ae7b3.png") 0 center no-repeat;
}
.select-cal select {
  position: relative;
  width: 100%;
  height: 38px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  padding: 0 32px 0 0;
}
.select-cal select:disabled {
  cursor: not-allowed;
  background: #efefef;
}
.select-cal::after {
  content: "";
  display: inline-block;
  background: url("../images/ico_cal_arrow.png") no-repeat center right;
  width: 11px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.datepicker {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datepicker .date-input {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 32px;
  -webkit-appearance: none;
  padding: 0 22px 0 12px;
  overflow: hidden;
  background: #fff;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #c7c7c7;
  color: #767676;
  line-height: 30px;
}
.datepicker .date-input input {
  width: 110%;
  height: 96%;
  vertical-align: top;
}
.datepicker .date-input button {
  position: absolute;
  top: 50%;
  top: 50%;
  right: 0;
  display: block;
  width: 28px;
  height: 28px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
.datepicker .date-input button img {
  width: auto !important;
}
.datepicker .custom-form-space {
  margin: 0 10px;
}

.btn {
  min-width: 100px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0c8487;
  border-radius: 4px;
  padding: 0 20px;
  position: relative;
}
.btn span {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  background: #067871;
}
.btn.btn-lg {
  min-width: 140px;
  height: 48px;
}
.btn.btn-lg2 {
  min-width: 250px;
  height: 48px;
}
.btn.btn-lg2 span {
  font-size: 16px;
}
.btn.btn-sm {
  min-width: 60px;
  height: 32px;
}
.btn.btn-sm2 {
  min-width: 100px;
  height: 32px;
}
.btn.btn-sch {
  min-width: 90px;
  height: 32px;
}
.btn.btn-sch span {
  background: url("../images/ico_sch-0fcdbdf8722faef986e6c3a1326f9afa.png") 0 4px no-repeat;
  padding-left: 20px;
}
.btn.btn-print2 span {
  background: url("../images/ico_print2-c3bccc5acda52212aeaff902351859f1.png") 0 4px no-repeat;
  padding-left: 24px;
}

.btn-line {
  min-width: 100px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0c8487;
  border-radius: 4px;
  background: #fff;
  padding: 0 20px;
  position: relative;
}
.btn-line span {
  text-align: center;
  color: #0c8487;
  font-size: 15px;
  line-height: 1.5;
}
.btn-line:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #067871;
}
.btn-line:hover span {
  color: #067871;
}
.btn-line.btn-lg {
  min-width: 140px;
  height: 48px;
}
.btn-line.btn-sm {
  min-width: 60px;
  height: 32px;
}
.btn-line.btn-download {
  height: 32px;
}
.btn-line.btn-download span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url("../images/ico_down-a0794816a86d7d16daf07450c23525ec.png") 0 0 no-repeat;
  margin-right: 6px;
}
.btn-line.btn-upload {
  height: 32px;
  position: relative;
}
.btn-line.btn-upload span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url("../images/ico_down-a0794816a86d7d16daf07450c23525ec.png") -15px 0 no-repeat;
  margin-right: 6px;
}
.btn-line.btn-upload input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.btn-download2 {
  width: 150px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0069b4;
  background: #fff;
}
.btn-download2 span {
  text-align: center;
  color: #0069b4;
  font-size: 16px;
}
.btn-download2 span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/ico_down2-ef2279e677ad4567de4dded4c634b598.png") 0 0 no-repeat;
  margin-right: 6px;
}

.btn-go {
  width: 150px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0069b4;
}
.btn-go span {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.btn-go.wait {
  background: #6b6b6b;
}

.btn-page {
  min-width: 100px;
  height: 32px;
  padding: 0 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #767676;
  border-radius: 4px;
  background: #fff;
}
.btn-page span {
  text-align: center;
  color: #767676;
  font-size: 15px;
  line-height: 1.5;
}
.btn-page:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  background: #767676;
}
.btn-page:hover span {
  color: #fff;
}
.btn-page.btn-sm {
  min-width: 70px;
}
.btn-page.btn-sm2 {
  min-width: 70px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.btn-page.btn-sm2:hover {
  background: none;
}
.btn-page.btn-sm2 span {
  font-size: 12px;
  color: #767676;
}

.btn-ico-list {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../images/ico_list-02810aa98f8f917a0a092701ec1f3295.png") no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  background-size: 30px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-ico-list:hover {
  background-position: 0 -30px;
}

.btn-blog-list {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("../images/ico_blog-b4fd2ae404ade93f464da5dfddd82ce3.png") no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  background-size: 30px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-blog-list:hover {
  background-position: 0 -30px;
}

.btn-prev {
  width: 140px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0c8487;
  border-radius: 4px;
  padding: 0 20px;
}
.btn-prev span {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.btn-prev span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images/ico_arrow_slide-d6c7d8d678299b3862478e5cb6d0f2ea.png") 0 0 no-repeat;
  background-size: cover;
  margin-right: 18px;
}
.btn-prev:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  background: #067871;
}

.btn-next {
  width: 140px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0c8487;
  border-radius: 4px;
  padding: 0 20px;
}
.btn-next span {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.btn-next span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url("../images/ico_arrow_slide-d6c7d8d678299b3862478e5cb6d0f2ea.png") -8px 0 no-repeat;
  background-size: cover;
  margin-left: 18px;
}
.btn-next:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  background: #067871;
}

.btn-print {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../images/ico_print-736a353a06cf1dfe1e92d67008f8ea52.png") 0 0 no-repeat;
}
.btn-print span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-book {
  width: 15px;
  height: 19px;
  display: inline-block;
  background: url("../images/ico_book-013afb3e48cd3f762686e105f7e61035.png") 0 0 no-repeat;
}
.btn-book span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-select {
  width: 40px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #242424;
}
.btn-select span {
  text-align: center;
  color: #fff;
  display: block;
}

.btn-question {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.btn-question::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("../images/btn_question-5df227f093fbcca9b333a96ad841ae5f.png") 0 -20px no-repeat;
}
.btn-question:hover::before {
  opacity: 0.7;
}
.btn-question small {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn-question:focus {
  outline: 1px dotted #767676;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.flag-sm {
  min-width: 46px;
  height: 21px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
}
.flag-sm.type1 {
  background: #9f6d0a;
}
.flag-sm.end {
  background: #d02712;
}
.flag-sm.ok {
  background: #0c8487;
}
.flag-sm.ing {
  background: #6b6b6b;
}
.flag-sm.wait {
  background: #6b6b6b;
}
.flag-sm.fix {
  background: #9f6d0a;
}
.flag-sm + .flag-sm {
  margin-left: 6px;
}

.flag-md {
  width: 84px;
  height: 26px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.flag-md.end {
  background: #0069b4;
}
.flag-md.ok {
  background: #0c8487;
}
.flag-md.ing {
  background: #6b6b6b;
}
.flag-md.wait {
  background: #6b6b6b;
}
.flag-md.fix {
  background: #9f6d0a;
}

.flag-lg {
  min-width: 104px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  padding: 0 14px;
}
.flag-lg.time {
  background: #17c5b4;
  color: #161616;
}
.flag-lg.time i {
  width: 25px;
  height: 25px;
  background: url("../images/ico_time-a6331a8aaaf73e6cea3606ba3cc9cde2.png") 0 0 no-repeat;
  margin-right: 10px;
}
.flag-lg.type1 {
  background: #fbb900;
}
.flag-lg.type-pt1 {
  background: #17c5b4;
}
.flag-lg.new {
  font-weight: 600;
}

.flag-lg2 {
  height: 32px;
  border-radius: 16px;
  padding: 0 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  background: #17c5b4;
}
.flag-lg2.type-pt1 {
  background: #17c5b4;
}

.flag-lg-transp {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.flag-lg-transp.time i {
  width: 25px;
  height: 25px;
  background: url("../images/ico_time-a6331a8aaaf73e6cea3606ba3cc9cde2.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
.flag-lg-transp.type1 {
  background: #fbb900;
}

.flag-main { /*min-width: 50px;*/
  height: 21px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 6px;
  background: #0051a4;
}

.flag-lg-home {
  width: 106px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: #0069b4;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 32px;
}

.flag-re1 {
  min-width: 70px;
  height: 26px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flag-re1.edu {
  background: #4379cc;
}
.flag-re1.one {
  background: #666;
}

.flag-re2 {
  min-width: 70px;
  height: 26px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flag-re2.ing {
  background: #43a848;
}
.flag-re2.wait {
  background: #a96e47;
}
.flag-re2.end {
  background: #666;
}

.badge {
  width: 76px;
  height: 26px;
  line-height: 25px;
  border-radius: 13px;
  display: inline-block;
  color: #fff;
  background: #0c8487;
  text-align: center;
}
.badge.return {
  background: #0c8487;
}
.badge.ing {
  background: #242424;
}
.badge.ziphop {
  background: #ea1c04;
}
.badge.finish {
  background: #4097bf;
}
.badge.review {
  background: #fbb900;
}
.badge.prev {
  background: #242424;
}

a.badge:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.flag-day {
  width: 80px;
  height: 20px;
  line-height: 18px;
  border-radius: 8px;
  display: inline-block;
  background: #fff;
  border: 1px solid #c7c7c7;
  font-size: 10px;
  padding: 0 6px;
  text-align: right;
  position: relative;
}
.flag-day i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flag-day small {
  margin-left: 2px;
}
.flag-day.test i {
  background: #ea1c04;
}
.flag-day.survey i {
  background: #0c8487;
}
.flag-day.hwork i {
  background: #fbb900;
}
.flag-day.none i {
  background: #fbb900;
}

.flag-day-s {
  width: 38px;
  height: 14px;
  line-height: 14px;
  border-radius: 7px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #242424;
  font-size: 12px;
  margin-left: 8px;
}

.flag-ins {
  margin-right: 3px;
}
.flag-ins::before {
  content: "[";
  display: inline-block;
}
.flag-ins::after {
  content: "]";
  display: inline-block;
}

.btn-play {
  width: 45px;
  height: 46px;
  background: url(../images/ico_play-4609cefb25c7c5de5ea72abddc97fb35.png) 0 0 no-repeat;
  display: block;
  text-indent: -99999px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

input.custom-check:focus,
input.custom-radio:focus {
  opacity: 1;
}
input.custom-check:focus,
input.custom-radio:focus {
  outline-color: #ff6040;
}

input.custom-check,
input.custom-radio {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 4px 0;
  pointer-events: none;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input.custom-check:checked + label,
input.custom-radio:checked + label {
  font-weight: bold;
}

input.custom-check:checked + label:before,
input.custom-radio:checked + label:before {
  background-position: 0 4px;
}

input.custom-check:disabled + label,
input.custom-radio:disabled + label {
  color: #767676;
  cursor: default;
  -webkit-filter: grayscale(0.1);
          filter: grayscale(0.1);
  background-position: 0 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input.custom-check:disabled + label::before,
input.custom-radio:disabled + label::before {
  background-position: 0 -64px;
}

input.custom-check.con-center.con-middle + label,
input.custom-radio.con-center.con-middle + label {
  margin-top: 5px;
}

input.custom-check.con-center + label,
input.custom-radio.con-center + label {
  padding-left: 22px;
}

input.custom-check + label, input.custom-radio + label {
  position: relative;
  display: inline-block;
  min-height: 22px;
  padding-left: 24px;
  margin-right: 20px;
  line-height: 22px;
  cursor: pointer;
}

input.custom-check.alone + label, input.custom-radio.alone + label {
  padding-left: 0;
  margin-right: 0;
  font-size: 0;
}

input.custom-check + label {
  vertical-align: middle;
}

input.custom-check + label:last-of-type,
input.custom-radio + label:last-of-type {
  margin-right: 0;
}

input.custom-check + label:before,
input.custom-radio + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -19px;
}

input.custom-check.alone,
input.custom-radio.alone {
  margin: 7px -11px;
}

input.custom-check.alone + label:before,
input.custom-radio.alone + label:before {
  left: -11px;
}

input.custom-check + label:before {
  background-image: url("../images/icon-checkbox-55e7743bf8ff2262d2f723a9b715c161.png");
}

input.custom-radio + label:before {
  background-image: url("../images/icon-radio-7fc51060117d50fa28422107cd61e060.png");
}

input.custom-check2 {
  position: absolute;
  height: 0;
  -webkit-appearance: none;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  -moz-appearance: none;
  appearance: none;
}

input.custom-check2:checked + label:before {
  background-position: 0 0;
}

input.custom-check2:disabled + label {
  -webkit-appearance: none;
  color: #a7a7a7;
  cursor: default;
  filter: grayscale(0.1);
  background-position: 0 100%;
  -webkit-filter: grayscale(0.1);
  -moz-appearance: none;
  appearance: none;
}

input.custom-check2.con-center.con-middle + label {
  margin-top: 5px;
}

input.custom-check2.con-center + label {
  padding-left: 22px;
}

input.custom-check2 + label {
  position: relative;
  display: inline-block;
  min-height: 15px;
  padding-left: 24px;
  margin-right: 20px;
  cursor: pointer;
}

input.custom-check2.alone + label {
  padding-left: 0;
  margin-right: 0;
  font-size: 0;
}

input.custom-check2 + label {
  vertical-align: middle;
}

input.custom-check2 + label:last-of-type {
  margin-right: 0;
}

input.custom-check2 + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -28px;
}

input.custom-check2.alone + label:before {
  left: -11px;
}

input.custom-check2 + label:before {
  background-image: url("../images/icon-checkbox2-2feb7b990866b8b5d632725a4cea6d6d.png");
}

.form-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-list li {
  margin: 4px 40px 4px 0;
}
.form-list li:last-child {
  margin: 4px 0 4px 0;
}

.textarea {
  width: 100%;
  min-height: 58px;
  padding: 10px;
  font-size: 15px;
  white-space: pre-line;
  resize: none;
  background: #fff;
  border: 1px solid #c7c7c7;
  display: block;
}

.textarea:-moz-read-only {
  background-color: #efefef;
}

.textarea:read-only {
  background-color: #efefef;
}

.textarea:disabled {
  background-color: #efefef;
}

.textarea:focus {
  border-color: #242424;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.textarea::-webkit-input-placeholder {
  color: #767676;
}

.textarea::-moz-placeholder {
  color: #767676;
}

.textarea:-ms-input-placeholder {
  color: #767676;
}

.textarea::-ms-input-placeholder {
  color: #767676;
}

.textarea::placeholder {
  color: #767676;
}

h3 {
  font-size: 16px;
  font-weight: 500;
}

.none-text {
  text-align: center;
  margin: 80px auto;
}

.point-text {
  color: #ea1c04;
}

.point-text2 {
  color: #0c8487;
}

.required {
  display: inline-block;
}
.required i {
  color: #0c8487;
}

.required-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.required-text::before {
  display: inline-block;
  content: "*";
  margin-right: 4px;
}
.required-text em {
  margin: 0 6px;
}
.required-text.type2 {
  color: #0c8487;
}
.required-text.type1 {
  color: #ea1c04;
}

.space {
  margin: 0 7px;
}

.ml-min {
  margin-left: 6px;
}

.ml-min2 {
  margin-left: 29px;
}

.ml-mid {
  margin-left: 59px;
}

.mt-m30 {
  margin-top: -30px;
}

.mt-p30 {
  margin-top: 30px;
}

.blank {
  display: inline-block;
}
.blank.mid {
  width: 75px;
}

.layout-inner {
  width: 1300px;
  margin: 0 auto;
}

.more-view {
  font-size: 20px;
  color: #161616;
  position: absolute;
  top: 74px;
  right: 0;
  font-weight: 500;
  letter-spacing: -1px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #17c5b4;
}
.btn-main span {
  font-size: 30px;
  font-weight: 500;
  height: 30px;
  line-height: 28px;
}
.btn-main.btn-lg {
  min-width: 246px;
  height: 66px;
  padding: 0 10px;
}
.btn-main.btn-md {
  height: 46px;
  padding: 0 10px;
}
.btn-main.btn-md i {
  margin-left: 12px;
}
.btn-main.btn-md span {
  font-size: 22px;
}

.btn-hidden {
  display: block;
  width: 246px;
  height: 66px;
}
.btn-hidden span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-view2 {
  width: 66px;
  height: 33px;
  border-radius: 16px;
  display: inline-block;
  background: #e3e3e3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-view2 span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn-view2::before {
  content: "";
  display: inline-block;
  background: url("../images/ico_view-6cdaf417cfcb0f674504707fe823b4cc.png") 0 0 no-repeat;
  width: 16px;
  height: 17px;
  vertical-align: top;
  margin-top: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-view2:hover {
  opacity: 0.5;
}

.btn-view3 {
  height: 33px;
  border-radius: 16px;
  display: inline-block;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 18px;
  line-height: 35px;
}
.btn-view3 span {
  color: #fff;
  font-size: 20px;
}
.btn-view3:hover {
  opacity: 0.5;
}

.ico-video {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../images/ico_go-2ab28627dbd72e0e7dd309d94d2cbcee.png") 0 0 no-repeat;
  vertical-align: middle;
  margin-top: -3px;
}

.ico {
  width: 70px;
  height: 70px;
  display: inline-block;
  background: url("../images/ico_2-1caf944a901e121224ea7e5140a45737.png") no-repeat;
}
.ico.type01 {
  background-position: 0 0;
}
.ico.type02 {
  background-position: -80px 0;
}
.ico.type03 {
  background-position: -160px 0;
}
.ico.type04 {
  background-position: -240px 0;
}

.ico-hit::before {
  content: "";
  width: 19px;
  height: 10px;
  background: url("../images/ico_hit-41ff856877d1f40a9d9ab1696304af57.png") 0 center no-repeat;
  font-size: 14px;
  margin-right: 4px;
}

.ico-down {
  width: 16px;
  height: 15px;
  background: url("../images/ico_down3-235479adf60847fb6c655e47a4fb6db5.png") 0 center no-repeat;
  margin-left: 8px;
  display: inline-block;
}

.ico-medal {
  width: 30px;
  height: 46px;
  display: inline-block;
}
.ico-medal span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ico-medal.gold {
  background: url("../images/ico_medal_gold-04142354673aae8c20ae9d48e0b4e579.png") 0 0 no-repeat;
}
.ico-medal.silver {
  background: url("../images/ico_medal_silver-622b83af989fda07a89b56d3eb98cb38.png") 0 0 no-repeat;
}
.ico-medal.bronze {
  background: url("../images/ico_medal_bronze-16c186e7f7292fe4ca6b58c8c8283a21.png") 0 0 no-repeat;
}

.btn-bookmark {
  width: 45px;
  height: 42px;
  display: inline-block;
  background: url("../images/ico_bookmark-39744acdfa29a2472a037f7068b571a0.png") no-repeat;
  background-position: 0 0;
}
.btn-bookmark.on {
  background-position: 0 -42px;
}
.btn-bookmark span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn-bookmark:focus {
  outline-color: #ff6040;
}

.btn-bookmark-sm {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  background: url(../images/ico_bookmark_sm-de0bac42daf436549799758b225c1815.png) 0 0 no-repeat;
  background-size: cover;
}
.btn-bookmark-sm i {
  width: 18px;
  height: 18px;
  background-size: cover;
}
.btn-bookmark-sm.on i {
  background: url(../images/ico_bookmark_sm-de0bac42daf436549799758b225c1815.png) 0 -20px no-repeat;
  background-size: cover;
}

.btn-bookmark-lg {
  width: 37px;
  height: 35px;
  display: inline-block;
  background: url("../images/ico_3-8d87deb06799eccd0c2deadc3dc284c8.png") no-repeat;
  background-position: 0 0;
}
.btn-bookmark-lg.on {
  background-position: 0 -40px;
}
.btn-bookmark-lg span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-play-lg {
  width: 80px;
  height: 70px;
  display: inline-block;
  background: url("../images/ico_play_lg-1301c5de01a84421aab373f650eda265.png") no-repeat;
  background-size: cover;
}
.btn-play-lg span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.new {
  background: #ff6040;
}

.live1 {
  background: #2d5990;
}

.live2 {
  background: #697e43;
}

.place1 {
  background: #565296;
}

.coinfirm {
  background: #0c8487;
}

.type-end {
  background: #000;
}

.type-end2 {
  background: #040404;
}

.ellipsis, .list-gall li .cont .title2 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis.line-2, .list-gall li .cont .title2 a.line-2 {
  -webkit-line-clamp: 2;
}
.ellipsis.line-3, .list-gall li .cont .title2 a.line-3 {
  -webkit-line-clamp: 3;
}
.ellipsis.line-4, .list-gall li .cont .title2 a.line-4 {
  -webkit-line-clamp: 4;
}

.raking-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raking-grade .bg-star {
  display: block;
  width: 73px;
  height: 12px;
  background: url("../images/star-cca3e30162f4fa3dd1fb50de577fafc4.png") no-repeat 0 -13px;
  background-size: 73px auto;
}
.raking-grade .bg-star .inner-star {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background-position: 0 0;
}
.raking-grade .score {
  padding-left: 7px;
  color: #767676;
}
.raking-grade .perfect {
  color: #767676;
}
.raking-grade .perfect::before {
  content: "/";
  margin: 0 4px;
  display: inline-block;
  color: #767676;
  margin: 0 2px;
}

.h5 {
  font-size: 18px;
  line-height: 1;
}
.h5 em {
  color: #0c8487;
}
.h5::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #0c8487;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}

.h6-tab {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 26px;
}
.h6-tab::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #0c8487;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}

.h6 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 26px;
}
.h6::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #0c8487;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}

.h-text::before {
  content: "-";
  display: inline-block;
  margin: 0 6px 0 0;
}

.dl-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dl-keyword dt {
  color: #ea1c04;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.dl-keyword dt::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 12px;
  margin: 0 8px;
  background: #ea1c04;
}
.dl-keyword dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #ea1c04;
}
.dl-keyword dd span {
  color: #ea1c04;
}
.dl-keyword dd span::after {
  content: ",";
  display: inline-block;
  margin-right: 4px;
}
.dl-keyword dd span:last-child::after {
  content: "";
  display: none;
}

.view-type-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.view-type-check button {
  padding-left: 14px;
  position: relative;
  color: #525252;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
}
.view-type-check button::before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  background: #525252;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.view-type-check button:hover {
  color: #ea1c04;
}
.view-type-check button:hover::before {
  background: #ea1c04;
}
.view-type-check button.on {
  color: #ea1c04;
}
.view-type-check button.on::before {
  width: 11px;
  height: 9px;
  background: url("../images/ico_check-a0b7364141bdd5588982ecb19b9efbd2.png") no-repeat 0 0;
  left: 0;
}
.view-type-check button + button {
  margin-left: 14px;
}

.view-type-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.view-type-dl a {
  margin-right: 10px;
}
.view-type-dl dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  height: 50px;
  border: 1px solid #c7c7c7;
  border-radius: 25px;
  font-size: 0;
}
.view-type-dl dl.on {
  border: 3px solid #0c8487;
}
.view-type-dl dt {
  font-size: 20px;
  margin-right: 6px;
}
.view-type-dl dd {
  font-size: 20px;
}
.view-type-dl dd em {
  color: #0c8487;
}

.category {
  font-size: 15px;
  color: #0c8487;
}

.ico-play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ico-play::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/ico_play_sm-f2f534ba140aeb2c0a8a32ae2ca996ed.png") 0 0 no-repeat;
  margin: 1px 6px 0 0;
}
.ico-play::after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
}

.ico-view {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ico-view::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 10px;
  background: url("../images/ico_hit-41ff856877d1f40a9d9ab1696304af57.png") 0 0 no-repeat;
  margin: 1px 6px 0 0;
}

.ico-file {
  width: 14px;
  height: 16px;
  background: url("../images/ico_file-3d8ce87c59679c77f349b1363f4b4ecc.png") 0 0 no-repeat;
  display: inline-block;
}
.ico-file span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list b::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("../images/ico_file-3d8ce87c59679c77f349b1363f4b4ecc.png") 0 0 no-repeat;
  margin-right: 6px;
  margin-top: 4px;
}
.file-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-list ul li {
  color: #0c8487;
  margin-left: 10px;
  text-decoration: underline;
}
.file-list.type-del {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  width: 240px;
}
.file-list.type-del b span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.file-list.type-del ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list.type-del ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  max-width: 220px;
}
.file-list.type-del ul li .btn-x {
  background: #444;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3px;
  text-decoration: none;
  margin-top: 3px;
  margin-left: 4px;
  min-width: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file-list.type-del ul li .btn-x::before {
  content: "x";
  display: inline-block;
  color: #fff;
  vertical-align: top;
  line-height: 1;
}
.file-list.type-del ul li .btn-x span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.file-list.type-del ul li:first-child {
  margin-left: 0;
}

.view-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-info-wrap dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-info-wrap dl::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 12px;
  margin: 0 8px;
}
.view-info-wrap dl:last-child::after {
  display: none;
}
.view-info-wrap dt {
  font-size: 15px;
}
.view-info-wrap dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.view-info-wrap dd.ico-hit::before {
  content: "";
  width: 19px;
  height: 10px;
  background: url("../images/ico_hit-41ff856877d1f40a9d9ab1696304af57.png") 0 center no-repeat;
  font-size: 14px;
  margin-right: 4px;
}

dl.type-event {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.type-event dt {
  color: #767676;
}
dl.type-event dt::after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
}
.cont-box {
  border-radius: 8px;
  background: #f1f1f1;
  padding: 26px 40px 26px;
  margin-bottom: 14px;
}
.cont-box .h5 {
  margin-bottom: 46px;
}

.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-block.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-block .btn {
  margin-left: 10px;
}

.cover {
  margin-bottom: 40px;
}
.user-thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-thumb img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: auto;
}

.user-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-thumb-wrap .user-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.user-thumb-wrap .cont {
  padding-left: 20px;
}
.user-thumb-wrap .cont strong {
  display: block;
  margin-bottom: 14px;
}
.user-thumb-wrap .cont p {
  font-size: 15px;
  word-break: break-all;
  line-height: 1.2;
}

.dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dl-flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.dl-flex dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #0c8487;
  margin-right: 16px;
  width: 66px;
}
.dl-flex dl dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #767676;
  word-break: keep-all;
}
.dl-flex dl:last-child {
  margin-bottom: 0;
}
.dl-flex.type-max {
  margin-top: 4px;
}

.ico-dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ico-dl dt {
  font-size: 14px;
  line-height: 1;
  margin-right: 6px;
}
.ico-dl dt::before {
  content: "";
  display: inline-block;
  background: url("../images/icos-b5254531758ca5fbaa9cc0a0c784ada9.png") no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.ico-dl dd {
  color: #ea1c04;
}
.ico-dl.year dt::before {
  background-position: 0 3px;
}
.ico-dl.group dt::before {
  background-position: -20px 3px;
}
.ico-dl.map dt::before {
  background-position: -40px 3px;
}
.ico-dl.time dt::before {
  background-position: -60px 3px;
}
.ico-dl::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 14px;
  margin: 0 12px;
}
.ico-dl:last-child::after {
  display: none;
}

.star-wrap {
  height: 40px;
}
.star-wrap .star {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 1px;
  cursor: pointer;
  background: url("../images/ico_star-2e3e28dfdf06a289bb8bb8ff3095a98d.png") no-repeat right 0;
  background-size: auto 100%;
}
.star-wrap .star.on {
  background-position: 0 0;
}
.star-wrap .star.off {
  background-position: right 0;
}
.star-wrap .star span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.grouping {
  margin-right: 4px;
}
.grouping::before {
  content: "[";
  display: inline;
}
.grouping::after {
  content: "]";
  display: inline;
}

.file-box-wrap .file-box {
  position: relative;
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.file-box-wrap .file-box .required-text {
  margin-right: 16px;
  color: #767676;
}
.file-box-wrap .file-box .file-name {
  width: 100%;
  padding: 5px 12px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 3px 6px 0 rgba(144, 144, 144, 0.2);
          box-shadow: inset 0 3px 6px 0 rgba(144, 144, 144, 0.2);
}
.file-box-wrap .file-box .btn-page {
  position: relative;
  z-index: 1;
}
.file-box-wrap .file-box input[type=file] {
  opacity: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 102px;
  height: 34px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
}
.file-box-wrap .file-box input[type=file]:focus {
  opacity: 1;
  border: 1px dotted #000;
}
.file-box-wrap .data-table th {
  padding: 14px 10px !important;
}
.file-box-wrap .data-table td {
  padding: 9px 10px !important;
}

.text-wrap {
  margin-bottom: 10px;
}
.text-wrap ul {
  margin-left: 10px;
}
.text-wrap ul li {
  color: #767676;
  position: relative;
  padding-left: 10px;
  margin-bottom: 3px;
}
.text-wrap ul li::before {
  content: "-";
  display: inline-block;
  margin: 0 6px 0 0;
  position: absolute;
  left: 0;
}
.text-wrap.type2 ul li {
  color: #161616;
}

.link-text {
  text-decoration: underline;
  color: #9f6d0a;
}

.error-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.error-wrap i {
  width: 75px;
  height: 66px;
  background: url("../images/ico_error.png") 0 0 no-repeat;
  display: inline-block;
}
.error-wrap .texts {
  margin: 34px 0 54px;
}
.error-wrap .texts strong {
  font-size: 34px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.error-wrap .texts .point-text {
  font-size: 18px;
  margin-bottom: 12px;
}
.error-wrap .texts small {
  font-size: 18px;
  color: #565656;
  display: block;
}
.error-wrap .btn-error {
  width: 200px;
  height: 60px;
  background: #0066c5;
}
.error-wrap .btn-error span {
  font-size: 18px;
}

.chart-stick {
  position: relative;
  padding-right: 66px;
}
.chart-stick .stick-in {
  width: 100%;
  height: 18px;
  background: #cbcbcb;
}
.chart-stick .stick-in span {
  display: block;
  width: 100%;
  height: 18px;
  background: #0069b4;
}
.chart-stick .stick-in span em {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 36px;
  color: #0069b4;
  line-height: 1;
  font-weight: 500;
}
.chart-stick.type2 .stick-in span {
  background: #fbb900;
}
.chart-stick.type2 .stick-in span em {
  color: #161616;
}

strong.title a:focus { /*border: 1px dotted #767676;*/
  display: inline-block;
}

.slick-dots li button.slick-btn-active::before {
  content: "";
  border: 0;
  background: none;
}
.slick-dots li button.slick-btn-active::after {
  content: "";
  background: url("../images/ico_slick_playstop-92860092ac9ef140812b0678aeedb4ce.png") no-repeat;
  border: 0;
  width: 14px;
  height: 14px;
  display: block;
}
.slick-dots li button.slick-play::after {
  background-position: 3px 0;
}
.slick-dots li button.slick-play.active::after {
  background-position: -25px 0;
}
.slick-dots li button.slick-pause::after {
  background-position: -12px 0;
}
.slick-dots li button.slick-pause.active::after {
  background-position: -40px 0;
}

.dot-list > li {
  padding-left: 14px;
  position: relative;
  color: #777;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dot-list > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #c0c0c0;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}

.ico-pt img {
  margin-right: 16px;
  width: auto;
  height: 42px;
  vertical-align: middle;
  display: inline-block;
}

#ajaxLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 111111;
  top: 0;
  left: 0;
}

#ajaxLoading #loading-image {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: fixed;
  z-index: 1111111;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #4a4a4a, 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.5), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7);
            box-shadow: 0em -2.6em 0em 0em #4a4a4a, 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.5), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.7), 1.8em -1.8em 0 0em #4a4a4a, 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.7), 1.8em -1.8em 0 0em #4a4a4a, 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.5), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7), 2.5em 0em 0 0em #4a4a4a, 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.5), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7), 2.5em 0em 0 0em #4a4a4a, 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5), 2.5em 0em 0 0em rgba(74, 74, 74, 0.7), 1.75em 1.75em 0 0em #4a4a4a, 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5), 2.5em 0em 0 0em rgba(74, 74, 74, 0.7), 1.75em 1.75em 0 0em #4a4a4a, 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.5), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.7), 0em 2.5em 0 0em #4a4a4a, -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.5), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.7), 0em 2.5em 0 0em #4a4a4a, -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.5), 0em 2.5em 0 0em rgba(74, 74, 74, 0.7), -1.8em 1.8em 0 0em #4a4a4a, -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.5), 0em 2.5em 0 0em rgba(74, 74, 74, 0.7), -1.8em 1.8em 0 0em #4a4a4a, -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.5), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.7), -2.6em 0em 0 0em #4a4a4a, -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.5), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.7), -2.6em 0em 0 0em #4a4a4a, -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.5), -2.6em 0em 0 0em rgba(74, 74, 74, 0.7), -1.8em -1.8em 0 0em #4a4a4a;
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.5), -2.6em 0em 0 0em rgba(74, 74, 74, 0.7), -1.8em -1.8em 0 0em #4a4a4a;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #4a4a4a, 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.5), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7);
            box-shadow: 0em -2.6em 0em 0em #4a4a4a, 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.5), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.7), 1.8em -1.8em 0 0em #4a4a4a, 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.7), 1.8em -1.8em 0 0em #4a4a4a, 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.5), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7), 2.5em 0em 0 0em #4a4a4a, 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.5), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.7), 2.5em 0em 0 0em #4a4a4a, 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5), 2.5em 0em 0 0em rgba(74, 74, 74, 0.7), 1.75em 1.75em 0 0em #4a4a4a, 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.5), 2.5em 0em 0 0em rgba(74, 74, 74, 0.7), 1.75em 1.75em 0 0em #4a4a4a, 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.5), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.7), 0em 2.5em 0 0em #4a4a4a, -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.5), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.7), 0em 2.5em 0 0em #4a4a4a, -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.2), -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.5), 0em 2.5em 0 0em rgba(74, 74, 74, 0.7), -1.8em 1.8em 0 0em #4a4a4a, -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.5), 0em 2.5em 0 0em rgba(74, 74, 74, 0.7), -1.8em 1.8em 0 0em #4a4a4a, -2.6em 0em 0 0em rgba(74, 74, 74, 0.2), -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.5), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.7), -2.6em 0em 0 0em #4a4a4a, -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.5), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.7), -2.6em 0em 0 0em #4a4a4a, -1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.5), -2.6em 0em 0 0em rgba(74, 74, 74, 0.7), -1.8em -1.8em 0 0em #4a4a4a;
            box-shadow: 0em -2.6em 0em 0em rgba(74, 74, 74, 0.2), 1.8em -1.8em 0 0em rgba(74, 74, 74, 0.2), 2.5em 0em 0 0em rgba(74, 74, 74, 0.2), 1.75em 1.75em 0 0em rgba(74, 74, 74, 0.2), 0em 2.5em 0 0em rgba(74, 74, 74, 0.2), -1.8em 1.8em 0 0em rgba(74, 74, 74, 0.5), -2.6em 0em 0 0em rgba(74, 74, 74, 0.7), -1.8em -1.8em 0 0em #4a4a4a;
  }
}
.skip-menu {
  position: relative;
  z-index: 9999;
  outline: 0 none;
}
.skip-menu a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background: #2466a6;
  white-space: nowrap;
  text-align: center;
}
.skip-menu a:focus, .skip-menu a:active {
  height: auto;
  width: auto;
  padding: 5px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.wrap.gnb-menu-all-open .header {
  z-index: 1111;
}
.wrap.gnb-menu-all-open .quick-wrap {
  z-index: 1;
  opacity: 0;
}
.wrap.gnb-menu-all-open .gnb-menu-all {
  background: #fff;
}

#wrap.gnb-menu-all-open .header {
  z-index: 1111;
}
#wrap.gnb-menu-all-open .quick-wrap {
  z-index: 1;
  opacity: 0;
}
#wrap.gnb-menu-all-open .gnb-menu-all {
  background: #fff;
}

.is-show {
  left: auto;
  top: 100%;
}

.main h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.main h3 ins {
  line-height: 1;
}
.main h3 em {
  display: block;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 14px;
}
.main.sub {
  border-top: 50px solid #f5f5f5;
  position: relative;
}
.main.sub .layout-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main.sub .snb-wrap {
  width: 250px;
}
.main.sub .sub-container {
  width: 950px;
  padding-bottom: 140px;
  margin-left: auto;
}
.main.sub .sub-container.type-home {
  width: 100%;
  padding-bottom: 0;
}
.main.sub .sub-container.type-full {
  width: 100%;
  padding-bottom: 0;
}
.main.sub .sub-container.type-full .sub-content {
  padding-top: 40px;
}
.main .thumb-text p {
  color: #767676;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.top-banner-wrap {
  height: 94px;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top-banner-wrap .top-banner-slide-wrap {
  position: relative;
  height: 94px;
  border-bottom: 5px solid #3d86f6;
}
.top-banner-wrap .top-banner-slide-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-banner-wrap .top-banner-slide-wrap .top-banner-slide .slide-page {
  width: 100% !important;
  height: 89px;
}
.top-banner-wrap .top-banner-slide-wrap .top-banner-slide .slide-page img {
  width: 100%;
  height: 89px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: -1;
  outline-offset: -2px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-banner-wrap .top-banner-slide-wrap .top-banner-slide .slick-dots {
  width: 1300px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 28px;
  position: relative;
  margin-left: -30px;
}
.top-banner-wrap .top-banner-slide-wrap .top-banner-slide .slick-dots::before {
  content: "";
  width: 38px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 120px;
  top: -4px;
}
.top-banner-wrap .top-banner-slide-wrap .top-banner-slide .slick-dots li {
  display: none;
  font-size: 13px;
  color: #fff;
  cursor: unset;
  width: auto;
  position: absolute;
  left: 126px;
  bottom: -6px;
  height: 22px;
}
.top-banner-wrap .top-banner-slide-wrap .top-banner-slide .slick-dots li.slick-active {
  display: block;
}
.top-banner-wrap .top-banner-slide-wrap .top-banner-slide .slick-dots li.slick-active span {
  font-weight: 600;
  color: #fff;
  font-size: 13px;
}
.top-banner-wrap .top-banner-info-wrap {
  width: 1300px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-banner-wrap .top-banner-info-wrap::after {
  content: "";
  width: 290px;
  border-bottom: 5px solid #20bb27;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler button {
  height: 28px;
  width: 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler button:focus {
  outline-color: #fff;
  position: relative;
  z-index: 3;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler .prev {
  background: url("../images/top_banner_slide_prev-a02e048b149bb5668ce2398ff1619089.png") no-repeat 0 0;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler .next {
  background: url("../images/top_banner_slide_next-144b7024de9cb4762880392c735f1f12.png") no-repeat 0 0;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler .play {
  background: url("../images/top_banner_slide_play-2cead0bea1d94bc20defd563f09e8d40.png") no-repeat 0 0;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-controler .stop {
  background: url("../images/top_banner_slide_stop-73d973c22d571691360e989d9b74ea17.png") no-repeat 0 0;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1px;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .top-banner-close {
  height: 28px;
  width: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/top_banner_close-533847fb3985e4bf7b851e121e8e40d7.png") rgba(0, 0, 0, 0.5) no-repeat center;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .top-banner-close span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .top-banner-close:focus {
  outline-color: #fff;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .slick-dots {
  top: auto;
  right: 122px;
  bottom: 19px;
  left: auto;
  width: auto;
  height: 25px;
  padding: 0;
  margin: 0;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .slick-dots li {
  display: none;
  width: 35px;
  height: 100%;
  background: none;
  font-size: 18px;
  color: #767676;
  cursor: unset;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .slick-dots li.slick-active {
  display: block;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .slick-dots li.slick-active span {
  font-weight: 600;
  color: #161616;
  font-size: 18px;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .top-banner-viewable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 13px;
  background: rgba(0, 0, 0, 0.5);
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .top-banner-viewable input {
  margin-right: 6px;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .top-banner-viewable input:focus {
  outline-color: #fff;
}
.top-banner-wrap .top-banner-info-wrap .top-banner-btn-wrap .top-banner-viewable label {
  font-size: 12px;
  color: #fff;
}
.top-banner-wrap.close {
  margin-top: -95px;
  display: none;
}

.header {
  width: 100%;
  height: 214px;
  border-bottom: 1px solid #e6e5e0;
  position: relative;
  background: #fff;
}
.header .top-menu-1 {
  height: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-menu-1::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: -1px;
  left: -100%;
}
.header .top-menu-1::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: -1px;
  right: -100%;
}
.header .top-menu-1 .nurizip {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .top-menu-1 .nurizip::before {
  content: "";
  display: block;
  background: url("../images/logo_nurizip-1525838a760eeedca93675924d7bb67f.png");
  width: 57px;
  height: 23px;
  margin-right: 14px;
}
.header .top-menu-2 {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.header .top-menu-2::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: -1px;
  left: -100%;
}
.header .top-menu-2::after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: -1px;
  right: -100%;
}
.header .top-menu-2 .top-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-menu-2 .top-left li a {
  font-size: 20px;
  color: #1866b9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.header .top-menu-2 .top-left li img {
  width: auto;
  margin-top: -3px;
  margin-left: 10px;
}
.header .top-menu-2 .top-left li::before {
  content: "";
  border-right: 1px solid #ddd;
  margin: 0 18px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .top-menu-2 .top-left li:first-child::before {
  display: none;
}
.header .top-menu-2 .top-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-menu-2 .top-right li a {
  font-size: 20px;
  color: #555;
  font-weight: 500;
}
.header .top-menu-2 .top-right li::before {
  content: "";
  border-right: 1px solid #ddd;
  margin: 0 12px 0 18px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header .top-menu-2 .top-right li:first-child::before {
  display: none;
}
.header .gnb-menu {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /*position: relative;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .gnb-menu h1.logo {
  width: 269px;
  height: 50px;
  background: url("../images/logo-d6267e39db388b207d89a37602301c9c.png") 0 0 no-repeat;
}
.header .gnb-menu h1.logo a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.header .gnb-menu .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.header .gnb-menu .gnb > li {
  font-size: 24px;
  font-weight: 600;
}
.header .gnb-menu .gnb > li.gnb-active a {
  position: relative;
}
.header .gnb-menu .gnb > li.gnb-active a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #2d5adb;
  position: absolute;
  bottom: -3px;
}
.header .gnb-menu .gnb > li .lnb-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 214px;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}
.header .gnb-menu .gnb > li .lnb-wrap::before {
  content: "";
  background: #1866b9;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .gnb-menu .gnb > li .lnb-wrap::after {
  content: "";
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 50%;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  margin: 0 auto;
}
.header .gnb-menu .gnb > li .lnb-wrap .depth1-title {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1866b9;
  position: relative;
}
.header .gnb-menu .gnb > li .lnb-wrap .depth1-title strong {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.header .gnb-menu .gnb > li .lnb-wrap .depth1-title::before {
  content: "";
  display: inline-block;
  background: url("../images/ico_gnb_depth_-01d68df99dcd5234e55aed74bb7d631c.png") 0 0 no-repeat;
  width: 237px;
  height: 225px;
  position: absolute;
  right: -83px;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb {
  width: 100%;
  display: grid;
  padding: 40px 0 40px 48px;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  position: relative;
  z-index: 1;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb > li {
  border: 1px solid #ddd;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb > li::after {
  content: "";
  display: inline-block;
  background: url("../images/ico_lnb_depth2-b68877969c2cbe5384f47c1bd0204362.png") 0 0 no-repeat;
  width: 48px;
  height: 40px;
  position: absolute;
  right: -48px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb > li > a {
  padding: 0 28px;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb > li > a:focus {
  outline: 2px dashed #000;
  outline-offset: -2px;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb > li:hover {
  background: #164571;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb > li:hover::after {
  right: 0;
  opacity: 1;
}
.header .gnb-menu .gnb > li .lnb-wrap .lnb > li:hover > a {
  color: #fff;
}
.header .gnb-menu .btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .gnb-menu .btn-wrap .btn-sch::before {
  content: "";
  display: block;
  background: url("../images/ico_sch_gnb-649b4db0216cc2d2090f2dfb7a84cccb.png") 0 0 no-repeat;
  width: 29px;
  height: 29px;
}
.header .gnb-menu .btn-wrap .btn-sch span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.header .gnb-menu .btn-wrap .btn-all-view::before {
  content: "";
  display: block;
  background: url("../images/ico_all_view-2f7d5b70bf0c6e59098a4ee76329f931.png") center no-repeat;
  width: 30px;
  height: 30px;
}
.header .gnb-menu .btn-wrap .btn-all-view span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.header .gnb-menu .btn-wrap .btn-all-view.active::before {
  background: url("../images/ico_all_view_close-9cfd1912019696712411865d1b1bbd52.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
}

.gnb-menu-all {
  width: 100vw;
  position: absolute;
  z-index: 11111;
  top: 213px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #e5e5e5;
  display: none;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 6px 9px 0 rgba(141, 147, 153, 0.1);
          box-shadow: 0 6px 9px 0 rgba(141, 147, 153, 0.1);
}
.gnb-menu-all.open {
  display: block;
}
.gnb-menu-all .all-depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  gap: 28px;
}
.gnb-menu-all .all-depth1 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gnb-menu-all .all-depth1 > li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  height: 90px;
  font-weight: 600;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li {
  border: 1px solid #ddd;
  margin-bottom: 22px;
  height: 39px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li::after {
  content: "";
  display: inline-block;
  background: url("../images/ico_lnb_depth2-b68877969c2cbe5384f47c1bd0204362.png") 0 0 no-repeat;
  width: 48px;
  height: 40px;
  position: absolute;
  right: -48px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li > a {
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li > a:focus {
  outline: 2px dashed #000;
  outline-offset: -2px;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li:hover {
  background: #164571;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li:hover::after {
  right: 0;
  opacity: 1;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li:hover > a {
  color: #fff;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li:last-child {
  margin-bottom: 0;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li .all-depth3 {
  padding: 10px 0 0 0;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li .all-depth3 li {
  margin-bottom: 4px;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li .all-depth3 li a {
  color: #939393;
  font-size: 1.4rem;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li .all-depth3 li a::before {
  content: "·";
  display: inline-block;
  margin-right: 4px;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li .all-depth3 li a:hover {
  color: #ea1c04;
}
.gnb-menu-all .all-depth1 > li .all-depth2 > li .all-depth3 li a:hover::before {
  color: #ea1c04;
}

.section1 {
  padding: 50px 0;
  position: relative;
}
.section1::before {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #135ccb;
}
.section1 .layout-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.section1 .layout-inner::after {
  content: "";
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: -50px;
  left: 100%;
  background: #178EC6;
}
.section1 .main-visual-slide-wrap {
  width: 880px;
  height: 540px;
  position: relative;
}
.section1 .main-visual-slide-wrap .slick-slider {
  position: unset;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap {
  width: 880px;
  height: 478px; /*overflow: hidden;border-radius: 15px 15px 0 0;*/
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.3%;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a:focus {
  margin: 2px;
  width: calc(100% - 4px);
  outline-offset: 0;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap {
  height: 60px;
  background: #f1f3f7;
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 680px;
  cursor: pointer;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url("../images/ico_notice-5de28f5419ffcbedee61b575dc026ae4.png") no-repeat;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a strong {
  font-size: 20px;
  color: #767676;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  padding-right: 2px;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slick-dots {
  top: auto;
  right: 122px;
  bottom: 19px;
  left: auto;
  width: auto;
  height: 25px;
  padding: 0;
  margin: 0;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slick-dots li {
  display: none;
  width: 35px;
  height: 100%;
  background: none;
  font-size: 18px;
  color: #777;
  cursor: unset;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slick-dots li.slick-active {
  display: block;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slick-dots li.slick-active span {
  font-weight: 600;
  color: #161616;
  font-size: 18px;
}
.section1 .main-visual-slide-wrap .main-visual-controler {
  position: absolute;
  right: 18px;
  bottom: 17px;
}
.section1 .main-visual-slide-wrap .main-visual-controler button {
  width: 29px;
  height: 29px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 32px;
  cursor: pointer;
}
.section1 .main-visual-slide-wrap .main-visual-controler button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section1 .main-visual-slide-wrap .main-visual-controler .prev {
  background: url("../images/visual_slide_prev-a719ec458a7203a6891236b8354f09ab.png") #fff no-repeat center;
}
.section1 .main-visual-slide-wrap .main-visual-controler .next {
  background: url("../images/visual_slide_next-7b4b14079d3aad68f432037c344e2d8c.png") #fff no-repeat center;
}
.section1 .main-visual-slide-wrap .main-visual-controler .play {
  background: url("../images/visual_slide_play-58a6cbe755d46785ec398e8001742fcf.png") #fff no-repeat center;
}
.section1 .main-visual-slide-wrap .main-visual-controler .stop {
  background: url("../images/visual_slide_stop-b7df609262511bc094b4a48022390aa4.png") #fff no-repeat center;
}
.section1 .main-visual-info {
  width: 380px;
}
.section1 .main-visual-info .sch-box-wrap {
  margin-top: 6px;
  margin-left: 6px;
}
.section1 .main-visual-info .sch-box-wrap .sch-box-input {
  position: relative;
  width: 368px;
  height: 47px;
  padding-right: 43px;
}
.section1 .main-visual-info .sch-box-wrap .sch-box-input:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  background: -webkit-gradient(linear, left top, right bottom, from(#327adb), to(#0aa4b4));
  background: linear-gradient(to bottom right, #327adb, #0aa4b4);
  z-index: -1;
  border-radius: 10px;
}
.section1 .main-visual-info .sch-box-wrap .sch-box-input:after {
  content: "";
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section1 .main-visual-info .sch-box-wrap .sch-box-input input {
  background: #fff;
  position: absolute;
  z-index: 1;
  width: calc(100% - 50px);
  height: 100%;
}
.section1 .main-visual-info .sch-box-wrap .sch-box-input button {
  background: url("../images/ico_sch_page-32fe0f1773fc66c4424d5267ee3502d2.png") 0 0 no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section1 .main-visual-info .sch-box-wrap .sch-box-input button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section1 .main-visual-info .sch-box-wrap .sch-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-left: 26px;
  position: relative;
  margin-top: 18px;
  margin-left: -6px;
}
.section1 .main-visual-info .sch-box-wrap .sch-keyword::before {
  content: "";
  display: block;
  background: url("../images/ico_sch_keyword-56448fea5013d325285d04998fcc15c2.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 17px;
}
.section1 .main-visual-info .sch-box-wrap .sch-keyword .keyword {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 9px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #525252;
  font-size: 14px;
  width: 67px;
}
.section1 .main-visual-info .center-wrap {
  margin-top: 28px;
}
.section1 .main-visual-info .center-wrap .center-tap-wrap {
  position: relative;
}
.section1 .main-visual-info .center-wrap h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
.section1 .main-visual-info .center-wrap .tab-center {
  margin-bottom: 16px;
}
.section1 .main-visual-info .center-wrap .tab-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.section1 .main-visual-info .center-wrap .tab-center ul li {
  height: 47px;
  border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.section1 .main-visual-info .center-wrap .tab-center ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
.section1 .main-visual-info .center-wrap .tab-center ul li.on {
  background: #586882;
  border: 1px solid #586882;
}
.section1 .main-visual-info .center-wrap .tab-center ul li.on::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.section1 .main-visual-info .center-wrap .tab-center ul li.on a {
  color: #fff;
}
.section1 .main-visual-info .center-wrap .notice-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.section1 .main-visual-info .center-wrap .notice-ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #d5d5d5;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section1 .main-visual-info .center-wrap .notice-ul li strong {
  font-size: 15px;
  margin-right: 24px;
  width: 70%;
  font-weight: 300;
}
.section1 .main-visual-info .center-wrap .notice-ul li strong a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: block;
}
.section1 .main-visual-info .center-wrap .notice-ul li .date {
  margin-left: auto;
  font-size: 14px;
  color: #767676;
}
.section1 .main-visual-info .center-wrap .notice-ul li:last-child {
  margin-bottom: 0;
}
.section1 .main-visual-info .center-wrap .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 130px;
  color: #767676;
}
.section1 .main-visual-info .center-wrap .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-e5b8230e587f4a6c7e7708a4f53b432d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.section1 .main-visual-info .center-wrap .none-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 145px;
}
.section1 .main-visual-info .center-wrap .none-wrap .none-text {
  margin: 0;
  font-weight: 500;
  color: #6b6b6b;
  font-size: 18px;
}
.section1 .main-visual-info .center-wrap .tel-center {
  width: 380px;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.section1 .main-visual-info .center-wrap .tel-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section1 .main-visual-info .center-wrap .tel-center ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #135ccb;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in strong {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  line-height: 1;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in strong::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/ico_callcenter-e75c07d32299324ed63d46293c10436e.png") 0 0 no-repeat;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in small {
  font-size: 13px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in em {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 1;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #178EC6;
  padding-right: 2px;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child a {
  display: block;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child .in {
  text-align: left;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child .in strong::before {
  background: url("../images/ico_ask-faf97cf4a78a2f29bff2a85be9c0c433.png") 0 0 no-repeat;
  margin-top: 2px;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child .in em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child .in em:after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  background: url("../images/ico_callgo-6d44f1c648185524554282b10f9d5823.png") 0 0 no-repeat;
  margin-top: 2px;
}

.section-1 {
  padding: 50px 0;
  position: relative;
}
.section-1 .layout-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  position: relative;
}
.section-1 .main-visual-slide-wrap {
  width: 838px;
  height: 464px;
  position: relative;
}
.section-1 .main-visual-slide-wrap .slick-slider {
  position: unset;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap {
  width: 838px;
  height: 464px;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 55.3%;
  overflow: hidden;
  border-radius: 10px;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a:focus {
  margin: 2px;
  width: calc(100% - 4px);
  outline-offset: 0;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap {
  height: 60px;
  background: #f1f3f7;
  border-radius: 0 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 680px;
  cursor: pointer;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url("../images/ico_notice-5de28f5419ffcbedee61b575dc026ae4.png") no-repeat;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a strong {
  font-size: 20px;
  color: #767676;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  padding-right: 2px;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slick-dots {
  top: auto;
  right: 122px;
  bottom: 24px;
  left: auto;
  width: auto;
  height: 25px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slick-dots li {
  display: none;
  width: 45px;
  height: 100%;
  background: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7019607843);
  cursor: unset;
  letter-spacing: 1px;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slick-dots li.slick-active {
  display: block;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slick-dots li.slick-active span {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-right: 1px;
}
.section-1 .main-visual-slide-wrap .main-visual-controler {
  position: absolute;
  right: 18px;
  bottom: 17px;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-1 .main-visual-slide-wrap .main-visual-controler::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.section-1 .main-visual-slide-wrap .main-visual-controler button {
  width: 29px;
  height: 29px;
  position: relative;
  top: auto;
  right: auto;
  bottom: 0;
  left: 71px;
  cursor: pointer;
}
.section-1 .main-visual-slide-wrap .main-visual-controler button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section-1 .main-visual-slide-wrap .main-visual-controler button:focus {
  outline-color: #fff;
}
.section-1 .main-visual-slide-wrap .main-visual-controler .prev {
  background: url("../images/visual_slide_prev_edit-b8a97c06b54b092afd978c1de7fdf2cb.png") no-repeat center;
}
.section-1 .main-visual-slide-wrap .main-visual-controler .next {
  background: url("../images/visual_slide_next_edit-56c2ae4d7385f527bccb09e9d2ae0aeb.png") no-repeat center;
}
.section-1 .main-visual-slide-wrap .main-visual-controler .play {
  background: url("../images/visual_slide_play_edit-1b8bd9e0fc06f0f8445c51d015000bf9.png") no-repeat center;
}
.section-1 .main-visual-slide-wrap .main-visual-controler .stop {
  background: url("../images/visual_slide_stop_edit-c8d43d710ead53648ca0bf46f2f67e05.png") no-repeat center;
}
.section-1 .main-visual-info {
  width: 420px;
  height: 464px;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input {
  position: relative;
  width: 420px;
  height: 50px;
  padding-right: 60px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.1);
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input input {
  background: #fff;
  position: absolute;
  z-index: 1;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 10px 0 0 10px;
  padding: 0 30px;
  color: #2d5adb;
  height: 100%;
  border: 1px solid #2d5adb;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input input::-webkit-input-placeholder {
  color: #2d5adb;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input input::-moz-placeholder {
  color: #2d5adb;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input input:-ms-input-placeholder {
  color: #2d5adb;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input input::-ms-input-placeholder {
  color: #2d5adb;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input input::placeholder {
  color: #2d5adb;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input button {
  background: #2d5adb;
  height: 50px;
  width: 60px;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  right: 0;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section-1 .main-visual-info .sch-box-wrap .sch-box-input button::before {
  content: "";
  background: url("../images/ico_sch_page_edit-d53a692cdc232a418e758f126f5aea86.png") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}
.section-1 .main-visual-info .sch-box-wrap .sch-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-left: 30px;
  position: relative;
  margin-top: 12px;
}
.section-1 .main-visual-info .sch-box-wrap .sch-keyword::before {
  content: "";
  display: block;
  background: url("../images/ico_sch_keyword-56448fea5013d325285d04998fcc15c2.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 17px;
}
.section-1 .main-visual-info .sch-box-wrap .sch-keyword .keyword {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #525252;
  padding: 0 11px;
  font-size: 15px;
  width: 74px;
  line-height: 32px;
}
.section-1 .main-visual-info .center-wrap {
  margin-top: 28px;
  padding: 30px 30px 28px 30px;
  border: 1px solid #2d5adb;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.1);
}
.section-1 .main-visual-info .center-wrap .center-tap-wrap {
  position: relative;
}
.section-1 .main-visual-info .center-wrap h3 {
  font-size: 24px;
  margin-bottom: 22px;
}
.section-1 .main-visual-info .center-wrap .tab-center {
  margin-bottom: 22px;
}
.section-1 .main-visual-info .center-wrap .tab-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  border-bottom: 1px solid #2d5adb;
}
.section-1 .main-visual-info .center-wrap .tab-center ul li {
  border-radius: 15px 15px 0 0;
  height: 45px;
  background: #f1f3f7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.section-1 .main-visual-info .center-wrap .tab-center ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.section-1 .main-visual-info .center-wrap .tab-center ul li.on {
  background: #2d5adb;
}
.section-1 .main-visual-info .center-wrap .tab-center ul li.on a {
  color: #fff;
}
.section-1 .main-visual-info .center-wrap .tab-cont {
  height: 167px;
}
.section-1 .main-visual-info .center-wrap .notice-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.section-1 .main-visual-info .center-wrap .notice-ul li strong {
  font-size: 18px;
  margin-right: 24px;
  width: 75%;
  font-weight: 300;
}
.section-1 .main-visual-info .center-wrap .notice-ul li strong a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: block;
}
.section-1 .main-visual-info .center-wrap .notice-ul li .date {
  margin-left: auto;
  font-size: 14px;
  color: #767676;
}
.section-1 .main-visual-info .center-wrap .notice-ul li:last-child {
  margin-bottom: 0;
}
.section-1 .main-visual-info .center-wrap .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  position: absolute;
  right: 30px;
  top: 151px;
  color: #767676;
}
.section-1 .main-visual-info .center-wrap .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-e5b8230e587f4a6c7e7708a4f53b432d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.section-1 .main-visual-info .center-wrap .none-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 167px;
}
.section-1 .main-visual-info .center-wrap .none-wrap .none-text {
  margin: 0;
  font-weight: 500;
  color: #6b6b6b;
  font-size: 18px;
}
.section-1 .tel-center {
  grid-column: 1/3;
  grid-row: 2/3;
}
.section-1 .tel-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section-1 .tel-center ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 135px;
  border-radius: 10px;
}
.section-1 .tel-center ul li .in {
  padding: 37px 50px 37px 160px;
  position: relative;
}
.section-1 .tel-center ul li .in::before {
  content: "";
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-1 .tel-center ul li .in small {
  font-size: 30px;
  line-height: 1;
  display: inline;
}
.section-1 .tel-center ul li .in strong {
  font-size: 30px;
  line-height: 1;
  display: inline;
}
.section-1 .tel-center ul li .in em {
  font-size: 16px;
  line-height: 1;
  margin-top: 6px;
  display: block;
}
.section-1 .tel-center ul li .in em ins {
  margin-left: 3px;
}
.section-1 .tel-center ul li .in em ins::before {
  content: "(";
}
.section-1 .tel-center ul li .in em ins::after {
  content: ")";
}
.section-1 .tel-center ul li .in a {
  position: absolute;
  right: 40px;
  top: 34px;
  width: 110px;
  line-height: 40px;
  border-radius: 20px;
  background: #fff;
  display: inline-block;
  text-align: center;
}
.section-1 .tel-center ul li .in a span {
  font-size: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
.section-1 .tel-center ul li .in a span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 7px;
  background: url("../images/ico_go_arrow-2ae0ecc782b626eb8a46ee5736f6ee72.png") 0 0 no-repeat;
  margin-left: 12px;
  margin-top: -3px;
  vertical-align: middle;
}
.section-1 .tel-center ul li.type-1 {
  background: #def9fe;
}
.section-1 .tel-center ul li.type-1 .in::before {
  background: url("../images/ico_callcenter_edit-15eb92993f45651feb21177ef9360713.png") 0 0 no-repeat;
  width: 74px;
  height: 80px;
}
.section-1 .tel-center ul li.type-1 .in small {
  color: #0c6c70;
}
.section-1 .tel-center ul li.type-2 {
  background: #edf4ff;
}
.section-1 .tel-center ul li.type-2 .in::before {
  background: url("../images/ico_qna_edit-97876b9d3e2df12484930a2d3efae56b.png") 0 0 no-repeat;
  left: 42px;
  width: 84px;
  height: 71px;
}
.section-1 .tel-center ul li.type-2 .in small {
  color: #2f3a8f;
}
.section-1 .tel-center ul li.type-2 .in em {
  margin-top: 9px;
}

.tab-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tab-main ul li {
  width: 120px;
  height: 35px;
}
.tab-main ul li a {
  font-size: 15px;
  color: #525252;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c7c7c7;
  background: #fff;
}
.tab-main ul li.on a {
  color: #2d5adb;
  border: 2px solid #2d5adb;
}

.section-2 {
  background: #f7f8fa;
  padding: 40px 0;
}
.section-2 .layout-inner {
  position: relative;
}
.section-2 h3 {
  margin-bottom: 30px;
  line-height: 1;
}
.section-2 .tab-main {
  margin-bottom: 30px;
}
.section-2 .main-slide-wrap .main-slide {
  margin: -15px;
}
.section-2 .main-slide-wrap .main-slide .slide-page {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  gap: 20px;
  height: 220px;
  width: 635px !important;
  margin: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-2 .main-slide-wrap .main-slide .slide-page .thumb-wrap {
  width: 280px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .thumb-wrap .thumb {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 78.3%;
}
.section-2 .main-slide-wrap .main-slide .slide-page .thumb-wrap .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-2 .main-slide-wrap .main-slide .slide-page > a {
  outline-offset: 0;
}
.section-2 .main-slide-wrap .main-slide .slide-page > a:focus {
  outline-offset: 0;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 335px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .flag-wrap {
  margin-bottom: 4px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .title {
  font-size: 21px;
  line-height: 1.3;
  height: 55px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap {
  margin-bottom: 0;
  margin-top: auto;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .thumb-text {
  margin-bottom: 2px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dt {
  font-size: 15px;
  color: #767676;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dt::after {
  content: ":";
  font-size: 12px;
  margin: 0 4px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dd {
  font-size: 15px;
  color: #767676;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dt {
  font-size: 15px;
  color: #767676;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dt::after {
  content: ":";
  border-right: 0;
  height: auto;
  background: none;
  margin: 0 4px;
  font-size: 12px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dd span {
  font-size: 15px;
  color: #767676;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl dt {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl dd {
  font-size: 15px;
  color: #767676;
  line-height: 1;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.person-dl::before {
  background: url("../images/ico_person-0eb207fce92a7d0037238dbc05320f21.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.rating-dl::before {
  background: url("../images/ico_rating-1d9965c1bf47afabc17b60d06a634c92.png") 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.date-dl::before {
  background: url("../images/ico_date-0419dfe823318564b45049d1d6b5fe53.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl::after {
  content: "";
  display: inline-block;
  height: 12px;
  border-right: 1px solid #a5a5a5;
  margin: 0 10px 0 11px;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl:last-child::after {
  display: none;
}
.section-2 .main-slide-wrap .main-slide .slide-page .cont .info-wrap .btn-wrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section-2 .main-slide-wrap .main-slide .slide-page.none {
  width: 100% !important;
}
.section-2 .main-slide-wrap .main-slide .slide-page.none .none-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #6b6b6b;
  font-size: 18px;
}
.section-2 .main-slide-wrap .slide-controler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}
.section-2 .main-slide-wrap .slide-controler .slick-counter {
  width: 70px;
  text-align: center;
  color: #525252;
  font-size: 15px;
}
.section-2 .main-slide-wrap .slide-controler .slick-counter em {
  font-weight: 600;
  color: #161616;
}
.section-2 .main-slide-wrap .slide-controler .slick-counter1 {
  width: 70px;
  text-align: center;
  color: #525252;
  font-size: 15px;
}
.section-2 .main-slide-wrap .slide-controler .slick-counter1 em {
  font-weight: 600;
  color: #161616;
}
.section-2 .main-slide-wrap .slide-controler .slick-counter2 {
  width: 70px;
  text-align: center;
  color: #525252;
  font-size: 15px;
}
.section-2 .main-slide-wrap .slide-controler .slick-counter2 em {
  font-weight: 600;
  color: #161616;
}
.section-2 .main-slide-wrap .slide-controler .slick-prev {
  width: 34px;
  height: 34px;
  left: 0;
  margin-top: 0;
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}
.section-2 .main-slide-wrap .slide-controler .slick-prev span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section-2 .main-slide-wrap .slide-controler .slick-prev::before {
  width: 34px;
  height: 34px;
  background: url("../images/btn_main_slide_arrow-039c034bc4d6f491735bb971efe0e4a4.png") 0 0 no-repeat;
  margin-top: 0;
}
.section-2 .main-slide-wrap .slide-controler .slick-next {
  width: 34px;
  height: 34px;
  right: 0;
  margin-top: 0;
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}
.section-2 .main-slide-wrap .slide-controler .slick-next span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section-2 .main-slide-wrap .slide-controler .slick-next::before {
  width: 34px;
  height: 34px;
  background: url("../images/btn_main_slide_arrow-039c034bc4d6f491735bb971efe0e4a4.png") -40px 0 no-repeat;
  margin-top: 0;
}
.section-2 .main-slide-wrap .slide-controler button {
  border-radius: 100%;
}
.section-2 .main-slide-wrap .slide-controler button:focus {
  outline: 2px dashed #000;
  outline-offset: -2px;
}
.section-2 .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: -1px;
  color: #767676;
}
.section-2 .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-e5b8230e587f4a6c7e7708a4f53b432d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}

.section-3 {
  padding: 40px 0 80px;
}
.section-3 .layout-inner {
  position: relative;
}
.section-3 h3 {
  margin-bottom: 30px;
  line-height: 1;
}
.section-3 .tab-main-2 {
  margin-bottom: 30px;
}
.section-3 .tab-main-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section-3 .tab-main-2 ul li {
  width: 120px;
  height: 35px;
}
.section-3 .tab-main-2 ul li a {
  font-size: 15px;
  color: #525252;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c7c7c7;
  background: #fff;
}
.section-3 .tab-main-2 ul li.on a {
  color: #2d5adb;
  border: 2px solid #2d5adb;
}
.section-3 .main-ranking-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.section-3 .main-ranking-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 15px);
          flex: 1 1 calc(50% - 15px);
}
.section-3 .main-ranking-wrap ul li .thumb-wrap {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
}
.section-3 .main-ranking-wrap ul li .thumb-wrap .flag-wrap {
  position: absolute;
  left: 8px;
  top: 8px;
}
.section-3 .main-ranking-wrap ul li .thumb-wrap .thumb {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 78.3%;
}
.section-3 .main-ranking-wrap ul li .thumb-wrap .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-3 .main-ranking-wrap ul li .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 335px;
}
.section-3 .main-ranking-wrap ul li .cont .flag-wrap {
  margin-bottom: 4px;
}
.section-3 .main-ranking-wrap ul li .cont .title {
  font-size: 21px;
  line-height: 1.3;
  height: 55px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap {
  margin-bottom: 0;
  margin-top: auto;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-1 dl dt {
  font-size: 15px;
  color: #767676;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-1 dl dt::after {
  content: ":";
  font-size: 12px;
  margin: 0 4px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-1 dl dd {
  font-size: 15px;
  color: #767676;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-1 dl.dl-keyword dt {
  font-size: 15px;
  color: #767676;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-1 dl.dl-keyword dt::after {
  content: ":";
  border-right: 0;
  height: auto;
  background: none;
  margin: 0 4px;
  font-size: 12px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-1 dl.dl-keyword dd span {
  font-size: 15px;
  color: #767676;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl dt {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl dd {
  font-size: 15px;
  color: #767676;
  line-height: 1;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl.person-dl::before {
  background: url("../images/ico_person-0eb207fce92a7d0037238dbc05320f21.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl.rating-dl::before {
  background: url("../images/ico_rating-1d9965c1bf47afabc17b60d06a634c92.png") 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl.date-dl::before {
  background: url("../images/ico_date-0419dfe823318564b45049d1d6b5fe53.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl::after {
  content: "";
  display: inline-block;
  height: 12px;
  border-right: 1px solid #a5a5a5;
  margin: 0 10px 0 11px;
}
.section-3 .main-ranking-wrap ul li .cont .info-wrap .info-in-2 dl:last-child::after {
  display: none;
}
.section-3 .main-ranking-wrap ul li .cont .btn-wrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section-3 .main-ranking-wrap ul li:nth-child(4) {
  padding-top: 40px;
  position: relative;
}
.section-3 .main-ranking-wrap ul li:nth-child(4)::before {
  content: "";
  width: 1300px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #ddd;
}
.section-3 .main-ranking-wrap ul li:nth-child(5) {
  padding-top: 40px;
}
.section-3 .main-ranking-wrap ul li.ranking {
  width: 410px;
  margin-right: 3px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.section-3 .main-ranking-wrap ul li.ranking:last-child {
  margin-right: 0;
}
.section-3 .main-ranking-wrap ul li.ranking .thumb-wrap {
  width: 410px;
}
.section-3 .main-ranking-wrap ul li.ranking .cont {
  margin-top: 20px;
  width: 410px;
}
.section-3 .main-ranking-wrap ul li.ranking .cont .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1;
  height: auto;
  margin-bottom: 0;
}
.section-3 .main-ranking-wrap ul li.ranking .cont .info-wrap {
  margin-bottom: 0;
  margin-top: 9px;
}
.section-3 .main-ranking-wrap ul li.ranking .dim-class {
  width: 100%;
  height: 322px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-3 .main-ranking-wrap ul li.ranking .dim-class::before {
  content: "";
  background: #000;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
}
.section-3 .main-ranking-wrap ul li.ranking .dim-class .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}
.section-3 .main-ranking-wrap ul li.ranking .dim-class .btn-wrap a:focus, .section-3 .main-ranking-wrap ul li.ranking .dim-class .btn-wrap button:focus {
  outline-color: #fff;
}
.section-3 .main-ranking-wrap ul li.ranking.current .dim-class {
  opacity: 1;
}
.section-3 .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: -1px;
  color: #767676;
}
.section-3 .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-e5b8230e587f4a6c7e7708a4f53b432d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.section-3 .none-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-3 .none-wrap .none-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  color: #6b6b6b;
  font-size: 18px;
}

.btn-main-edu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  border: 1px solid #cbcfd6;
  background: #fff;
  height: 43px;
  line-height: 43px;
  display: inline-flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn-main-edu span {
  color: #525252;
  font-size: 15px;
}
.btn-main-edu.view {
  width: 105px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flag-main-edu {
  min-width: 47px;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  background: #2d5adb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 13px;
}

.section2 {
  padding: 50px 0;
}
.section2 .none-wrap .none-text {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 500;
  margin: 120px auto;
  font-size: 18px;
}

.h3-edu {
  font-size: 26px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 38px;
  line-height: 1;
}
.h3-edu::before {
  content: "";
  display: inline-block;
  background: url("../images/ico_h3_edu-15898c4c33c232e0ebaec42dd953f19f.png") 0 0 no-repeat;
  width: 29px;
  height: 25px;
}

.tab-edu {
  margin-bottom: 10px;
  padding: 0 34px;
  border-radius: 12px;
  background: #f1f3f7;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-edu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-edu ul li {
  width: 130px;
  height: 49px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
.tab-edu ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
.tab-edu ul li.on {
  background: #586882;
  border: 1px solid #586882;
}
.tab-edu ul li.on a {
  color: #fff;
}
.tab-edu ul li.on::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.edu-slide-wrap .edu-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.edu-slide-wrap .edu-slide::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 1;
}
.edu-slide-wrap .edu-slide .slick-list {
  margin-left: -12px;
}
.edu-slide-wrap .edu-slide .slick-slide {
  margin-right: -12px;
}
.edu-slide-wrap .edu-slide .slide-page {
  width: 331px !important;
  margin: 0 0 44px 0;
  padding: 6px 12px;
}
.edu-slide-wrap .edu-slide .slide-page a {
  display: block;
  outline-offset: 0;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap {
  position: relative;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap .thumb {
  width: 100%;
  height: 241px;
  border-radius: 4px;
  overflow: hidden;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap .close-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap .close-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d2d2d2;
  opacity: 0.7;
  border-radius: 4px;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap .close-wrap .close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 39px;
  background: #7c7c7c;
  border: 3px solid #fff;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 10px;
  position: relative;
}
.edu-slide-wrap .edu-slide .slide-page .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.edu-slide-wrap .edu-slide .slide-page .cont .flag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edu-slide-wrap .edu-slide .slide-page .cont .flag-wrap .day-end {
  font-size: 22px;
  color: #43a848;
  font-weight: 500;
  margin-left: auto;
  line-height: 1;
}
.edu-slide-wrap .edu-slide .slide-page .cont .title {
  font-size: 21px;
  margin-bottom: 7px;
  height: 58px;
}
.edu-slide-wrap .edu-slide .slide-page .cont .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.edu-slide-wrap .edu-slide .slide-page .cont .dl-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.edu-slide-wrap .edu-slide .slide-page .cont .dl-date dt {
  color: #767676;
}
.edu-slide-wrap .edu-slide .slide-page .cont .dl-date dt::after {
  content: ":";
  margin: 0 2px;
}
.edu-slide-wrap .edu-slide .slide-page .cont .dl-date dd {
  color: #767676;
}
.edu-slide-wrap .edu-slide .slide-page .cont .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: auto;
}
.edu-slide-wrap .edu-slide .slide-page .cont .btn-wrap .btn-re {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  border: 1px solid #c7c7c7;
}
.edu-slide-wrap .edu-slide .slide-page .cont .btn-wrap .btn-re span {
  font-size: 15px;
  color: #6b6b6b;
}
.edu-slide-wrap .edu-slide .slide-page .cont .btn-wrap .btn-re.view {
  width: 104px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.edu-slide-wrap .edu-slide .slick-prev {
  width: 62px;
  height: 102px;
  left: -97px;
}
.edu-slide-wrap .edu-slide .slick-prev::before {
  width: 62px;
  height: 102px;
  background: url("../images/ico_edu_slide_arrow_left-ee2bb834c4533d03b45660e8cb27435e.png") 0 0 no-repeat;
}
.edu-slide-wrap .edu-slide .slick-next {
  width: 62px;
  height: 102px;
  right: -97px;
}
.edu-slide-wrap .edu-slide .slick-next::before {
  width: 62px;
  height: 102px;
  background: url("../images/ico_edu_slide_arrow_right-6c1fdf9b50dca5bf9a523f04bc139698.png") 0 0 no-repeat;
}

.footer {
  height: 240px;
  position: relative;
}
.footer *:focus {
  outline-color: white;
}
.footer .layout-inner {
  position: relative;
}
.footer .logo {
  margin-right: 40px;
}
.footer .logo img {
  display: block;
}
.footer .new-with {
  width: 61px;
  height: 58px;
  background: url("../images/new_logo_width-2a689bdc79005750b8256f1d369b402d.png") 0 0 no-repeat;
  display: inline-block;
  background-size: cover;
}
.footer .new-with ins {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.footer .mark1 {
  margin-left: 40px;
  height: 55px;
}
.footer .mark1 a {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .wa {
  width: auto;
  height: 55px;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.footer .foot-menu {
  background: #595959;
  height: 80px;
}
.footer .foot-menu .layout-inner {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-menu ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-menu ul li img {
  display: block;
}
.footer .foot-menu ul li a {
  font-size: 20px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-menu ul li::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 16px;
  background: #fff;
  margin: 0 24px;
  vertical-align: middle;
}
.footer .foot-menu ul li:last-child::after {
  display: none;
}
.footer .foot-cont {
  background: #222;
  height: 160px;
}
.footer .foot-cont .fnb {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-cont .fnb li {
  color: #fff;
  font-size: 18px;
}
.footer .foot-cont .fnb li:first-child {
  color: #fbb900;
  font-weight: bold;
}
.footer .foot-cont .fnb li:first-child a {
  position: relative;
}
.footer .foot-cont .fnb li:first-child a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -3px;
  background: #fbb900;
}
.footer .foot-cont .fnb li::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 14px;
  background: #fff;
  margin: 0 24px 0 22px;
}
.footer .foot-cont .fnb li:last-child::after {
  display: none;
}
.footer .foot-cont address {
  color: #d1d1d1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -2px;
}
.footer .foot-cont address b {
  color: #d1d1d1;
  margin-right: 3px;
}
.footer .foot-cont address small {
  color: #d1d1d1;
  margin-right: 3px;
}
.footer .foot-cont .foot-dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 2px 0;
}
.footer .foot-cont .foot-dl dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-cont .foot-dl dl:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 13px;
  background: #d1d1d1;
  margin: 0 10px;
}
.footer .foot-cont .foot-dl dl:last-child::after {
  display: none;
}
.footer .foot-cont .foot-dl dt {
  color: #d1d1d1;
  margin-right: 6px;
}
.footer .foot-cont .foot-dl dd {
  color: #d1d1d1;
}
.footer .foot-cont p {
  color: #d1d1d1;
}
.footer .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 27px;
}
.footer .sns-link li {
  margin-left: 10px;
}
.footer .sns-link li a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .sns-link li.li-character {
  margin-right: 2px;
}
.footer .sns-link li.li-character img {
  margin-top: -20px;
}

.quick-wrap {
  width: 100px;
  border-radius: 50px;
  position: absolute;
  top: 218px;
  z-index: 11000;
  border: 1px solid #ddd;
  -webkit-transition: 1s;
  transition: 1s;
  right: 18px;
  opacity: 1;
  padding: 40px 0;
  background: #fff;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.1);
}
.quick-wrap.quick-fixed {
  top: 22px !important;
  position: fixed;
}
.quick-wrap .quick-menu {
  width: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.quick-wrap .quick-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  position: relative;
}
.quick-wrap .quick-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.quick-wrap .quick-menu li span {
  line-height: 1;
  color: #767676;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}
.quick-wrap .quick-menu li i {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #f1f3f7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.quick-wrap .quick-menu li i::before {
  content: "";
  display: inline-block;
  background-image: url("../images/ico_quick-555d7d489e19002252fbd7dcc6a354e8.png");
}
.quick-wrap .quick-menu li.type-1 i::before {
  background-position: 0 0;
  width: 21px;
  height: 21px;
}
.quick-wrap .quick-menu li.type-2 i::before {
  background-position: -40px 0;
  width: 20px;
  height: 21px;
}
.quick-wrap .quick-menu li.type-3 i::before {
  background-position: -60px 0;
  width: 20px;
  height: 21px;
}
.quick-wrap .quick-menu li.type-3-2 i::before {
  background-position: -100px 0;
  width: 20px;
  height: 21px;
}
.quick-wrap .quick-menu li.type-4 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96%;
  height: 96%;
}
.quick-wrap .quick-menu li.type-4 p small {
  line-height: 1;
  color: #767676;
  margin-top: -8px;
  display: block;
}
.quick-wrap .quick-menu li.type-4 i::before {
  background-position: -20px 0;
  width: 20px;
  height: 21px;
}
.quick-wrap .quick-menu li.type-5 {
  border-radius: 0 0 0 4px;
}
.quick-wrap .quick-menu li.type-5 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96%;
  height: 96%;
}
.quick-wrap .quick-menu li.type-5 i::before {
  background-position: -80px 0;
  width: 20px;
  height: 21px;
}
.quick-wrap .quick-menu li:hover span {
  color: #2d5adb;
}
.quick-wrap .quick-menu li:hover i {
  background: #edf4ff;
}
.quick-wrap .quick-menu li:hover.type-1 i::before {
  background-position: 0 -21px;
}
.quick-wrap .quick-menu li:hover.type-2 i::before {
  background-position: -40px -21px;
}
.quick-wrap .quick-menu li:hover.type-3 i::before {
  background-position: -60px -21px;
}
.quick-wrap .quick-menu li:hover.type-3-2 i::before {
  background-position: -100px -21px;
}
.quick-wrap .quick-menu li:hover.type-4 i::before {
  background-position: -20px -21px;
}
.quick-wrap .quick-menu li:hover.type-4 p small {
  color: #4b7dc9;
}
.quick-wrap .quick-menu li:hover.type-5 i::before {
  background-position: -80px -21px;
}

.snb-wrap {
  padding-top: 70px;
}
.snb-wrap .h3 {
  font-size: 32px;
  height: 100px;
  font-weight: 500;
  color: #161616;
  text-align: left;
}
.snb-wrap .snb-nav {
  border-top: 1px solid #c3c3c3;
}
.snb-wrap .snb-nav .depth2 > li {
  position: relative;
  border-bottom: 1px solid #c3c3c3;
}
.snb-wrap .snb-nav .depth2 > li > a {
  display: block;
  padding: 14px 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.snb-wrap .snb-nav .depth2 > li > .btn-view {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50px;
}
.snb-wrap .snb-nav .depth2 > li > .btn-view::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background: url("../images/ico_arrow_snb-15dcc71f7820db2e24b949a63e928e21.png") 0 0 no-repeat;
  position: absolute;
  right: 16px;
  top: 22px;
}
.snb-wrap .snb-nav .depth2 > li > .btn-view > span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -99999999px;
  top: 0;
  width: 0;
  height: 0;
}
.snb-wrap .snb-nav .depth2 > li:hover a {
  color: #17c5b4;
}
.snb-wrap .snb-nav .depth2 > li.active > a {
  background: #17c5b4;
  color: #161616;
  font-weight: bold;
}
.snb-wrap .snb-nav .depth2 > li.active > .btn-view::after {
  background: url("../images/ico_arrow_snb-15dcc71f7820db2e24b949a63e928e21.png") -10px 0 no-repeat;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 {
  display: block;
  padding: 8px 0;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 li {
  position: relative;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 li > a {
  display: block;
  padding: 10px 18px 10px 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url("../images/ico_depth3-a14cd6579b5eeada167df015e138eb98.png") 0 0 no-repeat;
  position: absolute;
  left: 18px;
  top: 18px;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 li:hover a {
  color: #0c8487;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 li:hover::after {
  background: url("../images/ico_depth3-a14cd6579b5eeada167df015e138eb98.png") -7px 0 no-repeat;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 li.active > a {
  color: #0c8487;
}
.snb-wrap .snb-nav .depth2 > li.active .depth3 li.active::after {
  background: url("../images/ico_depth3-a14cd6579b5eeada167df015e138eb98.png") -7px 0 no-repeat;
}
.snb-wrap .snb-nav .depth2 .depth3 {
  display: none;
}
.snb-wrap .snb-nav .depth2 .depth3 > li > a {
  color: #767676;
}

.sub-container {
  margin-top: -50px;
}

.location {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location li {
  background: url("../images/ico_arrow_location-79ea78c27920d428446a234fcee41261.png") 0 4px no-repeat;
  padding-left: 22px;
  margin-left: 10px;
  line-height: 1.2;
}
.location li:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}
.location li:first-child a {
  background: url("../images/ico_home_location-5c60657272af45f7e45a9ce23b47795f.png") 0 center no-repeat;
  padding-left: 20px;
}

.sub-content {
  padding-top: 70px;
}
.sub-content .h4 {
  font-size: 32px;
  height: 100px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.sch-box {
  border: 1px solid #c7c7c7;
  padding: 25px 50px;
  position: relative;
  margin-bottom: 50px;
}
.sch-box .sch-table {
  width: 710px;
}
.sch-box .sch-table .sch-tr {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sch-box .sch-table .sch-tr .sch-th {
  text-align: right;
  padding-right: 14px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sch-box .sch-table .sch-tr .sch-th.type4 {
  width: 80px;
}
.sch-box .sch-table .sch-tr .sch-th.type5 {
  width: 90px;
}
.sch-box .sch-table .sch-tr .sch-th.type6 {
  width: 112px;
}
.sch-box .sch-table .sch-tr .sch-th.type7 {
  width: 124px;
}
.sch-box .sch-table .sch-tr .sch-td {
  width: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sch-box .sch-table .sch-tr .sch-td.space30 {
  margin-right: 30px;
}
.sch-box .sch-table .sch-tr .sch-td.space36 {
  margin-right: 36px;
}
.sch-box .sch-table .sch-tr .sch-td.space-1 {
  width: 156px;
}
.sch-box .sch-table .sch-tr .sch-td.type-max {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.sch-box .sch-table .sch-tr .sch-td.type-auto {
  width: auto;
}
.sch-box .sch-table .sch-tr:last-child {
  margin-bottom: 0;
}
.sch-box .sch-table .sch-tr .sch-td-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sch-box .sch-btn-wrap {
  position: absolute;
  right: 50px;
  bottom: 25px;
}
.sch-box .sch-table-wrap {
  position: relative;
  margin-bottom: 24px;
}
.sch-box .sch-table-wrap .sch-btn-wrap {
  right: 0;
  bottom: 0;
}
.sch-box .sch-table-add {
  width: 100%;
  margin-bottom: 25px;
  margin-top: -20px;
}
.sch-box .sch-table-add .sch-tr {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sch-box .sch-table-add .sch-tr::before {
  content: "";
  width: 50px;
  position: absolute;
  left: 100%;
  bottom: -1px;
  border-bottom: 1px solid #ddd;
}
.sch-box .sch-table-add .sch-tr::after {
  content: "";
  width: 50px;
  position: absolute;
  right: 100%;
  bottom: -1px;
  border-bottom: 1px solid #ddd;
}
.sch-box .sch-table-add .sch-tr .sch-th {
  text-align: right;
  padding-right: 14px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sch-box .sch-table-add .sch-tr .sch-th.type4 {
  width: 80px;
}
.sch-box .sch-table-add .sch-tr .sch-th.type5 {
  width: 90px;
}
.sch-box .sch-table-add .sch-tr .sch-th.type6 {
  width: 112px;
}
.sch-box .sch-table-add .sch-tr .sch-th.type7 {
  width: 124px;
}
.sch-box .sch-table-add .sch-tr .sch-td {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-wrap em {
  font-weight: 500;
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 3px; /*width: 646px;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-in li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-in li label {
  color: #767676;
  font-size: 15px;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-in li input:focus {
  outline-color: #ff6040;
}
.sch-box .sch-table-add .sch-tr .sch-td .check-btn-wrap {
  margin-left: auto;
}
.sch-box .sch-table-add .sch-tr .sch-td .check-btn-wrap .btn-tog {
  width: 40px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #0c8487;
}
.sch-box .sch-table-add .sch-tr .sch-td .check-btn-wrap .btn-tog::before {
  content: "";
  display: inline-block;
  background: url("../images/ico_tog_open-e457ade2ad540e069780705260871cbe.png") 0 0 no-repeat;
  width: 11px;
  height: 11px;
}
.sch-box .sch-table-add .sch-tr .sch-td .check-btn-wrap .btn-tog span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-more {
  display: none;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-more .sch-check-wrap {
  margin-bottom: 14px;
}
.sch-box .sch-table-add .sch-tr .sch-td .sch-check-more .sch-check-wrap:last-child {
  margin-bottom: 0;
}
.sch-box .sch-table-add .sch-tr .sch-td.active .check-btn-wrap .btn-tog::before {
  background: url("../images/ico_tog_close-868370a6de092d83f748e20be420bdf6.png") 0 0 no-repeat;
}
.sch-box .sch-check-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f4f4f4;
  padding: 12px 0;
  position: relative;
  margin-bottom: -25px;
  border-top: 1px solid #ddd;
}
.sch-box .sch-check-bottom::before {
  content: "";
  width: 50px;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  left: 100%;
  top: -1px;
  border-top: 1px solid #ddd;
}
.sch-box .sch-check-bottom::after {
  content: "";
  width: 50px;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  right: 100%;
  top: -1px;
  border-top: 1px solid #ddd;
}
.sch-box .sch-check-bottom em {
  width: 112px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  padding-right: 14px;
  font-weight: 500;
}
.sch-box .sch-check-bottom .sch-check-bottom-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .btn-all-none {
  width: 40px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #0c8487;
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .btn-all-none::before {
  content: "";
  display: inline-block;
  background: url("../images/ico_refresh-b0ef68bbe9cce2a8628e083496dee3df.png") 0 0 no-repeat;
  width: 12px;
  height: 15px;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .btn-all-none span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  row-gap: 5px;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 5px;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul li span {
  color: #767676;
  font-size: 15px;
  line-height: 1;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul li .btn-x {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul li .btn-x::before {
  content: "";
  display: inline-block;
  background: url("../images/btn_x_small-57b59daf0e0e4aa53b888bc28b6e2eed.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul li .btn-x span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul li::before {
  content: "[";
  color: #767676;
  font-size: 15px;
  line-height: 1;
}
.sch-box .sch-check-bottom .sch-check-bottom-in .sch-check-ul li::after {
  content: "]";
  color: #767676;
  font-size: 15px;
  line-height: 1;
}

.head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  margin-bottom: 12px;
}
.head .head-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.head .head-right {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.head .head-right .btn-sm {
  margin-left: 6px;
}
.head .head-right .select {
  margin-left: 6px;
}
.head .head-right .text-block.type-bot {
  margin: 0;
}

.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.foot a,
.foot button {
  margin-left: 10px;
}
.foot a:first-child,
.foot button:first-child {
  margin-left: 0;
}

.list-blog {
  border-top: 2px solid #161616;
}
.list-blog li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}
.list-blog li .thumb-wrap {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  height: 225px;
  position: relative;
}
.list-blog li .thumb-wrap .thumb {
  width: 270px;
  height: 225px;
}
.list-blog li .thumb-wrap .thumb img {
  width: 270px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-blog li .thumb-wrap .flag-wrap {
  position: absolute;
  top: 5px;
  left: 5px;
}
.list-blog li .cont {
  -ms-flex-preferred-size: 650px;
      flex-basis: 650px;
  margin-top: -6px;
}
.list-blog li .cont strong.title {
  font-size: 22px;
  display: block;
  margin-bottom: 14px;
  width: 600px;
  font-weight: 500;
}
.list-blog li .cont strong.title a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: block;
}
.list-blog li .cont strong.title a:hover {
  text-decoration: underline;
}
.list-blog li .cont strong.title .flag-sm {
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.list-blog li .cont .dl-keyword {
  margin-bottom: 16px;
}
.list-blog li .cont .dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-blog li .cont .dl-flex .dl-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 28px;
}
.list-blog li .btn-wrap {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-blog li .btn-wrap .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4px;
}
.list-blog li .btn-wrap .btn:first-child {
  margin-left: 0;
}

.view-top {
  border-top: 2px solid #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  margin-bottom: 50px;
}
.view-top .thumb-wrap {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  height: 225px;
  position: relative;
}
.view-top .thumb-wrap .thumb {
  width: 270px;
  height: 225px;
}
.view-top .thumb-wrap .thumb img {
  width: 270px;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-top .thumb-wrap .flag-wrap {
  position: absolute;
  top: 5px;
  left: 5px;
}
.view-top .cont {
  -ms-flex-preferred-size: 650px;
      flex-basis: 650px;
  margin-top: -6px;
}
.view-top .cont strong.title {
  font-size: 22px;
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}
.view-top .cont strong.title a:hover {
  text-decoration: underline;
}
.view-top .cont .dl-keyword {
  margin-bottom: 16px;
}
.view-top .cont .dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-top .cont .dl-flex .dl-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 38px;
}
.view-top .cont .dl-flex .dl-inner .dl-flex dl:first-child {
  padding-right: 38px;
}
.view-top .btn-wrap {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-top .btn-wrap .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4px;
}
.view-top .btn-wrap .btn:first-child {
  margin-left: 0;
}

.list-gall {
  border-top: 2px solid #161616;
}
.list-gall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-gall li {
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  margin-right: 40px;
}
.list-gall li::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #c7c7c7;
  width: 40px;
  position: absolute;
  left: 100%;
  bottom: -1px;
}
.list-gall li:nth-child(3n) {
  margin-right: 0;
}
.list-gall li:nth-child(3n)::after {
  content: "";
  display: none;
}
.list-gall li .thumb-wrap {
  position: relative;
}
.list-gall li .thumb-wrap .thumb {
  width: 290px;
  height: 185px;
}
.list-gall li .thumb-wrap .thumb img {
  width: 290px;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-gall li .thumb-wrap .flag-wrap {
  position: absolute;
  top: 5px;
  left: 5px;
}
.list-gall li .cont {
  width: 290px;
  margin-top: 16px;
}
.list-gall li .cont .category {
  font-size: 15px;
  color: #0c8487;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.list-gall li .cont .title {
  font-size: 22px;
  display: block;
  margin-bottom: 14px;
  width: 290px;
  font-weight: 500;
}
.list-gall li .cont .title a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.list-gall li .cont .title a:hover {
  text-decoration: underline;
}
.list-gall li .cont .title2 {
  font-size: 22px;
  display: block;
  margin-bottom: 14px;
  width: 290px;
  font-weight: 500;
  height: 60px;
}
.list-gall li .cont .title2 a:hover {
  text-decoration: underline;
}
.list-gall li .cont .view-info-wrap {
  width: 100%;
  margin-bottom: 6px;
}
.list-gall li .cont .view-info-wrap dd {
  font-size: 14px;
}
.list-gall li .cont .date-info-wrap {
  width: 100%;
}
.list-gall li .cont .text {
  height: 46px;
  margin-bottom: 14px;
  word-break: break-word;
}
.list-gall li .cont .dl-keyword {
  margin-bottom: 16px;
}
.list-gall li .cont .dl-keyword dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.list-gall li .cont .dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-gall li .cont .dl-flex .dl-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 38px;
}
.list-gall li .bookmark {
  position: absolute;
  top: 24px;
  right: 4px;
}
.list-gall li.none-gall {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
}
.list-gall.type-new li .thumb-wrap .thumb {
  width: 290px;
  height: 242px;
  overflow: hidden;
}
.list-gall.type-new li .thumb-wrap .thumb img {
  width: 290px;
  height: 242px;
}

.paging {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paging a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2px;
  font-size: 14px;
  color: #767676;
}
.paging a:hover {
  color: #222;
}
.paging a.on {
  color: #222;
  border: 1px solid #d2d5db;
  border-bottom: 2px solid #161616;
}

.paging a.prev, .paging a.next {
  position: relative;
}
.paging a.prev span, .paging a.next span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.paging a.prev {
  background: url("../images/ico_prev_off-9278b206561a3bfd071d1c872e3e44ff.png") center no-repeat;
}

.paging a.prev:hover {
  background: url("../images/ico_prev_on-1668b4fc43a9c547948c0c25744190ea.png") center no-repeat;
}

.paging a.next {
  background: url("../images/ico_next_off-825e90545c86de380ebbb3481de3cc99.png") center no-repeat;
}

.paging a.next:hover {
  background: url("../images/ico_next_on-1f3f9f1fc4bbf919cd03e19ee279beea.png") center no-repeat;
}

.text-block {
  margin-bottom: 44px;
}
.text-block.type-bot {
  margin-top: 16px;
  text-align: right;
}
.text-block.type-bot.tops {
  margin-bottom: 10px;
}

.tab-area {
  margin-bottom: 30px;
}
.tab-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  width: 100%;
}
.tab-area li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 46px;
  line-height: 44px;
  border: 1px solid #c7c7c7;
  border-left: none;
  background: #ececec;
  text-align: center;
}
.tab-area li a {
  color: #6b6b6b;
  display: block;
}
.tab-area li a:hover {
  color: #161616;
}
.tab-area li.on {
  background: none;
  border-bottom: none;
}
.tab-area li.on a {
  color: #0c8487;
}
.tab-area li:first-child {
  border-radius: 10px 0 0 0;
  border-left: 1px solid #c7c7c7;
}
.tab-area li:last-child {
  border-radius: 0 10px 0 0;
}
.tab-area li small::before {
  content: "(";
  display: inline-block;
}
.tab-area li small::after {
  content: ")";
  display: inline-block;
}

.tab-area2 {
  margin-bottom: 30px;
}
.tab-area2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
}
.tab-area2 li {
  margin-right: 20px;
  padding-bottom: 14px;
}
.tab-area2 li a {
  color: #767676;
  width: 100%;
  padding-bottom: 11px;
}
.tab-area2 li a:hover {
  color: #161616;
}
.tab-area2 li.on a {
  color: #161616;
  border-bottom: 3px solid #161616;
}

.tab-area-new {
  margin-bottom: 40px;
  margin-top: 60px;
}
.tab-area-new ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-area-new li {
  margin-right: 90px;
  position: relative;
}
.tab-area-new li a {
  font-size: 36px;
  color: #767676;
}
.tab-area-new li.on a {
  color: #161616;
  font-weight: 500;
}
.tab-area-new li.on::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #17c5b4;
  position: absolute;
  bottom: -7px;
}
.tab-area-new li:last-child {
  margin-right: 0;
}

.tab-area-new2 {
  margin-bottom: 40px;
  margin-top: -10px;
}
.tab-area-new2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-area-new2 li {
  margin-right: 40px;
  position: relative;
}
.tab-area-new2 li a {
  font-size: 32px;
  color: #767676;
}
.tab-area-new2 li.on a {
  color: #161616;
  font-weight: 500;
}
.tab-area-new2 li.on::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #17c5b4;
  position: absolute;
  bottom: -7px;
}
.tab-area-new2 li:last-child {
  margin-right: 0;
}

.tab-area-in {
  margin-bottom: 40px;
  margin-top: 60px;
}
.tab-area-in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-area-in li {
  margin-right: 90px;
  position: relative;
}
.tab-area-in li a {
  font-size: 36px;
  color: #767676;
}
.tab-area-in li.on a {
  color: #161616;
  font-weight: 500;
}
.tab-area-in li.on::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 4px solid #17c5b4;
  position: absolute;
  bottom: -7px;
}
.tab-area-in li:last-child {
  margin-right: 0;
}

.dl-default dl {
  margin-bottom: 30px;
}
.dl-default dl dt {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
}
.dl-default dl dt::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #0c8487;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}
.dl-default dl dd {
  color: #767676;
}
.dl-default dl:last-child {
  margin-bottom: 0;
}

.data-table {
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.data-table th {
  padding: 15px 20px 16px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  text-align: center;
  background: #f9f9f9;
  font-size: 15px;
}
.data-table td {
  padding: 15px 20px 16px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  text-align: center;
  font-size: 15px;
}
.data-table td.left {
  text-align: left;
}
.data-table td.left a {
  vertical-align: middle;
}
.data-table td.left a:hover {
  text-decoration: underline;
}
.data-table td.form-in {
  padding: 10px;
}
.data-table td.none-text {
  padding: 80px 0;
  text-align: center;
}
.data-table td .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}
.data-table td .block .input-box {
  margin-right: 6px;
}
.data-table td .block:last-child {
  margin-bottom: 0;
}
.data-table td .form-text {
  margin-left: 6px;
}
.data-table td.title {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.data-table td.title a {
  vertical-align: middle;
}
.data-table td.title a:hover {
  text-decoration: underline;
}
.data-table td.pt-1 {
  background: #edfef6;
}
.data-table td.pt-2 {
  background: #eff7e5;
}
.data-table td.pt-3 {
  background: #fff6de;
}
.data-table td.pt-4 {
  background: #ffede1;
}
.data-table td.pt-5 {
  background: #f5e0e0;
}
.data-table td .flag-sm {
  margin-right: 6px;
}
.data-table td .pt-text {
  color: #0c8487;
  margin-left: 6px;
  display: inline-block;
}
.data-table td ins {
  color: #767676;
}
.data-table tbody th[scope=row] {
  background: #fff;
}
.data-table tbody th[scope=row].left {
  text-align: left;
}
.data-table tbody th[scope=row].bg {
  background: #e7f9f7;
}
.data-table tbody th[scope=row].point-text2 {
  color: #0c8487;
}
.data-table.type-align th {
  text-align: center;
}
.data-table.type-align td {
  text-align: center;
}
.data-table.type-form th {
  padding: 9px 20px 10px;
  text-align: left;
}
.data-table.type-form td {
  padding: 9px 20px 10px;
  text-align: left;
}
.data-table.type-row th {
  text-align: left;
}
.data-table.type-row td {
  text-align: left;
}
.data-table.type-in th {
  text-align: center;
  padding: 12px 10px 13px;
}
.data-table.type-in td {
  text-align: center;
  padding: 12px 10px 13px;
}
.data-table label, .data-table p {
  font-size: 15px;
}

.list-table {
  border-top: 2px solid #191919;
}
.list-table th {
  padding: 15px 10px 16px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  background: #f9f9f9;
  font-size: 15px;
}
.list-table td {
  padding: 15px 10px 16px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  font-size: 15px;
  word-break: break-all;
}
.list-table td.left {
  text-align: left;
}
.list-table td.left a {
  vertical-align: middle;
}
.list-table td.left a:hover {
  text-decoration: underline;
}
.list-table td.title {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.list-table td.title a {
  vertical-align: middle;
}
.list-table td.title a:hover {
  text-decoration: underline;
}
.list-table td.title2 {
  text-align: left;
}
.list-table td.form-in {
  padding: 10px;
}
.list-table td.none-text {
  padding: 80px 0;
  text-align: center;
}

.list-review {
  border-top: 2px solid #242424;
}
.list-review ul li {
  padding: 16px 0;
  border-bottom: 1px solid #c7c7c7;
}
.list-review ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-review ul li .info p {
  font-size: 15px;
  color: #767676;
  margin-left: 8px;
}
.list-view {
  border-top: 2px solid #191919;
}
.list-view .top {
  padding: 20px 18px;
  border-bottom: 1px solid #c7c7c7;
}
.list-view .top .title {
  font-size: 27px;
  margin-bottom: 10px;
  display: block;
}
.list-view .top .info .view-info-wrap dd {
  font-size: 15px;
  color: #767676;
}
.list-view .top .info .view-info-wrap dl.type-event dt {
  font-size: 15px;
}
.list-view .top .info .file-list {
  margin-top: 4px;
}
.list-view .top .info .file-list b {
  font-size: 15px;
  color: #767676;
}
.list-view .top .info .file-list li {
  font-size: 15px;
}
.list-view .cont {
  padding: 36px 20px;
  border-bottom: 1px solid #c7c7c7;
}
.list-view .cont p {
  word-break: break-all;
}
.list-view .cont img {
  max-width: 100%;
  height: auto !important;
}
.list-view .answer-wrap {
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background: #f9f9f9;
  padding: 0 30px;
}
.list-view .answer-wrap .answer-top {
  padding: 16px 0;
  border-bottom: 1px solid #c7c7c7;
}
.list-view .answer-wrap .answer-top .view-info-wrap dd {
  font-size: 15px;
  color: #767676;
}
.list-view .answer-wrap .answer-cont {
  padding: 16px 0;
  min-height: 140px;
}

.go-play-wrap {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
  margin-bottom: 36px;
}
.go-play-wrap .player {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.go-play-wrap .player .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.go-play-wrap .cont {
  position: relative;
}
.go-play-wrap .cont .top {
  margin-bottom: 16px;
}
.go-play-wrap .cont .top .category {
  margin-bottom: 8px;
  font-size: 18px;
}
.go-play-wrap .cont .top .title {
  font-size: 27px;
  display: block;
}
.go-play-wrap .cont .bot .dl-keyword {
  margin-bottom: 6px;
}
.go-play-wrap .cont .bot .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.go-play-wrap .cont .bookmark {
  position: absolute;
  top: 0;
  right: 0;
}

.history-box {
  width: 100%;
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.history-box .year-month-wrap {
  background: #17c5b4;
  height: 100%;
  -ms-flex-preferred-size: 236px;
      flex-basis: 236px;
}
.history-box .year-month-wrap .ym-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 176px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.history-box .year-month-wrap .ym-content button {
  position: relative;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
}
.history-box .year-month-wrap .ym-content button i {
  display: block;
  width: 9px;
  height: 20px;
  margin: 0 auto;
  background: url("../images/ico_history_arrow-145c66d53e62f6dbf2354fe3fb733a5a.png") no-repeat;
}
.history-box .year-month-wrap .ym-content button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.history-box .year-month-wrap .ym-content button.ym-prev i {
  background-position: 0 0;
}
.history-box .year-month-wrap .ym-content button.ym-next i {
  background-position: -10px 0;
}
.history-box .year-month-wrap .ym-content button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.history-box .year-month-wrap .ym-content .ym-year {
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.history-box .ul-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-box .ul-wrap > li {
  border-left: 1px solid #c7c7c7;
  height: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.history-box .ul-wrap > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.history-box .ul-wrap > li span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}
.history-box .ul-wrap > li em {
  display: block;
  font-size: 40px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4px;
  width: auto;
}
.history-box .ul-wrap > li em small {
  font-size: 16px;
  color: inherit;
  margin-left: 3px;
}
.history-box .ul-wrap > li:first-child {
  border-left: 0;
}
.history-box .ul-wrap > li.on {
  color: #0c8487;
}
.history-box .ul-wrap > li.on em {
  border-bottom: 1px solid #0c8487;
}
.history-box .ul-wrap > li.my-level {
  height: 134px;
  position: relative;
}
.history-box .ul-wrap > li.my-level span {
  margin-bottom: 32px;
}
.history-box .ul-wrap > li.my-level em {
  margin-top: 32px;
  font-size: 0;
}
.history-box .ul-wrap > li.my-level em.ico-pt ins {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.history-box .ul-wrap > li.my-total span {
  color: #767676;
}
.history-box .ul-wrap > li.my-year span {
  color: #767676;
}
.history-box .ul-wrap > li.my-year em {
  color: #0c8487;
}
.history-box .ul-wrap > li.my-month span {
  color: #767676;
}
.history-box .ul-wrap > li.my-month em {
  color: #0c8487;
}

.arrow-box {
  position: absolute;
  top: 100%;
  left: 10%;
  z-index: 111;
  display: none;
  width: 118px;
  padding: 4px;
  background: #9a9a9a;
  border-radius: 3px;
  margin-top: 9px;
}
.arrow-box::after {
  position: absolute;
  top: 0;
  left: 20%;
  margin-top: -12px;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-width: 6px;
  border-bottom-color: #9a9a9a;
}

.player-wrap {
  position: relative; /*width: 100%;padding-bottom: 56.25%;*/
}
.player-wrap .player-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.player-wrap .player-container header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0 20px;
  background: #20262f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container header h1 {
  margin-right: 22px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 194px;
  height: auto;
  margin-top: 8px;
}
.player-wrap .player-container header h2, .player-wrap .player-container header strong {
  font-size: 18px;
  color: #fff;
}
.player-wrap .player-container .player-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}
.player-wrap .player-container .player-cont .player-lnb {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  padding: 5px;
  background: #000;
  overflow-y: auto;
  height: calc(100vh - 140px); /*padding-bottom: 70px;*/
}
.player-wrap .player-container .player-cont .player-lnb a:focus, .player-wrap .player-container .player-cont .player-lnb button:focus {
  outline-color: #fff;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #1e2125;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #505965;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1::-webkit-scrollbar-thumb:hover {
  background-color: #505965;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1::-webkit-scrollbar-track {
  background: #1e2125;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li {
  margin-bottom: 6px;
  background: #343b45;
  position: relative;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  padding: 13px 30px 13px 16px;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a span {
  font-size: 14px;
  color: #fff;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a span::after {
  display: inline-block;
  height: 14px;
  margin: 0 14px;
  vertical-align: middle;
  content: "";
  border-right: 1px solid #9c9c9c;
  opacity: 0.2;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a p {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a:last-child {
  margin-bottom: 0;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a.opeth span {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a.opeth span::after {
  border-right: 1px solid #fff;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a.opeth p {
  text-decoration: underline;
  text-underline-position: under;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a:hover span {
  color: #fbb900;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a:hover span::after {
  border-right: 1px solid #fff;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li a:hover p {
  color: #fbb900;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li {
  position: relative;
  margin: 0;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li::after {
  display: none;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #aeaeae;
  background: none;
  padding: 0 0 15px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7px 28px 7px 26px;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a > span {
  min-width: auto;
  color: #aeaeae;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a > span::after {
  margin: 0;
  border-right: none;
  opacity: 1;
  content: ".";
  margin-right: 5px;
  height: auto;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a > p {
  font-size: 14px;
  color: #aeaeae;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a:hover a > span,
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a:hover a > p {
  color: #fff;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a.opeth {
  background: #0c8487;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a.opeth > span,
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a.opeth > p {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a:hover span {
  color: #fff;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li .lnb-depth2 li > a:hover p {
  color: #fff;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li.has-depth::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("../images/ico_tog_arrow2-b1eb7af65077d2f4faf7551237da9943.png") 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li.has-depth.selected::after {
  background: url("../images/ico_tog_arrow2-b1eb7af65077d2f4faf7551237da9943.png") -20px 0 no-repeat;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li.has-depth.selected > a > span {
  color: #fbb900;
}
.player-wrap .player-container .player-cont .player-lnb .lnb-depth1 > li.has-depth.selected > a > p {
  color: #fbb900;
}
.player-wrap .player-container .player-cont .player-in {
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100vh - 140px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.player-wrap .player-container .player-cont .player-in .player {
  position: relative;
  width: 100%; /*adding-bottom: 56.25%;*/
  height: 100%;
  overflow: hidden;
}
.player-wrap .player-container .player-cont .player-in .player .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-wrap .player-container .player-cont .player-in img {
  display: block;
  width: 100%;
  height: 100%;
}
.player-wrap .player-container .player-cont .player-in .thumbnail > img {
  width: 100% !important;
}
.player-wrap .player-container .player-cont .quiz-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #deeaf6;
}
.player-wrap .player-container .player-cont .quiz-layer header {
  height: 40px;
  background: #fff;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  margin-top: -50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl {
  margin-bottom: 30px;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dt {
  font-size: 18px;
  font-weight: 500;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dt span {
  font-size: 18px;
  font-weight: 500;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dt span::after {
  display: inline-block;
  content: ".";
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dd {
  margin-top: 10px;
  margin-left: 24px;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dd p {
  margin-bottom: 10px;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dd p:last-child {
  margin-bottom: 0;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dd p span::after {
  display: inline-block;
  content: ".";
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl dd p.check::after {
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-left: 4px;
  content: "";
  background: url("../images/ico_check-a0b7364141bdd5588982ecb19b9efbd2.png") 0 0 no-repeat;
  background-size: 17px auto;
}
.player-wrap .player-container .player-cont .quiz-layer .quiz-cont dl:last-child {
  margin-bottom: 0;
}
.player-wrap .player-container .player-cont .quiz-layer .btn-area {
  position: absolute;
  bottom: 100px;
  left: 50%;
  font-size: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.player-wrap .player-container .player-cont .quiz-layer .btn-area .btn {
  width: 140px;
  height: 40px;
  margin-left: 8px;
}
.player-wrap .player-container .player-cont .quiz-layer .btn-area .btn:first-child {
  margin-left: 0;
}
.player-wrap .player-container .player-cont .quiz-layer .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url("../images/btn_all_view_close.png") 0 0 no-repeat;
  opacity: 0.6;
}
.player-wrap .player-container .player-cont .player-bottom {
  position: absolute;
  bottom: 13px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container .player-cont .player-bottom .volume-wrap {
  position: relative;
  bottom: 0;
  width: 32px !important;
  padding-top: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.player-wrap .player-container .player-cont .player-bottom .volume-wrap .vol-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  vertical-align: middle;
  background: url("../images/mute_on-30516c2765286a0b7d1c7923f6817258.png") 0 0 no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
}
.player-wrap .player-container .player-cont .player-bottom .volume-wrap .vol-btn.on {
  background: url("../images/mute_off-12ba3fdf8f8c7490e09c17e1a146270f.png") 0 0 no-repeat;
}
.player-wrap .player-container .player-cont .player-bottom .volume-wrap .volume-stick {
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 86px;
}
.player-wrap .player-container .player-cont .player-bottom .volume-wrap .volume-stick .volume-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  height: 46px;
  background: #5a5a5a;
  border-radius: 2px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.player-wrap .player-container .player-cont .player-bottom .volume-wrap .volume-stick .volume-bar .volume {
  position: absolute;
  width: 4px;
  background: #fff;
  border-radius: 2px;
}
.player-wrap .player-container .player-cont .player-bottom .volume-wrap .volume-stick .volume-bar .volume::after {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  content: "";
  background: #fff;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  margin: auto;
  margin: 0 10px 0 4px;
  background: #232323;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 42px;
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .play-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url("../images/play-ebb1d88684b6f35b8dfb9c5be85c10ac.png") 0 0 no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 32px;
  position: absolute;
  left: 52px;
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .play-btn.on {
  background: url("../images/pause-3de4fc51991527145bb67ef45d196e9a.png") 0 0 no-repeat;
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .progress-bar {
  position: relative;
  height: 4px;
  margin: 0 10px 0 5px;
  background: #5a5a5a;
  border-radius: 2px;
  width: 100%;
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .progress-bar .play {
  position: absolute;
  height: 4px;
  background: #ff6040;
  border-radius: 2px;
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .progress-bar .play::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  content: "";
  background: #ff6040;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .progress-bar .point {
  position: absolute;
  height: 4px;
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .progress-bar .point::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3px;
  height: 6px;
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .time-bar {
  width: 90px;
  font-size: 10px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.player-wrap .player-container .player-cont .player-bottom .bar-wrap .time-bar span {
  font-size: 10px;
  color: #fff;
}
.player-wrap .player-container .player-cont .player-bottom .all-view {
  width: 21px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.player-wrap .player-container .player-cont .player-bottom .all-view .all-btn {
  display: inline-block;
  width: 21px;
  height: 21px;
  font-size: 0;
  vertical-align: middle;
  background: url("../images/all_view-cd056fb22f7955d6a7a1cc0fbc15e73a.png") 0 0 no-repeat;
}
.player-wrap .player-container .player-cont .player-bottom .all-view .all-btn.on {
  background: url("../images/all_close.png") 0 0 no-repeat;
}
.player-wrap .player-container footer {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 0 13px 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #4d5967;
}
.player-wrap .player-container footer .foot-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container footer .dl-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player-wrap .player-container footer .dl-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
}
.player-wrap .player-container footer .dl-area dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 0 10px 0 10px;
  margin-right: 12px;
  background: #20262f;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container footer .dl-area dl dt {
  margin-right: 8px;
  font-size: 12px;
  color: #fff;
}
.player-wrap .player-container footer .dl-area dl dt i {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.player-wrap .player-container footer .dl-area dl.ico-hand dt i {
  width: 13px;
  height: 14px;
  background: url("../images/play_icos-a931fc6b9bbf028959beafb246c01eea.png") -28px 0 no-repeat;
  background-size: auto 14px;
}
.player-wrap .player-container footer .dl-area dl.ico-hand .btn-p {
  width: 42px;
  display: inline-block;
}
.player-wrap .player-container footer .dl-area dl.ico-hand .btn-p:focus {
  outline-color: #fff;
}
.player-wrap .player-container footer .dl-area dl.ico-quality dt i {
  width: 15px;
  height: 11px;
  background: url("../images/ico_quality-bed0f4e0bca3082ff126a2cae9752daa.png") 0 0 no-repeat;
  margin-top: -2px;
}
.player-wrap .player-container footer .dl-area dl.ico-speed dt i {
  width: 14px;
  height: 9px;
  background: url("../images/ico_speed-6e74e15170f1f8d5889e056c9f9da119.png") 0 0 no-repeat;
  margin-top: -2px;
}
.player-wrap .player-container footer .dl-area dl.ico-data dt i {
  width: 16px;
  height: 16px;
  background: url("../images/ico_folders-3930b9f4d05a176243e251340880c91f.png") 0 0 no-repeat;
  background-size: cover;
  margin-top: -2px;
}
.player-wrap .player-container footer .dl-area dl.ico-data .btn-p {
  width: 62px;
}
.player-wrap .player-container footer .dl-area dl.ico-data .btn-p:focus {
  outline-color: #fff;
}
.player-wrap .player-container footer .dl-area dl.book-view {
  position: relative;
  width: 160px;
}
.player-wrap .player-container footer .dl-area dl.book-view dt {
  margin-right: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.player-wrap .player-container footer .dl-area dl.book-view dt i {
  width: 10px;
  height: 6px;
  margin-right: 0;
  margin-left: 6px;
  background: url("../images/ico_view_arrow_on-5eb7f7a8822d87623db066dad9b5c600.png") 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 4px;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 10px 4px 14px 10px;
  margin-bottom: 5px;
  background: #232323;
  border-radius: 6px;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer .btn-p {
  width: 100%;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer .no_text {
  color: #fff;
  padding: 10px 0;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul {
  max-height: 136px;
  overflow-y: auto;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #1e2125;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #505965;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul::-webkit-scrollbar-thumb:hover {
  background-color: #505965;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul::-webkit-scrollbar-track {
  background: #1e2125;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: 8px;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li::before {
  content: "·";
  display: inline-block;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li:hover {
  text-decoration: underline;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li:hover .arrow-box {
  display: block;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li span {
  font-size: 12px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li ins {
  width: 52px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li .btn-p {
  width: 18px;
  height: 14px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li .btn-p span {
  color: #0c8487;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li .btn-p:hover, .player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li .btn-p.on {
  background: #ff6040;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li .btn-p:hover span, .player-wrap .player-container footer .dl-area dl.book-view .book-view-layer ul li .btn-p.on span {
  color: #fff;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer.open .book-view-layer {
  display: block;
}
.player-wrap .player-container footer .dl-area dl.book-view .book-view-layer.open dt i {
  width: 10px;
  height: 6px;
  margin-right: 0;
  margin-left: 6px;
  background: url("../images/ico_view_arrow-f03763fcfb4884c62809879f4a815b2d.png") 0 0 no-repeat;
}
.player-wrap .player-container footer .dl-area .btn-p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 26px;
  height: 24px;
  border: 1px solid #0c8487;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container footer .dl-area .btn-p span {
  font-size: 12px;
  color: #0c8487;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container footer .dl-area .btn-p:hover, .player-wrap .player-container footer .dl-area .btn-p.on {
  background: #0c8487;
}
.player-wrap .player-container footer .dl-area .btn-p:hover span, .player-wrap .player-container footer .dl-area .btn-p.on span {
  color: #fff;
}
.player-wrap .player-container footer .page-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 0 6px 0 10px;
  background: #20262f;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container footer .page-area button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  width: 26px;
  height: 24px;
  height: 24px;
  font-size: 0;
  border: 1px solid #0c8487;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player-wrap .player-container footer .page-area button:hover, .player-wrap .player-container footer .page-area button.on {
  background: #0c8487;
}
.player-wrap .player-container footer .page-area button:focus {
  outline-color: #fff;
}
.player-wrap .player-container footer .page-area .prev {
  margin-right: 6px;
}
.player-wrap .player-container footer .page-area .prev i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../images/ico_play_pn-d1d0abb281441b24a58a03a3b2546c13.png") 0 0 no-repeat;
}
.player-wrap .player-container footer .page-area .prev:hover i, .player-wrap .player-container footer .page-area .prev.on i {
  background: url("../images/ico_play_pn-d1d0abb281441b24a58a03a3b2546c13.png") 0 -20px no-repeat;
}
.player-wrap .player-container footer .page-area .next {
  margin-left: 6px;
}
.player-wrap .player-container footer .page-area .next i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../images/ico_play_pn-d1d0abb281441b24a58a03a3b2546c13.png") -10px 0 no-repeat;
}
.player-wrap .player-container footer .page-area .next:hover i, .player-wrap .player-container footer .page-area .next.on i {
  background: url("../images/ico_play_pn-d1d0abb281441b24a58a03a3b2546c13.png") -10px -20px no-repeat;
}
.player-wrap .player-container footer .page-area .num {
  font-size: 16px;
  color: #fff;
}
.player-wrap .player-container footer .page-area .num span {
  font-size: 16px;
  font-weight: 600;
  color: #ff6040;
  text-decoration: underline;
}
.player-wrap .player-container .mini-layer {
  position: absolute;
  right: 16px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  padding: 20px;
  background: #242424;
  border-radius: 4px;
  opacity: 0.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.player-wrap .player-container .mini-layer p {
  margin-right: 16px;
  font-size: 13px;
  color: #fff;
}
.player-wrap .player-container .btn-wrap {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 99999;
}
.player-wrap .player-container .btn-wrap .btn {
  width: 100px;
}
.player-wrap .player-container .btn-wrap .btn:focus {
  outline-color: #fff;
}
.player-wrap.type-freeview {
  padding-bottom: 0;
  position: relative;
}
.player-wrap.type-freeview .player-container .player-cont {
  padding-bottom: 0;
  min-height: 100%;
}
.player-wrap.type-freeview .player-container .player-cont .player-in {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.player-wrap.type-freeview .player-container .player-cont .player-in .player {
  position: absolute;
}

div.player-cont {
  height: 100%;
  min-height: calc(100vh - 70px);
}

div.player-cont > .lnb {
  width: 240px;
  z-index: 10005;
}

div.player-cont > .player-in {
  width: 240px;
  z-index: 10005;
}

div.player-cont > .player-in {
  display: block;
  margin: 0;
  height: 100%;
  height: calc(100vh - 130px);
  /*background-color: #666;*/
  /*border: 2px solid red;*/
}

div.player-cont > .player-in .player {
  width: 100%;
  height: 100%;
}

.player-wrap header, .player-wrap footer {
  z-index: 15000;
}

/* | p:10 [vol w:32] |ml:4 [~~~~]  ... |*/
.player-wrap .player-container .player-cont .player-in .player-bottom .volume-wrap {
  margin-bottom: 2px;
  padding-top: 0;
  bottom: 0;
  width: 43px;
  height: 43px;
  padding: 6px;
}

div.volume-wrap::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 0;
  vertical-align: middle;
  background: url(../../region/front/images/mute_on.png) 0 0 no-repeat;
}

div.volume-wrap.vjs-vol-0::before {
  background: url(../../region/front/images/mute_off.png) 0 0 no-repeat;
}

div.player-bottom::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 87px); /* 10 + 32 +4 + (0) + 10 + 21 + 10 */
  height: 32px;
  margin: auto;
  /* body-w:1110, pw:860, bar:840(pw10*2) | 0 +  32 + 4 + [773] + 10 + 21 + 0 */
  margin: 0 51px 0px 36px;
  background: #232323;
  border-radius: 16px;
}

div.book-view-layer {
  z-index: 12000;
}

.player-body {
  min-width: 960px;
  background-color: #4d5967;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.video-js *:focus {
  outline-color: #fff !important;
}

.pop-wrap {
  width: 600px; /*border: 8px solid #393939;*/
}
.pop-wrap.mid {
  width: 780px;
}
.pop-wrap.max {
  width: 900px;
}
.pop-wrap.max .sch-box .sch-table {
  width: 620px;
}
.pop-wrap.fix {
  width: 100%;
}
.pop-wrap .pop-in {
  width: 100%;
  background: #fff;
  padding: 0 20px;
  overflow: hidden;
}
.pop-wrap .pop-header {
  width: 100%;
  padding: 36px 20px;
  text-align: center;
}
.pop-wrap .pop-header.type2 .date {
  text-align: center;
  margin-top: 10px;
}
.pop-wrap .pop-header.type2 .info-dl {
  margin: 20px auto 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 28px;
  border-radius: 6px;
  background: #f7f7f7;
}
.pop-wrap .pop-header.type2 .info-dl dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  height: 40px;
}
.pop-wrap .pop-header.type2 .info-dl dl dt {
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 26px;
}
.pop-wrap .pop-header.type2 .info-dl dl dd {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop-wrap .pop-header.type2 .info-dl dl dd em {
  font-size: 20px;
  color: #ea1c04;
  line-height: 1;
}
.pop-wrap .pop-header.type2 .info-dl dl.time dt {
  position: relative;
  padding-left: 26px;
}
.pop-wrap .pop-header.type2 .info-dl dl.time dt::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/ico_time2-17a19317ee05067ad27ae557294df3ef.png") 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.pop-wrap .h2 {
  font-size: 26px;
  line-height: 1;
}
.pop-wrap .pop-foot {
  margin: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop-wrap .pop-foot a {
  margin-left: 6px;
}
.pop-wrap .pop-foot a:first-child {
  margin-left: 0;
}
.pop-wrap.type-sang {
  width: 780px;
}
.pop-wrap.type-sang .pop-in {
  padding: 0;
}
.pop-wrap.type-sang .sang-wrap {
  width: 764px;
  height: 1081px;
}
.pop-wrap.type-sang .sang-wrap .sang-cont h3 {
  margin: 80px auto 90px;
}
.pop-wrap.type-sang .sang-wrap .sang-cont .sang-info {
  margin: 0 auto 110px;
}
.pop-wrap.type-notice {
  position: relative;
  width: 100%;
}
.pop-wrap.type-notice .pop-header {
  padding: 14px 20px 16px;
  text-align: left;
}
.pop-wrap.type-notice h2.title {
  font-size: 26px;
  display: block;
}
.pop-wrap.type-notice .pop-in {
  padding: 0 20px 60px;
}
.pop-wrap.type-notice .list-view .top {
  padding: 10px 18px 14px;
  border-bottom: 0;
}
.pop-wrap.type-notice .list-view .cont {
  padding: 26px 20px;
}
.pop-wrap .pop-foot-notice {
  position: absolute;
  background: #393939;
  height: 40px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.pop-wrap .pop-foot-notice label {
  color: #fff;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.pop-wrap .pop-foot-notice .btn {
  height: 24px;
  width: 50px;
  padding: 0;
  min-width: 50px;
  margin-left: 10px;
}
.pop-wrap .pop-foot-notice input[type=text]:focus {
  outline-style: dashed;
  outline-width: 2px;
  outline-color: #fff !important;
}

.setting {
  padding: 0 10px;
}
.setting .img {
  margin: 40px auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.setting .img img {
  width: auto;
  height: auto;
}
.setting .set-text {
  font-size: 21px;
  color: #767676;
  margin-bottom: 36px;
  text-align: center;
}
.setting .dl-flex {
  display: block;
  margin-bottom: 36px;
}
.setting .dl-flex dl dt {
  font-size: 24px;
  width: 94px;
}
.setting .dl-flex dl dd {
  font-size: 24px;
}
.setting .point-text {
  font-size: 21px;
  text-align: center;
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
}
.layer .layer-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.layer .layer-pop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100001;
  display: block;
  width: 1050px;
  height: auto;
}
.layer .layer-pop.type-text {
  width: 750px;
}
.layer .layer-pop.type-main {
  height: 676px;
}
.layer .layer-pop.type-main .pop-in {
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.layer .layer-pop.type-main .pop-in .img {
  height: 606px;
}
.layer .layer-pop.type-main .pop-view {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 676px;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.layer .layer-pop.type-main .pop-view .img {
  overflow-y: scroll;
  height: 606px;
  /* ie scrollbar style value */
  /* Chrome, Safari scrollbar style value */
}
.layer .layer-pop.type-main .foot {
  background: #6b6b6b;
}
.layer .layer-pop img {
  display: block;
}
.layer .layer-pop.type-map {
  width: 1300px;
  background: #fff;
  position: relative;
}
.layer .layer-pop.type-map .sitemap {
  text-align: center;
  padding: 40px 20px;
}
.layer .layer-pop.type-map .sitemap h3 {
  margin: 0 auto 60px;
  display: inline-block;
}
.layer .layer-pop.type-map .sitemap h3 img {
  width: auto;
}
.layer .layer-pop.type-map .sitemap .gnb-sitemap .depth1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}
.layer .layer-pop.type-map .sitemap .gnb-sitemap .depth1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layer .layer-pop.type-map .sitemap .gnb-sitemap .depth1 li h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
}
.layer .layer-pop.type-map .sitemap .gnb-sitemap .depth1 li .depth2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.layer .layer-pop.type-map .sitemap .gnb-sitemap .depth1 li .depth2 li {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.layer .layer-pop.type-map .sitemap .gnb-sitemap .depth1 li .depth2 li a {
  font-size: 16px;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.layer .layer-pop.type-map .btn-x {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
}
.layer .layer-pop.type-map .btn-x::before {
  content: "";
  display: block;
  background: url("../images/btn_x-c4e3343c8fc523878790dfd5e227a9e1.png") 0 0 no-repeat;
  width: 21px;
  height: 21px;
}
.layer .layer-pop.type-map .btn-x span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.layer .layer-pop.type-log-info {
  width: 400px;
  background: #fff;
  border-radius: 8px;
}
.layer .layer-pop.type-log-info header {
  height: 70px;
  margin: 0 30px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .layer-pop.type-log-info header .h2-log-info {
  font-size: 21px;
  font-weight: 500;
}
.layer .layer-pop.type-log-info .pop-cont {
  padding: 0 30px 45px;
}
.layer .layer-pop.type-log-info .pop-cont .time-wrap {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layer .layer-pop.type-log-info .pop-cont .time-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.layer .layer-pop.type-log-info .pop-cont .time-wrap dl dt {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .layer-pop.type-log-info .pop-cont .time-wrap dl dt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/ico_time3-303f01f4ab3213344196d6504239f846.png");
  margin-right: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.layer .layer-pop.type-log-info .pop-cont .time-wrap dl dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .layer-pop.type-log-info .pop-cont .time-wrap dl dd em {
  font-size: 40px;
  font-weight: 900;
  color: #0b50f3;
  letter-spacing: 1px;
}
.layer .layer-pop.type-log-info .pop-cont .time-wrap dl dd span {
  font-size: 16px;
}
.layer .layer-pop.type-log-info .pop-cont .text-log-info p {
  font-size: 16px;
  color: #525252;
  line-height: 1.5;
  text-align: center;
}
.layer .layer-pop.type-log-info .pop-cont .text-log-info p em {
  font-size: 16px;
  color: #0b50f3;
}
.layer .layer-pop.type-log-info .foot-log-info {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.layer .layer-pop.type-log-info .foot-log-info .btn-log-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #efefef;
  border-radius: 0 0 0 8px;
}
.layer .layer-pop.type-log-info .foot-log-info .btn-log-info.type-extend {
  background: #0b50f3;
  border-radius: 0 0 8px 0;
}
.layer .layer-pop.type-log-info .foot-log-info .btn-log-info.type-extend span {
  color: #fff;
}
.layer .layer-pop.type-log-info .foot-log-info .btn-log-info:hover span {
  text-decoration: underline;
}
.layer .layer-pop.type-log-info .foot-log-info .btn-log-info:focus {
  outline-color: #000;
}
.layer .player {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.layer .player video {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.layer .top {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  padding: 0 36px;
  border-radius: 10px 10px 0 0;
}
.layer .top strong {
  font-size: 30px;
  color: #fff;
}
.layer .cont {
  padding: 20px 36px;
  background: #fff;
  overflow: auto;
  height: auto;
  max-height: 680px;
}
.layer .foot {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  padding: 0 36px;
  border-radius: 0 0 10px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}
.layer .foot a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  position: relative;
}
.layer .foot a:focus {
  outline-color: #fff;
}
.layer .foot a.btn {
  height: 32px;
}
.layer .foot a.btn span {
  font-size: 20px;
}
.layer .foot a.layer-prev i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../images/ico_play_pn-d1d0abb281441b24a58a03a3b2546c13.png") no-repeat;
  position: absolute;
  left: 12px;
  background-position: 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.layer .foot a.layer-prev::before {
  content: "";
  width: 30px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #0c8487;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .foot a.layer-prev:hover i {
  background-position: 0 -20px;
}
.layer .foot a.layer-prev:hover::before {
  background: #0c8487;
}
.layer .foot a.layer-prev span {
  color: #fff;
  padding-left: 14px;
}
.layer .foot a.layer-next i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url("../images/ico_play_pn-d1d0abb281441b24a58a03a3b2546c13.png") no-repeat;
  position: absolute;
  right: 12px;
  background-position: -10px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.layer .foot a.layer-next::after {
  content: "";
  width: 30px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #0c8487;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .foot a.layer-next:hover i {
  background-position: -10px -20px;
}
.layer .foot a.layer-next:hover::after {
  background: #0c8487;
}
.layer .foot a.layer-next span {
  color: #fff;
  padding-right: 14px;
}
.layer .foot .foot-left .never-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.layer .foot .foot-left .never-btn label {
  color: #fff;
  font-size: 20px;
}
.layer .foot .foot-left .never-btn label:focus {
  outline: 2px dashed #fff;
}
.layer .foot .foot-left .never-btn input.custom-check2 + label:before {
  top: 5px;
}
.layer .foot .foot-left .never-btn .btn span {
  font-size: 20px;
}
.layer .foot .foot-left .never-btn.focus {
  outline: 2px dashed #fff;
}
.layer .foot .foot-right {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .foot .foot-right .btn-layer-close {
  background: url("../images/ico_x-8ba19188c0b9a2da7dd5f4858de45b54.png") right center no-repeat;
  width: 70px;
  height: 30px;
  background-size: 22px 22px;
  display: inline-block;
  margin-left: 38px;
}
.layer .foot .foot-right .btn-layer-close span {
  font-size: 20px;
  color: #fff;
}
.layer .layer-close {
  width: 54px;
  height: 54px;
  background: url("../images/ico_x-8ba19188c0b9a2da7dd5f4858de45b54.png") center no-repeat #0c8487;
  position: absolute;
  right: 0;
  top: -54px;
}
.layer .layer-close span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.layer .layer-close::after {
  content: "";
  display: block;
  width: 54px;
  height: 10px;
  background: #0c8487;
  position: absolute;
  bottom: -8px;
  z-index: -1;
}
.layer .layer-close:hover {
  background: url("../images/ico_x_on-7dadb40a47b177d5820cb47270e45eeb.png") -11px 7px no-repeat #0c8487;
}
.layer .layer-pop.type-script {
  width: 800px;
}
.layer .layer-pop.type-script .layer-close {
  width: 24px;
  height: 24px;
  background: url("../images/ico_x-8ba19188c0b9a2da7dd5f4858de45b54.png") center no-repeat transparent;
  position: absolute;
  right: 30px;
  top: 19px;
  background-size: cover;
}
.layer .layer-pop.type-script .layer-close span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.layer .layer-pop.type-script .layer-close::after {
  display: none;
}
.layer .layer-pop.type-script .layer-close:focus {
  outline: 2px dashed #fff;
}
.layer .layer-pop.type-script .layer-head {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2b2b2b;
  border-radius: 10px 10px 0 0;
}
.layer .layer-pop.type-script .layer-head .h2 {
  font-size: 28px;
  font-weight: 500;
  padding-left: 30px;
  color: #fff;
  line-height: 1;
}
.layer .layer-pop.type-script .player {
  border-radius: 0;
}
.layer .layer-pop.type-script .layer-cont {
  padding: 20px 30px;
  background: #2b2b2b; /*height: 190px;*/
  border-radius: 0 0 10px 10px;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .top-dl dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .top-dl dl dt {
  font-size: 18px;
  color: #fff;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .top-dl dl dt::after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .top-dl dl dd {
  font-size: 18px;
  color: #fff;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .top-dl dl::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 15px;
  vertical-align: middle;
  margin: 6px 10px 0 10px;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .top-dl dl:last-child::after {
  display: none;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .btn-view-script {
  margin-left: auto;
  height: 31px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .btn-view-script::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url("../images/btn_view_text-0523a1f4acb49d78b06451dab2af943e.png");
  margin-left: 14px;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .btn-view-script span {
  color: #fff;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-top .btn-view-script:focus {
  outline: 2px dashed #fff;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-cont {
  color: #fff;
  overflow-y: auto;
  margin-top: 20px;
  height: 100px;
  display: none;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-cont .script-q {
  color: #fbb900;
}
.layer .layer-pop.type-script .layer-cont .script-toggle .script-cont .script-a {
  color: #27bdb0;
  display: inline-block;
  margin-right: 5px;
}
.layer .layer-pop.type-script .layer-cont .script-toggle.active .script-top .btn-view-script::after {
  background-position: -40px 0;
}

/* Chrome, Safari scrollbar style value */
.script-cont::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.script-cont::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.script-cont::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.script-cont::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* Chrome, Safari scrollbar style value */
.player-wrap .player-container .player-cont .player-lnb::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.player-wrap .player-container .player-cont .player-lnb::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.2);
}

.player-wrap .player-container .player-cont .player-lnb::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.2);
}
.player-wrap .player-container .player-cont .player-lnb::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 128, 128, 0.2);
}

/* ie scrollbar style value */
.pop-slide-wrap {
  width: 1050px;
  position: relative;
}
.pop-slide-wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.pop-slide-wrap .pop-slide .slide-page {
  width: 1050px;
  height: 606px;
  position: relative;
}
.pop-slide-wrap .pop-slide .slide-page .pop-link {
  display: block;
}
.pop-slide-wrap .pop-slide .slide-page .hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.pop-slide-wrap .pop-slide .slide-page .hover::before {
  content: "";
  width: 100%;
  height: 250px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.pop-slide-wrap .pop-slide .slide-page .hover p {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pop-slide-wrap .pop-slide .slide-page.hover .hover {
  opacity: 1;
}
.pop-slide-wrap .pop-slide .slick-dots {
  bottom: -44px;
}
.pop-slide-wrap .pop-slide .slick-dots li button::before {
  border: 2px solid #11c3b7;
}
.pop-slide-wrap .pop-slide .slick-dots li button.slick-btn-active::before {
  content: "";
  border: 0;
  background: none;
}
.pop-slide-wrap .pop-slide .slick-dots li button.slick-btn-active::after {
  content: "";
  background: url("../images/ico_slick_playstop2-02bb83443900333f603480ea13b5c5d0.png") no-repeat;
  border: 0;
  width: 14px;
  height: 14px;
  display: block;
}
.pop-slide-wrap .pop-slide .slick-dots li button.slick-play::after {
  background-position: -26px 0;
}
.pop-slide-wrap .pop-slide .slick-dots li button.slick-pause::after {
  background-position: -42px 0;
}
.pop-slide-wrap .pop-slide .slick-dots li.slick-active button:before {
  color: #11c3b7;
  background: #11c3b7;
}

.agree-box {
  border: 1px solid #c7c7c7;
}
.agree-box .cont {
  padding: 16px 26px 17px;
}
.agree-box .cont strong {
  display: block;
  color: #0c8487;
  margin-bottom: 2px;
  word-break: break-all;
}
.agree-box .cont p {
  color: #767676;
}
.agree-box .cont .agree-in {
  margin-top: 10px;
}
.agree-box .cont .agree-in p {
  margin-bottom: 10px;
  color: #161616;
}
.agree-box .bot {
  padding: 16px 26px 17px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #c7c7c7;
}
.list-box li,
.list-box .list-box-li {
  -webkit-box-shadow: 0 0 6px 1px rgba(125, 125, 125, 0.3);
          box-shadow: 0 0 6px 1px rgba(125, 125, 125, 0.3);
  padding: 24px 30px;
  position: relative;
  margin-bottom: 10px;
}
.list-box li .top,
.list-box .list-box-li .top {
  margin-bottom: 14px;
}
.list-box li strong.title,
.list-box .list-box-li strong.title {
  font-size: 22px;
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}
.list-box li strong.title a,
.list-box .list-box-li strong.title a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: block;
}
.list-box li .cont-wrap,
.list-box .list-box-li .cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-box li .dl-flex,
.list-box .list-box-li .dl-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 620px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.list-box li .dl-flex dl,
.list-box .list-box-li .dl-flex dl {
  margin-right: 66px;
}
.list-box li .dl-flex dl dt,
.list-box .list-box-li .dl-flex dl dt {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60px;
}
.list-box li .dl-flex dl.dt-5 dt,
.list-box .list-box-li .dl-flex dl.dt-5 dt {
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 70px;
}
.list-box li .dl-flex.type1 dl,
.list-box .list-box-li .dl-flex.type1 dl {
  margin-right: 0;
  width: 100%;
}
.list-box li .dl-flex.type2 dl,
.list-box .list-box-li .dl-flex.type2 dl {
  margin-right: 0;
  width: 310px;
}
.list-box li .dl-flex.type2-1 dl,
.list-box .list-box-li .dl-flex.type2-1 dl {
  margin-right: 0;
  width: auto;
}
.list-box li .dl-flex.type2-1 dl:nth-child(1), .list-box li .dl-flex.type2-1 dl:nth-child(4), .list-box li .dl-flex.type2-1 dl:nth-child(6),
.list-box .list-box-li .dl-flex.type2-1 dl:nth-child(1),
.list-box .list-box-li .dl-flex.type2-1 dl:nth-child(4),
.list-box .list-box-li .dl-flex.type2-1 dl:nth-child(6) {
  width: 400px;
}
.list-box li .dl-flex.type2-1 dl:nth-child(3),
.list-box .list-box-li .dl-flex.type2-1 dl:nth-child(3) {
  width: 620px;
}
.list-box li .dl-flex.type2-2,
.list-box .list-box-li .dl-flex.type2-2 {
  width: 570px;
}
.list-box li .dl-flex.type2-2 dl,
.list-box .list-box-li .dl-flex.type2-2 dl {
  margin-right: 0;
  width: auto;
}
.list-box li .dl-flex.type2-2 dl:nth-child(1), .list-box li .dl-flex.type2-2 dl:nth-child(4), .list-box li .dl-flex.type2-2 dl:nth-child(6),
.list-box .list-box-li .dl-flex.type2-2 dl:nth-child(1),
.list-box .list-box-li .dl-flex.type2-2 dl:nth-child(4),
.list-box .list-box-li .dl-flex.type2-2 dl:nth-child(6) {
  width: 400px;
}
.list-box li .dl-flex.type2-2 dl:nth-child(3),
.list-box .list-box-li .dl-flex.type2-2 dl:nth-child(3) {
  width: 570px;
}
.list-box li .dl-flex.type2-3,
.list-box .list-box-li .dl-flex.type2-3 {
  width: 710px;
}
.list-box li .dl-flex.type2-3 dl,
.list-box .list-box-li .dl-flex.type2-3 dl {
  margin-right: 0;
  width: auto;
}
.list-box li .dl-flex.type2-3 dl:nth-child(1), .list-box li .dl-flex.type2-3 dl:nth-child(4), .list-box li .dl-flex.type2-3 dl:nth-child(6),
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(1),
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(4),
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(6) {
  width: 400px;
}
.list-box li .dl-flex.type2-3 dl:nth-child(3),
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(3) {
  width: 620px;
}
.list-box li .dl-flex.type2-3 dl dt,
.list-box .list-box-li .dl-flex.type2-3 dl dt {
  width: 74px;
}
.list-box li .dl-flex.type3,
.list-box .list-box-li .dl-flex.type3 {
  width: 690px;
}
.list-box li .dl-flex.type3 dl,
.list-box .list-box-li .dl-flex.type3 dl {
  margin-right: 0;
  width: 310px;
}
.list-box li .dl-flex.type6 dl dt,
.list-box .list-box-li .dl-flex.type6 dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 82px;
}
.list-box li .dl-flex.type5 dl:nth-child(4),
.list-box .list-box-li .dl-flex.type5 dl:nth-child(4) {
  width: 260px;
}
.list-box li .btn-wrap,
.list-box .list-box-li .btn-wrap {
  vertical-align: top;
  margin-top: 4px;
}
.list-box li .btn-tog-box,
.list-box .list-box-li .btn-tog-box {
  color: #161616;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}
.list-box li .detail-view,
.list-box .list-box-li .detail-view {
  display: none;
  margin-top: 20px;
}
.list-box li:last-child,
.list-box .list-box-li:last-child {
  margin-bottom: 0;
}
.list-box.alone {
  margin-bottom: 30px;
}
.list-box.alone .list-box-li strong.title2 {
  font-size: 22px;
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}
.list-box.alone .list-box-li .detail-view {
  display: block;
}
.list-box.type-sooryo li .dl-flex {
  width: 660px;
}
.list-box.type-sooryo li .dl-flex dl {
  margin-right: 40px;
}
.list-box.type-sooryo li .dl-flex dl dt {
  width: auto;
}
.list-box.type-sooryo li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.score-wrap .star-wrap {
  margin: 0 auto 30px;
  text-align: center;
}

.list-qna {
  border-top: 2px solid #191919;
}
.list-qna ul {
  width: 100%;
}
.list-qna li {
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
}
.list-qna li .q-block {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.list-qna li .q-block ins {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 20px;
}
.list-qna li .q-block ins .flag-sm {
  width: 100px;
}
.list-qna li .q-block strong {
  width: 750px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.list-qna li .q-block strong::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/ico_qna-de5da53bb2f8b9c77e448cfc3ab93780.png") 0 0 no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.list-qna li .q-block .btn-tog {
  margin-left: auto;
  background: url("../images/ico_tog_arrow-9f049a83f8be936ade9e6cf5f4cd41ae.png") 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
.list-qna li .q-block .btn-tog span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.list-qna li .a-block {
  padding: 16px 16px 16px 174px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
.list-qna li .a-block i {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/ico_qna-de5da53bb2f8b9c77e448cfc3ab93780.png") -20px 0 no-repeat;
  margin: 3px 10px 0 0;
  vertical-align: top;
  position: absolute;
  left: 174px;
}
.list-qna li .a-block p {
  display: inline-block;
  padding-left: 32px;
}
.list-qna li.active .q-block .btn-tog {
  background: url("../images/ico_tog_arrow-9f049a83f8be936ade9e6cf5f4cd41ae.png") -30px 0 no-repeat;
}

.step-wrap {
  position: relative;
  height: 150px;
}
.step-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #c7c7c7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.step-wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step-wrap li {
  border-radius: 18px;
  border: 1px solid #0c8487;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
}
.step-wrap li dl {
  height: 106px;
  text-align: center;
}
.step-wrap li dt {
  font-size: 14px;
  color: #0c8487;
}
.step-wrap li dd {
  font-size: 17px;
}
.step-wrap li dd::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/icos_step-c68ffc80cd156e04898d01f188aa0fa7.png") no-repeat;
}
.step-wrap li:nth-child(1) dd::before {
  background-position: 0 0;
}
.step-wrap li:nth-child(2) dd::before {
  background-position: -60px 0;
}
.step-wrap li:nth-child(3) dd::before {
  background-position: -120px 0;
}
.step-wrap li:nth-child(4) dd::before {
  background-position: -180px 0;
}
.step-wrap li:nth-child(5) dd::before {
  background-position: -240px 0;
}
.step-wrap.type2 {
  margin-top: 28px;
  height: auto;
}
.step-wrap.type2 li {
  width: 130px;
  height: 130px;
  -webkit-box-shadow: 0 0 6px 1px rgba(125, 125, 125, 0.3);
          box-shadow: 0 0 6px 1px rgba(125, 125, 125, 0.3);
}
.step-wrap.type2 li dl {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.step-wrap.type2 li dd::before {
  display: none;
}

.pro-box-ul {
  margin-top: 20px;
}
.pro-box-ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-box-ul ul li {
  width: 300px;
  border: 1px solid #c7c7c7;
  padding-top: 143px;
  position: relative;
}
.pro-box-ul ul li strong {
  font-size: 21px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-weight: 600;
  width: 100%;
  height: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
}
.pro-box-ul ul li .text {
  padding: 18px 12px;
}
.pro-box-ul ul li:nth-child(1) {
  background: url("../images/img_info_pro1-27d88baf15da346b1ba2e333c61f2eb2.jpg") 0 0 no-repeat;
}
.pro-box-ul ul li:nth-child(2) {
  background: url("../images/img_info_pro2-78169b14ba0012daeb7e57e4c567166f.jpg") 0 0 no-repeat;
}
.pro-box-ul ul li:nth-child(3) {
  background: url("../images/img_info_pro3-473f0b872a75e8a70faf8929b6a58ef0.jpg") 0 0 no-repeat;
}
.pro-box-ul.type2 ul li {
  width: 460px;
}
.pro-box-ul.type2 ul li:nth-child(1) {
  background: url("../images/img_info_pro2_1-51eae92889621ff53d6f6a97df1eb4a3.jpg") 0 0 no-repeat;
}
.pro-box-ul.type2 ul li:nth-child(2) {
  background: url("../images/img_info_pro2_2-192b9084ef2cdbb933d77df11892f151.jpg") 0 0 no-repeat;
}

.time-ol {
  margin-top: 18px;
}
.time-ol ol li {
  border-radius: 14px 0 0 0;
  height: 70px;
  border: 1px solid #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 105px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.time-ol ol li span {
  border-radius: 14px 0 14px 0;
  width: 70px;
  height: 70px;
  background: #6d68bc;
  font-size: 26px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  left: 0;
  top: -1px;
  color: #fff;
  line-height: 70px;
  -webkit-box-shadow: 0 0 6px 1px rgba(125, 125, 125, 0.3);
          box-shadow: 0 0 6px 1px rgba(125, 125, 125, 0.3);
}
.time-ol ol li p {
  font-size: 17px;
}

.pro-line-ul {
  position: relative;
  margin-top: 20px;
}
.pro-line-ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.pro-line-ul::before {
  content: "";
  display: block;
  height: 8px;
  background: #f1f1f1;
  width: 750px;
  top: 58px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pro-line-ul li {
  position: relative;
}
.pro-line-ul li .pro-line-top {
  text-align: center;
  margin-bottom: 12px;
}
.pro-line-ul li .pro-line-top span {
  color: #767676;
  font-weight: 500;
  display: block;
}
.pro-line-ul li .pro-line-top strong {
  color: #ea1c04;
  font-weight: 500;
  display: block;
  font-size: 18px;
  line-height: 1;
}
.pro-line-ul li .pro-line-box {
  border-radius: 14px;
  border: 1px solid #ea1c04;
  width: 210px;
  padding: 28px 10px;
  text-align: center;
  position: relative;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.17);
}
.pro-line-ul li .pro-line-box::before {
  content: "";
  height: 22px;
  border-right: 1px solid #ea1c04;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -22px;
}
.pro-line-ul li .pro-line-box::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.17);
  background: #ea1c04;
  position: absolute;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-wrap {
  padding: 60px 0 0;
}
.home-wrap .h3 {
  font-size: 32px;
  height: 110px;
  line-height: 1;
  text-align: center;
  margin-top: -54px;
  display: block;
  font-weight: 500;
}

.home-haeader .top-menu {
  height: 70px;
  border-radius: 6px 6px 0 0;
  background: #20262f;
  border-bottom: 4px solid #f2f2f2;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-haeader .top-menu h1.logo {
  width: 222px;
  height: 40px;
  background: url("../images/logo-d6267e39db388b207d89a37602301c9c.png") 0 0 no-repeat;
  padding-top: 6px;
  background-size: cover;
}
.home-haeader .home-nav {
  width: 100%;
  margin-bottom: 20px;
}
.home-haeader .home-nav .home-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  width: 100%;
}
.home-haeader .home-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.home-haeader .home-nav li a {
  color: #6b6b6b;
  width: 100%;
  height: 46px;
  border: 1px solid #c7c7c7;
  border-left: none;
  background: #ececec;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-haeader .home-nav li a:hover {
  color: #161616;
}
.home-haeader .home-nav li.on a {
  color: #0c8487;
  background: none;
  border-bottom: none;
}
.home-haeader .home-nav li:first-child a {
  border-radius: 10px 0 0 0;
  border-left: 1px solid #c7c7c7;
}
.home-haeader .home-nav li:last-child a {
  border-radius: 0 10px 0 0;
}
.home-haeader .home-nav li .flag-sm {
  position: absolute;
  right: 14px;
  top: 13px;
}

.home-top {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.home-top .jindo-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 12px 12px 40px;
  background: #f7f7f7;
}
.home-top .jindo-wrap .jindo {
  margin-bottom: 20px;
}
.home-top .jindo-wrap .jindo .dl-chart dt {
  font-size: 24px;
  margin-bottom: 10px;
}
.home-top .jindo-wrap .jindo .dl-chart dt span {
  font-size: 20px;
  display: inline-block;
  margin-left: 16px;
}
.home-top .jindo-wrap .jindo .dl-chart dd .chart-stick {
  padding-right: 106px;
}
.home-top .jindo-wrap .jindo .dl-chart dd .chart-stick .stick-in {
  height: 26px;
}
.home-top .jindo-wrap .jindo .dl-chart dd .chart-stick .stick-in span {
  height: 26px;
}
.home-top .jindo-wrap .jindo .dl-chart dd .chart-stick .stick-in span em {
  top: -9px;
  font-size: 36px;
  color: #0069b4;
  line-height: 1;
  font-weight: 500;
}
.home-top .jindo-wrap .dl-home dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-top .jindo-wrap .dl-home dl dt {
  color: #0069b4;
  font-size: 18px;
  margin-right: 8px;
}
.home-top .jindo-wrap .dl-home dl dd {
  color: #767676;
  font-size: 18px;
}
.home-top .home-nav {
  width: 614px;
  position: relative;
}
.home-top .home-nav .home-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.home-top .home-nav .home-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #767676;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-top .home-nav .home-menu li a {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  background: #dbdbdb;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px 0 50px;
}
.home-top .home-nav .home-menu li a:focus, .home-top .home-nav .home-menu li a:hover {
  background: #0069b4;
  color: #fff;
  text-decoration: underline;
}
.home-top .home-nav .home-menu li a:focus:before, .home-top .home-nav .home-menu li a:hover:before {
  background-position: 0 0;
  width: 36px;
}
.home-top .home-nav .home-menu li a:focus {
  outline-color: #000;
}
.home-top .home-nav .home-menu li a::before {
  content: "";
  height: 46px;
  margin: 0 auto 16px;
  width: 50px;
  display: block;
  background: url("../images/ico_home_menu-95cddba0c7d31b752e5c467811cd4320.png") no-repeat;
}
.home-top .home-nav .home-menu li .flag-sm {
  position: absolute;
  top: 50%;
  margin-top: 60px;
  width: 72px;
  color: #000;
}
.home-top .home-nav .home-menu li .flag-sm.ok {
  background: #fbb900;
}
.home-top .home-nav .home-menu li .flag-sm.wait {
  background: #17c5b4;
}
.home-top .home-nav .home-menu li .flag-sm.end {
  background: #4097bf;
}
.home-top .home-nav .home-menu li.type-1 a:before {
  background-position: 0 0;
  width: 36px;
}
.home-top .home-nav .home-menu li.type-1 a:focus:before {
  background-position: 0 -50px;
  width: 36px;
}
.home-top .home-nav .home-menu li.type-2 a:before {
  background-position: -50px 0;
  width: 43px;
}
.home-top .home-nav .home-menu li.type-2 a:focus:before {
  background-position: -50px -50px;
  width: 43px;
}
.home-top .home-nav .home-menu li.type-3 a:before {
  background-position: -100px 0;
  width: 48px;
}
.home-top .home-nav .home-menu li.type-3 a:focus:before {
  background-position: -100px -50px;
  width: 48px;
}
.home-top .home-nav .home-menu li.type-4 a:before {
  background-position: -150px 0;
  width: 50px;
}
.home-top .home-nav .home-menu li.type-4 a:focus:before {
  background-position: -150px -50px;
  width: 50px;
}
.home-top .home-nav .home-menu li.on a, .home-top .home-nav .home-menu li:hover a {
  background: #0069b4;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.home-top .home-nav .home-menu li.on.type-1 a:before, .home-top .home-nav .home-menu li:hover.type-1 a:before {
  background-position: 0 -50px;
  width: 36px;
}
.home-top .home-nav .home-menu li.on.type-2 a:before, .home-top .home-nav .home-menu li:hover.type-2 a:before {
  background-position: -50px -50px;
  width: 43px;
}
.home-top .home-nav .home-menu li.on.type-3 a:before, .home-top .home-nav .home-menu li:hover.type-3 a:before {
  background-position: -100px -50px;
  width: 48px;
}
.home-top .home-nav .home-menu li.on.type-4 a:before, .home-top .home-nav .home-menu li:hover.type-4 a:before {
  background-position: -150px -50px;
  width: 50px;
}
.home-top .home-nav .btn-index {
  width: 151px;
  height: 49px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #808080;
  position: absolute;
  bottom: 0;
  left: 2px;
  z-index: 2;
}
.home-top .home-nav .btn-index span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.home-top .home-nav .btn-index:hover, .home-top .home-nav .btn-index:focus, .home-top .home-nav .btn-index.on {
  background: #004a7e;
  text-decoration: underline;
  color: #fff;
  text-underline-offset: 6px;
}
.home-top .home-nav .btn-index:focus {
  outline-color: #000;
}

.home-cover-wrap {
  position: relative;
  background: #efefef;
  padding-bottom: 46px;
  padding-top: 40px;
}
.home-cover-wrap::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #efefef;
}
.home-cover-wrap::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #efefef;
}

.home-container .home-tit {
  font-size: 30px;
  margin-bottom: 40px;
  display: block;
  padding-left: 40px;
  line-height: 1.2;
}
.home-container .h5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  text-align: left;
}

.home-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-flex .data-table td { /*padding: 8px 0;*/ }
.home-flex .data-table td.bg {
  background: #e7f9f7;
}
.home-flex .data-table td.td-score {
  height: 127px;
}
.home-flex .data-table td .jindo-num {
  color: #0c8487;
}
.home-flex .data-table td .jindo-num em {
  font-size: 36px;
}
.home-flex .data-table td .jindo-num span {
  color: #767676;
}
.home-flex .data-table:first-child {
  width: 750px;
}
.home-flex .data-table:last-child {
  width: 280px;
}

.home-cover {
  margin-bottom: 40px;
}
.home-cover:last-child {
  margin-bottom: 0;
}

.home-flex .flex-in {
  width: 48%;
  position: relative;
}
.home-flex .flex-in:first-child::after {
  content: "";
  display: inline-block;
  height: 110px;
  border-right: 1px dotted #ccc;
  position: absolute;
  right: -4%;
  top: 0;
}

.home-list {
  height: 70px;
}
.home-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  margin-bottom: 14px;
}
.home-list li a {
  width: 420px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #767676;
}
.home-list li a::before {
  content: "·";
  display: inline-block;
  margin-right: 4px;
}
.home-list li .date {
  width: 78px;
}
.home-list li:last-child {
  margin-bottom: 0;
}
.home-list li .none-text {
  margin: 0;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-wrap {
  position: relative;
}
.home-wrap .home-btn-wrap {
  position: absolute;
  right: 0;
  top: 60px;
}

.list-chasi ul li {
  padding: 26px 40px 26px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.list-chasi ul li em {
  width: 160px;
  font-size: 28px;
  position: relative;
  text-align: center;
}
.list-chasi ul li em::after {
  content: "";
  height: 90px;
  border-right: 1px solid #c5c5c5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-chasi ul li .score {
  width: 150px;
  position: relative;
  text-align: center;
}
.list-chasi ul li .score b {
  font-size: 40px;
  font-weight: 500;
  color: #0069b4;
  display: block;
}
.list-chasi ul li .score::after {
  content: "";
  height: 90px;
  border-right: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-chasi ul li .cont {
  width: 760px;
  padding-left: 32px;
}
.list-chasi ul li .cont strong {
  font-size: 28px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: block;
}
.list-chasi ul li .cont .dl-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-chasi ul li .cont .dl-info dl {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}
.list-chasi ul li .cont .dl-info dl dt {
  font-size: 18px;
  color: #0069b4;
  margin-right: 10px;
}
.list-chasi ul li .cont .dl-info dl dd {
  font-size: 18px;
  color: #767676;
}
.list-chasi ul li .cont .dl-info dl:last-child {
  margin-right: 0;
}
.list-chasi ul li .btn-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-chasi ul li .btn-wrap a, .list-chasi ul li .btn-wrap button {
  margin-top: 14px;
}
.list-chasi ul li .btn-wrap a:first-child, .list-chasi ul li .btn-wrap button:first-child {
  margin-top: 0;
}

.top-area .date {
  text-align: center;
  color: #fbb900;
}

.servey-list .servey-li {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.servey-list .servey-li .num-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 40px;
}
.servey-list .servey-li .num-wrap .num {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 20px;
  color: #0c8487;
}
.servey-list .servey-li .num-wrap p {
  display: inline-block;
}
.servey-list .servey-li .num-wrap ins {
  color: #0c8487;
}
.servey-list .servey-li .num-wrap ins::before {
  content: "(";
  display: inline;
}
.servey-list .servey-li .num-wrap ins::after {
  content: ")";
  display: inline;
}
.servey-list .servey-li .answre-wrap {
  padding: 0 0 0 40px;
}
.servey-list .servey-li .answre-wrap .poll {
  margin-bottom: 20px;
}
.servey-list .servey-li .answre-wrap ul.servey-check li {
  margin-bottom: 10px;
}
.servey-list .servey-li .answre-wrap ul.servey-check li label {
  font-size: 15px;
  color: #767676;
}
.servey-list .servey-li .answre-wrap ul.servey-check li label:hover {
  color: #242424;
}
.servey-list .servey-li .answre-wrap ul.servey-check li label img {
  max-height: 150px;
  width: auto;
  display: block;
}
.servey-list .servey-li .answre-wrap ul.servey-check li.correct label {
  color: #ff6040;
}
.servey-list .servey-li .answre-wrap ul.servey-check li:last-child {
  margin-bottom: 0;
}
.servey-list .poll {
  padding: 18px 24px;
  background: #f3f3f3;
  margin-bottom: 20px;
  font-size: 15px;
  margin-left: 40px;
}
.servey-list .poll.type-img {
  padding: 3px;
}
.servey-list .poll.type-img img {
  display: block;
}

.answre-wrap .user-text {
  color: #767676;
  font-size: 15px;
}
.answre-wrap .answre-text-wrap {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
}
.answre-wrap .answre-text-wrap .answre-top {
  display: block;
  color: #161616;
  margin-bottom: 4px;
}
.answre-wrap .answre-text-wrap .answre-top i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("../images/ico_ex-2f646ba8e000a33d0133c4d8ce71d72c.png") 0 0 no-repeat;
  margin-top: -3px;
}
.answre-wrap .answre-text-wrap .answre-text {
  color: #ea1c04;
  font-size: 15px;
}
.answre-wrap .answre-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.answre-wrap .answre-dl dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #c7c7c7;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
.answre-wrap .answre-dl dl dt {
  padding: 10px;
  background: #f3f3f3;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-right: 1px solid #c7c7c7;
  font-size: 15px;
}
.answre-wrap .answre-dl dl dd {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 15px;
}
.answre-wrap .answre-dl dl.answre-ok dd {
  color: #ea1c04;
}
.answre-wrap .answre-dl dl.answre-score dd {
  color: #0c8487;
}
.answre-wrap .answre-dl dl + dl {
  border-left: 0;
}
.answre-wrap .file-list {
  margin-top: 20px;
}

.answre-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #c7c7c7;
}
.answre-table dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20%;
  height: 50px;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  margin-top: -1px;
}
.answre-table dl dt {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  background: #f3f3f3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.answre-table dl dd {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  border-left: 1px solid #c7c7c7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.answre-table dl dd.answre-ok {
  color: #0c8487;
}
.answre-table dl dd.answre-no {
  color: #ea1c04;
}
.answre-table dl:nth-child(5n) {
  border-right: 1px solid #c7c7c7;
}

.dot-ul > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}
.dot-ul > li::before {
  content: "";
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fbb900;
  position: absolute;
  left: 0;
  top: 8px;
}

.num-ol {
  margin: 8px 0 14px 0;
}
.num-ol > li {
  position: relative;
  margin-bottom: 8px;
}
.num-ol > li em {
  width: 16px;
  height: 16px;
  background: #0c8487;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  margin: -4px 6px 0 0;
  vertical-align: middle;
}

/*교육수료증*/
.sang-wrap {
  width: 21cm;
  height: 29.6cm; /*margin-top: 0.4cm;margin-left: 0.05cm;*/
  color: #000 !important;
  overflow: hidden;
  position: relative;
}
.sang-wrap .sang-in {
  position: relative;
  width: 100%;
  height: 100%;
}
.sang-wrap .sang-in .sang-img {
  position: absolute;
  z-index: 1;
}
.sang-wrap .sang-in .sang-img img {
  width: 100%;
  height: 100%;
}
.sang-wrap .sang-btn {
  padding: 8px 0 8px 0;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -38px;
  z-index: 20;
}
.sang-wrap .dojang {
  width: 60px;
  position: absolute;
  right: 5px;
  bottom: 20px;
  z-index: 2;
}
.sang-wrap .dojang img {
  width: 100%;
}

.sang-cont {
  padding: 90px 110px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.sang-cont .sang-header {
  font-family: "Batang", "바탕", Tahoma, serif;
  font-size: 18px;
  position: absolute;
  top: 50px;
  left: 60px;
}
.sang-cont h3 {
  font-family: "Nanum Myeongjo", serif;
  font-size: 60px;
  letter-spacing: 20px;
  text-align: center;
  margin: 80px auto 110px;
  color: #000 !important;
}
.sang-cont .sang-info {
  width: 350px;
  margin: 0 auto 120px;
}
.sang-cont .sang-info dl {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sang-cont .sang-info dl::before {
  content: "·";
  width: 14px; /*display: inline-block;width: 4px;height: 4px;border-radius: 100%;background: #393939;position: absolute;left: 0;top: 10px;*/
}
.sang-cont .sang-info dl dt {
  width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sang-cont .sang-info dl dt span {
  font-family: "Batang", "바탕", Tahoma, serif;
  font-size: 18px;
  font-weight: 500;
}
.sang-cont .sang-info dl dd {
  font-family: "Batang", "바탕", Tahoma, serif;
  -word-break: keep-all;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sang-cont .sang-info dl dd::before {
  content: ":";
  margin: 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sang-cont .sang-content {
  position: relative;
}
.sang-cont .sang-content .text {
  font-family: "Batang", "바탕", Tahoma, serif;
  font-size: 23px;
  line-height: 1.6;
  word-break: break-all;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
}
.sang-cont .sang-footer {
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
}
.sang-cont .sang-footer .foot-date {
  margin-bottom: 80px;
}
.sang-cont .sang-footer .foot-date span {
  font-size: 19px;
  font-weight: 500;
  font-family: "Batang", "바탕", Tahoma, serif;
}
.sang-cont .sang-footer .foot-jang {
  font-size: 30px;
  font-family: "Nanum Myeongjo", serif;
  margin-left: 10px;
  position: relative;
  font-weight: 900;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  margin: 0 auto;
}
.sang-cont .sang-footer .foot-jang i {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
}
.sang-cont .sang-footer .foot-jang i img {
  width: 100%;
  height: auto;
}
.sang-cont .sang-footer .foot-date2 {
  font-size: 14px;
  color: #e9505b;
  font-family: "Batang", "바탕", Tahoma, serif;
}

.info-wrap {
  margin-bottom: 70px;
}
.info-wrap .info-top {
  text-align: center;
  margin-bottom: 50px;
}
.info-wrap .info-top::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #fbb900;
  display: block;
  margin: 0 auto;
}
.info-wrap .info-top h5 {
  font-size: 26px;
  margin: 26px 0 16px;
}
.info-wrap .info-top p {
  font-size: 18px;
  color: #767676;
  margin-bottom: 18px;
}
.info-wrap .info-top small {
  font-weight: 500;
}
.info-wrap .info-top small::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/ico_4-58e34f1dfa8b37c9d91b1a78cdc3e29c.png") 0 0 no-repeat;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}
.info-wrap .info-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 786px;
  margin: 0 auto;
}
.info-wrap .info-ul > li {
  border-radius: 44px 0 44px 0;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.17);
  width: 380px;
  height: 340px;
  padding: 38px 34px 0;
  margin-bottom: 18px;
}
.info-wrap .info-ul > li i {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/ico_info1-80f225b64529db9fe2015705e9127080.png") no-repeat;
  margin-bottom: 26px;
}
.info-wrap .info-ul > li strong {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
  opacity: 0.9;
  font-weight: 500;
}
.info-wrap .info-ul > li p {
  font-size: 16px;
  opacity: 0.9;
}
.info-wrap .info-ul > li:nth-child(1) {
  background: #f1f1f1;
}
.info-wrap .info-ul > li:nth-child(1) i {
  background-position: 0 0;
}
.info-wrap .info-ul > li:nth-child(2) {
  background: #fbb900;
}
.info-wrap .info-ul > li:nth-child(2) i {
  background-position: -90px 0;
}
.info-wrap .info-ul > li:nth-child(3) {
  background: #fbb900;
}
.info-wrap .info-ul > li:nth-child(3) i {
  background-position: -180px 0;
}
.info-wrap .info-ul > li:nth-child(4) {
  background: #f1f1f1;
}
.info-wrap .info-ul > li:nth-child(4) i {
  background-position: -270px 0;
}
.info-wrap .in-ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 2px;
  opacity: 0.9;
}
.info-wrap .in-ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fbb900;
  position: absolute;
  left: 0;
  top: 9px;
}
.info-wrap.type2 .info-ul > li i {
  background: url("../images/ico_info2-77a4beec072420a4f72cfd848376628a.png") no-repeat;
}
.info-wrap.type2 .info-ul > li:nth-child(1) {
  background: #f1f1f1;
}
.info-wrap.type2 .info-ul > li:nth-child(1) i {
  background-position: 0 0;
}
.info-wrap.type2 .info-ul > li:nth-child(1) .in-ul li::before {
  background: #17c5b4;
}
.info-wrap.type2 .info-ul > li:nth-child(2) {
  background: #17c5b4;
}
.info-wrap.type2 .info-ul > li:nth-child(2) i {
  background-position: -90px 0;
}
.info-wrap.type2 .info-ul > li:nth-child(2) .in-ul li::before {
  background: #161616;
}
.info-wrap.type2 .info-ul > li:nth-child(3) {
  background: #17c5b4;
}
.info-wrap.type2 .info-ul > li:nth-child(3) i {
  background-position: -180px 0;
}
.info-wrap.type2 .info-ul > li:nth-child(3) .in-ul li::before {
  background: #161616;
}
.info-wrap.type2 .info-ul > li:nth-child(4) {
  background: #f1f1f1;
}
.info-wrap.type2 .info-ul > li:nth-child(4) i {
  background-position: -270px 0;
}
.info-wrap.type2 .info-ul > li:nth-child(4) .in-ul li::before {
  background: #17c5b4;
}
.info-wrap.type3 .info-ul > li i {
  background: url("../images/ico_info3-92c29ef70aadf4b68e95d4ab55b20e8e.png") no-repeat;
}
.info-wrap.type3 .info-ul > li:nth-child(1) {
  background: #f1f1f1;
}
.info-wrap.type3 .info-ul > li:nth-child(1) i {
  background-position: 0 0;
}
.info-wrap.type3 .info-ul > li:nth-child(1) .in-ul li::before {
  background: #4097bf;
}
.info-wrap.type3 .info-ul > li:nth-child(2) {
  background: #4097bf;
}
.info-wrap.type3 .info-ul > li:nth-child(2) i {
  background-position: -90px 0;
}
.info-wrap.type3 .info-ul > li:nth-child(2) .in-ul li::before {
  background: #161616;
}
.info-wrap.type3 .info-ul > li:nth-child(3) {
  background: #4097bf;
}
.info-wrap.type3 .info-ul > li:nth-child(3) i {
  background-position: -180px 0;
}
.info-wrap.type3 .info-ul > li:nth-child(3) .in-ul li::before {
  background: #161616;
}
.info-wrap.type3 .info-ul > li:nth-child(4) {
  background: #f1f1f1;
}
.info-wrap.type3 .info-ul > li:nth-child(4) i {
  background-position: -270px 0;
}
.info-wrap.type3 .info-ul > li:nth-child(4) .in-ul li::before {
  background: #4097bf;
}

.new-wrap {
  margin-bottom: 10px;
}
.new-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new-wrap dl dt {
  width: 76px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #767676;
}

.place-info-wrap .place-info {
  width: 950px;
  height: 350px;
  padding: 46px 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 18px;
}
.place-info-wrap .place-info strong span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.place-info-wrap .place-info p {
  font-size: 18px;
  color: #fff;
}
.place-info-wrap .place-info .place-ul {
  margin-top: auto;
}
.place-info-wrap .place-info .place-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: 38px;
  border-radius: 19px;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
  padding: 0 25px;
}
.place-info-wrap .place-info .place-ul li span {
  color: #fbb900;
  width: 94px;
  display: inline-block;
  line-height: 36px;
}
.place-info-wrap .place-info .place-ul li p {
  color: #17c5b4;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  display: inline-block;
  line-height: 36px;
}
.place-info-wrap .place-info.type1 {
  background: url("../images/img_place1-f8d685c3dad637db63ba50a95f222d95.jpg") 0 0 no-repeat;
  background-size: cover;
}
.place-info-wrap .place-info.type1 strong {
  background: url("../images/img_place1_text-5ea0312ba9a05bed1d34c64fcbac27f1.png") 0 0 no-repeat;
  width: 247px;
  height: 74px;
}
.place-info-wrap .place-info.type2 {
  background: url("../images/img_place2-2333f17f077e0a8e46abce3661a0d1b2.jpg") 0 0 no-repeat;
  background-size: cover;
}
.place-info-wrap .place-info.type2 strong {
  background: url("../images/img_place2_text-df50b33fb48fbf4bca13324cfd57065a.png") 0 0 no-repeat;
  width: 228px;
  height: 74px;
}
.place-info-wrap .place-info.type3 {
  background: url("../images/img_place3-3cd9bbc6885c7e92b8527da006539298.jpg") 0 0 no-repeat;
  background-size: cover;
}
.place-info-wrap .place-info.type3 strong {
  background: url("../images/img_place3_text-2ff2fdb0fb02ee6d9d9c2ef3946d1bc5.png") 0 0 no-repeat;
  width: 237px;
  height: 74px;
}
.place-info-wrap .place-info.type3 .place-ul li span {
  width: 226px;
}
.place-info-wrap .place-info:last-child {
  margin-bottom: 0;
}

.place-info-wrap2 .place-info {
  width: 950px;
  height: 422px;
  padding: 80px 60px 50px 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.place-info-wrap2 .place-info small {
  font-size: 16px;
  color: #fff;
  width: 350px;
  height: 32px;
  border-radius: 16px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
.place-info-wrap2 .place-info strong span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.place-info-wrap2 .place-info .place-ul {
  margin-top: 46px;
}
.place-info-wrap2 .place-info .place-ul li {
  margin-bottom: 12px;
}
.place-info-wrap2 .place-info .place-ul li p {
  color: #fff;
  font-size: 20px;
}
.place-info-wrap2 .place-info .place-ul li p ins {
  color: #fbb900;
}
.place-info-wrap2 .place-info .place-ul li:last-child {
  margin-bottom: 0;
}
.place-info-wrap2 .place-info.type1 {
  background: url("../images/img_place_bg_01-89ed66c02d21d8bceaf38f9f2088d7fa.jpg") 0 0 no-repeat;
  background-size: cover;
}
.place-info-wrap2 .place-info.type1 strong {
  background: url("../images/text_place_01-0d51f12c7149ae7c64513a62c149379e.png") 0 0 no-repeat;
  width: 397px;
  height: 68px;
}
.place-info-wrap2 .place-info.type2 {
  background: url("../images/img_place_bg_02-fabaf72648cb9f289de33a60d4e40a43.jpg") 0 0 no-repeat;
  background-size: cover;
}
.place-info-wrap2 .place-info.type2 strong {
  background: url("../images/text_place_02-455194bb708d406a4f6ca7ee2d082ed6.png") 0 0 no-repeat;
  width: 463px;
  height: 67px;
}
.place-info-wrap2 .place-info:last-child {
  margin-bottom: 0;
}

.privacy-wrap .privacy-top {
  margin-bottom: 40px;
  color: #767676;
  line-height: 1.6;
  word-break: break-word;
}
.privacy-wrap .privacy-cont {
  margin-bottom: 40px;
}
.privacy-wrap .privacy-cont h3 {
  font-size: 18px;
  color: #0c8487;
  margin-bottom: 10px;
  font-weight: 400;
}
.privacy-wrap .privacy-cont p {
  word-break: break-word;
}
.privacy-wrap .privacy-cont .ol-depth1 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.privacy-wrap .privacy-cont .ol-depth1 li span {
  position: absolute;
  left: 0;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ol-depth1 li span::after {
  content: ".";
  display: inline-block;
}
.privacy-wrap .privacy-cont .ol-depth1 li p {
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ol-depth1.type2 li span::after {
  display: none;
}
.privacy-wrap .privacy-cont .ul-depth1 li { /*padding-left: 38px;*/ }
.privacy-wrap .privacy-cont .ul-depth1 li span {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ul-depth1 li span::after {
  content: ".";
  display: inline-block;
}
.privacy-wrap .privacy-cont .ul-depth1 li p {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ul-depth2 li span {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ul-depth2 li span::after {
  display: none;
}
.privacy-wrap .privacy-cont .ul-depth2 li p {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ul-depth3 li {
  padding-left: 0;
  margin-bottom: 0;
}
.privacy-wrap .privacy-cont .ul-depth3 li span {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ul-depth3 li span::after {
  content: ".";
  display: inline-block;
}
.privacy-wrap .privacy-cont .ul-depth3 li p {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ul-depth4 li {
  padding-left: 10px;
  margin-bottom: 0;
}
.privacy-wrap .privacy-cont .ul-depth4 li span {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .ul-depth4 li p {
  font-size: 15px;
  line-height: 1.7;
}
.privacy-wrap .privacy-cont .type-mar {
  margin-top: 10px;
}
.privacy-wrap .privacy-cont .type-mar li {
  margin-bottom: 10px;
}
.privacy-wrap .privacy-cont .type-mar li:last-child {
  margin-bottom: 0;
}
.privacy-wrap .privacy-cont .data-table {
  margin-top: 20px;
}

.h5-character {
  width: 501px;
  height: 72px;
  background: url("../images/img_tit_character-131878e7df45cee4c76d65faec92e086.png") 0 0 no-repeat;
  margin: 0 auto 40px;
}
.h5-character span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.dl-character {
  padding-bottom: 30px;
}
.dl-character dl {
  margin-bottom: 30px;
}
.dl-character dl dt {
  position: relative;
  color: #0c8487;
  font-size: 16px;
  font-weight: 500;
  padding-left: 12px;
  margin-bottom: 12px;
}
.dl-character dl dt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #0c8487;
  position: absolute;
  top: 8px;
  left: 0;
}
.dl-character dl dd b {
  font-weight: 600;
}
.dl-character dl:last-child {
  margin-bottom: 0;
}

.tel-text2 {
  font-size: 18px;
  margin-top: 40px;
}

.tel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.tel-text span {
  font-size: 15px;
}
.tel-text p {
  font-weight: 500;
  font-size: 15px;
}
.tel-text p::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/ico_tel-332006a8fe9f79d3424796aad1465a39.png") 0 0 no-repeat;
  vertical-align: top;
  margin: 0 7px;
}

.sch-page .top-text {
  text-align: center;
  margin-bottom: 40px;
}
.sch-page .top-text em {
  color: #1866b9;
}
.sch-page .top-text em::before {
  content: "‘";
}
.sch-page .top-text em::after {
  content: "’";
}
.sch-page .top-text b {
  color: #f99500;
}
.sch-page .sch-page-wrap {
  position: relative;
  padding: 0 30px;
  width: 850px;
  height: 62px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sch-page .sch-page-wrap::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: -webkit-gradient(linear, left top, right bottom, from(#327adb), to(#0aa4b4));
  background: linear-gradient(to bottom right, #327adb, #0aa4b4);
  z-index: -1;
  border-radius: 32px;
}
.sch-page .sch-page-wrap:after {
  content: "";
  background: #fff;
  border-radius: 30px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sch-page .sch-page-wrap .sch-check {
  position: relative;
  z-index: 1;
}
.sch-page .sch-page-wrap .sch-check label {
  color: #555;
}
.sch-page .sch-page-wrap .input-box-sch {
  background: #fff;
  position: absolute;
  z-index: 1;
  width: calc(100% - 290px);
  height: 100%;
  left: 170px;
}
.sch-page .sch-page-wrap .input-box-sch::before {
  content: "";
  display: block;
  height: 40px;
  border-right: 1px solid #ddd;
  z-index: 4;
}
.sch-page .sch-page-wrap .input-box-sch::-webkit-input-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch::-moz-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch:-ms-input-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch::-ms-input-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch::placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page .sch-page-wrap .btn-wrap {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.sch-page .sch-page-wrap .btn-wrap a, .sch-page .sch-page-wrap .btn-wrap button {
  width: 40px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sch-page .sch-page-wrap .btn-wrap a span, .sch-page .sch-page-wrap .btn-wrap button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-page .sch-page-wrap .btn-wrap a.btn-sch::before, .sch-page .sch-page-wrap .btn-wrap button.btn-sch::before {
  content: "";
  display: block;
  background: url("../images/ico_sch_page-32fe0f1773fc66c4424d5267ee3502d2.png") center no-repeat;
  width: 26px;
  height: 28px;
}
.sch-page .sch-page-wrap .btn-wrap a.btn-home::before, .sch-page .sch-page-wrap .btn-wrap button.btn-home::before {
  content: "";
  display: block;
  background: url("../images/ico_home-5851643a7674415216fc8a65fb40219b.png") center no-repeat;
  width: 26px;
  height: 28px;
}
.sch-page .edu-slide-wrap {
  margin-right: -12px;
}
.sch-page .edu-slide-wrap .edu-slide {
  row-gap: 50px;
  margin-left: -12px;
  width: auto;
}
.sch-page .edu-slide-wrap .edu-slide .slide-page {
  margin: 0;
}
.sch-page .tab-edu {
  margin-bottom: 50px;
}
.sch-page .cover {
  position: relative;
  margin-bottom: 60px;
}
.sch-page .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 4px;
  color: #767676;
}
.sch-page .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-e5b8230e587f4a6c7e7708a4f53b432d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.sch-page .more-wrap {
  width: 300px;
  height: 50px;
  border-radius: 6px;
  background: #f6f6f6;
  margin: 60px auto 0;
}
.sch-page .more-wrap .btn-more2 {
  color: #767676;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sch-page .more-wrap .btn-more2::after {
  content: "+";
  margin-left: 3px;
}
.sch-page .none-text {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-size: 18px;
}
.sch-page .sch-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px;
  margin: 60px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sch-page .sch-text-box > ul {
  display: block;
}
.sch-page .sch-text-box > ul li {
  font-size: 16px;
}
.sch-page .sch-text-box .btn-wrap {
  margin: 60px auto 0;
}
.sch-page .sch-text-box .btn-wrap .btn-home {
  width: 170px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: #1866b9;
}
.sch-page .sch-text-box .btn-wrap .btn-home span {
  color: #fff;
}

.sch-page-new .top-text {
  text-align: center;
  margin-bottom: 40px;
}
.sch-page-new .top-text em {
  color: #2d5adb;
}
.sch-page-new .top-text em::before {
  content: "‘";
}
.sch-page-new .top-text em::after {
  content: "’";
}
.sch-page-new .top-text b {
  color: #f99500;
}
.sch-page-new .sch-page-wrap {
  position: relative;
  padding: 0 30px;
  width: 850px;
  height: 62px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #2d5adb;
}
.sch-page-new .sch-page-wrap .sch-check {
  position: relative;
  z-index: 1;
}
.sch-page-new .sch-page-wrap .sch-check label {
  color: #555;
}
.sch-page-new .sch-page-wrap .input-box-sch {
  background: #fff;
  position: absolute;
  z-index: 1;
  width: calc(100% - 290px);
  height: 100%;
  left: 170px;
}
.sch-page-new .sch-page-wrap .input-box-sch::before {
  content: "";
  display: block;
  height: 40px;
  border-right: 1px solid #ddd;
  z-index: 4;
}
.sch-page-new .sch-page-wrap .input-box-sch::-webkit-input-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch::-moz-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch:-ms-input-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch::-ms-input-placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch::placeholder {
  color: #1866b9;
  font-size: 20px;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .btn-wrap {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.sch-page-new .sch-page-wrap .btn-wrap a, .sch-page-new .sch-page-wrap .btn-wrap button {
  width: 40px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sch-page-new .sch-page-wrap .btn-wrap a span, .sch-page-new .sch-page-wrap .btn-wrap button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-page-new .sch-page-wrap .btn-wrap a.btn-sch::before, .sch-page-new .sch-page-wrap .btn-wrap button.btn-sch::before {
  content: "";
  display: block;
  background: url("../images/ico_sch_page_new-d1bcfcdacf13091bf01ed98491a20c4d.png") center no-repeat;
  width: 26px;
  height: 28px;
}
.sch-page-new .sch-page-wrap .btn-wrap a.btn-home::before, .sch-page-new .sch-page-wrap .btn-wrap button.btn-home::before {
  content: "";
  display: block;
  background: url("../images/ico_home_new-c0fd04e74d8fdefbaf3909d25af05d88.png") center no-repeat;
  width: 26px;
  height: 28px;
}
.sch-page-new .edu-slide-wrap {
  margin-right: -12px;
}
.sch-page-new .edu-slide-wrap .edu-slide {
  row-gap: 50px;
  margin-left: -12px;
  width: auto;
}
.sch-page-new .edu-slide-wrap .edu-slide .slide-page {
  margin: 0;
}
.sch-page-new .h3-edu {
  font-size: 26px;
  line-height: 1;
}
.sch-page-new .h3-edu::before {
  display: none;
}
.sch-page-new .tab-edu {
  margin-bottom: 50px;
  background: #f7f8fa;
}
.sch-page-new .tab-edu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sch-page-new .tab-edu ul li {
  width: 120px;
  height: 35px;
  border-radius: 0;
  border: none;
  background: none;
}
.sch-page-new .tab-edu ul li a {
  font-size: 15px;
  color: #525252;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c7c7c7;
  background: #fff;
}
.sch-page-new .tab-edu ul li a ins {
  color: #767676;
  margin-left: 5px;
}
.sch-page-new .tab-edu ul li.on {
  background: none;
  border: none;
}
.sch-page-new .tab-edu ul li.on a {
  color: #2d5adb;
  border: 2px solid #2d5adb;
}
.sch-page-new .tab-edu ul li.on a ins {
  color: #2d5adb;
}
.sch-page-new .main-slide-wrap .main-slide {
  display: grid;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 50px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .thumb-wrap .thumb {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 78.3%;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .thumb-wrap .thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .flag-wrap {
  margin-bottom: 4px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .title {
  font-size: 21px;
  line-height: 1.3;
  height: 55px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap {
  margin-bottom: 0;
  margin-top: auto;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .thumb-text {
  margin-bottom: 2px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dt {
  font-size: 15px;
  color: #767676;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dt::after {
  content: ":";
  font-size: 12px;
  margin: 0 4px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dd {
  font-size: 15px;
  color: #767676;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dt {
  font-size: 15px;
  color: #767676;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dt::after {
  content: ":";
  border-right: 0;
  height: auto;
  background: none;
  margin: 0 4px;
  font-size: 12px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dd span {
  font-size: 15px;
  color: #767676;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl dt {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl dd {
  font-size: 15px;
  color: #767676;
  line-height: 1;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.person-dl::before {
  background: url("../images/ico_person-0eb207fce92a7d0037238dbc05320f21.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.rating-dl::before {
  background: url("../images/ico_rating-1d9965c1bf47afabc17b60d06a634c92.png") 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.date-dl::before {
  background: url("../images/ico_date-0419dfe823318564b45049d1d6b5fe53.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl::after {
  content: "";
  display: inline-block;
  height: 12px;
  border-right: 1px solid #a5a5a5;
  margin: 0 10px 0 11px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl:last-child::after {
  display: none;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page .cont .info-wrap .btn-wrap {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page.none {
  width: 100% !important;
}
.sch-page-new .main-slide-wrap .slide-controler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-counter {
  width: 70px;
  text-align: center;
  color: #525252;
  font-size: 15px;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-counter em {
  font-weight: 600;
  color: #161616;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-counter1 {
  width: 70px;
  text-align: center;
  color: #525252;
  font-size: 15px;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-counter1 em {
  font-weight: 600;
  color: #161616;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-counter2 {
  width: 70px;
  text-align: center;
  color: #525252;
  font-size: 15px;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-counter2 em {
  font-weight: 600;
  color: #161616;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-prev {
  width: 34px;
  height: 34px;
  left: 0;
  margin-top: 0;
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-prev span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-prev::before {
  width: 34px;
  height: 34px;
  background: url("../images/btn_main_slide_arrow-039c034bc4d6f491735bb971efe0e4a4.png") 0 0 no-repeat;
  margin-top: 0;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-next {
  width: 34px;
  height: 34px;
  right: 0;
  margin-top: 0;
  position: unset;
  -webkit-transform: unset;
          transform: unset;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-next span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-page-new .main-slide-wrap .slide-controler .slick-next::before {
  width: 34px;
  height: 34px;
  background: url("../images/btn_main_slide_arrow-039c034bc4d6f491735bb971efe0e4a4.png") -40px 0 no-repeat;
  margin-top: 0;
}
.sch-page-new .main-slide-wrap .slide-controler button {
  border-radius: 100%;
}
.sch-page-new .main-slide-wrap .slide-controler button:focus {
  outline: 2px dashed #000;
  outline-offset: -2px;
}
.sch-page-new .cover {
  position: relative;
  margin-bottom: 60px;
}
.sch-page-new .btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 4px;
  color: #767676;
}
.sch-page-new .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-e5b8230e587f4a6c7e7708a4f53b432d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.sch-page-new .more-wrap {
  width: 300px;
  height: 50px;
  border-radius: 6px;
  background: #f6f6f6;
  margin: 60px auto 0;
}
.sch-page-new .more-wrap .btn-more2 {
  color: #767676;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.sch-page-new .more-wrap .btn-more2::after {
  content: "+";
  margin-left: 3px;
}
.sch-page-new .none-text {
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  font-size: 18px;
}
.sch-page-new .sch-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px;
  margin: 60px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sch-page-new .sch-text-box > ul {
  display: block;
}
.sch-page-new .sch-text-box > ul li {
  font-size: 16px;
}
.sch-page-new .sch-text-box .btn-wrap {
  margin: 60px auto 0;
}
.sch-page-new .sch-text-box .btn-wrap .btn-home {
  width: 170px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background: #2d5adb;
}
.sch-page-new .sch-text-box .btn-wrap .btn-home span {
  color: #fff;
}

.mybox-pw-wrap {
  border: 2px solid #ccc;
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 27px 0 18px;
  margin-bottom: 50px;
}
.mybox-pw-wrap .mybox-pw-in strong {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}
.mybox-pw-wrap .mybox-pw-in .mybox-pw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 360px;
}
.mybox-pw-wrap .mybox-pw-in .mybox-pw .input-box {
  height: 40px;
}
.mybox-pw-wrap .mybox-pw-in .mybox-pw button {
  width: 80px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ask-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding: 20px 40px;
  background: #fff;
}
.ask-wrap .text-wrap {
  margin-bottom: 0;
}
.ask-wrap .text-wrap strong {
  font-size: 18px;
  color: #ea1c04;
}
.ask-wrap .btn-wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.ask-wrap .btn-wrap .btn-page span {
  font-size: 16px;
}

.login_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}
.login_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: url("../images/bg_login-2bc0a69d91c0abed0d919c9697c2de0f.png") center no-repeat;
}
.login_wrap .login_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 15px;
  padding: 70px 80px;
}
.login_wrap .login_in header h1 {
  margin-bottom: 40px;
}
.login_wrap .login_in header h1 a {
  display: block;
}
.login_wrap .login_in header h1 img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.login_wrap .login_in .loginCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
}
.login_wrap .login_in h2 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.login_wrap .login_in .loginForm {
  position: relative;
  width: 416px;
}
.login_wrap .login_in .loginForm form ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  color: #000;
  padding: 0 30px;
  border-radius: 10px;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  background: #eee;
}
.login_wrap .login_in .loginForm form ul li .iLabel {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.login_wrap .login_in .loginForm form ul li .iText {
  padding: 5px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: none;
  color: #525252;
  background: #eee;
}
.login_wrap .login_in .loginForm form ul li .iText:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login_wrap .login_in .loginForm form ul li .iText::-webkit-input-placeholder {
  color: #c7c7c7;
}
.login_wrap .login_in .loginForm form ul li .iText::-moz-placeholder {
  color: #c7c7c7;
}
.login_wrap .login_in .loginForm form ul li .iText:-ms-input-placeholder {
  color: #c7c7c7;
}
.login_wrap .login_in .loginForm form ul li .iText::-ms-input-placeholder {
  color: #c7c7c7;
}
.login_wrap .login_in .loginForm form ul li .iText::placeholder {
  color: #c7c7c7;
}
.login_wrap .login_in .loginForm form ul li .iText::-webkit-input-placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Regular, dotum, "돋움", sans-serif;
}
.login_wrap .login_in .loginForm form ul li .iText::-moz-placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Regular, dotum, "돋움", sans-serif;
}
.login_wrap .login_in .loginForm form ul li .iText:-ms-input-placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Regular, dotum, "돋움", sans-serif;
}
.login_wrap .login_in .loginForm form ul li .iText::-ms-input-placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Regular, dotum, "돋움", sans-serif;
}
.login_wrap .login_in .loginForm form ul li .iText::placeholder {
  font-family: "Noto Sans KR", "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Regular, dotum, "돋움", sans-serif;
}
.login_wrap .login_in .loginForm form ul li input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
}
.login_wrap .login_in .loginForm form ul li input:-webkit-autofill:hover,
.login_wrap .login_in .loginForm form ul li input:-webkit-autofill:focus,
.login_wrap .login_in .loginForm form ul li input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #eee inset;
}
.login_wrap .login_in .loginForm form ul li:last-child {
  margin-bottom: 0;
}
.login_wrap .login_in .loginForm form .iLabel {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.login_wrap .login_in .loginForm form .submit {
  width: 100%;
  height: 54px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  background: #0c8487;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.login_wrap .login_in .loginForm form .submit:hover {
  -webkit-box-shadow: 0 0 11px 5px rgba(125, 125, 125, 0.3);
          box-shadow: 0 0 11px 5px rgba(125, 125, 125, 0.3);
}
.login_wrap .login_in .loginForm form .submit:focus {
  outline: none;
}
.login_wrap .login_in .loginForm .add_text {
  margin-top: 10px;
}
.login_wrap .login_in .loginForm .add_text p {
  margin-bottom: 5px;
  color: #ea1c04;
  font-size: 14px;
}
.login_wrap .login_in .loginForm .add_text ul li {
  color: #ea1c04;
  font-size: 14px;
}
.login_wrap .login_in .loginForm .add_text ul li::before {
  content: "-";
  margin-right: 4px;
}

.editor-reset body {
  display: block;
  margin: 8px;
}

.editor-reset p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.editor-reset dl {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.editor-reset dl dd {
  display: block;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}

.editor-reset table {
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}

.editor-reset table th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

.editor-reset ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.editor-reset ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.editor-reset li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.editor-reset h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}

.editor-reset h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}

.editor-reset h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}

.editor-reset h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}

.editor-reset h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}

.editor-reset h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}

.editor-reset u, .editor-reset ins {
  text-decoration: underline;
}

.editor-reset abbr[title], .editor-reset acronym[title] {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}

.editor-reset strong, .editor-reset b {
  font-weight: bold;
}

.editor-reset i, .editor-reset cite, .editor-reset em, .editor-reset var, .editor-reset address, .editor-reset dfn {
  font-style: italic;
}

.editor-reset small {
  font-size: smaller;
}

.editor-reset s, .editor-reset strike, .editor-reset del {
  text-decoration: line-through;
}

@media only screen and (max-width: 1630px) {
  .layer .cont {
    max-height: 550px;
  }
}
@media only screen and (max-width: 1440px) {
  .quick-wrap {
    display: none;
  }
  .layer .cont {
    max-height: 456px;
  }
}
@media only screen and (min-width: 1921px) {
  .section1 .main-visual-page .bg-img {
    background-size: cover;
  }
}
.data-tb {
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.data-tb .data-tb-thead,
.data-tb .data-tb-tbody {
  display: table;
  width: 100%;
}
.data-tb .data-tb-row {
  display: table-row;
}
.data-tb .data-tb-th, .data-tb .data-tb-td {
  display: table-cell;
  padding: 12px 10px 13px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  text-align: center;
  font-size: 15px;
  width: 120px;
}
.data-tb .data-tb-th:nth-child(3), .data-tb .data-tb-td:nth-child(3) {
  width: auto;
}
.data-tb .data-tb-th {
  background: #f9f9f9;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide a {
  display: block;
  outline-offset: 2px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 88px;
  width: 88px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  z-index: 11;
  margin-top: -15px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -17px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -71px;
}
.slick-prev:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 88px;
  height: 88px;
  background: url("../images/ico_main_s_arrow2-fc6886710f22f8bfd6424963517e5bce.png") 0 0 no-repeat;
  display: block;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-prev:hover::before {
  opacity: 0.7;
}

.slick-next {
  right: -71px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 88px;
  height: 88px;
  background: url("../images/ico_main_s_arrow2-fc6886710f22f8bfd6424963517e5bce.png") -100px 0 no-repeat;
  display: block;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-next:hover::before {
  opacity: 0.7;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 18px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 18px;
  width: 18px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: 2px dashed #000;
}
.slick-dots li button:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 14px;
  height: 14px;
  font-size: 6px;
  line-height: 14px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li.slick-active button:before {
  color: black;
  background: #000;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 12px;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
          box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240-5f711e6356d37b4db09fd4c56e377a83.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240-5f711e6356d37b4db09fd4c56e377a83.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240-1ccea6e89be2a93ef0f73f2c558b4cb4.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}