@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
html {
  overflow-x: hidden;
  font-size: 10px; /*min-width: 320px;*/
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
} /* 뷰표트 변환시 폰트크기 자동확대 방지 */
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: 1.5rem;
  color: #161616;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.5px;
  word-break: break-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;
}

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 {
  left: -10000px;
  top: auto;
  width: 1px;
  overflow: hidden;
  position: relative;
  height: 0;
}

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;
}

.lnb:focus,
.lnb:focus-within {
  display: block;
}

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;
  font-size: 1.4rem;
  color: #767676;
}

input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

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: 100%;
  height: 32px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.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 {
  color: #767676;
  background-color: #efefef;
}

input.input-box:read-only, input.input-box.read-only {
  color: #767676;
  background-color: #efefef;
}

input.input-box:disabled, input.input-box.disabled {
  color: #767676;
  background-color: #efefef;
}

input.input-box:required, input.input-box.error {
  border-color: #767676;
}

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: #767676;
}

input.input-box::-moz-placeholder {
  color: #767676;
}

input.input-box:-ms-input-placeholder {
  color: #767676;
}

input.input-box::-ms-input-placeholder {
  color: #767676;
}

input.input-box::placeholder {
  color: #767676;
}

input.input-box:last-child {
  margin-right: 0;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  cursor: not-allowed;
  background: url("../images/ico_arrow_box2-b2dcf438e0e191c2bc3c78e962ad7589.png") no-repeat right 50%;
  background-size: 16px auto;
  color: #767676;
  background-color: #efefef;
}

.select {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 24px 0 12px;
  display: inline-block;
  background: url("../images/ico_arrow_box-d2a8831868a7553ab1ec438ce06f23a8.png") no-repeat right 50% #fff;
  background-size: 18px auto;
  border-radius: 3px;
}

.select-line {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 24px 0 12px;
  display: inline-block;
  background: url("../images/ico_arrow_box-d2a8831868a7553ab1ec438ce06f23a8.png") no-repeat right 50%;
  background-size: 16px auto;
  border: 1px solid #c7c7c7;
}
.select-line.min {
  width: 110px;
  height: 24px;
  line-height: 22px;
}

.sch-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.sch-input label {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-input input {
  width: 100%;
  background: #fff;
  padding: 0 30px 0 12px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
}
.sch-input input:disabled {
  background: #f3f3f3;
}
.sch-input button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 17px;
  background: url("../images/ico_search_box-f1035a3593c1bfc6b0ac1acceb008da3.png") 0 0 no-repeat;
  background-size: cover;
}
.sch-input button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.input {
  width: 100%;
  background: #fff;
  padding: 0 30px 0 12px;
  height: 30px;
  line-height: 28px;
  border-radius: 3px;
}
.input:disabled {
  background: #f3f3f3;
}

.input:-moz-read-only {
  cursor: not-allowed;
  background: #efefef;
}

.input:disabled, .input:read-only {
  cursor: not-allowed;
  background: #efefef;
}

.custom_textarea {
  width: 100%;
  min-height: 58px;
  padding: 10px;
  font-size: 1.4rem;
  color: #666;
  white-space: pre-line;
  resize: none;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}

.custom_textarea:-moz-read-only {
  background-color: #efefef;
}

.custom_textarea:read-only {
  background-color: #efefef;
}

.custom_textarea:disabled {
  background-color: #efefef;
}

.custom_textarea:focus {
  border-color: #0d4c91;
  outline: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom_textarea::-webkit-input-placeholder {
  color: #767676;
}

.custom_textarea::-moz-placeholder {
  color: #767676;
}

.custom_textarea:-ms-input-placeholder {
  color: #767676;
}

.custom_textarea::-ms-input-placeholder {
  color: #767676;
}

.custom_textarea::placeholder {
  color: #767676;
}

.datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.datepicker .date-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 20px;
  -webkit-appearance: none;
  border-radius: 3px;
}
.datepicker .date-input input {
  width: 100%;
  height: 96%;
  vertical-align: top;
  padding-left: 12px;
  border-radius: 3px;
  line-height: 20px;
}
.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;
  margin-top: 2px;
}
.datepicker .date-input button img {
  width: auto !important;
  height: 20px;
}
.datepicker .custom-form-space {
  margin: 0 5px;
  font-size: 1.4rem;
}

.form-text {
  font-size: 1.5rem;
}

.btn-move-top {
  position: fixed;
  right: 14px;
  bottom: 50px;
  display: none;
  z-index: 999;
  background: url("../images/btn_move_top-86d5b79e25eae05cf37960324843d755.png") 0 0 no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  border: 1px solid #c7c7c7;
  opacity: 0.7;
}
.btn-move-top span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn-move-top.on {
  bottom: 340px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.7;
}

.btn {
  width: 100%;
  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;
  background: #17c5b4;
  border-radius: 3px;
  padding: 0 8px;
}
.btn span {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
.btn.btn-lg {
  height: 48px;
}
.btn.btn-sm {
  min-width: 36px;
  height: 24px;
  width: auto;
}
.btn.btn-sm span {
  font-size: 1.2rem;
}
.btn.btn-sch {
  min-width: 90px;
  height: 32px;
}
.btn.btn-sch span {
  background: url("../images/ico_sch.png") 0 4px no-repeat;
  padding-left: 20px;
}
.btn.btn-print2 span {
  background: url("../images/ico_print2.png") 0 4px no-repeat;
  padding-left: 24px;
}

.btn-line {
  width: 100%;
  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;
  border: 1px solid #17c5b4;
  border-radius: 4px;
  background: #fff;
}
.btn-line span {
  text-align: center;
  color: #17c5b4;
  line-height: 1.5;
}
.btn-line.btn-lg {
  width: 140px;
  height: 48px;
}
.btn-line.btn-sm {
  min-width: 36px;
  height: 24px;
  width: auto;
}
.btn-line.btn-sm span {
  font-size: 1.2rem;
}
.btn-line.btn-download {
  border: 1px solid #fbb900;
  width: 100px;
  height: 32px;
}
.btn-line.btn-download span {
  color: #fbb900;
}
.btn-line.btn-download span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url("../images/ico_down.png") 0 0 no-repeat;
  margin-right: 6px;
}
.btn-line.btn-upload {
  border: 1px solid #fbb900;
  width: 100px;
  height: 32px;
}
.btn-line.btn-upload span {
  color: #fbb900;
}
.btn-line.btn-upload span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url("../images/ico_down.png") -15px 0 no-repeat;
  margin-right: 6px;
}
.btn-line.type-out {
  border: 1px solid #161616;
}
.btn-line.type-out span {
  color: #161616;
}

.btn-page {
  min-width: 100px;
  height: 32px;
  padding: 0 7px;
  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: 1.5rem;
  line-height: 1.5;
}
.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.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.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: #17c5b4;
  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.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: #17c5b4;
  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.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.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-1f7439c400e7c69a0240714705ca1597.png") 0 0 no-repeat;
  background-size: cover;
}
.btn-book span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-out {
  width: 20px;
  height: 24px;
  background: url("../images/ico_out-25fa8701cd73ce13c2b4f24b489da21a.png") 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
}
.btn-out 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: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.btn-question::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url("../images/btn_question-5df227f093fbcca9b333a96ad841ae5f.png") 0 -14px no-repeat;
  background-size: cover;
}
.btn-question small {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-view2 {
  width: 32px;
  height: 18px;
  border-radius: 9px;
  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;
  background-size: cover;
  width: 10px;
  height: 9px;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-view3 {
  height: 18px;
  border-radius: 9px;
  display: inline-block;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 8px;
  line-height: 14px;
}
.btn-view3 span {
  color: #fff;
  font-size: 1.1rem;
}

.flag-sm {
  min-width: 30px;
  height: 18px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 8px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
}
.flag-sm.type1 {
  background: #fbb900;
}
.flag-sm.end {
  background: #767676;
}
.flag-sm.ing {
  background: #525252;
}
.flag-sm.ok {
  background: #d02712;
}
.flag-sm.wait {
  background: #fbb900;
}
.flag-sm.fix {
  background: #fbb900;
}
.flag-sm + .flag-sm {
  margin-left: 6px;
}

.flag-sm2 {
  min-width: 78px;
  height: 18px;
  border-radius: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 4px;
  font-size: 1.2rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 16px;
}
.flag-sm2.type1 {
  background: #fbb900;
}
.flag-sm2.end {
  background: #ccc;
}
.flag-sm2.ok {
  background: #17c5b4;
}

.flag-lg {
  min-width: 60px;
  height: 20px;
  border-radius: 10px;
  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-weight: 700;
  font-size: 1.3rem;
  padding: 0 8px;
}
.flag-lg.time {
  background: #17c5b4;
}
.flag-lg.time i {
  width: 20px;
  height: 20px;
  background: url("../images/ico_time-6e55d4717cbaed27c4a34dda8e9effa4.png") 0 0 no-repeat;
  margin: 1px 6px 0 0;
  background-size: cover;
}
.flag-lg.type1 {
  background: #fbb900;
}

.flag-lg2 {
  min-width: 34px;
  height: 18px;
  border-radius: 9px;
  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-weight: 500;
  font-size: 1.3rem;
  padding: 0 8px;
}
.flag-lg2.type-pt1 {
  background: #17c5b4;
}

.flag-lg-home {
  min-width: 60px;
  height: 22px;
  border-radius: 3px;
  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: 1.3rem;
  padding: 0 4px;
  background: #0069b4;
}

.flag-lg-transp {
  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;
  font-weight: 700;
}
.flag-lg-transp.time i {
  width: 25px;
  height: 25px;
  background: url("../images/ico_time-6e55d4717cbaed27c4a34dda8e9effa4.png") 0 0 no-repeat;
  margin-right: 10px;
}
.flag-lg-transp.type1 {
  background: #fbb900;
}

.flag-main { /*min-width: 50px;*/
  height: 15px;
  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: 1.1rem;
  font-weight: 500;
  padding: 0 4px;
  background: #0051a4;
  line-height: 1;
}

.badge {
  width: 56px;
  height: 20px;
  line-height: 18px;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  background: #17c5b4;
  text-align: center;
}
.badge.return {
  background: #17c5b4;
}
.badge.ing {
  background: #242424;
}
.badge.ziphop {
  background: #ff6040;
}
.badge.finish {
  background: #47a6d1;
}
.badge.review {
  background: #fbb900;
}
.badge.prev {
  background: #242424;
}

.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: #ff6040;
}
.flag-day.survey i {
  background: #17c5b4;
}
.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;
}

.flag-re1 {
  min-width: 54px;
  height: 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 4px;
  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: 54px;
  height: 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 4px;
  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;
}

.tab-area {
  margin-bottom: 30px;
}
.tab-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 50px;
  width: 100%;
}
.tab-area li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-area li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #767676;
  width: 100%;
  border: 1px solid #d2d5db;
  background: #ececec;
  font-weight: 500;
  word-break: keep-all;
  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;
  min-height: 50px;
  flex: 1;
  padding: 4px;
  text-align: center;
}
.tab-area li.on {
  margin-left: 0;
  position: relative;
}
.tab-area li.on a {
  color: #161616;
  background: none;
  border: 1px solid #17c5b4;
  -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.4);
}
.tab-area li:first-child {
  margin-left: 0;
}
.tab-area li:first-child a {
  border-radius: 6px 0 0 6px;
}
.tab-area li:last-child a {
  border-radius: 0 6px 6px 0;
}
.tab-area li small {
  font-size: 1.2rem;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
}
.tab-area2 li {
  display: table;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -1px;
}
.tab-area2 li a {
  color: #767676;
  width: 100%;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #d2d5db;
  background: #ececec;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  word-break: keep-all;
}
.tab-area2 li.on {
  margin-left: 0;
  position: relative;
}
.tab-area2 li.on a {
  color: #161616;
  background: none;
  border: 1px solid #17c5b4;
  -webkit-box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.4);
}
.tab-area2 li:first-child {
  margin-left: 0;
}
.tab-area2 li:first-child a {
  border-radius: 6px 0 0 6px;
}
.tab-area2 li:last-child a {
  border-radius: 0 6px 6px 0;
}

.tab-area-in {
  margin-bottom: 24px;
}
.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: 26px;
  position: relative;
}
.tab-area-in li a {
  font-size: 1.8rem;
  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: 2px solid #17c5b4;
  position: absolute;
  bottom: -7px;
}
.tab-area-in li:last-child {
  margin-right: 0;
}

.btn-play {
  width: 45px;
  height: 46px;
  background: url(../images/ico_play-fa30021446f862ce4086aee7cdd0a1a6.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,
input.custom-radio {
  position: absolute;
  height: 0;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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 + label:before,
input.custom-radio.alone + label:before {
  left: -6px;
}

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");
}

.switch {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  background-color: #fbb900;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}
.switch .toggle:before {
  position: absolute;
  content: "로그인";
  height: 20px;
  width: 64px;
  left: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 2px;
  border-radius: 10px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 18px;
}
.switch input:checked + .toggle {
  background-color: #fbb900;
}
.switch input:focus + .toggle {
  -webkit-box-shadow: 0 0 1px #ddd;
          box-shadow: 0 0 1px #ddd;
}
.switch input:checked + .toggle:before {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
  content: "로그아웃";
}

.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 20px 4px 0;
}
.form-list li:last-child {
  margin: 4px 0 4px 0;
}

.textarea {
  width: 100%;
  min-height: 58px;
  padding: 10px;
  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: 2rem;
  font-weight: bold;
}
h3 em {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.none-text {
  text-align: center;
  margin: 80px auto;
}

.point-text {
  color: #ff6040;
}

.point-text2 {
  color: #17c5b4;
}

.required {
  display: inline-block;
}
.required i {
  color: #17c5b4;
}

.required-text {
  position: relative;
  padding-left: 12px;
}
.required-text::before {
  display: inline-block;
  content: "*";
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 4px;
}
.required-text em {
  margin: 0 6px;
}
.required-text.type2 {
  color: #17c5b4;
}
.required-text.type1 {
  color: #ff6040;
}

.space {
  margin: 0 7px;
}

.ml-min {
  margin-left: 6px;
}

.ml-mid {
  margin-left: 59px;
}

.mt-m30 {
  margin-top: -30px;
}

.mt-p30 {
  margin-top: 30px;
}

.blank {
  display: inline-block;
}
.blank.mid {
  width: 54px;
}

.layout-inner {
  margin: 0 auto;
}

.more-view-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.more-view-wrap .more-view {
  border: 1px solid #ddd;
  height: 28px;
  border-radius: 14px;
  padding: 0 22px;
  font-size: 1.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more-view-wrap .more-view span {
  color: #17c5b4;
  font-size: 1.3rem;
  margin-right: 4px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-close {
  background: url("../images/btn_pop_close-8e8f00a147bb29b12b7767c92a7172ef.png") center no-repeat;
  width: 30px;
  height: 30px;
  background-size: auto 12px;
}
.btn-close span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ico-video {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/ico_go-4e9fdf4e1c31493a14e01ea430755b85.png") 0 0 no-repeat;
  vertical-align: middle;
  margin-top: -3px;
  background-size: cover;
}

.ico {
  width: 20px;
  height: 24px;
  display: inline-block;
  background: url("../images/ico_2-ca8af0d6289a21e27a50c4aeb8f67990.png") no-repeat;
  background-size: cover;
}
.ico.type01 {
  background-position: 0 0;
}
.ico.type02 {
  background-position: -24px 0;
  width: 24px;
}

.ico-hit::before {
  content: "";
  width: 18px;
  height: 9px;
  background: url("../images/ico_hit-4cae46a3d4afd83f7c849a3f4b7e9572.png") 0 center no-repeat;
  font-size: 1.4rem;
  margin: 2px 4px 0 0;
  background-size: auto 8px;
}

.btn-bookmark {
  width: 32px;
  height: 31px;
  display: inline-block;
  background: url("../images/ico_bookmark-fc4283e46e7d0b8825c76472cad01bcb.png") no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.btn-bookmark.on {
  background-position: 0 -32px;
}
.btn-bookmark span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-bookmark-sm {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  background: url(../images/ico_bookmark_sm.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.png) 0 -20px no-repeat;
  background-size: cover;
}

.btn-bookmark-lg {
  width: 40px;
  height: 36px;
  display: inline-block;
  background: url("../images/ico_3-2a1e4157995b4a1e3c6828a1f8bcb991.png") no-repeat;
  background-position: 0 0;
  background-size: 200%;
}
.btn-bookmark-lg.on {
  background-position: 0 -36px;
}
.btn-bookmark-lg span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn-play-lg {
  width: 40px;
  height: 36px;
  display: inline-block;
  background: url("../images/ico_3-2a1e4157995b4a1e3c6828a1f8bcb991.png") no-repeat;
  background-position: -40px 0;
  background-size: 200%;
}
.btn-play-lg span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.new {
  background: #ff6040;
}

.fix {
  background: #fbb900;
}

.live1 {
  background: #48a7d3;
}

.live2 {
  background: #93b853;
}

.place1 {
  background: #6d68bc;
}

.coinfirm {
  background: #fbb900;
}

.point-text2 {
  color: #17c5b4;
}

.type-end {
  background: #000;
}

.type-end2 {
  background: #040404;
}

.go {
  background: #343b45;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis.line-2 {
  -webkit-line-clamp: 2;
}
.ellipsis.line-3 {
  -webkit-line-clamp: 3;
}
.ellipsis.line-4 {
  -webkit-line-clamp: 4;
}

.dl-raking dt {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.raking-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12px;
}
.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: #161616;
  font-size: 1.4rem;
}
.raking-grade .perfect {
  color: #767676;
  font-size: 1.4rem;
}
.raking-grade .perfect::before {
  content: "/";
  margin: 0 4px;
  display: inline-block;
  color: #767676;
  margin: 0 2px;
}

.h5 {
  font-size: 1.7rem;
  line-height: 1;
}

.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: #17c5b4;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}

.h4 {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
}

.h6 {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
}

.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: #ff6040;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1.4rem;
}
.dl-keyword dt::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 10px;
  margin: 0 5px;
  background: #ff6040;
}
.dl-keyword dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #ff6040;
  margin-top: -1px;
}
.dl-keyword dd span {
  color: #ff6040;
  font-size: 1.4rem;
}
.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;
  height: 20px;
  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: #ff6040;
}
.view-type-check button:hover::before {
  background: #ff6040;
}
.view-type-check button.on {
  color: #ff6040;
}
.view-type-check button.on::before {
  width: 11px;
  height: 9px;
  background: url("../images/ico_check.png") no-repeat 0 0;
  left: 0;
}
.view-type-check button + button {
  margin-left: 14px;
}

.category {
  font-size: 15px;
  color: #17c5b4;
}

.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-4cae46a3d4afd83f7c849a3f4b7e9572.png") 0 0 no-repeat;
  margin: 1px 6px 0 0;
}

.ico-file {
  width: 11px;
  height: 13px;
  background: url("../images/ico_file-35ba47e8f64e60c18310ccf7860c363d.png") 0 0 no-repeat;
  display: inline-block;
  background-size: auto 12px;
  margin-top: 4px;
}
.ico-file span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ico-down {
  width: 14px;
  height: 14px;
  background: url("../images/ico_down2-f4209f2f838cd33b46ed4a193e71e6f6.png") 0 0 no-repeat;
  display: inline-block;
  background-size: cover;
}
.ico-down span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ico-medal {
  width: 16px;
  height: 26px;
  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-ac03da547daaf4a2ac122e8e9eb704e2.png") 0 0 no-repeat;
  background-size: cover;
}
.ico-medal.silver {
  background: url("../images/ico_medal_silver-0892965d7f9685d706c7cad8ff37a765.png") 0 0 no-repeat;
  background-size: cover;
}
.ico-medal.bronze {
  background: url("../images/ico_medal_bronze-f8c225e427d536c4bb92aa038d77ff23.png") 0 0 no-repeat;
  background-size: cover;
}

.file-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.file-list2::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("../images/ico_file-35ba47e8f64e60c18310ccf7860c363d.png") 0 0 no-repeat;
  margin-right: 6px;
  background-size: cover;
  position: absolute;
  top: 4px;
}
.file-list2 b {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.file-list2 ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 8px;
}
.file-list2 ul li {
  color: #17c5b4;
  margin-left: 10px;
  padding: 0;
  border-bottom: 0;
}
.file-list2.type2 ul {
  width: 100%;
}
.file-list2.type2 ul li {
  width: 100%;
}
.file-list2.type2 ul li .doc {
  color: #767676;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  max-width: 58%;
  display: inline-block;
}
.file-list2.type2 ul li .mb {
  color: #17c5b4;
  display: inline-block;
  vertical-align: top;
}
.file-list2.type2 ul li .date {
  color: #767676;
  display: inline-block;
  vertical-align: top;
}

.view-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.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: 2px 8px 0;
}
.view-info-wrap dl:last-child::after {
  display: none;
}
.view-info-wrap dt {
  font-size: 1.4rem;
}
.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;
  font-size: 1.4rem;
}
.view-info-wrap:last-child {
  margin-bottom: 0;
}

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::after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
}
dl.type-event dd {
  color: #fbb900;
}

.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;
}

.inner {
  padding: 20px 14px;
}

.inner2 {
  padding: 20px 14px;
}
.inner2 .tab-area {
  margin-bottom: 0;
}

.inner3 {
  padding: 0 14px 20px;
}

.cover-line {
  padding: 20px 14px;
  border-bottom: 5px solid #efefef;
}
.cover-line.type-none {
  border-bottom: 0;
}

.user-thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 80px;
  height: 80px;
  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: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: auto;
}

.user-thumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.user-thumb-wrap .user-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.user-thumb-wrap .cont {
  padding-left: 20px;
}
.user-thumb-wrap .cont strong {
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
}
.user-thumb-wrap .cont p {
  font-size: 15px;
  word-break: break-all;
  line-height: 1.2;
}

.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.png") no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.ico-dl dd {
  color: #ff6040;
}
.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-5854119f7359ab6a0ab25faf0ab9c569.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 {
  width: 100%;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.file-box-wrap .file-box {
  width: 70px;
}
.file-box-wrap .required-text {
  color: #767676;
  font-size: 1.2rem;
  margin-left: 14px;
}
.file-box-wrap .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-btn {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 70px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #767676;
  text-align: center;
  border-radius: 4px;
}
.file-box-wrap .file-btn span {
  font-size: 1.4rem;
  color: #767676;
}
.file-box-wrap input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-in ul li {
  margin-bottom: 4px;
}
.file-in ul li:last-child {
  margin-bottom: 0;
}
.file-in ul li span {
  color: #767676;
  font-size: 1.4rem;
}
.file-in ul li ins {
  color: #17c5b4;
  font-size: 1.4rem;
}
.file-in ul li .btn-x {
  margin-left: 6px;
  font-size: 1.2rem;
}
.file-in ul li.none {
  color: #464646 !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: 4px;
}
.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;
}
.text-wrap .required-text {
  margin-top: 4px;
}

.link-text {
  text-decoration: underline;
  color: #fbb900;
}

.chart-stick {
  position: relative;
  padding-right: 46px;
}
.chart-stick .stick-in {
  width: 100%;
  height: 16px;
  background: #eee;
}
.chart-stick .stick-in span {
  display: block;
  width: 100%;
  height: 18px;
  background: #0069b4;
}
.chart-stick .stick-in span em {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  color: #0069b4;
  line-height: 1;
}
.chart-stick.type2 .stick-in span {
  background: #fbb900;
}
.chart-stick.type2 .stick-in span em {
  color: #fbb900;
}

.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-e4a0202f2d798e61ed3dd5811cc4e6c3.png") no-repeat;
  border: 0;
  width: 12px;
  height: 12px;
  display: block;
  background-size: cover;
}
.slick-dots li button.slick-play::after {
  background-position: 3px 0;
}
.slick-dots li button.slick-play.active::after {
  background-position: -22px 0;
}
.slick-dots li button.slick-pause::after {
  background-position: -10px 0;
}
.slick-dots li button.slick-pause.active::after {
  background-position: -35px 0;
}

.layer-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  display: none;
}
.layer-wrap .layer-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.layer-wrap .pop-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100001;
  display: block;
  background: #fff;
  width: 90%;
}
.layer-wrap .pop-wrap .list-view .cont {
  padding-top: 0;
}
.layer-wrap .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: 0 14px;
}
.layer-wrap .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;
}
.layer-wrap .pop-wrap .pop-foot-notice .btn {
  height: 24px;
  width: 50px;
  padding: 0;
  min-width: 50px;
}
.layer-wrap .pop-wrap .img-wrap {
  height: 100%;
  padding-bottom: 20px;
}
.layer-wrap .pop-wrap .img-wrap img {
  display: block;
  height: auto;
}

.ico-pt img {
  margin-right: 16px;
  width: auto;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
}

.dot-list > li {
  padding-left: 8px;
  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: 3px;
  height: 3px;
  background: #c0c0c0;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}

#ajaxLoading {
  font-size: 6px;
  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;
}
.skip-menu a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  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;
}

.layer_dim {
  display: none;
}

.layer_dim.on {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.header {
  width: 100%;
}
.header .top-menu-1 {
  height: 30px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .top-menu-1 .nurizip {
  font-size: 1.2rem;
  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-7e795668e6553469956ce4440530cea6.png");
  width: 38px;
  height: 16px;
  background-size: cover;
  margin-right: 7px;
}
.header .top-menu-2 {
  height: 30px;
  border-bottom: 1px solid #ddd;
}
.header .top-menu-2 .top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .top-menu-2 .top-link li {
  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-link li a {
  font-size: 1.2rem;
  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-link li img {
  width: 44px;
  height: 16px;
  margin-top: -3px;
}
.header .top-menu-2 .top-link li::before {
  content: "";
  border-right: 1px solid #ddd;
  margin: 0 5px 0 7px;
  height: 10px;
  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-link li:first-child a {
  font-size: 0;
}
.header .top-menu-2 .top-link li:first-child::before {
  display: none;
}
.header .header-top {
  height: 44px;
  padding: 0 14px;
  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;
  border-bottom: 1px solid #ddd;
}
.header .header-top h1 a {
  display: block;
  height: 27px;
}
.header .header-top h1 a img {
  width: auto;
  height: 27px;
}
.header .header-top .btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-top .btn-wrap .btn-sch::before {
  content: "";
  display: block;
  background: url("../images/ico_sch_gnb-1cb38af1ded985d0f8726720bc50128a.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.header .header-top .btn-wrap .btn-sch span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.header .header-top .btn-wrap .btn-sch.active::before {
  background: url("../images/ico_all_view_close-adf4c565af4ded76570eb13080053f8d.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.header .header-top .btn-wrap .btn-all-view::before {
  content: "";
  display: block;
  background: url("../images/ico_all_view-90b3e6974e80377010f8ae3cb3b0b3af.png") center no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.header .header-top .btn-wrap .btn-all-view span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.header .header-top .btn-wrap .btn-all-view.active::before {
  background: url("../images/ico_all_view_close-adf4c565af4ded76570eb13080053f8d.png") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.header .nav {
  position: fixed;
  top: 0;
  right: -90%;
  z-index: 10001;
  width: 90%;
  height: 100%;
  overflow-y: scroll;
  background: #eef2f8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .nav .btn_all_close {
  width: 20px;
  height: 20px;
}
.header .sch-box-wrap {
  padding: 20px 14px;
  border-bottom: 1px solid #ddd;
  display: none;
}
.header .sch-box-wrap .sch-box-input {
  position: relative;
  height: 36px;
  padding-right: 45px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.header .sch-box-wrap .sch-box-input::before {
  display: none;
}
.header .sch-box-wrap .sch-box-input input {
  background: #fff;
  position: absolute;
  z-index: 1;
  width: calc(100% - 45px);
  height: 100%;
  border-radius: 4px 0 0 4px;
  padding: 0 30px;
  color: #2d5adb;
  height: 100%;
  border: 1px solid #2d5adb;
}
.header .sch-box-wrap .sch-box-input input::-webkit-input-placeholder {
  color: #2d5adb;
}
.header .sch-box-wrap .sch-box-input input::-moz-placeholder {
  color: #2d5adb;
}
.header .sch-box-wrap .sch-box-input input:-ms-input-placeholder {
  color: #2d5adb;
}
.header .sch-box-wrap .sch-box-input input::-ms-input-placeholder {
  color: #2d5adb;
}
.header .sch-box-wrap .sch-box-input input::placeholder {
  color: #2d5adb;
}
.header .sch-box-wrap .sch-box-input button {
  background: #2d5adb;
  width: 45px;
  height: 36px;
  position: absolute;
  overflow: hidden;
  border-radius: 0 4px 4px 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;
}
.header .sch-box-wrap .sch-box-input button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.header .sch-box-wrap .sch-box-input button::before {
  content: "";
  background: url("../images/ico_sch_page_edit-39cc9ba2b775e3ddb9ec82dcea4408a3.png") 0 0 no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.header .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: 3px;
  padding-left: 26px;
  position: relative;
  margin-top: 10px;
}
.header .sch-box-wrap .sch-keyword::before {
  content: "";
  display: block;
  background: url("../images/ico_sch_keyword-7e52e6127d36b2d0510b08ff17dd2310.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: cover;
}
.header .sch-box-wrap .sch-keyword .keyword {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 6px;
  height: 22px;
  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: 1.3rem;
}

.nav {
  position: relative;
}
.nav::before {
  content: "";
  display: block;
  width: 138px;
  background: #2a333d;
  height: calc(100% - 60px);
  position: absolute;
  left: 0;
  top: 60px;
}
.nav::after {
  content: "";
  display: block;
  width: calc(100% - 138px);
  background: #fff;
  height: calc(100% - 60px);
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -1;
}
.nav .nav-header {
  height: 60px;
  background: #34404c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px 0 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.nav .nav-header::before {
  content: "";
  display: block;
  background: url("../images/ico_nav_mo-01a488b5c580fbb7b889769e30c1e7ea.png") 0 0 no-repeat;
  width: 70px;
  height: 66px;
  background-size: cover;
  position: absolute;
  top: -47px;
  left: 18px;
  z-index: 1;
}
.nav .nav-header::after {
  content: "";
  display: block;
  background: url("../images/ico_nav_mo-01a488b5c580fbb7b889769e30c1e7ea.png") 0 0 no-repeat;
  width: 70px;
  height: 66px;
  background-size: cover;
  position: absolute;
  top: 21px;
  right: 18px;
  z-index: 1;
}
.nav .nav-header .btn-close {
  margin-right: auto;
}
.nav .nav-header .btn-close span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.nav .nav-header strong {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.nav .nav-header .btn-wrap {
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.nav .nav-header .btn-wrap .btn-login span {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 1.4rem;
}
.nav .gnb {
  background: #fff;
  position: relative;
}
.nav .gnb > li > a {
  width: 138px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #2a333d;
  word-break: keep-all;
  padding: 0 15px 0 20px;
  background: #2a333d;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #6a7178;
}
.nav .gnb > li.selected > a {
  background: #fff;
  color: #161616;
}
.nav .gnb > li.selected > a::after {
  background-position: -17px 0;
}
.nav .gnb > li.selected .lnb {
  display: block;
}
.nav .gnb > li .lnb {
  width: calc(100% - 138px);
  position: absolute;
  left: 138px;
  top: 0;
  height: 100%;
  background: #fff;
  display: none;
}
.nav .gnb > li .lnb li {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 20px;
  border-bottom: 1px solid #ddd;
}
.nav .gnb > li .lnb li a.opeth {
  color: #161616;
}
.nav .gnb > li .lnb li a.opeth::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #2a333d;
  vertical-align: super;
  margin-left: 4px;
}
.nav .nav-top {
  background: #fff;
  border-bottom: 5px solid #efefef;
  padding: 20px 14px;
}
.nav .nav-top strong {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.nav .nav-top p {
  color: #525252;
  margin-bottom: 10px;
}
.nav .nav-top .nav-info dl {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav .nav-top .nav-info dl dt {
  font-size: 1.4rem;
}
.nav .nav-top .nav-info dl dt::after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
}
.nav .nav-top .nav-info dl dd {
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav .footer {
  margin-top: auto;
}

.is-show {
  left: auto;
  top: 100%;
}

.main.sub { /*margin-top: 140px;*/
  border-top: 50px solid #f5f5f5;
  position: relative;
  top: 140px;
}
.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: 340px;
}
.main h3 {
  font-size: 2rem;
  margin-bottom: 14px;
  line-height: 1;
  font-weight: 500;
}
.main h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.main .thumb-text p {
  color: #767676;
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.sub {
  background: #fff;
  border-bottom: 5px solid #efefef;
  padding-bottom: 40px;
}

.section1 .main-visual-slide-wrap {
  position: relative;
  padding: 14px 14px 0 14px;
}
.section1 .main-visual-slide-wrap .slick-slider {
  position: unset;
  margin-bottom: 0;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap {
  overflow: hidden;
  border-radius: 4px 4px 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;
  display: block;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap {
  height: 30px;
  background: #f1f3f7;
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}
.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: calc(100% - 110px);
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../images/ico_notice-0adb988aac5e1c3e1f3e4a416455f04d.png") no-repeat;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a strong {
  font-size: 1.2rem;
  color: #767676;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  line-height: 1;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slick-dots {
  top: auto;
  right: 86px;
  bottom: 0;
  left: auto;
  width: auto;
  height: 30px;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.section1 .main-visual-slide-wrap .main-visual-slide .slick-dots li {
  display: none;
  width: 42px;
  height: 17px;
  background: none;
  font-size: 1.2rem;
  color: #777;
  cursor: unset;
  margin: 0 8px;
}
.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: 1.2rem;
  line-height: 1;
}
.section1 .main-visual-slide-wrap .main-visual-controler {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.section1 .main-visual-slide-wrap .main-visual-controler button {
  width: 20px;
  height: 20px;
  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-870592ca1e5303a78395c269661adb55.png") #fff no-repeat center;
  background-size: cover;
}
.section1 .main-visual-slide-wrap .main-visual-controler .next {
  background: url("../images/visual_slide_next-a2f15c4f42fd0f63a3d511868c09e370.png") #fff no-repeat center;
  background-size: cover;
}
.section1 .main-visual-slide-wrap .main-visual-controler .play {
  background: url("../images/visual_slide_play-19c13872e25c0f3ee0f8b6963717db45.png") #fff no-repeat center;
  background-size: cover;
}
.section1 .main-visual-slide-wrap .main-visual-controler .stop {
  background: url("../images/visual_slide_stop-59b5f8b4554c0a0bdd88ecbd16e98a20.png") #fff no-repeat center;
  background-size: cover;
}
.section1 .main-visual-info {
  margin-top: 18px;
}
.section1 .main-visual-info .center-wrap {
  position: relative;
}
.section1 .main-visual-info .center-wrap h3 {
  padding: 0 14px;
}
.section1 .main-visual-info .center-wrap .tab-center {
  margin-bottom: 16px;
  padding: 0 14px;
}
.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: 37px;
  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: 1.4rem;
}
.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: 3px;
  height: 3px;
  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 {
  margin-bottom: 28px;
  padding: 0 14px;
}
.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: 3px;
  height: 3px;
  border-radius: 100%;
  background: #d5d5d5;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section1 .main-visual-info .center-wrap .notice-ul li strong {
  margin-right: 14px;
  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: 1.4rem;
  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: 14px;
  top: 5px;
  color: #767676;
  font-size: 1.2rem;
}
.section1 .main-visual-info .center-wrap .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-84f7424c40784ddeeb7d3f74bdf9d34d.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}
.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: 138px;
  margin-bottom: 28px;
}
.section1 .main-visual-info .center-wrap .none-wrap .none-text {
  margin: 0;
  font-weight: 500;
  color: #6b6b6b;
}
.section1 .main-visual-info .center-wrap .tel-center ul li {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #135ccb;
  padding: 0 14px;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in strong {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  grid-column: 1/2;
  grid-row: 1/3;
  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: 21px;
  height: 21px;
  background: url("../images/ico_callcenter-1462e53e7b081537e176f9770f4a9f24.png") 0 0 no-repeat;
  background-size: cover;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in small {
  font-size: 1.2rem;
  color: #d7e1ef;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  grid-column: 2/3;
  grid-row: 1/2;
}
.section1 .main-visual-info .center-wrap .tel-center ul li .in em {
  font-size: 1.2rem;
  color: #d7e1ef;
  display: block;
  line-height: 1;
  grid-column: 2/3;
  grid-row: 2/3;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child {
  background: #17a3c6;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child a {
  display: block;
  width: 100%;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child .in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.section1 .main-visual-info .center-wrap .tel-center ul li:last-child .in strong::before {
  background: url("../images/ico_ask-5f0a55f6335f52229eff567101b01216.png") 0 0 no-repeat;
  background-size: cover;
  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: 7px;
  height: 9px;
  background: url("../images/ico_callgo-6d44f1c648185524554282b10f9d5823.png") 0 0 no-repeat;
  background-size: cover;
  margin-top: 2px;
}

.section-1 .main-visual-slide-wrap {
  position: relative;
  padding: 14px 14px 0 14px;
}
.section-1 .main-visual-slide-wrap .slick-slider {
  position: unset;
  margin-bottom: 0;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap {
  overflow: hidden;
  border-radius: 4px;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54.3%;
  overflow: hidden;
  display: block;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .img-wrap a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap {
  height: 30px;
  background: #f1f3f7;
  border-radius: 0 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
}
.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: calc(100% - 110px);
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../images/ico_notice-0adb988aac5e1c3e1f3e4a416455f04d.png") no-repeat;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slide-page .info-wrap a strong {
  font-size: 1.2rem;
  color: #767676;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  line-height: 1;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slick-dots {
  top: auto;
  right: 86px;
  bottom: 8px;
  left: auto;
  width: auto;
  height: 25px;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  z-index: 1;
}
.section-1 .main-visual-slide-wrap .main-visual-slide .slick-dots li {
  display: none;
  width: 42px;
  height: 17px;
  background: none;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7019607843);
  cursor: unset;
  margin: 0 8px;
  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;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 1px;
}
.section-1 .main-visual-slide-wrap .main-visual-controler {
  position: absolute;
  right: 22px;
  bottom: 8px;
  width: 120px;
  height: 25px;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.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: 17px;
  height: 17px;
  position: relative;
  top: auto;
  right: auto;
  bottom: 0;
  left: 58px;
  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 .prev {
  background: url("../images/visual_slide_prev_edit-27d22495be3b756b9963266589680204.png") no-repeat center;
  background-size: cover;
}
.section-1 .main-visual-slide-wrap .main-visual-controler .next {
  background: url("../images/visual_slide_next_edit-fe2bcbc95bcb755ee00042caa20b1420.png") no-repeat center;
  background-size: cover;
}
.section-1 .main-visual-slide-wrap .main-visual-controler .play {
  background: url("../images/visual_slide_play_edit-6f9005eff0f32d4bcb17e964cba3d6e7.png") no-repeat center;
  background-size: cover;
}
.section-1 .main-visual-slide-wrap .main-visual-controler .stop {
  background: url("../images/visual_slide_stop_edit-2f3e73f2d46584a1a2cad54b2f8fa44c.png") no-repeat center;
  background-size: cover;
}
.section-1 .main-visual-info {
  padding: 18px 14px;
}
.section-1 .main-visual-info .center-wrap {
  position: relative;
  padding: 14px 14px 16px 14px;
  border: 1px solid #2d5adb;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  height: 244px;
}
.section-1 .main-visual-info .center-wrap .tab-center {
  margin-bottom: 14px;
}
.section-1 .main-visual-info .center-wrap .tab-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  border-bottom: 1px solid #2d5adb;
}
.section-1 .main-visual-info .center-wrap .tab-center ul li {
  border-radius: 8px 8px 0 0;
  height: 33px;
  line-height: 33px;
  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 {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  font-size: 1.4rem;
  color: #6b6b6b;
  text-align: center;
}
.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 .notice-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.section-1 .main-visual-info .center-wrap .notice-ul li strong {
  margin-right: 14px;
  width: 70%;
  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: 1.4rem;
  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;
  position: absolute;
  right: 14px;
  top: 16px;
  color: #767676;
  font-size: 1.2rem;
  line-height: 14px;
}
.section-1 .main-visual-info .center-wrap .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-84f7424c40784ddeeb7d3f74bdf9d34d.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}
.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: 138px;
}
.section-1 .main-visual-info .center-wrap .none-wrap .none-text {
  margin: 0;
  font-weight: 500;
  color: #6b6b6b;
}
.section-1 .tel-center {
  padding: 0 14px 25px 14px;
}
.section-1 .tel-center ul li {
  width: 100%;
  height: 68px;
  border-radius: 4px;
}
.section-1 .tel-center ul li .in {
  padding: 15px 20px 17px 66px;
  position: relative;
}
.section-1 .tel-center ul li .in::before {
  content: "";
  display: block;
  position: absolute;
}
.section-1 .tel-center ul li .in small {
  font-size: 2rem;
  line-height: 1;
  display: inline;
}
.section-1 .tel-center ul li .in strong {
  font-size: 2rem;
  line-height: 1;
}
.section-1 .tel-center ul li .in em {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}
.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 p {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  height: 26px;
  border-radius: 13px;
  background: #fff;
  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;
}
.section-1 .tel-center ul li .in p span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section-1 .tel-center ul li .in p::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 5px;
  background: url("../images/ico_go_arrow_edit-ffe635db047fb32a9b3cf606eae81d3d.png") 0 0 no-repeat;
  margin-top: -2px;
  vertical-align: middle;
  background-size: cover;
}
.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-a3ea32b31cc5a90464af0644c9881870.png") 0 0 no-repeat;
  width: 37px;
  height: 40px;
  background-size: cover;
  left: 16px;
}
.section-1 .tel-center ul li.type-1 .in small {
  color: #0c6c70;
}
.section-1 .tel-center ul li.type-2 {
  background: #edf4ff;
  margin-top: 10px;
}
.section-1 .tel-center ul li.type-2 .in::before {
  background: url("../images/ico_qna_edit-d0d5a88406521a9f2204bea38edbb5a1.png") 0 0 no-repeat;
  width: 42px;
  height: 35px;
  background-size: cover;
  left: 12px;
}
.section-1 .tel-center ul li.type-2 .in small {
  color: #2f3a8f;
}
.section-1 .tel-center ul li.type-2 .in em {
  margin-top: 2px;
}

.section-2 {
  background: #f7f8fa;
  padding: 20px 14px;
}
.section-2 .layout-inner {
  position: relative;
}
.section-2 .tab-main {
  margin-bottom: 20px;
}
.section-2 .tab-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.section-2 .tab-main ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
}
.section-2 .tab-main ul li a {
  font-size: 1.3rem;
  color: #525252;
  width: 100%;
  height: 34px;
  line-height: 30px;
  border-radius: 17px;
  border: 1px solid #c7c7c7;
  background: #fff;
  text-align: center;
  display: block;
}
.section-2 .tab-main ul li.on a {
  color: #2d5adb;
  border: 1px solid #2d5adb;
}
.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: 2px;
  color: #767676;
  font-size: 1.2rem;
  line-height: 14px;
}
.section-2 .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-84f7424c40784ddeeb7d3f74bdf9d34d.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.section-2 .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: 138px;
}
.section-2 .none-wrap .none-text {
  margin: 0;
  font-weight: 500;
  color: #6b6b6b;
}

.section-3 {
  background: #fff;
  padding: 20px 14px;
}
.section-3 .layout-inner {
  position: relative;
}
.section-3 .tab-main-2 {
  margin-bottom: 20px;
}
.section-3 .tab-main-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.section-3 .tab-main-2 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
}
.section-3 .tab-main-2 ul li a {
  font-size: 1.3rem;
  color: #525252;
  width: 100%;
  height: 34px;
  line-height: 30px;
  border-radius: 17px;
  border: 1px solid #c7c7c7;
  background: #fff;
  text-align: center;
  display: block;
}
.section-3 .tab-main-2 ul li.on a {
  color: #2d5adb;
  border: 1px solid #2d5adb;
}
.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: 2px;
  color: #767676;
  font-size: 1.2rem;
  line-height: 14px;
}
.section-3 .btn-more::after {
  content: "";
  display: block;
  background: url("../images/ico_more-84f7424c40784ddeeb7d3f74bdf9d34d.png") 0 0 no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}
.section-3 .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: 138px;
}
.section-3 .none-wrap .none-text {
  margin: 0;
  font-weight: 500;
  color: #6b6b6b;
}

.main-slide-wrap {
  position: relative;
}
.main-slide-wrap .main-slide .slide-page .thumb-wrap {
  width: 100%;
  margin-bottom: 10px;
}
.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%;
}
.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;
}
.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;
}
.main-slide-wrap .main-slide .slide-page .cont .flag-wrap {
  margin-bottom: 4px;
}
.main-slide-wrap .main-slide .slide-page .cont .title {
  font-size: 1.5rem;
  height: 18px;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap {
  margin-bottom: 0;
  margin-top: auto;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .thumb-text {
  margin-bottom: 1px;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dt {
  font-size: 1.3rem;
  color: #767676;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin-right: 0;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dt::after {
  content: ":";
  font-size: 12px;
  margin: 0 4px;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl dd {
  font-size: 1.3rem;
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dt {
  font-size: 1.3rem;
  color: #767676;
}
.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;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-1 dl.dl-keyword dd span {
  font-size: 1.3rem;
  color: #767676;
  vertical-align: middle;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.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;
  margin-bottom: 0;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-size: cover;
}
.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;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl dd {
  font-size: 1.3rem;
  color: #767676;
  line-height: 1;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.person-dl::before {
  background-image: url("../images/ico_person-63d12d148181511baaebc4dc98b1c7fe.png");
  width: 10px;
  height: 10px;
  margin-top: 1px;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.rating-dl::before {
  background-image: url("../images/ico_rating-bd85e6d7b8c58c333a87ab2728d40b1e.png");
  width: 11px;
  height: 11px;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl.date-dl::before {
  background-image: url("../images/ico_date-010f32b0227ce92291195002c380cb1f.png");
  width: 12px;
  height: 12px;
  margin-top: 1px;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl::after {
  content: "";
  display: inline-block;
  height: 8px;
  border-right: 1px solid #a5a5a5;
  margin: 0 6px 0 7px;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .info-in-2 dl:last-child::after {
  display: none;
}
.main-slide-wrap .main-slide .slide-page .cont .info-wrap .btn-wrap {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.main-slide-wrap .main-slide .slide-page.none {
  height: 178px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-slide-wrap .main-slide .slide-page.none .none-text {
  margin: 0;
  font-weight: 500;
  color: #6b6b6b;
}
.main-slide-wrap .slick-prev {
  width: 18px;
  height: 26px;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  padding-bottom: 78.3%;
  -webkit-transform: unset;
          transform: unset;
}
.main-slide-wrap .slick-prev span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main-slide-wrap .slick-prev::before {
  width: 18px;
  height: 26px;
  background: url("../images/btn_slide_left-482722a9ca3caf1eeecd0a0170cb976d.png") 0 0 no-repeat;
  margin-top: 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-slide-wrap .slick-prev:focus {
  outline: none;
}
.main-slide-wrap .slick-next {
  width: 18px;
  height: 26px;
  right: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  padding-bottom: 78.3%;
  -webkit-transform: unset;
          transform: unset;
}
.main-slide-wrap .slick-next span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main-slide-wrap .slick-next::before {
  width: 18px;
  height: 26px;
  background: url("../images/btn_slide_right-37d6deb432402c48068d1f10a00ec1ef.png") 0 0 no-repeat;
  margin-top: 0;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-slide-wrap .slick-next:focus {
  outline: none;
}

.btn-main-edu {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #cbcfd6;
  background: #fff;
  height: 36px;
  line-height: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.btn-main-edu span {
  color: #525252;
  font-size: 1.4rem;
}
.btn-main-edu.view {
  width: 35%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flag-main-edu {
  min-width: 37px;
  padding: 0 10px;
  height: 17px;
  line-height: 17px;
  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: 1.1rem;
}

.section2 {
  padding: 14px 14px 28px 14px;
}
.section2 .none-wrap .none-text {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 500;
  margin: 120px auto;
}

.tab-edu {
  margin-bottom: 16px;
}
.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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  padding: 0 2px;
}
.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: 1.3rem;
  line-height: 1;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab-edu ul li a ins::before {
  content: "(";
}
.tab-edu ul li a ins::after {
  content: ")";
}
.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: 3px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}

.edu-slide-wrap .edu-slide {
  width: 100%;
  margin: 0 !important;
}
.edu-slide-wrap .edu-slide .slide-page {
  padding: 1px;
  margin-bottom: 20px;
}
.edu-slide-wrap .edu-slide .slide-page a {
  display: block;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap {
  position: relative;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap .thumb {
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 86.3%;
  overflow: hidden;
  background: #f3f3f3;
}
.edu-slide-wrap .edu-slide .slide-page .thumb-wrap .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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;
  z-index: 1;
}
.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: 10px;
}
.edu-slide-wrap .edu-slide .slide-page .cont .flag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
  -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: 2rem;
  color: #43a848;
  font-weight: 500;
  margin-left: auto;
  line-height: 1;
}
.edu-slide-wrap .edu-slide .slide-page .cont .title {
  font-size: 2rem;
  margin-bottom: 6px;
  height: 52px;
}
.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: 5px;
  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: 38px;
  border: 1px solid #c7c7c7;
}
.edu-slide-wrap .edu-slide .slide-page .cont .btn-wrap .btn-re span {
  font-size: 1.4rem;
  color: #6b6b6b;
}
.edu-slide-wrap .edu-slide .slide-page .cont .btn-wrap .btn-re.view {
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.edu-slide-wrap .edu-slide .slide-page:last-child {
  margin-bottom: 0;
}
.edu-slide-wrap .edu-slide .slick-dots {
  height: 27px;
  bottom: -25px;
}
.edu-slide-wrap .edu-slide .slick-dots li {
  display: none;
  width: 54px;
  height: 100%;
  background: none;
  font-size: 1.4rem;
  color: #767676;
  cursor: unset;
  line-height: 26px;
}
.edu-slide-wrap .edu-slide .slick-dots li.slick-active {
  display: block;
}
.edu-slide-wrap .edu-slide .slick-dots li.slick-active span {
  font-weight: 600;
  color: #161616;
  font-size: 1.4rem;
}
.edu-slide-wrap .edu-controler {
  width: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.edu-slide-wrap .edu-controler button {
  height: 23px;
  width: 23px;
  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-controler button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.edu-slide-wrap .edu-controler button.prev {
  background: url("../images/ico_edu_slide_arrow_left-3f4ee666f8a152986c422e8aa8e11865.png") 0 0 no-repeat;
  background-size: cover;
}
.edu-slide-wrap .edu-controler button.next {
  background: url("../images/ico_edu_slide_arrow_next-891b804e9d2b40f02bff4ac7c7d1bb17.png") 0 0 no-repeat;
  background-size: cover;
}

.blank {
  height: 20px;
  display: block;
}

.footer {
  background: #222;
  color: #fff;
  height: 294px;
}
.footer .inner {
  background: #222;
}
.footer .foot-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.footer .foot-cont .fnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .foot-cont .fnb li a {
  color: #fff;
  font-size: 1.4rem;
}
.footer .foot-cont .fnb li:after {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 10px;
  background: #fff;
  margin: 2px 6px 0 4px;
}
.footer .foot-cont .fnb li:first-child a {
  color: #fbb900;
  font-weight: bold;
  position: relative;
}
.footer .foot-cont .fnb li:first-child a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: #fbb900;
}
.footer .foot-cont .fnb li:last-child::after {
  display: none;
}
.footer .foot-cont .family-wrap {
  height: 20px;
  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 .family-wrap .select-foot {
  width: 110px;
  height: 20px;
  line-height: 18px;
  padding: 0 24px 0 12px;
  display: inline-block;
  background: url("../images/ico_arrow_sel-f576d44f44c5698e8468a0f20ec0fedc.png") no-repeat right 50%;
  background-size: 16px auto;
  border-radius: 3px;
  border: 1px solid #6d6d6d;
  margin-right: 4px;
  font-size: 1.2rem;
  color: #d4d4d4;
}
.footer .foot-cont .family-wrap .btn.btn-sm {
  height: 20px;
}
.footer .foot-adr address {
  color: #fff;
  opacity: 0.4;
  font-size: 1.2rem;
  margin-bottom: -2px;
}
.footer .foot-adr address b {
  color: #fff;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 2px;
}
.footer .foot-adr .foot-dl {
  display: inline;
}
.footer .foot-adr .foot-dl dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer .foot-adr .foot-dl dt {
  color: #fff;
  opacity: 0.4;
  margin-right: 6px;
  font-size: 1.2rem;
}
.footer .foot-adr .foot-dl dd {
  color: #fff;
  opacity: 0.4;
  font-size: 1.2rem;
}
.footer .foot-adr .foot-dl + .foot-dl::before {
  content: "";
  display: inline-block;
  border-right: 1px solid #c7c7c7;
  color: inherit;
  height: 8px;
  background: #fff;
  opacity: 0.4;
  margin: 5px 4px 0 6px;
}
.footer .foot-adr .copy {
  color: #fff;
  opacity: 0.4;
  font-size: 1.2rem;
  margin-top: 10px;
}
.footer .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.footer .sns-link li {
  margin-left: 10px;
}
.footer .sns-link li a {
  display: block;
  height: 30px;
}
.footer .sns-link li img {
  width: auto;
  height: 30px;
}
.footer .sns-link li:first-child {
  margin-left: 0;
}
.footer .sns-link li.li-character img {
  height: 40px;
  margin-top: -7px;
}
.footer .foot-logo {
  width: auto;
  height: 24px;
  text-align: center;
  margin: 25px 0 10px;
}
.footer .foot-logo img {
  height: 100%;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
.footer .foot-logo .new-k {
  height: 20px;
  width: auto;
  margin-right: 18px;
}
.footer .foot-logo.type-2 {
  margin: 15px 0 10px;
}
.footer .foot-logo.type-2 a {
  margin-left: 18px;
}
.footer .foot-logo.type-2 a:first-child {
  margin-left: 0;
}

.quick-wrap {
  background: #efefef;
  padding: 20px 14px 24px;
}
.quick-wrap .quick-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.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: 61px;
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
}
.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: 5px;
  -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%;
  padding: 12px 0;
}
.quick-wrap .quick-menu li span {
  line-height: 1;
  color: #767676;
  font-size: 1.2rem;
}
.quick-wrap .quick-menu li i {
  display: inline-block;
  background-image: url("../images/ico_quick-91781a0536e03b968034dd48404dc8f5.png");
  background-size: 500%;
}
.quick-wrap .quick-menu li.type-1 i {
  background-position: 0 -20px;
  width: 20px;
  height: 20px;
}
.quick-wrap .quick-menu li.type-2 i {
  background-position: -20px -20px;
  width: 20px;
  height: 20px;
}
.quick-wrap .quick-menu li.type-3 i {
  background-position: -40px -20px;
  width: 20px;
  height: 20px;
}
.quick-wrap .quick-menu li.type-3-2 i {
  background-position: -80px -20px;
  width: 20px;
  height: 20px;
}
.quick-wrap .call-wrap {
  margin-top: 16px;
}
.quick-wrap .call-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.quick-wrap .call-wrap dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #767676;
  margin-right: 6px;
}
.quick-wrap .call-wrap dl dt::before {
  content: "";
  display: block;
  background: url("../images/ico_call-80b2afc221368e0ca014390a0ac5e694.png") no-repeat;
  width: 16px;
  height: 18px;
  background-size: cover;
  margin-right: 5px;
}
.quick-wrap .call-wrap dl dd {
  font-size: 1.8rem;
  font-weight: 600;
}

.snb-wrap {
  background: #17c5b4;
}
.snb-wrap h3 { /*display: flex;align-items: center;justify-content: center;*/
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
}
.snb-wrap h3::after {
  content: "";
  display: inline-block;
  background: url("../images/ico_snb_arrow-547f61dbc45ba369e97d5ecccc4750eb.png") 0 0 no-repeat;
  width: 13px;
  height: 7px;
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 18px;
}
.snb-wrap h3.open h2::after {
  background: url("../images/ico_snb_arrow-547f61dbc45ba369e97d5ecccc4750eb.png") 0 0 no-repeat;
  background-size: cover;
}
.snb-wrap .snb-nav {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 6px;
}
.snb-wrap .snb-nav li {
  position: relative;
}
.snb-wrap .snb-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
}
.snb-wrap .snb-nav li.on a {
  color: #17c5b4;
}
.snb-wrap .snb-nav li .flag-sm {
  position: absolute;
  right: 16px;
  top: 8px;
}
.snb-wrap.type-home {
  background: #0069b4;
}
.snb-wrap.type-home .snb-nav li.on a {
  color: #0069b4;
}

.sub-content {
  padding-top: 70px;
}
.sub-content .h4 {
  font-size: 32px;
  height: 100px;
  line-height: 1;
  text-align: center;
}

.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;
  padding-right: 14px;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.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 2px no-repeat;
  background-size: auto 10px;
  padding-left: 12px;
  margin-left: 6px;
  line-height: 1;
  font-size: 1.3rem;
  color: #767676;
}
.location li:first-child {
  background: url("../images/ico_home_location-5c60657272af45f7e45a9ce23b47795f.png") 0 center no-repeat;
  background-size: auto 10px;
  padding-left: 0;
  margin-left: 0;
  width: 14px;
  height: 14px;
}
.location li span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sch-box {
  background: #fbb900;
  padding: 7px 10px;
}
.sch-box .flex {
  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;
}
.sch-box .flex .select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px;
}
.sch-box .flex .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px;
}
.sch-box .sch-input {
  margin: 5px;
}
.sch-box .date-input {
  margin: 5px;
}
.sch-box .form-select-wrap {
  width: 100%;
  margin: 5px;
}
.sch-box .form-select-wrap .form-select-title {
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 24px 0 12px;
  display: inline-block;
  background: url("../images/ico_arrow_box-d2a8831868a7553ab1ec438ce06f23a8.png") no-repeat right 50% #fff;
  background-size: 18px auto;
  border-radius: 3px;
  cursor: pointer;
  color: #767676;
  font-size: 1.4rem;
}
.sch-box .form-select-wrap label {
  font-size: 1.4rem;
}
.sch-box .form-select-wrap .form-list-more {
  border-radius: 3px;
  padding: 12px 20px;
  background: #fff;
  margin-top: 9px;
  display: none;
}
.sch-box .form-select-wrap .form-list-more .sch-check-in > li em {
  font-weight: 500;
  font-size: 1.4rem;
}
.sch-box .form-select-wrap .form-list-more .sch-check-in > li .sch-check-in-depth {
  margin-bottom: 8px;
  margin-left: 6px;
}
.sch-box .form-select-wrap .form-list-more .sch-check-in > li .sch-check-in-depth > li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url("../images/ico_sch_depth-f3572a79fb46ef693d6b83919a4c2a19.png") 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.sch-box .form-select-wrap.open .form-select-title {
  background: url("../images/ico_arrow_box_close-78e48b99ae7acd91c3d3e3daeb487422.png") no-repeat right 50% #fff;
  background-size: 18px auto;
}
.sch-box .btn-refresh {
  width: 72px;
  height: 30px;
  border-radius: 3px;
  background: #e45000;
  margin: 0 5px 0 0;
}
.sch-box .btn-refresh span {
  color: #fff;
  font-size: 1.4rem;
}

.text-block-out {
  background: #efefef;
  padding: 14px;
}

.text-block-in {
  margin-top: 14px;
}

.head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-line {
  margin-left: 6px;
}

.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: 5px;
}
.foot a:first-child,
.foot button:first-child {
  margin-left: 0;
}
.foot.type2 {
  margin-top: 14px;
}

.list-blog {
  border-top: 1px solid #161616;
}
.list-blog li {
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}
.list-blog li strong.title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 14px;
  font-size: 1.6rem;
  white-space: normal;
}
.list-blog li .thumb-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
}
.list-blog li .thumb-wrap {
  position: relative;
  width: 40%;
  height: auto;
}
.list-blog li .thumb-wrap .thumb {
  width: 100%;
  height: 130px;
}
.list-blog li .thumb-wrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.list-blog li .thumb-wrap .flag-wrap {
  position: absolute;
  top: 5px;
  left: 5px;
}
.list-blog li .cont {
  width: 60%;
  margin-top: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.list-blog li .cont strong.title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
  font-size: 1.6rem;
}
.list-blog li .cont strong.title .flag-sm {
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.list-blog li .cont .dl-keyword dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.list-blog li .cont .dl-raking {
  margin-top: auto;
}
.list-blog li .info-wrap {
  margin-bottom: 10px;
}
.list-blog li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-blog li .btn-wrap .btn,
.list-blog li .btn-wrap .btn-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4px;
}
.list-blog li .btn-wrap .btn:first-child,
.list-blog li .btn-wrap .btn-line:first-child {
  margin-left: 0;
}
.list-blog.type-chasi .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.list-blog.type-chasi .top-info em::after {
  content: ".";
}
.list-blog.type-chasi .top-info .score {
  margin-left: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-blog.type-chasi .top-info .score b {
  color: #0069b4;
}
.list-blog.type-chasi .top-info .score .flag-sm {
  margin-left: 6px;
}
.list-blog.type-chasi .info-wrap dl dt {
  color: #0069b4;
}
.list-blog.type-chasi .btn {
  background: #0069b4;
}

.list {
  border-top: 1px solid #c7c7c7;
}
.list li {
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
}
.list li strong.title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 14px;
  font-size: 1.6rem;
}
.list.type-num li .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list.type-num li .top em {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 36px;
  font-size: 1.6rem;
  color: #fbb900;
}
.list.type-num li .top strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}
.list.type-num li .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px 0 0 36px;
}
.list.type-num li .info-wrap dl {
  width: 50%;
}
.list.type-num li .info-wrap dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}
.list.type-num li .info-wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list.type-num li .info-wrap dl:nth-child(odd) {
  width: 43%;
}
.list.type-num li .info-wrap dl:nth-child(even) {
  width: 56%;
}
.list.type-num li .flag-sm2 {
  min-width: 50px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
}
.list.type-num li:last-child {
  border-bottom: 0;
}

.view-top {
  padding: 20px 14px;
  border-bottom: 5px solid #efefef;
}
.view-top .cont strong.title {
  font-size: 2.2rem;
  display: block;
  margin-bottom: 14px;
  line-height: 1.1;
  font-weight: 500;
}
.view-top .cont .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.view-top .cont .info-top .dl-date dt {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.view-top .cont .info-top .dl-date dd {
  color: #767676;
}
.view-top .thumb-wrap {
  height: 270px;
  position: relative;
  margin-bottom: 14px;
}
.view-top .thumb-wrap .thumb {
  height: 270px;
}
.view-top .thumb-wrap .thumb img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-top .info-wrap .h4 {
  margin-bottom: 10px;
}
.view-top .info-wrap .dl-keyword {
  margin-bottom: 6px;
}
.view-top .info-wrap .dl-keyword dt {
  color: #ff6040;
  width: auto;
}
.view-top .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 14px;
}
.view-top .btn-wrap .btn,
.view-top .btn-wrap .btn-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4px;
}
.view-top .btn-wrap .btn:first-child,
.view-top .btn-wrap .btn-line:first-child {
  margin-left: 0;
}

.info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.info-wrap dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #17c5b4;
  margin-right: 8px;
  width: 70px;
}
.info-wrap dl dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #767676;
  word-break: break-word;
}
.info-wrap dl:last-child {
  margin-bottom: 0;
}
.info-wrap.type5 dl dt {
  width: 74px;
}
.info-wrap.type6 dl dt {
  width: 88px;
}

.cover {
  margin-top: 30px;
}
.cover .h6 {
  margin-bottom: 14px;
}
.cover .cover-cont .required-text {
  margin-bottom: 10px;
}
.cover:nth-of-type(1) {
  margin-top: 0;
}

.list-gall li {
  padding: 14px 0;
  border-bottom: 1px solid #c7c7c7;
}
.list-gall li .thumb-wrap {
  position: relative;
}
.list-gall li .thumb-wrap .thumb {
  width: 100%;
  height: 290px;
}
.list-gall li .thumb-wrap .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-gall li .thumb-wrap .flag-wrap {
  position: absolute;
  top: 0;
  left: 5px;
}
.list-gall li .cont {
  margin-top: 16px;
}
.list-gall li .cont .top-wrap .category {
  font-size: 1.4rem;
  color: #17c5b4;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.list-gall li .cont .top-wrap strong.title {
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: block;
  margin-bottom: 14px;
}
.list-gall li .cont .top-wrap .text {
  margin-bottom: 14px;
  color: #767676;
}
.list-gall li .cont .bot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-gall li .cont .bot-wrap .bot-in {
  width: calc(100% - 44px);
}
.list-gall li .cont .bot-wrap .bot-in .view-info-wrap {
  margin-top: -4px;
}
.list-gall li .cont .bot-wrap .bot-in .dl-keyword dd {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}
.list-gall li .cont .bot-wrap .bookmark {
  width: 44px;
  text-align: right;
}
.list-gall li.none-gall {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
}
.list-gall li:first-child {
  padding: 0 0 14px 0;
}
.list-gall.type-full li .thumb-wrap .thumb {
  width: 100%;
  height: 100%;
}

.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: 180px;
  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;
}
.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: 740px;
  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;
}
.list-chasi ul li .cont .dl-info dl {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 40px;
}
.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 .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;
}

/* 페이지 */
.paging {
  margin-top: 16px;
  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;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2px;
  color: #aaa;
}
.paging a.prev {
  background: url("../images/btn_paging-fce2c903d0d89e76c242f4de3b14b5f5.png") 0 0 no-repeat;
  background-size: cover;
}
.paging a.prev span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.paging a.next {
  background: url("../images/btn_paging-fce2c903d0d89e76c242f4de3b14b5f5.png") -24px 0 no-repeat;
  background-size: cover;
}
.paging a.next span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.paging .page {
  display: inline-block;
  vertical-align: middle;
  color: #767676;
  margin: 0 8px;
}
.paging .page strong {
  color: #17c5b4;
  font-weight: bold;
}

.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: #17c5b4;
  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: 10px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  text-align: center;
  background: #f9f9f9;
  font-size: 1.5rem;
  word-break: break-all;
}
.data-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  text-align: center;
  font-size: 1.5rem;
  word-break: break-all;
}
.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 .num {
  color: #17c5b4;
}
.data-table .bg1 {
  background: #e7e7e7;
}
.data-table .bg2 {
  background: #e7f9f7;
}
.data-table .bg3 {
  background: #f9f9f9;
}
.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: 1.5rem;
}

.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: 1.5rem;
}
.list-table td {
  padding: 15px 10px 16px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  font-size: 1.5rem;
  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: 14px 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: 1.4rem;
  color: #767676;
  margin-left: 8px;
}
.list-view .top {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c7c7c7;
}
.list-view .top .title {
  font-size: 1.6rem;
  margin-bottom: 16px;
  display: block;
  font-weight: 500;
}
.list-view .top .info .file-list {
  margin-top: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-view .top .info .file-list b {
  font-size: 1.4rem;
  width: 66px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.list-view .top .info .file-list b::after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
}
.list-view .top .info .file-list ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
}
.list-view .top .info .file-list ul li {
  color: #17c5b4;
  margin-left: 10px; /*text-decoration: underline;*/
  font-size: 1.4rem;
}
.list-view .cont {
  padding: 14px 0;
  border-bottom: 1px solid #c7c7c7;
}
.list-view .cont p {
  word-break: break-all;
  color: #767676;
}
.list-view .cont img {
  max-width: 100%;
  height: auto !important;
}
.list-view .answer-wrap {
  border-bottom: 1px solid #c7c7c7;
  background: #f9f9f9;
  padding: 0 16px;
}
.list-view .answer-wrap .answer-top {
  padding: 16px 0;
}
.list-view .answer-wrap .answer-top .view-info-wrap .grouping {
  font-size: 1.4rem;
}
.list-view .answer-wrap .answer-cont {
  padding: 0 0 0 12px 0;
  min-height: 80px;
}

.input-dl dl {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-dl dt {
  color: #17c5b4;
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.input-dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input-dl.type6 dt {
  width: 106px;
}

.go-play-wrap .btn-wrap {
  margin: 20px 14px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.go-play-wrap .player {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.go-play-wrap .cont {
  padding: 0 14px;
}
.go-play-wrap .cont .top-wrap {
  margin-bottom: 16px;
}
.go-play-wrap .cont .top-wrap .category {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.go-play-wrap .cont .top-wrap .title {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 16px;
}
.go-play-wrap .cont .bot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
}
.go-play-wrap .cont .bot-wrap .bot-in {
  width: calc(100% - 44px);
}
.go-play-wrap .cont .bot-wrap .bot-in .view-info-wrap {
  margin-top: -4px;
}
.go-play-wrap .cont .bot-wrap .bookmark {
  width: 44px;
  text-align: right;
}

.history-box {
  width: 100%;
  height: 100px;
  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: 20px;
}
.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 #e1e1e1;
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.history-box .ul-wrap li span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  font-size: 1.3rem;
  width: 100%;
}
.history-box .ul-wrap li em {
  display: block;
  font-size: 2.9rem;
  margin-bottom: 8px;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4px;
  width: 100%;
}
.history-box .ul-wrap li em small {
  font-size: 1.3rem;
  color: inherit;
  display: inline-block;
  margin-left: 3px;
}
.history-box .ul-wrap li:first-child {
  border-left: 0;
}
.history-box .ul-wrap li.on em {
  color: #17c5b4;
}
.history-box.type-2 {
  height: auto;
}
.history-box.type-2 .ul-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history-box.type-2 .ul-wrap li {
  width: 33.33%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 20px 0;
  height: 60px;
}
.history-box.type-2 .ul-wrap li span {
  line-height: 1.1;
}
.history-box.type-2 .ul-wrap li.my-level {
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  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;
  border-bottom: 1px solid #e1e1e1;
}
.history-box.type-2 .ul-wrap li.my-level span {
  width: auto;
  position: unset;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
  color: #767676;
}
.history-box.type-2 .ul-wrap li.my-level em {
  width: auto;
  position: relative;
  -webkit-transform: none;
          transform: none;
  margin-left: 20px;
  margin-bottom: 0;
  top: 0;
  left: 0;
}
.history-box.type-2 .ul-wrap li.my-level em.ico-pt {
  font-size: 0;
}
.history-box.type-2 .ul-wrap li.my-level em.ico-pt ins {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.history-box.type-2 .ul-wrap li.my-total {
  border-left: none;
}
.history-box.type-2 .ul-wrap li.my-total span {
  color: #767676;
}
.history-box.type-2 .ul-wrap li.my-year span {
  color: #767676;
}
.history-box.type-2 .ul-wrap li.my-year em {
  color: #fbb900;
}
.history-box.type-2 .ul-wrap li.my-month span {
  color: #767676;
}
.history-box.type-2 .ul-wrap li.my-month em {
  color: #17c5b4;
}

.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 {
  background: #5f5f5f;
  position: fixed;
  width: 100%;
  height: 100%;
}
.player-wrap .player-container header {
  width: 100%;
  padding: 10px 16px;
  background: #373737;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: -100%;
}
.player-wrap .player-container header strong {
  font-size: 1.6rem;
  color: #fff;
}
.player-wrap .player-container .player-cont {
  position: relative; /*height: calc(100% - 56px);*/
  height: 100vh;
}
.player-wrap .player-container .btn-player-x {
  width: 84px;
  height: 36px;
  color: #fff;
  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: #000;
  border-radius: 3px;
  position: absolute;
  bottom: -120%;
  z-index: 1;
  right: 14px;
}
.player-wrap .player-container .btn-player-x span {
  color: #fff;
}
.player-wrap .player-container .player-in {
  position: relative;
  width: 100%; /*height: 100%;*/
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.player-wrap .player-container .player-in .player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.player-wrap .player-container footer {
  background: #4d5967;
  position: absolute;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -100%;
}
.player-wrap .player-container footer .inner {
  padding: 10px 16px;
}
.player-wrap .player-container footer .foot-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  width: 100%;
}
.player-wrap .player-container footer .view-lnb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 0 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #343b45;
  border-radius: 3px;
  margin-right: 10px;
}
.player-wrap .player-container footer .view-lnb::before {
  content: "";
  background: url("../images/play_icos-a931fc6b9bbf028959beafb246c01eea.png") 0 center no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  margin-right: 4px;
}
.player-wrap .player-container footer .view-lnb span {
  color: #fff;
}
.player-wrap .player-container footer .view-lnb.on {
  background: #ff5f40;
}
.player-wrap .player-container footer dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #343b45;
  border-radius: 3px;
}
.player-wrap .player-container footer dl dt {
  margin-right: 8px;
  color: #fff;
}
.player-wrap .player-container footer dl dt i {
  background: url("../images/play_icos-a931fc6b9bbf028959beafb246c01eea.png") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-right: 4px;
}
.player-wrap .player-container footer dl dd {
  color: #fff;
}
.player-wrap .player-container footer dl.ico-speed dt i {
  background-position: -15px 0;
}
.player-wrap .player-container footer dl.ico-speed .btn-p {
  width: 25px;
  padding: 0;
}
.player-wrap .player-container footer dl.ico-text dt i {
  background-position: -32px 0;
}
.player-wrap .player-container footer .btn-p {
  padding: 0 10px;
  height: 25px;
  border-radius: 3px;
  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: #17c5b4;
  border: 1px solid #17c5b4;
}
.player-wrap .player-container footer .btn-p span {
  color: #17c5b4;
}
.player-wrap .player-container footer .btn-p.on {
  background: #ff6040;
  border: none;
}
.player-wrap .player-container footer .btn-p.on span {
  color: #fff;
}
.player-wrap .player-container .page-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #343b45;
  border-radius: 3px;
  margin-left: auto;
}
.player-wrap .player-container .page-area button {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  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;
  text-indent: -9999px;
  font-size: 0;
  border: 1px solid #17c5b4;
}
.player-wrap .player-container .page-area button i {
  background: url("../images/ico_play_pn-dc16fb50f501ea5677a5d3724a9684e7.png") no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: cover;
}
.player-wrap .player-container .page-area .num {
  color: #fff;
  padding: 0 12px;
}
.player-wrap .player-container .page-area .num span {
  color: #ff6040;
}
.player-wrap .player-container .page-area .prev {
  border: 1px solid #17c5b4;
}
.player-wrap .player-container .page-area .prev i {
  background-position: 0 center;
}
.player-wrap .player-container .page-area .next {
  border: 1px solid #17c5b4;
}
.player-wrap .player-container .page-area .next i {
  background-position: -12px center;
}
.player-wrap .player-container.open .open-play-menu {
  background: #fbb900;
}
.player-wrap .player-container .player-lnb {
  position: absolute;
  left: -100%;
  z-index: 10;
  width: 100%;
  height: calc(100vh - 46px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0;
}
.player-wrap .player-container .player-lnb .lnb-depth1 {
  position: absolute;
  z-index: 10;
  width: 90%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li {
  margin-bottom: 6px;
  background: #343b45;
  position: relative;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  padding: 13px 30px 13px 16px;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li a span {
  color: #fff;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li a span::after {
  display: inline-block;
  height: 14px;
  margin: 0 8px;
  vertical-align: middle;
  content: "";
  border-right: 1px solid #9c9c9c;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li a p {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li a.opeth span {
  color: #0c8487;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li a.opeth p {
  color: #0c8487;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li {
  font-size: 1.4rem;
  position: relative;
  margin: 0;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li a {
  background: none;
  color: #bfbfbf;
  padding: 7px 28px 7px 26px;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li a span {
  color: #bfbfbf;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li a span::after {
  margin: 0;
  border-right: none;
  opacity: 1;
  content: ".";
  margin-right: 5px;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li a p {
  color: #bfbfbf;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li a.opeth {
  background: #0c8487;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li a.opeth span {
  color: #fff;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li .lnb-depth2 li a.opeth p {
  color: #fff;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li.has-depth::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("../images/ico_tog_arrow2-24129a1d3b37fa6c0c700447600f5466.png") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 20px;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li.has-depth.selected::after {
  background: url("../images/ico_tog_arrow2-24129a1d3b37fa6c0c700447600f5466.png") -17px 0 no-repeat;
  background-size: cover;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li.has-depth.selected > a > span {
  color: #fbb900;
}
.player-wrap .player-container .player-lnb .lnb-depth1 > li.has-depth.selected > a > p {
  color: #fbb900;
}
.player-wrap .all-touch {
  position: fixed;
  height: 100vh;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.player-wrap.view .player-container header {
  top: 0;
}
.player-wrap.view .player-container .btn-player-x {
  opacity: 1;
}
.player-wrap.view .player-container footer {
  bottom: 0;
}
.player-wrap #closeLnb {
  display: none;
  background: #ff6040;
}

@media (min-width: 568px) and (max-width: 812px) {
  .player-wrap .player-container header .btn-player-x {
    width: 78px;
    left: 86%;
    -webkit-transform: unset;
            transform: unset;
  }
  .player-wrap .player-container .player-in {
    position: relative;
    width: 80%;
    height: 80%; /*height: calc(100vh - 98px);*/
  }
  .player-wrap .player-container .player-in .player {
    width: auto;
    height: 100%;
    padding-bottom: 0;
  }
  .player-wrap .player-container .player-lnb {
    width: 100%;
    height: calc(100vh - 56px);
  }
  .player-wrap .player-container footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .player-wrap .player-container footer .foot-in {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
  }
  .player-wrap .player-container footer .foot-in .menu-view-btn {
    margin-right: 10px;
  }
  .player-wrap .player-container footer .foot-in .ico-text {
    margin-right: 10px;
  }
}
.pop-wrap {
  padding-bottom: 20px;
}
.pop-wrap.type-bg {
  background: #f5f5f5;
}
.pop-wrap .pop-header {
  width: 100%;
  padding: 5px 14px;
  background: #fbb900;
  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;
  min-height: 40px;
}
.pop-wrap .pop-header .h2 {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 0;
}
.pop-wrap .pop-in {
  width: 100%;
  padding: 20px 14px 50px;
  overflow: hidden;
}
.pop-wrap .pop-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 14px;
}
.pop-wrap .pop-foot a {
  margin-left: 6px;
}
.pop-wrap .pop-foot a:first-child {
  margin-left: 0;
}
.pop-wrap .pop-top {
  text-align: center;
  margin-bottom: 20px;
}
.pop-wrap .pop-top h3 {
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.pop-wrap .pop-top .date {
  font-size: 1.4rem;
  color: #fbb900;
}
.pop-wrap .pop-top .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: 26px;
  padding: 0 14px;
  border-radius: 4px;
  background: #f7f7f7;
}
.pop-wrap .pop-top .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: 26px;
}
.pop-wrap .pop-top .info-dl dl dt {
  margin-right: 6px;
  font-size: 1.3rem;
  position: relative;
}
.pop-wrap .pop-top .info-dl dl dd {
  font-size: 1.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pop-wrap .pop-top .info-dl dl dd em {
  font-size: 1.7rem;
  color: #ff6040;
  display: block;
  margin-top: -2px;
}
.pop-wrap .pop-top .info-dl dl.time dt {
  position: relative;
  padding-left: 20px;
}
.pop-wrap .pop-top .info-dl dl.time dt::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/ico_time2-dccdfab8d2832aa449034174403396d8.png") 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: cover;
}

.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: 90%;
  height: auto;
}
.layer .player {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.layer .player video {
  position: relative !important;
}
.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;
  height: 540px;
}
.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;
}
.layer .foot a.layer-prev::before {
  content: "";
  width: 30px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #17c5b4;
  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::before {
  background: #17c5b4;
}
.layer .foot a.layer-prev span {
  color: #fff;
  padding-left: 14px;
}
.layer .foot a.layer-next::after {
  content: "";
  width: 30px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #17c5b4;
  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::after {
  background: #17c5b4;
}
.layer .foot a.layer-next span {
  color: #fff;
  padding-right: 14px;
}
.layer .layer-close {
  width: 30px;
  height: 30px;
  background: url("../images/ico_x-8ba19188c0b9a2da7dd5f4858de45b54.png") center no-repeat #17c5b4;
  position: absolute;
  right: 0;
  top: -30px;
  background-size: 12px 12px;
}
.layer .layer-close span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.layer .layer-close::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #17c5b4;
  position: absolute;
  bottom: -8px;
  z-index: -1;
}

.setting .img {
  margin: 20px auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.setting .img img {
  width: auto;
  height: 46px;
}
.setting .set-text {
  font-size: 1.5rem;
  color: #767676;
  margin-bottom: 36px;
  text-align: center;
}
.setting .dl-flex {
  display: block;
  margin-bottom: 36px;
}
.setting .dl-flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}
.setting .dl-flex dl dt {
  font-size: 1.6rem;
  width: 74px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #17c5b4;
}
.setting .dl-flex dl dd {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #767676;
  word-break: break-word;
}
.setting .point-text {
  font-size: 1.5rem;
  text-align: center;
}

.agree-box {
  border: 1px solid #c7c7c7;
}
.agree-box .cont {
  padding: 10px 10px 16px;
}
.agree-box .cont strong {
  display: block;
  color: #17c5b4;
  margin-bottom: 14px;
  word-break: break-all;
}
.agree-box .cont p {
  color: #767676;
}
.agree-box .bot {
  padding: 10px 10px 16px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #c7c7c7;
}
.agree-box .bot .text {
  text-align: center;
  margin-bottom: 20px;
}
.agree-box .bot .form-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agree-box .bot.type2 .text {
  text-align: left;
  margin-bottom: 0;
}

.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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  display: block;
  margin-bottom: 14px;
}
.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.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: 310px;
}
.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: 300px;
}
.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-2 dl:nth-child(2n),
.list-box .list-box-li .dl-flex.type2-2 dl:nth-child(2n) {
  width: auto;
}
.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: 300px;
}
.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: 710px;
}
.list-box li .dl-flex.type2-3 dl:nth-child(2), .list-box li .dl-flex.type2-3 dl:nth-child(5),
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(2),
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(5) {
  width: 210px;
}
.list-box li .dl-flex.type2-3 dl:nth-child(6),
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(6) {
  width: auto;
}
.list-box li .dl-flex.type2-3 dl:nth-child(6) dt,
.list-box .list-box-li .dl-flex.type2-3 dl:nth-child(6) 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:nth-child(1), .list-box li .dl-flex.type3 dl:nth-child(4),
.list-box .list-box-li .dl-flex.type3 dl:nth-child(1),
.list-box .list-box-li .dl-flex.type3 dl:nth-child(4) {
  width: 310px;
  margin-right: 0;
}
.list-box li .dl-flex.type3 dl:nth-child(3),
.list-box .list-box-li .dl-flex.type3 dl:nth-child(3) {
  margin-right: 0;
}
.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: #fbb900;
  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;
}
.list-box.alone .list-box-li .detail-view {
  display: block;
}

.score-wrap .star-wrap {
  margin: 0 auto 30px;
  text-align: center;
}

.list-qna {
  border-top: 1px solid #c7c7c7;
}
.list-qna ul {
  width: 100%;
}
.list-qna li {
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  padding: 14px 0;
}
.list-qna li .q-block {
  padding: 16px 0;
  position: relative;
  padding: 0 26px;
}
.list-qna li .q-block::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/ico_qna-82cf38b9e200a8c3d31a47461b8c35b6.png") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.list-qna li .q-block ins {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  margin-top: -5px;
}
.list-qna li .q-block strong {
  position: relative;
  padding-left: 6px;
  cursor: pointer;
  font-size: 1.6rem;
}
.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;
  position: absolute;
  right: 0;
  top: 0;
}
.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 {
  display: none;
  position: relative;
  margin-top: 16px;
}
.list-qna li .a-block i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/ico_qna-82cf38b9e200a8c3d31a47461b8c35b6.png") -20px 0 no-repeat;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
.list-qna li .a-block p {
  display: inline-block;
  font-size: 1.6rem;
  color: #767676;
  padding-left: 26px;
}
.list-qna li.active .q-block .btn-tog {
  background: url("../images/ico_tog_arrow-9f049a83f8be936ade9e6cf5f4cd41ae.png") -30px 0 no-repeat;
}

.step-wrap {
  position: relative;
}
.step-wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.step-wrap li {
  border-radius: 10px;
  border: 1px solid #17c5b4;
  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;
  height: 100px;
  width: 32%;
  margin-right: 2%;
  -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 li dl {
  height: 70px;
  text-align: center;
}
.step-wrap li dt {
  font-size: 1.3rem;
  color: #17c5b4;
}
.step-wrap li dd {
  font-size: 1.4rem;
}
.step-wrap li dd::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url("../images/icos_step-c68ffc80cd156e04898d01f188aa0fa7.png") no-repeat;
  background-size: cover;
}
.step-wrap li:nth-child(1) dd::before {
  background-position: 0 0;
}
.step-wrap li:nth-child(2) dd::before {
  background-position: -30px 0;
}
.step-wrap li:nth-child(3) {
  margin-right: 0;
}
.step-wrap li:nth-child(3) dd::before {
  background-position: -60px 0;
}
.step-wrap li:nth-child(4) {
  margin-top: 14px;
}
.step-wrap li:nth-child(4) dd::before {
  background-position: -90px 0;
}
.step-wrap li:nth-child(5) {
  margin-top: 14px;
}
.step-wrap li:nth-child(5) dd::before {
  background-position: -120px 0;
}
.step-wrap.type2 {
  margin-top: 28px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.step-wrap.type2 li {
  width: 31.5%;
  height: 100px;
  -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);
  margin-right: 2.6%;
}
.step-wrap.type2 li dl {
  height: 100px;
  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 dt {
  margin-bottom: 8px;
}
.step-wrap.type2 li dd::before {
  display: none;
}
.step-wrap.type2 li:nth-child(3n) {
  margin-right: 0;
}
.step-wrap.type2 li:nth-child(4) {
  margin-top: 10px;
}
.step-wrap.type2 li:nth-child(5) {
  margin-top: 10px;
}
.step-wrap.type2 li:nth-child(6) {
  margin-top: 10px;
}

.time-ol {
  margin-top: 18px;
}
.time-ol ol li {
  border-radius: 10px 0 0 0;
  min-height: 58px;
  border: 1px solid #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 9px 14px 9px 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.time-ol ol li span {
  border-radius: 10px 0 10px 0;
  width: 58px;
  height: 58px;
  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: 58px;
  -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);
}

.pro-box-ul {
  margin-top: 20px;
}
.pro-box-ul ul li {
  border: 1px solid #c7c7c7;
  padding-top: 160px;
  position: relative;
  margin-bottom: 10px;
  min-height: 270px;
}
.pro-box-ul ul li strong {
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  height: 160px;
  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: 14px;
}
.pro-box-ul ul li:nth-child(1) {
  background: url("../images/img_info_pro1-4a560cc60765d9da48b1645386de0838.jpg") 0 0 no-repeat;
  background-size: 100% 160px;
}
.pro-box-ul ul li:nth-child(2) {
  background: url("../images/img_info_pro2-95d3a2bef5ccdd39eee66b5380817f82.jpg") 0 0 no-repeat;
  background-size: 100% 160px;
}
.pro-box-ul ul li:nth-child(3) {
  background: url("../images/img_info_pro3-c22c2ec1e7dae8826a8145b1630f1565.jpg") 0 0 no-repeat;
  background-size: 100% 160px;
  margin-bottom: 0;
}
.pro-box-ul.type2 ul li {
  padding-top: 100px;
  min-height: 180px;
}
.pro-box-ul.type2 ul li strong {
  height: 100px;
}
.pro-box-ul.type2 ul li:nth-child(1) {
  background: url("../images/img_info_pro2_1-083286e05be37ed75e02423c5fea4da7.jpg") 0 0 no-repeat;
  background-size: 100% 100px;
}
.pro-box-ul.type2 ul li:nth-child(2) {
  background: url("../images/img_info_pro2_2-c6f753f6cb06cfa3bd70454bce8c3c9d.jpg") 0 0 no-repeat;
  background-size: 100% 100px;
}

.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-line-ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-line-ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #f1f1f1;
  top: 20px;
  left: 122px;
  position: absolute;
}
.pro-line-ul li .pro-line-top {
  width: 114px;
  padding-top: 10px;
}
.pro-line-ul li .pro-line-top span {
  color: #b1b1b1;
  font-weight: 500;
  display: inline-block;
  margin-right: 6px;
}
.pro-line-ul li .pro-line-top strong {
  color: #ff6040;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.pro-line-ul li .pro-line-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  border-radius: 9px;
  border: 1px solid #ff6040;
  padding: 10px;
  position: relative;
  -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);
  margin-bottom: 20px;
}
.pro-line-ul li .pro-line-box::before {
  content: "";
  width: 22px;
  border-top: 1px solid #ff6040;
  position: absolute;
  top: 20px;
  left: -22px;
}
.pro-line-ul li .pro-line-box::after {
  content: "";
  width: 8px;
  height: 8px;
  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: #ff6040;
  position: absolute;
  top: 17px;
  left: -25px;
}
.pro-line-ul li:last-child::before {
  display: none;
}

.home-wrap {
  border: 1px solid #c7c7c7;
  width: 850px;
  border-radius: 6px;
}

.home-haeader .top-menu {
  height: 70px;
  border-radius: 6px 6px 0 0;
  background: #343b45;
  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-922da04055701af9ef99736a88f099f9.png") 0 0 no-repeat;
  padding-top: 6px;
  background-size: cover;
}
.home-haeader .top-menu h1.logo a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.home-haeader .home-nav {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 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;
}
.home-haeader .home-nav li a {
  color: #767676;
  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: #17c5b4;
  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-tit {
  display: block;
  background: #f7f7f7;
  padding: 20px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-tit strong {
  font-size: 1.6rem;
  display: block;
}
.home-tit .home-btn-wrap {
  margin-left: auto;
}

.home-top-wrap {
  padding: 10px 14px 0;
}
.home-top-wrap .home-btn-wrap {
  margin-bottom: 10px;
}
.home-top-wrap .h5 {
  margin-bottom: 20px;
}
.home-top-wrap .home-top {
  margin-bottom: 10px;
}
.home-top-wrap .home-top .jindo-wrap {
  padding: 14px 14px 18px 14px;
  background: #f7f7f7;
}
.home-top-wrap .home-top .jindo-wrap .jindo {
  margin-bottom: 20px;
}
.home-top-wrap .home-top .jindo-wrap .jindo .dl-chart dt {
  font-size: 2rem;
  margin-bottom: 10px;
}
.home-top-wrap .home-top .jindo-wrap .jindo .dl-chart dt span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 6px;
  color: #767676;
}
.home-top-wrap .home-top .jindo-wrap .jindo .dl-chart dd .chart-stick {
  padding-right: 46px;
}
.home-top-wrap .home-top .jindo-wrap .jindo .dl-chart dd .chart-stick .stick-in {
  height: 26px;
}
.home-top-wrap .home-top .jindo-wrap .jindo .dl-chart dd .chart-stick .stick-in span {
  height: 26px;
}
.home-top-wrap .home-top .jindo-wrap .jindo .dl-chart dd .chart-stick .stick-in span em {
  top: 5px;
  font-size: 1.6rem;
  color: #0069b4;
  line-height: 1;
  font-weight: 500;
}
.home-top-wrap .home-top .jindo-wrap .dl-home dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  margin-bottom: 10px;
}
.home-top-wrap .home-top .jindo-wrap .dl-home dl dt {
  color: #0069b4;
  font-size: 1.5rem;
  margin-right: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home-top-wrap .home-top .jindo-wrap .dl-home dl dd {
  font-size: 1.5rem;
  word-break: keep-all;
}
.home-top-wrap .home-top .home-nav .home-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-top-wrap .home-top .home-nav .home-menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #cbcbcb;
  color: #969696;
  height: 120px;
  -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-wrap .home-top .home-nav .home-menu li a {
  font-size: 1.7rem;
  font-weight: 500;
}
.home-top-wrap .home-top .home-nav .home-menu li .flag-sm {
  position: absolute;
  top: 50%;
  margin-top: 30px;
  color: #000;
}
.home-top-wrap .home-top .home-nav .home-menu li .flag-sm.ok {
  background: #fbb900;
}
.home-top-wrap .home-top .home-nav .home-menu li .flag-sm.wait {
  background: #17c5b4;
}
.home-top-wrap .home-top .home-nav .home-menu li .flag-sm.end {
  background: #47a6d1;
}
.home-top-wrap .home-top .home-nav .home-menu li::before {
  content: "";
  height: 30px;
  margin-bottom: 10px;
  width: 25px;
  display: inline-block; /*background-image: url('../images/ico_home_menu.png');background-size: 500%;*/
}
.home-top-wrap .home-top .home-nav .home-menu li.type-1::before {
  background: url("../images/ico_home_m1-f702d97cad36e69348526ec27add7266.png") 0 0 no-repeat;
  width: 18px;
  height: 24px;
  background-size: cover;
}
.home-top-wrap .home-top .home-nav .home-menu li.type-2::before {
  background: url("../images/ico_home_m2-c3469a12d0eb0caa574d9a42c71f1ba9.png") 0 0 no-repeat;
  width: 22px;
  height: 22px;
  background-size: cover;
}
.home-top-wrap .home-top .home-nav .home-menu li.type-3::before {
  background: url("../images/ico_home_m3-478479101ce665b8875f7be9cfeede09.png") 0 0 no-repeat;
  width: 24px;
  height: 22px;
  background-size: cover;
}
.home-top-wrap .home-top .home-nav .home-menu li.type-4::before {
  background: url("../images/ico_home_m4-37b1f6b911eedb3b2e503e0a894112e0.png") 0 0 no-repeat;
  width: 25px;
  height: 23px;
  background-size: cover;
}
.home-top-wrap .home-top .home-nav .home-menu li.on {
  background: #0069b4;
  color: #fff;
}
.home-top-wrap .home-top .home-nav .home-menu li.on.type-1::before {
  background: url("../images/ico_home_m1-f702d97cad36e69348526ec27add7266.png") 0 -24px no-repeat;
  background-size: cover;
}
.home-top-wrap .home-top .home-nav .home-menu li.on.type-2::before {
  background: url("../images/ico_home_m2-c3469a12d0eb0caa574d9a42c71f1ba9.png") 0 -26px no-repeat;
  background-size: cover;
}
.home-top-wrap .home-top .home-nav .home-menu li.on.type-3::before {
  background: url("../images/ico_home_m3-478479101ce665b8875f7be9cfeede09.png") 0 -25px no-repeat;
  background-size: cover;
}
.home-top-wrap .home-top .home-nav .home-menu li.on.type-4::before {
  background: url("../images/ico_home_m4-37b1f6b911eedb3b2e503e0a894112e0.png") 0 -25px no-repeat;
  background-size: cover;
}

.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 th {
  padding: 8px 0;
}
.home-flex .data-table td {
  padding: 8px 0;
}
.home-flex .data-table td.bg {
  background: #e7f9f7;
}
.home-flex .data-table td.td-score {
  height: 97px;
}
.home-flex .data-table td .jindo-num {
  color: #17c5b4;
}
.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: 540px;
}
.home-flex .data-table:last-child {
  width: 240px;
}

.home-cover {
  padding: 20px 14px;
  border-bottom: 5px solid #efefef;
}
.home-cover.type-none {
  border-bottom: 0;
}
.home-cover:last-child {
  border-bottom: 0;
}
.home-cover .data-table {
  margin-bottom: 16px;
}
.home-cover .data-table:last-child {
  margin-bottom: 0;
}

.cover-line {
  padding: 20px 14px;
  border-bottom: 5px solid #efefef;
}
.cover-line.type-none {
  border-bottom: 0;
}

.home-flex .flex-in {
  width: 370px;
  position: relative;
}
.home-flex .flex-in:first-child::after {
  content: "";
  display: inline-block;
  height: 110px;
  border-right: 1px dotted #ccc;
  position: absolute;
  right: -38px;
  top: 0;
}

.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;
  margin-bottom: 8px;
}
.home-list li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 80%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.home-list li a::before {
  content: "·";
  display: inline-block;
  margin-right: 4px;
}
.home-list li .date {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-wrap {
  position: relative;
}
.home-wrap .home-btn-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.top-area .date {
  text-align: center;
  color: #fbb900;
}

.servey-list .servey-li {
  border-bottom: 1px solid #ccc;
  padding: 14px 0;
}
.servey-list .servey-li .num-wrap {
  position: relative;
  margin-bottom: 14px;
  padding-left: 34px;
}
.servey-list .servey-li .num-wrap .num {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 1.7rem;
  color: #17c5b4;
}
.servey-list .servey-li .num-wrap p {
  display: inline-block;
}
.servey-list .servey-li .num-wrap ins {
  color: #17c5b4;
}
.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 .poll {
  margin: 0 0 20px 34px;
}
.servey-list .servey-li .answre-wrap {
  padding: 0 0 0 40px;
}
.servey-list .servey-li .answre-wrap ul.servey-check li {
  margin-bottom: 4px;
}
.servey-list .servey-li .answre-wrap ul.servey-check li label {
  color: #767676;
}
.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 .servey-li:first-child {
  padding: 0 0 14px 0;
}

.poll {
  padding: 12px 14px;
  background: #f3f3f3;
  margin-bottom: 20px;
}

.servey-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 0;
}
.servey-foot p {
  color: #ff6040;
  font-weight: 500;
}

.answre-wrap .user-text {
  color: #767676;
  font-size: 1.5rem;
}
.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: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("../images/ico_ex-2f646ba8e000a33d0133c4d8ce71d72c.png") 0 0 no-repeat;
  margin-top: -3px;
  background-size: cover;
}
.answre-wrap .answre-text-wrap .answre-text {
  color: #ff6040;
  font-size: 1.5rem;
}
.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: 80px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-right: 1px solid #c7c7c7;
}
.answre-wrap .answre-dl dl dd {
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1.5rem;
}
.answre-wrap .answre-dl dl.answre-ok dd {
  color: #ff6040;
}
.answre-wrap .answre-dl dl.answre-score dd {
  color: #17c5b4;
}
.answre-wrap .answre-dl dl + dl {
  border-left: 0;
}
.answre-wrap .answre-dl.type-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.answre-wrap .answre-dl.type-col dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.answre-wrap .answre-dl.type-col dl + dl {
  border-left: 1px solid #c7c7c7;
  border-top: 0;
}
.answre-wrap .file-list {
  margin-top: 20px;
}
.answre-wrap .file-list2 {
  margin-top: 20px;
}

.answre-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
.answre-table dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  height: 34px;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.answre-table dl dt {
  -webkit-box-flex: 10%;
      -ms-flex: 10%;
          flex: 10%;
  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: 40%;
      -ms-flex: 40%;
          flex: 40%;
  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: #17c5b4;
}
.answre-table dl dd.answre-no {
  color: #fbb900;
}
.answre-table dl:nth-child(2n) {
  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: 4px;
  height: 4px;
  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;
  padding-left: 20px;
  position: relative;
  color: #767676;
}
.num-ol > li em {
  width: 16px;
  height: 16px;
  background: #17c5b4;
  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;
  color: #fff;
  vertical-align: middle;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 3px;
}

.info-wrap .info-top {
  text-align: center;
  margin-bottom: 20px;
}
.info-wrap .info-top h5 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.info-wrap .info-top p {
  color: #767676;
  margin-bottom: 24px;
  word-break: keep-all;
}
.info-wrap .info-top small {
  color: #fbb900;
  font-weight: 500;
}
.info-wrap .info-top small::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/ico_4-f5921704b64f2fbe3062d97ca681b293.png") 0 0 no-repeat;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
  background-size: cover;
}
.info-wrap .info-ul > li {
  border-radius: 36px 0 22px 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);
  min-height: 270px;
  padding: 24px 30px;
  margin-bottom: 10px;
}
.info-wrap .info-ul > li i {
  display: block;
  width: 70px;
  height: 70px;
  background: url("../images/ico_info1-dffbbcc4098ad27724d84a040ca32786.png") no-repeat;
  margin-bottom: 14px;
  background-size: cover;
}
.info-wrap .info-ul > li strong {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
  opacity: 0.9;
  font-weight: 500;
}
.info-wrap .info-ul > li p {
  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: -72px 0;
}
.info-wrap .info-ul > li:nth-child(2) strong {
  color: #fff;
}
.info-wrap .info-ul > li:nth-child(2) p {
  color: #fff;
}
.info-wrap .info-ul > li:nth-child(3) {
  background: #f1f1f1;
}
.info-wrap .info-ul > li:nth-child(3) i {
  background-position: -144px 0;
}
.info-wrap .info-ul > li:nth-child(4) {
  background: #fbb900;
}
.info-wrap .info-ul > li:nth-child(4) i {
  background-position: -216px 0;
}
.info-wrap .info-ul > li:nth-child(4) strong {
  color: #fff;
}
.info-wrap .info-ul > li:nth-child(4) p {
  color: #fff;
}
.info-wrap .in-ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 2px;
  opacity: 0.9;
}
.info-wrap .in-ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #fbb900;
  position: absolute;
  left: 0;
  top: 8px;
}
.info-wrap.type2 .info-ul > li i {
  background: url("../images/ico_info2-bf27643dac6d54cd4aee46b87cdb7cce.png") no-repeat;
  background-size: cover;
}
.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: -72px 0;
}
.info-wrap.type2 .info-ul > li:nth-child(2) .in-ul li {
  color: #fff;
}
.info-wrap.type2 .info-ul > li:nth-child(2) .in-ul li::before {
  background: #fff;
}
.info-wrap.type2 .info-ul > li:nth-child(3) {
  background: #f1f1f1;
}
.info-wrap.type2 .info-ul > li:nth-child(3) i {
  background-position: -144px 0;
}
.info-wrap.type2 .info-ul > li:nth-child(3) .in-ul li::before {
  background: #17c5b4;
}
.info-wrap.type2 .info-ul > li:nth-child(4) {
  background: #17c5b4;
}
.info-wrap.type2 .info-ul > li:nth-child(4) i {
  background-position: -216px 0;
}
.info-wrap.type2 .info-ul > li:nth-child(4) .in-ul li {
  color: #fff;
}
.info-wrap.type2 .info-ul > li:nth-child(4) .in-ul li::before {
  background: #fff;
}
.info-wrap.type3 .info-ul > li i {
  background: url("../images/ico_info3-69e1682e71803c168801afd9a6ed71ab.png") no-repeat;
  background-size: cover;
}
.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: #47a6d1;
}
.info-wrap.type3 .info-ul > li:nth-child(2) {
  background: #47a6d1;
}
.info-wrap.type3 .info-ul > li:nth-child(2) i {
  background-position: -72px 0;
}
.info-wrap.type3 .info-ul > li:nth-child(2) .in-ul li {
  color: #fff;
}
.info-wrap.type3 .info-ul > li:nth-child(2) .in-ul li::before {
  background: #fff;
}
.info-wrap.type3 .info-ul > li:nth-child(3) {
  background: #f1f1f1;
}
.info-wrap.type3 .info-ul > li:nth-child(3) i {
  background-position: -144px 0;
}
.info-wrap.type3 .info-ul > li:nth-child(3) .in-ul li::before {
  background: #47a6d1;
}
.info-wrap.type3 .info-ul > li:nth-child(4) {
  background: #47a6d1;
}
.info-wrap.type3 .info-ul > li:nth-child(4) i {
  background-position: -216px 0;
}
.info-wrap.type3 .info-ul > li:nth-child(4) .in-ul li {
  color: #fff;
}
.info-wrap.type3 .info-ul > li:nth-child(4) .in-ul li::before {
  background: #fff;
}

.new-wrap {
  margin-bottom: 10px;
}
.new-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.new-wrap dl dt {
  width: 76px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #767676;
}

.place-info-wrap .place-info {
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 260px;
  width: 100%;
  margin-bottom: 18px;
}
.place-info-wrap .place-info strong {
  margin-bottom: 6px;
}
.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 {
  color: #fff;
  word-break: keep-all;
}
.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: 100%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  padding: 4px 16px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.place-info-wrap .place-info .place-ul li:first-child {
  border-radius: 20px;
}
.place-info-wrap .place-info .place-ul li span {
  color: #fbb900;
  width: 70px;
  font-size: 1.2rem;
}
.place-info-wrap .place-info .place-ul li p {
  color: #17c5b4;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.place-info-wrap .place-info.type1 {
  background: url("../images/img_place1-5e8343d9c76cf258ad71c4b5cd34273e.jpg") 0 0 no-repeat;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.place-info-wrap .place-info.type1 strong {
  background: url("../images/img_place1_text-47b928e544c2ec405546f8d7516ae1df.png") 0 0 no-repeat;
  width: 154px;
  height: 48px;
  background-size: cover;
}
.place-info-wrap .place-info.type2 {
  background: url("../images/img_place2-b989353d7041d4dcfe3fcafd3ce01b37.jpg") 0 0 no-repeat;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.place-info-wrap .place-info.type2 strong {
  background: url("../images/img_place2_text-a2bbc4b0b7fbcc93dd43cd04076ba04a.png") 0 0 no-repeat;
  width: 144px;
  height: 48px;
  background-size: cover;
}
.place-info-wrap .place-info.type3 {
  background: url("../images/img_place3-6bb9181b296e5b70d1f98d26e09d14be.jpg") 0 0 no-repeat;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.place-info-wrap .place-info.type3 strong {
  background: url("../images/img_place3_text-4ec8d285829306d609c312510bf9e7f1.png") 0 0 no-repeat;
  width: 192px;
  height: 48px;
  background-size: cover;
}
.place-info-wrap .place-info.type3 .place-ul li span {
  width: 170px;
}
.place-info-wrap .place-info:last-child {
  margin-bottom: 0;
}

.place-info-wrap2 .place-info {
  width: 100%;
  height: auto;
  padding: 48px 27px 20px;
  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;
  width: 100%;
  height: 300px;
}
.place-info-wrap2 .place-info small {
  font-size: 13px;
  color: #fff;
  width: 280px;
  height: 26px;
  border-radius: 12px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 8px;
}
.place-info-wrap2 .place-info strong {
  position: relative;
  background-size: cover;
}
.place-info-wrap2 .place-info strong span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.place-info-wrap2 .place-info strong:after {
  content: "";
  display: block;
  background-image: url("../images/img_place_line-854c2c0e1381b886bb2f05ab0b02707c.png");
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -22px;
}
.place-info-wrap2 .place-info .place-ul {
  margin-top: 40px;
}
.place-info-wrap2 .place-info .place-ul li {
  margin-bottom: 10px;
}
.place-info-wrap2 .place-info .place-ul li p {
  color: #fff;
  font-size: 15px;
}
.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-6c5b29bf5230ff9de9a1d1bcf304f2ff.jpg") 0 0 no-repeat;
  background-size: cover;
}
.place-info-wrap2 .place-info.type1 strong {
  background: url("../images/text_place_01-7b5d8faa428c661085128445ef369beb.png") 0 0 no-repeat;
  width: 198px;
  height: 34px;
  background-size: cover;
}
.place-info-wrap2 .place-info.type2 {
  background: url("../images/img_place_bg_02-03746673270dfab3834eb0baee542338.jpg") 0 0 no-repeat;
  background-size: cover;
}
.place-info-wrap2 .place-info.type2 strong {
  background: url("../images/text_place_02-f688da4093c5134c5ca9c42d06bc12d3.png") 0 0 no-repeat;
  width: 235px;
  height: 34px;
  background-size: cover;
}
.place-info-wrap2 .place-info:last-child {
  margin-bottom: 0;
}

.privacy-wrap .privacy-top {
  margin-bottom: 20px;
  color: #767676;
  line-height: 1.4;
  font-size: 1.3rem;
}
.privacy-wrap .privacy-top p {
  font-size: 1.3rem;
}
.privacy-wrap .privacy-cont {
  margin-bottom: 20px;
}
.privacy-wrap .privacy-cont h3 {
  font-size: 1.4rem;
  color: #17c5b4;
  margin-bottom: 10px;
  font-weight: 400;
}
.privacy-wrap .privacy-cont .ol-depth1 li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
}
.privacy-wrap .privacy-cont .ol-depth1 li span {
  position: absolute;
  left: 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
.privacy-wrap .privacy-cont .ol-depth1 li span::after {
  content: ".";
  display: inline-block;
}
.privacy-wrap .privacy-cont .ol-depth1 li p {
  line-height: 1.4;
  font-size: 1.3rem;
}
.privacy-wrap .privacy-cont .ol-depth1.type2 li span::after {
  display: none;
}
.privacy-wrap .privacy-cont .ul-depth1 li {
  padding-left: 16px;
  position: relative;
}
.privacy-wrap .privacy-cont .ul-depth1 li span {
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .ul-depth1 li span::after {
  content: ".";
  display: inline-block;
}
.privacy-wrap .privacy-cont .ul-depth1 li p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .ul-depth2 li {
  padding-left: 16px;
}
.privacy-wrap .privacy-cont .ul-depth2 li span {
  font-size: 1.3rem;
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .ul-depth2 li span::after {
  display: none;
}
.privacy-wrap .privacy-cont .ul-depth2 li p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .ul-depth3 li {
  padding-left: 0;
  margin-bottom: 0;
}
.privacy-wrap .privacy-cont .ul-depth3 li span {
  font-size: 1.3rem;
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .ul-depth3 li span::after {
  content: ".";
  display: inline-block;
}
.privacy-wrap .privacy-cont .ul-depth3 li p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .ul-depth4 li {
  padding-left: 10px;
  margin-bottom: 0;
}
.privacy-wrap .privacy-cont .ul-depth4 li span {
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .ul-depth4 li p {
  line-height: 1.4;
}
.privacy-wrap .privacy-cont .type-mar {
  margin-top: 6px;
}
.privacy-wrap .privacy-cont .data-table {
  margin-top: 10px;
}
.privacy-wrap .privacy-cont .data-table table th, .privacy-wrap .privacy-cont .data-table table td {
  font-size: 1.3rem;
  padding: 8px;
}
.privacy-wrap .privacy-cont p {
  font-size: 1.3rem;
}

.img-none-noti {
  background: #ffd137;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 14px;
  position: relative;
  height: 120px;
  margin-bottom: -20px;
}
.img-none-noti::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: #ff9412;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.img-none-noti strong {
  font-size: 0;
  background: url("../images/img_noti_text-0aa07074312eefd29e13ec1e10fa8dff.png") 0 0 no-repeat;
  width: 220px;
  height: 21px;
  background-size: cover;
  display: block;
  margin-top: 34px;
}
.img-none-noti i {
  display: block;
  font-size: 0;
  width: 111px;
  height: 110px;
  background: url("../images/img_noti_character-c4c2a06b9070d1992118461e56bcdf77.png") 0 0 no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.img-none-noti span {
  font-size: 0;
  position: absolute;
  width: 80px;
  height: 15px;
  background: url("../images/img_noti_logo-1090dfc0467f028c0e0ba81efed728fc.png") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 8px;
  left: 14px;
  z-index: 2;
}

.tel-text2 {
  font-size: 1.8rem;
  margin-top: 30px;
  word-break: keep-all;
}

.tel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.tel-text span {
  font-size: 1.5rem;
}
.tel-text p {
  font-weight: 500;
  font-size: 1.5rem;
}
.tel-text p::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/ico_tel-4feb6b58d1d2301fcb6d805b65300297.png") 0 0 no-repeat;
  vertical-align: top;
  margin: 0 7px;
  background-size: cover;
}

.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: 1__qem;
          margin-block-start: 1__qem;
  -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.67__qem;
          margin-block-start: 0.67__qem;
  -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.83__qem;
          margin-block-start: 0.83__qem;
  -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: 1__qem;
          margin-block-start: 1__qem;
  -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.33__qem;
          margin-block-start: 1.33__qem;
  -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.67__qem;
          margin-block-start: 1.67__qem;
  -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.33__qem;
          margin-block-start: 2.33__qem;
  -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 (min-width: 540px) {
  .list-blog li .thumb-wrap .thumb {
    height: 330px;
  }
  .list-gall li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-gall li .thumb-wrap {
    width: 40%;
  }
  .list-gall li .thumb-wrap .thumb {
    height: 240px;
  }
  .list-gall li .cont {
    width: 58%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-gall li .cont .bot-wrap {
    margin-top: auto;
  }
  .step-wrap {
    position: relative;
  }
  .step-wrap ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step-wrap li {
    width: 18.4%;
  }
  .step-wrap li:nth-child(3) {
    margin-right: 2%;
  }
  .step-wrap li:nth-child(4) {
    margin-top: 0;
  }
  .step-wrap li:nth-child(5) {
    margin-top: 0;
    margin-right: 0;
  }
  .step-wrap.type2 li {
    width: 31.5%;
    height: 100px;
    margin-right: 2.7%;
  }
  .step-wrap.type2 li:nth-child(3n) {
    margin-right: 0;
  }
  .step-wrap.type2 li:nth-child(4) {
    margin-top: 10px;
  }
  .step-wrap.type2 li:nth-child(5) {
    margin-top: 10px;
  }
  .step-wrap.type2 li:nth-child(6) {
    margin-top: 10px;
  }
  .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;
  }
  .info-wrap .info-ul > li {
    width: 49%;
  }
  .info-wrap .info-ul > li:nth-child(3) {
    background: #fbb900;
  }
  .info-wrap .info-ul > li:nth-child(3) strong {
    color: #fff;
  }
  .info-wrap .info-ul > li:nth-child(3) p {
    color: #fff;
  }
  .info-wrap .info-ul > li:nth-child(4) {
    background: #f1f1f1;
  }
  .info-wrap .info-ul > li:nth-child(4) strong {
    color: #161616;
  }
  .info-wrap .info-ul > li:nth-child(4) p {
    color: #161616;
  }
  .info-wrap.type2 .info-ul > li i {
    background: url("../images/ico_info2-bf27643dac6d54cd4aee46b87cdb7cce.png") no-repeat;
    background-size: cover;
  }
  .info-wrap.type2 .info-ul > li:nth-child(1) {
    background: #f1f1f1;
  }
  .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) .in-ul li {
    color: #fff;
  }
  .info-wrap.type2 .info-ul > li:nth-child(2) .in-ul li::before {
    background: #fff;
  }
  .info-wrap.type2 .info-ul > li:nth-child(3) {
    background: #17c5b4;
  }
  .info-wrap.type2 .info-ul > li:nth-child(3) .in-ul li {
    color: #fff;
  }
  .info-wrap.type2 .info-ul > li:nth-child(3) .in-ul li::before {
    background: #fff;
  }
  .info-wrap.type2 .info-ul > li:nth-child(4) {
    background: #f1f1f1;
  }
  .info-wrap.type2 .info-ul > li:nth-child(4) .in-ul li {
    color: #161616;
  }
  .info-wrap.type2 .info-ul > li:nth-child(4) .in-ul li::before {
    background: #17c5b4;
  }
  .info-wrap.type3 .info-ul > li:nth-child(3) {
    background: #47a6d1;
  }
  .info-wrap.type3 .info-ul > li:nth-child(3) .in-ul li {
    color: #fff;
  }
  .info-wrap.type3 .info-ul > li:nth-child(3) .in-ul li::before {
    background: #fff;
  }
  .info-wrap.type3 .info-ul > li:nth-child(4) {
    background: #f1f1f1;
  }
  .info-wrap.type3 .info-ul > li:nth-child(4) .in-ul li {
    color: #161616;
  }
  .info-wrap.type3 .info-ul > li:nth-child(4) .in-ul li::before {
    background: #47a6d1;
  }
  .pro-box-ul ul li {
    padding-top: 280px;
    min-height: 350px;
  }
  .pro-box-ul ul li strong {
    height: 280px;
  }
  .pro-box-ul ul li:nth-child(1) {
    background-size: 100% 280px;
  }
  .pro-box-ul ul li:nth-child(2) {
    background-size: 100% 280px;
  }
  .pro-box-ul ul li:nth-child(3) {
    background-size: 100% 280px;
  }
  .pro-box-ul.type2 ul li {
    padding-top: 184px;
    min-height: 254px;
  }
  .pro-box-ul.type2 ul li strong {
    height: 184px;
  }
  .pro-box-ul.type2 ul li:nth-child(1) {
    background: url("../images/img_info_pro2_1-083286e05be37ed75e02423c5fea4da7.jpg") 0 0 no-repeat;
    background-size: 100% 184px;
  }
  .pro-box-ul.type2 ul li:nth-child(2) {
    background: url("../images/img_info_pro2_2-c6f753f6cb06cfa3bd70454bce8c3c9d.jpg") 0 0 no-repeat;
    background-size: 100% 184px;
  }
}
.h5-character {
  margin-bottom: 10px;
}

.dl-character dl {
  margin-bottom: 30px;
}
.dl-character dl dt {
  position: relative;
  color: #47a6d1;
  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: #47a6d1;
  position: absolute;
  top: 8px;
  left: 0;
}
.dl-character dl dd b {
  font-weight: 600;
}
.dl-character dl:last-child {
  margin-bottom: 0;
}

.sch-page .top-text {
  text-align: center;
  margin-bottom: 20px;
}
.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 15px;
  width: 100%;
  height: 32px;
  margin: 0 auto 20px;
  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: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  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: 18px;
}
.sch-page .sch-page-wrap:after {
  content: "";
  background: #fff;
  border-radius: 16px;
  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;
  font-size: 1.2rem;
}
.sch-page .sch-page-wrap .sch-check::after {
  content: "";
  display: block;
  border-right: 1px solid #ddd;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 7px;
}
.sch-page .sch-page-wrap .input-box-sch {
  background: #fff;
  position: absolute;
  z-index: 1;
  width: calc(100% - 180px);
  height: 100%;
  left: 120px;
}
.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-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch::-moz-placeholder {
  color: #1866b9;
  font-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch:-ms-input-placeholder {
  color: #1866b9;
  font-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch::-ms-input-placeholder {
  color: #1866b9;
  font-weight: 500;
}
.sch-page .sch-page-wrap .input-box-sch::placeholder {
  color: #1866b9;
  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: 20px;
  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;
}
.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-83654ec8a875b972c04f1a8690da4a09.png") center no-repeat;
  width: 13px;
  height: 13px;
  background-size: cover;
}
.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_sch_home-ad45388f0f34acfe04482ceecc5082aa.png") center no-repeat;
  width: 13px;
  height: 14px;
  background-size: cover;
}
.sch-page .h3-edu {
  font-size: 2rem;
  margin-bottom: 20px;
}
.sch-page .tab-edu {
  margin-bottom: 20px;
}
.sch-page .cover {
  position: relative;
  margin: 0 0 20px 0;
}
.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-84f7424c40784ddeeb7d3f74bdf9d34d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.sch-page .more-wrap {
  width: 100%;
  height: 38px;
  border-radius: 6px;
  background: #f6f6f6;
  margin: 20px 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%;
  font-size: 1.2rem;
}
.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;
}
.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: 100%;
  margin: 24px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sch-page .sch-text-box > .dot-list {
  display: block;
}
.sch-page .sch-text-box > .dot-list > li {
  margin-bottom: 10px;
}
.sch-page .sch-text-box .btn-wrap {
  margin: 30px auto 0;
  width: 100%;
}
.sch-page .sch-text-box .btn-wrap .btn-home {
  width: 100%;
  height: 38px;
  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: 20px;
}
.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 .thumb-text p {
  color: #767676;
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.sch-page-new .sch-page-wrap {
  position: relative;
  padding: 0 15px;
  width: 100%;
  height: 32px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  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;
  font-size: 1.2rem;
}
.sch-page-new .sch-page-wrap .sch-check::after {
  content: "";
  display: block;
  border-right: 1px solid #ddd;
  height: 10px;
  position: absolute;
  right: -10px;
  top: 7px;
}
.sch-page-new .sch-page-wrap .input-box-sch {
  background: #fff;
  position: absolute;
  z-index: 1;
  width: calc(100% - 180px);
  height: 100%;
  left: 120px;
}
.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: #2d5adb;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch::-moz-placeholder {
  color: #2d5adb;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch:-ms-input-placeholder {
  color: #2d5adb;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch::-ms-input-placeholder {
  color: #2d5adb;
  font-weight: 500;
}
.sch-page-new .sch-page-wrap .input-box-sch::placeholder {
  color: #2d5adb;
  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: 20px;
  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;
}
.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-90f2e824bc0325f77e847827b564a991.png") center no-repeat;
  width: 13px;
  height: 13px;
  background-size: cover;
}
.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_sch_home_new-d9ef1d6366c5302e452ab686cd57d76d.png") center no-repeat;
  width: 13px;
  height: 14px;
  background-size: cover;
}
.sch-page-new .h3-edu {
  font-size: 2rem;
  margin-bottom: 10px;
}
.sch-page-new .tab-edu {
  margin-bottom: 20px;
}
.sch-page-new .tab-edu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.sch-page-new .tab-edu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
  line-height: 1;
}
.sch-page-new .tab-edu ul li a {
  font-size: 1.3rem;
  color: #525252;
  width: 100%;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #c7c7c7;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sch-page-new .tab-edu ul li a ins {
  font-size: 1.2rem;
}
.sch-page-new .tab-edu ul li.on a {
  color: #2d5adb;
  border: 1px solid #2d5adb;
}
.sch-page-new .tab-edu ul li.on::before {
  display: none;
}
.sch-page-new .cover {
  position: relative;
  margin: 0 0 20px 0;
}
.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-84f7424c40784ddeeb7d3f74bdf9d34d.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
}
.sch-page-new .more-wrap {
  width: 100%;
  height: 38px;
  border-radius: 6px;
  background: #f6f6f6;
  margin: 20px 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%;
  font-size: 1.2rem;
}
.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;
}
.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: 100%;
  margin: 24px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sch-page-new .sch-text-box > .dot-list {
  display: block;
}
.sch-page-new .sch-text-box > .dot-list > li {
  margin-bottom: 10px;
}
.sch-page-new .sch-text-box .btn-wrap {
  margin: 30px auto 0;
  width: 100%;
}
.sch-page-new .sch-text-box .btn-wrap .btn-home {
  width: 100%;
  height: 38px;
  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;
}
.sch-page-new .main-slide-wrap .main-slide .slide-page {
  margin-bottom: 20px;
}
.sch-page-new .main-slide-wrap .slick-list {
  margin-bottom: -20px;
}
.sch-page-new .slick-dotted.slick-slider {
  margin-bottom: 15px;
}
.sch-page-new .slick-dots {
  height: 27px;
  bottom: -20px;
}
.sch-page-new .slick-dots li {
  display: none;
  width: 54px;
  height: 100%;
  background: none;
  font-size: 1.4rem;
  color: #767676;
  cursor: unset;
  line-height: 26px;
}
.sch-page-new .slick-dots li.slick-active {
  display: block;
}
.sch-page-new .slick-dots li.slick-active span {
  font-weight: 600;
  color: #161616;
  font-size: 1.4rem;
}
.sch-page-new .sch-controler {
  width: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sch-page-new .sch-controler button {
  height: 23px;
  width: 23px;
  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-controler button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sch-page-new .sch-controler button.prev {
  background: url("../images/ico_edu_slide_arrow_left-3f4ee666f8a152986c422e8aa8e11865.png") 0 0 no-repeat;
  background-size: cover;
}
.sch-page-new .sch-controler button.next {
  background: url("../images/ico_edu_slide_arrow_next-891b804e9d2b40f02bff4ac7c7d1bb17.png") 0 0 no-repeat;
  background-size: cover;
}

.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;
}
.mybox-pw-wrap .mybox-pw-in .mybox-pw .input-box {
  width: 100%;
  height: 30px;
}
.mybox-pw-wrap .mybox-pw-in .mybox-pw button {
  width: 80px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ask-wrap {
  margin-bottom: 18px;
  background: #f7f7f7;
  padding: 10px;
}
.ask-wrap .text-wrap {
  margin-bottom: 10px;
}
.ask-wrap .text-wrap strong {
  font-size: 1.5rem;
  color: #ff6040;
}
.ask-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.ask-wrap .btn-wrap .btn-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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-c7a2d6ca6c7ffa3413d84e70958ade13.png") center no-repeat;
  background-size: cover;
}
.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: 8px;
  padding: 30px 20px;
}
.login_wrap .login_in header h1 {
  margin-bottom: 20px;
}
.login_wrap .login_in header h1 a {
  display: block;
}
.login_wrap .login_in header h1 img {
  display: block;
  margin: 0 auto;
  height: 40px;
}
.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;
}
.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: 40px;
  color: #000;
  padding: 0 14px;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  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: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  background: #17c5b4;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.login_wrap .login_in .loginForm form .submit:focus {
  outline: none;
}
.login_wrap .login_in .loginForm .add_text {
  margin-top: 20px;
}
.login_wrap .login_in .loginForm .add_text p {
  margin-bottom: 3px;
  color: #ff6040;
  font-size: 13px;
}
.login_wrap .login_in .loginForm .add_text ul li {
  color: #ff6040;
  font-size: 13px;
}
.login_wrap .login_in .loginForm .add_text ul li::before {
  content: "-";
  margin-right: 4px;
}

@media (min-width: 1024px) {
  .section1 .main-visual-slide .main-visual-page .bg-img img {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .place-info-wrap2 .place-info {
    padding: 10px;
    height: 220px;
  }
  .place-info-wrap2 .place-info small {
    font-size: 10px;
    width: 100%;
  }
  .place-info-wrap2 .place-info .place-ul li p {
    font-size: 13px;
  }
  .place-info-wrap2 .place-info.type1 strong {
    background-size: 80%;
  }
  .place-info-wrap2 .place-info.type2 strong {
    background-size: 80%;
  }
}
/* 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:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.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;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  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;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  width: 10px;
  height: 17px;
  background: url("../images/ico_main_s_arrow.png") 0 0 no-repeat;
  display: block;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -35px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 10px;
  height: 17px;
  background: url("../images/ico_main_s_arrow.png") -10px 0 no-repeat;
  display: block;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  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: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 6px;
  line-height: 12px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  border: 1px solid #17c5b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li.slick-active button:before {
  color: black;
  background: #11c3b7;
}
/*! 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-f27e6ab4519a9324edd36791643fe467.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240-f27e6ab4519a9324edd36791643fe467.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-7ebc30a7cc31ae4b9bd72e0f7a713ef8.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;
}