html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, hr {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main color */
br {
  font-family: "Noto Sans KR", sans-serif !important;
}

.visible-sm {
  display: none !important;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-lg {
  display: block !important;
}
@media (max-width: 1024px) {
  .visible-lg {
    display: none !important;
  }
}

sup {
  vertical-align: super;
  font-size: smaller;
}

body {
  min-width: 360px;
  width: 100%;
  font-size: 16px;
  color: #555;
  line-height: 1;
  font-weight: 300;
  font-family: "Pretendard", sans-serif;
  letter-spacing: -0.3px;
  word-break: break-all;
  box-sizing: border-box;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a, button {
  color: #000;
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* common */
section {
  padding: 80px 0 !important;
}
section .container {
  max-width: 1230px;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0 100px !important;
  }
}

.page-header .container-fluid > div.details .container strong {
  display: block;
  margin-top: 10px;
  font-size: 30px;
  font-family: "GMarketSans";
  font-weight: 400;
}
.page-header .container-fluid > div.details .container strong + h3 {
  margin-top: 0 !important;
}
.page-header .container-fluid > div.details .container h3 + strong {
  margin-top: 0;
}
.page-header .container-fluid > div.details .container .label + h3 {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .page-header .container-fluid > div.details .container .label + h3 {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .page-header .container-fluid > div.details .container strong {
    font-size: 22px;
  }
}

#content {
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 1024px) {
  #content {
    font-size: 16px;
  }
}

.gowun {
  display: block;
  font-size: 30px;
  font-weight: 400;
  font-family: "GowoonDodum";
}
@media (max-width: 1024px) {
  .gowun {
    font-size: 20px;
  }
}

.dl-list dt {
  font-size: 26px;
  font-weight: 600;
}
.dl-list dd {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .dl-list dt {
    font-size: 20px;
  }
  .dl-list dd {
    margin-top: 15px;
  }
}

@media (max-width: 1024px) {
  .quick-top.active {
    bottom: 244px !important;
  }
}

figure {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
figure img {
  max-width: 100%;
}
figure figcaption {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}
figure .caption {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}

.img-list {
  display: table;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.img-list > figure {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.img-list > figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .img-list {
    display: block;
    width: 100%;
    margin: 0;
  }
  .img-list > figure {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .img-list > figure ~ figure {
    margin-top: 30px;
  }
}

.page-controls {
  position: fixed;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.page-controls .container {
  width: 100%;
}
.page-controls .container > a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.page-controls .container > a:before {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.page-controls .container > a:first-child {
  left: 60px;
}
.page-controls .container > a:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.page-controls .container > a:last-child {
  right: 60px;
}
.page-controls .container > a:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.page-controls .container > a:hover {
  background-color: #fff;
}
.page-controls .container > a:hover:before {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.page-controls .container > a:hover:first-child:before {
  border-right-color: #333;
}
.page-controls .container > a:hover:last-child:before {
  border-left-color: #333;
}
@media (max-width: 1024px) {
  .page-controls {
    position: absolute;
    top: auto;
    bottom: 80px;
  }
  .page-controls .container {
    padding: 0 120px;
  }
  .page-controls .container a {
    width: 30px;
    height: 30px;
  }
  .page-controls .container a:before {
    border-width: 6px !important;
  }
  .page-controls .container a:first-child {
    left: calc(50% - 60px);
  }
  .page-controls .container a:last-child {
    right: calc(50% - 60px);
  }
}

/* page-header */
.page-header .container-fluid {
  display: table;
  width: 100%;
  height: 700px;
  table-layout: fixed;
  padding: 0;
}
.page-header .container-fluid > div {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.page-header .container-fluid > div.details {
  position: relative;
}
.page-header .container-fluid > div.details .container {
  max-width: 715px;
  margin-right: 0;
}
.page-header .container-fluid > div.details .container .img-txt {
  position: absolute;
  left: 0;
}
.page-header .container-fluid > div.details .container .img-txt img {
  max-width: 100%;
}
.page-header .container-fluid > div.details .container .img-txt.on-txt {
  top: 0;
}
.page-header .container-fluid > div.details .container .img-txt.off-txt {
  bottom: 0;
}
.page-header .container-fluid > div.details .container .label {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  border-radius: 100px;
  color: #fff;
  padding: 0 10px 0 24px;
  background-color: #000;
}
.page-header .container-fluid > div.details .container .label:before {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.page-header .container-fluid > div.details .container small {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
  font-family: "GMarketSans";
}
.page-header .container-fluid > div.details .container h3 {
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 70px;
  font-weight: bold;
  font-family: "GMarketSans";
  margin-top: 20px;
}
.page-header .container-fluid > div.details .container p {
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
  margin-top: 30px;
}
.page-header .container-fluid > div.details .container .writer {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin-top: 30px;
}
.page-header .container-fluid > div.details .container .writer span {
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.page-header .container-fluid > div.details .container .writer span b {
  font-weight: bold;
}
.page-header .container-fluid > div.details .container .writer span ~ span {
  margin-left: 30px;
}
.page-header .container-fluid > div.backdrop {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-header .container-fluid > div.backdrop > figure {
  display: none;
}
.page-header .container-fluid > div.backdrop > figure img {
  width: 100%;
}
.page-header .container-fluid > div.backdrop .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .page-header .container-fluid > div.details .container h3 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media (max-width: 1024px) {
  .page-header .container-fluid {
    display: block;
    height: auto;
  }
  .page-header .container-fluid > div.details {
    position: relative;
    display: table;
    width: 100%;
    height: calc(100vh - 70px);
    text-align: center;
    padding-top: 80px;
  }
  .page-header .container-fluid > div.details .container {
    display: table-cell;
    vertical-align: top;
  }
  .page-header .container-fluid > div.details .container .label {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header .container-fluid > div.details .container .img-txt {
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header .container-fluid > div.details .container .img-txt.on-txt {
    top: auto;
    bottom: 0;
  }
  .page-header .container-fluid > div.details .container small {
    font-size: 18px;
    margin-top: 10px;
  }
  .page-header .container-fluid > div.details .container h3 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 0;
  }
  .page-header .container-fluid > div.details .container p {
    margin-top: 20px;
  }
  .page-header .container-fluid > div.details .container .writer {
    margin-top: 30px;
  }
  .page-header .container-fluid > div.backdrop {
    background: none !important;
  }
  .page-header .container-fluid > div.backdrop > figure {
    display: block;
  }
  .page-header .container-fluid > div.backdrop > figure img {
    display: block;
    width: 100%;
  }
  .page-header .container-fluid > div.backdrop .caption {
    font-size: 14px;
  }
}

/* news */
.news {
  background-color: #ece9e6;
}
.news .container .section-header {
  position: relative;
  padding: 0 20px 10px;
  border-bottom: 3px solid #000;
}
.news .container .section-header h3 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  font-family: "GMarketSans";
}
.news .container .section-header .date {
  position: absolute;
  bottom: 13px;
  right: 20px;
  font-weight: 500;
}
.news .container .section-content {
  padding-top: 60px;
}
.news .container .section-content > ul > li figure {
  display: block;
  margin-bottom: 30px;
}
.news .container .section-content > ul > li figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news .container .section-content > ul > li ~ li {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .news .container .section-header {
    padding: 0 0 10px 0;
  }
  .news .container .section-header h3 {
    font-size: 30px;
  }
  .news .container .section-header .date {
    right: 0;
    bottom: 8px;
  }
  .news .container .section-content {
    padding-top: 30px;
  }
  .news .container .section-content > ul > li figure {
    margin-bottom: 15px;
  }
  .news .container .section-content > ul > li ~ li {
    padding-top: 30px;
    margin-top: 30px;
  }
}

/* cover */
.cover-header .container-fluid > div.details .container {
  color: #fff;
}
.cover-header .container-fluid > div.details .container .writer span {
  color: #fff;
}

.cover .container .dl-list {
  margin-top: 60px;
}
.cover .container .dl-list dt {
  font-family: "GowoonDodum";
}
.cover .container .dl-list ~ .dl-list {
  margin-top: 60px;
}
.cover .container .img-list {
  table-layout: fixed;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .cover .container .dl-list ~ .dl-list {
    margin-top: 30px;
  }
  .cover .container .img-list {
    margin-top: 30px;
  }
}

/* theme01 */
.theme01-header {
  border-bottom: 1px solid #f19147;
}
.theme01-header .container-fluid > div.details {
  position: relative;
  color: #fff;
}
.theme01-header .container-fluid > div.details .container .label {
  background-color: #fff;
}
.theme01-header .container-fluid > div.details .container .label:before {
  background-color: #000;
}
.theme01-header .container-fluid > div.details .container .label span {
  color: #000;
}
.theme01-header .container-fluid > div.details .container h3 {
  color: #f19147;
}
.theme01-header .container-fluid > div.details .container .writer span {
  color: #f19147;
}

.theme01 {
  overflow: hidden;
}
.theme01 .attention {
  position: relative;
  font-size: 18px;
  display: block;
  color: #fff;
}
.theme01 .dl-list {
  margin-top: 60px;
}
.theme01 .dl-list dt {
  color: #f19147;
}
.theme01 .dl-list dd {
  color: #fff;
}
.theme01 .dl-list dd > ol {
  margin-top: 30px;
}
.theme01 .dl-list dd > ol > li b {
  border-bottom: 1px solid #fff;
}
.theme01 .dl-list dd > ol > li ~ li {
  margin-top: 10px;
}
.theme01 .dl-list dd > ul > li b {
  position: relative;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  padding-left: 15px;
}
.theme01 .dl-list dd > ul > li b:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.theme01 .summary-box {
  margin-top: 60px;
  max-width: 1000px;
  margin: 60px auto 0;
}
.theme01 .summary-box figure img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.theme01 .summary-box figure figcaption {
  display: block;
  font-weight: bold;
  text-align: left;
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
}
.theme01 .summary-box .list-box {
  display: table;
  font-size: 0;
  text-align: center;
  width: calc(100% + 60px);
  table-layout: fixed;
  margin: 30px -30px 0;
}
.theme01 .summary-box .list-box > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}
.theme01 .summary-box .list-box > div dl {
  font-size: 20px;
  line-height: 2.6;
}
.theme01 .summary-box .list-box > div dl dt {
  font-weight: bold;
}
.theme01 .summary-box .list-box > div dl dd {
  font-weight: 400;
}
.theme01 .summary-box .list-box > div:nth-of-type(1) {
  position: relative;
}
.theme01 .summary-box .list-box > div:nth-of-type(1) > dl {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.theme01 .summary-box .list-box > div:nth-of-type(1) > dl dt {
  border-bottom: 1px solid #fff;
}
.theme01 .summary-box .list-box > div:nth-of-type(1) > dl dd > ul > li {
  border-bottom: 1px solid #fff;
}
.theme01 .summary-box .list-box > div:nth-of-type(1) > dl:nth-of-type(1) {
  width: 40%;
  padding-right: 10px;
}
.theme01 .summary-box .list-box > div:nth-of-type(1) > dl:nth-of-type(2) {
  width: 60%;
  padding-left: 10px;
}
.theme01 .summary-box .list-box > div:nth-of-type(1):after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  display: block;
  border-style: solid;
  border-width: 30px 0px 30px 20px;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #f19147;
}
.theme01 .summary-box .list-box > div:nth-of-type(2) dl {
  color: #f19147;
  padding: 0 10px;
  border: 1px solid #f19147;
}
.theme01 .summary-box .list-box > div:nth-of-type(2) dl dt {
  border-bottom: 1px solid #f19147;
}
.theme01 .summary-box .list-box > div:nth-of-type(2) dl dd > ul > li {
  border-bottom: 1px solid #f19147;
}
.theme01 .table-area {
  margin-top: 60px;
  text-align: center;
}
.theme01 .table-area h4 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.theme01 .table-area .table-responsive {
  overflow-x: auto;
  margin-top: 30px;
  padding-bottom: 5px;
}
.theme01 .table-area .table-responsive figure {
  min-width: 768px;
}
.theme01 .table-area .table-responsive figure img {
  display: block;
  width: 100%;
}
.theme01 .w-100 {
  width: 100%;
  margin-top: 60px;
}
.theme01 .w-100 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.theme01 .w-100 figcaption {
  max-width: 1028px;
  display: block;
  margin: 0 auto;
}
.theme01 .attention {
  display: block;
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .theme01 .dl-list {
    margin-top: 30px;
  }
  .theme01 .summary-box {
    margin-top: 30px;
  }
  .theme01 .summary-box figure img {
    max-width: 100px;
    margin: 0 auto;
  }
  .theme01 .summary-box figure figcaption {
    font-size: 20px;
    letter-spacing: -1.5px;
  }
  .theme01 .summary-box .list-box {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .theme01 .summary-box .list-box > div {
    display: block;
    padding: 0;
  }
  .theme01 .summary-box .list-box > div dl {
    font-size: 16px;
  }
  .theme01 .summary-box .list-box > div:nth-of-type(1) {
    padding-bottom: 60px;
  }
  .theme01 .summary-box .list-box > div:nth-of-type(1):after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    border-width: 20px 30px 0px 30px;
    border-color: #f19147 transparent transparent transparent;
  }
  .theme01 .table-area {
    margin-top: 30px;
  }
  .theme01 .table-area h4 {
    font-size: 18px;
  }
  .theme01 .table-area .table-responsive {
    margin-top: 20px;
  }
  .theme01 .w-100 {
    margin-top: 30px;
  }
  .theme01 .attention {
    font-size: 14px;
    margin-top: 15px;
  }
}

/* mission-header */
.mission-header .container-fluid > div.details {
  color: #fff;
}
.mission-header .container-fluid > div.details .container .label {
  color: #000;
  background-color: #fff;
}
.mission-header .container-fluid > div.details .container .label:before {
  background-color: #000;
}
.mission-header .container-fluid > div.details .container strong span {
  color: #b94494;
}
.mission-header .container-fluid > div.details .container h3 {
  color: #b94494;
}
.mission-header .container-fluid > div.details .container .writer span {
  color: #b94494;
}
@media (max-width: 1024px) {
  .mission-header .container-fluid > div.details .container strong {
    font-size: 20px;
  }
}

/* img-responsive */
.img-responsive {
  overflow-x: auto;
  padding-bottom: 5px;
  text-align: center;
}
.img-responsive img {
  width: 100%;
  display: block;
  min-width: 1000px;
}

.read {
  font-family: "GowoonDodum";
}

.mission .dl-list {
  margin-top: 60px;
}
.mission .dl-list dt {
  color: #b94494;
  line-height: 40px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px auto;
}
.mission .dl-list dd > ul > li b {
  position: relative;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  padding-left: 15px;
}
.mission .dl-list dd > ul > li b:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.mission .img-list {
  margin-top: 60px;
}
.mission .img-responsive {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .mission .dl-list dt {
    line-height: 30px;
    min-height: 60px;
    padding-left: 65px;
    letter-spacing: -1.5px;
    background-size: 60px auto;
  }
  .mission .dl-list ~ .dl-list {
    margin-top: 30px;
  }
  .mission .img-list {
    margin-top: 30px;
  }
  .mission .img-responsive {
    margin-top: 30px;
  }
}

/* issue-header */
.issue-header {
  background-image: url(../images/sub/bg_issue_header.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.issue-header .container-fluid > div.details .container {
  max-width: 1430px;
  margin: 0 auto;
}
.issue-header .container-fluid > div.details .container strong {
  color: #fff;
}
.issue-header .container-fluid > div.details .container h3 {
  color: #fff;
}
.issue-header .container-fluid > div.details .container .writer span {
  color: #fff;
}

/* issue */
.issue .container > p {
  font-family: "GowoonDodum";
  color: #0b5383;
}
.issue .container .dl-list {
  margin-top: 60px;
}
.issue .container .dl-list dd .line {
  background-image: linear-gradient(#c9e3de, #c9e3de);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 50%;
}
.issue .container .table-list {
  overflow: hidden;
  font-size: 0;
  margin-top: 60px;
}
.issue .container .table-list > div {
  display: inline-block;
  vertical-align: bottom;
}
.issue .container .table-list > div img {
  display: block;
  width: 100%;
}
.issue .container .table-list > div .table {
  display: table;
  table-layout: fixed;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.issue .container .table-list > div .table > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
}
.issue .container .table-list > div .table ~ .table {
  margin-top: 20px;
}
.issue .container .table-list > div:nth-of-type(1) {
  width: 65%;
  padding-bottom: 49px;
}
.issue .container .table-list > div:nth-of-type(2) {
  width: 28%;
}
.issue .container .table-list > div:nth-of-type(2) > figure {
  position: relative;
  left: -60px;
  top: 50%;
  width: calc(100% + 60px);
}
.issue .container .table-list > div:nth-of-type(2) > figure figcaption {
  display: block;
  color: #000;
  font-size: 24px;
  padding-top: 0;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.issue .container article {
  margin-top: 100px;
}
.issue .container article .article-header {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 3px solid #0b5383;
}
.issue .container article .article-header h4 {
  font-size: 30px;
  color: #0b5383;
  line-height: 40px;
  font-weight: bold;
}
.issue .container article .article-header h4 img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: auto;
  height: 40px;
}
.issue .container article .article-header h4 span {
  display: inline-block;
  color: #fff;
  vertical-align: top;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 100px;
  background-color: #0b5383;
}
.issue .container article .article-content {
  padding-top: 60px;
}
.issue .container article .article-content .inline-list {
  text-align: center;
}
.issue .container article .article-content .inline-list > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
}
.issue .container article .article-content .inline-list > div:last-child {
  margin-right: 0;
}
.issue .container article .article-content .inline-list > div figure {
  position: relative;
  display: inline-block;
}
.issue .container article .article-content .inline-list > div figure img {
  display: block;
}
.issue .container article .article-content .inline-list > div figure img.front {
  position: relative;
  z-index: 1;
}
.issue .container article .article-content .inline-list > div figure img.back {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 427px;
}
.issue .container article .article-content .inline-list > div b {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 24px;
  text-align: center;
  color: #0b5383;
  font-weight: bold;
  margin-top: 60px;
}
.issue .container article .article-content .attention-box {
  position: relative;
  max-width: 780px;
  margin: 60px auto 0;
}
.issue .container article .article-content .attention-box > img {
  position: relative;
  left: -37px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.issue .container article .article-content .attention-box p {
  line-height: 2;
  padding: 60px 30px 30px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-top: -40px;
  border-radius: 30px;
  text-underline-offset: 6px;
  background-color: #eaf0e7;
}
.issue .container article .article-content .attention-box p b {
  font-weight: bold;
}
.issue .container article .article-content > ol > li {
  position: relative;
  padding-bottom: 60px;
}
.issue .container article .article-content > ol > li figure {
  display: block;
  overflow-x: auto;
  padding-bottom: 5px;
}
.issue .container article .article-content > ol > li figure img {
  width: 100%;
  min-width: 768px;
}
.issue .container article .article-content > ol > li:after {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #0b5383;
  border-top: 0;
  border-left: 0;
  content: "";
  margin-left: -15px;
  transform: rotate(45deg);
}
.issue .container article .article-content > ol > li:last-child {
  padding-bottom: 0;
}
.issue .container article .article-content > ol > li:last-child:after {
  display: none;
}
@media (max-width: 1024px) {
  .issue .container .table-list {
    display: block;
    margin-top: 30px;
  }
  .issue .container .table-list > div {
    display: block;
    width: 100% !important;
  }
  .issue .container .table-list > div:nth-of-type(1) {
    padding-bottom: 0;
  }
  .issue .container .table-list > div:nth-of-type(1) .table {
    display: block;
    width: 100%;
    margin: 0;
  }
  .issue .container .table-list > div:nth-of-type(1) .table > div {
    display: block;
    padding: 0;
  }
  .issue .container .table-list > div:nth-of-type(1) .table > div ~ div {
    margin-top: 15px;
  }
  .issue .container .table-list > div:nth-of-type(1) .table ~ .table {
    margin-top: 15px;
  }
  .issue .container .table-list > div:nth-of-type(2) {
    margin-top: 30px;
  }
  .issue .container .table-list > div:nth-of-type(2) figure {
    left: 0;
    width: 100%;
  }
  .issue .container .table-list > div:nth-of-type(2) figure figcaption {
    font-size: 20px;
  }
  .issue .container article .article-header {
    padding-bottom: 20px;
  }
  .issue .container article .article-header h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .issue .container article .article-header h4 img {
    display: block;
    height: 46px;
    margin: 0 auto 10px;
  }
  .issue .container article .article-header h4 span {
    line-height: 30px;
    padding: 0 10px;
  }
  .issue .container article .article-content {
    padding-top: 30px;
  }
  .issue .container article .article-content .inline-list > div {
    display: block;
    margin-right: 0;
  }
  .issue .container article .article-content .inline-list > div figure img {
    margin: 0;
  }
  .issue .container article .article-content .inline-list > div figure img.front {
    width: 238px;
  }
  .issue .container article .article-content .inline-list > div figure img.back {
    max-width: 300px;
  }
  .issue .container article .article-content .inline-list > div b {
    font-size: 20px;
    margin-top: 20px;
  }
  .issue .container article .article-content .inline-list > div ~ div {
    margin-top: 30px;
  }
  .issue .container article .article-content .attention-box {
    margin-top: 30px;
  }
  .issue .container article .article-content .attention-box > img {
    left: -20px;
    max-width: 200px;
  }
  .issue .container article .article-content .attention-box p {
    padding: 30px 15px;
    margin-top: -20px;
  }
  .issue .container article ~ article {
    margin-top: 60px;
  }
}

/* focus-header */
.focus-header {
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 80% 0%;
}
.focus-header .container-fluid > div.details .container {
  max-width: 1430px;
  margin: 0 auto;
}

.focus .container {
  max-width: 1030px;
}
.focus .container .junior .details {
  text-align: center;
}
.focus .container .junior .details > ul {
  font-size: 0;
}
.focus .container .junior .details > ul > li {
  display: inline-block;
  width: 33.333333333%;
  padding: 0 15px;
  text-align: left;
}
.focus .container .junior .details > ul > li p {
  font-size: 16px;
  line-height: 1.4;
}
.focus .container .junior .details > ul > li b {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.focus .container .junior .details.top {
  padding-bottom: 30px;
}
.focus .container .junior .details.top > ul > li {
  vertical-align: bottom;
}
.focus .container .junior .details.bottom {
  padding-top: 30px;
}
.focus .container .junior .details.bottom > ul > li {
  vertical-align: top;
}
.focus .container .dl-list {
  margin-top: 100px;
}
.focus .container .dl-list dt {
  position: relative;
  padding-left: 60px;
}
.focus .container .dl-list dt:before {
  position: absolute;
  top: 38%;
  left: 0;
  display: block;
  width: 50px;
  height: 1px;
  content: "";
  margin-top: -0.5px;
  background-color: #000;
}
.focus .container .dl-list dt.type-2 {
  padding-left: 0;
}
.focus .container .dl-list dt.type-2:before {
  display: none;
}
.focus .container .dl-list ~ .dl-list {
  margin-top: 60px;
}
.focus .container .w-100 {
  display: block;
  margin-top: 60px;
}
.focus .container .w-100 img {
  display: block;
  width: 100%;
}
.focus .container .result {
  margin-top: 60px;
}
.focus .container .result .result-top {
  position: relative;
  padding-left: 90px;
}
.focus .container .result .result-top img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  display: block;
}
.focus .container .result .result-top h4 {
  display: inline-block;
  font-size: 30px;
  color: #7282c0;
  background-image: linear-gradient(#e3edbc, #e3edbc);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 50%;
}
.focus .container .result .table-responsive {
  margin-top: 30px;
  overflow-x: auto;
  padding-bottom: 5px;
}
.focus .container .result .table-responsive .table {
  width: 100%;
  table-layout: fixed;
  min-width: 930px;
  border-top: 1px solid #7282c0;
}
.focus .container .result .table-responsive .table tbody tr th {
  text-align: left;
  padding: 15px 0;
  color: #7282c0;
  font-weight: bold;
  border-bottom: 1px solid #7282c0;
}
.focus .container .result .table-responsive .table tbody tr th:nth-of-type(1) {
  width: 100px;
}
.focus .container .result .table-responsive .table tbody tr th:nth-of-type(2) {
  width: 200px;
}
.focus .container .result .table-responsive .table tbody tr td {
  padding: 15px 0;
  color: #7282c0;
  border-bottom: 1px solid #7282c0;
}
@media (max-width: 1024px) {
  .focus .container .junior .visible-sm {
    margin-top: 30px;
  }
  .focus .container .junior .visible-sm > ul > li {
    font-size: 14px;
    width: 100%;
    line-height: 1.4;
  }
  .focus .container .junior .visible-sm > ul > li > b {
    font-weight: bold;
  }
  .focus .container .junior .visible-sm > ul > li p {
    margin-top: 5px;
  }
  .focus .container .junior .visible-sm > ul > li ~ li {
    margin-top: 20px;
  }
  .focus .container .dl-list {
    margin-top: 60px;
  }
  .focus .container .dl-list ~ .dl-list {
    margin-top: 30px;
  }
  .focus .container .result {
    margin-top: 30px;
  }
  .focus .container .result .result-top {
    padding-left: 50px;
  }
  .focus .container .result .result-top img {
    width: 40px;
  }
  .focus .container .result .result-top h4 {
    font-size: 20px;
  }
  .focus .container .result .table-responsive {
    margin-top: 20px;
  }
  .focus .container .result .table-responsive .table tbody tr th {
    font-size: 14px;
    padding: 10px 0;
  }
  .focus .container .result .table-responsive .table tbody tr th:nth-of-type(1) {
    width: 55px;
  }
  .focus .container .result .table-responsive .table tbody tr th:nth-of-type(2) {
    width: 120px;
  }
  .focus .container .result .table-responsive .table tbody tr td {
    font-size: 14px;
    padding: 10px 0;
  }
}

.electric figcaption {
  color: #945355;
}
.electric .dl-list {
  margin-top: 60px;
}
.electric .dl-list dt {
  position: relative;
  padding-left: 60px;
  color: #945355;
}
.electric .dl-list dt:before {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 55px;
  height: 2px;
  content: "";
  display: block;
  background-color: #945355;
}
.electric .dl-list dd.type-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.electric .dl-list dd.type-2 > .box {
  display: table-cell;
  vertical-align: top;
}
.electric .dl-list dd.type-2 > .box.item-img {
  width: 315px;
  padding-left: 15px;
}
.electric .dl-list dd.type-2 > .box.item-img img {
  display: block;
  width: 100%;
}
.electric .dl-list dd.type-2 > .box.details {
  padding-right: 15px;
}
.electric .dl-list ~ .dl-list {
  margin-top: 60px;
}
.electric .tip-box {
  position: relative;
  max-width: 600px;
  text-align: center;
  margin: 60px auto;
  padding: 100px 30px 30px;
  border-radius: 1000px 1000px 0 0;
  border: 2px solid #945355;
  background-color: #fff;
}
.electric .tip-box > img {
  max-width: 45px;
  display: block;
  margin: 0 auto;
}
.electric .tip-box h3 {
  display: inline-block;
  color: #945355;
  font-size: 28px;
  margin-top: 30px;
  padding: 0 10px;
  background-image: linear-gradient(#e3edbc, #e3edbc);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 50%;
}
.electric .tip-box p {
  color: #945355;
  padding: 0 20px;
  line-height: 2;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  margin-top: 30px;
}
.electric .tip-box .img-list {
  margin-top: 60px;
}
.electric .tip-wrap {
  position: relative;
}
.electric .tip-wrap .tip-box {
  position: relative;
  z-index: 4;
}
.electric .tip-wrap .deco-img {
  position: absolute;
  bottom: 10%;
  left: -100px;
  z-index: 2;
}
.electric .tip-wrap .deco-img img {
  border: 2px solid #945355;
  width: 100%;
}
@media (max-width: 1024px) {
  .electric .tip-wrap .deco-img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .electric .dl-list {
    margin-top: 30px !important;
  }
  .electric .dl-list dt {
    padding-left: 40px;
  }
  .electric .dl-list dt:before {
    bottom: auto;
    top: 22px;
    width: 35px;
  }
  .electric .dl-list dd.type-2 {
    display: block;
  }
  .electric .dl-list dd.type-2 > .box {
    padding: 0 !important;
  }
  .electric .dl-list dd.type-2 > .box.item-img {
    display: none;
  }
  .electric .visible-sm {
    display: block;
  }
  .electric .visible-sm img {
    display: block;
    width: 100%;
  }
  .electric .visible-sm ~ .visible-sm {
    margin-top: 30px;
  }
  .electric .tip-box {
    padding: 70px 15px 20px;
  }
  .electric .tip-box h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .electric .tip-box p {
    margin-top: 15px;
    padding: 0;
  }
  .electric .tip-box .img-list {
    margin-top: 30px;
  }
}

/* sight */
.sight-header .container-fluid > div.details h3 {
  color: #1a2a51;
}
.sight-header .container-fluid > div.details strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #1a2a51;
  font-family: "GMarketSans";
}

.sight .dl-list {
  margin-top: 60px;
}
.sight .dl-list dt {
  color: #1a2a51;
}
.sight .note {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding-top: 5px;
}
.sight .img-list {
  margin-top: 60px;
}
.sight .w-100 {
  display: block;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .sight .dl-list {
    margin-top: 30px;
  }
  .sight .img-list {
    margin-top: 30px;
  }
  .sight .w-100 {
    margin-top: 30px;
  }
}

/* .select */
.page-header.select-header .container-fluid > div.details .container h3 span {
  color: #ff3c57;
}

.select .container article {
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border: 2px solid #000;
}
.select .container article > div {
  display: table-cell;
  vertical-align: middle;
}
.select .container article > div:nth-of-type(1) {
  border-right: 2px solid #000;
}
.select .container article > div.item-img img {
  display: block;
  width: 100%;
}
.select .container article > div.details {
  padding: 30px;
}
.select .container article .box {
  display: block;
  padding: 30px;
}
.select .container article .round {
  display: block;
  margin: 15px 0;
}
.select .container article .round p {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  border-radius: 100px;
  border: 2px solid #f7dc5e;
}
.select .container article .round p:before {
  position: absolute;
  top: -15px;
  left: 30px;
  width: 2px;
  height: 15px;
  content: "";
  background-color: #f7dc5e;
}
.select .container article .round p:after {
  position: absolute;
  top: -21px;
  left: 43px;
  width: 2px;
  height: 39px;
  content: "";
  transform: rotate(-45deg);
  background-color: #f7dc5e;
}
.select .container article .round p span {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: bold;
  background-image: linear-gradient(#f7dc5e, #f7dc5e);
  background-repeat: no-repeat;
  background-position: 0% 75%;
  background-size: 100% 30%;
  background-color: #fff;
}
.select .container article .round p span:after {
  z-index: -1;
}
.select .container article .round p span:before {
  position: absolute;
  top: -2px;
  left: 11px;
  width: 13px;
  height: 2px;
  content: "";
  background-color: #fff;
}
.select .container article .attention {
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  color: #ca3c35;
  margin-top: 20px;
}
.select .container article .attention b {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.select .container article .dl-list > dd > ol {
  margin: 15px 0;
}
.select .container article .dl-list > dd > ol > li {
  position: relative;
  color: #ff3c57;
  padding-left: 70px;
}
.select .container article .dl-list > dd > ol > li b {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 20px;
}
.select .container article .dl-list > dd > ol > li b span {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.select .container article .dl-list > dd > ol > li b:after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  content: "";
  background-color: #f7dc5e;
}
.select .container article .dl-list > dd > ol > li ~ li {
  margin-top: 10px;
}
.select .container article ~ article {
  border-top: 0;
}
@media (max-width: 1024px) {
  .select .container article {
    border: 0;
  }
  .select .container article > div.item-img {
    display: none;
  }
  .select .container article > div.details {
    display: block;
    padding: 0;
    border: 0;
  }
  .select .container article > div.details > figure {
    margin-bottom: 30px;
  }
  .select .container article > div.details > figure img {
    display: block;
    width: 100%;
  }
  .select .container article ~ article {
    margin-top: 30px;
  }
}/*# sourceMappingURL=sub.css.map */