@charset "UTF-8";
@import url("normalize.css");
@import url("swiper.min.css");
@import url("common.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  letter-spacing: -0.75px;
  color: #383838;
}

img {
  vertical-align: middle;
}

select, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

select:focus, input:focus, button:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="number"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

html {
  width: 100%;
  height: 100%;
  overflow: auto;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: 'NanumSquare';
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 320px;
  padding: 2.25rem 4% 2.25rem 2%;
  z-index: 998;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

header .wrap a {
  display: inline-block;
  margin-right: 1rem;
}

header .wrap a img {
  display: block;
  max-height: 35px;
}

header .wrap a::after {
  display: none;
  content: "KAPA WEBZINE";
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

header .wrap .month b, header .wrap .month span {
  display: block;
  font-size: 1rem;
}

header .wrap i {
  display: inline-block;
  position: absolute;
  right: 8.3%;
  top: 50%;
  font-size: 1.75rem;
  color: #6a6a6a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

header.on {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

header.on .wrap a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header.on .wrap a::after {
  display: block;
}

header.on .wrap .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.on .wrap .month b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.on .wrap .month b::before {
  display: inline-block;
  content: "";
  width: 100px;
  height: 1px;
  margin: 0 10px;
  background-color: #333;
}

nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  z-index: 999;
}

nav .wrap {
  width: 90.2%;
  margin: 0 auto;
  padding: 4.5rem 0;
}

nav .logo {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

nav #close {
  display: inline-block;
  position: absolute;
  right: 8.3%;
  top: 2.25rem;
  width: 31px;
  height: 31px;
  background-image: url("../images/common/close.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
}

nav #close span {
  display: none;
}

nav .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}

nav .gnb > li {
  min-width: 248px;
  margin-right: 2rem;
}

nav .gnb > li p {
  padding-bottom: 0.75rem;
  font-family: 'NanumSquare';
  font-weight: 800;
  font-size: 1.5rem;
  border-bottom: 1px solid #383838;
}

nav .gnb > li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

nav .gnb > li:last-child {
  margin-right: 0;
}

nav .lnb {
  margin-top: 1rem;
  margin-right: 2.5rem;
}

nav .lnb > li {
  margin-bottom: 0.5rem;
}

nav .lnb > li > a {
  display: inline-block;
  font-size: 1rem;
  color: #525252;
}

nav .lnb > li > a span {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #525252;
}

nav .lnb > li > a:hover {
  text-decoration: underline;
}

nav .lnb > li:last-child {
  margin-bottom: 0;
}

nav .mo {
  display: none;
}

nav .searchArea {
  display: block;
}

nav .tipue_search_group {
  position: relative;
  width: 90.2%;
  max-width: 500px;
  height: auto;
  margin: 2rem auto 0;
  border-radius: 30px;
  border: 2px solid #efefef;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden;
}

nav .tipue_search_group::after {
  display: none;
}

nav .tipue_search_group:hover {
  border-color: #0052a4;
}

nav #tipue_search_input {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 0;
  border-radius: 0;
  border: none;
}

nav .tipue_search_button {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  float: none;
  width: 40px;
  margin: 0;
  padding-right: 5px;
  border-radius: 0;
  border: none;
}

nav .tipue_search_icon {
  margin: 0 auto;
}

footer {
  background-color: #393939;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80.9%;
  padding: 1.5rem 0;
  margin: 0 auto;
}

footer .wrap a {
  display: inline-block;
  margin-right: 1rem;
}

footer .wrap a img {
  display: block;
}

footer .wrap p {
  font-size: 0.75rem;
  line-height: 1.25;
  color: rgba(239, 239, 239, 0.65);
}

footer .wrap .book {
  padding: 0.5rem 0.75rem;
  font-family: 'NanumSquare';
  font-weight: 800;
  font-size: 0.75rem;
  border: 1px solid #fff;
  color: #fff;
}

footer .wrap .book:hover {
  background-color: #fff;
  color: #333333;
}

.instant_wrap { display: block; border: none; height: 100vh; }

/*Small PC*/
@media (max-width: 1556.98px) {
  nav button {
    right: 4.9%;
    top: calc(3rem + 10px);
  }
  footer .wrap {
    width: 90.2%;
  }
}

@media (max-width: 1552.98px) {
  nav .gnb > li {
    min-width: 211px;
  }
}

/*Ipad pro*/
@media (max-width: 1365.98px) {
  header {
    padding: 2.25rem 4% 2.25rem;
    background-color: #fff;
  }
  header .wrap a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  header .wrap a::after {
    display: block;
  }
  header .wrap .month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  header .wrap .month b::before {
    display: none !important;
  }
  header .wrap i {
    right: 4.9%;
  }
  section {
    margin-top: 136px !important;
  }
  nav {
    background-color: rgba(0, 0, 0, 0.5);
  }
  nav button {
    top: 2rem;
  }
  nav .wrap {
    width: 100%;
    padding: 2.25rem 0 0;
    background-color: #fff;
  }
  nav .logo {
    margin: 0 0 0 4.9%;
  }
  nav #close {
    right: 4.9%;
  }
  nav .gnb {
    display: block;
    width: 90.2%;
    margin: 4rem auto 2rem;
  }
  nav .gnb > li {
    width: 100%;
    margin: 0 0 2rem;
    overflow: hidden;
  }
  nav .gnb > li p {
    display: inline-block;
    float: left;
    width: 300px;
    padding: 0.75rem 0 0;
    margin-right: 1.5rem;
    border: none;
    border-top: 1px solid #383838;
  }
  nav .gnb > li div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  nav .gnb > li div .lnb {
    width: 100%;
    margin: 0 0 0.5rem;
  }
  nav .gnb > li div .lnb:last-child {
    margin-bottom: 0;
  }
  nav .gnb > li:last-child {
    margin-bottom: 0;
  }
  nav .lnb {
    display: inline-block;
    float: left;
    margin: 0;
  }
  nav .mo {
    display: block;
    background-color: #b9b9b9;
    opacity: 0;
  }
  nav .tipue_search_group {
    max-width: none;
  }
}

@media screen and (max-width: 1280px) {
  nav .tipue_search_group {
    margin: 1.5rem auto 0;
  }
  nav #tipue_search_input {
    width: calc(100% - 35px);
  }
  nav .tipue_search_button {
    width: 35px;
    height: 35px;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  header {
    padding: 2rem 4.9%;
  }
  section {
    margin-top: 126px !important;
  }
  footer .wrap p {
    font-size: 0.65rem;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  header {
    padding: 1.15rem 4.9%;
  }
  header .wrap a img {
    width: 105px;
  }
  header .wrap a::after {
    margin-top: 0.15rem;
    font-size: 0.65rem;
  }
  header .wrap .month b, header .wrap .month span {
    font-size: 0.65rem;
  }
  header .wrap i {
    font-size: 1.25rem;
  }
  section {
    margin-top: 74px !important;
  }
  nav .wrap {
    padding-top: 1.25rem;
  }
  nav .logo {
    width: 120px;
  }
  nav #close {
    top: 1.25rem;
    width: 25px;
    height: 25px;
  }
  nav .gnb {
    margin-top: 3rem;
  }
  nav .gnb > li p {
    font-size: 0.95rem;
    width: 45%;
    margin-right: 4.9%;
    word-break: keep-all;
  }
  nav .gnb > li div .lnb {
    margin-bottom: 0.25rem;
  }
  nav .lnb {
    width: 50%;
    margin-top: 0.75rem;
  }
  nav .lnb > li {
    margin-bottom: 0.25rem;
  }
  nav .lnb > li > a {
    font-size: 0.85rem;
  }
  nav .lnb > li > a span {
    font-size: 0.85rem;
  }
  footer .wrap {
    width: 100%;
  }
  footer .wrap a {
    margin-right: 0.5rem;
  }
  footer .wrap a img {
    width: 105px;
  }
  footer .wrap p {
    font-size: 0.55rem;
  }
}

/*Minimum*/
@media (max-width: 360.98px) {
  body {
    padding: 0;
  }
}

.main .section01 {
  background-color: #f4f4f4;
}

.main .section01 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 47.4%;
}

.main .section01 .left .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(100% - 93px);
}

.main .section01 .left .top .img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.main .section01 .left .top .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 35.5%;
  max-width: 320px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.main .section01 .left .top .text.text_147 {
  position: absolute;
  left: 74%;
  top: 26%;
  width: 35.5%;
  max-width: 320px;  
  z-index: 1;
}

.main .section01 .left .top .text > img {
  display: block;
  max-width: 100%;
}

.main .section01 .left .bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 93px;
}

.main .section01 .left .bottom > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  height: 100%;
  background-image: url("../images/common/line.png");
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 2;
}

.main .section01 .left .bottom > a::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 24px;
  margin-right: 0.75rem;
}

.main .section01 .left .bottom > a > span {
  font-size: 0.9rem;
  font-weight: bold;
}

.main .section01 .left .bottom > a:hover > span {
  text-decoration: underline;
}

.main .section01 .left .bottom > a:last-child {
  background-image: none;
}

.main .section01 .left .bottom > a.old::before {
  width: 26px;
  height: 24px;
  background-image: url("../images/common/icon01.png");
}

.main .section01 .left .bottom > a.pdf::before {
  width: 22px;
  height: 24px;
  background-image: url("../images/common/icon02.png");
}

.main .section01 .left .bottom > a.ebook::before {
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon03.png");
}

.main .section01 .left .bottom > a.participation::before {
  width: 30px;
  height: 24px;
  background-image: url("../images/common/icon04.png");
}

.main .section01 .left .bottom .bg {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: calc(93px + 1);
  background-color: rgba(255, 255, 255, 0.65);
  z-index: 1;
}

.main .section01 .right {
  width: 52.6%;
  padding-right: 4%;
  z-index: 3;
}

.main .section01 .right .box {
  padding: 3rem 8.75%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
}

.main .section01 .right .box .event h2 {
  margin: 1.5rem 0;
  font-family: 'NanumSquare';
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -1.5px;
}

.main .section01 .right .box .event h2 b {
  font-family: 'NanumSquare';
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -1.5px;
}

.main .section01 .right .box .event a {
  display: block;
}

.main .section01 .right .box .event a img {
  display: block;
  width: 100%;
}

.main .section01 .right .box .event a img.mo {
  display: none;
}

.main .section01 .right .box .news li {
  margin-top: 2.5rem;
}

.main .section01 .right .box .news li h3 {
  font-family: 'NanumSquare';
  font-weight: 800;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}

.main .section01 .right .box .news li h3 span {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.2rem;
}

.main .section01 .right .box .news li a {
  display: block;
  position: relative;
}

.main .section01 .right .box .news li a img {
  display: block;
  width: 100%;
}

.main .section01 .right .box .news li a p {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  width: 90%;
  padding: 0.75rem 5%;
  margin-left: -45%;
  font-family: 'NanumSquare';
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  border-radius: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 4;
}

.main .section01 .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 52.6%;
  height: 93px;
  background-color: #666666;
  z-index: 2;
}

.main .section01 .bg.off {
  position: absolute;
}

.main .section02 {
  background-color: #e3f8fc;
}

.main .section02 .wrap {
  width: 92%;
  margin: 0 auto;
  padding: calc(113px + 3rem) 2.7% 0;
  background-color: #fff;
}

.main .section02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .section02 ul li {
  display: inline-block;
  width: 29.6%;
  margin-right: 5.6%;
  margin-bottom: 5rem;
}

.main .section02 ul li a {
  display: block;
}

.main .section02 ul li .img {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main .section02 ul li .img::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-top: 145px solid transparent;
  border-left: 145px solid #333333;
  z-index: 2;
}

.main .section02 ul li .vol146_i::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-top: 160px solid transparent;
  border-left: 180px solid #333333;
  z-index: 2;
}

.main .section02 ul li .img img {
  display: block;
  width: 100%;
  border-bottom: 6px solid #333333;
}

.main .section02 ul li .img h3 {
  display: inline-block;
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  max-width: 60px;
  font-size: 0.875rem;
  line-height: 1.25;
  word-break: keep-all;
  color: #fff;
  z-index: 3;
}

.main .section02 ul li .img h3 span {
  display: inline !important;
  position: static;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.875rem;
  background: none;
  color: #fff;
}

.main .section02 ul li .img span {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 6px);
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/common/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35.6%;
  z-index: 1;
}

.main .section02 ul li a:hover .img span {
  display: block;
}

.main .section02 ul li b {
  display: none;
}

.main .section02 ul li p {
  display: none !important;
  margin-top: 1.5rem;
  font-family: 'NanumSquare';
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.25;
  word-break: keep-all;
  text-align: center;
}

.main .section02 ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .section02 ul li .flex > span {
  font-size: 100%;
}

.main .section02 ul li:nth-child(3n) {
  margin-right: 0;
}

.main .section02 ul .vol146_p .vol146_i::after {
  border-left: 180px solid #5e579e;
}

.main .section02 ul .vol146_p .vol146_i img {
  border-color: #5e579e;
}

.main .section02 ul .purple .img::after {
  border-left: 145px solid #5e579e;
}

.main .section02 ul .purple .img img {
  border-color: #5e579e;
}

.main .section02 ul .blue .img::after {
  border-left: 145px solid #4493cf;
}

.main .section02 ul .blue .img img {
  border-color: #4493cf;
}

.main .section02 ul .green .img::after {
  border-left: 145px solid #4d9f37;
}

.main .section02 ul .green .img img {
  border-color: #4d9f37;
}

.main .section02 ul .orange .img::after {
  border-left: 145px solid #e97605;
}

.main .section02 ul .orange .img img {
  border-color: #e97605;
}

.main .section02 ul .yellow .img::after {
  border-left: 145px solid #ffcb1f;
}

.main .section02 ul .yellow .img img {
  border-color: #ffcb1f;
}

.main .section02 ul .mint .img::after {
  border-left: 145px solid #5fbdba;
}

.main .section02 ul .mint .img img {
  border-color: #5fbdba;
}

/*Ipad pro*/
@media (max-width: 1365.98px) {
  .main .section01 {
    background-color: #Fff;
  }
  .main .section01 .left {
    width: 100%;
    height: auto !important;
    background-image: none !important;
  }
  .main .section01 .left .bottom {
    display: none;
  }
  .main .section01 .right {
    width: 100%;
    padding: 0 4%;
  }
  .main .section01 .right .box {
    padding: 3rem 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main .section01 .right .box .event h2 {
    display: none;
  }
  .main .section01 .right .box .event a img {
    border-radius: 0.5rem;
  }
  .main .section01 .right .box .news li a img {
    border-radius: 0.5rem;
  }
  .main .section01 .right .box .news li a p {
    position: static;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0;
    margin: 1rem 0 0;
    background-color: transparent;
    color: #383838;
  }
  .main .section01 .right .box .news li:first-child {
    margin-top: 0;
  }
  .main .section01 .bg {
    display: none;
  }
  .main .section02 .wrap {
    width: 92%;
    padding: 3rem 0;
    margin: 0 auto;
    background-color: transparent;
  }
  .main .section02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .section02 ul li {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
  .main .section02 ul li a {
    padding: 2rem;
    overflow: hidden;
  }
  .main .section02 ul li .img {
    display: inline-block;
    float: left;
    width: 30%;
  }
  .main .section02 ul li .img::after {
    display: none;
  }
  .main .section02 ul li .img img {
    border: none;
  }
  .main .section02 ul li .img span {
    display: none !important;
  }
  .main .section02 ul li .img h3 {
    display: none;
  }
  .main .section02 ul li b {
    display: inline-block;
    float: left;
    padding: 0.6rem 1rem 0.5rem;
    margin: 0 0 1rem 2rem;
    border-radius: 0.25rem;
    font-size: 0.85rem;
    font-weight: 400;
    color: #fff;
  }
  .main .section02 ul li b span {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.85rem;
    color: #fff;
  }
  .main .section02 ul li p {
    display: inline-block !important;
    float: right;
    width: calc(70% - 2rem);
    margin: 0;
    font-family: 'NanumSquare';
    font-weight: 700;
    word-break: keep-all;
    text-align: left;
  }
  .main .section02 ul li .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main .section02 ul li:last-child {
    margin-bottom: 0;
  }
  .main .section02 ul .purple b {
    background-color: #5e579e;
  }
  .main .section02 ul .vol146_p b {
    background-color: #5e579e;
  }
  .main .section02 ul .blue b {
    background-color: #4493cf;
  }
  .main .section02 ul .yellow b {
    background-color: #ffcb1c;
  }
  .main .section02 ul .mint b {
    background-color: #5ebcba;
  }
  .main .section02 ul .green b {
    background-color: #4d9f37;
  }
  .main .section02 ul .orange b {
    background-color: #e97605;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  .main .section01 .right {
    padding: 0 4.9%;
  }
  .main .section02 .wrap {
    width: 90.2%;
  }
  .main .section02 ul li {
    margin-bottom: 1rem;
  }
  .main .section02 ul li a {
    padding: 1.5rem;
  }
  .main .section02 ul li b {
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
  .main .section02 ul li b span {
    font-size: 0.75rem;
  }
  .main .section02 ul li p {
    width: calc(70% - 1.5rem);
    font-size: 0.95rem;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .main .section01 .right .box {
    padding: 2rem 0;
  }
  .main .section01 .right .box .event a img {
    display: none;
  }
  .main .section01 .right .box .event a img.mo {
    display: block;
  }
  .main .section01 .right .box .news li {
    margin-top: 1.85rem;
  }
  .main .section01 .right .box .news li h3 {
    font-size: 1rem;
  }
  .main .section01 .right .box .news li h3 span {
    font-size: 0.95rem;
  }
  .main .section01 .right .box .news li a p {
    font-size: 0.75rem;
  }
  .main .section02 .wrap {
    padding: 2rem 0;
  }
  .main .section02 ul li {
    border-radius: 0.35rem;
  }
  .main .section02 ul li a {
    padding: 1rem;
  }
  .main .section02 ul li b {
    padding: 0.4rem 0.5rem 0.3rem;
    margin-left: 1rem;
    font-size: 0.55rem;
  }
  .main .section02 ul li b span {
    font-size: 0.55rem;
  }
  .main .section02 ul li p {
    width: calc(70% - 1rem);
    font-size: 0.75rem;
  }
}

.function {
  position: absolute;
  right: calc((100% - 1300px)/2);
  top: 5rem;
}

.function button, .function a {
  display: block;
  font-size: 0.95rem;
  margin-top: 0.25rem;
  cursor: pointer;
}

.function button img, .function a img {
  display: block;
  width: 50px;
}

.function button:first-child, .function a:first-child {
  margin-top: 0;
}

.function #share {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.function #share.on {
  position: fixed;
  right: 8.3%;
  bottom: calc(2rem + 50px + 0.25rem);
}

.function #subscribe.on {
  position: fixed;
  right: 8.3%;
  bottom: calc(2rem + 100px + 0.5rem);
  z-index: 998;
}

.function #print {
  position: relative;
}

.function #print::before {
  position: absolute;
  right: calc(50px + 0.5rem);
  top: 50%;
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border-left: 15px solid #eee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.function #print::after {
  position: absolute;
  right: calc(50px + 0.5rem + 15px);
  top: 0;
  display: inline-block;
  content: "리포트 원고의 경우 내용이 다소 방대하므로 아래 PDF 다운로드를 통해 인쇄하시면 더욱 깔끔한 출력이 가능합니다.";
  width: 200px;
  padding: 0.65rem 1rem;
  font-size: 0.8rem;
  line-height: 1.25;
  border-radius: 0.75rem;
  background-color: #eee;
  text-align: justify;
  word-break: break-all;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.function #print:hover::before, .function #print:hover::after {
  opacity: 1;
  visibility: visible;
}

.pagenation {
  position: relative;
  padding: 1.5rem calc((100% - 1300px)/2);
  background-color: #ecebf1;
}

.pagenation .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagenation .text_wrap .prev,
.pagenation .text_wrap .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(50% - 110px);
}

.pagenation .text_wrap .prev .thumb,
.pagenation .text_wrap .next .thumb {
  width: 105px;
}

.pagenation .text_wrap .prev .thumb > img,
.pagenation .text_wrap .next .thumb > img {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagenation .text_wrap .prev .con,
.pagenation .text_wrap .next .con {
  width: calc(100% - 105px);
  padding: 1rem;
}

.pagenation .text_wrap .prev .con .category,
.pagenation .text_wrap .next .con .category {
  font-size: 0.8rem;
  font-weight: 500;
}

.pagenation .text_wrap .prev .con .title,
.pagenation .text_wrap .next .con .title {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.25;
  word-break: keep-all;
}

.pagenation .text_wrap .next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.pagenation .text_wrap .next .con {
  text-align: right;
}

.pagenation .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 220px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.pagenation .btn_wrap .prev,
.pagenation .btn_wrap .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagenation .btn_wrap .prev::after,
.pagenation .btn_wrap .next::after {
  display: block;
  content: "이전글";
  margin-top: 0.25rem;
  font-size: 0.8rem;
}

.pagenation .btn_wrap .prev:hover,
.pagenation .btn_wrap .next:hover {
  background-color: #5e579d;
}

.pagenation .btn_wrap .next::after {
  content: "다음글";
}

.btntop {
  position: fixed;
  right: 8.3%;
  bottom: 2rem;
  cursor: pointer;
  z-index: 998;
}

.btntop > img {
  display: block;
  max-width: 100%;
}

.share {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 999;
}

.share .top {
  width: 450px;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
}

.share .bottom {
  width: 450px;
  background-color: #fff;
}

.share .title {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.share .close {
  display: none;
}

.share .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem calc((450px - 219px)/2);
}

.share .sns > a {
  display: inline-block;
  margin: 0 0.5rem 1rem 0;
  cursor: pointer;
}

.share .sns > a > img {
  display: block;
  width: 100%;
  max-width: 63px;
  margin: 0 auto;
}

.share .sns > a > small {
  display: block;
  margin-top: 5px;
  font-size: 0.65rem;
  text-align: center;
}

.share .sns > a:nth-child(3n) {
  margin-right: 0;
}

.share .sns > a:nth-last-child(1),
.share .sns > a:nth-last-child(2),
.share .sns > a:nth-last-child(3),
.share .sns > a:nth-last-child(4) {
  margin-bottom: 0;
}

.share.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub {
  position: relative;
  margin-top: 113px;
  font-family: 'Noto Sans KR', sans-serif;
  border-top: 1px solid #e1e1e1;
}

.sub b {
  font-weight: 500;
}

.sub .wrap {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 5rem 0;
}

.sub .tablet,
.sub .mo {
  display: none !important;
}

.sub .fS100 {
  font-size: 100% !important;
}

.sub .fS90 {
  font-size: 90% !important;
}

.sub .txtline {
  text-decoration: underline;
}

.sub .topbox {
  padding-bottom: 4rem;
}

.sub .topbox .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: left;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #5e579d;
}

.sub .topbox .location > span {
  font-size: 0.95rem;
  font-weight: 300;
}

.sub .topbox .location > span::after {
  display: inline-block;
  content: "...";
  padding: 0 0.25rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 300;
}

.sub .topbox .location > span#crawling-nav-depth2 {
  font-weight: 500;
}

.sub .topbox .location > span#crawling-nav-depth2::after {
  display: none;
}

.sub .topbox .title {
  clear: both;
  padding-top: 2rem;
  font-size: 2.25rem;
  word-break: keep-all;
}

.sub .topbox .subtitle {
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #5e579d;
  word-break: keep-all;
}

.sub .topbox .text {
  padding-top: 2rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: keep-all;
}

.sub .topbox .text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100%;
}

.sub .topbox .text .flex > span {
  font-size: 100%;
}

.sub .topbox .by {
  display: inline-block;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}

.sub .topbox .by > span {
  display: inline-block;
  float: left;
  margin: 1px 0;
  padding-right: 0.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  font-style: italic;
  word-break: keep-all;
}

.sub .topbox .by > span > b {
  font-size: 0.85rem;
  font-weight: 500;
}

.sub .topbox .by > span:last-child {
  padding-right: 5px;
}

.sub .topbox .by .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub .topbox .by .flex > span {
  font-size: 100%;
  line-height: 1.25;
}

.sub .topbox .by .flex > span > b {
  font-size: 100%;
}

.sub .textbox {
  padding: 0 0 4rem;
}

.sub .textbox img {
  display: block;
  max-width: 100%;
}

.sub .textbox h3 {
  padding-bottom: 1.5rem;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -1.5px;
  word-break: keep-all;
}

.sub .textbox h3:last-child {
  padding-bottom: 0;
}

.sub .textbox h4 {
  padding-bottom: 3rem;
  margin: 0 auto;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -1.5px;
  word-break: keep-all;
  text-align: center;
  color: #9260ae;
}

.sub .textbox h4:last-child {
  padding-bottom: 0;
}

.sub .textbox h5 {
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.sub .textbox h5:last-child {
  padding-bottom: 0;
}

.sub .textbox p {
  padding-bottom: 1.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.65;
  word-break: break-all;
  text-align: justify;
}

.sub .textbox p:last-child {
  padding-bottom: 0;
}

.sub .textbox .img {
  text-align: center;
}

.sub .textbox .img > span {
  display: inline-block;
}

.sub .textbox .img > span > img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.sub .textbox .img > span > img.mo {
  display: none;
}

.sub .textbox .img > span > small {
  display: block;
  padding: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  word-break: keep-all;
}

.sub .textbox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.5rem;
}

.sub .textbox .flex > span {
  display: inline-block;
  margin-right: 1.5rem;
}

.sub .textbox .flex > span:last-child {
  margin-right: 0;
}

.sub .textbox .flex:last-child {
  padding-bottom: 0;
}

.sub .textbox .flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-bottom: 1.5rem;
}

.sub .textbox .flex02:last-child {
  padding-bottom: 0;
}

.sub .textbox .table {
  margin-bottom: 1.5rem;
  overflow: auto;
}

.sub .textbox .table table {
  width: 100%;
}

.sub .textbox .table table th, .sub .textbox .table table td {
  padding: 0.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  word-break: break-all;
  text-align: justify;
}

.sub .textbox .table table th:last-child, .sub .textbox .table table td:last-child {
  border-right: none;
}

.sub .textbox .table table th {
  font-weight: 500;
  background-color: #008ccf;
  border-color: #fff;
  text-align: center;
  word-break: keep-all;
  color: #fff;
}

.sub .textbox .table table .th {
  font-weight: 500;
  background-color: #008ccf;
  border-color: #fff;
  text-align: center;
  word-break: keep-all;
  color: #fff;
}

.sub .textbox .table table .td {
  background-color: #f4f4f4;
}

.sub .textbox .table table.center td {
  text-align: center;
  word-break: keep-all;
}

.sub .textbox .table table.table01 th {
  background-color: #f49d5d;
}

.sub .textbox .table table.table01 .th {
  background-color: #f49d5d;
}

.sub .textbox .table table.table02 {
  border-top: 1px solid #f49d5d;
}

.sub .textbox .table table.table02 th, .sub .textbox .table table.table02 td {
  border-color: #f49d5d;
  color: #f60;
}

.sub .textbox .table table.table02 th {
  background-color: #fff;
  color: #f60;
}

.sub .textbox .table table.table02 .th {
  border-color: #f49d5d;
  background-color: #fff;
  color: #f60;
}

.sub .textbox .table table.table03 th {
  background-color: #818285;
}

.sub .textbox .table table.table03 .th {
  background-color: #818285;
}

.sub .textbox .table:last-child {
  margin-bottom: 0;
}

.sub .textbox .table2_1_all {
  width: 100%;    
  overflow: auto;
  white-space: nowrap;
  margin-top: 0.5rem;
  padding-bottom:2rem;
}

.sub .textbox .table2_1_all_2 {
  width: 100%;    
  overflow: auto;  
}

.sub .textbox .table2_1 , .sub .textbox .table2_2 {
  width: 100%;
  border-collapse:collapse;
  margin-top: 0.5rem;  
}

.sub .textbox .table2_1 thead th , .sub .textbox .table2_2 thead th {
  background-color: #70bae7;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #333;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}

.sub .textbox .table2_1 tbody th , .sub .textbox .table2_2 tbody th {
  text-align: center;
  font-size: 0.85rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.sub .textbox .table2_1 tbody td {
  text-align: center;
  font-size: 0.85rem;
  padding: 0 1rem;
  font-weight: 300;  
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.sub .textbox .table2_1 tbody tr td:last-child {
  border-right: none;
}

.sub .textbox .table2_2 tbody td {  
  font-size: 0.85rem;
  padding: 0.8rem 1rem;
  line-height: 25px;
  font-weight: 300;  
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.sub .textbox .table2_2 tbody tr td:last-child {
  border-right: none;
}

.sub .textbox .table2_1 , .sub .textbox .table2_2 {
  width: 100%;
  border-collapse:collapse;
  margin-top: 0.5rem;  
}

.sub .textbox .table2_3 {
  width: 100%;
  border-collapse:collapse;
  margin-top: 0.5rem;  
}

.sub .textbox .table2_3 thead th{
  background-color: #90b2de;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #333;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}

.sub .textbox .table2_3 tbody th{
  text-align: center;
  font-size: 0.85rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.sub .textbox .table2_3 tbody td {
  text-align: center;
  font-size: 0.85rem;
  padding: 0.8rem 1rem;
  font-weight: 300;  
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.sub .textbox .table2_3 tbody tr td:last-child {
  border-right: none;
}

.sub .textbox .table2_4 {
  width: 100%;
  border-collapse:collapse;
  margin-top: 0.5rem;  
}

.sub .textbox .table2_4 thead th{
  background-color: #90b2de;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-top: 1px solid #333;
  border-right: 1px solid #fff;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}

.sub .textbox .table2_4 thead th:first-child{
  width: 12%;
}
.sub .textbox .table2_4 thead th:nth-child(2) {
  width: 50%;
}

.sub .textbox .table2_4 tbody th{
  text-align: center;
  font-size: 0.85rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.sub .textbox .table2_4 tbody td {
  font-size: 0.85rem;
  padding: 0.8rem 1rem;
  font-weight: 300;  
  line-height: 25px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.sub .textbox .table2_4 tbody tr td:last-child {
  border-right: none;
}

.sub .textbox .sub4_4table_all {
  width: 100%;
  overflow: auto;
}

.sub .textbox .sub4_4table {
  width: 100%;
}
.sub .textbox .sub4_4table thead th {
  border-top:2px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1rem;
  background-color: #ddeeef;
  font-size: 0.85rem;
}

.sub .textbox .sub4_4table tbody td {
  background-color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;  
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 0.85rem;
  font-weight: 300;
}

.sub .textbox .sub4_4table thead th:last-child , .sub .textbox .sub4_4table tbody td:last-child {
  border-right: none;
}

.sub .textbox .table2_3 .bbD1 { border-bottom:1px dashed #333;}
.sub .textbox .table2_3 .bbDD1 { border-bottom:4px double #333;}

.sub .textbox .pc_tablet {
  display: block;
}

/*sub*/
.sub3_3np { 
  padding-top: 4rem;
}

.sub .textbox .tab li a{
  background-color: #ececec;
  border:1px solid #c0c0c0;
  border-radius: 8px;
  margin-right: 1rem;
  padding: 0.5rem 0.5rem;
}

.sub .textbox .tab li a:hover {
  background-color: #304c7b;
  color: #fff;
}
.sub .textbox .tab li a:hover > span p {
  color: #fff;
}

.sub .textbox .tab li a:hover > span small {
  color: #fff;
}
/*.sub .textbox .tab_content {
  display: none;
}
.sub .textbox .tab_content.on {
  display: block;
}*/

/*sub*/


.sub .textbox .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.sub .textbox .video iframe,
.sub .textbox .video object,
.sub .textbox .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub .textbox .video:last-child {
  margin-bottom: 0;
}

.sub .textbox .view_slider {
  position: relative;
  padding-bottom: 1.5rem;
  margin: 0 auto 2rem;
}

.sub .textbox .view_slider .swiper-container {
  width: calc(100% - 8rem);
  margin: 0 auto;
}

.sub .textbox .view_slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .textbox .view_slider .swiper-button-prev {
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
  background-image: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub .textbox .view_slider .swiper-button-prev i {
  display: block;
  font-size: 2.5rem;
  color: #a7a7a7;
}

.sub .textbox .view_slider .swiper-button-next {
  right: 0;
  width: auto;
  height: auto;
  margin: 0;
  background-image: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub .textbox .view_slider .swiper-button-next i {
  display: block;
  font-size: 2.5rem;
  color: #a7a7a7;
}

.sub .textbox .view_slider .swiper-pagination {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

.sub .textbox .view_slider .swiper-pagination-bullet {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 2px solid #a7a7a7;
  background-color: #fff;
  opacity: 1;
}

.sub .textbox .view_slider .swiper-pagination-bullet:last-child {
  margin: 0;
}

.sub .textbox .view_slider .swiper-pagination-bullet-active {
  border-color: #6ec1d3;
  background-color: #6ec1d3;
}

.sub .textbox .view_slider:last-child {
  margin-bottom: 0;
}

.sub .textbox .box01 {
  padding: 2rem;
  margin-bottom: 1.5rem;
  background-color: #f8f8f8;
  border: 1px solid #333;
}

.sub .textbox .box01:last-child {
  margin-bottom: 0;
}

.sub .textbox .box01.box02 {
  background-color: transparent;
}

.sub .textbox .box03 {
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.sub .textbox .accordion {
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #a7a7a7;
}

.sub .textbox .accordion .accordion_top {
  position: relative;
  display: block;
  cursor: pointer;
}

.sub .textbox .accordion .accordion_top::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: calc((2rem - 22px)/2);
  top: calc((40px - 14px)/2);
  width: 22px;
  height: 14px;
  background-image: url("../images/common/accordion.png");
  background-size: 100%;
}

.sub .textbox .accordion .accordion_bottom {
  display: none;
  margin-top: 2.25rem;
}

.sub .textbox .accordion:last-child {
  margin-bottom: 0;
}

.sub .textbox .accordion.on .accordion_top::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.sub .textbox .speech01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .textbox .speech01 .speech01_icon {
  width: 24px;
  height: 48px;
  background-color: #f2f2f2;
  background-image: url("../images/common/bubble.png");
  background-size: 100%;
}

.sub .textbox .speech01 .speech01_wrap {
  width: calc(100% - 24px);
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: #f2f2f2;
}

.sub .textbox .speech01.speech02 .speech01_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sub .textbox .tag01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #5e579d;
}

.sub .textbox .tag01 > span {
  margin-top: -3px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

.sub .textbox .tag02 {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  border-radius: 1.5rem;
  background-color: #686055;
  color: #f1f0ec;
}

.sub .textbox .tag02:last-child {
  margin-bottom: 0;
}

.sub .textbox .qna01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 24.5px 24.5px 0 24.5px;
  background-color: #669ac8;
}

.sub .textbox .qna01 > span {
  margin-top: -5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.sub .textbox .qna01.qna02 {
  border-radius: 24.5px 0 24.5px 24.5px;
  background-color: #e8cf44;
}

.sub .textbox .dot {
  position: relative;
  padding-left: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  color: #3f39a7;
}

.sub .textbox .dot::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffd54d;
}

.sub .textbox .text-left {
  text-align: left;
}

.sub .textbox .text-center {
  text-align: center !important;
  word-break: keep-all;
}

.sub .textbox .text-right {
  text-align: right;
}

.sub .textbox .keepall {
  word-break: keep-all;
}

.sub .textbox .align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.sub .textbox .align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .textbox .algin-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sub .textbox .just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub .textbox .just-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.sub .textbox .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub .textbox .fw300 {
  font-weight: 300 !important;
}

.sub .textbox .fw400 {
  font-weight: 400 !important;
}

.sub .textbox .fw600 {
  font-weight: 600 !important;
}

.sub .textbox .fNanumB {
  font-family: 'NanumSquare';
  font-weight: bold;
}

.sub .textbox:last-child {
  padding-bottom: 0;
}

.sub.subscribe .subscribe_type > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
  border: 1px solid #cccccc;
}

.sub.subscribe .subscribe_type input[type="radio"] {
  display: none;
}

.sub.subscribe .subscribe_type input[type="radio"]:checked + label {
  font-weight: 500;
  background-color: #555555;
  color: #fff;
}

.sub.subscribe .subscribe_type label {
  display: inline-block;
  float: left;
  width: 50%;
  height: 70px;
  font-size: 1rem;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
}

.sub.subscribe .subscribe_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3rem 0 0.75rem;
}

.sub.subscribe .subscribe_info > input[type="text"] {
  display: block;
  width: calc((100% - 0.75rem)/2);
  height: 55px;
  padding: 0 0.75rem;
  font-size: 0.85rem;
  border: 1px solid #cccccc;
  background-color: #dde7f4;
}

.sub.subscribe .subscribe_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub.subscribe .subscribe_agree > label {
  margin: -2px 1rem 0 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.sub.subscribe .subscribe_agree > label:last-child {
  margin: -2px 0 0 0.25rem;
}

.sub.subscribe .subscribe_btn {
  display: block;
  width: 300px;
  height: 68px;
  margin: 4rem auto 0;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #cccccc;
  background-color: #438dba;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.sub.mailbox .tit01 {
  font-size: 2rem;
  color: #6ac4c5;
}

.sub.mailbox .mail_con01 {
  width: calc(100% - (43px + 1.5rem));
}

.sub.mailbox .mail_radio {
  overflow: hidden;
}

.sub.mailbox .mail_radio > span {
  display: inline-block;
  float: left;
  margin-right: 0.75rem;
}

.sub.mailbox .mail_radio > span:last-child {
  margin: 0;
}

.sub.mailbox .mail_radio label {
  font-size: 0.85rem;
  font-weight: 300;
  margin-left: 5px;
  cursor: pointer;
}

.sub.mailbox .mail_tArea01 {
  display: block;
  width: 100%;
  height: 120px;
  padding: 0.75rem;
  font-size: 0.85rem;
  border: 1px solid #cccccc;
  background-color: #fff;
  overflow: auto;
}

.sub.mailbox .mail_input01 {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 0.75rem;
  font-size: 0.85rem;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.sub.mailbox .mail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub.mailbox .mail_info > input[type="text"] {
  display: block;
  width: calc((100% - 0.75rem)/2);
  height: 55px;
  padding: 0 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.sub.mailbox .mail_agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub.mailbox .mail_agree > label {
  margin: -2px 1rem 0 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.sub.mailbox .mail_agree > label:last-child {
  margin: -2px 0 0 0.25rem;
}

.sub.mailbox .mail_btn {
  display: block;
  width: 300px;
  height: 68px;
  margin: 2rem auto 0;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #cccccc;
  background-color: #438dba;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.sub.event .textbox {
  font-family: 'NanumSquare';
}

/*sub 20221005*/
.sub .textbox .sub2_02_pLR {
  padding:0 0 0 1.2rem;
}

/*Ipad pro*/
@media (max-width: 1365.98px) {
  .function {
    right: 4%;
  }
  .function .print,
  .function #pdf {
    display: none;
  }
  .function #share {
    position: fixed;
    right: 4.9%;
    bottom: calc(2rem + 50px + 0.25rem);
  }
  .function #share.on {
    right: 4.9%;
  }
  .function #subscribe {
    position: fixed;
    right: 4.9%;
    bottom: calc(2rem + 100px + 0.5rem);
    z-index: 998;
  }
  .function #subscribe.on {
    right: 4.9%;
  }
  .pagenation {
    position: relative;
    padding: 1.5rem 4%;
  }
  .pagenation::after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: calc(100% - 3rem);
    margin-left: 0.5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #cbcbcf;
    z-index: 1;
  }
  .pagenation .text_wrap {
    width: 100%;
    min-height: 70px;
  }
  .pagenation .text_wrap .prev,
  .pagenation .text_wrap .next {
    max-width: calc(50% - 70px);
    margin: 0 0 0 70px;
  }
  .pagenation .text_wrap .prev .thumb,
  .pagenation .text_wrap .next .thumb {
    display: none;
  }
  .pagenation .text_wrap .prev .con,
  .pagenation .text_wrap .next .con {
    width: 100%;
    padding: 0 1rem;
  }
  .pagenation .text_wrap .next {
    margin: 0 70px 0 0;
  }
  .pagenation .btn_wrap {
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .pagenation .btn_wrap .prev,
  .pagenation .btn_wrap .next {
    position: absolute;
    left: 4%;
    top: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff !important;
    z-index: 1;
  }
  .pagenation .btn_wrap .prev::after,
  .pagenation .btn_wrap .next::after {
    display: none;
  }
  .pagenation .btn_wrap .next {
    left: auto;
    right: 4%;
  }
  .btntop {
    right: 4.9%;
  }
  .share {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .share .top {
    position: relative;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
  }
  .share .bottom {
    width: 100%;
  }
  .share .close {
    display: inline-block;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    width: 22px;
    height: 22px;
    background-image: url("../images/common/close02.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .share .close > span {
    display: none;
  }
  .share .sns {
    padding: 2rem calc((100% - 214px)/2);
  }
  .sub .topbox .title {
    max-width: calc(100% - 50px);
  }
}

/*Ipad*/
@media (max-width: 1024.98px) {
  .sub .pc {
    display: none !important;
  }
  .sub .tablet {
    display: inline !important;
  }
  .sub .tablet.Block {
    display: block !important;
  }
  .sub .tablet.InBlock {
    display: inline-block !important;
  }
  .sub .tablet.Flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sub .textbox .flex {
    display: block;
  }
  .sub .textbox .flex > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1.5rem;
  }
  .sub .textbox .flex > span:last-child {
    margin-bottom: 0;
  }
  .sub .textbox .speech01.speech02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sub .textbox .speech01.speech02 .speech01_icon {
    -webkit-transform: none;
            transform: none;
  }
  .sub .textbox .speech01.speech03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sub .textbox .speech01.speech03 .speech01_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sub .textbox .speech01.speech02.speech03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sub .textbox .speech01.speech02.speech03 .speech01_icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sub3_3np { 
    padding-top: 0;
  }
  .sub .textbox ul.tab.flex {
    display: flex !important;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  .function {
    right: 4.9%;
  }
  .pagenation {
    padding: 1.25rem 4.9%;
  }
  .pagenation::after {
    height: calc(100% - 2.5rem);
  }
  .pagenation .text_wrap .prev,
  .pagenation .text_wrap .next {
    max-width: calc(50% - 35px);
    margin: 0 0 0 35px;
  }
  .pagenation .text_wrap .prev .con,
  .pagenation .text_wrap .next .con {
    padding: 0 0.75rem;
  }
  .pagenation .text_wrap .next {
    margin: 0 35px 0 0;
  }
  .pagenation .btn_wrap .prev,
  .pagenation .btn_wrap .next {
    width: 35px;
    height: 35px;
    left: 4.9%;
  }
  .pagenation .btn_wrap .prev > img,
  .pagenation .btn_wrap .next > img {
    width: 10px;
  }
  .pagenation .btn_wrap .next {
    left: auto;
    right: 4.9%;
  }
  .share .close {
    right: 4.9%;
  }
  .sub .wrap {
    width: 90.2%;
  }
  .sub .textbox .view_slider::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 64px;
    height: 64px;
    background-image: url("../images/common/swiper.png");
    background-size: 100%;
    z-index: 3;
  }
  .sub .textbox .view_slider .swiper-container {
    width: 100%;
  }
  .sub .textbox .view_slider .swiper-slide img {
    width: 100% !important;
  }
  .sub .textbox .view_slider .swiper-button-prev,
  .sub .textbox .view_slider .swiper-button-next {
    display: none;
  }
  .sub.subscribe .subscribe_type > span {
    max-width: 100%;
  }
  .sub.subscribe .subscribe_info > input[type="text"] {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sub.subscribe .subscribe_info > input[type="text"]:last-child {
    margin: 0;
  }
  .sub.mailbox .mail_info > input[type="text"] {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .sub4_03ml {
    margin-left: 0 !important;
  }
}

@media (max-width:640.98px) {
  .figBlock_1 {
    display: block !important;
  }
  .figBlock {
    display: block !important;
    text-align: right !important;
    margin-top: 5px;
  }
}

@media (max-width:594.98px) {
  .sub .textbox ul.tab.flex {
    display: block !important;
  }
  .sub .textbox .tab li a{
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }  

}

/*Mobile*/
@media (max-width: 575.98px) {
  .function {
    top: 3rem;
  }
  .function button img, .function a img {
    width: 35px;
  }
  .function #share {
    bottom: calc(1rem + 35px + 0.15rem);
  }
  .function #share.on {
    bottom: calc(1rem + 35px + 0.15rem);
  }
  .function #subscribe {
    bottom: calc(1rem + 70px + 0.3rem);
  }
  .function #subscribe.on {
    bottom: calc(1rem + 70px + 0.3rem);
  }
  .pagenation .text_wrap .prev .con .category,
  .pagenation .text_wrap .next .con .category {
    font-size: 0.65rem;
  }
  .pagenation .text_wrap .prev .con .title,
  .pagenation .text_wrap .next .con .title {
    max-width: none !important;
    font-size: 0.75rem;
    word-break: normal;
  }
  .btntop {
    bottom: 1rem;
    width: 35px;
  }
  .share .top {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .share .title {
    font-size: 0.9rem;
  }
  .share .close {
    right: 7.5%;
    background-size: 18px;
    background-position: center;
  }
  .share .sns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25rem calc((100% - 190px)/2);
  }
  .share .sns > a {
    margin-right: 0;
  }
  .share .sns > a > img {
    width: 55px;
  }
  .share .sns > a > small {
    font-size: 0.6rem;
  }
  .sub .topbox .title {
    max-width: calc(100% - 35px);
  }
  .sub .pc1024 {
    display: none;
  }
  .sub .tablet.None,
  .sub .tablet.Block.None,
  .sub .tablet.InBlock.None,
  .sub .tablet.Flex.None {
    display: none !important;
  }
  .sub .mo {
    display: inline !important;
  }
  .sub .mo.Block {
    display: block !important;
  }
  .sub .mo.InBlock {
    display: inline-block !important;
  }
  .sub .mo.Flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sub .wrap {
    padding: 3rem 0;
  }
  .sub .topbox {
    padding-bottom: 3rem;
  }
  .sub .topbox .location {
    max-width: calc(100% - (35px + 0.5rem));
    border-bottom: 2px solid #a3a5a6;
  }
  .sub .topbox .location > span {
    font-size: 0.85rem;
  }
  .sub .topbox .location > span::after {
    font-size: 0.85rem;
  }
  .sub .topbox .title {
    padding-top: 1.25rem;
    font-size: 1.5rem;
  }
  .sub .topbox .subtitle {
    padding-top: 1.25rem;
    font-size: 1rem;
  }
  .sub .topbox .text {
    padding-top: 1.25rem;
    font-size: 0.85rem;
    font-weight: 300;
    word-break: normal;
  }
  .sub .topbox .by > span {
    font-size: 0.85rem;
    font-weight: 300;
  }
  .sub .topbox .by > span > b {
    font-size: 0.85rem;
  }
  .sub .textbox {
    padding-bottom: 3rem;
  }
  .sub .textbox h3 {
    font-size: 1.1rem;
    word-break: normal;
  }
  .sub .textbox h4 {
    font-size: 1rem;
  }
  .sub .textbox h5 {
    font-size: 0.95rem;
  }
  .sub .textbox .view_slider::after {
    width: 42.5px;
    height: 42.5px;
  }
  .sub .textbox .view_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .sub .textbox .box01 {
    padding-top: 1rem;
    padding-right: 5% !important;
    padding-bottom: 1rem;
    padding-left: 5% !important;
  }
  .sub .textbox .accordion {
    padding-top: 1rem;
    padding-right: 5% !important;
    padding-bottom: 1rem;
    padding-left: 5% !important;
  }
  .sub .textbox .accordion .accordion_top::after {
    right: calc((1.5rem - 18px)/2);
    width: 18px;
    height: 11px;
  }
  .sub .textbox .accordion .accordion_bottom {
    margin-top: 1.5rem;
  }
  .sub .textbox .speech01 .speech01_wrap {
    padding-top: 1.25rem;
    padding-right: 5% !important;
    padding-bottom: 1.25rem;
    padding-left: 5% !important;
  }
  .sub .textbox .tag01 {
    width: 40px;
    height: 40px;
  }
  .sub .textbox .tag01 > span {
    margin-top: -3px;
    font-size: 1rem;
  }
  .sub .textbox .qna01 {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 20px;
  }
  .sub .textbox .qna01 > span {
    font-size: 1rem;
  }
  .sub .textbox .qna01.qna02 {
    border-radius: 20px 0 20px 20px;
  }
  .sub.subscribe .subscribe_type label {
    height: 55px;
    font-size: 0.85rem;
    line-height: 53px;
  }
  .sub.subscribe .subscribe_info {
    margin: 1.5rem 0 1rem;
  }
  .sub.subscribe .subscribe_info > input[type="text"] {
    height: 45px;
    padding: 0 5%;
    margin: 0 0 0.35rem;
    font-size: 0.85rem;
  }
  .sub.subscribe .subscribe_btn {
    width: 220px;
    height: 60px;
    margin: 3rem auto 0;
    font-size: 0.85rem;
    font-weight: 500;
  }
  .sub.mailbox .tit01 {
    font-size: 1.5rem;
  }
  .sub.mailbox .mail_tArea01 {
    padding: 0.5rem 0.75rem;
  }
  .sub.mailbox .mail_input01 {
    height: 45px;
  }
  .sub.mailbox .mail_info > input[type="text"] {
    height: 45px;
  }
  .sub.mailbox .mail_btn {
    width: 220px;
    height: 60px;
    margin: 1.5rem auto 0;
    font-size: 0.85rem;
    font-weight: 500;
  }

  /*sub 20221005*/

  .flex_col {
    flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
  }

  .sub .textbox .pc_tablet {
    display: none !important;
  }
}

@page {
  size: auto;
  margin: 5mm;
}

@media print {
  header {
    position: absolute !important;
  }
  .Pagenation {
    display: none !important;
  }
  .btntop {
    display: none !important;
  }
  .function {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */