@charset "utf-8";

.sub_con .sub_txt .row p {
  font-size: 1em;
  word-break: keep-all;
  font-weight: 300;
}

hr.interview {
  border-style: dashed;
  color: #a3a3a3;
  width: 100%;
  margin: 40px 0;
}

#contents .row.interview {
  display: block;
  text-align: center;
}

.interview h4 {
  font-size: 1.5em;
  color: #445d98;
  line-height: 1.3;
  margin-bottom: 10px;
}

.interview h4 span {
  color: #292929;
  font-size: 0.77em;
  font-weight: 400;
  display: block;
}

.interview p {
  width: 45%;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #445d98;
  padding: 0 20px 20px;
}

.interview p .tit {
  display: block;
  color: #363c7f;
  font-weight: 500;
  line-height: 1.4;
  margin: 15px 0;
  font-size: 1.1em;
  text-align: center;
}

.interview p .tit::before {
  content: '';
  display: block;
  background: url(../image/common/bq_ico.png) 50% 0% no-repeat;
  width: 66px;
  height: 62px;
  z-index: 10;
  /* margin: -40px 0 0; */
  /* background-size: 100%; */
  /* position: absolute; */
  z-index: 10;
  left: 0;
  width: 100%;
  margin-bottom: 20px;
}

.interview p .tit::after {
  content: '';
  display: block;
  background: url(../image/common/bq_ico.png) 50% 0% no-repeat;
  width: 66px;
  height: 62px;
  rotate: 180deg;
  z-index: 10;
  /* position: absolute; */
  z-index: 10;
  right: 0;
  bottom: -20px;
  /* background-size: 100%; */
  width: 100%;
  margin-top: 20px;
}


/* subPaging */
.subPaging {
  width: 100%;
}

.subPaging:after {
  content: '';
  clear: both;
  display: block;
}

.subPaging>li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.subPaging>li a {
  display: block;
  background: #000;
}

.subPaging>li a dl {
  position: relative;
  margin-bottom: 0;
}

.subPaging>li a dl dt img {
  width: 100%;
  vertical-align: middle;
  opacity: .55;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}

.subPaging>li a dl dd {
  color: #fff;
  font-size: 2rem;
  /* font-weight: 400; */
  letter-spacing: -1px;
  position: absolute;
  top: 30%;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}

.subPaging>li.sPprev a dl dd {
  left: 10%;
  /* letter-spacing: -0.6px; */
}

.subPaging>li.sPnext a dl dd {
  right: 10%;
  /* letter-spacing: -0.6px; */
  text-align: right;
}

.subPaging>li a dl dd span {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}

.subPaging>li a dl dd span.page_txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
}

.subPaging>li a:hover dl dt img,
.subPaging>li a:active dl dt img,
.subPaging>li a:focus dl dt img {
  opacity: 0.2;
}

.subPaging>li.sPprev a:hover dl dd,
.subPaging>li.sPprev a:active dl dd,
.subPaging>li.sPprev a:focus dl dd {
  left: 8.5%;
}

.subPaging>li.sPnext a:hover dl dd,
.subPaging>li.sPnext a:active dl dd,
.subPaging>li.sPnext a:focus dl dd {
  right: 8.5%;
}

/* services */
#services {
  width: 100%;
  background: #fff;
}

.dark_on #services {
  background: #333 !important;
}

#services>ul:after {
  content: '';
  clear: both;
  display: block;
}

#services>ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}

#services>ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  border: 1px solid #f5f5fa;
  box-sizing: border-box;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  line-height: 80px;
}

.dark_on #services>ul li a {
  border: 1px solid #000 !important;
}

#services>ul li a:hover {
  color: #fff;
}

#services>ul li a>img {
  position: absolute;
  top: -3px;
  left: -3px;
}

#services>ul li a>span {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 1.6rem;
  /* line-height: 1.8rem; */
  /* margin-top: 95px; */
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}

#services>ul li a:hover {
  /* margin-top: -10px; */
  /*box-shadow: 4px 4px 7px rgba(10,88,146,.1);*/
  background-color: #003989;
  /* color: #000; */
}

#services>ul li.serPdf a {
  /* background: #fff url(../images/common/serPdf_active.png) top center no-repeat; */
}

#services>ul li.serEbook a {
  /* background: #fff url(../images/common/serEbook_active.png) top center no-repeat; */
}

#services>ul li.serReader a {
  /* background: #fff url(../images/common/serReader_active.png) top center no-repeat; */
}

#services>ul li.serList a {
  /* background: #fff url(../images/common/serList_active.png) top center no-repeat; */
}

#services>ul li.serPdf a:hover,
#services>ul li.serPdf a:active,
#services>ul li.serPdf a:focus {
  /* background: #fff url(../images/common/serPdf_active.png) top center no-repeat; */
}

#services>ul li.serPdf a:hover span,
#services>ul li.serPdf a:active span,
#services>ul li.serPdf a:focus span {
  color: #fff;
}

#services>ul li.serEbook a:hover,
#services>ul li.serEbook a:active,
#services>ul li.serEbook a:focus {
  /* background: #fff url(../images/common/serEbook_active.png) top center no-repeat; */
}

#services>ul li.serEbook a:hover span,
#services>ul li.serEbook a:active span,
#services>ul li.serEbook a:focus span {
  color: #fff;
}

#services>ul li.serReader a:hover,
#services>ul li.serReader a:active,
#services>ul li.serReader a:focus {
  /* background: #fff url(../images/common/serReader_active.png) top center no-repeat; */
}

#services>ul li.serReader a:hover span,
#services>ul li.serReader a:active span,
#services>ul li.serReader a:focus span {
  color: #fff;
}

#services>ul li.serNews a:hover,
#services>ul li.serNews a:active,
#services>ul li.serNews a:focus {
  background: #fff url(../images/common/serNews_active.png) top center no-repeat;
}

#services>ul li.serNews a:hover span,
#services>ul li.serNews a:active span,
#services>ul li.serNews a:focus span {
  color: #fff;
}

#services>ul li.serList a:hover,
#services>ul li.serList a:active,
#services>ul li.serList a:focus {
  /* background: #fff url(../images/common/serList_active.png) top center no-repeat; */
}

#services>ul li.serList a:hover span,
#services>ul li.serList a:active span,
#services>ul li.serList a:focus span {
  color: #fff;
}

#sub-visual {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 50% 100%;
}

#sub-visual::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

#contents.start .cont_title_wrap .category {
  opacity: 1;
}

#contents.start .cont_title_wrap .tit,
#contents.start .cont_title_wrap .tit2,
#contents.start .cont_title_wrap .tit3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  margin-top: 20px;
  display: block;
}

/* #contents.start .cont_title_wrap .tit span,
#contents.start .cont_title_wrap .tit2 span,
#contents.start .cont_title_wrap .tit3 span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
} */

#contents.start .cont_title_wrap .txt {
  opacity: 1;
  bottom: -60%;
  width: 75%;
}

#contents.start .cont_title_wrap .author {
  opacity: 1;
  width: 100%;
  bottom: -90%;
}

.sub_txt {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.sub_txt i {
  margin-bottom: 20px;
}

.cont_title_wrap {
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) translateY(-100%);
  top: calc(50% + 100px);
  width: 100%;
  max-width: calc(100% - 27%);
  z-index: 10;
  min-height: 210px;
  text-align: center;
}

.sub .tit_caption {
  color: #d1d1d1;
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 16px;
}

.cont_title_wrap .category {
  color: #BFD307;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cont_title_wrap .tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-position: 0 100%;
  background-size: 100% 6px;
  background-repeat: no-repeat;
  display: inline;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}

.cont_title_wrap .tit2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-position: 0 100%;
  background-size: 100% 6px;
  background-repeat: no-repeat;
  display: inline;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}

.cont_title_wrap .tit3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background-position: 0 100%;
  background-size: 100% 6px;
  background-repeat: no-repeat;
  display: inline;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}

.cont_title_wrap .txt {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s 1s;
  transition: 0.4s 1s;
  position: absolute;
  bottom: 0;
  width: 100%;
  width: 75%;
  margin: 0 auto;
  left: 0;
  transform: translateX(17%);
}

.cont_title_wrap .author {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s 1s;
  transition: 0.6s .5s;
  position: absolute;
  bottom: 0;
}

.row blockquote {
  font-size: 1.2rem;
  text-decoration: underline;
  text-underline-position: under;
}

.row blockquote::before {
  content: '';
  width: 66px;
  height: 53px;
  display: block;
  background: url(../image/common/block_a.png);
  margin: 0 auto 30px;
}

.row blockquote::after {
  content: '';
  width: 66px;
  height: 53px;
  display: block;
  background: url(../image/common/block_b.png);
  margin: 30px auto 0;
}

.row blockquote.gray {
  text-decoration: none;
}

.row blockquote.gray::before {
  filter: grayscale(1);
}

.row blockquote.gray::after {
  filter: grayscale(1);
}

.sub_wrap {
  margin-bottom: 20px;
}

.row p+.column {
  margin-left: 0;
}

.row h3 .q {
  font-size: 2.8rem;
  color: #cc9fac;
}

.sub_con .sub_txt .point {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.sub_con .row .cont_txt {
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  word-break: keep-all;
}

.row .box_bd {
  border: 1px solid #b7b7b7;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: .9rem;
  display: inline-block;
}

.sub_con.sub2 .row h3 {
  color: #0069b4;
}

.sub_con.sub2 .row h3 .small {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.row .circle {
  display: block;
  font-weight: 300;
  font-size: 2rem;
  border: 2px solid #4170b7;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 15px;
}

.sub_wrap .sub_head {
  position: relative;
}

.cont_title_wrap sup {
  font-size: 2rem;
}

/*Dialog box*/
.dialog_box {
  position: relative;
  padding: 8px;
  background: #fff;
  border: 4px solid #000000;
  font-size: 1.5rem;
  font-weight: 500;
}

.dialog_box:after,
.dialog_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}

.dialog_box:after {
  border-width: 8px;
}

.dialog_box:before {
  border-width: 15px;
}

.dialog_box span {
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*Arrow pointing BOTTOM*/
.dialog_box.bottom:after,
.dialog_box.bottom:before {
  left: 20%;
  top: 100%;
}

.dialog_box.bottom:after {
  border-color: #fff transparent transparent transparent;
  margin-left: -1px;
}

.dialog_box.bottom:before {
  border-color: #000000 transparent transparent transparent;
  margin-left: -8px;
}

.sub_head {
  margin: 20px 0px 30px;
}

.sub_head::after {
  content: "";
  clear: both;
  display: block;
}

.list_wrap .inner {
  width: 100%;
  font-size: 0px;
}

.swing.active::after {
  transform-origin: top center;
  animation: swing 2s ease infinite;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#contents.start .cont_title_wrap.listpage .tit {
  transform: translateY(35%);
}

.listpage .tit {
  transform: translateY(20%);
}

.list_wrap .inner .list h3 {
  font-size: 27px;
  color: rgb(51, 51, 51);
  padding-bottom: 20px;
  border-bottom: 15px solid rgb(53, 54, 130);
}

.list_wrap .inner .list ul {
  margin-bottom: 50px;
}

.list_wrap .inner .list ul li {
  display: inline-block;
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 2.5%;
  font-size: 1rem;
  vertical-align: top;
  text-align: center;
}

.list_wrap .inner .list ul li img {
  border: 1px solid rgb(221, 221, 221);
}

.list_wrap .inner .list ul li span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  color: rgb(51, 51, 51);
}

.sub_head .breadcrumb {
  float: right;
}

.sub_head .breadcrumb li {
  display: inline-block;
  font-size: 1rem;
  color: rgb(102, 102, 102);
}

.sub_head .breadcrumb li+li::before {
  content: "•";
  color: rgb(39, 85, 181);
  padding: 5px 5px 5px 0;
  font-size: 1rem;
  font-family: xeicon;
  font-weight: 400;
  vertical-align: 0px;
}

.sub_head .breadcrumb li+li+li::before {
  content: "••";
  color: rgb(39, 85, 181);
  padding: 5px 5px 5px 0;
  font-size: 1rem;
  font-family: xeicon;
  font-weight: 400;
  vertical-align: 0px;
}

.sub_head .breadcrumb .home {
  display: inline-block;
  position: relative;
  padding-left: 0px;
}

.sub_head .breadcrumb li.selected {
  font-weight: bold;
  color: rgb(51, 51, 51);
}

.sub_body {
  position: relative;
  padding-bottom: 50px;
}

.sub_body.pb0 {
  padding-bottom: 0px;
}

.sub_body .sub_title {
  text-align: center;
}

.sub_body .section {
  margin-bottom: 300px;
}

.sub_body .section:last-child {
  margin-bottom: 0px;
}

.sub_title div span {
  font-size: 25px;
  color: rgb(88, 89, 91);
  font-weight: 400;
}

.sub_title div span.fz45 {
  font-size: 45px;
  color: inherit;
  font-weight: 700;
}

.sub_title div span.fwn {
  font-weight: 300;
  font-size: inherit;
  color: inherit;
}

.sub_title div h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 60px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}

.sub_title p {
  font-size: 25px;
  font-weight: 300;
  line-height: 39px;
}

.sub_title p.writer {
  font-size: 18px;
  color: rgb(35, 31, 32);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}

.sub_title h3 {
  position: relative;
  margin: 10px 0px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  line-height: 1.4;
  word-break: keep-all;
}

.sub_title.listpage h2 {
  position: relative;
  margin: 10px 0px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  line-height: 1.4;
  word-break: keep-all;
}

.sub_title.listpage h2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 1px;
  background-color: rgb(210, 210, 210);
}

.sub_title h3.stxt {
  font-size: 18px;
}

.sub_title h3 .point {
  display: inline-block;
  padding: 5px 50px;
  margin-bottom: 10px;
  background-color: rgb(245, 130, 32);
  font-size: 26px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  word-break: keep-all;
}

.sub_title .subtag {
  margin-top: 30px;
  font-size: 20px;
}

.sub_title h3 .stitle {
  display: block;
  margin-top: 15px;
  font-weight: normal;
  font-size: 24px;
}

.sub_title h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(45, 95, 160);
  text-align: center;
}

.sub_title .source {
  padding-top: 15px;
  font-size: 16px;
  color: rgb(114, 114, 126);
}

.sub_title .source strong {
  margin-right: 5px;
}

.sub_title .source strong:nth-of-type(2) {
  margin-left: 15px;
}

.sub_title .lead {
  margin-top: 50px;
  padding: 20px 30px;
  font-size: 18px;
  color: rgb(34, 34, 34);
  line-height: 30px;
  word-break: keep-all;
  text-align: center;
}

.sub_title .lead.p1 {
  padding: 10px 30px;
}

.sub_title .profile_img {
  width: 70px;
  height: 70px;
  border: 1px solid rgb(51, 51, 51);
  border-radius: 45px;
  overflow: hidden;
  margin: 0px auto;
}

.source {
  background: rgb(239, 239, 239);
  padding: 32px;
}

.source strong {
  font-weight: 600;
}

.source p {
  word-break: break-all;
}

.source p span.fwb {
  font-size: 1rem;
}

.source strong::before {
  content: "";
  clear: both;
  display: block;
  width: 55px;
  height: 1px;
  background: rgb(188, 185, 184);
  margin-bottom: 22px;
}

.source strong.second::before {
  display: none;
}

.tabnav {
  max-width: 620px;
  margin: 0px auto 75px;
  display: flex;
  justify-content: space-around;
}

.tabnav.tab3 {
  max-width: 620px;
  margin: 0px auto 75px;
  display: flex;
  justify-content: space-between;
}

.tabnav.tab4 {
  max-width: 800px;
  margin: 0px auto 75px;
  display: flex;
  justify-content: space-between;
}

.tabnav.tab6 {
  max-width: 1170px;
  margin: 0 auto 35px;
  display: block;
  width: 80%;
}

.tabnav.tab6 li {
  width: 47%;
  display: inline-block;
  margin: 0 1% 10px;
}

.tabnav li {
  width: 44.4234%;
}

.tabnav.tab3 li {
  width: 30%;
  float: none;
}

.tabnav.tab4 li {
  width: 20%;
  float: none;
}

.tabnav.tab4 li:last-child {
  float: none;
}

.tabnav li a {
  border-radius: 10px;
  font-size: 25px;
  font-weight: 500;
  color: rgb(92, 194, 207);
  border: 3px solid rgb(102, 204, 204);
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 10px;
  line-height: 1.2;
}

.tabnav li a:hover,
.tabnav li a.active {
  color: rgb(255, 255, 255);
  font-weight: 700;
  background: rgb(92, 194, 207);
  border: 3px solid rgb(92, 194, 207);
}

.sub_con .row h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #363c7f;
}

.sub_con .row h3 .fwn {
  font-weight: 500;
}

.sub_con .row p {
  line-height: 30px;
  text-align: justify;
}

.sub_con .row .fwb.tac {
  line-height: 1.4;
  margin-bottom: 10px;
}

.sub_con .row .writer {
  text-align: right;
  margin-top: 20px;
}

.sub_con .row p.caption {
  font-size: 15px;
  text-align: center;
  padding-top: 5px;
  clear: both;
  line-height: 1.4;
}

.sub_con .part {
  margin-bottom: 60px;
}

.sub_con .part:last-child {
  margin-bottom: 0px;
}

.sub_con .txt_wrap {
  margin: 20px 0px;
}

.flex0 {
  display: flex;
  justify-content: space-between;
}

.flex1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub_con .txt_wrap .header_tit {
  color: rgb(238, 121, 81);
  border-top: 5px solid rgb(238, 121, 81);
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
}

.sub_con .txt_wrap .header_tit span {
  font-size: 20px;
  font-weight: 700;
  background-color: rgb(238, 121, 81);
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-align: left;
  word-break: keep-all;
}

.sub_con .txt_wrap .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: rgb(53, 54, 130);
  text-align: left;
  word-break: keep-all;
}

.sub_con .txt_wrap h3 {
  font-size: 22px;
  color: rgb(53, 54, 130);
  font-weight: 600;
}

.sub_con .txt_wrap .text {
  font-size: 16px;
  color: rgb(102, 102, 102);
  text-align: justify;
  line-height: 32px;
}

.sub_con .txt_wrap .text .underline {
  text-decoration: underline;
}

.sub_con .txt_alert {
  font-family: "Nanum Myeongjo";
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: rgb(53, 54, 130);
}

.sub_con .txt_box {
  background-color: rgb(243, 243, 243);
  padding: 30px;
}

.sub_con .txt_box .text {
  font-size: 18px;
  color: rgb(53, 54, 130);
  line-height: 34px;
}

.sub_con .img_wrap {
  margin: 0px 0px 20px;
  text-align: center;
}

.img_tit {
  font-weight: bold;
  margin-bottom: 5px;
}

.sub_con .img_wrap.mt20 {
  margin-top: 20px;
}

.sub_con .img_wrap.mt35 {
  margin-top: 35px;
}

.sub_con .img_wrap.mb0 {
  margin-bottom: 0px;
}

.sub_con .img_wrap::after {
  content: "";
  display: block;
  clear: both;
}

.sub_con figure img {
  width: auto;
}

.sub_con .img_wrap.two figure {
  float: left;
  width: 48.305%;
  margin-right: 3.3898%;
}

.sub_con .img_wrap.three figure {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.sub_con .img_wrap.four figure {
  float: left;
  width: 23.4%;
  margin-right: 2%;
}

.sub_con .img_wrap figure:nth-last-of-type(1) {
  margin-right: 0px;
}

.sub_con figure .caption {
  margin-top: 10px;
  font-size: 15px;
  color: rgb(102, 102, 102);
  text-align: center;
  line-height: 22px;
  word-break: keep-all;
}

.sub_con .part .caption {
  margin-top: 10px;
  font-size: 15px;
  color: rgb(102, 102, 102);
  text-align: center;
  line-height: 22px;
  word-break: keep-all;
}

.info_center {
  max-width: 700px;
  margin: auto;
  border: 2px solid #009d69;
  box-sizing: border-box;
}

.row .info_center h3 {
  position: relative;
  color: #009d69;
  font-size: 38px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.045em;
  border-bottom: 2px solid #009d69;
  margin-bottom: 0px;
}

.row .info_center h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 43%;
  width: 15px;
  height: 15px;
  background: #009d69;
  border-radius: 20px;
}

.row .info_center h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 43%;
  width: 15px;
  height: 15px;
  background: #009d69;
  border-radius: 20px;
}

.info_center div {
  padding: 2% 3.93013%;
}

.info_center div p {
  font-size: 20px;
  margin-bottom: 35px;
}

.info_center div p:last-child {
  margin-bottom: 0px;
}

.info_center div p .fwb {
  font-weight: 700;
}

.book_inside h4 {
  margin-bottom: -3%;
  background: rgb(255, 255, 255);
}

.book_inside h4::after {
  content: "";
  clear: both;
  display: block;
}

.book_inside .inside::after {
  content: "";
  clear: both;
  display: block;
}

.book_inside .inside {
  background: rgb(233, 238, 242);
  max-width: 900px;
  margin: auto;
  border-top: 2px solid rgb(0, 104, 142);
  padding: 6.5% 3.55556%;
}

.book_inside .inside .left {
  float: left;
  margin-right: 4.22222%;
}

.book_inside .inside .right p.tit {
  font-size: 16px;
  margin-bottom: 3.5%;
}

.book_inside .inside .right p.tit .writer {
  font-size: 21px;
  font-weight: 700;
}

.sub_con .reference {
  padding-top: 50px;
  border-top: 1px solid rgb(221, 221, 221);
  margin-top: 100px;
  font-size: 13px;
  color: rgb(153, 153, 153);
  line-height: 29px;
}

.sub_con .reference .list {
  color: rgb(51, 51, 51);
}

.contwrap.pt0 {
  padding-top: 0px;
}

.row.pb20 {
  padding-bottom: 20px;
}

.row.pb40 {
  padding-bottom: 40px;
}

.row::after {
  content: "";
  overflow: hidden;
  display: block;
  clear: both;
}

.bor_btm {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.bor_top {
  padding-top: 30px;
  border-top: 1px solid rgb(221, 221, 221);
}

.row .column {
  float: left;
}

.row .column2 {
  float: left;
  padding-left: 3.3898%;
}

.row .column.left_con {
  padding-left: 0px;
  width: 65%;
}

.row .column.right_con {
  width: 31%;
}

.row .column.right {
  float: right;
}

.row .column.right {
  padding-left: 3.3898%;
}

.row .column.right+.column {
  padding-left: 0px;
}

.row .column figure {
  text-align: center;
}

.row.half>.column:first-child {
  width: 48.305%;
}

.row.half>.column {
  width: 51.6948%;
}

.row.half>.column.right:first-child {
  width: 51.6948%;
}

.row.half>.column.right+.column {
  width: 48.305%;
}

.row.w600 .column:first-child {
  width: 45.7627%;
}

.row.w600 .column {
  width: 54.2372%;
}

.row.w600 .column.right:first-child {
  width: 54.2372%;
}

.row.w600 .column.right+.column {
  width: 45.7627%;
}

.row.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row.flex .column.right+.column {
  order: -1;
}

.row.width3>.column:first-child {
  width: 3%;
}

.row.width3>.column {
  width: 97%;
}

.row.width5>.column:first-child {
  width: 5%;
}

.row.width5>.column {
  width: 95%;
}

.row.width7>.column:first-child {
  width: 7%;
}

.row.width7>.column {
  width: 93%;
}

.row.width8>.column:first-child {
  width: 8%;
}

.row.width8>.column {
  width: 92%;
}

.row.width10>.column:first-child {
  width: 10%;
}

.row.width10>.column {
  width: 90%;
}

.row.width15 .column:first-child {
  width: 15%;
}

.row.width15 .column {
  width: 85%;
}

.row.width17 .column:first-child {
  width: 17%;
}

.row.width17 .column {
  width: 83%;
}

.row.width20 .column:first-child {
  width: 20%;
}

.row.width20 .column {
  width: 80%;
}

.row.width21 .column:first-child {
  width: 21%;
}

.row.width21 .column {
  width: 79%;
}

.row.width22 .column:first-child {
  width: 22%;
}

.row.width22 .column {
  width: 78%;
}

.row.width23 .column:first-child {
  width: 23%;
}

.row.width23 .column {
  width: 77%;
}

.row.width24 .column:first-child {
  width: 24%;
}

.row.width24 .column {
  width: 76%;
}

.row.width25 .column:first-child {
  width: 25%;
}

.row.width25 .column {
  width: 75%;
}

.row.width26 .column:first-child {
  width: 26%;
}

.row.width26 .column {
  width: 74%;
}

.row.width27 .column:first-child {
  width: 27%;
}

.row.width27 .column {
  width: 73%;
}

.row.width28 .column:first-child {
  width: 28%;
}

.row.width28 .column {
  width: 72%;
}

.row.width29 .column:first-child {
  width: 29%;
}

.row.width29 .column {
  width: 71%;
}

.row.width30 .column:first-child {
  width: 30%;
}

.row.width30 .column {
  width: 70%;
}

.row.width31 .column:first-child {
  width: 31%;
}

.row.width31 .column {
  width: 69%;
}

.row.width32 .column:first-child {
  width: 32%;
}

.row.width32 .column {
  width: 68%;
}

.row.width33 .column:first-child {
  width: 33%;
}

.row.width33 .column {
  width: 67%;
}

.row.width34 .column:first-child {
  width: 34%;
}

.row.width34 .column {
  width: 66%;
}

.row.width35 .column:first-child {
  width: 35%;
}

.row.width35 .column {
  width: 65%;
}

.row.width36 .column:first-child {
  width: 36%;
}

.row.width36 .column {
  width: 64%;
}

.row.width38>.column:first-child {
  width: 38%;
}

.row.width38>.column {
  width: 62%;
}

.row.width39>.column:first-child {
  width: 39%;
}

.row.width39>.column {
  width: 61%;
}

.row.width40>.column:first-child {
  width: 40%;
}

.row.width40>.column {
  width: 60%;
}

.row.width41>.column:first-child {
  width: 41%;
}

.row.width41>.column {
  width: 59%;
}

.row.width42>.column:first-child {
  width: 42%;
}

.row.width42>.column {
  width: 58%;
}

.row.width43>.column:first-child {
  width: 43%;
}

.row.width43>.column {
  width: 57%;
}

.row.width44>.column:first-child {
  width: 44%;
}

.row.width44>.column {
  width: 56%;
}

.row.width45>.column:first-child {
  width: 45%;
}

.row.width45>.column {
  width: 55%;
}

.row.width46>.column:first-child {
  width: 46%;
}

.row.width46>.column {
  width: 54%;
}

.row.width47>.column:first-child {
  width: 47%;
}

.row.width47>.column {
  width: 53%;
}

.row.width48>.column:first-child {
  width: 48%;
}

.row.width48>.column {
  width: 52%;
}

.row.width49>.column:first-child {
  width: 49%;
}

.row.width49>.column {
  width: 51%;
}

.row.width50>.column:first-child {
  width: 50%;
}

.row.width50>.column {
  width: 50%;
}

.row.width51>.column:first-child {
  width: 51%;
}

.row.width51>.column {
  width: 49%;
}

.row.width52>.column:first-child {
  width: 52%;
}

.row.width52>.column {
  width: 48%;
}

.row.width53>.column:first-child {
  width: 53%;
}

.row.width53>.column {
  width: 47%;
}

.row.width54>.column:first-child {
  width: 54%;
}

.row.width54>.column {
  width: 46%;
}

.row.width55>.column:first-child {
  width: 55%;
}

.row.width55>.column {
  width: 45%;
}

.row.width56>.column:first-child {
  width: 56%;
}

.row.width56>.column {
  width: 44%;
}

.row.width57>.column:first-child {
  width: 57%;
}

.row.width57>.column {
  width: 43%;
}

.row.width58>.column:first-child {
  width: 58%;
}

.row.width58>.column {
  width: 42%;
}

.row.width59>.column:first-child {
  width: 59%;
}

.row.width59>.column {
  width: 41%;
}

.row.width60>.column:first-child {
  width: 60%;
}

.row.width60>.column {
  width: 40%;
}

.row.width61>.column:first-child {
  width: 61%;
}

.row.width61>.column {
  width: 39%;
}

.row.width62>.column:first-child {
  width: 62%;
}

.row.width62>.column {
  width: 38%;
}

.row.width63 .column:first-child {
  width: 63%;
}

.row.width63 .column {
  width: 37%;
}

.row.width64 .column:first-child {
  width: 64%;
}

.row.width64 .column {
  width: 36%;
}

.row.width66 .column:first-child {
  width: 66.1016%;
}

.row.width66 .column {
  width: 33.8984%;
}

.row.width67 .column:first-child {
  width: 67%;
}

.row.width67 .column {
  width: 33%;
}

.row.width68 .column:first-child {
  width: 68%;
}

.row.width68 .column {
  width: 32%;
}

.row.width70 .column:first-child {
  width: 70%;
}

.row.width70 .column {
  width: 30%;
}

.row.width71 .column:first-child {
  width: 71%;
}

.row.width71 .column {
  width: 29%;
}

.row.width72 .column:first-child {
  width: 72%;
}

.row.width72 .column {
  width: 28%;
}

.row.width74 .column:first-child {
  width: 74%;
}

.row.width74 .column {
  width: 26%;
}

.row.width77 .column:first-child {
  width: 77%;
}

.row.width77 .column {
  width: 23%;
}

.row.width78 .column:first-child {
  width: 78%;
}

.row.width78 .column {
  width: 22%;
}

.row.width86 .column:first-child {
  width: 86%;
}

.row.width86 .column {
  width: 14%;
}

.qr_wrap {
  float: right;
  width: 35%;
}

.qr_text {
  float: left;
  text-align: right;
  line-height: 30px;
}

.qr_img {
  float: right;
}

.sub_footwrap {
  background-color: rgb(234, 241, 255);
  padding: 40px 0px;
}

.sub_foot {
  width: 1170px;
  height: 100%;
  margin: 0px auto;
}

.sub_foot .relation {
  width: 100%;
  position: relative;
}

.sub_foot .relation .swiper {
  overflow: hidden;
}

.sub_foot .relation .rel_tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: rgb(36, 51, 80);
  width: 21%;
  text-align: center;
  border-radius: 30px;
  padding: 7px 5px 5px;
}

.sub_foot .relation .rel_tit::after {
  content: "";
  background-color: rgb(36, 51, 80);
  width: 930px;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 7%;
}

.sub_foot .relation p {
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
  font-weight: 500;
  color: rgb(50, 59, 80);
  word-break: keep-all;
  margin: 10px 0px;
}

.question .footnote {
  font-size: 14px;
  line-height: 22px;
  margin-left: 35px;
  margin-top: 10px;
  border-top: 1px solid rgb(85, 85, 85);
  padding-top: 10px;
}

.footnote {
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid rgb(85, 85, 85);
  padding-top: 10px;
}

.footnote .footnote_tit {
  padding: 5px 0px;
  border-bottom: 1px solid rgb(51, 51, 51);
  margin-bottom: 10px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pc-n {
  display: none;
}

.bluetext {
  color: rgb(63, 112, 202);
  font-weight: bold;
}

.sub_1_2 .text span {
  color: rgb(63, 112, 202);
  font-weight: bold;
}

.sub_1_3 .title {
  border-radius: 10px;
  display: inline-block;
  padding: 5px 10px;
}

.sub_1_3_1 .title span {
  font-size: 20px;
  color: rgb(0, 174, 239) !important;
}

.sub_1_3 .box {
  background: rgb(223, 223, 223);
  padding: 10px 20px;
}

.sub_2_1 .one .txt_alert {
  color: rgb(241, 122, 96);
}

.sub_2_1 .one .txt_wrap .title {
  color: rgb(241, 122, 96);
}

.sub_2_1 .two .txt_alert {
  color: rgb(125, 66, 150);
}

.sub_2_1 .two .txt_wrap .title {
  color: rgb(125, 66, 150);
}

.sub_2_1 .three .txt_alert {
  color: rgb(39, 115, 182);
}

.sub_2_1 .three .txt_wrap .title {
  color: rgb(39, 115, 182);
}

.sub_2_1 .txt_data {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: rgb(39, 115, 182);
  margin-bottom: 10px;
}

.sub_2_1 .txt_data span {
  font-size: 40px;
}

.sub_2_2 .title span {
  font-size: 20px;
  color: rgb(0, 174, 239) !important;
}

.sub_2_3 .title .square_1 {
  font-size: 10px;
  color: rgb(0, 174, 239);
}

.sub_2_3 mark {
  background: rgb(255, 244, 206);
}

.sub_2_3 .txt_box {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}

.sub_2_3 .txt_box .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.sub_2_3 .txt_box .stitle {
  font-weight: 600;
  font-size: 20px;
  color: rgb(53, 54, 130);
  line-height: 36px;
  margin-bottom: 10px;
}

.sub_2_3 .txt_box .txt {
  font-size: 15px;
  text-align: left;
  line-height: 28px;
  color: rgb(102, 102, 102);
}

.sub_2_4 .section_txt {
  font-weight: 600;
  font-size: 20px;
  color: rgb(53, 54, 130);
  text-align: center;
  margin-bottom: 30px;
}

.sub_2_4 .section_txt .point {
  font-size: 30px;
}

.sub_2_6 .question .title {
  position: relative;
  padding-left: 35px;
  line-height: 36px;
}

.sub_2_6 .question .title::after {
  display: block;
  content: "Q";
  clear: both;
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 30px;
}

.sub_2_6 .question .text {
  padding-left: 35px;
}

.sub_3_1 .txt_box {
  background-color: initial;
  font-family: "Nanum Myeongjo";
  text-align: center;
}

.sub_3_1 .box3_1 {
  background: rgb(249, 246, 243);
  border-top: 3px solid rgb(192, 78, 62);
}

.sub_3_1 .box_tit {
  font-size: 20px;
  font-weight: bold;
}

.sub_3_1 .box_wrap {
  padding: 20px;
}

.sub_3_1 .box_stit {
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}

.sub_3_1 .txt_wrap {
  margin: 10px 0px;
}

.sub_3_4 .title {
  background: rgb(0, 0, 0);
  display: inline-block;
  padding: 5px;
  color: rgb(255, 255, 255) !important;
}

.sub_3_5 .part {
  background-color: rgb(158, 178, 220);
  padding: 30px;
}

.sub_3_5 .part::after {
  display: block;
  content: "";
  clear: both;
}

.sub_3_5 .app_info {
  float: left;
  width: calc(100% - 250px);
  margin-right: 20px;
}

.sub_3_5 .app_tit {
  margin-bottom: 30px;
}

.sub_3_5 .app_tit::after {
  display: block;
  content: "";
  clear: both;
}

.sub_3_5 .app_icon {
  float: left;
  width: 90px;
  margin-right: 30px;
}

.sub_3_5 .app_name {
  float: left;
  width: calc(100% - 120px);
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
}

.sub_3_5 .app_name span {
  display: block;
  text-decoration: underline;
}

.sub_3_5 .app_txt {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 32px;
}

.sub_3_5 .app_img {
  float: left;
  width: 230px;
}

.sub_4_1 .enterprise_box {
  padding: 15px;
  border-radius: 10px;
  border: 3px solid rgb(53, 54, 130);
  background: rgb(255, 255, 255);
  margin-top: 40px;
}

.sub_4_1 .enterprise_box .title {
  color: rgb(53, 54, 130);
  font-weight: bold;
  font-size: 22px;
}

.sub_4_1 .enterprise_box .stit {
  color: rgb(53, 54, 130);
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.sub_4_2 .news_list::after {
  display: block;
  content: "";
  clear: both;
}

.sub_4_2 .news_part {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  background-color: rgb(250, 250, 250);
  padding: 20px;
  border: 1px solid rgb(221, 221, 221);
}

.sub_4_2 .news_part:nth-child(2n) {
  margin-right: 0px;
}

.sub_4_2 .news_img {
  margin-bottom: 20px;
}

.sub_4_2 .news_img img {
  width: 100%;
}

.sub_4_2 .news_tit {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.sub_4_2 .news_info {
  font-size: 16px;
  line-height: 32px;
}

.sub_4_4 .title {
  font-size: 22px;
  color: rgb(53, 54, 130);
  font-weight: bold;
}

.sub_full {
  padding: 50px 0;
  text-align: justify;
}

.sub_full.event {
  background: #f8ecea url(../image/sub/f4/event_bg1.jpg) 50% 20%;
}


.sub_full .round_box {
  background: rgb(255, 255, 255);
  padding: 5%;
  border-radius: 50px;
  margin-top: 12%;
}

.sub_full .round_box>.row {
  position: relative;
}

.sub_full .tit_img {
  margin-bottom: 20px;
}

.sub_full .round_box .txt_img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 19%;
}

.sub_full .round_box .txt_img+p {
  margin-top: 7%;
}

.sub_full h3 {
  font-size: 30px;
  color: #3a86e7;
}

.quizwrap {
  text-align: center;
  position: relative;
}

.quizwrap h3 {
  background: #73c4db;
  color: #fff;
  border-radius: 30px;
  width: 65%;
  margin: auto;
  font-size: 24px;
  padding: 2%;
  border: 3px dashed rgb(0, 0, 0);
}

.quizwrap h3 span {
  font-size: 30px;
  display: block;
}

.quizwrap ul {
  border: 4px dashed rgb(0, 0, 0);
  display: block;
  font-size: 64px;
  position: relative;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -22%);
  width: 85%;
  z-index: -1;
  background: url("../image/sub/f4/quiz_bg.jpg") 0px 0px repeat;
  padding: 124px 20px 98px;
}

.quizwrap ul li {
  display: inline-block;
  background: url('../image/sub/f4/event_list.png') 0 0 no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  vertical-align: bottom;
  line-height: 100px;
}

.fwb {
  font-weight: 600;
}

.point {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  border-top: 1px solid rgb(133, 133, 133);
  padding-top: 10px;
  margin-top: 20px;
}

.point_s {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 5px;
}

.row.event_info {
  text-align: center;
}

.row.event_info h3 {
  color: #f4b2bb;
  font-size: 35px;
  display: inline-block;
  border-bottom: 2px solid #f4b2bb;
  font-weight: 700;
}

.row.event_info p {
  color: rgb(3, 0, 0);
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 5px 5px 35px;
}

.sub_con .row .roundbox {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #f4b2bb;
  padding: 7px 25px;
  border-radius: 10px;
  display: inline-block;
}

.sub_con .event_txt p {
  font-size: 23px;
  font-weight: 500;
  color: rgb(3, 0, 0);
  line-height: 1.4;
}

.row.event_bg {
  max-width: 1200px;
  margin: 70px auto 0;
}

.row.event_bg .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 25px;
}

.row.event_bg .fwb {
  position: relative;
}

.row.event_bg .icon01::after {
  content: '';
  display: block;
  background: url(../image/sub/f4/icon01.png);
  width: 80px;
  height: 78px;
  position: absolute;
  left: -125%;
  top: -200%;
}

.row.event_bg .icon02::after {
  content: '';
  display: block;
  background: url(../image/sub/f4/icon02.png);
  width: 80px;
  height: 78px;
  position: absolute;
  left: -125%;
  top: -200%;
}

.row.event_bg .icon03::after {
  content: '';
  display: block;
  background: url(../image/sub/f4/icon03.png);
  width: 80px;
  height: 78px;
  position: absolute;
  left: -125%;
  top: -200%;
}

.row.event_bg .icon04::after {
  content: '';
  display: block;
  background: url(../image/sub/f4/icon04.png);
  width: 80px;
  height: 78px;
  position: absolute;
  left: -125%;
  top: -200%;
}

.row.event_bg .icon05::after {
  content: '';
  display: block;
  background: url(../image/sub/f4/icon05.png);
  width: 80px;
  height: 78px;
  position: absolute;
  left: -125%;
  top: -200%;
}

.row.event_bg .icon06::after {
  content: '';
  display: block;
  background: url(../image/sub/f4/icon06.png);
  width: 80px;
  height: 78px;
  position: absolute;
  left: -125%;
  top: -200%;
}

.row.event_bg p {
  position: relative;
  width: 33%;
  border: 1px solid #9f9f9f;
  padding: 17px;
  background: #fff;
  border-radius: 20px;
}

.magazine .row h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
  box-shadow: yellow 0px -14px 0px inset;
  display: inline;
}

.magazine hr {
  margin-bottom: 50px;
}

.sub_con h3.book_tit {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0px;
}

.sub_con h3.book_tit span {
  font-size: 20px;
  color: rgb(89, 87, 87);
}

.underline {
  text-decoration: underline;
}

.ptb40 {
  padding: 40px 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.p120 {
  padding-left: 20px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.case {
  margin-top: 40px;
}

.case_wrap {
  padding: 10px 0px;
  border-top: 2px solid rgb(34, 34, 34);
  border-bottom: 2px solid rgb(34, 34, 34);
}

.case_tit span {
  font-size: 18px;
  font-weight: bold;
  color: rgb(34, 34, 34);
}

.table1 tr th {
  padding: 10px;
  color: rgb(255, 255, 255);
  background: rgb(29, 32, 136);
  border-right: 1px solid rgb(153, 153, 153);
}

.table1 tr td {
  padding: 10px;
  border: 1px solid rgb(153, 153, 153);
}

.table1 tr td:first-of-type {
  background: rgb(234, 246, 253);
}

.table2 tr th {
  padding: 10px;
  color: rgb(255, 255, 255);
  background: rgb(239, 136, 14);
  border-right: 1px solid rgb(239, 136, 14);
}

.table2 tr td {
  padding: 10px;
  border: 1px solid rgb(239, 136, 14);
}

.comment {
  border-top: 1px solid rgb(85, 85, 85);
  padding-top: 10px;
  font-size: 14px;
  color: rgb(85, 85, 85);
}

.column {
  float: left;
  margin-left: 3.4188%;
}

.column img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.column:first-child {
  margin-left: 0px;
}

.column.full {
  width: 100%;
}

.column.two-thirds {
  width: 65.5271%;
}

.column.half {
  width: 48.2906%;
}

.column.one-third {
  width: 31.0541%;
}

.radius-box .column.one-third {
  width: 35%;
}

.radius-box .column.two-thirds {
  width: 62.4%;
}

.round-cont .column.one-third {
  width: 20%;
}

.round-cont .imgwrap3 .column.one-third {
  width: 31.6%;
}

.round-cont .column.two-thirds {
  width: 77.4%;
}

.column.one-fourth {
  width: 21.25%;
}

.column.thr-fourth {
  width: 73.75%;
}

.column.one-four {
  width: 10%;
}

.column.one3 {
  width: 31.6%;
}

.column.one8 {
  width: 8%;
}

.column.one814 {
  width: 81.4%;
}

.column.one894 {
  width: 89.4%;
}

.column.one944 {
  width: 94.4%;
}

.column.thr-four {
  width: 85%;
}

.column.one-five {
  width: 16%;
}

.imgwrap {
  max-width: 1000px;
  margin: auto;
}

.imgwrap3 {
  max-width: 1200px;
  margin: auto;
}

.contwrap::before,
.contwrap::after,
.row::before,
.row::after {
  display: table;
  content: " ";
}

.contwrap::after,
.row::after {
  clear: both;
}

.contwrap,
.row {
  margin-bottom: 40px;
}

.contwrap {
  margin-bottom: 60px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex_mod {
  display: flex;
  justify-content: space-around;
}

.fz23 {
  font-size: 23px;
}

.fz45 {
  font-size: 45px;
}

.flex_mod h4 {
  margin: 0 0 10px;
}

.flex_mod h5 {
  font-size: 1em;
  margin: 0 0 10px;
}

.flex_mod p {
  margin-bottom: 20px;
}

.flex_mod>div:first-child {
  width: calc(20% - 20px);
}

.flex_mod>div:last-child {
  width: calc(80% - 20px);
}

.flex_mod div .img {
  margin: 25px auto;
  display: block;
}

.flex_mod .cap_img {
  margin: 20px 0;
}

.flex_mod .cap_img p {
  font-size: .9rem;
  line-height: 1.2;
}

.flex_mod .cap_img img {
  margin: 0 auto;
}

.flex_mod .cap_img p {
  text-align: center;
}

.flex_mod .cap_img p.fwb {
  margin-bottom: 10px;
}

.flex .one-third {
  width: auto;
}

.bq__dot::before {
  content: "Â·Â·";
  display: block;
  margin-bottom: 10px;
}

.bq__dot::after {
  content: "Â·Â·";
  display: block;
  margin-top: 10px;
}

.bq__dot {
  text-align: center;
  color: rgb(207, 151, 89);
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
}

.fz14 {
  font-size: 14px;
}

.tit__dot::before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgb(53, 181, 149);
  display: inline-block;
  color: rgb(53, 181, 149);
  border-radius: 100%;
  margin-right: 5px;
}

.label dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 5px;
}

.label dd {
  margin-bottom: 10px;
}

.label .label--bg-purple {
  color: rgb(255, 255, 255);
  background: rgb(131, 103, 171);
  border-radius: 10px;
  width: 90px;
  text-align: center;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .fz45 {
    font-size: 35px;
  }

  .sub .tit_caption {
    display: none;
  }

  .cont_title_wrap {
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    /* height: 100%; */
    padding-top: 12%;
    max-width: 85%;
  }

  .cont_title_wrap .category {
    margin-bottom: 1rem;
  }

  #contents.start .cont_title_wrap .tit,
  #contents.start .cont_title_wrap .tit2,
  #contents.start .cont_title_wrap .tit3 {
    margin-top: 10px;
  }

  .cont_title_wrap .tit,
  .cont_title_wrap .tit2,
  .cont_title_wrap .tit3 {
    font-size: 2.5rem;
  }

  .cont_title_wrap .author {
    font-size: 18px;
  }

  .cont_title_wrap sup {
    font-size: 1.5rem;
  }

  #contents.start .cont_title_wrap .author {
    font-size: 18px;
  }

  #sub-visual,
  #sub-visual::before {
    height: 60vh;
  }

  #contents.start .cont_title_wrap .author {
    bottom: -40px;
  }

  .r-c {
    margin: 0px auto;
    text-align: center !important;
  }

  .mo-n {
    display: none;
  }

  .mt0-mt20 {
    margin-top: 25px;
  }

  .history {
    margin-top: 20px !important;
  }

  .history .hit_text {
    margin: 0px auto;
  }

  .history .his_box {
    margin: 0px auto;
  }

  .listpage .tit {
    font-size: 3rem;
  }

  .row.mo-pb20 {
    padding-bottom: 20px !important;
  }

  .row.mo-pb00 {
    padding-bottom: 0px !important;
  }

  .row .column.right {
    padding: 0px;
  }

  .pb0 {
    padding: 0px !important;
  }

  .row .column figure {
    text-align: center;
  }

  .row .column.mo-pb0 {
    padding-bottom: 0px;
  }

  .row .column.mo-pb50 {
    padding-bottom: 50px;
  }

  .row.flex {
    flex-wrap: wrap;
  }

  .row.flex .column {
    margin-left: 0px;
    width: 100% !important;
  }

  .sub_con .quiz .dbList .part .column:first-child {
    margin-bottom: 30px;
  }

  .sub_con .txt_wrap .text.mo-mt20 {
    margin-top: 20px !important;
  }

  .flex .one-third img {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {

  .sub_foot .relation dt {
    overflow: hidden;
    height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .sub_title.listpage h2::after {
    bottom: -10px;
    width: 135px;
  }

  .cont_title_wrap {
    /* padding-top: 23%; */
  }

  .sub_con.ptb40 {
    padding: 20px 0 0 !important;
  }

  .event_wrap .sub_con.ptb40 {
    padding: 0 0 0 !important;
  }

  .flex .one-third img {
    margin-bottom: 0px;
  }

  .contwrap,
  .row {
    margin-bottom: 20px;
  }

  .sub_head {
    margin-top: 15px;
  }

  .pc-n {
    display: block;
  }

  .mo-n {
    display: none;
  }

  .list_wrap .inner {
    padding: 0px;
  }

  .list_wrap .inner .list ul li {
    width: 48%;
    margin-bottom: 10px;
  }

  .list_wrap .inner .list h2 {
    font-size: 20px;
  }

  .list_wrap .inner .list ul li span {
    font-size: 14px;
    word-break: keep-all;
    margin-top: 7px;
  }

  .topImg {
    height: 100px;
  }

  .sub_wrap .sub_head {
    padding-top: 10px;
  }

  .sub_head .breadcrumb li {
    font-size: 16px;
  }

  .sub_title h2 span,
  .sub_title p {
    font-size: 22px;
    line-height: 30px;
  }

  .sub_head .breadcrumb .home::after {
    font-size: 16px;
  }

  .sub_body {
    padding-bottom: 35px;
  }

  .sub_body .sub_title {
    margin-bottom: 25px;
  }

  .sub_title .source {
    font-size: 12px;
    word-break: keep-all;
  }

  .sub_con .txt_wrap .header_tit span {
    font-size: 18px;
  }

  .sub_con .txt_wrap .title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .sub_title div h2 {
    font-size: 38px;
  }

  .sub_title div span.fz45 {
    font-size: 29px;
  }

  .sub_title div span.fwn {
    font-size: inherit;
    line-height: inherit;
  }

  .sub_title div span {
    font-size: 20px;
  }

  .sub_title h3,
  .sub_title.listpage h2 {
    font-size: 28px;
  }

  .sub_title h3 .point {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .sub_title h3 .stitle {
    font-size: 22px;
  }

  .sub_title h3.stxt {
    font-size: 14px;
  }

  .sub_title .lead {
    padding: 20px 10px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .sub_con .txt_wrap {
    margin: 25px 0px;
  }

  .sub_con .txt_wrap .text {
    font-size: 14px;
    text-align: inherit;
    word-break: break-all;
    line-height: 30px;
  }

  .sub_con .txt_box .text {
    font-size: 14px;
    line-height: 30px;
  }

  .sub_con .img_wrap {
    margin-bottom: 25px;
  }

  .sub_foot .relation p {
    font-size: 16px;
  }

  .sub_con .img_wrap figure {
    text-align: center;
    width: 100% !important;
  }

  .sub_con .img_wrap.two figure,
  .sub_con .img_wrap.three figure {
    float: none;
    margin-right: 0px;
  }

  .sub_con .img_wrap figure:nth-child(2n-1),
  .sub_con .img_wrap.three figure:nth-child(2) {
    margin-bottom: 25px;
  }

  .sub_con .img_wrap figure:last-child {
    margin-bottom: 0px;
  }

  .sub_con .img_wrap figure .caption {
    margin-top: 12px;
    font-size: 12px;
  }

  .sub_con figure .caption {
    font-size: 12px;
    line-height: 1.45;
  }

  .sub_foot .relation .rel_tit {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: rgb(36, 51, 80);
    width: 45%;
    text-align: center;
    border-radius: 30px;
    margin: 0px auto 20px;
  }

  .sub_foot .relation .rel_tit::after {
    display: none;
  }

  .sub_foot .relation {
    width: 100vw;
    padding: 0 10px;
  }

  .sub_foot .relation li {
    display: inline-block;
    width: 45%;
    margin: 0px 2%;
  }

  .sub_foot .relation em {
    width: 100%;
  }

  .sub_foot .relation em img {
    width: 100%;
  }

  .sub_foot .relation .rel_tit ul li a em img {
    width: 100%;
  }

  .sub_foot .relation dt {
    font-size: 16px;
  }

  .sub_foot .relation dd {
    font-size: 14px;
  }

  .mhid {
    display: none !important;
  }

  .mshow {
    display: block !important;
  }

  .sub_3_5 .app_info {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .sub_3_5 .app_name {
    font-size: 18px;
  }

  .sub_3_5 .app_txt {
    font-size: 14px;
    line-height: 28px;
  }

  .sub_3_5 .app_img {
    width: 100%;
    text-align: center;
  }

  .sub_4_2 .news_part {
    width: 100%;
    margin-right: 0px;
  }

  .sub_4_2 .news_tit {
    font-size: 24px;
    line-height: 30px;
  }

  .sub_4_2 .news_info {
    font-size: 13px;
    line-height: 26px;
  }

  .contwrap {
    padding-top: 20px;
  }

  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .renew .column.one-third,
  .column.one-fourth,
  .column.thr-fourth,
  .column.one-four,
  .column.thr-four,
  .column.one-five,
  .radius-box .column.one-third,
  .radius-box .column.two-thirds,
  .round-cont .column.one-third,
  .round-cont .imgwrap3 .column.one-third,
  .round-cont .column.two-thirds,
  .column.one3,
  .column.one8,
  .column.one814,
  .column.one894,
  .column.one944 {
    margin: 20px 0px 0px;
    width: 100%;
  }

  .column:first-child {
    margin-top: 0px;
  }

  .sub_foot .relation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 10px;
  }

  .sub_foot .relation li {
    width: 49%;
    margin: 0px;
  }

  .flex_mod {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex_mod>div:first-child {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .flex_mod>div:last-child {
    width: 100%;
  }

  .quizwrap ul {
    width: 95%;
  }

  .sub_full.notice {
    padding: 10% 0px 18%;
  }

  .sub_full.event {
    background: #f8ecea;
  }

  .fz45 {
    font-size: 28px;
  }


}

@media screen and (max-width: 640px) {

  .sub_foot .relation .rel_tit::after {
    width: 70%;
  }
}

@media (max-width: 475px) {
  .fz23 {
    font-size: 20px;
  }

  .fz45 {
    font-size: 18px;
  }

  .cont_title_wrap .tit,
  .cont_title_wrap .tit2,
  .cont_title_wrap .tit3 {
    font-size: 2rem;
  }

  .cont_title_wrap .category {
    font-size: 1rem;
  }

  .cont_title_wrap sup {
    font-size: .8rem;
  }

  .cont_title_wrap .tit {
    font-size: 1.5rem;
  }

  .cont_title_wrap .tit2,
  .cont_title_wrap .tit3 {
    font-size: 1.2rem;
  }

  #contents.start .cont_title_wrap .tit {
    font-size: 1.2rem;
    word-break: keep-all;
  }

  #contents.start .cont_title_wrap .tit2,
  #contents.start .cont_title_wrap .tit3 {
    font-size: 1.1rem;
    word-break: keep-all;
  }

  .cont_title_wrap .author {
    font-size: 14px;
    word-break: keep-all;
  }

  #contents.start .cont_title_wrap .author {
    font-size: 14px;
    word-break: keep-all;
  }

  #sub-visual,
  #sub-visual::before {
    height: 55vh;
  }

  .cont_title_wrap {
    /* padding-top: 30%; */
  }

  .sub_txt .xi-3x {
    font-size: 2em;
  }

  .sub_con .row h3 {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .sub_con .row .cont_txt {
    font-size: 18px;
  }

  .row h3 .q {
    display: block;
  }

  .label dl {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .row blockquote {
    font-size: 0.9rem;
  }

  .row blockquote::before,
  .row blockquote::after {
    width: 50px;
    height: 40px;
    background-size: 100%;
  }

  .row blockquote::before {
    margin: 0 auto 15px;
  }

  .row blockquote::after {
    margin: 15px auto 0;
  }

  .row .circle {
    font-size: 1.6rem;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }

  .sub_footwrap {
    padding: 30px 0 20px;
  }

  .sub_title div h2 {
    font-size: 26px;
  }

  .sub_body {
    padding-bottom: 10px;
  }

  .sub_title div span.fz45 {
    font-size: 20px;
    line-height: 1.2;
  }

  .sub_foot .relation p {
    font-size: 14px;
  }

  .contwrap {
    padding-top: 0;
  }

  .contwrap,
  .row {
    margin-bottom: 15px;
  }

  .sub_title h2 span {
    font-size: 22px;
  }

  .sub_title p {
    font-size: 18px;
    line-height: 1.5;
  }

  .sub_title .subtag {
    font-size: 16px;
  }

  .sub_title h3,
  .sub_title.listpage h2 {
    font-size: 22px;
  }

  .sub_title.listpage h2 {
    margin-bottom: 50px;
  }

  .sub_title h3 .point {
    padding: 5px 20px;
    font-size: 18px;
  }

  .sub_title h3 .stitle {
    font-size: 18px;
  }

  .sub_title h3 .small {
    font-size: 18px;
  }

  .sub_title h4 {
    font-size: 16px;
  }

  .sub_foot .relation .rel_tit::after {
    width: 65%;
  }

  .sub_con .row p {
    font-size: 16px;
  }

  .bq__dot {
    font-size: 18px;
  }

  .sub_con .row p.caption {
    font-size: 13px;
  }

  .point {
    font-size: 14px;
  }

  .sub_3_5 .app_name {
    font-size: 15px;
  }

  .sub_4_2 .news_tit {
    font-size: 20px;
    line-height: 26px;
  }

  .sub_foot .relation .rel_tit {
    font-size: 14px;
  }

  .sub_head .breadcrumb li {
    font-size: 14px;
  }

  .sub_head {
    margin: 10px 0px 0;
  }

  .sub_body .sub_title {
    margin-bottom: 0;
  }

  .contwrap,
  .row {
    margin-bottom: 10px;
  }

  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .renew .column.one-third,
  .column.one-fourth,
  .column.thr-fourth,
  .column.one-four,
  .column.thr-four,
  .column.one-five,
  .radius-box .column.one-third,
  .radius-box .column.two-thirds,
  .round-cont .column.one-third,
  .round-cont .imgwrap3 .column.one-third,
  .round-cont .column.two-thirds,
  .column.one3,
  .column.one8,
  .column.one814,
  .column.one894,
  .column.one944 {
    margin: 15px 0px 0px;
  }

  .source {
    padding: 20px;
  }

  .sub_title div span {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .row .info_center h3 {
    font-size: 17px;
  }

  .row .info_center h3::before {
    width: 8px;
    height: 8px;
    top: 47%;
  }

  .row .info_center h3::after {
    width: 8px;
    height: 8px;
    top: 47%;
  }

  .info_center div p {
    margin-bottom: 15px;
  }

  .tabnav {
    flex-wrap: wrap;
  }

  .tabnav,
  .tabnav.tab3 {
    width: 100%;
    margin: 0px auto 35px;
    flex-direction: column;
    align-content: center;
  }

  .tabnav.tab3 li {
    width: 65%;
  }

  .tabnav li {
    width: 60%;
    margin-bottom: 10px;
  }

  .tabnav li:last-child {
    margin-bottom: 0px;
  }

  .tabnav li a {
    font-size: 18px;
    padding: 2px 8px;
  }

  .book_inside .inside .left {
    float: none;
    margin-right: 0px;
    margin-bottom: 5%;
  }

  .book_inside .inside .right p.tit {
    line-height: 1.6;
  }

  .book_inside .inside .right p.tit .writer {
    font-size: 21px;
    font-weight: 700;
  }

  .row.event_bg {
    margin: 0 auto;
  }

  .row.event_info h3 {
    font-size: 25px;
  }

  .row.event_info p {
    font-size: 20px;
    margin: 0px 5px 18px;
  }

  .sub_con .row .roundbox {
    font-size: 19px;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
  }

  .sub_con .event_txt p {
    font-size: 18px;
    font-weight: 500;
    color: rgb(3, 0, 0);
    line-height: 1.4;
  }

  .row.event_bg p {
    margin: 0;
    width: 100%;
  }

  .row.event_bg .icon01::after {
    position: static;
    margin: 0 auto;
  }

  .row.event_bg .icon02::after {
    position: static;
    margin: 0 auto;
  }

  .row.event_bg .icon03::after {
    position: static;
    margin: 0 auto;
  }

  .row.event_bg .icon04::after {
    position: static;
    margin: 0 auto;
  }

  .row.event_bg .icon05::after {
    position: static;
    margin: 0 auto;
  }

  .row.event_bg .icon06::after {
    position: static;
    margin: 0 auto;
  }

  .magazine .row h3 {
    font-size: 20px;
  }

  .magazine hr {
    margin-bottom: 20px;
  }

  .sub_full .round_box {
    border-radius: 20px;
    margin-top: 24%;
  }

  .sub_full .round_box .txt_img {
    width: 35%;
  }

  .sub_full {
    padding: 20px 0px;
  }

  .sub_con h3.book_tit {
    font-size: 28px;
  }

  .sub_con h3.book_tit span {
    font-size: 18px;
    color: rgb(89, 87, 87);
  }

  .quizwrap h3 {
    width: 95%;
    font-size: 18px;
    position: relative;
    z-index: 10;
  }

  .quizwrap h3 span {
    font-size: 25px;
  }

  .quizwrap ul {
    width: 100%;
    position: static;
    transform: none;
    margin-top: -18%;
    padding: 80px 5px 50px;
    margin-bottom: 15px;
    font-size: 32px;
  }

  .quizwrap ul li {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    line-height: 36px;
    font-size: 26px;
  }

  .quizwrap ul li:nth-child(3) {
    /* line-height: 44px; */
  }


  .sub_full.notice {
    background-size: contain;
    padding: 5%;
  }

  .tabnav.tab6 {
    width: 100%;
  }

  .sub_full h3 {
    font-size: 24px;
  }

  #contents.start .cont_title_wrap.listpage .tit {
    font-size: 2rem;
  }

  .cont_title_wrap.listpage .tit {
    font-size: 2rem;
  }

  .sub_con .row .fwb.tac+.column.half {
    margin: 0 0 0;
  }


}

@media (max-width: 320px) {
  .sub_foot .relation .rel_tit {
    width: 51%;
  }
}

.btn-more {
  background: none;
  display: inline-block;
  margin-top: 20px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .btn-more {
    margin-top: 40px;
    margin: 20px auto;
  }
}